@charset "UTF-8";
:root,
html[paleta=administrativa] :root {
  --primary-color: var(--administrativa-primary-color);
  --primary-light-color: var(--administrativa-primary-light-color);
  --primary-dark-color: var(--administrativa-primary-dark-color);
  --primary-darker-color: var(--administrativa-primary-darker-color);
}

html[paleta=academica] :root {
  --primary-color: var(--academica-primary-color);
  --primary-light-color: var(--academica-primary-light-color);
  --primary-dark-color: var(--academica-primary-dark-color);
  --primary-darker-color: var(--academica-primary-darker-color);
}

html[paleta=social] :root {
  --primary-color: var(--social-primary-color);
  --primary-light-color: var(--social-primary-light-color);
  --primary-dark-color: var(--social-primary-dark-color);
  --primary-darker-color: var(--social-primary-darker-color);
}

/* stylelint-disable color-named */
:root {
  --social-primary-color: #85cc3d;
  --social-primary-light-color: #c6edbe;
  --social-primary-dark-color: #55993a;
  --social-primary-darker-color: #55993a;
  --academica-primary-light-color: #c2eff2;
  --academica-primary-color: #70c7cc;
  --academica-primary-dark-color: #399499;
  --academica-primary-darker-color: #399499;
  --administrativa-primary-light-color: #cce4ff;
  --administrativa-primary-color: #72a8e5;
  --administrativa-primary-dark-color: #2d5d98;
  --administrativa-primary-darker-color: #2d5d98;
  --primary-color: var(--administrativa-primary-color);
  --primary-light-color: var(--administrativa-primary-light-color);
  --primary-dark-color: var(--administrativa-primary-dark-color);
  --primary-darker-color: var(--administrativa-primary-darker-color);
  --secondary-lightest-color: #eef2f4;
  --secondary-lighter-color: #d8e1ea;
  --secondary-light-color: #cfd7e0;
  --secondary-color: #bdc4cc;
  --secondary-dark-color: #a4b2c8;
  --secondary-darker-color: #848fa0;
  --secondary-darkest-color: #5b6372;
  --yellow-light-color: #fff2cc;
  --yellow-color: #ffd34d;
  --yellow-dark-color: #a88721;
  --red-light-color: #ffc3c2;
  --red-color: #f58784;
  --red-dark-color: #cc2c29;
  --purple-light-color: #e5cef2;
  --purple-color: #cf91f2;
  --purple-dark-color: #8536b3;
  --pink-light-color: #ffd9d9;
  --pink-color: #f29ad5;
  --pink-dark-color: #db6cb7;
  --green-light-color: #ccedab;
  --green-color: #8ecc51;
  --green-dark-color: #6b915c;
  --ufrn-primary-light: #79cbf2;
  --ufrn-primary: #0095db;
  --ufrn-primary-dark: #164194;
  --ufrn-primary-darker: #113272;
  --danger-light-color: var(--red-light-color);
  --danger-color: var(--red-color);
  --danger-dark-color: var(--red-dark-color);
  --warning-light-color: var(--yellow-light-color);
  --warning-color: var(--yellow-color);
  --warning-dark-color: var(--yellow-dark-color);
  --success-light-color: var(--green-light-color);
  --success-color: var(--green-color);
  --success-dark-color: var(--green-dark-color);
  --calendar-works: #fff3b3;
  --calendar-evaluation: var(--pink-light-color);
  --calendar-additional-activities: var(--purple-light-color);
  --snippet-cyan-black: #212529;
  --snippet-cyan-dark: #366;
  --snippet-red-orange: #c30;
  --snippet--blue-sea: #069;
  --snippet-blue-light: #4f9fcf;
  --snippet-blue-green: #3aa;
  --snippet-gray-light: #999;
  --required-color: var(--warning-dark-color);
  --border-color: var(--secondary-light-color);
  --text-color: var(--secondary-darkest-color);
  --bg-color: var(--secondary-lightest-color);
  --text-muted-color: var(--secondary-darker-color);
  --text-logo: var(--secondary-darker-color);
  --outline-focus-color: #fc0;
  --transparent: transparent;
  --ac-preto-amarelo-primary-color: #ff0;
  --ac-preto-amarelo-primary-darken-color: #8a8a00;
  --ac-preto-amarelo-primary-light-color: #fff;
  --ac-preto-amarelo-primary-dark-color: #000;
  --ac-preto-amarelo-text-color: white;
  --ac-preto-amarelo-border-color: white;
  --ac-preto-amarelo-bg-color: black;
  --ac-branco-azul-primary-color: #3737e2;
  --ac-branco-azul-primary-darken-color: #7d7dec;
  --ac-branco-azul-primary-light-color: #000;
  --ac-branco-azul-primary-dark-color: #fff;
  --ac-branco-azul-text-color: black;
  --ac-branco-azul-border-color: black;
  --ac-branco-azul-bg-color: white;
  --ac-preto-azul-primary-color: #00f3f3;
  --ac-preto-azul-primary-darken-color: #007e7e;
  --ac-preto-azul-primary-light-color: #fff;
  --ac-preto-azul-primary-dark-color: #000;
  --ac-preto-azul-text-color: white;
  --ac-preto-azul-border-color: white;
  --ac-preto-azul-bg-color: black;
  --ac-azul-amarelo-primary-color: #ff0;
  --ac-azul-amarelo-primary-darken-color: #8a8a00;
  --ac-azul-amarelo-primary-light-color: #fff;
  --ac-azul-amarelo-primary-dark-color: #043e5f;
  --ac-azul-amarelo-text-color: white;
  --ac-azul-amarelo-border-color: white;
  --ac-azul-amarelo-bg-color: #043e5f;
}

html[paleta=administrativa] {
  --primary-color: var(--administrativa-primary-color);
  --primary-light-color: var(--administrativa-primary-light-color);
  --primary-dark-color: var(--administrativa-primary-dark-color);
  --primary-darker-color: var(--administrativa-primary-darker-color);
}

html[paleta=academica] {
  --primary-color: var(--academica-primary-color);
  --primary-light-color: var(--academica-primary-light-color);
  --primary-dark-color: var(--academica-primary-dark-color);
  --primary-darker-color: var(--academica-primary-darker-color);
}

html[paleta=social] {
  --primary-color: var(--social-primary-color);
  --primary-light-color: var(--social-primary-light-color);
  --primary-dark-color: var(--social-primary-dark-color);
  --primary-darker-color: var(--social-primary-darker-color);
}

html[paleta=ufrn] {
  --primary-color: var(--ufrn-primary);
  --primary-light-color: var(--ufrn-primary-light);
  --primary-dark-color: var(--ufrn-primary-dark);
  --primary-darker-color: var(--ufrn-primary-darker);
}

@media not print {
  html:has(body[data-ac-activated=preto-amarelo]),
  body[data-ac-activated=preto-amarelo] {
    --primary-color: var(--ac-preto-amarelo-primary-color);
    --primary-darken-color: var(--ac-preto-amarelo-primary-darken-color);
    --primary-darker-color: var(--ac-preto-amarelo-primary-darken-color);
    --primary-dark-color: var(--ac-preto-amarelo-primary-dark-color);
    --primary-light-color: var(--ac-preto-amarelo-primary-light-color);
    --text-color: var(--ac-preto-amarelo-text-color);
    --text-muted-color: var(--ac-preto-amarelo-text-color);
    --border-color: var(--ac-preto-amarelo-border-color);
    --bg-color: var(--ac-preto-amarelo-bg-color);
    --danger-dark-color: var(--ac-preto-amarelo-primary-light-color);
    --danger-light-color: var(--ac-preto-amarelo-primary-light-color);
    --danger-color: var(--ac-preto-amarelo-primary-light-color);
    --warning-light-color: var(--ac-preto-amarelo-primary-light-color);
    --warning-color: var(--ac-preto-amarelo-primary-light-color);
    --warning-dark-color: var(--ac-preto-amarelo-primary-light-color);
    --success-light-color: var(--ac-preto-amarelo-primary-light-color);
    --success-dark-color: var(--ac-preto-amarelo-primary-light-color);
    --success-color: var(--ac-preto-amarelo-primary-light-color);
  }
  html:has(body[data-ac-activated=branco-azul]),
  body[data-ac-activated=branco-azul] {
    --primary-color: var(--ac-branco-azul-primary-color);
    --primary-darken-color: var(--ac-branco-azul-primary-darken-color);
    --primary-darker-color: var(--primary-darken-color);
    --primary-dark-color: var(--ac-branco-azul-primary-dark-color);
    --primary-light-color: var(--ac-branco-azul-primary-light-color);
    --text-color: var(--ac-branco-azul-text-color);
    --text-muted-color: var(--ac-branco-azul-text-color);
    --border-color: var(--ac-branco-azul-border-color);
    --bg-color: var(--ac-branco-azul-bg-color);
    --danger-dark-color: var(--ac-branco-azul-primary-light-color);
    --danger-light-color: var(--ac-branco-azul-primary-light-color);
    --danger-color: var(--ac-branco-azul-primary-light-color);
    --warning-light-color: var(--ac-branco-azul-primary-light-color);
    --warning-color: var(--ac-branco-azul-primary-light-color);
    --warning-dark-color: var(--ac-branco-azul-primary-light-color);
    --success-light-color: var(--ac-branco-azul-primary-light-color);
    --success-dark-color: var(--ac-branco-azul-primary-light-color);
    --success-color: var(--ac-branco-azul-primary-light-color);
  }
  html:has(body[data-ac-activated=preto-azul]),
  body[data-ac-activated=preto-azul] {
    --primary-color: var(--ac-preto-azul-primary-color);
    --primary-darken-color: var(--ac-preto-azul-primary-darken-color);
    --primary-darker-color: var(--primary-darken-color);
    --primary-dark-color: var(--ac-preto-azul-primary-dark-color);
    --primary-light-color: var(--ac-preto-azul-primary-light-color);
    --text-color: var(--ac-preto-azul-text-color);
    --text-muted-color: var(--ac-preto-azul-text-color);
    --border-color: var(--ac-preto-azul-border-color);
    --bg-color: var(--ac-preto-azul-bg-color);
    --danger-dark-color: var(--ac-preto-azul-primary-light-color);
    --danger-light-color: var(--ac-preto-azul-primary-light-color);
    --danger-color: var(--ac-preto-azul-primary-light-color);
    --warning-light-color: var(--ac-preto-azul-primary-light-color);
    --warning-color: var(--ac-preto-azul-primary-light-color);
    --warning-dark-color: var(--ac-preto-azul-primary-light-color);
    --success-light-color: var(--ac-preto-azul-primary-light-color);
    --success-dark-color: var(--ac-preto-azul-primary-light-color);
    --success-color: var(--ac-preto-azul-primary-light-color);
  }
  html:has(body[data-ac-activated=azul-amarelo]),
  body[data-ac-activated=azul-amarelo] {
    --primary-color: var(--ac-azul-amarelo-primary-color);
    --primary-darken-color: var(--ac-azul-amarelo-primary-darken-color);
    --primary-darker-color: var(--primary-darken-color);
    --primary-dark-color: var(--ac-azul-amarelo-primary-dark-color);
    --primary-light-color: var(--ac-azul-amarelo-primary-light-color);
    --text-color: var(--ac-azul-amarelo-text-color);
    --text-muted-color: var(--ac-azul-amarelo-text-color);
    --border-color: var(--ac-azul-amarelo-border-color);
    --bg-color: var(--ac-azul-amarelo-bg-color);
    --danger-dark-color: var(--ac-azul-amarelo-primary-light-color);
    --danger-light-color: var(--ac-azul-amarelo-primary-light-color);
    --danger-color: var(--ac-azul-amarelo-primary-light-color);
    --warning-light-color: var(--ac-azul-amarelo-primary-light-color);
    --warning-color: var(--ac-azul-amarelo-primary-light-color);
    --warning-dark-color: var(--ac-azul-amarelo-primary-light-color);
    --success-light-color: var(--ac-azul-amarelo-primary-light-color);
    --success-dark-color: var(--ac-azul-amarelo-primary-light-color);
    --success-color: var(--ac-azul-amarelo-primary-light-color);
  }
}
/* open-sans-regular - latin */
@font-face {
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 400;
  src: url("../vendors/webfonts/open-sans-v17-latin-regular.eot"); /* IE9 Compat Modes */
  src: local("Open Sans Regular"), local("OpenSans-Regular"), url("../vendors/webfonts/open-sans-v17-latin-regular.eot?#iefix") format("embedded-opentype"), url("../vendors/webfonts/open-sans-v17-latin-regular.woff2") format("woff2"), url("../vendors/webfonts/open-sans-v17-latin-regular.woff") format("woff"), url("../vendors/webfonts/open-sans-v17-latin-regular.ttf") format("truetype"), url("../../../fonts/open-sans-v17-latin-regular.svg#OpenSans") format("svg"); /* Legacy iOS */
}
/* open-sans-italic - latin */
@font-face {
  font-family: "Open Sans";
  font-style: italic;
  font-weight: 400;
  src: url("../vendors/webfonts/open-sans-v17-latin-italic.eot"); /* IE9 Compat Modes */
  src: local("Open Sans Italic"), local("OpenSans-Italic"), url("../vendors/webfonts/open-sans-v17-latin-italic.eot?#iefix") format("embedded-opentype"), url("../vendors/webfonts/open-sans-v17-latin-italic.woff2") format("woff2"), url("../vendors/webfonts/open-sans-v17-latin-italic.woff") format("woff"), url("../vendors/webfonts/open-sans-v17-latin-italic.ttf") format("truetype"), url("../../../fonts/open-sans-v17-latin-italic.svg#OpenSans") format("svg"); /* Legacy iOS */
}
/* open-sans-600 - latin */
@font-face {
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 600;
  src: url("../vendors/webfonts/open-sans-v17-latin-600.eot"); /* IE9 Compat Modes */
  src: local("Open Sans SemiBold"), local("OpenSans-SemiBold"), url("../vendors/webfonts/open-sans-v17-latin-600.eot?#iefix") format("embedded-opentype"), url("../vendors/webfonts/open-sans-v17-latin-600.woff2") format("woff2"), url("../vendors/webfonts/open-sans-v17-latin-600.woff") format("woff"), url("../vendors/webfonts/open-sans-v17-latin-600.ttf") format("truetype"), url("../../../fonts/open-sans-v17-latin-600.svg#OpenSans") format("svg"); /* Legacy iOS */
}
/* open-sans-600italic - latin */
@font-face {
  font-family: "Open Sans";
  font-style: italic;
  font-weight: 600;
  src: url("../vendors/webfonts/open-sans-v17-latin-600italic.eot"); /* IE9 Compat Modes */
  src: local("Open Sans SemiBold Italic"), local("OpenSans-SemiBoldItalic"), url("../vendors/webfonts/open-sans-v17-latin-600italic.eot?#iefix") format("embedded-opentype"), url("../vendors/webfonts/open-sans-v17-latin-600italic.woff2") format("woff2"), url("../vendors/webfonts/open-sans-v17-latin-600italic.woff") format("woff"), url("../vendors/webfonts/open-sans-v17-latin-600italic.ttf") format("truetype"), url("../../../fonts/open-sans-v17-latin-600italic.svg#OpenSans") format("svg"); /* Legacy iOS */
}
/* open-sans-700 - latin */
@font-face {
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 700;
  src: url("../vendors/webfonts/open-sans-v17-latin-700.eot"); /* IE9 Compat Modes */
  src: local("Open Sans Bold"), local("OpenSans-Bold"), url("../vendors/webfonts/open-sans-v17-latin-700.eot?#iefix") format("embedded-opentype"), url("../vendors/webfonts/open-sans-v17-latin-700.woff2") format("woff2"), url("../vendors/webfonts/open-sans-v17-latin-700.woff") format("woff"), url("../vendors/webfonts/open-sans-v17-latin-700.ttf") format("truetype"), url("../../../fonts/open-sans-v17-latin-700.svg#OpenSans") format("svg"); /* Legacy iOS */
}
.writing-horizontal-tb,
.lr,
.lr-tb,
.rl {
  -webkit-writing-mode: horizontal-tb;
      -ms-writing-mode: lr-tb;
          writing-mode: horizontal-tb;
  -ms-writing-mode: lr-tb;
      writing-mode: horizontal-tb;
  -ms-writing-mode: lr-tb;
      writing-mode: horizontal-tb;
}

.writing-vertical-lr,
.tb,
.tb-lr {
  -webkit-writing-mode: vertical-lr;
      -ms-writing-mode: tb-lr;
          writing-mode: vertical-lr;
  -ms-writing-mode: tb-lr;
      writing-mode: vertical-lr;
  -ms-writing-mode: tb-lr;
      writing-mode: vertical-lr;
}

.writing-vertical-rl,
.tb-rl {
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
      writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
      writing-mode: vertical-rl;
}

.writing-sideways-lr {
  -webkit-writing-mode: sideways-lr;
      -ms-writing-mode: sideways-lr;
          writing-mode: sideways-lr;
  -ms-writing-mode: sideways-lr;
      writing-mode: sideways-lr;
  -ms-writing-mode: sideways-lr;
      writing-mode: sideways-lr;
}

.writing-sideways-rl {
  -webkit-writing-mode: sideways-rl;
      -ms-writing-mode: sideways-rl;
          writing-mode: sideways-rl;
  -ms-writing-mode: sideways-rl;
      writing-mode: sideways-rl;
  -ms-writing-mode: sideways-rl;
      writing-mode: sideways-rl;
}

.writing-inherit {
  -webkit-writing-mode: inherit;
      -ms-writing-mode: inherit;
          writing-mode: inherit;
  -ms-writing-mode: inherit;
      writing-mode: inherit;
  -ms-writing-mode: inherit;
      writing-mode: inherit;
}

.writing-initial {
  -webkit-writing-mode: initial;
      -ms-writing-mode: initial;
          writing-mode: initial;
  -ms-writing-mode: initial;
      writing-mode: initial;
  -ms-writing-mode: initial;
      writing-mode: initial;
}

.writing-revert {
  -webkit-writing-mode: revert;
      -ms-writing-mode: revert;
          writing-mode: revert;
  -ms-writing-mode: revert;
      writing-mode: revert;
  -ms-writing-mode: revert;
      writing-mode: revert;
}

.writing-revert-layer {
  -webkit-writing-mode: revert-layer;
      -ms-writing-mode: revert-layer;
          writing-mode: revert-layer;
  -ms-writing-mode: revert-layer;
      writing-mode: revert-layer;
  -ms-writing-mode: revert-layer;
      writing-mode: revert-layer;
}

.writing-unset {
  -webkit-writing-mode: unset;
      -ms-writing-mode: unset;
          writing-mode: unset;
  -ms-writing-mode: unset;
      writing-mode: unset;
  -ms-writing-mode: unset;
      writing-mode: unset;
}

.writing-direction-ltr {
  direction: ltr;
}

.writing-direction-rtl {
  direction: rtl;
}

/* horizontal-tb
    For ltr scripts, content flows horizontally from left to right. For rtl scripts, content flows horizontally from right to left. The next horizontal line is positioned below the previous line.

vertical-rl
    For ltr scripts, content flows vertically from top to bottom, and the next vertical line is positioned to the left of the previous line. For rtl scripts, content flows vertically from bottom to top, and the next vertical line is positioned to the right of the previous line.

vertical-lr
    For ltr scripts, content flows vertically from top to bottom, and the next vertical line is positioned to the right of the previous line. For rtl scripts, content flows vertically from bottom to top, and the next vertical line is positioned to the left of the previous line.

sideways-rl Experimental
    For ltr scripts, content flows vertically from bottom to top. For rtl scripts, content flows vertically from top to bottom. All the glyphs, even those in vertical scripts, are set sideways toward the right.

sideways-lr Experimental
    For ltr scripts, content flows vertically from top to bottom. For rtl scripts, content flows vertically from bottom to top. All the glyphs, even those in vertical scripts, are set sideways toward the left.

lr Deprecated
    use horizontal-tb instead

lr-tb Deprecated
    use horizontal-tb instead

rl Deprecated
    use horizontal-tb instead

tb Deprecated
    use vertical-lr instead

tb-lr Deprecated
    use vertical-lr instead

tb-rl Deprecated
    use vertical-rl instead */
/*!
 * Bootstrap v4.6.2 (https://getbootstrap.com/)
 * Copyright 2011-2022 The Bootstrap Authors
 * Copyright 2011-2022 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
 */
:root {
  --blue: #007bff;
  --indigo: #6610f2;
  --purple: #6f42c1;
  --pink: #e83e8c;
  --red: #dc3545;
  --orange: #fd7e14;
  --yellow: #ffc107;
  --green: #28a745;
  --teal: #20c997;
  --cyan: #17a2b8;
  --white: #fff;
  --gray: #6c757d;
  --gray-dark: #343a40;
  --primary: #72a8e5;
  --secondary: #bdc4cc;
  --success: #8ecc51;
  --info: #cce4ff;
  --warning: #ffd34d;
  --danger: #f58784;
  --light: #f8f9fa;
  --dark: #343a40;
  --breakpoint-xs: 0;
  --breakpoint-sm: 576px;
  --breakpoint-md: 768px;
  --breakpoint-lg: 992px;
  --breakpoint-xl: 1200px;
  --breakpoint-xxl: 1400px;
  --font-family-sans-serif: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  --font-family-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
}

*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

html {
  font-family: sans-serif;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

article, aside, figcaption, figure, footer, header, hgroup, main, nav, section {
  display: block;
}

body {
  margin: 0;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-size: 1rem;
  font-weight: normal;
  line-height: 1.5;
  color: var(--text-color);
  text-align: left;
  background-color: var(--secondary-lightest-color);
}

[tabindex="-1"]:focus:not(:focus-visible) {
  outline: 0 !important;
}

hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  height: 0;
  overflow: visible;
}

h1, h2, h3, h4, h5, h6 {
  margin-top: 0;
  margin-bottom: 0.5rem;
}

p {
  margin-top: 0;
  margin-bottom: 1rem;
}

abbr[title],
abbr[data-original-title] {
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
  cursor: help;
  border-bottom: 0;
  -webkit-text-decoration-skip-ink: none;
          text-decoration-skip-ink: none;
}

address {
  margin-bottom: 1rem;
  font-style: normal;
  line-height: inherit;
}

ol,
ul,
dl {
  margin-top: 0;
  margin-bottom: 1rem;
}

ol ol,
ul ul,
ol ul,
ul ol {
  margin-bottom: 0;
}

dt {
  font-weight: 700;
}

dd {
  margin-bottom: 0.5rem;
  margin-left: 0;
}

blockquote {
  margin: 0 0 1rem;
}

b,
strong {
  font-weight: bolder;
}

small {
  font-size: 80%;
}

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

a {
  color: #72a8e5;
  text-decoration: none;
  background-color: transparent;
}
a:hover {
  color: #3180d9;
  text-decoration: underline;
}

a:not([href]):not([class]) {
  color: inherit;
  text-decoration: none;
}
a:not([href]):not([class]):hover {
  color: inherit;
  text-decoration: none;
}

pre,
code,
kbd,
samp {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  font-size: 1em;
}

pre {
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto;
  -ms-overflow-style: scrollbar;
}

figure {
  margin: 0 0 1rem;
}

img {
  vertical-align: middle;
  border-style: none;
}

svg {
  overflow: hidden;
  vertical-align: middle;
}

table {
  border-collapse: collapse;
}

caption {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  color: #6c757d;
  text-align: left;
  caption-side: bottom;
}

th {
  text-align: inherit;
  text-align: -webkit-match-parent;
}

label {
  display: inline-block;
  margin-bottom: 0.5rem;
}

button {
  border-radius: 0;
}

button:focus:not(:focus-visible) {
  outline: 0;
}

input,
button,
select,
optgroup,
textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

[role=button] {
  cursor: pointer;
}

select {
  word-wrap: normal;
}

button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

button:not(:disabled),
[type=button]:not(:disabled),
[type=reset]:not(:disabled),
[type=submit]:not(:disabled) {
  cursor: pointer;
}

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

input[type=radio],
input[type=checkbox] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0;
}

textarea {
  overflow: auto;
  resize: vertical;
}

fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}

legend {
  display: block;
  width: 100%;
  max-width: 100%;
  padding: 0;
  margin-bottom: 0.5rem;
  font-size: 1.5rem;
  line-height: inherit;
  color: inherit;
  white-space: normal;
}
@media (max-width: 1200px) {
  legend {
    font-size: calc(1.275rem + 0.3vw);
  }
}

progress {
  vertical-align: baseline;
}

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

[type=search] {
  outline-offset: -2px;
  -webkit-appearance: none;
}

[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  font: inherit;
  -webkit-appearance: button;
}

output {
  display: inline-block;
}

summary {
  display: list-item;
  cursor: pointer;
}

template {
  display: none;
}

[hidden] {
  display: none !important;
}

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  margin-bottom: 0.5rem;
  font-weight: 500;
  line-height: 1.2;
}

h1, .h1 {
  font-size: 2.5rem;
}
@media (max-width: 1200px) {
  h1, .h1 {
    font-size: calc(1.375rem + 1.5vw);
  }
}

h2, .h2 {
  font-size: 2rem;
}
@media (max-width: 1200px) {
  h2, .h2 {
    font-size: calc(1.325rem + 0.9vw);
  }
}

h3, .h3 {
  font-size: 1.75rem;
}
@media (max-width: 1200px) {
  h3, .h3 {
    font-size: calc(1.3rem + 0.6vw);
  }
}

h4, .h4 {
  font-size: 1.5rem;
}
@media (max-width: 1200px) {
  h4, .h4 {
    font-size: calc(1.275rem + 0.3vw);
  }
}

h5, .h5 {
  font-size: 1.25rem;
}

h6, .h6 {
  font-size: 1rem;
}

.lead {
  font-size: 1.25rem;
  font-weight: 300;
}

.display-1 {
  font-size: 6rem;
  font-weight: 300;
  line-height: 1.2;
}
@media (max-width: 1200px) {
  .display-1 {
    font-size: calc(1.725rem + 5.7vw);
  }
}

.display-2 {
  font-size: 5.5rem;
  font-weight: 300;
  line-height: 1.2;
}
@media (max-width: 1200px) {
  .display-2 {
    font-size: calc(1.675rem + 5.1vw);
  }
}

.display-3 {
  font-size: 4.5rem;
  font-weight: 300;
  line-height: 1.2;
}
@media (max-width: 1200px) {
  .display-3 {
    font-size: calc(1.575rem + 3.9vw);
  }
}

.display-4 {
  font-size: 3.5rem;
  font-weight: 300;
  line-height: 1.2;
}
@media (max-width: 1200px) {
  .display-4 {
    font-size: calc(1.475rem + 2.7vw);
  }
}

hr {
  margin-top: 1rem;
  margin-bottom: 1rem;
  border: 0;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}

small,
.small {
  font-size: 0.875em;
  font-weight: normal;
}

mark,
.mark {
  padding: 0.2em;
  background-color: #fcf8e3;
}

.list-unstyled {
  padding-left: 0;
  list-style: none;
}

.list-inline {
  padding-left: 0;
  list-style: none;
}

.list-inline-item {
  display: inline-block;
}
.list-inline-item:not(:last-child) {
  margin-right: 0.5rem;
}

.initialism {
  font-size: 90%;
  text-transform: uppercase;
}

.blockquote {
  margin-bottom: 1rem;
  font-size: 1.25rem;
}

.blockquote-footer {
  display: block;
  font-size: 0.875em;
  color: #6c757d;
}
.blockquote-footer::before {
  content: "— ";
}

.img-fluid {
  max-width: 100%;
  height: auto;
}

.img-thumbnail {
  padding: 0.25rem;
  background-color: var(--secondary-lightest-color);
  border: 1px solid #dee2e6;
  border-radius: 0.938rem;
  max-width: 100%;
  height: auto;
}

.figure {
  display: inline-block;
}

.figure-img {
  margin-bottom: 0.5rem;
  line-height: 1;
}

.figure-caption {
  font-size: 90%;
  color: #6c757d;
}

code {
  font-size: 87.5%;
  color: #e83e8c;
  word-wrap: break-word;
}
a > code {
  color: inherit;
}

kbd {
  padding: 0.2rem 0.4rem;
  font-size: 87.5%;
  color: #fff;
  background-color: #212529;
  border-radius: 0.2rem;
}
kbd kbd {
  padding: 0;
  font-size: 100%;
  font-weight: 700;
}

pre {
  display: block;
  font-size: 87.5%;
  color: #212529;
}
pre code {
  font-size: inherit;
  color: inherit;
  word-break: normal;
}

.pre-scrollable {
  max-height: 340px;
  overflow-y: scroll;
}

.container,
.container-fluid,
.container-principal,
.container-principal--test,
.container-xl,
.container-lg,
.container-md,
.container-sm {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 576px) {
  .container-sm, .container {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .container-md, .container-sm, .container {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .container-lg, .container-md, .container-sm, .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .container-xl, .container-lg, .container-md, .container-sm, .container {
    max-width: 1140px;
  }
}
.row, .container-conteudo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}

.no-gutters {
  margin-right: 0;
  margin-left: 0;
}
.no-gutters > .col,
.no-gutters > [class*=col-] {
  padding-right: 0;
  padding-left: 0;
}

.col-xxl,
.col-xxl-auto, .col-xxl-12, .col-xxl-11, .col-xxl-10, .col-xxl-9, .col-xxl-8, .col-xxl-7, .col-xxl-6, .col-xxl-5, .col-xxl-4, .col-xxl-3, .col-xxl-2, .col-xxl-1, .col-xl,
.col-xl-auto, .col-xl-12, .col-xl-11, .col-xl-10, .col-xl-9, .col-xl-8, .col-xl-7, .col-xl-6, .col-xl-5, .col-xl-4, .col-xl-3, .col-xl-2, .col-xl-1, .col-lg,
.col-lg-auto, .col-lg-12, .col-lg-11, .col-lg-10, .col-lg-9, .col-lg-8, .col-lg-7, .col-lg-6, .col-lg-5, .col-lg-4, .col-lg-3, .col-lg-2, .col-lg-1, .col-md,
.col-md-auto, .col-md-12, .col-md-11, .col-md-10, .col-md-9, .col-md-8, .col-md-7, .col-md-6, .col-md-5, .col-md-4, .col-md-3, .col-md-2, .col-md-1, .col-sm,
.col-sm-auto, .col-sm-12, .col-sm-11, .col-sm-10, .col-sm-9, .col-sm-8, .col-sm-7, .col-sm-6, .col-sm-5, .col-sm-4, .col-sm-3, .col-sm-2, .col-sm-1, .col,
.col-auto, .col-12, .col-11, .col-10, .col-9, .col-8, .col-7, .col-6, .col-5, .col-4, .col-3, .col-2, .col-1 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
}

.col {
  -ms-flex-preferred-size: 0;
      flex-basis: 0;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  max-width: 100%;
}

.row-cols-1 > * {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  max-width: 100%;
}

.row-cols-2 > * {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
  max-width: 50%;
}

.row-cols-3 > * {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 33.3333333333%;
          flex: 0 0 33.3333333333%;
  max-width: 33.3333333333%;
}

.row-cols-4 > * {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 25%;
          flex: 0 0 25%;
  max-width: 25%;
}

.row-cols-5 > * {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 20%;
          flex: 0 0 20%;
  max-width: 20%;
}

.row-cols-6 > * {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 16.6666666667%;
          flex: 0 0 16.6666666667%;
  max-width: 16.6666666667%;
}

.col-auto {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}

.col-1 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 8.33333333%;
          flex: 0 0 8.33333333%;
  max-width: 8.33333333%;
}

.col-2 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 16.66666667%;
          flex: 0 0 16.66666667%;
  max-width: 16.66666667%;
}

.col-3 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 25%;
          flex: 0 0 25%;
  max-width: 25%;
}

.col-4 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 33.33333333%;
          flex: 0 0 33.33333333%;
  max-width: 33.33333333%;
}

.col-5 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 41.66666667%;
          flex: 0 0 41.66666667%;
  max-width: 41.66666667%;
}

.col-6 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
  max-width: 50%;
}

.col-7 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 58.33333333%;
          flex: 0 0 58.33333333%;
  max-width: 58.33333333%;
}

.col-8 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 66.66666667%;
          flex: 0 0 66.66666667%;
  max-width: 66.66666667%;
}

.col-9 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 75%;
          flex: 0 0 75%;
  max-width: 75%;
}

.col-10 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 83.33333333%;
          flex: 0 0 83.33333333%;
  max-width: 83.33333333%;
}

.col-11 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 91.66666667%;
          flex: 0 0 91.66666667%;
  max-width: 91.66666667%;
}

.col-12 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  max-width: 100%;
}

.order-first {
  -webkit-box-ordinal-group: 0;
      -ms-flex-order: -1;
          order: -1;
}

.order-last {
  -webkit-box-ordinal-group: 14;
      -ms-flex-order: 13;
          order: 13;
}

.order-0 {
  -webkit-box-ordinal-group: 1;
      -ms-flex-order: 0;
          order: 0;
}

.order-1 {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}

.order-2 {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}

.order-3 {
  -webkit-box-ordinal-group: 4;
      -ms-flex-order: 3;
          order: 3;
}

.order-4 {
  -webkit-box-ordinal-group: 5;
      -ms-flex-order: 4;
          order: 4;
}

.order-5 {
  -webkit-box-ordinal-group: 6;
      -ms-flex-order: 5;
          order: 5;
}

.order-6 {
  -webkit-box-ordinal-group: 7;
      -ms-flex-order: 6;
          order: 6;
}

.order-7 {
  -webkit-box-ordinal-group: 8;
      -ms-flex-order: 7;
          order: 7;
}

.order-8 {
  -webkit-box-ordinal-group: 9;
      -ms-flex-order: 8;
          order: 8;
}

.order-9 {
  -webkit-box-ordinal-group: 10;
      -ms-flex-order: 9;
          order: 9;
}

.order-10 {
  -webkit-box-ordinal-group: 11;
      -ms-flex-order: 10;
          order: 10;
}

.order-11 {
  -webkit-box-ordinal-group: 12;
      -ms-flex-order: 11;
          order: 11;
}

.order-12 {
  -webkit-box-ordinal-group: 13;
      -ms-flex-order: 12;
          order: 12;
}

.offset-1 {
  margin-left: 8.33333333%;
}

.offset-2 {
  margin-left: 16.66666667%;
}

.offset-3 {
  margin-left: 25%;
}

.offset-4 {
  margin-left: 33.33333333%;
}

.offset-5 {
  margin-left: 41.66666667%;
}

.offset-6 {
  margin-left: 50%;
}

.offset-7 {
  margin-left: 58.33333333%;
}

.offset-8 {
  margin-left: 66.66666667%;
}

.offset-9 {
  margin-left: 75%;
}

.offset-10 {
  margin-left: 83.33333333%;
}

.offset-11 {
  margin-left: 91.66666667%;
}

@media (min-width: 576px) {
  .col-sm {
    -ms-flex-preferred-size: 0;
        flex-basis: 0;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    max-width: 100%;
  }
  .row-cols-sm-1 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
  .row-cols-sm-2 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }
  .row-cols-sm-3 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.3333333333%;
            flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .row-cols-sm-4 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%;
  }
  .row-cols-sm-5 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 20%;
            flex: 0 0 20%;
    max-width: 20%;
  }
  .row-cols-sm-6 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 16.6666666667%;
            flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-sm-auto {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-sm-1 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 8.33333333%;
            flex: 0 0 8.33333333%;
    max-width: 8.33333333%;
  }
  .col-sm-2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 16.66666667%;
            flex: 0 0 16.66666667%;
    max-width: 16.66666667%;
  }
  .col-sm-3 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%;
  }
  .col-sm-4 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33333333%;
            flex: 0 0 33.33333333%;
    max-width: 33.33333333%;
  }
  .col-sm-5 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 41.66666667%;
            flex: 0 0 41.66666667%;
    max-width: 41.66666667%;
  }
  .col-sm-6 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }
  .col-sm-7 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 58.33333333%;
            flex: 0 0 58.33333333%;
    max-width: 58.33333333%;
  }
  .col-sm-8 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 66.66666667%;
            flex: 0 0 66.66666667%;
    max-width: 66.66666667%;
  }
  .col-sm-9 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
            flex: 0 0 75%;
    max-width: 75%;
  }
  .col-sm-10 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 83.33333333%;
            flex: 0 0 83.33333333%;
    max-width: 83.33333333%;
  }
  .col-sm-11 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 91.66666667%;
            flex: 0 0 91.66666667%;
    max-width: 91.66666667%;
  }
  .col-sm-12 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
  .order-sm-first {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
  }
  .order-sm-last {
    -webkit-box-ordinal-group: 14;
        -ms-flex-order: 13;
            order: 13;
  }
  .order-sm-0 {
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0;
  }
  .order-sm-1 {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .order-sm-2 {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .order-sm-3 {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
  .order-sm-4 {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
  }
  .order-sm-5 {
    -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
            order: 5;
  }
  .order-sm-6 {
    -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
            order: 6;
  }
  .order-sm-7 {
    -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
            order: 7;
  }
  .order-sm-8 {
    -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
            order: 8;
  }
  .order-sm-9 {
    -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
            order: 9;
  }
  .order-sm-10 {
    -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
            order: 10;
  }
  .order-sm-11 {
    -webkit-box-ordinal-group: 12;
        -ms-flex-order: 11;
            order: 11;
  }
  .order-sm-12 {
    -webkit-box-ordinal-group: 13;
        -ms-flex-order: 12;
            order: 12;
  }
  .offset-sm-0 {
    margin-left: 0;
  }
  .offset-sm-1 {
    margin-left: 8.33333333%;
  }
  .offset-sm-2 {
    margin-left: 16.66666667%;
  }
  .offset-sm-3 {
    margin-left: 25%;
  }
  .offset-sm-4 {
    margin-left: 33.33333333%;
  }
  .offset-sm-5 {
    margin-left: 41.66666667%;
  }
  .offset-sm-6 {
    margin-left: 50%;
  }
  .offset-sm-7 {
    margin-left: 58.33333333%;
  }
  .offset-sm-8 {
    margin-left: 66.66666667%;
  }
  .offset-sm-9 {
    margin-left: 75%;
  }
  .offset-sm-10 {
    margin-left: 83.33333333%;
  }
  .offset-sm-11 {
    margin-left: 91.66666667%;
  }
}
@media (min-width: 768px) {
  .col-md {
    -ms-flex-preferred-size: 0;
        flex-basis: 0;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    max-width: 100%;
  }
  .row-cols-md-1 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
  .row-cols-md-2 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }
  .row-cols-md-3 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.3333333333%;
            flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .row-cols-md-4 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%;
  }
  .row-cols-md-5 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 20%;
            flex: 0 0 20%;
    max-width: 20%;
  }
  .row-cols-md-6 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 16.6666666667%;
            flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-md-auto {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-md-1 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 8.33333333%;
            flex: 0 0 8.33333333%;
    max-width: 8.33333333%;
  }
  .col-md-2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 16.66666667%;
            flex: 0 0 16.66666667%;
    max-width: 16.66666667%;
  }
  .col-md-3 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%;
  }
  .col-md-4 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33333333%;
            flex: 0 0 33.33333333%;
    max-width: 33.33333333%;
  }
  .col-md-5 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 41.66666667%;
            flex: 0 0 41.66666667%;
    max-width: 41.66666667%;
  }
  .col-md-6 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }
  .col-md-7 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 58.33333333%;
            flex: 0 0 58.33333333%;
    max-width: 58.33333333%;
  }
  .col-md-8 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 66.66666667%;
            flex: 0 0 66.66666667%;
    max-width: 66.66666667%;
  }
  .col-md-9 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
            flex: 0 0 75%;
    max-width: 75%;
  }
  .col-md-10 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 83.33333333%;
            flex: 0 0 83.33333333%;
    max-width: 83.33333333%;
  }
  .col-md-11 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 91.66666667%;
            flex: 0 0 91.66666667%;
    max-width: 91.66666667%;
  }
  .col-md-12 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
  .order-md-first {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
  }
  .order-md-last {
    -webkit-box-ordinal-group: 14;
        -ms-flex-order: 13;
            order: 13;
  }
  .order-md-0 {
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0;
  }
  .order-md-1 {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .order-md-2 {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .order-md-3 {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
  .order-md-4 {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
  }
  .order-md-5 {
    -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
            order: 5;
  }
  .order-md-6 {
    -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
            order: 6;
  }
  .order-md-7 {
    -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
            order: 7;
  }
  .order-md-8 {
    -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
            order: 8;
  }
  .order-md-9 {
    -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
            order: 9;
  }
  .order-md-10 {
    -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
            order: 10;
  }
  .order-md-11 {
    -webkit-box-ordinal-group: 12;
        -ms-flex-order: 11;
            order: 11;
  }
  .order-md-12 {
    -webkit-box-ordinal-group: 13;
        -ms-flex-order: 12;
            order: 12;
  }
  .offset-md-0 {
    margin-left: 0;
  }
  .offset-md-1 {
    margin-left: 8.33333333%;
  }
  .offset-md-2 {
    margin-left: 16.66666667%;
  }
  .offset-md-3 {
    margin-left: 25%;
  }
  .offset-md-4 {
    margin-left: 33.33333333%;
  }
  .offset-md-5 {
    margin-left: 41.66666667%;
  }
  .offset-md-6 {
    margin-left: 50%;
  }
  .offset-md-7 {
    margin-left: 58.33333333%;
  }
  .offset-md-8 {
    margin-left: 66.66666667%;
  }
  .offset-md-9 {
    margin-left: 75%;
  }
  .offset-md-10 {
    margin-left: 83.33333333%;
  }
  .offset-md-11 {
    margin-left: 91.66666667%;
  }
}
@media (min-width: 992px) {
  .col-lg {
    -ms-flex-preferred-size: 0;
        flex-basis: 0;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    max-width: 100%;
  }
  .row-cols-lg-1 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
  .row-cols-lg-2 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }
  .row-cols-lg-3 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.3333333333%;
            flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .row-cols-lg-4 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%;
  }
  .row-cols-lg-5 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 20%;
            flex: 0 0 20%;
    max-width: 20%;
  }
  .row-cols-lg-6 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 16.6666666667%;
            flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-lg-auto {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-lg-1 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 8.33333333%;
            flex: 0 0 8.33333333%;
    max-width: 8.33333333%;
  }
  .col-lg-2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 16.66666667%;
            flex: 0 0 16.66666667%;
    max-width: 16.66666667%;
  }
  .col-lg-3 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%;
  }
  .col-lg-4 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33333333%;
            flex: 0 0 33.33333333%;
    max-width: 33.33333333%;
  }
  .col-lg-5 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 41.66666667%;
            flex: 0 0 41.66666667%;
    max-width: 41.66666667%;
  }
  .col-lg-6 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }
  .col-lg-7 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 58.33333333%;
            flex: 0 0 58.33333333%;
    max-width: 58.33333333%;
  }
  .col-lg-8 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 66.66666667%;
            flex: 0 0 66.66666667%;
    max-width: 66.66666667%;
  }
  .col-lg-9 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
            flex: 0 0 75%;
    max-width: 75%;
  }
  .col-lg-10 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 83.33333333%;
            flex: 0 0 83.33333333%;
    max-width: 83.33333333%;
  }
  .col-lg-11 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 91.66666667%;
            flex: 0 0 91.66666667%;
    max-width: 91.66666667%;
  }
  .col-lg-12 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
  .order-lg-first {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
  }
  .order-lg-last {
    -webkit-box-ordinal-group: 14;
        -ms-flex-order: 13;
            order: 13;
  }
  .order-lg-0 {
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0;
  }
  .order-lg-1 {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .order-lg-2 {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .order-lg-3 {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
  .order-lg-4 {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
  }
  .order-lg-5 {
    -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
            order: 5;
  }
  .order-lg-6 {
    -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
            order: 6;
  }
  .order-lg-7 {
    -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
            order: 7;
  }
  .order-lg-8 {
    -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
            order: 8;
  }
  .order-lg-9 {
    -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
            order: 9;
  }
  .order-lg-10 {
    -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
            order: 10;
  }
  .order-lg-11 {
    -webkit-box-ordinal-group: 12;
        -ms-flex-order: 11;
            order: 11;
  }
  .order-lg-12 {
    -webkit-box-ordinal-group: 13;
        -ms-flex-order: 12;
            order: 12;
  }
  .offset-lg-0 {
    margin-left: 0;
  }
  .offset-lg-1 {
    margin-left: 8.33333333%;
  }
  .offset-lg-2 {
    margin-left: 16.66666667%;
  }
  .offset-lg-3 {
    margin-left: 25%;
  }
  .offset-lg-4 {
    margin-left: 33.33333333%;
  }
  .offset-lg-5 {
    margin-left: 41.66666667%;
  }
  .offset-lg-6 {
    margin-left: 50%;
  }
  .offset-lg-7 {
    margin-left: 58.33333333%;
  }
  .offset-lg-8 {
    margin-left: 66.66666667%;
  }
  .offset-lg-9 {
    margin-left: 75%;
  }
  .offset-lg-10 {
    margin-left: 83.33333333%;
  }
  .offset-lg-11 {
    margin-left: 91.66666667%;
  }
}
@media (min-width: 1200px) {
  .col-xl {
    -ms-flex-preferred-size: 0;
        flex-basis: 0;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    max-width: 100%;
  }
  .row-cols-xl-1 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
  .row-cols-xl-2 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }
  .row-cols-xl-3 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.3333333333%;
            flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .row-cols-xl-4 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%;
  }
  .row-cols-xl-5 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 20%;
            flex: 0 0 20%;
    max-width: 20%;
  }
  .row-cols-xl-6 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 16.6666666667%;
            flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-xl-auto {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-xl-1 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 8.33333333%;
            flex: 0 0 8.33333333%;
    max-width: 8.33333333%;
  }
  .col-xl-2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 16.66666667%;
            flex: 0 0 16.66666667%;
    max-width: 16.66666667%;
  }
  .col-xl-3 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%;
  }
  .col-xl-4 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33333333%;
            flex: 0 0 33.33333333%;
    max-width: 33.33333333%;
  }
  .col-xl-5 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 41.66666667%;
            flex: 0 0 41.66666667%;
    max-width: 41.66666667%;
  }
  .col-xl-6 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }
  .col-xl-7 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 58.33333333%;
            flex: 0 0 58.33333333%;
    max-width: 58.33333333%;
  }
  .col-xl-8 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 66.66666667%;
            flex: 0 0 66.66666667%;
    max-width: 66.66666667%;
  }
  .col-xl-9 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
            flex: 0 0 75%;
    max-width: 75%;
  }
  .col-xl-10 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 83.33333333%;
            flex: 0 0 83.33333333%;
    max-width: 83.33333333%;
  }
  .col-xl-11 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 91.66666667%;
            flex: 0 0 91.66666667%;
    max-width: 91.66666667%;
  }
  .col-xl-12 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
  .order-xl-first {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
  }
  .order-xl-last {
    -webkit-box-ordinal-group: 14;
        -ms-flex-order: 13;
            order: 13;
  }
  .order-xl-0 {
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0;
  }
  .order-xl-1 {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .order-xl-2 {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .order-xl-3 {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
  .order-xl-4 {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
  }
  .order-xl-5 {
    -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
            order: 5;
  }
  .order-xl-6 {
    -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
            order: 6;
  }
  .order-xl-7 {
    -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
            order: 7;
  }
  .order-xl-8 {
    -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
            order: 8;
  }
  .order-xl-9 {
    -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
            order: 9;
  }
  .order-xl-10 {
    -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
            order: 10;
  }
  .order-xl-11 {
    -webkit-box-ordinal-group: 12;
        -ms-flex-order: 11;
            order: 11;
  }
  .order-xl-12 {
    -webkit-box-ordinal-group: 13;
        -ms-flex-order: 12;
            order: 12;
  }
  .offset-xl-0 {
    margin-left: 0;
  }
  .offset-xl-1 {
    margin-left: 8.33333333%;
  }
  .offset-xl-2 {
    margin-left: 16.66666667%;
  }
  .offset-xl-3 {
    margin-left: 25%;
  }
  .offset-xl-4 {
    margin-left: 33.33333333%;
  }
  .offset-xl-5 {
    margin-left: 41.66666667%;
  }
  .offset-xl-6 {
    margin-left: 50%;
  }
  .offset-xl-7 {
    margin-left: 58.33333333%;
  }
  .offset-xl-8 {
    margin-left: 66.66666667%;
  }
  .offset-xl-9 {
    margin-left: 75%;
  }
  .offset-xl-10 {
    margin-left: 83.33333333%;
  }
  .offset-xl-11 {
    margin-left: 91.66666667%;
  }
}
@media (min-width: 1400px) {
  .col-xxl {
    -ms-flex-preferred-size: 0;
        flex-basis: 0;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    max-width: 100%;
  }
  .row-cols-xxl-1 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
  .row-cols-xxl-2 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }
  .row-cols-xxl-3 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.3333333333%;
            flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .row-cols-xxl-4 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%;
  }
  .row-cols-xxl-5 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 20%;
            flex: 0 0 20%;
    max-width: 20%;
  }
  .row-cols-xxl-6 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 16.6666666667%;
            flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-xxl-auto {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-xxl-1 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 8.33333333%;
            flex: 0 0 8.33333333%;
    max-width: 8.33333333%;
  }
  .col-xxl-2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 16.66666667%;
            flex: 0 0 16.66666667%;
    max-width: 16.66666667%;
  }
  .col-xxl-3 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%;
  }
  .col-xxl-4 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33333333%;
            flex: 0 0 33.33333333%;
    max-width: 33.33333333%;
  }
  .col-xxl-5 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 41.66666667%;
            flex: 0 0 41.66666667%;
    max-width: 41.66666667%;
  }
  .col-xxl-6 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }
  .col-xxl-7 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 58.33333333%;
            flex: 0 0 58.33333333%;
    max-width: 58.33333333%;
  }
  .col-xxl-8 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 66.66666667%;
            flex: 0 0 66.66666667%;
    max-width: 66.66666667%;
  }
  .col-xxl-9 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
            flex: 0 0 75%;
    max-width: 75%;
  }
  .col-xxl-10 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 83.33333333%;
            flex: 0 0 83.33333333%;
    max-width: 83.33333333%;
  }
  .col-xxl-11 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 91.66666667%;
            flex: 0 0 91.66666667%;
    max-width: 91.66666667%;
  }
  .col-xxl-12 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
  .order-xxl-first {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
  }
  .order-xxl-last {
    -webkit-box-ordinal-group: 14;
        -ms-flex-order: 13;
            order: 13;
  }
  .order-xxl-0 {
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0;
  }
  .order-xxl-1 {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .order-xxl-2 {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .order-xxl-3 {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
  .order-xxl-4 {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
  }
  .order-xxl-5 {
    -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
            order: 5;
  }
  .order-xxl-6 {
    -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
            order: 6;
  }
  .order-xxl-7 {
    -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
            order: 7;
  }
  .order-xxl-8 {
    -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
            order: 8;
  }
  .order-xxl-9 {
    -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
            order: 9;
  }
  .order-xxl-10 {
    -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
            order: 10;
  }
  .order-xxl-11 {
    -webkit-box-ordinal-group: 12;
        -ms-flex-order: 11;
            order: 11;
  }
  .order-xxl-12 {
    -webkit-box-ordinal-group: 13;
        -ms-flex-order: 12;
            order: 12;
  }
  .offset-xxl-0 {
    margin-left: 0;
  }
  .offset-xxl-1 {
    margin-left: 8.33333333%;
  }
  .offset-xxl-2 {
    margin-left: 16.66666667%;
  }
  .offset-xxl-3 {
    margin-left: 25%;
  }
  .offset-xxl-4 {
    margin-left: 33.33333333%;
  }
  .offset-xxl-5 {
    margin-left: 41.66666667%;
  }
  .offset-xxl-6 {
    margin-left: 50%;
  }
  .offset-xxl-7 {
    margin-left: 58.33333333%;
  }
  .offset-xxl-8 {
    margin-left: 66.66666667%;
  }
  .offset-xxl-9 {
    margin-left: 75%;
  }
  .offset-xxl-10 {
    margin-left: 83.33333333%;
  }
  .offset-xxl-11 {
    margin-left: 91.66666667%;
  }
}
.table, .conteudo-principal__content.parse-markdown table {
  width: 100%;
  margin-bottom: 1rem;
  color: var(--text-color);
}
.table th, .conteudo-principal__content.parse-markdown table th,
.table td,
.conteudo-principal__content.parse-markdown table td {
  padding: 0.75rem;
  vertical-align: top;
  border-top: 1px solid var(--border-color);
}
.table thead th, .conteudo-principal__content.parse-markdown table thead th {
  vertical-align: bottom;
  border-bottom: 2px solid var(--border-color);
}
.table tbody + tbody, .conteudo-principal__content.parse-markdown table tbody + tbody {
  border-top: 2px solid var(--border-color);
}

.table-sm th,
.table-sm td {
  padding: 0.3rem;
}

.table-bordered {
  border: 1px solid var(--border-color);
}
.table-bordered th,
.table-bordered td {
  border: 1px solid var(--border-color);
}
.table-bordered thead th,
.table-bordered thead td {
  border-bottom-width: 2px;
}

.table-borderless th,
.table-borderless td,
.table-borderless thead th,
.table-borderless tbody + tbody {
  border: 0;
}

.table-striped tbody tr:nth-of-type(odd) {
  background-color: rgba(0, 0, 0, 0.05);
}

.table-hover tbody tr:hover {
  color: var(--text-color);
  background-color: rgba(0, 0, 0, 0.075);
}

.table-primary,
.table-primary > th,
.table-primary > td {
  background-color: #d8e7f8;
}
.table-primary th,
.table-primary td,
.table-primary thead th,
.table-primary tbody + tbody {
  border-color: #b6d2f1;
}

.table-hover .table-primary:hover {
  background-color: #c2daf4;
}
.table-hover .table-primary:hover > td,
.table-hover .table-primary:hover > th {
  background-color: #c2daf4;
}

.table-secondary,
.table-secondary > th,
.table-secondary > td {
  background-color: #edeef1;
}
.table-secondary th,
.table-secondary td,
.table-secondary thead th,
.table-secondary tbody + tbody {
  border-color: #dde0e4;
}

.table-hover .table-secondary:hover {
  background-color: #dfe0e6;
}
.table-hover .table-secondary:hover > td,
.table-hover .table-secondary:hover > th {
  background-color: #dfe0e6;
}

.table-success,
.table-success > th,
.table-success > td {
  background-color: #dff1ce;
}
.table-success th,
.table-success td,
.table-success thead th,
.table-success tbody + tbody {
  border-color: #c4e4a5;
}

.table-hover .table-success:hover {
  background-color: #d2ebba;
}
.table-hover .table-success:hover > td,
.table-hover .table-success:hover > th {
  background-color: #d2ebba;
}

.table-info,
.table-info > th,
.table-info > td {
  background-color: #f1f7ff;
}
.table-info th,
.table-info td,
.table-info thead th,
.table-info tbody + tbody {
  border-color: #e4f1ff;
}

.table-hover .table-info:hover {
  background-color: #d8e8ff;
}
.table-hover .table-info:hover > td,
.table-hover .table-info:hover > th {
  background-color: #d8e8ff;
}

.table-warning,
.table-warning > th,
.table-warning > td {
  background-color: #fff3cd;
}
.table-warning th,
.table-warning td,
.table-warning thead th,
.table-warning tbody + tbody {
  border-color: #ffe8a2;
}

.table-hover .table-warning:hover {
  background-color: #ffedb4;
}
.table-hover .table-warning:hover > td,
.table-hover .table-warning:hover > th {
  background-color: #ffedb4;
}

.table-danger,
.table-danger > th,
.table-danger > td {
  background-color: #fcdddd;
}
.table-danger th,
.table-danger td,
.table-danger thead th,
.table-danger tbody + tbody {
  border-color: #fac1bf;
}

.table-hover .table-danger:hover {
  background-color: #fac6c6;
}
.table-hover .table-danger:hover > td,
.table-hover .table-danger:hover > th {
  background-color: #fac6c6;
}

.table-light,
.table-light > th,
.table-light > td {
  background-color: #fdfdfe;
}
.table-light th,
.table-light td,
.table-light thead th,
.table-light tbody + tbody {
  border-color: #fbfcfc;
}

.table-hover .table-light:hover {
  background-color: #ececf6;
}
.table-hover .table-light:hover > td,
.table-hover .table-light:hover > th {
  background-color: #ececf6;
}

.table-dark,
.table-dark > th,
.table-dark > td {
  background-color: #c6c8ca;
}
.table-dark th,
.table-dark td,
.table-dark thead th,
.table-dark tbody + tbody {
  border-color: #95999c;
}

.table-hover .table-dark:hover {
  background-color: #b9bbbe;
}
.table-hover .table-dark:hover > td,
.table-hover .table-dark:hover > th {
  background-color: #b9bbbe;
}

.table-active,
.table-active > th,
.table-active > td {
  background-color: rgba(0, 0, 0, 0.075);
}

.table-hover .table-active:hover {
  background-color: rgba(0, 0, 0, 0.075);
}
.table-hover .table-active:hover > td,
.table-hover .table-active:hover > th {
  background-color: rgba(0, 0, 0, 0.075);
}

.table .thead-dark th, .conteudo-principal__content.parse-markdown table .thead-dark th {
  color: #fff;
  background-color: #343a40;
  border-color: #454d55;
}
.table .thead-light th, .conteudo-principal__content.parse-markdown table .thead-light th {
  color: #495057;
  background-color: #e9ecef;
  border-color: var(--border-color);
}

.table-dark {
  color: #fff;
  background-color: #343a40;
}
.table-dark th,
.table-dark td,
.table-dark thead th {
  border-color: #454d55;
}
.table-dark.table-bordered {
  border: 0;
}
.table-dark.table-striped tbody tr:nth-of-type(odd) {
  background-color: rgba(255, 255, 255, 0.05);
}
.table-dark.table-hover tbody tr:hover {
  color: #fff;
  background-color: rgba(255, 255, 255, 0.075);
}

@media (max-width: 575.98px) {
  .table-responsive-sm {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  .table-responsive-sm > .table-bordered {
    border: 0;
  }
}
@media (max-width: 767.98px) {
  .table-responsive-md {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  .table-responsive-md > .table-bordered {
    border: 0;
  }
}
@media (max-width: 991.98px) {
  .table-responsive-lg {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  .table-responsive-lg > .table-bordered {
    border: 0;
  }
}
@media (max-width: 1199.98px) {
  .table-responsive-xl {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  .table-responsive-xl > .table-bordered {
    border: 0;
  }
}
@media (max-width: 1399.98px) {
  .table-responsive-xxl {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  .table-responsive-xxl > .table-bordered {
    border: 0;
  }
}
.table-responsive {
  display: block;
  width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}
.table-responsive > .table-bordered {
  border: 0;
}

.form-control {
  display: block;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: normal;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: 0.938rem;
  -webkit-transition: border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .form-control {
    -webkit-transition: none;
    transition: none;
  }
}
.form-control::-ms-expand {
  background-color: transparent;
  border: 0;
}
.form-control:focus {
  color: #495057;
  background-color: #fff;
  border-color: #deeaf9;
  outline: 0;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(114, 168, 229, 0.25);
          box-shadow: 0 0 0 0.2rem rgba(114, 168, 229, 0.25);
}
.form-control::-webkit-input-placeholder {
  color: #6c757d;
  opacity: 1;
}
.form-control::-moz-placeholder {
  color: #6c757d;
  opacity: 1;
}
.form-control:-ms-input-placeholder {
  color: #6c757d;
  opacity: 1;
}
.form-control::-ms-input-placeholder {
  color: #6c757d;
  opacity: 1;
}
.form-control::placeholder {
  color: #6c757d;
  opacity: 1;
}
.form-control:disabled, .form-control[readonly] {
  background-color: #e9ecef;
  opacity: 1;
}

input[type=date].form-control,
input[type=time].form-control,
input[type=datetime-local].form-control,
input[type=month].form-control {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

select.form-control:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #495057;
}
select.form-control:focus::-ms-value {
  color: #495057;
  background-color: #fff;
}

.form-control-file,
.form-control-range {
  display: block;
  width: 100%;
}

.col-form-label {
  padding-top: calc(0.375rem + 1px);
  padding-bottom: calc(0.375rem + 1px);
  margin-bottom: 0;
  font-size: inherit;
  line-height: 1.5;
}

.col-form-label-lg {
  padding-top: calc(0.5rem + 1px);
  padding-bottom: calc(0.5rem + 1px);
  font-size: 1.25rem;
  line-height: 1.5;
}

.col-form-label-sm {
  padding-top: calc(0.25rem + 1px);
  padding-bottom: calc(0.25rem + 1px);
  font-size: 0.875rem;
  line-height: 1.5;
}

.form-control-plaintext {
  display: block;
  width: 100%;
  padding: 0.375rem 0;
  margin-bottom: 0;
  font-size: 1rem;
  line-height: 1.5;
  color: var(--text-color);
  background-color: transparent;
  border: solid transparent;
  border-width: 1px 0;
}
.form-control-plaintext.form-control-sm, .form-control-plaintext.form-control-lg {
  padding-right: 0;
  padding-left: 0;
}

.form-control-sm {
  height: calc(1.5em + 0.5rem + 2px);
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 0.2rem;
}

.form-control-lg {
  height: calc(1.5em + 1rem + 2px);
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: 0.3rem;
}

select.form-control[size], select.form-control[multiple] {
  height: auto;
}

textarea.form-control {
  height: auto;
}

.form-group {
  margin-bottom: 1rem;
}

.form-text {
  display: block;
  margin-top: 0.25rem;
}

.form-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-right: -5px;
  margin-left: -5px;
}
.form-row > .col,
.form-row > [class*=col-] {
  padding-right: 5px;
  padding-left: 5px;
}

.form-check {
  position: relative;
  display: block;
  padding-left: 1.25rem;
}

.form-check-input {
  position: absolute;
  margin-top: 0.3rem;
  margin-left: -1.25rem;
}
.form-check-input[disabled] ~ .form-check-label, .form-check-input:disabled ~ .form-check-label {
  color: #6c757d;
}

.form-check-label {
  margin-bottom: 0;
}

.form-check-inline {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-left: 0;
  margin-right: 0.75rem;
}
.form-check-inline .form-check-input {
  position: static;
  margin-top: 0;
  margin-right: 0.3125rem;
  margin-left: 0;
}

.valid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 0.875em;
  color: #8ecc51;
}

.valid-tooltip {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.25rem 0.5rem;
  margin-top: 0.1rem;
  font-size: 0.875rem;
  line-height: 1.5;
  color: #212529;
  background-color: rgba(142, 204, 81, 0.9);
  border-radius: 0.938rem;
}
.form-row > .col > .valid-tooltip, .form-row > [class*=col-] > .valid-tooltip {
  left: 5px;
}

.was-validated :valid ~ .valid-feedback,
.was-validated :valid ~ .valid-tooltip,
.is-valid ~ .valid-feedback,
.is-valid ~ .valid-tooltip {
  display: block;
}

.was-validated .form-control:valid, .form-control.is-valid {
  border-color: #8ecc51;
  padding-right: calc(1.5em + 0.75rem) !important;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%238ecc51' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right calc(0.375em + 0.1875rem) center;
  background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}
.was-validated .form-control:valid:focus, .form-control.is-valid:focus {
  border-color: #8ecc51;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(142, 204, 81, 0.25);
          box-shadow: 0 0 0 0.2rem rgba(142, 204, 81, 0.25);
}

.was-validated select.form-control:valid, select.form-control.is-valid {
  padding-right: 3rem !important;
  background-position: right 1.5rem center;
}

.was-validated textarea.form-control:valid, textarea.form-control.is-valid {
  padding-right: calc(1.5em + 0.75rem);
  background-position: top calc(0.375em + 0.1875rem) right calc(0.375em + 0.1875rem);
}

.was-validated .custom-select:valid, .custom-select.is-valid {
  border-color: #8ecc51;
  padding-right: calc(0.75em + 2.3125rem) !important;
  background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") right 0.75rem center/8px 10px no-repeat, #fff url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%238ecc51' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e") center right 1.75rem/calc(0.75em + 0.375rem) calc(0.75em + 0.375rem) no-repeat;
}
.was-validated .custom-select:valid:focus, .custom-select.is-valid:focus {
  border-color: #8ecc51;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(142, 204, 81, 0.25);
          box-shadow: 0 0 0 0.2rem rgba(142, 204, 81, 0.25);
}

.was-validated .form-check-input:valid ~ .form-check-label, .form-check-input.is-valid ~ .form-check-label {
  color: #8ecc51;
}
.was-validated .form-check-input:valid ~ .valid-feedback,
.was-validated .form-check-input:valid ~ .valid-tooltip, .form-check-input.is-valid ~ .valid-feedback,
.form-check-input.is-valid ~ .valid-tooltip {
  display: block;
}

.was-validated .custom-control-input:valid ~ .custom-control-label, .custom-control-input.is-valid ~ .custom-control-label {
  color: #8ecc51;
}
.was-validated .custom-control-input:valid ~ .custom-control-label::before, .custom-control-input.is-valid ~ .custom-control-label::before {
  border-color: #8ecc51;
}
.was-validated .custom-control-input:valid:checked ~ .custom-control-label::before, .custom-control-input.is-valid:checked ~ .custom-control-label::before {
  border-color: #a8d878;
  background-color: #a8d878;
}
.was-validated .custom-control-input:valid:focus ~ .custom-control-label::before, .custom-control-input.is-valid:focus ~ .custom-control-label::before {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(142, 204, 81, 0.25);
          box-shadow: 0 0 0 0.2rem rgba(142, 204, 81, 0.25);
}
.was-validated .custom-control-input:valid:focus:not(:checked) ~ .custom-control-label::before, .custom-control-input.is-valid:focus:not(:checked) ~ .custom-control-label::before {
  border-color: #8ecc51;
}

.was-validated .custom-file-input:valid ~ .custom-file-label, .custom-file-input.is-valid ~ .custom-file-label {
  border-color: #8ecc51;
}
.was-validated .custom-file-input:valid:focus ~ .custom-file-label, .custom-file-input.is-valid:focus ~ .custom-file-label {
  border-color: #8ecc51;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(142, 204, 81, 0.25);
          box-shadow: 0 0 0 0.2rem rgba(142, 204, 81, 0.25);
}

.invalid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 0.875em;
  color: #f58784;
}

.invalid-tooltip {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.25rem 0.5rem;
  margin-top: 0.1rem;
  font-size: 0.875rem;
  line-height: 1.5;
  color: #212529;
  background-color: rgba(245, 135, 132, 0.9);
  border-radius: 0.938rem;
}
.form-row > .col > .invalid-tooltip, .form-row > [class*=col-] > .invalid-tooltip {
  left: 5px;
}

.was-validated :invalid ~ .invalid-feedback,
.was-validated :invalid ~ .invalid-tooltip,
.is-invalid ~ .invalid-feedback,
.is-invalid ~ .invalid-tooltip {
  display: block;
}

.was-validated .form-control:invalid, .form-control.is-invalid {
  border-color: #f58784;
  padding-right: calc(1.5em + 0.75rem) !important;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%23f58784' viewBox='0 0 12 12'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23f58784' stroke='none'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right calc(0.375em + 0.1875rem) center;
  background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}
.was-validated .form-control:invalid:focus, .form-control.is-invalid:focus {
  border-color: #f58784;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(245, 135, 132, 0.25);
          box-shadow: 0 0 0 0.2rem rgba(245, 135, 132, 0.25);
}

.was-validated select.form-control:invalid, select.form-control.is-invalid {
  padding-right: 3rem !important;
  background-position: right 1.5rem center;
}

.was-validated textarea.form-control:invalid, textarea.form-control.is-invalid {
  padding-right: calc(1.5em + 0.75rem);
  background-position: top calc(0.375em + 0.1875rem) right calc(0.375em + 0.1875rem);
}

.was-validated .custom-select:invalid, .custom-select.is-invalid {
  border-color: #f58784;
  padding-right: calc(0.75em + 2.3125rem) !important;
  background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") right 0.75rem center/8px 10px no-repeat, #fff url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%23f58784' viewBox='0 0 12 12'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23f58784' stroke='none'/%3e%3c/svg%3e") center right 1.75rem/calc(0.75em + 0.375rem) calc(0.75em + 0.375rem) no-repeat;
}
.was-validated .custom-select:invalid:focus, .custom-select.is-invalid:focus {
  border-color: #f58784;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(245, 135, 132, 0.25);
          box-shadow: 0 0 0 0.2rem rgba(245, 135, 132, 0.25);
}

.was-validated .form-check-input:invalid ~ .form-check-label, .form-check-input.is-invalid ~ .form-check-label {
  color: #f58784;
}
.was-validated .form-check-input:invalid ~ .invalid-feedback,
.was-validated .form-check-input:invalid ~ .invalid-tooltip, .form-check-input.is-invalid ~ .invalid-feedback,
.form-check-input.is-invalid ~ .invalid-tooltip {
  display: block;
}

.was-validated .custom-control-input:invalid ~ .custom-control-label, .custom-control-input.is-invalid ~ .custom-control-label {
  color: #f58784;
}
.was-validated .custom-control-input:invalid ~ .custom-control-label::before, .custom-control-input.is-invalid ~ .custom-control-label::before {
  border-color: #f58784;
}
.was-validated .custom-control-input:invalid:checked ~ .custom-control-label::before, .custom-control-input.is-invalid:checked ~ .custom-control-label::before {
  border-color: #f9b5b3;
  background-color: #f9b5b3;
}
.was-validated .custom-control-input:invalid:focus ~ .custom-control-label::before, .custom-control-input.is-invalid:focus ~ .custom-control-label::before {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(245, 135, 132, 0.25);
          box-shadow: 0 0 0 0.2rem rgba(245, 135, 132, 0.25);
}
.was-validated .custom-control-input:invalid:focus:not(:checked) ~ .custom-control-label::before, .custom-control-input.is-invalid:focus:not(:checked) ~ .custom-control-label::before {
  border-color: #f58784;
}

.was-validated .custom-file-input:invalid ~ .custom-file-label, .custom-file-input.is-invalid ~ .custom-file-label {
  border-color: #f58784;
}
.was-validated .custom-file-input:invalid:focus ~ .custom-file-label, .custom-file-input.is-invalid:focus ~ .custom-file-label {
  border-color: #f58784;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(245, 135, 132, 0.25);
          box-shadow: 0 0 0 0.2rem rgba(245, 135, 132, 0.25);
}

.form-inline {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.form-inline .form-check {
  width: 100%;
}
@media (min-width: 576px) {
  .form-inline label {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-bottom: 0;
  }
  .form-inline .form-group {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-bottom: 0;
  }
  .form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  .form-inline .form-control-plaintext {
    display: inline-block;
  }
  .form-inline .input-group,
  .form-inline .custom-select {
    width: auto;
  }
  .form-inline .form-check {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: auto;
    padding-left: 0;
  }
  .form-inline .form-check-input {
    position: relative;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    margin-top: 0;
    margin-right: 0.25rem;
    margin-left: 0;
  }
  .form-inline .custom-control {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .form-inline .custom-control-label {
    margin-bottom: 0;
  }
}

.btn, button-primary, button-secondary, button-tertiary, button-quaternary,
.btn-primary,
button-primary-icon,
.btn-primary-icon,
.btn-secondary,
button-secondary-icon,
.btn-secondary-icon,
.btn-tertiary,
button-tertiary-icon,
.btn-tertiary-icon,
.btn-quaternary,
button-quaternary-icon,
.btn-quaternary-icon {
  display: inline-block;
  font-weight: normal;
  color: var(--text-color);
  text-align: center;
  vertical-align: middle;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  background-color: transparent;
  border: 1px solid transparent;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  line-height: 1.5;
  border-radius: 0.938rem;
  -webkit-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .btn, button-primary, button-secondary, button-tertiary, button-quaternary,
  .btn-primary,
  button-primary-icon,
  .btn-primary-icon,
  .btn-secondary,
  button-secondary-icon,
  .btn-secondary-icon,
  .btn-tertiary,
  button-tertiary-icon,
  .btn-tertiary-icon,
  .btn-quaternary,
  button-quaternary-icon,
  .btn-quaternary-icon {
    -webkit-transition: none;
    transition: none;
  }
}
.btn:hover, button-primary:hover, button-secondary:hover, button-tertiary:hover, button-quaternary:hover,
.btn-primary:hover,
button-primary-icon:hover,
.btn-primary-icon:hover,
.btn-secondary:hover,
button-secondary-icon:hover,
.btn-secondary-icon:hover,
.btn-tertiary:hover,
button-tertiary-icon:hover,
.btn-tertiary-icon:hover,
.btn-quaternary:hover,
button-quaternary-icon:hover,
.btn-quaternary-icon:hover {
  color: var(--text-color);
  text-decoration: none;
}
.btn:focus, button-primary:focus, button-secondary:focus, button-tertiary:focus, button-quaternary:focus,
.btn-primary:focus,
button-primary-icon:focus,
.btn-primary-icon:focus,
.btn-secondary:focus,
button-secondary-icon:focus,
.btn-secondary-icon:focus,
.btn-tertiary:focus,
button-tertiary-icon:focus,
.btn-tertiary-icon:focus,
.btn-quaternary:focus,
button-quaternary-icon:focus,
.btn-quaternary-icon:focus, .btn.focus, button-primary.focus, button-secondary.focus, button-tertiary.focus, button-quaternary.focus,
.focus.btn-primary,
button-primary-icon.focus,
.focus.btn-primary-icon,
.focus.btn-secondary,
button-secondary-icon.focus,
.focus.btn-secondary-icon,
.focus.btn-tertiary,
button-tertiary-icon.focus,
.focus.btn-tertiary-icon,
.focus.btn-quaternary,
button-quaternary-icon.focus,
.focus.btn-quaternary-icon {
  outline: 0;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(114, 168, 229, 0.25);
          box-shadow: 0 0 0 0.2rem rgba(114, 168, 229, 0.25);
}
.btn.disabled, button-primary.disabled, button-secondary.disabled, button-tertiary.disabled, button-quaternary.disabled,
.disabled.btn-primary,
button-primary-icon.disabled,
.disabled.btn-primary-icon,
.disabled.btn-secondary,
button-secondary-icon.disabled,
.disabled.btn-secondary-icon,
.disabled.btn-tertiary,
button-tertiary-icon.disabled,
.disabled.btn-tertiary-icon,
.disabled.btn-quaternary,
button-quaternary-icon.disabled,
.disabled.btn-quaternary-icon, .btn:disabled, button-primary:disabled, button-secondary:disabled, button-tertiary:disabled, button-quaternary:disabled,
.btn-primary:disabled,
button-primary-icon:disabled,
.btn-primary-icon:disabled,
.btn-secondary:disabled,
button-secondary-icon:disabled,
.btn-secondary-icon:disabled,
.btn-tertiary:disabled,
button-tertiary-icon:disabled,
.btn-tertiary-icon:disabled,
.btn-quaternary:disabled,
button-quaternary-icon:disabled,
.btn-quaternary-icon:disabled {
  opacity: 0.65;
}
.btn:not(:disabled):not(.disabled), button-primary:not(:disabled):not(.disabled), button-secondary:not(:disabled):not(.disabled), button-tertiary:not(:disabled):not(.disabled), button-quaternary:not(:disabled):not(.disabled),
.btn-primary:not(:disabled):not(.disabled),
button-primary-icon:not(:disabled):not(.disabled),
.btn-primary-icon:not(:disabled):not(.disabled),
.btn-secondary:not(:disabled):not(.disabled),
button-secondary-icon:not(:disabled):not(.disabled),
.btn-secondary-icon:not(:disabled):not(.disabled),
.btn-tertiary:not(:disabled):not(.disabled),
button-tertiary-icon:not(:disabled):not(.disabled),
.btn-tertiary-icon:not(:disabled):not(.disabled),
.btn-quaternary:not(:disabled):not(.disabled),
button-quaternary-icon:not(:disabled):not(.disabled),
.btn-quaternary-icon:not(:disabled):not(.disabled) {
  cursor: pointer;
}
a.btn.disabled,
a.disabled.btn-primary,
a.disabled.btn-primary-icon,
a.disabled.btn-secondary,
a.disabled.btn-secondary-icon,
a.disabled.btn-tertiary,
a.disabled.btn-tertiary-icon,
a.disabled.btn-quaternary,
a.disabled.btn-quaternary-icon,
fieldset:disabled a.btn,
fieldset:disabled a.btn-primary,
fieldset:disabled a.btn-primary-icon,
fieldset:disabled a.btn-secondary,
fieldset:disabled a.btn-secondary-icon,
fieldset:disabled a.btn-tertiary,
fieldset:disabled a.btn-tertiary-icon,
fieldset:disabled a.btn-quaternary,
fieldset:disabled a.btn-quaternary-icon {
  pointer-events: none;
}

.btn-primary, button-primary-icon,
.btn-primary-icon {
  color: #212529;
  background-color: #72a8e5;
  border-color: #72a8e5;
}
.btn-primary:hover, button-primary-icon:hover,
.btn-primary-icon:hover {
  color: #fff;
  background-color: #5294df;
  border-color: #478ddd;
}
.btn-primary:focus, button-primary-icon:focus,
.btn-primary-icon:focus, .btn-primary.focus, button-primary-icon.focus,
.focus.btn-primary-icon {
  color: #fff;
  background-color: #5294df;
  border-color: #478ddd;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(102, 148, 201, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(102, 148, 201, 0.5);
}
.btn-primary.disabled, button-primary-icon.disabled,
.disabled.btn-primary-icon, .btn-primary:disabled, button-primary-icon:disabled,
.btn-primary-icon:disabled {
  color: #212529;
  background-color: #72a8e5;
  border-color: #72a8e5;
}
.btn-primary:not(:disabled):not(.disabled):active, button-primary-icon:not(:disabled):not(.disabled):active,
.btn-primary-icon:not(:disabled):not(.disabled):active, .btn-primary:not(:disabled):not(.disabled).active, button-primary-icon:not(:disabled):not(.disabled).active,
.btn-primary-icon:not(:disabled):not(.disabled).active, .show > .btn-primary.dropdown-toggle, .show > button-primary-icon.dropdown-toggle,
.show > .dropdown-toggle.btn-primary-icon {
  color: #fff;
  background-color: #478ddd;
  border-color: #3c87db;
}
.btn-primary:not(:disabled):not(.disabled):active:focus, button-primary-icon:not(:disabled):not(.disabled):active:focus,
.btn-primary-icon:not(:disabled):not(.disabled):active:focus, .btn-primary:not(:disabled):not(.disabled).active:focus, button-primary-icon:not(:disabled):not(.disabled).active:focus,
.btn-primary-icon:not(:disabled):not(.disabled).active:focus, .show > .btn-primary.dropdown-toggle:focus, .show > button-primary-icon.dropdown-toggle:focus,
.show > .dropdown-toggle.btn-primary-icon:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(102, 148, 201, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(102, 148, 201, 0.5);
}

.btn-secondary, button-secondary-icon,
.btn-secondary-icon {
  color: #212529;
  background-color: #bdc4cc;
  border-color: #bdc4cc;
}
.btn-secondary:hover, button-secondary-icon:hover,
.btn-secondary-icon:hover {
  color: #212529;
  background-color: #a7b1bb;
  border-color: #a0aab6;
}
.btn-secondary:focus, button-secondary-icon:focus,
.btn-secondary-icon:focus, .btn-secondary.focus, button-secondary-icon.focus,
.focus.btn-secondary-icon {
  color: #212529;
  background-color: #a7b1bb;
  border-color: #a0aab6;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(166, 172, 180, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(166, 172, 180, 0.5);
}
.btn-secondary.disabled, button-secondary-icon.disabled,
.disabled.btn-secondary-icon, .btn-secondary:disabled, button-secondary-icon:disabled,
.btn-secondary-icon:disabled {
  color: #212529;
  background-color: #bdc4cc;
  border-color: #bdc4cc;
}
.btn-secondary:not(:disabled):not(.disabled):active, button-secondary-icon:not(:disabled):not(.disabled):active,
.btn-secondary-icon:not(:disabled):not(.disabled):active, .btn-secondary:not(:disabled):not(.disabled).active, button-secondary-icon:not(:disabled):not(.disabled).active,
.btn-secondary-icon:not(:disabled):not(.disabled).active, .show > .btn-secondary.dropdown-toggle, .show > button-secondary-icon.dropdown-toggle,
.show > .dropdown-toggle.btn-secondary-icon {
  color: #212529;
  background-color: #a0aab6;
  border-color: #99a4b0;
}
.btn-secondary:not(:disabled):not(.disabled):active:focus, button-secondary-icon:not(:disabled):not(.disabled):active:focus,
.btn-secondary-icon:not(:disabled):not(.disabled):active:focus, .btn-secondary:not(:disabled):not(.disabled).active:focus, button-secondary-icon:not(:disabled):not(.disabled).active:focus,
.btn-secondary-icon:not(:disabled):not(.disabled).active:focus, .show > .btn-secondary.dropdown-toggle:focus, .show > button-secondary-icon.dropdown-toggle:focus,
.show > .dropdown-toggle.btn-secondary-icon:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(166, 172, 180, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(166, 172, 180, 0.5);
}

.btn-success {
  color: #212529;
  background-color: #8ecc51;
  border-color: #8ecc51;
}
.btn-success:hover {
  color: #212529;
  background-color: #7bbf38;
  border-color: #74b535;
}
.btn-success:focus, .btn-success.focus {
  color: #212529;
  background-color: #7bbf38;
  border-color: #74b535;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(126, 179, 75, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(126, 179, 75, 0.5);
}
.btn-success.disabled, .btn-success:disabled {
  color: #212529;
  background-color: #8ecc51;
  border-color: #8ecc51;
}
.btn-success:not(:disabled):not(.disabled):active, .btn-success:not(:disabled):not(.disabled).active, .show > .btn-success.dropdown-toggle {
  color: #fff;
  background-color: #74b535;
  border-color: #6eab32;
}
.btn-success:not(:disabled):not(.disabled):active:focus, .btn-success:not(:disabled):not(.disabled).active:focus, .show > .btn-success.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(126, 179, 75, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(126, 179, 75, 0.5);
}

.btn-info {
  color: #212529;
  background-color: #cce4ff;
  border-color: #cce4ff;
}
.btn-info:hover {
  color: #212529;
  background-color: #a6d0ff;
  border-color: #99c9ff;
}
.btn-info:focus, .btn-info.focus {
  color: #212529;
  background-color: #a6d0ff;
  border-color: #99c9ff;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(178, 199, 223, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(178, 199, 223, 0.5);
}
.btn-info.disabled, .btn-info:disabled {
  color: #212529;
  background-color: #cce4ff;
  border-color: #cce4ff;
}
.btn-info:not(:disabled):not(.disabled):active, .btn-info:not(:disabled):not(.disabled).active, .show > .btn-info.dropdown-toggle {
  color: #212529;
  background-color: #99c9ff;
  border-color: #8cc2ff;
}
.btn-info:not(:disabled):not(.disabled):active:focus, .btn-info:not(:disabled):not(.disabled).active:focus, .show > .btn-info.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(178, 199, 223, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(178, 199, 223, 0.5);
}

.btn-warning {
  color: #212529;
  background-color: #ffd34d;
  border-color: #ffd34d;
}
.btn-warning:hover {
  color: #212529;
  background-color: #ffca27;
  border-color: #ffc61a;
}
.btn-warning:focus, .btn-warning.focus {
  color: #212529;
  background-color: #ffca27;
  border-color: #ffc61a;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(222, 185, 72, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(222, 185, 72, 0.5);
}
.btn-warning.disabled, .btn-warning:disabled {
  color: #212529;
  background-color: #ffd34d;
  border-color: #ffd34d;
}
.btn-warning:not(:disabled):not(.disabled):active, .btn-warning:not(:disabled):not(.disabled).active, .show > .btn-warning.dropdown-toggle {
  color: #212529;
  background-color: #ffc61a;
  border-color: #ffc30d;
}
.btn-warning:not(:disabled):not(.disabled):active:focus, .btn-warning:not(:disabled):not(.disabled).active:focus, .show > .btn-warning.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(222, 185, 72, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(222, 185, 72, 0.5);
}

.btn-danger {
  color: #212529;
  background-color: #f58784;
  border-color: #f58784;
}
.btn-danger:hover {
  color: #fff;
  background-color: #f26461;
  border-color: #f15955;
}
.btn-danger:focus, .btn-danger.focus {
  color: #fff;
  background-color: #f26461;
  border-color: #f15955;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(213, 120, 118, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(213, 120, 118, 0.5);
}
.btn-danger.disabled, .btn-danger:disabled {
  color: #212529;
  background-color: #f58784;
  border-color: #f58784;
}
.btn-danger:not(:disabled):not(.disabled):active, .btn-danger:not(:disabled):not(.disabled).active, .show > .btn-danger.dropdown-toggle {
  color: #fff;
  background-color: #f15955;
  border-color: #f04d49;
}
.btn-danger:not(:disabled):not(.disabled):active:focus, .btn-danger:not(:disabled):not(.disabled).active:focus, .show > .btn-danger.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(213, 120, 118, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(213, 120, 118, 0.5);
}

.btn-light {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}
.btn-light:hover {
  color: #212529;
  background-color: #e2e6ea;
  border-color: #dae0e5;
}
.btn-light:focus, .btn-light.focus {
  color: #212529;
  background-color: #e2e6ea;
  border-color: #dae0e5;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(216, 217, 219, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(216, 217, 219, 0.5);
}
.btn-light.disabled, .btn-light:disabled {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}
.btn-light:not(:disabled):not(.disabled):active, .btn-light:not(:disabled):not(.disabled).active, .show > .btn-light.dropdown-toggle {
  color: #212529;
  background-color: #dae0e5;
  border-color: #d3d9df;
}
.btn-light:not(:disabled):not(.disabled):active:focus, .btn-light:not(:disabled):not(.disabled).active:focus, .show > .btn-light.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(216, 217, 219, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(216, 217, 219, 0.5);
}

.btn-dark {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
}
.btn-dark:hover {
  color: #fff;
  background-color: #23272b;
  border-color: #1d2124;
}
.btn-dark:focus, .btn-dark.focus {
  color: #fff;
  background-color: #23272b;
  border-color: #1d2124;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(82, 88, 93, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(82, 88, 93, 0.5);
}
.btn-dark.disabled, .btn-dark:disabled {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
}
.btn-dark:not(:disabled):not(.disabled):active, .btn-dark:not(:disabled):not(.disabled).active, .show > .btn-dark.dropdown-toggle {
  color: #fff;
  background-color: #1d2124;
  border-color: #171a1d;
}
.btn-dark:not(:disabled):not(.disabled):active:focus, .btn-dark:not(:disabled):not(.disabled).active:focus, .show > .btn-dark.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(82, 88, 93, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(82, 88, 93, 0.5);
}

.btn-outline-primary {
  color: #72a8e5;
  border-color: #72a8e5;
}
.btn-outline-primary:hover {
  color: #212529;
  background-color: #72a8e5;
  border-color: #72a8e5;
}
.btn-outline-primary:focus, .btn-outline-primary.focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(114, 168, 229, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(114, 168, 229, 0.5);
}
.btn-outline-primary.disabled, .btn-outline-primary:disabled {
  color: #72a8e5;
  background-color: transparent;
}
.btn-outline-primary:not(:disabled):not(.disabled):active, .btn-outline-primary:not(:disabled):not(.disabled).active, .show > .btn-outline-primary.dropdown-toggle {
  color: #212529;
  background-color: #72a8e5;
  border-color: #72a8e5;
}
.btn-outline-primary:not(:disabled):not(.disabled):active:focus, .btn-outline-primary:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-primary.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(114, 168, 229, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(114, 168, 229, 0.5);
}

.btn-outline-secondary {
  color: #bdc4cc;
  border-color: #bdc4cc;
}
.btn-outline-secondary:hover {
  color: #212529;
  background-color: #bdc4cc;
  border-color: #bdc4cc;
}
.btn-outline-secondary:focus, .btn-outline-secondary.focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(189, 196, 204, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(189, 196, 204, 0.5);
}
.btn-outline-secondary.disabled, .btn-outline-secondary:disabled {
  color: #bdc4cc;
  background-color: transparent;
}
.btn-outline-secondary:not(:disabled):not(.disabled):active, .btn-outline-secondary:not(:disabled):not(.disabled).active, .show > .btn-outline-secondary.dropdown-toggle {
  color: #212529;
  background-color: #bdc4cc;
  border-color: #bdc4cc;
}
.btn-outline-secondary:not(:disabled):not(.disabled):active:focus, .btn-outline-secondary:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-secondary.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(189, 196, 204, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(189, 196, 204, 0.5);
}

.btn-outline-success {
  color: #8ecc51;
  border-color: #8ecc51;
}
.btn-outline-success:hover {
  color: #212529;
  background-color: #8ecc51;
  border-color: #8ecc51;
}
.btn-outline-success:focus, .btn-outline-success.focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(142, 204, 81, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(142, 204, 81, 0.5);
}
.btn-outline-success.disabled, .btn-outline-success:disabled {
  color: #8ecc51;
  background-color: transparent;
}
.btn-outline-success:not(:disabled):not(.disabled):active, .btn-outline-success:not(:disabled):not(.disabled).active, .show > .btn-outline-success.dropdown-toggle {
  color: #212529;
  background-color: #8ecc51;
  border-color: #8ecc51;
}
.btn-outline-success:not(:disabled):not(.disabled):active:focus, .btn-outline-success:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-success.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(142, 204, 81, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(142, 204, 81, 0.5);
}

.btn-outline-info {
  color: #cce4ff;
  border-color: #cce4ff;
}
.btn-outline-info:hover {
  color: #212529;
  background-color: #cce4ff;
  border-color: #cce4ff;
}
.btn-outline-info:focus, .btn-outline-info.focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(204, 228, 255, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(204, 228, 255, 0.5);
}
.btn-outline-info.disabled, .btn-outline-info:disabled {
  color: #cce4ff;
  background-color: transparent;
}
.btn-outline-info:not(:disabled):not(.disabled):active, .btn-outline-info:not(:disabled):not(.disabled).active, .show > .btn-outline-info.dropdown-toggle {
  color: #212529;
  background-color: #cce4ff;
  border-color: #cce4ff;
}
.btn-outline-info:not(:disabled):not(.disabled):active:focus, .btn-outline-info:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-info.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(204, 228, 255, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(204, 228, 255, 0.5);
}

.btn-outline-warning {
  color: #ffd34d;
  border-color: #ffd34d;
}
.btn-outline-warning:hover {
  color: #212529;
  background-color: #ffd34d;
  border-color: #ffd34d;
}
.btn-outline-warning:focus, .btn-outline-warning.focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(255, 211, 77, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(255, 211, 77, 0.5);
}
.btn-outline-warning.disabled, .btn-outline-warning:disabled {
  color: #ffd34d;
  background-color: transparent;
}
.btn-outline-warning:not(:disabled):not(.disabled):active, .btn-outline-warning:not(:disabled):not(.disabled).active, .show > .btn-outline-warning.dropdown-toggle {
  color: #212529;
  background-color: #ffd34d;
  border-color: #ffd34d;
}
.btn-outline-warning:not(:disabled):not(.disabled):active:focus, .btn-outline-warning:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-warning.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(255, 211, 77, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(255, 211, 77, 0.5);
}

.btn-outline-danger {
  color: #f58784;
  border-color: #f58784;
}
.btn-outline-danger:hover {
  color: #212529;
  background-color: #f58784;
  border-color: #f58784;
}
.btn-outline-danger:focus, .btn-outline-danger.focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(245, 135, 132, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(245, 135, 132, 0.5);
}
.btn-outline-danger.disabled, .btn-outline-danger:disabled {
  color: #f58784;
  background-color: transparent;
}
.btn-outline-danger:not(:disabled):not(.disabled):active, .btn-outline-danger:not(:disabled):not(.disabled).active, .show > .btn-outline-danger.dropdown-toggle {
  color: #212529;
  background-color: #f58784;
  border-color: #f58784;
}
.btn-outline-danger:not(:disabled):not(.disabled):active:focus, .btn-outline-danger:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-danger.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(245, 135, 132, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(245, 135, 132, 0.5);
}

.btn-outline-light {
  color: #f8f9fa;
  border-color: #f8f9fa;
}
.btn-outline-light:hover {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}
.btn-outline-light:focus, .btn-outline-light.focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
}
.btn-outline-light.disabled, .btn-outline-light:disabled {
  color: #f8f9fa;
  background-color: transparent;
}
.btn-outline-light:not(:disabled):not(.disabled):active, .btn-outline-light:not(:disabled):not(.disabled).active, .show > .btn-outline-light.dropdown-toggle {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}
.btn-outline-light:not(:disabled):not(.disabled):active:focus, .btn-outline-light:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-light.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
}

.btn-outline-dark {
  color: #343a40;
  border-color: #343a40;
}
.btn-outline-dark:hover {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
}
.btn-outline-dark:focus, .btn-outline-dark.focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
}
.btn-outline-dark.disabled, .btn-outline-dark:disabled {
  color: #343a40;
  background-color: transparent;
}
.btn-outline-dark:not(:disabled):not(.disabled):active, .btn-outline-dark:not(:disabled):not(.disabled).active, .show > .btn-outline-dark.dropdown-toggle {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
}
.btn-outline-dark:not(:disabled):not(.disabled):active:focus, .btn-outline-dark:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-dark.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
}

.btn-link {
  font-weight: normal;
  color: #72a8e5;
  text-decoration: none;
}
.btn-link:hover {
  color: #3180d9;
  text-decoration: underline;
}
.btn-link:focus, .btn-link.focus {
  text-decoration: underline;
}
.btn-link:disabled, .btn-link.disabled {
  color: #6c757d;
  pointer-events: none;
}

.btn-lg, .btn-group-lg > .btn, .btn-group-lg > button-primary, .btn-group-lg > button-secondary, .btn-group-lg > button-tertiary, .btn-group-lg > button-quaternary,
.btn-group-lg > .btn-primary,
.btn-group-lg > button-primary-icon,
.btn-group-lg > .btn-primary-icon,
.btn-group-lg > .btn-secondary,
.btn-group-lg > button-secondary-icon,
.btn-group-lg > .btn-secondary-icon,
.btn-group-lg > .btn-tertiary,
.btn-group-lg > button-tertiary-icon,
.btn-group-lg > .btn-tertiary-icon,
.btn-group-lg > .btn-quaternary,
.btn-group-lg > button-quaternary-icon,
.btn-group-lg > .btn-quaternary-icon {
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: 0.3rem;
}

.btn-sm, .btn-group-sm > .btn, .btn-group-sm > button-primary, .btn-group-sm > button-secondary, .btn-group-sm > button-tertiary, .btn-group-sm > button-quaternary,
.btn-group-sm > .btn-primary,
.btn-group-sm > button-primary-icon,
.btn-group-sm > .btn-primary-icon,
.btn-group-sm > .btn-secondary,
.btn-group-sm > button-secondary-icon,
.btn-group-sm > .btn-secondary-icon,
.btn-group-sm > .btn-tertiary,
.btn-group-sm > button-tertiary-icon,
.btn-group-sm > .btn-tertiary-icon,
.btn-group-sm > .btn-quaternary,
.btn-group-sm > button-quaternary-icon,
.btn-group-sm > .btn-quaternary-icon {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 0.2rem;
}

.btn-block {
  display: block;
  width: 100%;
}
.btn-block + .btn-block {
  margin-top: 0.5rem;
}

input[type=submit].btn-block,
input[type=reset].btn-block,
input[type=button].btn-block {
  width: 100%;
}

.fade {
  -webkit-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear;
}
@media (prefers-reduced-motion: reduce) {
  .fade {
    -webkit-transition: none;
    transition: none;
  }
}
.fade:not(.show) {
  opacity: 0;
}

.collapse:not(.show) {
  display: none;
}

.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition: height 0.35s ease;
  transition: height 0.35s ease;
}
@media (prefers-reduced-motion: reduce) {
  .collapsing {
    -webkit-transition: none;
    transition: none;
  }
}
.collapsing.width {
  width: 0;
  height: auto;
  -webkit-transition: width 0.35s ease;
  transition: width 0.35s ease;
}
@media (prefers-reduced-motion: reduce) {
  .collapsing.width {
    -webkit-transition: none;
    transition: none;
  }
}

.dropup,
.dropright,
.dropdown,
.dropleft {
  position: relative;
}

.dropdown-toggle {
  white-space: nowrap;
}
.dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-bottom: 0;
  border-left: 0.3em solid transparent;
}
.dropdown-toggle:empty::after {
  margin-left: 0;
}

.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 10rem;
  padding: 0.5rem 0;
  margin: 0.125rem 0 0;
  font-size: 1rem;
  color: var(--text-color);
  text-align: left;
  list-style: none;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 0.938rem;
}

.dropdown-menu-left {
  right: auto;
  left: 0;
}

.dropdown-menu-right {
  right: 0;
  left: auto;
}

@media (min-width: 576px) {
  .dropdown-menu-sm-left {
    right: auto;
    left: 0;
  }
  .dropdown-menu-sm-right {
    right: 0;
    left: auto;
  }
}
@media (min-width: 768px) {
  .dropdown-menu-md-left {
    right: auto;
    left: 0;
  }
  .dropdown-menu-md-right {
    right: 0;
    left: auto;
  }
}
@media (min-width: 992px) {
  .dropdown-menu-lg-left {
    right: auto;
    left: 0;
  }
  .dropdown-menu-lg-right {
    right: 0;
    left: auto;
  }
}
@media (min-width: 1200px) {
  .dropdown-menu-xl-left {
    right: auto;
    left: 0;
  }
  .dropdown-menu-xl-right {
    right: 0;
    left: auto;
  }
}
@media (min-width: 1400px) {
  .dropdown-menu-xxl-left {
    right: auto;
    left: 0;
  }
  .dropdown-menu-xxl-right {
    right: 0;
    left: auto;
  }
}
.dropup .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-top: 0;
  margin-bottom: 0.125rem;
}
.dropup .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0;
  border-right: 0.3em solid transparent;
  border-bottom: 0.3em solid;
  border-left: 0.3em solid transparent;
}
.dropup .dropdown-toggle:empty::after {
  margin-left: 0;
}

.dropright .dropdown-menu {
  top: 0;
  right: auto;
  left: 100%;
  margin-top: 0;
  margin-left: 0.125rem;
}
.dropright .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid transparent;
  border-right: 0;
  border-bottom: 0.3em solid transparent;
  border-left: 0.3em solid;
}
.dropright .dropdown-toggle:empty::after {
  margin-left: 0;
}
.dropright .dropdown-toggle::after {
  vertical-align: 0;
}

.dropleft .dropdown-menu {
  top: 0;
  right: 100%;
  left: auto;
  margin-top: 0;
  margin-right: 0.125rem;
}
.dropleft .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
}
.dropleft .dropdown-toggle::after {
  display: none;
}
.dropleft .dropdown-toggle::before {
  display: inline-block;
  margin-right: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid transparent;
  border-right: 0.3em solid;
  border-bottom: 0.3em solid transparent;
}
.dropleft .dropdown-toggle:empty::after {
  margin-left: 0;
}
.dropleft .dropdown-toggle::before {
  vertical-align: 0;
}

.dropdown-menu[x-placement^=top], .dropdown-menu[x-placement^=right], .dropdown-menu[x-placement^=bottom], .dropdown-menu[x-placement^=left] {
  right: auto;
  bottom: auto;
}

.dropdown-divider {
  height: 0;
  margin: 0.5rem 0;
  overflow: hidden;
  border-top: 1px solid #e9ecef;
}

.dropdown-item {
  display: block;
  width: 100%;
  padding: 0.25rem 1.5rem;
  clear: both;
  font-weight: normal;
  color: #212529;
  text-align: inherit;
  white-space: nowrap;
  background-color: transparent;
  border: 0;
}
.dropdown-item:hover, .dropdown-item:focus {
  color: #16181b;
  text-decoration: none;
  background-color: #e9ecef;
}
.dropdown-item.active, .dropdown-item:active {
  color: #fff;
  text-decoration: none;
  background-color: #72a8e5;
}
.dropdown-item.disabled, .dropdown-item:disabled {
  color: #adb5bd;
  pointer-events: none;
  background-color: transparent;
}

.dropdown-menu.show {
  display: block;
}

.dropdown-header {
  display: block;
  padding: 0.5rem 1.5rem;
  margin-bottom: 0;
  font-size: 0.875rem;
  color: #6c757d;
  white-space: nowrap;
}

.dropdown-item-text {
  display: block;
  padding: 0.25rem 1.5rem;
  color: #212529;
}

.btn-group,
.btn-group-vertical {
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  vertical-align: middle;
}
.btn-group > .btn, .btn-group > button-primary, .btn-group > button-secondary, .btn-group > button-tertiary, .btn-group > button-quaternary,
.btn-group > .btn-primary,
.btn-group > button-primary-icon,
.btn-group > .btn-primary-icon,
.btn-group > .btn-secondary,
.btn-group > button-secondary-icon,
.btn-group > .btn-secondary-icon,
.btn-group > .btn-tertiary,
.btn-group > button-tertiary-icon,
.btn-group > .btn-tertiary-icon,
.btn-group > .btn-quaternary,
.btn-group > button-quaternary-icon,
.btn-group > .btn-quaternary-icon,
.btn-group-vertical > .btn,
.btn-group-vertical > button-primary,
.btn-group-vertical > button-secondary,
.btn-group-vertical > button-tertiary,
.btn-group-vertical > button-quaternary,
.btn-group-vertical > .btn-primary,
.btn-group-vertical > button-primary-icon,
.btn-group-vertical > .btn-primary-icon,
.btn-group-vertical > .btn-secondary,
.btn-group-vertical > button-secondary-icon,
.btn-group-vertical > .btn-secondary-icon,
.btn-group-vertical > .btn-tertiary,
.btn-group-vertical > button-tertiary-icon,
.btn-group-vertical > .btn-tertiary-icon,
.btn-group-vertical > .btn-quaternary,
.btn-group-vertical > button-quaternary-icon,
.btn-group-vertical > .btn-quaternary-icon {
  position: relative;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
}
.btn-group > .btn:hover, .btn-group > button-primary:hover, .btn-group > button-secondary:hover, .btn-group > button-tertiary:hover, .btn-group > button-quaternary:hover,
.btn-group > .btn-primary:hover,
.btn-group > button-primary-icon:hover,
.btn-group > .btn-primary-icon:hover,
.btn-group > .btn-secondary:hover,
.btn-group > button-secondary-icon:hover,
.btn-group > .btn-secondary-icon:hover,
.btn-group > .btn-tertiary:hover,
.btn-group > button-tertiary-icon:hover,
.btn-group > .btn-tertiary-icon:hover,
.btn-group > .btn-quaternary:hover,
.btn-group > button-quaternary-icon:hover,
.btn-group > .btn-quaternary-icon:hover,
.btn-group-vertical > .btn:hover,
.btn-group-vertical > button-primary:hover,
.btn-group-vertical > button-secondary:hover,
.btn-group-vertical > button-tertiary:hover,
.btn-group-vertical > button-quaternary:hover,
.btn-group-vertical > .btn-primary:hover,
.btn-group-vertical > button-primary-icon:hover,
.btn-group-vertical > .btn-primary-icon:hover,
.btn-group-vertical > .btn-secondary:hover,
.btn-group-vertical > button-secondary-icon:hover,
.btn-group-vertical > .btn-secondary-icon:hover,
.btn-group-vertical > .btn-tertiary:hover,
.btn-group-vertical > button-tertiary-icon:hover,
.btn-group-vertical > .btn-tertiary-icon:hover,
.btn-group-vertical > .btn-quaternary:hover,
.btn-group-vertical > button-quaternary-icon:hover,
.btn-group-vertical > .btn-quaternary-icon:hover {
  z-index: 1;
}
.btn-group > .btn:focus, .btn-group > button-primary:focus, .btn-group > button-secondary:focus, .btn-group > button-tertiary:focus, .btn-group > button-quaternary:focus,
.btn-group > .btn-primary:focus,
.btn-group > button-primary-icon:focus,
.btn-group > .btn-primary-icon:focus,
.btn-group > .btn-secondary:focus,
.btn-group > button-secondary-icon:focus,
.btn-group > .btn-secondary-icon:focus,
.btn-group > .btn-tertiary:focus,
.btn-group > button-tertiary-icon:focus,
.btn-group > .btn-tertiary-icon:focus,
.btn-group > .btn-quaternary:focus,
.btn-group > button-quaternary-icon:focus,
.btn-group > .btn-quaternary-icon:focus, .btn-group > .btn:active, .btn-group > button-primary:active, .btn-group > button-secondary:active, .btn-group > button-tertiary:active, .btn-group > button-quaternary:active,
.btn-group > .btn-primary:active,
.btn-group > button-primary-icon:active,
.btn-group > .btn-primary-icon:active,
.btn-group > .btn-secondary:active,
.btn-group > button-secondary-icon:active,
.btn-group > .btn-secondary-icon:active,
.btn-group > .btn-tertiary:active,
.btn-group > button-tertiary-icon:active,
.btn-group > .btn-tertiary-icon:active,
.btn-group > .btn-quaternary:active,
.btn-group > button-quaternary-icon:active,
.btn-group > .btn-quaternary-icon:active, .btn-group > .btn.active, .btn-group > button-primary.active, .btn-group > button-secondary.active, .btn-group > button-tertiary.active, .btn-group > button-quaternary.active,
.btn-group > .active.btn-primary,
.btn-group > button-primary-icon.active,
.btn-group > .active.btn-primary-icon,
.btn-group > .active.btn-secondary,
.btn-group > button-secondary-icon.active,
.btn-group > .active.btn-secondary-icon,
.btn-group > .active.btn-tertiary,
.btn-group > button-tertiary-icon.active,
.btn-group > .active.btn-tertiary-icon,
.btn-group > .active.btn-quaternary,
.btn-group > button-quaternary-icon.active,
.btn-group > .active.btn-quaternary-icon,
.btn-group-vertical > .btn:focus,
.btn-group-vertical > button-primary:focus,
.btn-group-vertical > button-secondary:focus,
.btn-group-vertical > button-tertiary:focus,
.btn-group-vertical > button-quaternary:focus,
.btn-group-vertical > .btn-primary:focus,
.btn-group-vertical > button-primary-icon:focus,
.btn-group-vertical > .btn-primary-icon:focus,
.btn-group-vertical > .btn-secondary:focus,
.btn-group-vertical > button-secondary-icon:focus,
.btn-group-vertical > .btn-secondary-icon:focus,
.btn-group-vertical > .btn-tertiary:focus,
.btn-group-vertical > button-tertiary-icon:focus,
.btn-group-vertical > .btn-tertiary-icon:focus,
.btn-group-vertical > .btn-quaternary:focus,
.btn-group-vertical > button-quaternary-icon:focus,
.btn-group-vertical > .btn-quaternary-icon:focus,
.btn-group-vertical > .btn:active,
.btn-group-vertical > button-primary:active,
.btn-group-vertical > button-secondary:active,
.btn-group-vertical > button-tertiary:active,
.btn-group-vertical > button-quaternary:active,
.btn-group-vertical > .btn-primary:active,
.btn-group-vertical > button-primary-icon:active,
.btn-group-vertical > .btn-primary-icon:active,
.btn-group-vertical > .btn-secondary:active,
.btn-group-vertical > button-secondary-icon:active,
.btn-group-vertical > .btn-secondary-icon:active,
.btn-group-vertical > .btn-tertiary:active,
.btn-group-vertical > button-tertiary-icon:active,
.btn-group-vertical > .btn-tertiary-icon:active,
.btn-group-vertical > .btn-quaternary:active,
.btn-group-vertical > button-quaternary-icon:active,
.btn-group-vertical > .btn-quaternary-icon:active,
.btn-group-vertical > .btn.active,
.btn-group-vertical > button-primary.active,
.btn-group-vertical > button-secondary.active,
.btn-group-vertical > button-tertiary.active,
.btn-group-vertical > button-quaternary.active,
.btn-group-vertical > .active.btn-primary,
.btn-group-vertical > button-primary-icon.active,
.btn-group-vertical > .active.btn-primary-icon,
.btn-group-vertical > .active.btn-secondary,
.btn-group-vertical > button-secondary-icon.active,
.btn-group-vertical > .active.btn-secondary-icon,
.btn-group-vertical > .active.btn-tertiary,
.btn-group-vertical > button-tertiary-icon.active,
.btn-group-vertical > .active.btn-tertiary-icon,
.btn-group-vertical > .active.btn-quaternary,
.btn-group-vertical > button-quaternary-icon.active,
.btn-group-vertical > .active.btn-quaternary-icon {
  z-index: 1;
}

.btn-toolbar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.btn-toolbar .input-group {
  width: auto;
}

.btn-group > .btn:not(:first-child), .btn-group > button-primary:not(:first-child), .btn-group > button-secondary:not(:first-child), .btn-group > button-tertiary:not(:first-child), .btn-group > button-quaternary:not(:first-child),
.btn-group > .btn-primary:not(:first-child),
.btn-group > button-primary-icon:not(:first-child),
.btn-group > .btn-primary-icon:not(:first-child),
.btn-group > .btn-secondary:not(:first-child),
.btn-group > button-secondary-icon:not(:first-child),
.btn-group > .btn-secondary-icon:not(:first-child),
.btn-group > .btn-tertiary:not(:first-child),
.btn-group > button-tertiary-icon:not(:first-child),
.btn-group > .btn-tertiary-icon:not(:first-child),
.btn-group > .btn-quaternary:not(:first-child),
.btn-group > button-quaternary-icon:not(:first-child),
.btn-group > .btn-quaternary-icon:not(:first-child),
.btn-group > .btn-group:not(:first-child) {
  margin-left: -1px;
}
.btn-group > .btn:not(:last-child):not(.dropdown-toggle), .btn-group > button-primary:not(:last-child):not(.dropdown-toggle), .btn-group > button-secondary:not(:last-child):not(.dropdown-toggle), .btn-group > button-tertiary:not(:last-child):not(.dropdown-toggle), .btn-group > button-quaternary:not(:last-child):not(.dropdown-toggle),
.btn-group > .btn-primary:not(:last-child):not(.dropdown-toggle),
.btn-group > button-primary-icon:not(:last-child):not(.dropdown-toggle),
.btn-group > .btn-primary-icon:not(:last-child):not(.dropdown-toggle),
.btn-group > .btn-secondary:not(:last-child):not(.dropdown-toggle),
.btn-group > button-secondary-icon:not(:last-child):not(.dropdown-toggle),
.btn-group > .btn-secondary-icon:not(:last-child):not(.dropdown-toggle),
.btn-group > .btn-tertiary:not(:last-child):not(.dropdown-toggle),
.btn-group > button-tertiary-icon:not(:last-child):not(.dropdown-toggle),
.btn-group > .btn-tertiary-icon:not(:last-child):not(.dropdown-toggle),
.btn-group > .btn-quaternary:not(:last-child):not(.dropdown-toggle),
.btn-group > button-quaternary-icon:not(:last-child):not(.dropdown-toggle),
.btn-group > .btn-quaternary-icon:not(:last-child):not(.dropdown-toggle),
.btn-group > .btn-group:not(:last-child) > .btn,
.btn-group > .btn-group:not(:last-child) > button-primary,
.btn-group > .btn-group:not(:last-child) > button-secondary,
.btn-group > .btn-group:not(:last-child) > button-tertiary,
.btn-group > .btn-group:not(:last-child) > button-quaternary,
.btn-group > .btn-group:not(:last-child) > .btn-primary,
.btn-group > .btn-group:not(:last-child) > button-primary-icon,
.btn-group > .btn-group:not(:last-child) > .btn-primary-icon,
.btn-group > .btn-group:not(:last-child) > .btn-secondary,
.btn-group > .btn-group:not(:last-child) > button-secondary-icon,
.btn-group > .btn-group:not(:last-child) > .btn-secondary-icon,
.btn-group > .btn-group:not(:last-child) > .btn-tertiary,
.btn-group > .btn-group:not(:last-child) > button-tertiary-icon,
.btn-group > .btn-group:not(:last-child) > .btn-tertiary-icon,
.btn-group > .btn-group:not(:last-child) > .btn-quaternary,
.btn-group > .btn-group:not(:last-child) > button-quaternary-icon,
.btn-group > .btn-group:not(:last-child) > .btn-quaternary-icon {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.btn-group > .btn:not(:first-child), .btn-group > button-primary:not(:first-child), .btn-group > button-secondary:not(:first-child), .btn-group > button-tertiary:not(:first-child), .btn-group > button-quaternary:not(:first-child),
.btn-group > .btn-primary:not(:first-child),
.btn-group > button-primary-icon:not(:first-child),
.btn-group > .btn-primary-icon:not(:first-child),
.btn-group > .btn-secondary:not(:first-child),
.btn-group > button-secondary-icon:not(:first-child),
.btn-group > .btn-secondary-icon:not(:first-child),
.btn-group > .btn-tertiary:not(:first-child),
.btn-group > button-tertiary-icon:not(:first-child),
.btn-group > .btn-tertiary-icon:not(:first-child),
.btn-group > .btn-quaternary:not(:first-child),
.btn-group > button-quaternary-icon:not(:first-child),
.btn-group > .btn-quaternary-icon:not(:first-child),
.btn-group > .btn-group:not(:first-child) > .btn,
.btn-group > .btn-group:not(:first-child) > button-primary,
.btn-group > .btn-group:not(:first-child) > button-secondary,
.btn-group > .btn-group:not(:first-child) > button-tertiary,
.btn-group > .btn-group:not(:first-child) > button-quaternary,
.btn-group > .btn-group:not(:first-child) > .btn-primary,
.btn-group > .btn-group:not(:first-child) > button-primary-icon,
.btn-group > .btn-group:not(:first-child) > .btn-primary-icon,
.btn-group > .btn-group:not(:first-child) > .btn-secondary,
.btn-group > .btn-group:not(:first-child) > button-secondary-icon,
.btn-group > .btn-group:not(:first-child) > .btn-secondary-icon,
.btn-group > .btn-group:not(:first-child) > .btn-tertiary,
.btn-group > .btn-group:not(:first-child) > button-tertiary-icon,
.btn-group > .btn-group:not(:first-child) > .btn-tertiary-icon,
.btn-group > .btn-group:not(:first-child) > .btn-quaternary,
.btn-group > .btn-group:not(:first-child) > button-quaternary-icon,
.btn-group > .btn-group:not(:first-child) > .btn-quaternary-icon {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.dropdown-toggle-split {
  padding-right: 0.5625rem;
  padding-left: 0.5625rem;
}
.dropdown-toggle-split::after, .dropup .dropdown-toggle-split::after, .dropright .dropdown-toggle-split::after {
  margin-left: 0;
}
.dropleft .dropdown-toggle-split::before {
  margin-right: 0;
}

.btn-sm + .dropdown-toggle-split, .btn-group-sm > .btn + .dropdown-toggle-split, .btn-group-sm > button-primary + .dropdown-toggle-split, .btn-group-sm > button-secondary + .dropdown-toggle-split, .btn-group-sm > button-tertiary + .dropdown-toggle-split, .btn-group-sm > button-quaternary + .dropdown-toggle-split,
.btn-group-sm > .btn-primary + .dropdown-toggle-split,
.btn-group-sm > button-primary-icon + .dropdown-toggle-split,
.btn-group-sm > .btn-primary-icon + .dropdown-toggle-split,
.btn-group-sm > .btn-secondary + .dropdown-toggle-split,
.btn-group-sm > button-secondary-icon + .dropdown-toggle-split,
.btn-group-sm > .btn-secondary-icon + .dropdown-toggle-split,
.btn-group-sm > .btn-tertiary + .dropdown-toggle-split,
.btn-group-sm > button-tertiary-icon + .dropdown-toggle-split,
.btn-group-sm > .btn-tertiary-icon + .dropdown-toggle-split,
.btn-group-sm > .btn-quaternary + .dropdown-toggle-split,
.btn-group-sm > button-quaternary-icon + .dropdown-toggle-split,
.btn-group-sm > .btn-quaternary-icon + .dropdown-toggle-split {
  padding-right: 0.375rem;
  padding-left: 0.375rem;
}

.btn-lg + .dropdown-toggle-split, .btn-group-lg > .btn + .dropdown-toggle-split, .btn-group-lg > button-primary + .dropdown-toggle-split, .btn-group-lg > button-secondary + .dropdown-toggle-split, .btn-group-lg > button-tertiary + .dropdown-toggle-split, .btn-group-lg > button-quaternary + .dropdown-toggle-split,
.btn-group-lg > .btn-primary + .dropdown-toggle-split,
.btn-group-lg > button-primary-icon + .dropdown-toggle-split,
.btn-group-lg > .btn-primary-icon + .dropdown-toggle-split,
.btn-group-lg > .btn-secondary + .dropdown-toggle-split,
.btn-group-lg > button-secondary-icon + .dropdown-toggle-split,
.btn-group-lg > .btn-secondary-icon + .dropdown-toggle-split,
.btn-group-lg > .btn-tertiary + .dropdown-toggle-split,
.btn-group-lg > button-tertiary-icon + .dropdown-toggle-split,
.btn-group-lg > .btn-tertiary-icon + .dropdown-toggle-split,
.btn-group-lg > .btn-quaternary + .dropdown-toggle-split,
.btn-group-lg > button-quaternary-icon + .dropdown-toggle-split,
.btn-group-lg > .btn-quaternary-icon + .dropdown-toggle-split {
  padding-right: 0.75rem;
  padding-left: 0.75rem;
}

.btn-group-vertical {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.btn-group-vertical > .btn, .btn-group-vertical > button-primary, .btn-group-vertical > button-secondary, .btn-group-vertical > button-tertiary, .btn-group-vertical > button-quaternary,
.btn-group-vertical > .btn-primary,
.btn-group-vertical > button-primary-icon,
.btn-group-vertical > .btn-primary-icon,
.btn-group-vertical > .btn-secondary,
.btn-group-vertical > button-secondary-icon,
.btn-group-vertical > .btn-secondary-icon,
.btn-group-vertical > .btn-tertiary,
.btn-group-vertical > button-tertiary-icon,
.btn-group-vertical > .btn-tertiary-icon,
.btn-group-vertical > .btn-quaternary,
.btn-group-vertical > button-quaternary-icon,
.btn-group-vertical > .btn-quaternary-icon,
.btn-group-vertical > .btn-group {
  width: 100%;
}
.btn-group-vertical > .btn:not(:first-child), .btn-group-vertical > button-primary:not(:first-child), .btn-group-vertical > button-secondary:not(:first-child), .btn-group-vertical > button-tertiary:not(:first-child), .btn-group-vertical > button-quaternary:not(:first-child),
.btn-group-vertical > .btn-primary:not(:first-child),
.btn-group-vertical > button-primary-icon:not(:first-child),
.btn-group-vertical > .btn-primary-icon:not(:first-child),
.btn-group-vertical > .btn-secondary:not(:first-child),
.btn-group-vertical > button-secondary-icon:not(:first-child),
.btn-group-vertical > .btn-secondary-icon:not(:first-child),
.btn-group-vertical > .btn-tertiary:not(:first-child),
.btn-group-vertical > button-tertiary-icon:not(:first-child),
.btn-group-vertical > .btn-tertiary-icon:not(:first-child),
.btn-group-vertical > .btn-quaternary:not(:first-child),
.btn-group-vertical > button-quaternary-icon:not(:first-child),
.btn-group-vertical > .btn-quaternary-icon:not(:first-child),
.btn-group-vertical > .btn-group:not(:first-child) {
  margin-top: -1px;
}
.btn-group-vertical > .btn:not(:last-child):not(.dropdown-toggle), .btn-group-vertical > button-primary:not(:last-child):not(.dropdown-toggle), .btn-group-vertical > button-secondary:not(:last-child):not(.dropdown-toggle), .btn-group-vertical > button-tertiary:not(:last-child):not(.dropdown-toggle), .btn-group-vertical > button-quaternary:not(:last-child):not(.dropdown-toggle),
.btn-group-vertical > .btn-primary:not(:last-child):not(.dropdown-toggle),
.btn-group-vertical > button-primary-icon:not(:last-child):not(.dropdown-toggle),
.btn-group-vertical > .btn-primary-icon:not(:last-child):not(.dropdown-toggle),
.btn-group-vertical > .btn-secondary:not(:last-child):not(.dropdown-toggle),
.btn-group-vertical > button-secondary-icon:not(:last-child):not(.dropdown-toggle),
.btn-group-vertical > .btn-secondary-icon:not(:last-child):not(.dropdown-toggle),
.btn-group-vertical > .btn-tertiary:not(:last-child):not(.dropdown-toggle),
.btn-group-vertical > button-tertiary-icon:not(:last-child):not(.dropdown-toggle),
.btn-group-vertical > .btn-tertiary-icon:not(:last-child):not(.dropdown-toggle),
.btn-group-vertical > .btn-quaternary:not(:last-child):not(.dropdown-toggle),
.btn-group-vertical > button-quaternary-icon:not(:last-child):not(.dropdown-toggle),
.btn-group-vertical > .btn-quaternary-icon:not(:last-child):not(.dropdown-toggle),
.btn-group-vertical > .btn-group:not(:last-child) > .btn,
.btn-group-vertical > .btn-group:not(:last-child) > button-primary,
.btn-group-vertical > .btn-group:not(:last-child) > button-secondary,
.btn-group-vertical > .btn-group:not(:last-child) > button-tertiary,
.btn-group-vertical > .btn-group:not(:last-child) > button-quaternary,
.btn-group-vertical > .btn-group:not(:last-child) > .btn-primary,
.btn-group-vertical > .btn-group:not(:last-child) > button-primary-icon,
.btn-group-vertical > .btn-group:not(:last-child) > .btn-primary-icon,
.btn-group-vertical > .btn-group:not(:last-child) > .btn-secondary,
.btn-group-vertical > .btn-group:not(:last-child) > button-secondary-icon,
.btn-group-vertical > .btn-group:not(:last-child) > .btn-secondary-icon,
.btn-group-vertical > .btn-group:not(:last-child) > .btn-tertiary,
.btn-group-vertical > .btn-group:not(:last-child) > button-tertiary-icon,
.btn-group-vertical > .btn-group:not(:last-child) > .btn-tertiary-icon,
.btn-group-vertical > .btn-group:not(:last-child) > .btn-quaternary,
.btn-group-vertical > .btn-group:not(:last-child) > button-quaternary-icon,
.btn-group-vertical > .btn-group:not(:last-child) > .btn-quaternary-icon {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-group-vertical > .btn:not(:first-child), .btn-group-vertical > button-primary:not(:first-child), .btn-group-vertical > button-secondary:not(:first-child), .btn-group-vertical > button-tertiary:not(:first-child), .btn-group-vertical > button-quaternary:not(:first-child),
.btn-group-vertical > .btn-primary:not(:first-child),
.btn-group-vertical > button-primary-icon:not(:first-child),
.btn-group-vertical > .btn-primary-icon:not(:first-child),
.btn-group-vertical > .btn-secondary:not(:first-child),
.btn-group-vertical > button-secondary-icon:not(:first-child),
.btn-group-vertical > .btn-secondary-icon:not(:first-child),
.btn-group-vertical > .btn-tertiary:not(:first-child),
.btn-group-vertical > button-tertiary-icon:not(:first-child),
.btn-group-vertical > .btn-tertiary-icon:not(:first-child),
.btn-group-vertical > .btn-quaternary:not(:first-child),
.btn-group-vertical > button-quaternary-icon:not(:first-child),
.btn-group-vertical > .btn-quaternary-icon:not(:first-child),
.btn-group-vertical > .btn-group:not(:first-child) > .btn,
.btn-group-vertical > .btn-group:not(:first-child) > button-primary,
.btn-group-vertical > .btn-group:not(:first-child) > button-secondary,
.btn-group-vertical > .btn-group:not(:first-child) > button-tertiary,
.btn-group-vertical > .btn-group:not(:first-child) > button-quaternary,
.btn-group-vertical > .btn-group:not(:first-child) > .btn-primary,
.btn-group-vertical > .btn-group:not(:first-child) > button-primary-icon,
.btn-group-vertical > .btn-group:not(:first-child) > .btn-primary-icon,
.btn-group-vertical > .btn-group:not(:first-child) > .btn-secondary,
.btn-group-vertical > .btn-group:not(:first-child) > button-secondary-icon,
.btn-group-vertical > .btn-group:not(:first-child) > .btn-secondary-icon,
.btn-group-vertical > .btn-group:not(:first-child) > .btn-tertiary,
.btn-group-vertical > .btn-group:not(:first-child) > button-tertiary-icon,
.btn-group-vertical > .btn-group:not(:first-child) > .btn-tertiary-icon,
.btn-group-vertical > .btn-group:not(:first-child) > .btn-quaternary,
.btn-group-vertical > .btn-group:not(:first-child) > button-quaternary-icon,
.btn-group-vertical > .btn-group:not(:first-child) > .btn-quaternary-icon {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.btn-group-toggle > .btn, .btn-group-toggle > button-primary, .btn-group-toggle > button-secondary, .btn-group-toggle > button-tertiary, .btn-group-toggle > button-quaternary,
.btn-group-toggle > .btn-primary,
.btn-group-toggle > button-primary-icon,
.btn-group-toggle > .btn-primary-icon,
.btn-group-toggle > .btn-secondary,
.btn-group-toggle > button-secondary-icon,
.btn-group-toggle > .btn-secondary-icon,
.btn-group-toggle > .btn-tertiary,
.btn-group-toggle > button-tertiary-icon,
.btn-group-toggle > .btn-tertiary-icon,
.btn-group-toggle > .btn-quaternary,
.btn-group-toggle > button-quaternary-icon,
.btn-group-toggle > .btn-quaternary-icon,
.btn-group-toggle > .btn-group > .btn,
.btn-group-toggle > .btn-group > button-primary,
.btn-group-toggle > .btn-group > button-secondary,
.btn-group-toggle > .btn-group > button-tertiary,
.btn-group-toggle > .btn-group > button-quaternary,
.btn-group-toggle > .btn-group > .btn-primary,
.btn-group-toggle > .btn-group > button-primary-icon,
.btn-group-toggle > .btn-group > .btn-primary-icon,
.btn-group-toggle > .btn-group > .btn-secondary,
.btn-group-toggle > .btn-group > button-secondary-icon,
.btn-group-toggle > .btn-group > .btn-secondary-icon,
.btn-group-toggle > .btn-group > .btn-tertiary,
.btn-group-toggle > .btn-group > button-tertiary-icon,
.btn-group-toggle > .btn-group > .btn-tertiary-icon,
.btn-group-toggle > .btn-group > .btn-quaternary,
.btn-group-toggle > .btn-group > button-quaternary-icon,
.btn-group-toggle > .btn-group > .btn-quaternary-icon {
  margin-bottom: 0;
}
.btn-group-toggle > .btn input[type=radio], .btn-group-toggle > button-primary input[type=radio], .btn-group-toggle > button-secondary input[type=radio], .btn-group-toggle > button-tertiary input[type=radio], .btn-group-toggle > button-quaternary input[type=radio],
.btn-group-toggle > .btn-primary input[type=radio],
.btn-group-toggle > button-primary-icon input[type=radio],
.btn-group-toggle > .btn-primary-icon input[type=radio],
.btn-group-toggle > .btn-secondary input[type=radio],
.btn-group-toggle > button-secondary-icon input[type=radio],
.btn-group-toggle > .btn-secondary-icon input[type=radio],
.btn-group-toggle > .btn-tertiary input[type=radio],
.btn-group-toggle > button-tertiary-icon input[type=radio],
.btn-group-toggle > .btn-tertiary-icon input[type=radio],
.btn-group-toggle > .btn-quaternary input[type=radio],
.btn-group-toggle > button-quaternary-icon input[type=radio],
.btn-group-toggle > .btn-quaternary-icon input[type=radio],
.btn-group-toggle > .btn input[type=checkbox],
.btn-group-toggle > button-primary input[type=checkbox],
.btn-group-toggle > button-secondary input[type=checkbox],
.btn-group-toggle > button-tertiary input[type=checkbox],
.btn-group-toggle > button-quaternary input[type=checkbox],
.btn-group-toggle > .btn-primary input[type=checkbox],
.btn-group-toggle > button-primary-icon input[type=checkbox],
.btn-group-toggle > .btn-primary-icon input[type=checkbox],
.btn-group-toggle > .btn-secondary input[type=checkbox],
.btn-group-toggle > button-secondary-icon input[type=checkbox],
.btn-group-toggle > .btn-secondary-icon input[type=checkbox],
.btn-group-toggle > .btn-tertiary input[type=checkbox],
.btn-group-toggle > button-tertiary-icon input[type=checkbox],
.btn-group-toggle > .btn-tertiary-icon input[type=checkbox],
.btn-group-toggle > .btn-quaternary input[type=checkbox],
.btn-group-toggle > button-quaternary-icon input[type=checkbox],
.btn-group-toggle > .btn-quaternary-icon input[type=checkbox],
.btn-group-toggle > .btn-group > .btn input[type=radio],
.btn-group-toggle > .btn-group > button-primary input[type=radio],
.btn-group-toggle > .btn-group > button-secondary input[type=radio],
.btn-group-toggle > .btn-group > button-tertiary input[type=radio],
.btn-group-toggle > .btn-group > button-quaternary input[type=radio],
.btn-group-toggle > .btn-group > .btn-primary input[type=radio],
.btn-group-toggle > .btn-group > button-primary-icon input[type=radio],
.btn-group-toggle > .btn-group > .btn-primary-icon input[type=radio],
.btn-group-toggle > .btn-group > .btn-secondary input[type=radio],
.btn-group-toggle > .btn-group > button-secondary-icon input[type=radio],
.btn-group-toggle > .btn-group > .btn-secondary-icon input[type=radio],
.btn-group-toggle > .btn-group > .btn-tertiary input[type=radio],
.btn-group-toggle > .btn-group > button-tertiary-icon input[type=radio],
.btn-group-toggle > .btn-group > .btn-tertiary-icon input[type=radio],
.btn-group-toggle > .btn-group > .btn-quaternary input[type=radio],
.btn-group-toggle > .btn-group > button-quaternary-icon input[type=radio],
.btn-group-toggle > .btn-group > .btn-quaternary-icon input[type=radio],
.btn-group-toggle > .btn-group > .btn input[type=checkbox],
.btn-group-toggle > .btn-group > button-primary input[type=checkbox],
.btn-group-toggle > .btn-group > button-secondary input[type=checkbox],
.btn-group-toggle > .btn-group > button-tertiary input[type=checkbox],
.btn-group-toggle > .btn-group > button-quaternary input[type=checkbox],
.btn-group-toggle > .btn-group > .btn-primary input[type=checkbox],
.btn-group-toggle > .btn-group > button-primary-icon input[type=checkbox],
.btn-group-toggle > .btn-group > .btn-primary-icon input[type=checkbox],
.btn-group-toggle > .btn-group > .btn-secondary input[type=checkbox],
.btn-group-toggle > .btn-group > button-secondary-icon input[type=checkbox],
.btn-group-toggle > .btn-group > .btn-secondary-icon input[type=checkbox],
.btn-group-toggle > .btn-group > .btn-tertiary input[type=checkbox],
.btn-group-toggle > .btn-group > button-tertiary-icon input[type=checkbox],
.btn-group-toggle > .btn-group > .btn-tertiary-icon input[type=checkbox],
.btn-group-toggle > .btn-group > .btn-quaternary input[type=checkbox],
.btn-group-toggle > .btn-group > button-quaternary-icon input[type=checkbox],
.btn-group-toggle > .btn-group > .btn-quaternary-icon input[type=checkbox] {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none;
}

.input-group {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  width: 100%;
}
.input-group > .form-control,
.input-group > .form-control-plaintext,
.input-group > .custom-select,
.input-group > .custom-file {
  position: relative;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  width: 1%;
  min-width: 0;
  margin-bottom: 0;
}
.input-group > .form-control + .form-control,
.input-group > .form-control + .custom-select,
.input-group > .form-control + .custom-file,
.input-group > .form-control-plaintext + .form-control,
.input-group > .form-control-plaintext + .custom-select,
.input-group > .form-control-plaintext + .custom-file,
.input-group > .custom-select + .form-control,
.input-group > .custom-select + .custom-select,
.input-group > .custom-select + .custom-file,
.input-group > .custom-file + .form-control,
.input-group > .custom-file + .custom-select,
.input-group > .custom-file + .custom-file {
  margin-left: -1px;
}
.input-group > .form-control:focus,
.input-group > .custom-select:focus,
.input-group > .custom-file .custom-file-input:focus ~ .custom-file-label {
  z-index: 3;
}
.input-group > .custom-file .custom-file-input:focus {
  z-index: 4;
}
.input-group > .form-control:not(:first-child),
.input-group > .custom-select:not(:first-child) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.input-group > .custom-file {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.input-group > .custom-file:not(:last-child) .custom-file-label, .input-group > .custom-file:not(:last-child) .custom-file-label::after {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.input-group > .custom-file:not(:first-child) .custom-file-label {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.input-group:not(.has-validation) > .form-control:not(:last-child),
.input-group:not(.has-validation) > .custom-select:not(:last-child),
.input-group:not(.has-validation) > .custom-file:not(:last-child) .custom-file-label,
.input-group:not(.has-validation) > .custom-file:not(:last-child) .custom-file-label::after {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.input-group.has-validation > .form-control:nth-last-child(n+3),
.input-group.has-validation > .custom-select:nth-last-child(n+3),
.input-group.has-validation > .custom-file:nth-last-child(n+3) .custom-file-label,
.input-group.has-validation > .custom-file:nth-last-child(n+3) .custom-file-label::after {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.input-group-prepend,
.input-group-append {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.input-group-prepend .btn, .input-group-prepend button-primary, .input-group-prepend button-secondary, .input-group-prepend button-tertiary, .input-group-prepend button-quaternary,
.input-group-prepend .btn-primary,
.input-group-prepend button-primary-icon,
.input-group-prepend .btn-primary-icon,
.input-group-prepend .btn-secondary,
.input-group-prepend button-secondary-icon,
.input-group-prepend .btn-secondary-icon,
.input-group-prepend .btn-tertiary,
.input-group-prepend button-tertiary-icon,
.input-group-prepend .btn-tertiary-icon,
.input-group-prepend .btn-quaternary,
.input-group-prepend button-quaternary-icon,
.input-group-prepend .btn-quaternary-icon,
.input-group-append .btn,
.input-group-append button-primary,
.input-group-append button-secondary,
.input-group-append button-tertiary,
.input-group-append button-quaternary,
.input-group-append .btn-primary,
.input-group-append button-primary-icon,
.input-group-append .btn-primary-icon,
.input-group-append .btn-secondary,
.input-group-append button-secondary-icon,
.input-group-append .btn-secondary-icon,
.input-group-append .btn-tertiary,
.input-group-append button-tertiary-icon,
.input-group-append .btn-tertiary-icon,
.input-group-append .btn-quaternary,
.input-group-append button-quaternary-icon,
.input-group-append .btn-quaternary-icon {
  position: relative;
  z-index: 2;
}
.input-group-prepend .btn:focus, .input-group-prepend button-primary:focus, .input-group-prepend button-secondary:focus, .input-group-prepend button-tertiary:focus, .input-group-prepend button-quaternary:focus,
.input-group-prepend .btn-primary:focus,
.input-group-prepend button-primary-icon:focus,
.input-group-prepend .btn-primary-icon:focus,
.input-group-prepend .btn-secondary:focus,
.input-group-prepend button-secondary-icon:focus,
.input-group-prepend .btn-secondary-icon:focus,
.input-group-prepend .btn-tertiary:focus,
.input-group-prepend button-tertiary-icon:focus,
.input-group-prepend .btn-tertiary-icon:focus,
.input-group-prepend .btn-quaternary:focus,
.input-group-prepend button-quaternary-icon:focus,
.input-group-prepend .btn-quaternary-icon:focus,
.input-group-append .btn:focus,
.input-group-append button-primary:focus,
.input-group-append button-secondary:focus,
.input-group-append button-tertiary:focus,
.input-group-append button-quaternary:focus,
.input-group-append .btn-primary:focus,
.input-group-append button-primary-icon:focus,
.input-group-append .btn-primary-icon:focus,
.input-group-append .btn-secondary:focus,
.input-group-append button-secondary-icon:focus,
.input-group-append .btn-secondary-icon:focus,
.input-group-append .btn-tertiary:focus,
.input-group-append button-tertiary-icon:focus,
.input-group-append .btn-tertiary-icon:focus,
.input-group-append .btn-quaternary:focus,
.input-group-append button-quaternary-icon:focus,
.input-group-append .btn-quaternary-icon:focus {
  z-index: 3;
}
.input-group-prepend .btn + .btn, .input-group-prepend button-primary + .btn, .input-group-prepend button-secondary + .btn, .input-group-prepend button-tertiary + .btn, .input-group-prepend button-quaternary + .btn,
.input-group-prepend .btn-primary + .btn,
.input-group-prepend button-primary-icon + .btn,
.input-group-prepend .btn-primary-icon + .btn,
.input-group-prepend .btn-secondary + .btn,
.input-group-prepend button-secondary-icon + .btn,
.input-group-prepend .btn-secondary-icon + .btn,
.input-group-prepend .btn-tertiary + .btn,
.input-group-prepend button-tertiary-icon + .btn,
.input-group-prepend .btn-tertiary-icon + .btn,
.input-group-prepend .btn-quaternary + .btn,
.input-group-prepend button-quaternary-icon + .btn,
.input-group-prepend .btn-quaternary-icon + .btn, .input-group-prepend .btn + button-primary, .input-group-prepend button-primary + button-primary, .input-group-prepend button-secondary + button-primary, .input-group-prepend button-tertiary + button-primary, .input-group-prepend button-quaternary + button-primary,
.input-group-prepend .btn-primary + button-primary,
.input-group-prepend button-primary-icon + button-primary,
.input-group-prepend .btn-primary-icon + button-primary,
.input-group-prepend .btn-secondary + button-primary,
.input-group-prepend button-secondary-icon + button-primary,
.input-group-prepend .btn-secondary-icon + button-primary,
.input-group-prepend .btn-tertiary + button-primary,
.input-group-prepend button-tertiary-icon + button-primary,
.input-group-prepend .btn-tertiary-icon + button-primary,
.input-group-prepend .btn-quaternary + button-primary,
.input-group-prepend button-quaternary-icon + button-primary,
.input-group-prepend .btn-quaternary-icon + button-primary, .input-group-prepend .btn + button-secondary, .input-group-prepend button-primary + button-secondary, .input-group-prepend button-secondary + button-secondary, .input-group-prepend button-tertiary + button-secondary, .input-group-prepend button-quaternary + button-secondary,
.input-group-prepend .btn-primary + button-secondary,
.input-group-prepend button-primary-icon + button-secondary,
.input-group-prepend .btn-primary-icon + button-secondary,
.input-group-prepend .btn-secondary + button-secondary,
.input-group-prepend button-secondary-icon + button-secondary,
.input-group-prepend .btn-secondary-icon + button-secondary,
.input-group-prepend .btn-tertiary + button-secondary,
.input-group-prepend button-tertiary-icon + button-secondary,
.input-group-prepend .btn-tertiary-icon + button-secondary,
.input-group-prepend .btn-quaternary + button-secondary,
.input-group-prepend button-quaternary-icon + button-secondary,
.input-group-prepend .btn-quaternary-icon + button-secondary, .input-group-prepend .btn + button-tertiary, .input-group-prepend button-primary + button-tertiary, .input-group-prepend button-secondary + button-tertiary, .input-group-prepend button-tertiary + button-tertiary, .input-group-prepend button-quaternary + button-tertiary,
.input-group-prepend .btn-primary + button-tertiary,
.input-group-prepend button-primary-icon + button-tertiary,
.input-group-prepend .btn-primary-icon + button-tertiary,
.input-group-prepend .btn-secondary + button-tertiary,
.input-group-prepend button-secondary-icon + button-tertiary,
.input-group-prepend .btn-secondary-icon + button-tertiary,
.input-group-prepend .btn-tertiary + button-tertiary,
.input-group-prepend button-tertiary-icon + button-tertiary,
.input-group-prepend .btn-tertiary-icon + button-tertiary,
.input-group-prepend .btn-quaternary + button-tertiary,
.input-group-prepend button-quaternary-icon + button-tertiary,
.input-group-prepend .btn-quaternary-icon + button-tertiary, .input-group-prepend .btn + button-quaternary, .input-group-prepend button-primary + button-quaternary, .input-group-prepend button-secondary + button-quaternary, .input-group-prepend button-tertiary + button-quaternary, .input-group-prepend button-quaternary + button-quaternary,
.input-group-prepend .btn-primary + button-quaternary,
.input-group-prepend button-primary-icon + button-quaternary,
.input-group-prepend .btn-primary-icon + button-quaternary,
.input-group-prepend .btn-secondary + button-quaternary,
.input-group-prepend button-secondary-icon + button-quaternary,
.input-group-prepend .btn-secondary-icon + button-quaternary,
.input-group-prepend .btn-tertiary + button-quaternary,
.input-group-prepend button-tertiary-icon + button-quaternary,
.input-group-prepend .btn-tertiary-icon + button-quaternary,
.input-group-prepend .btn-quaternary + button-quaternary,
.input-group-prepend button-quaternary-icon + button-quaternary,
.input-group-prepend .btn-quaternary-icon + button-quaternary,
.input-group-prepend .btn + .btn-primary,
.input-group-prepend .btn + button-primary-icon,
.input-group-prepend .btn + .btn-primary-icon,
.input-group-prepend button-primary + .btn-primary,
.input-group-prepend button-primary + button-primary-icon,
.input-group-prepend button-primary + .btn-primary-icon,
.input-group-prepend button-secondary + .btn-primary,
.input-group-prepend button-secondary + button-primary-icon,
.input-group-prepend button-secondary + .btn-primary-icon,
.input-group-prepend button-tertiary + .btn-primary,
.input-group-prepend button-tertiary + button-primary-icon,
.input-group-prepend button-tertiary + .btn-primary-icon,
.input-group-prepend button-quaternary + .btn-primary,
.input-group-prepend button-quaternary + button-primary-icon,
.input-group-prepend button-quaternary + .btn-primary-icon,
.input-group-prepend .btn-primary + .btn-primary,
.input-group-prepend button-primary-icon + .btn-primary,
.input-group-prepend .btn-primary-icon + .btn-primary,
.input-group-prepend .btn-primary + button-primary-icon,
.input-group-prepend button-primary-icon + button-primary-icon,
.input-group-prepend .btn-primary-icon + button-primary-icon,
.input-group-prepend .btn-primary + .btn-primary-icon,
.input-group-prepend button-primary-icon + .btn-primary-icon,
.input-group-prepend .btn-primary-icon + .btn-primary-icon,
.input-group-prepend .btn-secondary + .btn-primary,
.input-group-prepend button-secondary-icon + .btn-primary,
.input-group-prepend .btn-secondary-icon + .btn-primary,
.input-group-prepend .btn-secondary + button-primary-icon,
.input-group-prepend button-secondary-icon + button-primary-icon,
.input-group-prepend .btn-secondary-icon + button-primary-icon,
.input-group-prepend .btn-secondary + .btn-primary-icon,
.input-group-prepend button-secondary-icon + .btn-primary-icon,
.input-group-prepend .btn-secondary-icon + .btn-primary-icon,
.input-group-prepend .btn-tertiary + .btn-primary,
.input-group-prepend button-tertiary-icon + .btn-primary,
.input-group-prepend .btn-tertiary-icon + .btn-primary,
.input-group-prepend .btn-tertiary + button-primary-icon,
.input-group-prepend button-tertiary-icon + button-primary-icon,
.input-group-prepend .btn-tertiary-icon + button-primary-icon,
.input-group-prepend .btn-tertiary + .btn-primary-icon,
.input-group-prepend button-tertiary-icon + .btn-primary-icon,
.input-group-prepend .btn-tertiary-icon + .btn-primary-icon,
.input-group-prepend .btn-quaternary + .btn-primary,
.input-group-prepend button-quaternary-icon + .btn-primary,
.input-group-prepend .btn-quaternary-icon + .btn-primary,
.input-group-prepend .btn-quaternary + button-primary-icon,
.input-group-prepend button-quaternary-icon + button-primary-icon,
.input-group-prepend .btn-quaternary-icon + button-primary-icon,
.input-group-prepend .btn-quaternary + .btn-primary-icon,
.input-group-prepend button-quaternary-icon + .btn-primary-icon,
.input-group-prepend .btn-quaternary-icon + .btn-primary-icon,
.input-group-prepend .btn + .btn-secondary,
.input-group-prepend .btn + button-secondary-icon,
.input-group-prepend .btn + .btn-secondary-icon,
.input-group-prepend button-primary + .btn-secondary,
.input-group-prepend button-primary + button-secondary-icon,
.input-group-prepend button-primary + .btn-secondary-icon,
.input-group-prepend button-secondary + .btn-secondary,
.input-group-prepend button-secondary + button-secondary-icon,
.input-group-prepend button-secondary + .btn-secondary-icon,
.input-group-prepend button-tertiary + .btn-secondary,
.input-group-prepend button-tertiary + button-secondary-icon,
.input-group-prepend button-tertiary + .btn-secondary-icon,
.input-group-prepend button-quaternary + .btn-secondary,
.input-group-prepend button-quaternary + button-secondary-icon,
.input-group-prepend button-quaternary + .btn-secondary-icon,
.input-group-prepend .btn-primary + .btn-secondary,
.input-group-prepend .btn-primary + button-secondary-icon,
.input-group-prepend .btn-primary + .btn-secondary-icon,
.input-group-prepend button-primary-icon + .btn-secondary,
.input-group-prepend button-primary-icon + button-secondary-icon,
.input-group-prepend button-primary-icon + .btn-secondary-icon,
.input-group-prepend .btn-primary-icon + .btn-secondary,
.input-group-prepend .btn-primary-icon + button-secondary-icon,
.input-group-prepend .btn-primary-icon + .btn-secondary-icon,
.input-group-prepend .btn-secondary + .btn-secondary,
.input-group-prepend button-secondary-icon + .btn-secondary,
.input-group-prepend .btn-secondary-icon + .btn-secondary,
.input-group-prepend .btn-secondary + button-secondary-icon,
.input-group-prepend button-secondary-icon + button-secondary-icon,
.input-group-prepend .btn-secondary-icon + button-secondary-icon,
.input-group-prepend .btn-secondary + .btn-secondary-icon,
.input-group-prepend button-secondary-icon + .btn-secondary-icon,
.input-group-prepend .btn-secondary-icon + .btn-secondary-icon,
.input-group-prepend .btn-tertiary + .btn-secondary,
.input-group-prepend button-tertiary-icon + .btn-secondary,
.input-group-prepend .btn-tertiary-icon + .btn-secondary,
.input-group-prepend .btn-tertiary + button-secondary-icon,
.input-group-prepend button-tertiary-icon + button-secondary-icon,
.input-group-prepend .btn-tertiary-icon + button-secondary-icon,
.input-group-prepend .btn-tertiary + .btn-secondary-icon,
.input-group-prepend button-tertiary-icon + .btn-secondary-icon,
.input-group-prepend .btn-tertiary-icon + .btn-secondary-icon,
.input-group-prepend .btn-quaternary + .btn-secondary,
.input-group-prepend button-quaternary-icon + .btn-secondary,
.input-group-prepend .btn-quaternary-icon + .btn-secondary,
.input-group-prepend .btn-quaternary + button-secondary-icon,
.input-group-prepend button-quaternary-icon + button-secondary-icon,
.input-group-prepend .btn-quaternary-icon + button-secondary-icon,
.input-group-prepend .btn-quaternary + .btn-secondary-icon,
.input-group-prepend button-quaternary-icon + .btn-secondary-icon,
.input-group-prepend .btn-quaternary-icon + .btn-secondary-icon,
.input-group-prepend .btn + .btn-tertiary,
.input-group-prepend .btn + button-tertiary-icon,
.input-group-prepend .btn + .btn-tertiary-icon,
.input-group-prepend button-primary + .btn-tertiary,
.input-group-prepend button-primary + button-tertiary-icon,
.input-group-prepend button-primary + .btn-tertiary-icon,
.input-group-prepend button-secondary + .btn-tertiary,
.input-group-prepend button-secondary + button-tertiary-icon,
.input-group-prepend button-secondary + .btn-tertiary-icon,
.input-group-prepend button-tertiary + .btn-tertiary,
.input-group-prepend button-tertiary + button-tertiary-icon,
.input-group-prepend button-tertiary + .btn-tertiary-icon,
.input-group-prepend button-quaternary + .btn-tertiary,
.input-group-prepend button-quaternary + button-tertiary-icon,
.input-group-prepend button-quaternary + .btn-tertiary-icon,
.input-group-prepend .btn-primary + .btn-tertiary,
.input-group-prepend .btn-primary + button-tertiary-icon,
.input-group-prepend .btn-primary + .btn-tertiary-icon,
.input-group-prepend button-primary-icon + .btn-tertiary,
.input-group-prepend button-primary-icon + button-tertiary-icon,
.input-group-prepend button-primary-icon + .btn-tertiary-icon,
.input-group-prepend .btn-primary-icon + .btn-tertiary,
.input-group-prepend .btn-primary-icon + button-tertiary-icon,
.input-group-prepend .btn-primary-icon + .btn-tertiary-icon,
.input-group-prepend .btn-secondary + .btn-tertiary,
.input-group-prepend .btn-secondary + button-tertiary-icon,
.input-group-prepend .btn-secondary + .btn-tertiary-icon,
.input-group-prepend button-secondary-icon + .btn-tertiary,
.input-group-prepend button-secondary-icon + button-tertiary-icon,
.input-group-prepend button-secondary-icon + .btn-tertiary-icon,
.input-group-prepend .btn-secondary-icon + .btn-tertiary,
.input-group-prepend .btn-secondary-icon + button-tertiary-icon,
.input-group-prepend .btn-secondary-icon + .btn-tertiary-icon,
.input-group-prepend .btn-tertiary + .btn-tertiary,
.input-group-prepend button-tertiary-icon + .btn-tertiary,
.input-group-prepend .btn-tertiary-icon + .btn-tertiary,
.input-group-prepend .btn-tertiary + button-tertiary-icon,
.input-group-prepend button-tertiary-icon + button-tertiary-icon,
.input-group-prepend .btn-tertiary-icon + button-tertiary-icon,
.input-group-prepend .btn-tertiary + .btn-tertiary-icon,
.input-group-prepend button-tertiary-icon + .btn-tertiary-icon,
.input-group-prepend .btn-tertiary-icon + .btn-tertiary-icon,
.input-group-prepend .btn-quaternary + .btn-tertiary,
.input-group-prepend button-quaternary-icon + .btn-tertiary,
.input-group-prepend .btn-quaternary-icon + .btn-tertiary,
.input-group-prepend .btn-quaternary + button-tertiary-icon,
.input-group-prepend button-quaternary-icon + button-tertiary-icon,
.input-group-prepend .btn-quaternary-icon + button-tertiary-icon,
.input-group-prepend .btn-quaternary + .btn-tertiary-icon,
.input-group-prepend button-quaternary-icon + .btn-tertiary-icon,
.input-group-prepend .btn-quaternary-icon + .btn-tertiary-icon,
.input-group-prepend .btn + .btn-quaternary,
.input-group-prepend .btn + button-quaternary-icon,
.input-group-prepend .btn + .btn-quaternary-icon,
.input-group-prepend button-primary + .btn-quaternary,
.input-group-prepend button-primary + button-quaternary-icon,
.input-group-prepend button-primary + .btn-quaternary-icon,
.input-group-prepend button-secondary + .btn-quaternary,
.input-group-prepend button-secondary + button-quaternary-icon,
.input-group-prepend button-secondary + .btn-quaternary-icon,
.input-group-prepend button-tertiary + .btn-quaternary,
.input-group-prepend button-tertiary + button-quaternary-icon,
.input-group-prepend button-tertiary + .btn-quaternary-icon,
.input-group-prepend button-quaternary + .btn-quaternary,
.input-group-prepend button-quaternary + button-quaternary-icon,
.input-group-prepend button-quaternary + .btn-quaternary-icon,
.input-group-prepend .btn-primary + .btn-quaternary,
.input-group-prepend .btn-primary + button-quaternary-icon,
.input-group-prepend .btn-primary + .btn-quaternary-icon,
.input-group-prepend button-primary-icon + .btn-quaternary,
.input-group-prepend button-primary-icon + button-quaternary-icon,
.input-group-prepend button-primary-icon + .btn-quaternary-icon,
.input-group-prepend .btn-primary-icon + .btn-quaternary,
.input-group-prepend .btn-primary-icon + button-quaternary-icon,
.input-group-prepend .btn-primary-icon + .btn-quaternary-icon,
.input-group-prepend .btn-secondary + .btn-quaternary,
.input-group-prepend .btn-secondary + button-quaternary-icon,
.input-group-prepend .btn-secondary + .btn-quaternary-icon,
.input-group-prepend button-secondary-icon + .btn-quaternary,
.input-group-prepend button-secondary-icon + button-quaternary-icon,
.input-group-prepend button-secondary-icon + .btn-quaternary-icon,
.input-group-prepend .btn-secondary-icon + .btn-quaternary,
.input-group-prepend .btn-secondary-icon + button-quaternary-icon,
.input-group-prepend .btn-secondary-icon + .btn-quaternary-icon,
.input-group-prepend .btn-tertiary + .btn-quaternary,
.input-group-prepend .btn-tertiary + button-quaternary-icon,
.input-group-prepend .btn-tertiary + .btn-quaternary-icon,
.input-group-prepend button-tertiary-icon + .btn-quaternary,
.input-group-prepend button-tertiary-icon + button-quaternary-icon,
.input-group-prepend button-tertiary-icon + .btn-quaternary-icon,
.input-group-prepend .btn-tertiary-icon + .btn-quaternary,
.input-group-prepend .btn-tertiary-icon + button-quaternary-icon,
.input-group-prepend .btn-tertiary-icon + .btn-quaternary-icon,
.input-group-prepend .btn-quaternary + .btn-quaternary,
.input-group-prepend button-quaternary-icon + .btn-quaternary,
.input-group-prepend .btn-quaternary-icon + .btn-quaternary,
.input-group-prepend .btn-quaternary + button-quaternary-icon,
.input-group-prepend button-quaternary-icon + button-quaternary-icon,
.input-group-prepend .btn-quaternary-icon + button-quaternary-icon,
.input-group-prepend .btn-quaternary + .btn-quaternary-icon,
.input-group-prepend button-quaternary-icon + .btn-quaternary-icon,
.input-group-prepend .btn-quaternary-icon + .btn-quaternary-icon,
.input-group-prepend .btn + .input-group-text,
.input-group-prepend button-primary + .input-group-text,
.input-group-prepend button-secondary + .input-group-text,
.input-group-prepend button-tertiary + .input-group-text,
.input-group-prepend button-quaternary + .input-group-text,
.input-group-prepend .btn-primary + .input-group-text,
.input-group-prepend button-primary-icon + .input-group-text,
.input-group-prepend .btn-primary-icon + .input-group-text,
.input-group-prepend .btn-secondary + .input-group-text,
.input-group-prepend button-secondary-icon + .input-group-text,
.input-group-prepend .btn-secondary-icon + .input-group-text,
.input-group-prepend .btn-tertiary + .input-group-text,
.input-group-prepend button-tertiary-icon + .input-group-text,
.input-group-prepend .btn-tertiary-icon + .input-group-text,
.input-group-prepend .btn-quaternary + .input-group-text,
.input-group-prepend button-quaternary-icon + .input-group-text,
.input-group-prepend .btn-quaternary-icon + .input-group-text,
.input-group-prepend .input-group-text + .input-group-text,
.input-group-prepend .input-group-text + .btn,
.input-group-prepend .input-group-text + button-primary,
.input-group-prepend .input-group-text + button-secondary,
.input-group-prepend .input-group-text + button-tertiary,
.input-group-prepend .input-group-text + button-quaternary,
.input-group-prepend .input-group-text + .btn-primary,
.input-group-prepend .input-group-text + button-primary-icon,
.input-group-prepend .input-group-text + .btn-primary-icon,
.input-group-prepend .input-group-text + .btn-secondary,
.input-group-prepend .input-group-text + button-secondary-icon,
.input-group-prepend .input-group-text + .btn-secondary-icon,
.input-group-prepend .input-group-text + .btn-tertiary,
.input-group-prepend .input-group-text + button-tertiary-icon,
.input-group-prepend .input-group-text + .btn-tertiary-icon,
.input-group-prepend .input-group-text + .btn-quaternary,
.input-group-prepend .input-group-text + button-quaternary-icon,
.input-group-prepend .input-group-text + .btn-quaternary-icon,
.input-group-append .btn + .btn,
.input-group-append button-primary + .btn,
.input-group-append button-secondary + .btn,
.input-group-append button-tertiary + .btn,
.input-group-append button-quaternary + .btn,
.input-group-append .btn-primary + .btn,
.input-group-append button-primary-icon + .btn,
.input-group-append .btn-primary-icon + .btn,
.input-group-append .btn-secondary + .btn,
.input-group-append button-secondary-icon + .btn,
.input-group-append .btn-secondary-icon + .btn,
.input-group-append .btn-tertiary + .btn,
.input-group-append button-tertiary-icon + .btn,
.input-group-append .btn-tertiary-icon + .btn,
.input-group-append .btn-quaternary + .btn,
.input-group-append button-quaternary-icon + .btn,
.input-group-append .btn-quaternary-icon + .btn,
.input-group-append .btn + button-primary,
.input-group-append button-primary + button-primary,
.input-group-append button-secondary + button-primary,
.input-group-append button-tertiary + button-primary,
.input-group-append button-quaternary + button-primary,
.input-group-append .btn-primary + button-primary,
.input-group-append button-primary-icon + button-primary,
.input-group-append .btn-primary-icon + button-primary,
.input-group-append .btn-secondary + button-primary,
.input-group-append button-secondary-icon + button-primary,
.input-group-append .btn-secondary-icon + button-primary,
.input-group-append .btn-tertiary + button-primary,
.input-group-append button-tertiary-icon + button-primary,
.input-group-append .btn-tertiary-icon + button-primary,
.input-group-append .btn-quaternary + button-primary,
.input-group-append button-quaternary-icon + button-primary,
.input-group-append .btn-quaternary-icon + button-primary,
.input-group-append .btn + button-secondary,
.input-group-append button-primary + button-secondary,
.input-group-append button-secondary + button-secondary,
.input-group-append button-tertiary + button-secondary,
.input-group-append button-quaternary + button-secondary,
.input-group-append .btn-primary + button-secondary,
.input-group-append button-primary-icon + button-secondary,
.input-group-append .btn-primary-icon + button-secondary,
.input-group-append .btn-secondary + button-secondary,
.input-group-append button-secondary-icon + button-secondary,
.input-group-append .btn-secondary-icon + button-secondary,
.input-group-append .btn-tertiary + button-secondary,
.input-group-append button-tertiary-icon + button-secondary,
.input-group-append .btn-tertiary-icon + button-secondary,
.input-group-append .btn-quaternary + button-secondary,
.input-group-append button-quaternary-icon + button-secondary,
.input-group-append .btn-quaternary-icon + button-secondary,
.input-group-append .btn + button-tertiary,
.input-group-append button-primary + button-tertiary,
.input-group-append button-secondary + button-tertiary,
.input-group-append button-tertiary + button-tertiary,
.input-group-append button-quaternary + button-tertiary,
.input-group-append .btn-primary + button-tertiary,
.input-group-append button-primary-icon + button-tertiary,
.input-group-append .btn-primary-icon + button-tertiary,
.input-group-append .btn-secondary + button-tertiary,
.input-group-append button-secondary-icon + button-tertiary,
.input-group-append .btn-secondary-icon + button-tertiary,
.input-group-append .btn-tertiary + button-tertiary,
.input-group-append button-tertiary-icon + button-tertiary,
.input-group-append .btn-tertiary-icon + button-tertiary,
.input-group-append .btn-quaternary + button-tertiary,
.input-group-append button-quaternary-icon + button-tertiary,
.input-group-append .btn-quaternary-icon + button-tertiary,
.input-group-append .btn + button-quaternary,
.input-group-append button-primary + button-quaternary,
.input-group-append button-secondary + button-quaternary,
.input-group-append button-tertiary + button-quaternary,
.input-group-append button-quaternary + button-quaternary,
.input-group-append .btn-primary + button-quaternary,
.input-group-append button-primary-icon + button-quaternary,
.input-group-append .btn-primary-icon + button-quaternary,
.input-group-append .btn-secondary + button-quaternary,
.input-group-append button-secondary-icon + button-quaternary,
.input-group-append .btn-secondary-icon + button-quaternary,
.input-group-append .btn-tertiary + button-quaternary,
.input-group-append button-tertiary-icon + button-quaternary,
.input-group-append .btn-tertiary-icon + button-quaternary,
.input-group-append .btn-quaternary + button-quaternary,
.input-group-append button-quaternary-icon + button-quaternary,
.input-group-append .btn-quaternary-icon + button-quaternary,
.input-group-append .btn + .btn-primary,
.input-group-append .btn + button-primary-icon,
.input-group-append .btn + .btn-primary-icon,
.input-group-append button-primary + .btn-primary,
.input-group-append button-primary + button-primary-icon,
.input-group-append button-primary + .btn-primary-icon,
.input-group-append button-secondary + .btn-primary,
.input-group-append button-secondary + button-primary-icon,
.input-group-append button-secondary + .btn-primary-icon,
.input-group-append button-tertiary + .btn-primary,
.input-group-append button-tertiary + button-primary-icon,
.input-group-append button-tertiary + .btn-primary-icon,
.input-group-append button-quaternary + .btn-primary,
.input-group-append button-quaternary + button-primary-icon,
.input-group-append button-quaternary + .btn-primary-icon,
.input-group-append .btn-primary + .btn-primary,
.input-group-append button-primary-icon + .btn-primary,
.input-group-append .btn-primary-icon + .btn-primary,
.input-group-append .btn-primary + button-primary-icon,
.input-group-append button-primary-icon + button-primary-icon,
.input-group-append .btn-primary-icon + button-primary-icon,
.input-group-append .btn-primary + .btn-primary-icon,
.input-group-append button-primary-icon + .btn-primary-icon,
.input-group-append .btn-primary-icon + .btn-primary-icon,
.input-group-append .btn-secondary + .btn-primary,
.input-group-append button-secondary-icon + .btn-primary,
.input-group-append .btn-secondary-icon + .btn-primary,
.input-group-append .btn-secondary + button-primary-icon,
.input-group-append button-secondary-icon + button-primary-icon,
.input-group-append .btn-secondary-icon + button-primary-icon,
.input-group-append .btn-secondary + .btn-primary-icon,
.input-group-append button-secondary-icon + .btn-primary-icon,
.input-group-append .btn-secondary-icon + .btn-primary-icon,
.input-group-append .btn-tertiary + .btn-primary,
.input-group-append button-tertiary-icon + .btn-primary,
.input-group-append .btn-tertiary-icon + .btn-primary,
.input-group-append .btn-tertiary + button-primary-icon,
.input-group-append button-tertiary-icon + button-primary-icon,
.input-group-append .btn-tertiary-icon + button-primary-icon,
.input-group-append .btn-tertiary + .btn-primary-icon,
.input-group-append button-tertiary-icon + .btn-primary-icon,
.input-group-append .btn-tertiary-icon + .btn-primary-icon,
.input-group-append .btn-quaternary + .btn-primary,
.input-group-append button-quaternary-icon + .btn-primary,
.input-group-append .btn-quaternary-icon + .btn-primary,
.input-group-append .btn-quaternary + button-primary-icon,
.input-group-append button-quaternary-icon + button-primary-icon,
.input-group-append .btn-quaternary-icon + button-primary-icon,
.input-group-append .btn-quaternary + .btn-primary-icon,
.input-group-append button-quaternary-icon + .btn-primary-icon,
.input-group-append .btn-quaternary-icon + .btn-primary-icon,
.input-group-append .btn + .btn-secondary,
.input-group-append .btn + button-secondary-icon,
.input-group-append .btn + .btn-secondary-icon,
.input-group-append button-primary + .btn-secondary,
.input-group-append button-primary + button-secondary-icon,
.input-group-append button-primary + .btn-secondary-icon,
.input-group-append button-secondary + .btn-secondary,
.input-group-append button-secondary + button-secondary-icon,
.input-group-append button-secondary + .btn-secondary-icon,
.input-group-append button-tertiary + .btn-secondary,
.input-group-append button-tertiary + button-secondary-icon,
.input-group-append button-tertiary + .btn-secondary-icon,
.input-group-append button-quaternary + .btn-secondary,
.input-group-append button-quaternary + button-secondary-icon,
.input-group-append button-quaternary + .btn-secondary-icon,
.input-group-append .btn-primary + .btn-secondary,
.input-group-append .btn-primary + button-secondary-icon,
.input-group-append .btn-primary + .btn-secondary-icon,
.input-group-append button-primary-icon + .btn-secondary,
.input-group-append button-primary-icon + button-secondary-icon,
.input-group-append button-primary-icon + .btn-secondary-icon,
.input-group-append .btn-primary-icon + .btn-secondary,
.input-group-append .btn-primary-icon + button-secondary-icon,
.input-group-append .btn-primary-icon + .btn-secondary-icon,
.input-group-append .btn-secondary + .btn-secondary,
.input-group-append button-secondary-icon + .btn-secondary,
.input-group-append .btn-secondary-icon + .btn-secondary,
.input-group-append .btn-secondary + button-secondary-icon,
.input-group-append button-secondary-icon + button-secondary-icon,
.input-group-append .btn-secondary-icon + button-secondary-icon,
.input-group-append .btn-secondary + .btn-secondary-icon,
.input-group-append button-secondary-icon + .btn-secondary-icon,
.input-group-append .btn-secondary-icon + .btn-secondary-icon,
.input-group-append .btn-tertiary + .btn-secondary,
.input-group-append button-tertiary-icon + .btn-secondary,
.input-group-append .btn-tertiary-icon + .btn-secondary,
.input-group-append .btn-tertiary + button-secondary-icon,
.input-group-append button-tertiary-icon + button-secondary-icon,
.input-group-append .btn-tertiary-icon + button-secondary-icon,
.input-group-append .btn-tertiary + .btn-secondary-icon,
.input-group-append button-tertiary-icon + .btn-secondary-icon,
.input-group-append .btn-tertiary-icon + .btn-secondary-icon,
.input-group-append .btn-quaternary + .btn-secondary,
.input-group-append button-quaternary-icon + .btn-secondary,
.input-group-append .btn-quaternary-icon + .btn-secondary,
.input-group-append .btn-quaternary + button-secondary-icon,
.input-group-append button-quaternary-icon + button-secondary-icon,
.input-group-append .btn-quaternary-icon + button-secondary-icon,
.input-group-append .btn-quaternary + .btn-secondary-icon,
.input-group-append button-quaternary-icon + .btn-secondary-icon,
.input-group-append .btn-quaternary-icon + .btn-secondary-icon,
.input-group-append .btn + .btn-tertiary,
.input-group-append .btn + button-tertiary-icon,
.input-group-append .btn + .btn-tertiary-icon,
.input-group-append button-primary + .btn-tertiary,
.input-group-append button-primary + button-tertiary-icon,
.input-group-append button-primary + .btn-tertiary-icon,
.input-group-append button-secondary + .btn-tertiary,
.input-group-append button-secondary + button-tertiary-icon,
.input-group-append button-secondary + .btn-tertiary-icon,
.input-group-append button-tertiary + .btn-tertiary,
.input-group-append button-tertiary + button-tertiary-icon,
.input-group-append button-tertiary + .btn-tertiary-icon,
.input-group-append button-quaternary + .btn-tertiary,
.input-group-append button-quaternary + button-tertiary-icon,
.input-group-append button-quaternary + .btn-tertiary-icon,
.input-group-append .btn-primary + .btn-tertiary,
.input-group-append .btn-primary + button-tertiary-icon,
.input-group-append .btn-primary + .btn-tertiary-icon,
.input-group-append button-primary-icon + .btn-tertiary,
.input-group-append button-primary-icon + button-tertiary-icon,
.input-group-append button-primary-icon + .btn-tertiary-icon,
.input-group-append .btn-primary-icon + .btn-tertiary,
.input-group-append .btn-primary-icon + button-tertiary-icon,
.input-group-append .btn-primary-icon + .btn-tertiary-icon,
.input-group-append .btn-secondary + .btn-tertiary,
.input-group-append .btn-secondary + button-tertiary-icon,
.input-group-append .btn-secondary + .btn-tertiary-icon,
.input-group-append button-secondary-icon + .btn-tertiary,
.input-group-append button-secondary-icon + button-tertiary-icon,
.input-group-append button-secondary-icon + .btn-tertiary-icon,
.input-group-append .btn-secondary-icon + .btn-tertiary,
.input-group-append .btn-secondary-icon + button-tertiary-icon,
.input-group-append .btn-secondary-icon + .btn-tertiary-icon,
.input-group-append .btn-tertiary + .btn-tertiary,
.input-group-append button-tertiary-icon + .btn-tertiary,
.input-group-append .btn-tertiary-icon + .btn-tertiary,
.input-group-append .btn-tertiary + button-tertiary-icon,
.input-group-append button-tertiary-icon + button-tertiary-icon,
.input-group-append .btn-tertiary-icon + button-tertiary-icon,
.input-group-append .btn-tertiary + .btn-tertiary-icon,
.input-group-append button-tertiary-icon + .btn-tertiary-icon,
.input-group-append .btn-tertiary-icon + .btn-tertiary-icon,
.input-group-append .btn-quaternary + .btn-tertiary,
.input-group-append button-quaternary-icon + .btn-tertiary,
.input-group-append .btn-quaternary-icon + .btn-tertiary,
.input-group-append .btn-quaternary + button-tertiary-icon,
.input-group-append button-quaternary-icon + button-tertiary-icon,
.input-group-append .btn-quaternary-icon + button-tertiary-icon,
.input-group-append .btn-quaternary + .btn-tertiary-icon,
.input-group-append button-quaternary-icon + .btn-tertiary-icon,
.input-group-append .btn-quaternary-icon + .btn-tertiary-icon,
.input-group-append .btn + .btn-quaternary,
.input-group-append .btn + button-quaternary-icon,
.input-group-append .btn + .btn-quaternary-icon,
.input-group-append button-primary + .btn-quaternary,
.input-group-append button-primary + button-quaternary-icon,
.input-group-append button-primary + .btn-quaternary-icon,
.input-group-append button-secondary + .btn-quaternary,
.input-group-append button-secondary + button-quaternary-icon,
.input-group-append button-secondary + .btn-quaternary-icon,
.input-group-append button-tertiary + .btn-quaternary,
.input-group-append button-tertiary + button-quaternary-icon,
.input-group-append button-tertiary + .btn-quaternary-icon,
.input-group-append button-quaternary + .btn-quaternary,
.input-group-append button-quaternary + button-quaternary-icon,
.input-group-append button-quaternary + .btn-quaternary-icon,
.input-group-append .btn-primary + .btn-quaternary,
.input-group-append .btn-primary + button-quaternary-icon,
.input-group-append .btn-primary + .btn-quaternary-icon,
.input-group-append button-primary-icon + .btn-quaternary,
.input-group-append button-primary-icon + button-quaternary-icon,
.input-group-append button-primary-icon + .btn-quaternary-icon,
.input-group-append .btn-primary-icon + .btn-quaternary,
.input-group-append .btn-primary-icon + button-quaternary-icon,
.input-group-append .btn-primary-icon + .btn-quaternary-icon,
.input-group-append .btn-secondary + .btn-quaternary,
.input-group-append .btn-secondary + button-quaternary-icon,
.input-group-append .btn-secondary + .btn-quaternary-icon,
.input-group-append button-secondary-icon + .btn-quaternary,
.input-group-append button-secondary-icon + button-quaternary-icon,
.input-group-append button-secondary-icon + .btn-quaternary-icon,
.input-group-append .btn-secondary-icon + .btn-quaternary,
.input-group-append .btn-secondary-icon + button-quaternary-icon,
.input-group-append .btn-secondary-icon + .btn-quaternary-icon,
.input-group-append .btn-tertiary + .btn-quaternary,
.input-group-append .btn-tertiary + button-quaternary-icon,
.input-group-append .btn-tertiary + .btn-quaternary-icon,
.input-group-append button-tertiary-icon + .btn-quaternary,
.input-group-append button-tertiary-icon + button-quaternary-icon,
.input-group-append button-tertiary-icon + .btn-quaternary-icon,
.input-group-append .btn-tertiary-icon + .btn-quaternary,
.input-group-append .btn-tertiary-icon + button-quaternary-icon,
.input-group-append .btn-tertiary-icon + .btn-quaternary-icon,
.input-group-append .btn-quaternary + .btn-quaternary,
.input-group-append button-quaternary-icon + .btn-quaternary,
.input-group-append .btn-quaternary-icon + .btn-quaternary,
.input-group-append .btn-quaternary + button-quaternary-icon,
.input-group-append button-quaternary-icon + button-quaternary-icon,
.input-group-append .btn-quaternary-icon + button-quaternary-icon,
.input-group-append .btn-quaternary + .btn-quaternary-icon,
.input-group-append button-quaternary-icon + .btn-quaternary-icon,
.input-group-append .btn-quaternary-icon + .btn-quaternary-icon,
.input-group-append .btn + .input-group-text,
.input-group-append button-primary + .input-group-text,
.input-group-append button-secondary + .input-group-text,
.input-group-append button-tertiary + .input-group-text,
.input-group-append button-quaternary + .input-group-text,
.input-group-append .btn-primary + .input-group-text,
.input-group-append button-primary-icon + .input-group-text,
.input-group-append .btn-primary-icon + .input-group-text,
.input-group-append .btn-secondary + .input-group-text,
.input-group-append button-secondary-icon + .input-group-text,
.input-group-append .btn-secondary-icon + .input-group-text,
.input-group-append .btn-tertiary + .input-group-text,
.input-group-append button-tertiary-icon + .input-group-text,
.input-group-append .btn-tertiary-icon + .input-group-text,
.input-group-append .btn-quaternary + .input-group-text,
.input-group-append button-quaternary-icon + .input-group-text,
.input-group-append .btn-quaternary-icon + .input-group-text,
.input-group-append .input-group-text + .input-group-text,
.input-group-append .input-group-text + .btn,
.input-group-append .input-group-text + button-primary,
.input-group-append .input-group-text + button-secondary,
.input-group-append .input-group-text + button-tertiary,
.input-group-append .input-group-text + button-quaternary,
.input-group-append .input-group-text + .btn-primary,
.input-group-append .input-group-text + button-primary-icon,
.input-group-append .input-group-text + .btn-primary-icon,
.input-group-append .input-group-text + .btn-secondary,
.input-group-append .input-group-text + button-secondary-icon,
.input-group-append .input-group-text + .btn-secondary-icon,
.input-group-append .input-group-text + .btn-tertiary,
.input-group-append .input-group-text + button-tertiary-icon,
.input-group-append .input-group-text + .btn-tertiary-icon,
.input-group-append .input-group-text + .btn-quaternary,
.input-group-append .input-group-text + button-quaternary-icon,
.input-group-append .input-group-text + .btn-quaternary-icon {
  margin-left: -1px;
}

.input-group-prepend {
  margin-right: -1px;
}

.input-group-append {
  margin-left: -1px;
}

.input-group-text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0.375rem 0.75rem;
  margin-bottom: 0;
  font-size: 1rem;
  font-weight: normal;
  line-height: 1.5;
  color: #495057;
  text-align: center;
  white-space: nowrap;
  background-color: #e9ecef;
  border: 1px solid #ced4da;
  border-radius: 0.938rem;
}
.input-group-text input[type=radio],
.input-group-text input[type=checkbox] {
  margin-top: 0;
}

.input-group-lg > .form-control:not(textarea),
.input-group-lg > .custom-select {
  height: calc(1.5em + 1rem + 2px);
}

.input-group-lg > .form-control,
.input-group-lg > .custom-select,
.input-group-lg > .input-group-prepend > .input-group-text,
.input-group-lg > .input-group-append > .input-group-text,
.input-group-lg > .input-group-prepend > .btn,
.input-group-lg > .input-group-prepend > button-primary,
.input-group-lg > .input-group-prepend > button-secondary,
.input-group-lg > .input-group-prepend > button-tertiary,
.input-group-lg > .input-group-prepend > button-quaternary,
.input-group-lg > .input-group-prepend > .btn-primary,
.input-group-lg > .input-group-prepend > button-primary-icon,
.input-group-lg > .input-group-prepend > .btn-primary-icon,
.input-group-lg > .input-group-prepend > .btn-secondary,
.input-group-lg > .input-group-prepend > button-secondary-icon,
.input-group-lg > .input-group-prepend > .btn-secondary-icon,
.input-group-lg > .input-group-prepend > .btn-tertiary,
.input-group-lg > .input-group-prepend > button-tertiary-icon,
.input-group-lg > .input-group-prepend > .btn-tertiary-icon,
.input-group-lg > .input-group-prepend > .btn-quaternary,
.input-group-lg > .input-group-prepend > button-quaternary-icon,
.input-group-lg > .input-group-prepend > .btn-quaternary-icon,
.input-group-lg > .input-group-append > .btn,
.input-group-lg > .input-group-append > button-primary,
.input-group-lg > .input-group-append > button-secondary,
.input-group-lg > .input-group-append > button-tertiary,
.input-group-lg > .input-group-append > button-quaternary,
.input-group-lg > .input-group-append > .btn-primary,
.input-group-lg > .input-group-append > button-primary-icon,
.input-group-lg > .input-group-append > .btn-primary-icon,
.input-group-lg > .input-group-append > .btn-secondary,
.input-group-lg > .input-group-append > button-secondary-icon,
.input-group-lg > .input-group-append > .btn-secondary-icon,
.input-group-lg > .input-group-append > .btn-tertiary,
.input-group-lg > .input-group-append > button-tertiary-icon,
.input-group-lg > .input-group-append > .btn-tertiary-icon,
.input-group-lg > .input-group-append > .btn-quaternary,
.input-group-lg > .input-group-append > button-quaternary-icon,
.input-group-lg > .input-group-append > .btn-quaternary-icon {
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: 0.3rem;
}

.input-group-sm > .form-control:not(textarea),
.input-group-sm > .custom-select {
  height: calc(1.5em + 0.5rem + 2px);
}

.input-group-sm > .form-control,
.input-group-sm > .custom-select,
.input-group-sm > .input-group-prepend > .input-group-text,
.input-group-sm > .input-group-append > .input-group-text,
.input-group-sm > .input-group-prepend > .btn,
.input-group-sm > .input-group-prepend > button-primary,
.input-group-sm > .input-group-prepend > button-secondary,
.input-group-sm > .input-group-prepend > button-tertiary,
.input-group-sm > .input-group-prepend > button-quaternary,
.input-group-sm > .input-group-prepend > .btn-primary,
.input-group-sm > .input-group-prepend > button-primary-icon,
.input-group-sm > .input-group-prepend > .btn-primary-icon,
.input-group-sm > .input-group-prepend > .btn-secondary,
.input-group-sm > .input-group-prepend > button-secondary-icon,
.input-group-sm > .input-group-prepend > .btn-secondary-icon,
.input-group-sm > .input-group-prepend > .btn-tertiary,
.input-group-sm > .input-group-prepend > button-tertiary-icon,
.input-group-sm > .input-group-prepend > .btn-tertiary-icon,
.input-group-sm > .input-group-prepend > .btn-quaternary,
.input-group-sm > .input-group-prepend > button-quaternary-icon,
.input-group-sm > .input-group-prepend > .btn-quaternary-icon,
.input-group-sm > .input-group-append > .btn,
.input-group-sm > .input-group-append > button-primary,
.input-group-sm > .input-group-append > button-secondary,
.input-group-sm > .input-group-append > button-tertiary,
.input-group-sm > .input-group-append > button-quaternary,
.input-group-sm > .input-group-append > .btn-primary,
.input-group-sm > .input-group-append > button-primary-icon,
.input-group-sm > .input-group-append > .btn-primary-icon,
.input-group-sm > .input-group-append > .btn-secondary,
.input-group-sm > .input-group-append > button-secondary-icon,
.input-group-sm > .input-group-append > .btn-secondary-icon,
.input-group-sm > .input-group-append > .btn-tertiary,
.input-group-sm > .input-group-append > button-tertiary-icon,
.input-group-sm > .input-group-append > .btn-tertiary-icon,
.input-group-sm > .input-group-append > .btn-quaternary,
.input-group-sm > .input-group-append > button-quaternary-icon,
.input-group-sm > .input-group-append > .btn-quaternary-icon {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 0.2rem;
}

.input-group-lg > .custom-select,
.input-group-sm > .custom-select {
  padding-right: 1.75rem;
}

.input-group > .input-group-prepend > .btn, .input-group > .input-group-prepend > button-primary, .input-group > .input-group-prepend > button-secondary, .input-group > .input-group-prepend > button-tertiary, .input-group > .input-group-prepend > button-quaternary,
.input-group > .input-group-prepend > .btn-primary,
.input-group > .input-group-prepend > button-primary-icon,
.input-group > .input-group-prepend > .btn-primary-icon,
.input-group > .input-group-prepend > .btn-secondary,
.input-group > .input-group-prepend > button-secondary-icon,
.input-group > .input-group-prepend > .btn-secondary-icon,
.input-group > .input-group-prepend > .btn-tertiary,
.input-group > .input-group-prepend > button-tertiary-icon,
.input-group > .input-group-prepend > .btn-tertiary-icon,
.input-group > .input-group-prepend > .btn-quaternary,
.input-group > .input-group-prepend > button-quaternary-icon,
.input-group > .input-group-prepend > .btn-quaternary-icon,
.input-group > .input-group-prepend > .input-group-text,
.input-group:not(.has-validation) > .input-group-append:not(:last-child) > .btn,
.input-group:not(.has-validation) > .input-group-append:not(:last-child) > button-primary,
.input-group:not(.has-validation) > .input-group-append:not(:last-child) > button-secondary,
.input-group:not(.has-validation) > .input-group-append:not(:last-child) > button-tertiary,
.input-group:not(.has-validation) > .input-group-append:not(:last-child) > button-quaternary,
.input-group:not(.has-validation) > .input-group-append:not(:last-child) > .btn-primary,
.input-group:not(.has-validation) > .input-group-append:not(:last-child) > button-primary-icon,
.input-group:not(.has-validation) > .input-group-append:not(:last-child) > .btn-primary-icon,
.input-group:not(.has-validation) > .input-group-append:not(:last-child) > .btn-secondary,
.input-group:not(.has-validation) > .input-group-append:not(:last-child) > button-secondary-icon,
.input-group:not(.has-validation) > .input-group-append:not(:last-child) > .btn-secondary-icon,
.input-group:not(.has-validation) > .input-group-append:not(:last-child) > .btn-tertiary,
.input-group:not(.has-validation) > .input-group-append:not(:last-child) > button-tertiary-icon,
.input-group:not(.has-validation) > .input-group-append:not(:last-child) > .btn-tertiary-icon,
.input-group:not(.has-validation) > .input-group-append:not(:last-child) > .btn-quaternary,
.input-group:not(.has-validation) > .input-group-append:not(:last-child) > button-quaternary-icon,
.input-group:not(.has-validation) > .input-group-append:not(:last-child) > .btn-quaternary-icon,
.input-group:not(.has-validation) > .input-group-append:not(:last-child) > .input-group-text,
.input-group.has-validation > .input-group-append:nth-last-child(n+3) > .btn,
.input-group.has-validation > .input-group-append:nth-last-child(n+3) > button-primary,
.input-group.has-validation > .input-group-append:nth-last-child(n+3) > button-secondary,
.input-group.has-validation > .input-group-append:nth-last-child(n+3) > button-tertiary,
.input-group.has-validation > .input-group-append:nth-last-child(n+3) > button-quaternary,
.input-group.has-validation > .input-group-append:nth-last-child(n+3) > .btn-primary,
.input-group.has-validation > .input-group-append:nth-last-child(n+3) > button-primary-icon,
.input-group.has-validation > .input-group-append:nth-last-child(n+3) > .btn-primary-icon,
.input-group.has-validation > .input-group-append:nth-last-child(n+3) > .btn-secondary,
.input-group.has-validation > .input-group-append:nth-last-child(n+3) > button-secondary-icon,
.input-group.has-validation > .input-group-append:nth-last-child(n+3) > .btn-secondary-icon,
.input-group.has-validation > .input-group-append:nth-last-child(n+3) > .btn-tertiary,
.input-group.has-validation > .input-group-append:nth-last-child(n+3) > button-tertiary-icon,
.input-group.has-validation > .input-group-append:nth-last-child(n+3) > .btn-tertiary-icon,
.input-group.has-validation > .input-group-append:nth-last-child(n+3) > .btn-quaternary,
.input-group.has-validation > .input-group-append:nth-last-child(n+3) > button-quaternary-icon,
.input-group.has-validation > .input-group-append:nth-last-child(n+3) > .btn-quaternary-icon,
.input-group.has-validation > .input-group-append:nth-last-child(n+3) > .input-group-text,
.input-group > .input-group-append:last-child > .btn:not(:last-child):not(.dropdown-toggle),
.input-group > .input-group-append:last-child > button-primary:not(:last-child):not(.dropdown-toggle),
.input-group > .input-group-append:last-child > button-secondary:not(:last-child):not(.dropdown-toggle),
.input-group > .input-group-append:last-child > button-tertiary:not(:last-child):not(.dropdown-toggle),
.input-group > .input-group-append:last-child > button-quaternary:not(:last-child):not(.dropdown-toggle),
.input-group > .input-group-append:last-child > .btn-primary:not(:last-child):not(.dropdown-toggle),
.input-group > .input-group-append:last-child > button-primary-icon:not(:last-child):not(.dropdown-toggle),
.input-group > .input-group-append:last-child > .btn-primary-icon:not(:last-child):not(.dropdown-toggle),
.input-group > .input-group-append:last-child > .btn-secondary:not(:last-child):not(.dropdown-toggle),
.input-group > .input-group-append:last-child > button-secondary-icon:not(:last-child):not(.dropdown-toggle),
.input-group > .input-group-append:last-child > .btn-secondary-icon:not(:last-child):not(.dropdown-toggle),
.input-group > .input-group-append:last-child > .btn-tertiary:not(:last-child):not(.dropdown-toggle),
.input-group > .input-group-append:last-child > button-tertiary-icon:not(:last-child):not(.dropdown-toggle),
.input-group > .input-group-append:last-child > .btn-tertiary-icon:not(:last-child):not(.dropdown-toggle),
.input-group > .input-group-append:last-child > .btn-quaternary:not(:last-child):not(.dropdown-toggle),
.input-group > .input-group-append:last-child > button-quaternary-icon:not(:last-child):not(.dropdown-toggle),
.input-group > .input-group-append:last-child > .btn-quaternary-icon:not(:last-child):not(.dropdown-toggle),
.input-group > .input-group-append:last-child > .input-group-text:not(:last-child) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.input-group > .input-group-append > .btn, .input-group > .input-group-append > button-primary, .input-group > .input-group-append > button-secondary, .input-group > .input-group-append > button-tertiary, .input-group > .input-group-append > button-quaternary,
.input-group > .input-group-append > .btn-primary,
.input-group > .input-group-append > button-primary-icon,
.input-group > .input-group-append > .btn-primary-icon,
.input-group > .input-group-append > .btn-secondary,
.input-group > .input-group-append > button-secondary-icon,
.input-group > .input-group-append > .btn-secondary-icon,
.input-group > .input-group-append > .btn-tertiary,
.input-group > .input-group-append > button-tertiary-icon,
.input-group > .input-group-append > .btn-tertiary-icon,
.input-group > .input-group-append > .btn-quaternary,
.input-group > .input-group-append > button-quaternary-icon,
.input-group > .input-group-append > .btn-quaternary-icon,
.input-group > .input-group-append > .input-group-text,
.input-group > .input-group-prepend:not(:first-child) > .btn,
.input-group > .input-group-prepend:not(:first-child) > button-primary,
.input-group > .input-group-prepend:not(:first-child) > button-secondary,
.input-group > .input-group-prepend:not(:first-child) > button-tertiary,
.input-group > .input-group-prepend:not(:first-child) > button-quaternary,
.input-group > .input-group-prepend:not(:first-child) > .btn-primary,
.input-group > .input-group-prepend:not(:first-child) > button-primary-icon,
.input-group > .input-group-prepend:not(:first-child) > .btn-primary-icon,
.input-group > .input-group-prepend:not(:first-child) > .btn-secondary,
.input-group > .input-group-prepend:not(:first-child) > button-secondary-icon,
.input-group > .input-group-prepend:not(:first-child) > .btn-secondary-icon,
.input-group > .input-group-prepend:not(:first-child) > .btn-tertiary,
.input-group > .input-group-prepend:not(:first-child) > button-tertiary-icon,
.input-group > .input-group-prepend:not(:first-child) > .btn-tertiary-icon,
.input-group > .input-group-prepend:not(:first-child) > .btn-quaternary,
.input-group > .input-group-prepend:not(:first-child) > button-quaternary-icon,
.input-group > .input-group-prepend:not(:first-child) > .btn-quaternary-icon,
.input-group > .input-group-prepend:not(:first-child) > .input-group-text,
.input-group > .input-group-prepend:first-child > .btn:not(:first-child),
.input-group > .input-group-prepend:first-child > button-primary:not(:first-child),
.input-group > .input-group-prepend:first-child > button-secondary:not(:first-child),
.input-group > .input-group-prepend:first-child > button-tertiary:not(:first-child),
.input-group > .input-group-prepend:first-child > button-quaternary:not(:first-child),
.input-group > .input-group-prepend:first-child > .btn-primary:not(:first-child),
.input-group > .input-group-prepend:first-child > button-primary-icon:not(:first-child),
.input-group > .input-group-prepend:first-child > .btn-primary-icon:not(:first-child),
.input-group > .input-group-prepend:first-child > .btn-secondary:not(:first-child),
.input-group > .input-group-prepend:first-child > button-secondary-icon:not(:first-child),
.input-group > .input-group-prepend:first-child > .btn-secondary-icon:not(:first-child),
.input-group > .input-group-prepend:first-child > .btn-tertiary:not(:first-child),
.input-group > .input-group-prepend:first-child > button-tertiary-icon:not(:first-child),
.input-group > .input-group-prepend:first-child > .btn-tertiary-icon:not(:first-child),
.input-group > .input-group-prepend:first-child > .btn-quaternary:not(:first-child),
.input-group > .input-group-prepend:first-child > button-quaternary-icon:not(:first-child),
.input-group > .input-group-prepend:first-child > .btn-quaternary-icon:not(:first-child),
.input-group > .input-group-prepend:first-child > .input-group-text:not(:first-child) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.custom-control {
  position: relative;
  z-index: 1;
  display: block;
  min-height: 1.5rem;
  padding-left: 1.5rem;
  -webkit-print-color-adjust: exact;
          print-color-adjust: exact;
}

.custom-control-inline {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  margin-right: 1rem;
}

.custom-control-input {
  position: absolute;
  left: 0;
  z-index: -1;
  width: 1rem;
  height: 1.25rem;
  opacity: 0;
}
.custom-control-input:checked ~ .custom-control-label::before {
  color: #fff;
  border-color: #72a8e5;
  background-color: #72a8e5;
}
.custom-control-input:focus ~ .custom-control-label::before {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(114, 168, 229, 0.25);
          box-shadow: 0 0 0 0.2rem rgba(114, 168, 229, 0.25);
}
.custom-control-input:focus:not(:checked) ~ .custom-control-label::before {
  border-color: #deeaf9;
}
.custom-control-input:not(:disabled):active ~ .custom-control-label::before {
  color: #fff;
  background-color: white;
  border-color: white;
}
.custom-control-input[disabled] ~ .custom-control-label, .custom-control-input:disabled ~ .custom-control-label {
  color: #6c757d;
}
.custom-control-input[disabled] ~ .custom-control-label::before, .custom-control-input:disabled ~ .custom-control-label::before {
  background-color: #e9ecef;
}

.custom-control-label {
  position: relative;
  margin-bottom: 0;
  vertical-align: top;
}
.custom-control-label::before {
  position: absolute;
  top: 0.25rem;
  left: -1.5rem;
  display: block;
  width: 1rem;
  height: 1rem;
  pointer-events: none;
  content: "";
  background-color: #fff;
  border: 1px solid #adb5bd;
}
.custom-control-label::after {
  position: absolute;
  top: 0.25rem;
  left: -1.5rem;
  display: block;
  width: 1rem;
  height: 1rem;
  content: "";
  background: 50%/50% 50% no-repeat;
}

.custom-checkbox .custom-control-label::before {
  border-radius: 0.938rem;
}
.custom-checkbox .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26l2.974 2.99L8 2.193z'/%3e%3c/svg%3e");
}
.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::before {
  border-color: #72a8e5;
  background-color: #72a8e5;
}
.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='4' viewBox='0 0 4 4'%3e%3cpath stroke='%23fff' d='M0 2h4'/%3e%3c/svg%3e");
}
.custom-checkbox .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(114, 168, 229, 0.5);
}
.custom-checkbox .custom-control-input:disabled:indeterminate ~ .custom-control-label::before {
  background-color: rgba(114, 168, 229, 0.5);
}

.custom-radio .custom-control-label::before {
  border-radius: 50%;
}
.custom-radio .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23fff'/%3e%3c/svg%3e");
}
.custom-radio .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(114, 168, 229, 0.5);
}

.custom-switch {
  padding-left: 2.25rem;
}
.custom-switch .custom-control-label::before {
  left: -2.25rem;
  width: 1.75rem;
  pointer-events: all;
  border-radius: 0.5rem;
}
.custom-switch .custom-control-label::after {
  top: calc(0.25rem + 2px);
  left: calc(-2.25rem + 2px);
  width: calc(1rem - 4px);
  height: calc(1rem - 4px);
  background-color: #adb5bd;
  border-radius: 0.5rem;
  -webkit-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-transform 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-transform 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: transform 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: transform 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-transform 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .custom-switch .custom-control-label::after {
    -webkit-transition: none;
    transition: none;
  }
}
.custom-switch .custom-control-input:checked ~ .custom-control-label::after {
  background-color: #fff;
  -webkit-transform: translateX(0.75rem);
          transform: translateX(0.75rem);
}
.custom-switch .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(114, 168, 229, 0.5);
}

.custom-select {
  display: inline-block;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0.375rem 1.75rem 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: normal;
  line-height: 1.5;
  color: #495057;
  vertical-align: middle;
  background: #fff url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") right 0.75rem center/8px 10px no-repeat;
  border: 1px solid #ced4da;
  border-radius: 0.938rem;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
.custom-select:focus {
  border-color: #deeaf9;
  outline: 0;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(114, 168, 229, 0.25);
          box-shadow: 0 0 0 0.2rem rgba(114, 168, 229, 0.25);
}
.custom-select:focus::-ms-value {
  color: #495057;
  background-color: #fff;
}
.custom-select[multiple], .custom-select[size]:not([size="1"]) {
  height: auto;
  padding-right: 0.75rem;
  background-image: none;
}
.custom-select:disabled {
  color: #6c757d;
  background-color: #e9ecef;
}
.custom-select::-ms-expand {
  display: none;
}
.custom-select:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #495057;
}

.custom-select-sm {
  height: calc(1.5em + 0.5rem + 2px);
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  padding-left: 0.5rem;
  font-size: 0.875rem;
}

.custom-select-lg {
  height: calc(1.5em + 1rem + 2px);
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 1rem;
  font-size: 1.25rem;
}

.custom-file {
  position: relative;
  display: inline-block;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  margin-bottom: 0;
}

.custom-file-input {
  position: relative;
  z-index: 2;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  margin: 0;
  overflow: hidden;
  opacity: 0;
}
.custom-file-input:focus ~ .custom-file-label {
  border-color: #deeaf9;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(114, 168, 229, 0.25);
          box-shadow: 0 0 0 0.2rem rgba(114, 168, 229, 0.25);
}
.custom-file-input[disabled] ~ .custom-file-label, .custom-file-input:disabled ~ .custom-file-label {
  background-color: #e9ecef;
}
.custom-file-input:lang(en) ~ .custom-file-label::after {
  content: "Browse";
}
.custom-file-input ~ .custom-file-label[data-browse]::after {
  content: attr(data-browse);
}

.custom-file-label {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1;
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0.375rem 0.75rem;
  overflow: hidden;
  font-weight: normal;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  border: 1px solid #ced4da;
  border-radius: 0.938rem;
}
.custom-file-label::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 3;
  display: block;
  height: calc(1.5em + 0.75rem);
  padding: 0.375rem 0.75rem;
  line-height: 1.5;
  color: #495057;
  content: "Browse";
  background-color: #e9ecef;
  border-left: inherit;
  border-radius: 0 0.938rem 0.938rem 0;
}

.custom-range {
  width: 100%;
  height: 1.4rem;
  padding: 0;
  background-color: transparent;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
.custom-range:focus {
  outline: 0;
}
.custom-range:focus::-webkit-slider-thumb {
  -webkit-box-shadow: 0 0 0 1px var(--secondary-lightest-color), 0 0 0 0.2rem rgba(114, 168, 229, 0.25);
          box-shadow: 0 0 0 1px var(--secondary-lightest-color), 0 0 0 0.2rem rgba(114, 168, 229, 0.25);
}
.custom-range:focus::-moz-range-thumb {
  box-shadow: 0 0 0 1px var(--secondary-lightest-color), 0 0 0 0.2rem rgba(114, 168, 229, 0.25);
}
.custom-range:focus::-ms-thumb {
  box-shadow: 0 0 0 1px var(--secondary-lightest-color), 0 0 0 0.2rem rgba(114, 168, 229, 0.25);
}
.custom-range::-moz-focus-outer {
  border: 0;
}
.custom-range::-webkit-slider-thumb {
  width: 1rem;
  height: 1rem;
  margin-top: -0.25rem;
  background-color: #72a8e5;
  border: 0;
  border-radius: 1rem;
  -webkit-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  -webkit-appearance: none;
          appearance: none;
}
@media (prefers-reduced-motion: reduce) {
  .custom-range::-webkit-slider-thumb {
    -webkit-transition: none;
    transition: none;
  }
}
.custom-range::-webkit-slider-thumb:active {
  background-color: white;
}
.custom-range::-webkit-slider-runnable-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: #dee2e6;
  border-color: transparent;
  border-radius: 1rem;
}
.custom-range::-moz-range-thumb {
  width: 1rem;
  height: 1rem;
  background-color: #72a8e5;
  border: 0;
  border-radius: 1rem;
  -moz-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  -moz-appearance: none;
       appearance: none;
}
@media (prefers-reduced-motion: reduce) {
  .custom-range::-moz-range-thumb {
    -moz-transition: none;
    transition: none;
  }
}
.custom-range::-moz-range-thumb:active {
  background-color: white;
}
.custom-range::-moz-range-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: #dee2e6;
  border-color: transparent;
  border-radius: 1rem;
}
.custom-range::-ms-thumb {
  width: 1rem;
  height: 1rem;
  margin-top: 0;
  margin-right: 0.2rem;
  margin-left: 0.2rem;
  background-color: #72a8e5;
  border: 0;
  border-radius: 1rem;
  -ms-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  appearance: none;
}
@media (prefers-reduced-motion: reduce) {
  .custom-range::-ms-thumb {
    -ms-transition: none;
    transition: none;
  }
}
.custom-range::-ms-thumb:active {
  background-color: white;
}
.custom-range::-ms-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: transparent;
  border-color: transparent;
  border-width: 0.5rem;
}
.custom-range::-ms-fill-lower {
  background-color: #dee2e6;
  border-radius: 1rem;
}
.custom-range::-ms-fill-upper {
  margin-right: 15px;
  background-color: #dee2e6;
  border-radius: 1rem;
}
.custom-range:disabled::-webkit-slider-thumb {
  background-color: #adb5bd;
}
.custom-range:disabled::-webkit-slider-runnable-track {
  cursor: default;
}
.custom-range:disabled::-moz-range-thumb {
  background-color: #adb5bd;
}
.custom-range:disabled::-moz-range-track {
  cursor: default;
}
.custom-range:disabled::-ms-thumb {
  background-color: #adb5bd;
}

.custom-control-label::before,
.custom-file-label,
.custom-select {
  -webkit-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .custom-control-label::before,
  .custom-file-label,
  .custom-select {
    -webkit-transition: none;
    transition: none;
  }
}

.nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}

.nav-link {
  display: block;
  padding: 0.5rem 1rem;
}
.nav-link:hover, .nav-link:focus {
  text-decoration: none;
}
.nav-link.disabled {
  color: #6c757d;
  pointer-events: none;
  cursor: default;
}

.nav-tabs {
  border-bottom: 1px solid #dee2e6;
}
.nav-tabs .nav-link {
  margin-bottom: -1px;
  background-color: transparent;
  border: 1px solid transparent;
  border-top-left-radius: 0.938rem;
  border-top-right-radius: 0.938rem;
}
.nav-tabs .nav-link:hover, .nav-tabs .nav-link:focus {
  isolation: isolate;
  border-color: #e9ecef #e9ecef #dee2e6;
}
.nav-tabs .nav-link.disabled {
  color: #6c757d;
  background-color: transparent;
  border-color: transparent;
}
.nav-tabs .nav-link.active,
.nav-tabs .nav-item.show .nav-link {
  color: #495057;
  background-color: var(--secondary-lightest-color);
  border-color: #dee2e6 #dee2e6 var(--secondary-lightest-color);
}
.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.nav-pills .nav-link {
  background: none;
  border: 0;
  border-radius: 0.938rem;
}
.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
  color: #fff;
  background-color: #72a8e5;
}

.nav-fill > .nav-link,
.nav-fill .nav-item {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  text-align: center;
}

.nav-justified > .nav-link,
.nav-justified .nav-item {
  -ms-flex-preferred-size: 0;
      flex-basis: 0;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  text-align: center;
}

.tab-content > .tab-pane {
  display: none;
}
.tab-content > .active {
  display: block;
}

.navbar {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 0.5rem 1rem;
}
.navbar .container,
.navbar .container-fluid,
.navbar .container-principal,
.navbar .container-principal--test,
.navbar .container-sm,
.navbar .container-md,
.navbar .container-lg,
.navbar .container-xl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.navbar-brand {
  display: inline-block;
  padding-top: 0.3125rem;
  padding-bottom: 0.3125rem;
  margin-right: 1rem;
  font-size: 1.25rem;
  line-height: inherit;
  white-space: nowrap;
}
.navbar-brand:hover, .navbar-brand:focus {
  text-decoration: none;
}

.navbar-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}
.navbar-nav .nav-link {
  padding-right: 0;
  padding-left: 0;
}
.navbar-nav .dropdown-menu {
  position: static;
  float: none;
}

.navbar-text {
  display: inline-block;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

.navbar-collapse {
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.navbar-toggler {
  padding: 0.25rem 0.75rem;
  font-size: 1.25rem;
  line-height: 1;
  background-color: transparent;
  border: 1px solid transparent;
  border-radius: 0.938rem;
}
.navbar-toggler:hover, .navbar-toggler:focus {
  text-decoration: none;
}

.navbar-toggler-icon {
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  vertical-align: middle;
  content: "";
  background: 50%/100% 100% no-repeat;
}

.navbar-nav-scroll {
  max-height: 75vh;
  overflow-y: auto;
}

@media (max-width: 575.98px) {
  .navbar-expand-sm > .container,
  .navbar-expand-sm > .container-fluid,
  .navbar-expand-sm > .container-principal,
  .navbar-expand-sm > .container-principal--test,
  .navbar-expand-sm > .container-sm,
  .navbar-expand-sm > .container-md,
  .navbar-expand-sm > .container-lg,
  .navbar-expand-sm > .container-xl {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 576px) {
  .navbar-expand-sm {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row nowrap;
            flex-flow: row nowrap;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .navbar-expand-sm .navbar-nav {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .navbar-expand-sm .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-sm .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-sm > .container,
  .navbar-expand-sm > .container-fluid,
  .navbar-expand-sm > .container-principal,
  .navbar-expand-sm > .container-principal--test,
  .navbar-expand-sm > .container-sm,
  .navbar-expand-sm > .container-md,
  .navbar-expand-sm > .container-lg,
  .navbar-expand-sm > .container-xl {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
  .navbar-expand-sm .navbar-nav-scroll {
    overflow: visible;
  }
  .navbar-expand-sm .navbar-collapse {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-preferred-size: auto;
        flex-basis: auto;
  }
  .navbar-expand-sm .navbar-toggler {
    display: none;
  }
}
@media (max-width: 767.98px) {
  .navbar-expand-md > .container,
  .navbar-expand-md > .container-fluid,
  .navbar-expand-md > .container-principal,
  .navbar-expand-md > .container-principal--test,
  .navbar-expand-md > .container-sm,
  .navbar-expand-md > .container-md,
  .navbar-expand-md > .container-lg,
  .navbar-expand-md > .container-xl {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 768px) {
  .navbar-expand-md {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row nowrap;
            flex-flow: row nowrap;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .navbar-expand-md .navbar-nav {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .navbar-expand-md .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-md .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-md > .container,
  .navbar-expand-md > .container-fluid,
  .navbar-expand-md > .container-principal,
  .navbar-expand-md > .container-principal--test,
  .navbar-expand-md > .container-sm,
  .navbar-expand-md > .container-md,
  .navbar-expand-md > .container-lg,
  .navbar-expand-md > .container-xl {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
  .navbar-expand-md .navbar-nav-scroll {
    overflow: visible;
  }
  .navbar-expand-md .navbar-collapse {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-preferred-size: auto;
        flex-basis: auto;
  }
  .navbar-expand-md .navbar-toggler {
    display: none;
  }
}
@media (max-width: 991.98px) {
  .navbar-expand-lg > .container,
  .navbar-expand-lg > .container-fluid,
  .navbar-expand-lg > .container-principal,
  .navbar-expand-lg > .container-principal--test,
  .navbar-expand-lg > .container-sm,
  .navbar-expand-lg > .container-md,
  .navbar-expand-lg > .container-lg,
  .navbar-expand-lg > .container-xl {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 992px) {
  .navbar-expand-lg {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row nowrap;
            flex-flow: row nowrap;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .navbar-expand-lg .navbar-nav {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .navbar-expand-lg .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-lg .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-lg > .container,
  .navbar-expand-lg > .container-fluid,
  .navbar-expand-lg > .container-principal,
  .navbar-expand-lg > .container-principal--test,
  .navbar-expand-lg > .container-sm,
  .navbar-expand-lg > .container-md,
  .navbar-expand-lg > .container-lg,
  .navbar-expand-lg > .container-xl {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
  .navbar-expand-lg .navbar-nav-scroll {
    overflow: visible;
  }
  .navbar-expand-lg .navbar-collapse {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-preferred-size: auto;
        flex-basis: auto;
  }
  .navbar-expand-lg .navbar-toggler {
    display: none;
  }
}
@media (max-width: 1199.98px) {
  .navbar-expand-xl > .container,
  .navbar-expand-xl > .container-fluid,
  .navbar-expand-xl > .container-principal,
  .navbar-expand-xl > .container-principal--test,
  .navbar-expand-xl > .container-sm,
  .navbar-expand-xl > .container-md,
  .navbar-expand-xl > .container-lg,
  .navbar-expand-xl > .container-xl {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 1200px) {
  .navbar-expand-xl {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row nowrap;
            flex-flow: row nowrap;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .navbar-expand-xl .navbar-nav {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .navbar-expand-xl .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-xl .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-xl > .container,
  .navbar-expand-xl > .container-fluid,
  .navbar-expand-xl > .container-principal,
  .navbar-expand-xl > .container-principal--test,
  .navbar-expand-xl > .container-sm,
  .navbar-expand-xl > .container-md,
  .navbar-expand-xl > .container-lg,
  .navbar-expand-xl > .container-xl {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
  .navbar-expand-xl .navbar-nav-scroll {
    overflow: visible;
  }
  .navbar-expand-xl .navbar-collapse {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-preferred-size: auto;
        flex-basis: auto;
  }
  .navbar-expand-xl .navbar-toggler {
    display: none;
  }
}
@media (max-width: 1399.98px) {
  .navbar-expand-xxl > .container,
  .navbar-expand-xxl > .container-fluid,
  .navbar-expand-xxl > .container-principal,
  .navbar-expand-xxl > .container-principal--test,
  .navbar-expand-xxl > .container-sm,
  .navbar-expand-xxl > .container-md,
  .navbar-expand-xxl > .container-lg,
  .navbar-expand-xxl > .container-xl {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 1400px) {
  .navbar-expand-xxl {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row nowrap;
            flex-flow: row nowrap;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .navbar-expand-xxl .navbar-nav {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .navbar-expand-xxl .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-xxl .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-xxl > .container,
  .navbar-expand-xxl > .container-fluid,
  .navbar-expand-xxl > .container-principal,
  .navbar-expand-xxl > .container-principal--test,
  .navbar-expand-xxl > .container-sm,
  .navbar-expand-xxl > .container-md,
  .navbar-expand-xxl > .container-lg,
  .navbar-expand-xxl > .container-xl {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
  .navbar-expand-xxl .navbar-nav-scroll {
    overflow: visible;
  }
  .navbar-expand-xxl .navbar-collapse {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-preferred-size: auto;
        flex-basis: auto;
  }
  .navbar-expand-xxl .navbar-toggler {
    display: none;
  }
}
.navbar-expand {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.navbar-expand > .container,
.navbar-expand > .container-fluid,
.navbar-expand > .container-principal,
.navbar-expand > .container-principal--test,
.navbar-expand > .container-sm,
.navbar-expand > .container-md,
.navbar-expand > .container-lg,
.navbar-expand > .container-xl {
  padding-right: 0;
  padding-left: 0;
}
.navbar-expand .navbar-nav {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
.navbar-expand .navbar-nav .dropdown-menu {
  position: absolute;
}
.navbar-expand .navbar-nav .nav-link {
  padding-right: 0.5rem;
  padding-left: 0.5rem;
}
.navbar-expand > .container,
.navbar-expand > .container-fluid,
.navbar-expand > .container-principal,
.navbar-expand > .container-principal--test,
.navbar-expand > .container-sm,
.navbar-expand > .container-md,
.navbar-expand > .container-lg,
.navbar-expand > .container-xl {
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}
.navbar-expand .navbar-nav-scroll {
  overflow: visible;
}
.navbar-expand .navbar-collapse {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -ms-flex-preferred-size: auto;
      flex-basis: auto;
}
.navbar-expand .navbar-toggler {
  display: none;
}

.navbar-light .navbar-brand {
  color: rgba(0, 0, 0, 0.9);
}
.navbar-light .navbar-brand:hover, .navbar-light .navbar-brand:focus {
  color: rgba(0, 0, 0, 0.9);
}
.navbar-light .navbar-nav .nav-link {
  color: rgba(0, 0, 0, 0.5);
}
.navbar-light .navbar-nav .nav-link:hover, .navbar-light .navbar-nav .nav-link:focus {
  color: rgba(0, 0, 0, 0.7);
}
.navbar-light .navbar-nav .nav-link.disabled {
  color: rgba(0, 0, 0, 0.3);
}
.navbar-light .navbar-nav .show > .nav-link,
.navbar-light .navbar-nav .active > .nav-link,
.navbar-light .navbar-nav .nav-link.show,
.navbar-light .navbar-nav .nav-link.active {
  color: rgba(0, 0, 0, 0.9);
}
.navbar-light .navbar-toggler {
  color: rgba(0, 0, 0, 0.5);
  border-color: rgba(0, 0, 0, 0.1);
}
.navbar-light .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%280, 0, 0, 0.5%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}
.navbar-light .navbar-text {
  color: rgba(0, 0, 0, 0.5);
}
.navbar-light .navbar-text a {
  color: rgba(0, 0, 0, 0.9);
}
.navbar-light .navbar-text a:hover, .navbar-light .navbar-text a:focus {
  color: rgba(0, 0, 0, 0.9);
}

.navbar-dark .navbar-brand {
  color: #fff;
}
.navbar-dark .navbar-brand:hover, .navbar-dark .navbar-brand:focus {
  color: #fff;
}
.navbar-dark .navbar-nav .nav-link {
  color: rgba(255, 255, 255, 0.5);
}
.navbar-dark .navbar-nav .nav-link:hover, .navbar-dark .navbar-nav .nav-link:focus {
  color: rgba(255, 255, 255, 0.75);
}
.navbar-dark .navbar-nav .nav-link.disabled {
  color: rgba(255, 255, 255, 0.25);
}
.navbar-dark .navbar-nav .show > .nav-link,
.navbar-dark .navbar-nav .active > .nav-link,
.navbar-dark .navbar-nav .nav-link.show,
.navbar-dark .navbar-nav .nav-link.active {
  color: #fff;
}
.navbar-dark .navbar-toggler {
  color: rgba(255, 255, 255, 0.5);
  border-color: rgba(255, 255, 255, 0.1);
}
.navbar-dark .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 0.5%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}
.navbar-dark .navbar-text {
  color: rgba(255, 255, 255, 0.5);
}
.navbar-dark .navbar-text a {
  color: #fff;
}
.navbar-dark .navbar-text a:hover, .navbar-dark .navbar-text a:focus {
  color: #fff;
}

.card, .card-retangular-nolink, .card-retangular {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: border-box;
  border: 1px solid rgba(0, 0, 0, 0.125);
  border-radius: 0.938rem;
}
.card > hr, .card-retangular-nolink > hr, .card-retangular > hr {
  margin-right: 0;
  margin-left: 0;
}
.card > .list-group, .card-retangular-nolink > .list-group, .card-retangular > .list-group {
  border-top: inherit;
  border-bottom: inherit;
}
.card > .list-group:first-child, .card-retangular-nolink > .list-group:first-child, .card-retangular > .list-group:first-child {
  border-top-width: 0;
  border-top-left-radius: calc(0.938rem - 1px);
  border-top-right-radius: calc(0.938rem - 1px);
}
.card > .list-group:last-child, .card-retangular-nolink > .list-group:last-child, .card-retangular > .list-group:last-child {
  border-bottom-width: 0;
  border-bottom-right-radius: calc(0.938rem - 1px);
  border-bottom-left-radius: calc(0.938rem - 1px);
}
.card > .card-header + .list-group, .card-retangular-nolink > .card-header + .list-group, .card-retangular > .card-header + .list-group,
.card > .list-group + .card-footer,
.card-retangular-nolink > .list-group + .card-footer,
.card-retangular > .list-group + .card-footer {
  border-top: 0;
}

.card-body {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  min-height: 1px;
  padding: 1.25rem;
}

.card-title {
  margin-bottom: 0.75rem;
}

.card-subtitle {
  margin-top: -0.375rem;
  margin-bottom: 0;
}

.card-text:last-child {
  margin-bottom: 0;
}

.card-link:hover {
  text-decoration: none;
}
.card-link + .card-link {
  margin-left: 1.25rem;
}

.card-header {
  padding: 0.75rem 1.25rem;
  margin-bottom: 0;
  background-color: rgba(0, 0, 0, 0.03);
  border-bottom: 1px solid rgba(0, 0, 0, 0.125);
}
.card-header:first-child {
  border-radius: calc(0.938rem - 1px) calc(0.938rem - 1px) 0 0;
}

.card-footer {
  padding: 0.75rem 1.25rem;
  background-color: rgba(0, 0, 0, 0.03);
  border-top: 1px solid rgba(0, 0, 0, 0.125);
}
.card-footer:last-child {
  border-radius: 0 0 calc(0.938rem - 1px) calc(0.938rem - 1px);
}

.card-header-tabs {
  margin-right: -0.625rem;
  margin-bottom: -0.75rem;
  margin-left: -0.625rem;
  border-bottom: 0;
}

.card-header-pills {
  margin-right: -0.625rem;
  margin-left: -0.625rem;
}

.card-img-overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 1.25rem;
  border-radius: calc(0.938rem - 1px);
}

.card-img,
.card-img-top,
.card-img-bottom {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 100%;
}

.card-img,
.card-img-top {
  border-top-left-radius: calc(0.938rem - 1px);
  border-top-right-radius: calc(0.938rem - 1px);
}

.card-img,
.card-img-bottom {
  border-bottom-right-radius: calc(0.938rem - 1px);
  border-bottom-left-radius: calc(0.938rem - 1px);
}

.card-deck .card, .card-deck .card-retangular-nolink, .card-deck .card-retangular {
  margin-bottom: 15px;
}
@media (min-width: 576px) {
  .card-deck {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
    margin-right: -15px;
    margin-left: -15px;
  }
  .card-deck .card, .card-deck .card-retangular-nolink, .card-deck .card-retangular {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 0%;
            flex: 1 0 0%;
    margin-right: 15px;
    margin-bottom: 0;
    margin-left: 15px;
  }
}

.card-group > .card, .card-group > .card-retangular-nolink, .card-group > .card-retangular {
  margin-bottom: 15px;
}
@media (min-width: 576px) {
  .card-group {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
  }
  .card-group > .card, .card-group > .card-retangular-nolink, .card-group > .card-retangular {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 0%;
            flex: 1 0 0%;
    margin-bottom: 0;
  }
  .card-group > .card + .card, .card-group > .card-retangular-nolink + .card, .card-group > .card + .card-retangular-nolink, .card-group > .card-retangular-nolink + .card-retangular-nolink, .card-group > .card-retangular + .card, .card-group > .card-retangular + .card-retangular-nolink, .card-group > .card + .card-retangular, .card-group > .card-retangular-nolink + .card-retangular, .card-group > .card-retangular + .card-retangular {
    margin-left: 0;
    border-left: 0;
  }
  .card-group > .card:not(:last-child), .card-group > .card-retangular-nolink:not(:last-child), .card-group > .card-retangular:not(:last-child) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }
  .card-group > .card:not(:last-child) .card-img-top, .card-group > .card-retangular-nolink:not(:last-child) .card-img-top, .card-group > .card-retangular:not(:last-child) .card-img-top,
  .card-group > .card:not(:last-child) .card-header,
  .card-group > .card-retangular-nolink:not(:last-child) .card-header,
  .card-group > .card-retangular:not(:last-child) .card-header {
    border-top-right-radius: 0;
  }
  .card-group > .card:not(:last-child) .card-img-bottom, .card-group > .card-retangular-nolink:not(:last-child) .card-img-bottom, .card-group > .card-retangular:not(:last-child) .card-img-bottom,
  .card-group > .card:not(:last-child) .card-footer,
  .card-group > .card-retangular-nolink:not(:last-child) .card-footer,
  .card-group > .card-retangular:not(:last-child) .card-footer {
    border-bottom-right-radius: 0;
  }
  .card-group > .card:not(:first-child), .card-group > .card-retangular-nolink:not(:first-child), .card-group > .card-retangular:not(:first-child) {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }
  .card-group > .card:not(:first-child) .card-img-top, .card-group > .card-retangular-nolink:not(:first-child) .card-img-top, .card-group > .card-retangular:not(:first-child) .card-img-top,
  .card-group > .card:not(:first-child) .card-header,
  .card-group > .card-retangular-nolink:not(:first-child) .card-header,
  .card-group > .card-retangular:not(:first-child) .card-header {
    border-top-left-radius: 0;
  }
  .card-group > .card:not(:first-child) .card-img-bottom, .card-group > .card-retangular-nolink:not(:first-child) .card-img-bottom, .card-group > .card-retangular:not(:first-child) .card-img-bottom,
  .card-group > .card:not(:first-child) .card-footer,
  .card-group > .card-retangular-nolink:not(:first-child) .card-footer,
  .card-group > .card-retangular:not(:first-child) .card-footer {
    border-bottom-left-radius: 0;
  }
}

.card-columns .card, .card-columns .card-retangular-nolink, .card-columns .card-retangular {
  margin-bottom: 0.75rem;
}
@media (min-width: 576px) {
  .card-columns {
    -webkit-column-count: 3;
       -moz-column-count: 3;
            column-count: 3;
    -webkit-column-gap: 1.25rem;
       -moz-column-gap: 1.25rem;
            column-gap: 1.25rem;
    orphans: 1;
    widows: 1;
  }
  .card-columns .card, .card-columns .card-retangular-nolink, .card-columns .card-retangular {
    display: inline-block;
    width: 100%;
  }
}

.accordion {
  overflow-anchor: none;
}
.accordion > .card, .accordion > .card-retangular-nolink, .accordion > .card-retangular {
  overflow: hidden;
}
.accordion > .card:not(:last-of-type), .accordion > .card-retangular-nolink:not(:last-of-type), .accordion > .card-retangular:not(:last-of-type) {
  border-bottom: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.accordion > .card:not(:first-of-type), .accordion > .card-retangular-nolink:not(:first-of-type), .accordion > .card-retangular:not(:first-of-type) {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.accordion > .card > .card-header, .accordion > .card-retangular-nolink > .card-header, .accordion > .card-retangular > .card-header {
  border-radius: 0;
  margin-bottom: -1px;
}

.breadcrumb {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 0.75rem 1rem;
  margin-bottom: 1rem;
  list-style: none;
  background-color: #e9ecef;
  border-radius: 0.938rem;
}

.breadcrumb-item + .breadcrumb-item, .breadcrumb li.breadcrumb-item + .breadcrumb-item, .breadcrumb .breadcrumb-item + li.breadcrumb-item {
  padding-left: 0.5rem;
}
.breadcrumb-item + .breadcrumb-item::before {
  float: left;
  padding-right: 0.5rem;
  color: #6c757d;
  content: "\f105";
}
.breadcrumb-item + .breadcrumb-item:hover::before {
  text-decoration: underline;
}
.breadcrumb-item + .breadcrumb-item:hover::before {
  text-decoration: none;
}
.breadcrumb-item.active, .breadcrumb li.active.breadcrumb-item {
  color: #6c757d;
}

.pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-left: 0;
  list-style: none;
  border-radius: 0.938rem;
}

.page-link {
  position: relative;
  display: block;
  padding: 0.5rem 0.75rem;
  margin-left: -1px;
  line-height: 1.25;
  color: #72a8e5;
  background-color: #fff;
  border: 1px solid #dee2e6;
}
.page-link:hover {
  z-index: 2;
  color: #3180d9;
  text-decoration: none;
  background-color: #e9ecef;
  border-color: #dee2e6;
}
.page-link:focus {
  z-index: 3;
  outline: 0;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(114, 168, 229, 0.25);
          box-shadow: 0 0 0 0.2rem rgba(114, 168, 229, 0.25);
}

.page-item:first-child .page-link {
  margin-left: 0;
  border-top-left-radius: 0.938rem;
  border-bottom-left-radius: 0.938rem;
}
.page-item:last-child .page-link {
  border-top-right-radius: 0.938rem;
  border-bottom-right-radius: 0.938rem;
}
.page-item.active .page-link {
  z-index: 3;
  color: #fff;
  background-color: #72a8e5;
  border-color: #72a8e5;
}
.page-item.disabled .page-link {
  color: #6c757d;
  pointer-events: none;
  cursor: auto;
  background-color: #fff;
  border-color: #dee2e6;
}

.pagination-lg .page-link {
  padding: 0.75rem 1.5rem;
  font-size: 1.25rem;
  line-height: 1.5;
}
.pagination-lg .page-item:first-child .page-link {
  border-top-left-radius: 0.3rem;
  border-bottom-left-radius: 0.3rem;
}
.pagination-lg .page-item:last-child .page-link {
  border-top-right-radius: 0.3rem;
  border-bottom-right-radius: 0.3rem;
}

.pagination-sm .page-link {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
}
.pagination-sm .page-item:first-child .page-link {
  border-top-left-radius: 0.2rem;
  border-bottom-left-radius: 0.2rem;
}
.pagination-sm .page-item:last-child .page-link {
  border-top-right-radius: 0.2rem;
  border-bottom-right-radius: 0.2rem;
}

.badge {
  display: inline-block;
  padding: 0.25em 0.4em;
  font-size: 75%;
  font-weight: 700;
  line-height: 1;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 0.938rem;
  -webkit-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .badge {
    -webkit-transition: none;
    transition: none;
  }
}
a.badge:hover, a.badge:focus {
  text-decoration: none;
}

.badge:empty {
  display: none;
}

.btn .badge, button-primary .badge, button-secondary .badge, button-tertiary .badge, button-quaternary .badge,
.btn-primary .badge,
button-primary-icon .badge,
.btn-primary-icon .badge,
.btn-secondary .badge,
button-secondary-icon .badge,
.btn-secondary-icon .badge,
.btn-tertiary .badge,
button-tertiary-icon .badge,
.btn-tertiary-icon .badge,
.btn-quaternary .badge,
button-quaternary-icon .badge,
.btn-quaternary-icon .badge {
  position: relative;
  top: -1px;
}

.badge-pill {
  padding-right: 0.6em;
  padding-left: 0.6em;
  border-radius: 10rem;
}

.badge-primary {
  color: #212529;
  background-color: #72a8e5;
}
a.badge-primary:hover, a.badge-primary:focus {
  color: #212529;
  background-color: #478ddd;
}
a.badge-primary:focus, a.badge-primary.focus {
  outline: 0;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(114, 168, 229, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(114, 168, 229, 0.5);
}

.badge-secondary {
  color: #212529;
  background-color: #bdc4cc;
}
a.badge-secondary:hover, a.badge-secondary:focus {
  color: #212529;
  background-color: #a0aab6;
}
a.badge-secondary:focus, a.badge-secondary.focus {
  outline: 0;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(189, 196, 204, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(189, 196, 204, 0.5);
}

.badge-success {
  color: #212529;
  background-color: #8ecc51;
}
a.badge-success:hover, a.badge-success:focus {
  color: #212529;
  background-color: #74b535;
}
a.badge-success:focus, a.badge-success.focus {
  outline: 0;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(142, 204, 81, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(142, 204, 81, 0.5);
}

.badge-info {
  color: #212529;
  background-color: #cce4ff;
}
a.badge-info:hover, a.badge-info:focus {
  color: #212529;
  background-color: #99c9ff;
}
a.badge-info:focus, a.badge-info.focus {
  outline: 0;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(204, 228, 255, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(204, 228, 255, 0.5);
}

.badge-warning {
  color: #212529;
  background-color: #ffd34d;
}
a.badge-warning:hover, a.badge-warning:focus {
  color: #212529;
  background-color: #ffc61a;
}
a.badge-warning:focus, a.badge-warning.focus {
  outline: 0;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(255, 211, 77, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(255, 211, 77, 0.5);
}

.badge-danger {
  color: #212529;
  background-color: #f58784;
}
a.badge-danger:hover, a.badge-danger:focus {
  color: #212529;
  background-color: #f15955;
}
a.badge-danger:focus, a.badge-danger.focus {
  outline: 0;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(245, 135, 132, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(245, 135, 132, 0.5);
}

.badge-light {
  color: #212529;
  background-color: #f8f9fa;
}
a.badge-light:hover, a.badge-light:focus {
  color: #212529;
  background-color: #dae0e5;
}
a.badge-light:focus, a.badge-light.focus {
  outline: 0;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
}

.badge-dark {
  color: #fff;
  background-color: #343a40;
}
a.badge-dark:hover, a.badge-dark:focus {
  color: #fff;
  background-color: #1d2124;
}
a.badge-dark:focus, a.badge-dark.focus {
  outline: 0;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
}

.jumbotron {
  padding: 2rem 1rem;
  margin-bottom: 2rem;
  background-color: #e9ecef;
  border-radius: 0.3rem;
}
@media (min-width: 576px) {
  .jumbotron {
    padding: 4rem 2rem;
  }
}

.jumbotron-fluid {
  padding-right: 0;
  padding-left: 0;
  border-radius: 0;
}

.alert {
  position: relative;
  padding: 0.75rem 1.25rem;
  margin-bottom: 1rem;
  border: 1px solid transparent;
  border-radius: 0.938rem;
}

.alert-heading {
  color: inherit;
}

.alert-link {
  font-weight: 700;
}

.alert-dismissible {
  padding-right: 4rem;
}
.alert-dismissible .close {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  padding: 0.75rem 1.25rem;
  color: inherit;
}

.alert-primary {
  color: #3b5777;
  background-color: #e3eefa;
  border-color: #d8e7f8;
}
.alert-primary hr {
  border-top-color: #c2daf4;
}
.alert-primary .alert-link {
  color: #2a3e55;
}

.alert-secondary {
  color: #62666a;
  background-color: #f2f3f5;
  border-color: #edeef1;
}
.alert-secondary hr {
  border-top-color: #dfe0e6;
}
.alert-secondary .alert-link {
  color: #4a4d50;
}

.alert-success {
  color: #4a6a2a;
  background-color: #e8f5dc;
  border-color: #dff1ce;
}
.alert-success hr {
  border-top-color: #d2ebba;
}
.alert-success .alert-link {
  color: #31451c;
}

.alert-info {
  color: #6a7785;
  background-color: #f5faff;
  border-color: #f1f7ff;
}
.alert-info hr {
  border-top-color: #d8e8ff;
}
.alert-info .alert-link {
  color: #535e69;
}

.alert-warning {
  color: #856e28;
  background-color: #fff6db;
  border-color: #fff3cd;
}
.alert-warning hr {
  border-top-color: #ffedb4;
}
.alert-warning .alert-link {
  color: #5e4e1c;
}

.alert-danger {
  color: #7f4645;
  background-color: #fde7e6;
  border-color: #fcdddd;
}
.alert-danger hr {
  border-top-color: #fac6c6;
}
.alert-danger .alert-link {
  color: #5e3433;
}

.alert-light {
  color: #818182;
  background-color: #fefefe;
  border-color: #fdfdfe;
}
.alert-light hr {
  border-top-color: #ececf6;
}
.alert-light .alert-link {
  color: #686868;
}

.alert-dark {
  color: #1b1e21;
  background-color: #d6d8d9;
  border-color: #c6c8ca;
}
.alert-dark hr {
  border-top-color: #b9bbbe;
}
.alert-dark .alert-link {
  color: #040505;
}

@-webkit-keyframes progress-bar-stripes {
  from {
    background-position: 1rem 0;
  }
  to {
    background-position: 0 0;
  }
}

@keyframes progress-bar-stripes {
  from {
    background-position: 1rem 0;
  }
  to {
    background-position: 0 0;
  }
}
.progress {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 1rem;
  overflow: hidden;
  line-height: 0;
  font-size: 0.75rem;
  background-color: #e9ecef;
  border-radius: 0.938rem;
}

.progress-bar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  overflow: hidden;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  background-color: #72a8e5;
  -webkit-transition: width 0.6s ease;
  transition: width 0.6s ease;
}
@media (prefers-reduced-motion: reduce) {
  .progress-bar {
    -webkit-transition: none;
    transition: none;
  }
}

.progress-bar-striped {
  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: 1rem 1rem;
}

.progress-bar-animated {
  -webkit-animation: 1s linear infinite progress-bar-stripes;
          animation: 1s linear infinite progress-bar-stripes;
}
@media (prefers-reduced-motion: reduce) {
  .progress-bar-animated {
    -webkit-animation: none;
            animation: none;
  }
}

.media {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.media-body {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.list-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  border-radius: 0.938rem;
}

.list-group-item-action {
  width: 100%;
  color: #495057;
  text-align: inherit;
}
.list-group-item-action:hover, .list-group-item-action:focus {
  z-index: 1;
  color: #495057;
  text-decoration: none;
  background-color: #f8f9fa;
}
.list-group-item-action:active {
  color: var(--text-color);
  background-color: #e9ecef;
}

.list-group-item {
  position: relative;
  display: block;
  padding: 0.75rem 1.25rem;
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.125);
}
.list-group-item:first-child {
  border-top-left-radius: inherit;
  border-top-right-radius: inherit;
}
.list-group-item:last-child {
  border-bottom-right-radius: inherit;
  border-bottom-left-radius: inherit;
}
.list-group-item.disabled, .list-group-item:disabled {
  color: #6c757d;
  pointer-events: none;
  background-color: #fff;
}
.list-group-item.active {
  z-index: 2;
  color: #fff;
  background-color: #72a8e5;
  border-color: #72a8e5;
}
.list-group-item + .list-group-item {
  border-top-width: 0;
}
.list-group-item + .list-group-item.active {
  margin-top: -1px;
  border-top-width: 1px;
}

.list-group-horizontal {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
.list-group-horizontal > .list-group-item:first-child {
  border-bottom-left-radius: 0.938rem;
  border-top-right-radius: 0;
}
.list-group-horizontal > .list-group-item:last-child {
  border-top-right-radius: 0.938rem;
  border-bottom-left-radius: 0;
}
.list-group-horizontal > .list-group-item.active {
  margin-top: 0;
}
.list-group-horizontal > .list-group-item + .list-group-item {
  border-top-width: 1px;
  border-left-width: 0;
}
.list-group-horizontal > .list-group-item + .list-group-item.active {
  margin-left: -1px;
  border-left-width: 1px;
}

@media (min-width: 576px) {
  .list-group-horizontal-sm {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .list-group-horizontal-sm > .list-group-item:first-child {
    border-bottom-left-radius: 0.938rem;
    border-top-right-radius: 0;
  }
  .list-group-horizontal-sm > .list-group-item:last-child {
    border-top-right-radius: 0.938rem;
    border-bottom-left-radius: 0;
  }
  .list-group-horizontal-sm > .list-group-item.active {
    margin-top: 0;
  }
  .list-group-horizontal-sm > .list-group-item + .list-group-item {
    border-top-width: 1px;
    border-left-width: 0;
  }
  .list-group-horizontal-sm > .list-group-item + .list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px;
  }
}
@media (min-width: 768px) {
  .list-group-horizontal-md {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .list-group-horizontal-md > .list-group-item:first-child {
    border-bottom-left-radius: 0.938rem;
    border-top-right-radius: 0;
  }
  .list-group-horizontal-md > .list-group-item:last-child {
    border-top-right-radius: 0.938rem;
    border-bottom-left-radius: 0;
  }
  .list-group-horizontal-md > .list-group-item.active {
    margin-top: 0;
  }
  .list-group-horizontal-md > .list-group-item + .list-group-item {
    border-top-width: 1px;
    border-left-width: 0;
  }
  .list-group-horizontal-md > .list-group-item + .list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px;
  }
}
@media (min-width: 992px) {
  .list-group-horizontal-lg {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .list-group-horizontal-lg > .list-group-item:first-child {
    border-bottom-left-radius: 0.938rem;
    border-top-right-radius: 0;
  }
  .list-group-horizontal-lg > .list-group-item:last-child {
    border-top-right-radius: 0.938rem;
    border-bottom-left-radius: 0;
  }
  .list-group-horizontal-lg > .list-group-item.active {
    margin-top: 0;
  }
  .list-group-horizontal-lg > .list-group-item + .list-group-item {
    border-top-width: 1px;
    border-left-width: 0;
  }
  .list-group-horizontal-lg > .list-group-item + .list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px;
  }
}
@media (min-width: 1200px) {
  .list-group-horizontal-xl {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .list-group-horizontal-xl > .list-group-item:first-child {
    border-bottom-left-radius: 0.938rem;
    border-top-right-radius: 0;
  }
  .list-group-horizontal-xl > .list-group-item:last-child {
    border-top-right-radius: 0.938rem;
    border-bottom-left-radius: 0;
  }
  .list-group-horizontal-xl > .list-group-item.active {
    margin-top: 0;
  }
  .list-group-horizontal-xl > .list-group-item + .list-group-item {
    border-top-width: 1px;
    border-left-width: 0;
  }
  .list-group-horizontal-xl > .list-group-item + .list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px;
  }
}
@media (min-width: 1400px) {
  .list-group-horizontal-xxl {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .list-group-horizontal-xxl > .list-group-item:first-child {
    border-bottom-left-radius: 0.938rem;
    border-top-right-radius: 0;
  }
  .list-group-horizontal-xxl > .list-group-item:last-child {
    border-top-right-radius: 0.938rem;
    border-bottom-left-radius: 0;
  }
  .list-group-horizontal-xxl > .list-group-item.active {
    margin-top: 0;
  }
  .list-group-horizontal-xxl > .list-group-item + .list-group-item {
    border-top-width: 1px;
    border-left-width: 0;
  }
  .list-group-horizontal-xxl > .list-group-item + .list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px;
  }
}
.list-group-flush {
  border-radius: 0;
}
.list-group-flush > .list-group-item {
  border-width: 0 0 1px;
}
.list-group-flush > .list-group-item:last-child {
  border-bottom-width: 0;
}

.list-group-item-primary {
  color: #3b5777;
  background-color: #d8e7f8;
}
.list-group-item-primary.list-group-item-action:hover, .list-group-item-primary.list-group-item-action:focus {
  color: #3b5777;
  background-color: #c2daf4;
}
.list-group-item-primary.list-group-item-action.active {
  color: #fff;
  background-color: #3b5777;
  border-color: #3b5777;
}

.list-group-item-secondary {
  color: #62666a;
  background-color: #edeef1;
}
.list-group-item-secondary.list-group-item-action:hover, .list-group-item-secondary.list-group-item-action:focus {
  color: #62666a;
  background-color: #dfe0e6;
}
.list-group-item-secondary.list-group-item-action.active {
  color: #fff;
  background-color: #62666a;
  border-color: #62666a;
}

.list-group-item-success {
  color: #4a6a2a;
  background-color: #dff1ce;
}
.list-group-item-success.list-group-item-action:hover, .list-group-item-success.list-group-item-action:focus {
  color: #4a6a2a;
  background-color: #d2ebba;
}
.list-group-item-success.list-group-item-action.active {
  color: #fff;
  background-color: #4a6a2a;
  border-color: #4a6a2a;
}

.list-group-item-info {
  color: #6a7785;
  background-color: #f1f7ff;
}
.list-group-item-info.list-group-item-action:hover, .list-group-item-info.list-group-item-action:focus {
  color: #6a7785;
  background-color: #d8e8ff;
}
.list-group-item-info.list-group-item-action.active {
  color: #fff;
  background-color: #6a7785;
  border-color: #6a7785;
}

.list-group-item-warning {
  color: #856e28;
  background-color: #fff3cd;
}
.list-group-item-warning.list-group-item-action:hover, .list-group-item-warning.list-group-item-action:focus {
  color: #856e28;
  background-color: #ffedb4;
}
.list-group-item-warning.list-group-item-action.active {
  color: #fff;
  background-color: #856e28;
  border-color: #856e28;
}

.list-group-item-danger {
  color: #7f4645;
  background-color: #fcdddd;
}
.list-group-item-danger.list-group-item-action:hover, .list-group-item-danger.list-group-item-action:focus {
  color: #7f4645;
  background-color: #fac6c6;
}
.list-group-item-danger.list-group-item-action.active {
  color: #fff;
  background-color: #7f4645;
  border-color: #7f4645;
}

.list-group-item-light {
  color: #818182;
  background-color: #fdfdfe;
}
.list-group-item-light.list-group-item-action:hover, .list-group-item-light.list-group-item-action:focus {
  color: #818182;
  background-color: #ececf6;
}
.list-group-item-light.list-group-item-action.active {
  color: #fff;
  background-color: #818182;
  border-color: #818182;
}

.list-group-item-dark {
  color: #1b1e21;
  background-color: #c6c8ca;
}
.list-group-item-dark.list-group-item-action:hover, .list-group-item-dark.list-group-item-action:focus {
  color: #1b1e21;
  background-color: #b9bbbe;
}
.list-group-item-dark.list-group-item-action.active {
  color: #fff;
  background-color: #1b1e21;
  border-color: #1b1e21;
}

.close {
  float: right;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  opacity: 0.5;
}
@media (max-width: 1200px) {
  .close {
    font-size: calc(1.275rem + 0.3vw);
  }
}
.close:hover {
  color: #000;
  text-decoration: none;
}
.close:not(:disabled):not(.disabled):hover, .close:not(:disabled):not(.disabled):focus {
  opacity: 0.75;
}

button.close {
  padding: 0;
  background-color: transparent;
  border: 0;
}

a.close.disabled {
  pointer-events: none;
}

.toast {
  -ms-flex-preferred-size: 350px;
      flex-basis: 350px;
  max-width: 350px;
  font-size: 0.875rem;
  background-color: rgba(255, 255, 255, 0.85);
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 0.25rem 0.75rem rgba(0, 0, 0, 0.1);
          box-shadow: 0 0.25rem 0.75rem rgba(0, 0, 0, 0.1);
  opacity: 0;
  border-radius: 0.25rem;
}
.toast:not(:last-child) {
  margin-bottom: 0.75rem;
}
.toast.showing {
  opacity: 1;
}
.toast.show {
  display: block;
  opacity: 1;
}
.toast.hide {
  display: none;
}

.toast-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0.25rem 0.75rem;
  color: #6c757d;
  background-color: rgba(255, 255, 255, 0.85);
  background-clip: padding-box;
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
  border-top-left-radius: calc(0.25rem - 1px);
  border-top-right-radius: calc(0.25rem - 1px);
}

.toast-body {
  padding: 0.75rem;
}

.modal-open {
  overflow: hidden;
}
.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}

.modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}

.modal-dialog {
  position: relative;
  width: auto;
  margin: 0.5rem;
  pointer-events: none;
}
.modal.fade .modal-dialog {
  -webkit-transition: -webkit-transform 0.3s ease-out;
  transition: -webkit-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
          transform: translate(0, -50px);
}
@media (prefers-reduced-motion: reduce) {
  .modal.fade .modal-dialog {
    -webkit-transition: none;
    transition: none;
  }
}
.modal.show .modal-dialog {
  -webkit-transform: none;
          transform: none;
}
.modal.modal-static .modal-dialog {
  -webkit-transform: scale(1.02);
          transform: scale(1.02);
}

.modal-dialog-scrollable {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-height: calc(100% - 1rem);
}
.modal-dialog-scrollable .modal-content {
  max-height: calc(100vh - 1rem);
  overflow: hidden;
}
.modal-dialog-scrollable .modal-header,
.modal-dialog-scrollable .modal-footer {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.modal-dialog-scrollable .modal-body {
  overflow-y: auto;
}

.modal-dialog-centered {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  min-height: calc(100% - 1rem);
}
.modal-dialog-centered::before {
  display: block;
  height: calc(100vh - 1rem);
  height: -webkit-min-content;
  height: -moz-min-content;
  height: min-content;
  content: "";
}
.modal-dialog-centered.modal-dialog-scrollable {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 100%;
}
.modal-dialog-centered.modal-dialog-scrollable .modal-content {
  max-height: none;
}
.modal-dialog-centered.modal-dialog-scrollable::before {
  content: none;
}

.modal-content {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0.3rem;
  outline: 0;
}

.modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.modal-backdrop.fade {
  opacity: 0;
}
.modal-backdrop.show {
  opacity: 0.5;
}

.modal-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 1rem 1rem;
  border-bottom: 1px solid var(--border-color);
  border-top-left-radius: calc(0.3rem - 1px);
  border-top-right-radius: calc(0.3rem - 1px);
}
.modal-header .close {
  padding: 1rem 1rem;
  margin: -1rem -1rem -1rem auto;
}

.modal-title {
  margin-bottom: 0;
  line-height: 1.5;
}

.modal-body {
  position: relative;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  padding: 1rem;
}

.modal-footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  padding: 0.75rem;
  border-top: 1px solid var(--border-color);
  border-bottom-right-radius: calc(0.3rem - 1px);
  border-bottom-left-radius: calc(0.3rem - 1px);
}
.modal-footer > * {
  margin: 0.25rem;
}

.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}

@media (min-width: 576px) {
  .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .modal-dialog-scrollable {
    max-height: calc(100% - 3.5rem);
  }
  .modal-dialog-scrollable .modal-content {
    max-height: calc(100vh - 3.5rem);
  }
  .modal-dialog-centered {
    min-height: calc(100% - 3.5rem);
  }
  .modal-dialog-centered::before {
    height: calc(100vh - 3.5rem);
    height: -webkit-min-content;
    height: -moz-min-content;
    height: min-content;
  }
  .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .modal-lg,
  .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .modal-xl {
    max-width: 1140px;
  }
}
.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  margin: 0;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-style: normal;
  font-weight: normal;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  white-space: normal;
  word-spacing: normal;
  line-break: auto;
  font-size: 0.875rem;
  word-wrap: break-word;
  opacity: 0;
}
.tooltip.show {
  opacity: 0.9;
}
.tooltip .arrow {
  position: absolute;
  display: block;
  width: 0.8rem;
  height: 0.4rem;
}
.tooltip .arrow::before {
  position: absolute;
  content: "";
  border-color: transparent;
  border-style: solid;
}

.bs-tooltip-top, .bs-tooltip-auto[x-placement^=top] {
  padding: 0.4rem 0;
}
.bs-tooltip-top .arrow, .bs-tooltip-auto[x-placement^=top] .arrow {
  bottom: 0;
}
.bs-tooltip-top .arrow::before, .bs-tooltip-auto[x-placement^=top] .arrow::before {
  top: 0;
  border-width: 0.4rem 0.4rem 0;
  border-top-color: #000;
}

.bs-tooltip-right, .bs-tooltip-auto[x-placement^=right] {
  padding: 0 0.4rem;
}
.bs-tooltip-right .arrow, .bs-tooltip-auto[x-placement^=right] .arrow {
  left: 0;
  width: 0.4rem;
  height: 0.8rem;
}
.bs-tooltip-right .arrow::before, .bs-tooltip-auto[x-placement^=right] .arrow::before {
  right: 0;
  border-width: 0.4rem 0.4rem 0.4rem 0;
  border-right-color: #000;
}

.bs-tooltip-bottom, .bs-tooltip-auto[x-placement^=bottom] {
  padding: 0.4rem 0;
}
.bs-tooltip-bottom .arrow, .bs-tooltip-auto[x-placement^=bottom] .arrow {
  top: 0;
}
.bs-tooltip-bottom .arrow::before, .bs-tooltip-auto[x-placement^=bottom] .arrow::before {
  bottom: 0;
  border-width: 0 0.4rem 0.4rem;
  border-bottom-color: #000;
}

.bs-tooltip-left, .bs-tooltip-auto[x-placement^=left] {
  padding: 0 0.4rem;
}
.bs-tooltip-left .arrow, .bs-tooltip-auto[x-placement^=left] .arrow {
  right: 0;
  width: 0.4rem;
  height: 0.8rem;
}
.bs-tooltip-left .arrow::before, .bs-tooltip-auto[x-placement^=left] .arrow::before {
  left: 0;
  border-width: 0.4rem 0 0.4rem 0.4rem;
  border-left-color: #000;
}

.tooltip-inner {
  max-width: 200px;
  padding: 0.25rem 0.5rem;
  color: #fff;
  text-align: center;
  background-color: #000;
  border-radius: 0.938rem;
}

.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1060;
  display: block;
  max-width: 276px;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-style: normal;
  font-weight: normal;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  white-space: normal;
  word-spacing: normal;
  line-break: auto;
  font-size: 0.875rem;
  word-wrap: break-word;
  background-color: var(--secondary-darkest-color);
  background-clip: padding-box;
  border: 1px solid #5b6372;
  border-radius: 0.3rem;
}
.popover .arrow {
  position: absolute;
  display: block;
  width: 1rem;
  height: 0.5rem;
  margin: 0 0.3rem;
}
.popover .arrow::before, .popover .arrow::after {
  position: absolute;
  display: block;
  content: "";
  border-color: transparent;
  border-style: solid;
}

.bs-popover-top, .bs-popover-auto[x-placement^=top] {
  margin-bottom: 0.5rem;
}
.bs-popover-top > .arrow, .bs-popover-auto[x-placement^=top] > .arrow {
  bottom: calc(-0.5rem - 1px);
}
.bs-popover-top > .arrow::before, .bs-popover-auto[x-placement^=top] > .arrow::before {
  bottom: 0;
  border-width: 0.5rem 0.5rem 0;
  border-top-color: #5b6372;
}
.bs-popover-top > .arrow::after, .bs-popover-auto[x-placement^=top] > .arrow::after {
  bottom: 1px;
  border-width: 0.5rem 0.5rem 0;
  border-top-color: var(--secondary-darkest-color);
}

.bs-popover-right, .bs-popover-auto[x-placement^=right] {
  margin-left: 0.5rem;
}
.bs-popover-right > .arrow, .bs-popover-auto[x-placement^=right] > .arrow {
  left: calc(-0.5rem - 1px);
  width: 0.5rem;
  height: 1rem;
  margin: 0.3rem 0;
}
.bs-popover-right > .arrow::before, .bs-popover-auto[x-placement^=right] > .arrow::before {
  left: 0;
  border-width: 0.5rem 0.5rem 0.5rem 0;
  border-right-color: #5b6372;
}
.bs-popover-right > .arrow::after, .bs-popover-auto[x-placement^=right] > .arrow::after {
  left: 1px;
  border-width: 0.5rem 0.5rem 0.5rem 0;
  border-right-color: var(--secondary-darkest-color);
}

.bs-popover-bottom, .bs-popover-auto[x-placement^=bottom] {
  margin-top: 0.5rem;
}
.bs-popover-bottom > .arrow, .bs-popover-auto[x-placement^=bottom] > .arrow {
  top: calc(-0.5rem - 1px);
}
.bs-popover-bottom > .arrow::before, .bs-popover-auto[x-placement^=bottom] > .arrow::before {
  top: 0;
  border-width: 0 0.5rem 0.5rem 0.5rem;
  border-bottom-color: #5b6372;
}
.bs-popover-bottom > .arrow::after, .bs-popover-auto[x-placement^=bottom] > .arrow::after {
  top: 1px;
  border-width: 0 0.5rem 0.5rem 0.5rem;
  border-bottom-color: var(--secondary-darkest-color);
}
.bs-popover-bottom .popover-header::before, .bs-popover-auto[x-placement^=bottom] .popover-header::before {
  position: absolute;
  top: 0;
  left: 50%;
  display: block;
  width: 1rem;
  margin-left: -0.5rem;
  content: "";
  border-bottom: 1px solid #5b6372;
}

.bs-popover-left, .bs-popover-auto[x-placement^=left] {
  margin-right: 0.5rem;
}
.bs-popover-left > .arrow, .bs-popover-auto[x-placement^=left] > .arrow {
  right: calc(-0.5rem - 1px);
  width: 0.5rem;
  height: 1rem;
  margin: 0.3rem 0;
}
.bs-popover-left > .arrow::before, .bs-popover-auto[x-placement^=left] > .arrow::before {
  right: 0;
  border-width: 0.5rem 0 0.5rem 0.5rem;
  border-left-color: #5b6372;
}
.bs-popover-left > .arrow::after, .bs-popover-auto[x-placement^=left] > .arrow::after {
  right: 1px;
  border-width: 0.5rem 0 0.5rem 0.5rem;
  border-left-color: var(--secondary-darkest-color);
}

.popover-header {
  padding: 0.5rem 0.75rem;
  margin-bottom: 0;
  font-size: 1rem;
  color: var(--white);
  background-color: #5b6372;
  border-bottom: 1px solid #505764;
  border-top-left-radius: calc(0.3rem - 1px);
  border-top-right-radius: calc(0.3rem - 1px);
}
.popover-header:empty {
  display: none;
}

.popover-body {
  padding: 0.5rem 0.75rem;
  color: var(--white);
}

.carousel {
  position: relative;
}

.carousel.pointer-event {
  -ms-touch-action: pan-y;
      touch-action: pan-y;
}

.carousel-inner {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.carousel-inner::after {
  display: block;
  clear: both;
  content: "";
}

.carousel-item {
  position: relative;
  display: none;
  float: left;
  width: 100%;
  margin-right: -100%;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  -webkit-transition: -webkit-transform 0.6s ease-in-out;
  transition: -webkit-transform 0.6s ease-in-out;
  transition: transform 0.6s ease-in-out;
  transition: transform 0.6s ease-in-out, -webkit-transform 0.6s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .carousel-item {
    -webkit-transition: none;
    transition: none;
  }
}

.carousel-item.active,
.carousel-item-next,
.carousel-item-prev {
  display: block;
}

.carousel-item-next:not(.carousel-item-left),
.active.carousel-item-right {
  -webkit-transform: translateX(100%);
          transform: translateX(100%);
}

.carousel-item-prev:not(.carousel-item-right),
.active.carousel-item-left {
  -webkit-transform: translateX(-100%);
          transform: translateX(-100%);
}

.carousel-fade .carousel-item {
  opacity: 0;
  -webkit-transition-property: opacity;
  transition-property: opacity;
  -webkit-transform: none;
          transform: none;
}
.carousel-fade .carousel-item.active,
.carousel-fade .carousel-item-next.carousel-item-left,
.carousel-fade .carousel-item-prev.carousel-item-right {
  z-index: 1;
  opacity: 1;
}
.carousel-fade .active.carousel-item-left,
.carousel-fade .active.carousel-item-right {
  z-index: 0;
  opacity: 0;
  -webkit-transition: opacity 0s 0.6s;
  transition: opacity 0s 0.6s;
}
@media (prefers-reduced-motion: reduce) {
  .carousel-fade .active.carousel-item-left,
  .carousel-fade .active.carousel-item-right {
    -webkit-transition: none;
    transition: none;
  }
}

.carousel-control-prev,
.carousel-control-next {
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 15%;
  padding: 0;
  color: #fff;
  text-align: center;
  background: none;
  border: 0;
  opacity: 0.5;
  -webkit-transition: opacity 0.15s ease;
  transition: opacity 0.15s ease;
}
@media (prefers-reduced-motion: reduce) {
  .carousel-control-prev,
  .carousel-control-next {
    -webkit-transition: none;
    transition: none;
  }
}
.carousel-control-prev:hover, .carousel-control-prev:focus,
.carousel-control-next:hover,
.carousel-control-next:focus {
  color: #fff;
  text-decoration: none;
  outline: 0;
  opacity: 0.9;
}

.carousel-control-prev {
  left: 0;
}

.carousel-control-next {
  right: 0;
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
  display: inline-block;
  width: 20px;
  height: 20px;
  background: 50%/100% 100% no-repeat;
}

.carousel-control-prev-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath d='M5.25 0l-4 4 4 4 1.5-1.5L4.25 4l2.5-2.5L5.25 0z'/%3e%3c/svg%3e");
}

.carousel-control-next-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath d='M2.75 0l-1.5 1.5L3.75 4l-2.5 2.5L2.75 8l4-4-4-4z'/%3e%3c/svg%3e");
}

.carousel-indicators {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 15;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-left: 0;
  margin-right: 15%;
  margin-left: 15%;
  list-style: none;
}
.carousel-indicators li {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  -webkit-box-flex: 0;
      -ms-flex: 0 1 auto;
          flex: 0 1 auto;
  width: 30px;
  height: 3px;
  margin-right: 3px;
  margin-left: 3px;
  text-indent: -999px;
  cursor: pointer;
  background-color: #fff;
  background-clip: padding-box;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  opacity: 0.5;
  -webkit-transition: opacity 0.6s ease;
  transition: opacity 0.6s ease;
}
@media (prefers-reduced-motion: reduce) {
  .carousel-indicators li {
    -webkit-transition: none;
    transition: none;
  }
}
.carousel-indicators .active {
  opacity: 1;
}

.carousel-caption {
  position: absolute;
  right: 15%;
  bottom: 20px;
  left: 15%;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #fff;
  text-align: center;
}

@-webkit-keyframes spinner-border {
  to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@keyframes spinner-border {
  to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
.spinner-border, .bootstrap-table .fixed-table-container .fixed-table-body .fixed-table-loading .loading-wrap .animation-wrap {
  display: inline-block;
  width: 2rem;
  height: 2rem;
  vertical-align: -0.125em;
  border: 0.25em solid currentcolor;
  border-right-color: transparent;
  border-radius: 50%;
  -webkit-animation: 0.75s linear infinite spinner-border;
          animation: 0.75s linear infinite spinner-border;
}

.spinner-border-sm {
  width: 1rem;
  height: 1rem;
  border-width: 0.2em;
}

@-webkit-keyframes spinner-grow {
  0% {
    -webkit-transform: scale(0);
            transform: scale(0);
  }
  50% {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
}

@keyframes spinner-grow {
  0% {
    -webkit-transform: scale(0);
            transform: scale(0);
  }
  50% {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
}
.spinner-grow {
  display: inline-block;
  width: 2rem;
  height: 2rem;
  vertical-align: -0.125em;
  background-color: currentcolor;
  border-radius: 50%;
  opacity: 0;
  -webkit-animation: 0.75s linear infinite spinner-grow;
          animation: 0.75s linear infinite spinner-grow;
}

.spinner-grow-sm {
  width: 1rem;
  height: 1rem;
}

@media (prefers-reduced-motion: reduce) {
  .spinner-border, .bootstrap-table .fixed-table-container .fixed-table-body .fixed-table-loading .loading-wrap .animation-wrap,
  .spinner-grow {
    -webkit-animation-duration: 1.5s;
            animation-duration: 1.5s;
  }
}
.align-baseline {
  vertical-align: baseline !important;
}

.align-top {
  vertical-align: top !important;
}

.align-middle {
  vertical-align: middle !important;
}

.align-bottom {
  vertical-align: bottom !important;
}

.align-text-bottom {
  vertical-align: text-bottom !important;
}

.align-text-top {
  vertical-align: text-top !important;
}

.bg-primary {
  background-color: #72a8e5 !important;
}

a.bg-primary:hover, a.bg-primary:focus,
button.bg-primary:hover,
button.bg-primary:focus {
  background-color: #478ddd !important;
}

.bg-secondary {
  background-color: #bdc4cc !important;
}

a.bg-secondary:hover, a.bg-secondary:focus,
button.bg-secondary:hover,
button.bg-secondary:focus {
  background-color: #a0aab6 !important;
}

.bg-success {
  background-color: #8ecc51 !important;
}

a.bg-success:hover, a.bg-success:focus,
button.bg-success:hover,
button.bg-success:focus {
  background-color: #74b535 !important;
}

.bg-info {
  background-color: #cce4ff !important;
}

a.bg-info:hover, a.bg-info:focus,
button.bg-info:hover,
button.bg-info:focus {
  background-color: #99c9ff !important;
}

.bg-warning {
  background-color: #ffd34d !important;
}

a.bg-warning:hover, a.bg-warning:focus,
button.bg-warning:hover,
button.bg-warning:focus {
  background-color: #ffc61a !important;
}

.bg-danger {
  background-color: #f58784 !important;
}

a.bg-danger:hover, a.bg-danger:focus,
button.bg-danger:hover,
button.bg-danger:focus {
  background-color: #f15955 !important;
}

.bg-light {
  background-color: #f8f9fa !important;
}

a.bg-light:hover, a.bg-light:focus,
button.bg-light:hover,
button.bg-light:focus {
  background-color: #dae0e5 !important;
}

.bg-dark {
  background-color: #343a40 !important;
}

a.bg-dark:hover, a.bg-dark:focus,
button.bg-dark:hover,
button.bg-dark:focus {
  background-color: #1d2124 !important;
}

.bg-white, body[data-ac-activated=branco-azul] .tela-erro, body[data-ac-activated=branco-azul] .tela-erro--vixe,
.component__box.branco-azul .tela-erro,
.component__box.branco-azul .tela-erro--vixe {
  background-color: #fff !important;
}

.bg-transparent {
  background-color: transparent !important;
}

.border {
  border: 1px solid var(--border-color) !important;
}

.border-top {
  border-top: 1px solid var(--border-color) !important;
}

.border-right {
  border-right: 1px solid var(--border-color) !important;
}

.border-bottom {
  border-bottom: 1px solid var(--border-color) !important;
}

.border-left {
  border-left: 1px solid var(--border-color) !important;
}

.border-0 {
  border: 0 !important;
}

.border-top-0 {
  border-top: 0 !important;
}

.border-right-0 {
  border-right: 0 !important;
}

.border-bottom-0 {
  border-bottom: 0 !important;
}

.border-left-0 {
  border-left: 0 !important;
}

.border-primary {
  border-color: #72a8e5 !important;
}

.border-secondary {
  border-color: #bdc4cc !important;
}

.border-success {
  border-color: #8ecc51 !important;
}

.border-info {
  border-color: #cce4ff !important;
}

.border-warning {
  border-color: #ffd34d !important;
}

.border-danger {
  border-color: #f58784 !important;
}

.border-light {
  border-color: #f8f9fa !important;
}

.border-dark {
  border-color: #343a40 !important;
}

.border-white {
  border-color: #fff !important;
}

.rounded-sm {
  border-radius: 0.2rem !important;
}

.rounded {
  border-radius: 0.938rem !important;
}

.rounded-top {
  border-top-left-radius: 0.938rem !important;
  border-top-right-radius: 0.938rem !important;
}

.rounded-right {
  border-top-right-radius: 0.938rem !important;
  border-bottom-right-radius: 0.938rem !important;
}

.rounded-bottom {
  border-bottom-right-radius: 0.938rem !important;
  border-bottom-left-radius: 0.938rem !important;
}

.rounded-left {
  border-top-left-radius: 0.938rem !important;
  border-bottom-left-radius: 0.938rem !important;
}

.rounded-lg {
  border-radius: 0.3rem !important;
}

.rounded-circle {
  border-radius: 50% !important;
}

.rounded-pill {
  border-radius: 50rem !important;
}

.rounded-0 {
  border-radius: 0 !important;
}

.clearfix::after {
  display: block;
  clear: both;
  content: "";
}

.d-none {
  display: none !important;
}

.d-inline {
  display: inline !important;
}

.d-inline-block {
  display: inline-block !important;
}

.d-block {
  display: block !important;
}

.d-table {
  display: table !important;
}

.d-table-row {
  display: table-row !important;
}

.d-table-cell {
  display: table-cell !important;
}

.d-flex {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
}

.d-inline-flex {
  display: -webkit-inline-box !important;
  display: -ms-inline-flexbox !important;
  display: inline-flex !important;
}

@media (min-width: 576px) {
  .d-sm-none {
    display: none !important;
  }
  .d-sm-inline {
    display: inline !important;
  }
  .d-sm-inline-block {
    display: inline-block !important;
  }
  .d-sm-block {
    display: block !important;
  }
  .d-sm-table {
    display: table !important;
  }
  .d-sm-table-row {
    display: table-row !important;
  }
  .d-sm-table-cell {
    display: table-cell !important;
  }
  .d-sm-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-sm-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}
@media (min-width: 768px) {
  .d-md-none {
    display: none !important;
  }
  .d-md-inline {
    display: inline !important;
  }
  .d-md-inline-block {
    display: inline-block !important;
  }
  .d-md-block {
    display: block !important;
  }
  .d-md-table {
    display: table !important;
  }
  .d-md-table-row {
    display: table-row !important;
  }
  .d-md-table-cell {
    display: table-cell !important;
  }
  .d-md-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-md-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}
@media (min-width: 992px) {
  .d-lg-none {
    display: none !important;
  }
  .d-lg-inline {
    display: inline !important;
  }
  .d-lg-inline-block {
    display: inline-block !important;
  }
  .d-lg-block {
    display: block !important;
  }
  .d-lg-table {
    display: table !important;
  }
  .d-lg-table-row {
    display: table-row !important;
  }
  .d-lg-table-cell {
    display: table-cell !important;
  }
  .d-lg-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-lg-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}
@media (min-width: 1200px) {
  .d-xl-none {
    display: none !important;
  }
  .d-xl-inline {
    display: inline !important;
  }
  .d-xl-inline-block {
    display: inline-block !important;
  }
  .d-xl-block {
    display: block !important;
  }
  .d-xl-table {
    display: table !important;
  }
  .d-xl-table-row {
    display: table-row !important;
  }
  .d-xl-table-cell {
    display: table-cell !important;
  }
  .d-xl-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-xl-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}
@media (min-width: 1400px) {
  .d-xxl-none {
    display: none !important;
  }
  .d-xxl-inline {
    display: inline !important;
  }
  .d-xxl-inline-block {
    display: inline-block !important;
  }
  .d-xxl-block {
    display: block !important;
  }
  .d-xxl-table {
    display: table !important;
  }
  .d-xxl-table-row {
    display: table-row !important;
  }
  .d-xxl-table-cell {
    display: table-cell !important;
  }
  .d-xxl-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-xxl-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}
@media print {
  .d-print-none {
    display: none !important;
  }
  .d-print-inline {
    display: inline !important;
  }
  .d-print-inline-block {
    display: inline-block !important;
  }
  .d-print-block {
    display: block !important;
  }
  .d-print-table {
    display: table !important;
  }
  .d-print-table-row {
    display: table-row !important;
  }
  .d-print-table-cell {
    display: table-cell !important;
  }
  .d-print-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-print-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}
.embed-responsive {
  position: relative;
  display: block;
  width: 100%;
  padding: 0;
  overflow: hidden;
}
.embed-responsive::before {
  display: block;
  content: "";
}
.embed-responsive .embed-responsive-item,
.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object,
.embed-responsive video {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

.embed-responsive-21by9::before {
  padding-top: 42.85714286%;
}

.embed-responsive-16by9::before {
  padding-top: 56.25%;
}

.embed-responsive-4by3::before {
  padding-top: 75%;
}

.embed-responsive-1by1::before {
  padding-top: 100%;
}

.flex-row {
  -webkit-box-orient: horizontal !important;
  -webkit-box-direction: normal !important;
      -ms-flex-direction: row !important;
          flex-direction: row !important;
}

.flex-column {
  -webkit-box-orient: vertical !important;
  -webkit-box-direction: normal !important;
      -ms-flex-direction: column !important;
          flex-direction: column !important;
}

.flex-row-reverse {
  -webkit-box-orient: horizontal !important;
  -webkit-box-direction: reverse !important;
      -ms-flex-direction: row-reverse !important;
          flex-direction: row-reverse !important;
}

.flex-column-reverse {
  -webkit-box-orient: vertical !important;
  -webkit-box-direction: reverse !important;
      -ms-flex-direction: column-reverse !important;
          flex-direction: column-reverse !important;
}

.flex-wrap {
  -ms-flex-wrap: wrap !important;
      flex-wrap: wrap !important;
}

.flex-nowrap {
  -ms-flex-wrap: nowrap !important;
      flex-wrap: nowrap !important;
}

.flex-wrap-reverse {
  -ms-flex-wrap: wrap-reverse !important;
      flex-wrap: wrap-reverse !important;
}

.flex-fill {
  -webkit-box-flex: 1 !important;
      -ms-flex: 1 1 auto !important;
          flex: 1 1 auto !important;
}

.flex-grow-0 {
  -webkit-box-flex: 0 !important;
      -ms-flex-positive: 0 !important;
          flex-grow: 0 !important;
}

.flex-grow-1 {
  -webkit-box-flex: 1 !important;
      -ms-flex-positive: 1 !important;
          flex-grow: 1 !important;
}

.flex-shrink-0 {
  -ms-flex-negative: 0 !important;
      flex-shrink: 0 !important;
}

.flex-shrink-1 {
  -ms-flex-negative: 1 !important;
      flex-shrink: 1 !important;
}

.justify-content-start {
  -webkit-box-pack: start !important;
      -ms-flex-pack: start !important;
          justify-content: flex-start !important;
}

.justify-content-end {
  -webkit-box-pack: end !important;
      -ms-flex-pack: end !important;
          justify-content: flex-end !important;
}

.justify-content-center {
  -webkit-box-pack: center !important;
      -ms-flex-pack: center !important;
          justify-content: center !important;
}

.justify-content-between {
  -webkit-box-pack: justify !important;
      -ms-flex-pack: justify !important;
          justify-content: space-between !important;
}

.justify-content-around {
  -ms-flex-pack: distribute !important;
      justify-content: space-around !important;
}

.align-items-start {
  -webkit-box-align: start !important;
      -ms-flex-align: start !important;
          align-items: flex-start !important;
}

.align-items-end {
  -webkit-box-align: end !important;
      -ms-flex-align: end !important;
          align-items: flex-end !important;
}

.align-items-center {
  -webkit-box-align: center !important;
      -ms-flex-align: center !important;
          align-items: center !important;
}

.align-items-baseline {
  -webkit-box-align: baseline !important;
      -ms-flex-align: baseline !important;
          align-items: baseline !important;
}

.align-items-stretch {
  -webkit-box-align: stretch !important;
      -ms-flex-align: stretch !important;
          align-items: stretch !important;
}

.align-content-start {
  -ms-flex-line-pack: start !important;
      align-content: flex-start !important;
}

.align-content-end {
  -ms-flex-line-pack: end !important;
      align-content: flex-end !important;
}

.align-content-center {
  -ms-flex-line-pack: center !important;
      align-content: center !important;
}

.align-content-between {
  -ms-flex-line-pack: justify !important;
      align-content: space-between !important;
}

.align-content-around {
  -ms-flex-line-pack: distribute !important;
      align-content: space-around !important;
}

.align-content-stretch {
  -ms-flex-line-pack: stretch !important;
      align-content: stretch !important;
}

.align-self-auto {
  -ms-flex-item-align: auto !important;
      align-self: auto !important;
}

.align-self-start {
  -ms-flex-item-align: start !important;
      align-self: flex-start !important;
}

.align-self-end {
  -ms-flex-item-align: end !important;
      align-self: flex-end !important;
}

.align-self-center {
  -ms-flex-item-align: center !important;
      align-self: center !important;
}

.align-self-baseline {
  -ms-flex-item-align: baseline !important;
      align-self: baseline !important;
}

.align-self-stretch {
  -ms-flex-item-align: stretch !important;
      align-self: stretch !important;
}

@media (min-width: 576px) {
  .flex-sm-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
            flex-direction: row !important;
  }
  .flex-sm-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important;
  }
  .flex-sm-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: row-reverse !important;
            flex-direction: row-reverse !important;
  }
  .flex-sm-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
            flex-direction: column-reverse !important;
  }
  .flex-sm-wrap {
    -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
  }
  .flex-sm-nowrap {
    -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important;
  }
  .flex-sm-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important;
  }
  .flex-sm-fill {
    -webkit-box-flex: 1 !important;
        -ms-flex: 1 1 auto !important;
            flex: 1 1 auto !important;
  }
  .flex-sm-grow-0 {
    -webkit-box-flex: 0 !important;
        -ms-flex-positive: 0 !important;
            flex-grow: 0 !important;
  }
  .flex-sm-grow-1 {
    -webkit-box-flex: 1 !important;
        -ms-flex-positive: 1 !important;
            flex-grow: 1 !important;
  }
  .flex-sm-shrink-0 {
    -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important;
  }
  .flex-sm-shrink-1 {
    -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important;
  }
  .justify-content-sm-start {
    -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
            justify-content: flex-start !important;
  }
  .justify-content-sm-end {
    -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
            justify-content: flex-end !important;
  }
  .justify-content-sm-center {
    -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important;
  }
  .justify-content-sm-between {
    -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
            justify-content: space-between !important;
  }
  .justify-content-sm-around {
    -ms-flex-pack: distribute !important;
        justify-content: space-around !important;
  }
  .align-items-sm-start {
    -webkit-box-align: start !important;
        -ms-flex-align: start !important;
            align-items: flex-start !important;
  }
  .align-items-sm-end {
    -webkit-box-align: end !important;
        -ms-flex-align: end !important;
            align-items: flex-end !important;
  }
  .align-items-sm-center {
    -webkit-box-align: center !important;
        -ms-flex-align: center !important;
            align-items: center !important;
  }
  .align-items-sm-baseline {
    -webkit-box-align: baseline !important;
        -ms-flex-align: baseline !important;
            align-items: baseline !important;
  }
  .align-items-sm-stretch {
    -webkit-box-align: stretch !important;
        -ms-flex-align: stretch !important;
            align-items: stretch !important;
  }
  .align-content-sm-start {
    -ms-flex-line-pack: start !important;
        align-content: flex-start !important;
  }
  .align-content-sm-end {
    -ms-flex-line-pack: end !important;
        align-content: flex-end !important;
  }
  .align-content-sm-center {
    -ms-flex-line-pack: center !important;
        align-content: center !important;
  }
  .align-content-sm-between {
    -ms-flex-line-pack: justify !important;
        align-content: space-between !important;
  }
  .align-content-sm-around {
    -ms-flex-line-pack: distribute !important;
        align-content: space-around !important;
  }
  .align-content-sm-stretch {
    -ms-flex-line-pack: stretch !important;
        align-content: stretch !important;
  }
  .align-self-sm-auto {
    -ms-flex-item-align: auto !important;
        align-self: auto !important;
  }
  .align-self-sm-start {
    -ms-flex-item-align: start !important;
        align-self: flex-start !important;
  }
  .align-self-sm-end {
    -ms-flex-item-align: end !important;
        align-self: flex-end !important;
  }
  .align-self-sm-center {
    -ms-flex-item-align: center !important;
        align-self: center !important;
  }
  .align-self-sm-baseline {
    -ms-flex-item-align: baseline !important;
        align-self: baseline !important;
  }
  .align-self-sm-stretch {
    -ms-flex-item-align: stretch !important;
        align-self: stretch !important;
  }
}
@media (min-width: 768px) {
  .flex-md-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
            flex-direction: row !important;
  }
  .flex-md-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important;
  }
  .flex-md-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: row-reverse !important;
            flex-direction: row-reverse !important;
  }
  .flex-md-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
            flex-direction: column-reverse !important;
  }
  .flex-md-wrap {
    -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
  }
  .flex-md-nowrap {
    -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important;
  }
  .flex-md-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important;
  }
  .flex-md-fill {
    -webkit-box-flex: 1 !important;
        -ms-flex: 1 1 auto !important;
            flex: 1 1 auto !important;
  }
  .flex-md-grow-0 {
    -webkit-box-flex: 0 !important;
        -ms-flex-positive: 0 !important;
            flex-grow: 0 !important;
  }
  .flex-md-grow-1 {
    -webkit-box-flex: 1 !important;
        -ms-flex-positive: 1 !important;
            flex-grow: 1 !important;
  }
  .flex-md-shrink-0 {
    -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important;
  }
  .flex-md-shrink-1 {
    -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important;
  }
  .justify-content-md-start {
    -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
            justify-content: flex-start !important;
  }
  .justify-content-md-end {
    -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
            justify-content: flex-end !important;
  }
  .justify-content-md-center {
    -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important;
  }
  .justify-content-md-between {
    -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
            justify-content: space-between !important;
  }
  .justify-content-md-around {
    -ms-flex-pack: distribute !important;
        justify-content: space-around !important;
  }
  .align-items-md-start {
    -webkit-box-align: start !important;
        -ms-flex-align: start !important;
            align-items: flex-start !important;
  }
  .align-items-md-end {
    -webkit-box-align: end !important;
        -ms-flex-align: end !important;
            align-items: flex-end !important;
  }
  .align-items-md-center {
    -webkit-box-align: center !important;
        -ms-flex-align: center !important;
            align-items: center !important;
  }
  .align-items-md-baseline {
    -webkit-box-align: baseline !important;
        -ms-flex-align: baseline !important;
            align-items: baseline !important;
  }
  .align-items-md-stretch {
    -webkit-box-align: stretch !important;
        -ms-flex-align: stretch !important;
            align-items: stretch !important;
  }
  .align-content-md-start {
    -ms-flex-line-pack: start !important;
        align-content: flex-start !important;
  }
  .align-content-md-end {
    -ms-flex-line-pack: end !important;
        align-content: flex-end !important;
  }
  .align-content-md-center {
    -ms-flex-line-pack: center !important;
        align-content: center !important;
  }
  .align-content-md-between {
    -ms-flex-line-pack: justify !important;
        align-content: space-between !important;
  }
  .align-content-md-around {
    -ms-flex-line-pack: distribute !important;
        align-content: space-around !important;
  }
  .align-content-md-stretch {
    -ms-flex-line-pack: stretch !important;
        align-content: stretch !important;
  }
  .align-self-md-auto {
    -ms-flex-item-align: auto !important;
        align-self: auto !important;
  }
  .align-self-md-start {
    -ms-flex-item-align: start !important;
        align-self: flex-start !important;
  }
  .align-self-md-end {
    -ms-flex-item-align: end !important;
        align-self: flex-end !important;
  }
  .align-self-md-center {
    -ms-flex-item-align: center !important;
        align-self: center !important;
  }
  .align-self-md-baseline {
    -ms-flex-item-align: baseline !important;
        align-self: baseline !important;
  }
  .align-self-md-stretch {
    -ms-flex-item-align: stretch !important;
        align-self: stretch !important;
  }
}
@media (min-width: 992px) {
  .flex-lg-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
            flex-direction: row !important;
  }
  .flex-lg-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important;
  }
  .flex-lg-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: row-reverse !important;
            flex-direction: row-reverse !important;
  }
  .flex-lg-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
            flex-direction: column-reverse !important;
  }
  .flex-lg-wrap {
    -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
  }
  .flex-lg-nowrap {
    -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important;
  }
  .flex-lg-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important;
  }
  .flex-lg-fill {
    -webkit-box-flex: 1 !important;
        -ms-flex: 1 1 auto !important;
            flex: 1 1 auto !important;
  }
  .flex-lg-grow-0 {
    -webkit-box-flex: 0 !important;
        -ms-flex-positive: 0 !important;
            flex-grow: 0 !important;
  }
  .flex-lg-grow-1 {
    -webkit-box-flex: 1 !important;
        -ms-flex-positive: 1 !important;
            flex-grow: 1 !important;
  }
  .flex-lg-shrink-0 {
    -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important;
  }
  .flex-lg-shrink-1 {
    -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important;
  }
  .justify-content-lg-start {
    -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
            justify-content: flex-start !important;
  }
  .justify-content-lg-end {
    -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
            justify-content: flex-end !important;
  }
  .justify-content-lg-center {
    -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important;
  }
  .justify-content-lg-between {
    -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
            justify-content: space-between !important;
  }
  .justify-content-lg-around {
    -ms-flex-pack: distribute !important;
        justify-content: space-around !important;
  }
  .align-items-lg-start {
    -webkit-box-align: start !important;
        -ms-flex-align: start !important;
            align-items: flex-start !important;
  }
  .align-items-lg-end {
    -webkit-box-align: end !important;
        -ms-flex-align: end !important;
            align-items: flex-end !important;
  }
  .align-items-lg-center {
    -webkit-box-align: center !important;
        -ms-flex-align: center !important;
            align-items: center !important;
  }
  .align-items-lg-baseline {
    -webkit-box-align: baseline !important;
        -ms-flex-align: baseline !important;
            align-items: baseline !important;
  }
  .align-items-lg-stretch {
    -webkit-box-align: stretch !important;
        -ms-flex-align: stretch !important;
            align-items: stretch !important;
  }
  .align-content-lg-start {
    -ms-flex-line-pack: start !important;
        align-content: flex-start !important;
  }
  .align-content-lg-end {
    -ms-flex-line-pack: end !important;
        align-content: flex-end !important;
  }
  .align-content-lg-center {
    -ms-flex-line-pack: center !important;
        align-content: center !important;
  }
  .align-content-lg-between {
    -ms-flex-line-pack: justify !important;
        align-content: space-between !important;
  }
  .align-content-lg-around {
    -ms-flex-line-pack: distribute !important;
        align-content: space-around !important;
  }
  .align-content-lg-stretch {
    -ms-flex-line-pack: stretch !important;
        align-content: stretch !important;
  }
  .align-self-lg-auto {
    -ms-flex-item-align: auto !important;
        align-self: auto !important;
  }
  .align-self-lg-start {
    -ms-flex-item-align: start !important;
        align-self: flex-start !important;
  }
  .align-self-lg-end {
    -ms-flex-item-align: end !important;
        align-self: flex-end !important;
  }
  .align-self-lg-center {
    -ms-flex-item-align: center !important;
        align-self: center !important;
  }
  .align-self-lg-baseline {
    -ms-flex-item-align: baseline !important;
        align-self: baseline !important;
  }
  .align-self-lg-stretch {
    -ms-flex-item-align: stretch !important;
        align-self: stretch !important;
  }
}
@media (min-width: 1200px) {
  .flex-xl-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
            flex-direction: row !important;
  }
  .flex-xl-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important;
  }
  .flex-xl-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: row-reverse !important;
            flex-direction: row-reverse !important;
  }
  .flex-xl-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
            flex-direction: column-reverse !important;
  }
  .flex-xl-wrap {
    -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
  }
  .flex-xl-nowrap {
    -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important;
  }
  .flex-xl-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important;
  }
  .flex-xl-fill {
    -webkit-box-flex: 1 !important;
        -ms-flex: 1 1 auto !important;
            flex: 1 1 auto !important;
  }
  .flex-xl-grow-0 {
    -webkit-box-flex: 0 !important;
        -ms-flex-positive: 0 !important;
            flex-grow: 0 !important;
  }
  .flex-xl-grow-1 {
    -webkit-box-flex: 1 !important;
        -ms-flex-positive: 1 !important;
            flex-grow: 1 !important;
  }
  .flex-xl-shrink-0 {
    -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important;
  }
  .flex-xl-shrink-1 {
    -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important;
  }
  .justify-content-xl-start {
    -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
            justify-content: flex-start !important;
  }
  .justify-content-xl-end {
    -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
            justify-content: flex-end !important;
  }
  .justify-content-xl-center {
    -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important;
  }
  .justify-content-xl-between {
    -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
            justify-content: space-between !important;
  }
  .justify-content-xl-around {
    -ms-flex-pack: distribute !important;
        justify-content: space-around !important;
  }
  .align-items-xl-start {
    -webkit-box-align: start !important;
        -ms-flex-align: start !important;
            align-items: flex-start !important;
  }
  .align-items-xl-end {
    -webkit-box-align: end !important;
        -ms-flex-align: end !important;
            align-items: flex-end !important;
  }
  .align-items-xl-center {
    -webkit-box-align: center !important;
        -ms-flex-align: center !important;
            align-items: center !important;
  }
  .align-items-xl-baseline {
    -webkit-box-align: baseline !important;
        -ms-flex-align: baseline !important;
            align-items: baseline !important;
  }
  .align-items-xl-stretch {
    -webkit-box-align: stretch !important;
        -ms-flex-align: stretch !important;
            align-items: stretch !important;
  }
  .align-content-xl-start {
    -ms-flex-line-pack: start !important;
        align-content: flex-start !important;
  }
  .align-content-xl-end {
    -ms-flex-line-pack: end !important;
        align-content: flex-end !important;
  }
  .align-content-xl-center {
    -ms-flex-line-pack: center !important;
        align-content: center !important;
  }
  .align-content-xl-between {
    -ms-flex-line-pack: justify !important;
        align-content: space-between !important;
  }
  .align-content-xl-around {
    -ms-flex-line-pack: distribute !important;
        align-content: space-around !important;
  }
  .align-content-xl-stretch {
    -ms-flex-line-pack: stretch !important;
        align-content: stretch !important;
  }
  .align-self-xl-auto {
    -ms-flex-item-align: auto !important;
        align-self: auto !important;
  }
  .align-self-xl-start {
    -ms-flex-item-align: start !important;
        align-self: flex-start !important;
  }
  .align-self-xl-end {
    -ms-flex-item-align: end !important;
        align-self: flex-end !important;
  }
  .align-self-xl-center {
    -ms-flex-item-align: center !important;
        align-self: center !important;
  }
  .align-self-xl-baseline {
    -ms-flex-item-align: baseline !important;
        align-self: baseline !important;
  }
  .align-self-xl-stretch {
    -ms-flex-item-align: stretch !important;
        align-self: stretch !important;
  }
}
@media (min-width: 1400px) {
  .flex-xxl-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
            flex-direction: row !important;
  }
  .flex-xxl-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important;
  }
  .flex-xxl-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: row-reverse !important;
            flex-direction: row-reverse !important;
  }
  .flex-xxl-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
            flex-direction: column-reverse !important;
  }
  .flex-xxl-wrap {
    -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
  }
  .flex-xxl-nowrap {
    -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important;
  }
  .flex-xxl-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important;
  }
  .flex-xxl-fill {
    -webkit-box-flex: 1 !important;
        -ms-flex: 1 1 auto !important;
            flex: 1 1 auto !important;
  }
  .flex-xxl-grow-0 {
    -webkit-box-flex: 0 !important;
        -ms-flex-positive: 0 !important;
            flex-grow: 0 !important;
  }
  .flex-xxl-grow-1 {
    -webkit-box-flex: 1 !important;
        -ms-flex-positive: 1 !important;
            flex-grow: 1 !important;
  }
  .flex-xxl-shrink-0 {
    -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important;
  }
  .flex-xxl-shrink-1 {
    -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important;
  }
  .justify-content-xxl-start {
    -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
            justify-content: flex-start !important;
  }
  .justify-content-xxl-end {
    -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
            justify-content: flex-end !important;
  }
  .justify-content-xxl-center {
    -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important;
  }
  .justify-content-xxl-between {
    -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
            justify-content: space-between !important;
  }
  .justify-content-xxl-around {
    -ms-flex-pack: distribute !important;
        justify-content: space-around !important;
  }
  .align-items-xxl-start {
    -webkit-box-align: start !important;
        -ms-flex-align: start !important;
            align-items: flex-start !important;
  }
  .align-items-xxl-end {
    -webkit-box-align: end !important;
        -ms-flex-align: end !important;
            align-items: flex-end !important;
  }
  .align-items-xxl-center {
    -webkit-box-align: center !important;
        -ms-flex-align: center !important;
            align-items: center !important;
  }
  .align-items-xxl-baseline {
    -webkit-box-align: baseline !important;
        -ms-flex-align: baseline !important;
            align-items: baseline !important;
  }
  .align-items-xxl-stretch {
    -webkit-box-align: stretch !important;
        -ms-flex-align: stretch !important;
            align-items: stretch !important;
  }
  .align-content-xxl-start {
    -ms-flex-line-pack: start !important;
        align-content: flex-start !important;
  }
  .align-content-xxl-end {
    -ms-flex-line-pack: end !important;
        align-content: flex-end !important;
  }
  .align-content-xxl-center {
    -ms-flex-line-pack: center !important;
        align-content: center !important;
  }
  .align-content-xxl-between {
    -ms-flex-line-pack: justify !important;
        align-content: space-between !important;
  }
  .align-content-xxl-around {
    -ms-flex-line-pack: distribute !important;
        align-content: space-around !important;
  }
  .align-content-xxl-stretch {
    -ms-flex-line-pack: stretch !important;
        align-content: stretch !important;
  }
  .align-self-xxl-auto {
    -ms-flex-item-align: auto !important;
        align-self: auto !important;
  }
  .align-self-xxl-start {
    -ms-flex-item-align: start !important;
        align-self: flex-start !important;
  }
  .align-self-xxl-end {
    -ms-flex-item-align: end !important;
        align-self: flex-end !important;
  }
  .align-self-xxl-center {
    -ms-flex-item-align: center !important;
        align-self: center !important;
  }
  .align-self-xxl-baseline {
    -ms-flex-item-align: baseline !important;
        align-self: baseline !important;
  }
  .align-self-xxl-stretch {
    -ms-flex-item-align: stretch !important;
        align-self: stretch !important;
  }
}
.float-left {
  float: left !important;
}

.float-right {
  float: right !important;
}

.float-none {
  float: none !important;
}

@media (min-width: 576px) {
  .float-sm-left {
    float: left !important;
  }
  .float-sm-right {
    float: right !important;
  }
  .float-sm-none {
    float: none !important;
  }
}
@media (min-width: 768px) {
  .float-md-left {
    float: left !important;
  }
  .float-md-right {
    float: right !important;
  }
  .float-md-none {
    float: none !important;
  }
}
@media (min-width: 992px) {
  .float-lg-left {
    float: left !important;
  }
  .float-lg-right {
    float: right !important;
  }
  .float-lg-none {
    float: none !important;
  }
}
@media (min-width: 1200px) {
  .float-xl-left {
    float: left !important;
  }
  .float-xl-right {
    float: right !important;
  }
  .float-xl-none {
    float: none !important;
  }
}
@media (min-width: 1400px) {
  .float-xxl-left {
    float: left !important;
  }
  .float-xxl-right {
    float: right !important;
  }
  .float-xxl-none {
    float: none !important;
  }
}
.user-select-all {
  -webkit-user-select: all !important;
     -moz-user-select: all !important;
          user-select: all !important;
}

.user-select-auto {
  -webkit-user-select: auto !important;
     -moz-user-select: auto !important;
      -ms-user-select: auto !important;
          user-select: auto !important;
}

.user-select-none {
  -webkit-user-select: none !important;
     -moz-user-select: none !important;
      -ms-user-select: none !important;
          user-select: none !important;
}

.overflow-auto {
  overflow: auto !important;
}

.overflow-hidden {
  overflow: hidden !important;
}

.position-static {
  position: static !important;
}

.position-relative {
  position: relative !important;
}

.position-absolute {
  position: absolute !important;
}

.position-fixed {
  position: fixed !important;
}

.position-sticky {
  position: sticky !important;
}

.fixed-top {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1030;
}

.fixed-bottom {
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1030;
}

@supports (position: sticky) {
  .sticky-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.sr-only-focusable:active, .sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  overflow: visible;
  clip: auto;
  white-space: normal;
}

.shadow-sm {
  -webkit-box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;
          box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;
}

.shadow {
  -webkit-box-shadow: 0 2px 3px rgba(0, 0, 0, 0.4) !important;
          box-shadow: 0 2px 3px rgba(0, 0, 0, 0.4) !important;
}

.shadow-lg {
  -webkit-box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175) !important;
          box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175) !important;
}

.shadow-none {
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
}

.w-25 {
  width: 25% !important;
}

.w-50 {
  width: 50% !important;
}

.w-75 {
  width: 75% !important;
}

.w-100 {
  width: 100% !important;
}

.w-auto {
  width: auto !important;
}

.h-25 {
  height: 25% !important;
}

.h-50 {
  height: 50% !important;
}

.h-75 {
  height: 75% !important;
}

.h-100 {
  height: 100% !important;
}

.h-auto {
  height: auto !important;
}

.mw-100 {
  max-width: 100% !important;
}

.mh-100 {
  max-height: 100% !important;
}

.min-vw-100 {
  min-width: 100vw !important;
}

.min-vh-100 {
  min-height: 100vh !important;
}

.vw-100 {
  width: 100vw !important;
}

.vh-100 {
  height: 100vh !important;
}

.m-0 {
  margin: 0 !important;
}

.mt-0,
.my-0 {
  margin-top: 0 !important;
}

.mr-0,
.mx-0 {
  margin-right: 0 !important;
}

.mb-0,
.my-0 {
  margin-bottom: 0 !important;
}

.ml-0,
.mx-0 {
  margin-left: 0 !important;
}

.m-1 {
  margin: 0.25rem !important;
}

.mt-1,
.my-1 {
  margin-top: 0.25rem !important;
}

.mr-1,
.mx-1 {
  margin-right: 0.25rem !important;
}

.mb-1,
.my-1 {
  margin-bottom: 0.25rem !important;
}

.ml-1,
.mx-1 {
  margin-left: 0.25rem !important;
}

.m-2 {
  margin: 0.5rem !important;
}

.mt-2,
.my-2 {
  margin-top: 0.5rem !important;
}

.mr-2,
.mx-2 {
  margin-right: 0.5rem !important;
}

.mb-2,
.my-2 {
  margin-bottom: 0.5rem !important;
}

.ml-2,
.mx-2 {
  margin-left: 0.5rem !important;
}

.m-3 {
  margin: 1rem !important;
}

.mt-3,
.my-3 {
  margin-top: 1rem !important;
}

.mr-3,
.mx-3 {
  margin-right: 1rem !important;
}

.mb-3,
.my-3 {
  margin-bottom: 1rem !important;
}

.ml-3,
.mx-3 {
  margin-left: 1rem !important;
}

.m-4 {
  margin: 1.5rem !important;
}

.mt-4,
.my-4 {
  margin-top: 1.5rem !important;
}

.mr-4,
.mx-4 {
  margin-right: 1.5rem !important;
}

.mb-4,
.my-4 {
  margin-bottom: 1.5rem !important;
}

.ml-4,
.mx-4 {
  margin-left: 1.5rem !important;
}

.m-5 {
  margin: 3rem !important;
}

.mt-5,
.my-5 {
  margin-top: 3rem !important;
}

.mr-5,
.mx-5 {
  margin-right: 3rem !important;
}

.mb-5,
.my-5 {
  margin-bottom: 3rem !important;
}

.ml-5,
.mx-5 {
  margin-left: 3rem !important;
}

.p-0, .container-principal, .container-principal--test {
  padding: 0 !important;
}

.pt-0,
.py-0 {
  padding-top: 0 !important;
}

.pr-0,
.px-0 {
  padding-right: 0 !important;
}

.pb-0,
.py-0 {
  padding-bottom: 0 !important;
}

.pl-0,
.px-0 {
  padding-left: 0 !important;
}

.p-1 {
  padding: 0.25rem !important;
}

.pt-1,
.py-1 {
  padding-top: 0.25rem !important;
}

.pr-1,
.px-1 {
  padding-right: 0.25rem !important;
}

.pb-1,
.py-1 {
  padding-bottom: 0.25rem !important;
}

.pl-1,
.px-1 {
  padding-left: 0.25rem !important;
}

.p-2 {
  padding: 0.5rem !important;
}

.pt-2,
.py-2 {
  padding-top: 0.5rem !important;
}

.pr-2,
.px-2 {
  padding-right: 0.5rem !important;
}

.pb-2,
.py-2 {
  padding-bottom: 0.5rem !important;
}

.pl-2,
.px-2 {
  padding-left: 0.5rem !important;
}

.p-3 {
  padding: 1rem !important;
}

.pt-3,
.py-3 {
  padding-top: 1rem !important;
}

.pr-3,
.px-3 {
  padding-right: 1rem !important;
}

.pb-3,
.py-3 {
  padding-bottom: 1rem !important;
}

.pl-3,
.px-3 {
  padding-left: 1rem !important;
}

.p-4 {
  padding: 1.5rem !important;
}

.pt-4,
.py-4 {
  padding-top: 1.5rem !important;
}

.pr-4,
.px-4 {
  padding-right: 1.5rem !important;
}

.pb-4,
.py-4 {
  padding-bottom: 1.5rem !important;
}

.pl-4,
.px-4 {
  padding-left: 1.5rem !important;
}

.p-5 {
  padding: 3rem !important;
}

.pt-5,
.py-5 {
  padding-top: 3rem !important;
}

.pr-5,
.px-5 {
  padding-right: 3rem !important;
}

.pb-5,
.py-5 {
  padding-bottom: 3rem !important;
}

.pl-5,
.px-5 {
  padding-left: 3rem !important;
}

.m-n1 {
  margin: -0.25rem !important;
}

.mt-n1,
.my-n1 {
  margin-top: -0.25rem !important;
}

.mr-n1,
.mx-n1 {
  margin-right: -0.25rem !important;
}

.mb-n1,
.my-n1 {
  margin-bottom: -0.25rem !important;
}

.ml-n1,
.mx-n1 {
  margin-left: -0.25rem !important;
}

.m-n2 {
  margin: -0.5rem !important;
}

.mt-n2,
.my-n2 {
  margin-top: -0.5rem !important;
}

.mr-n2,
.mx-n2 {
  margin-right: -0.5rem !important;
}

.mb-n2,
.my-n2 {
  margin-bottom: -0.5rem !important;
}

.ml-n2,
.mx-n2 {
  margin-left: -0.5rem !important;
}

.m-n3 {
  margin: -1rem !important;
}

.mt-n3,
.my-n3 {
  margin-top: -1rem !important;
}

.mr-n3,
.mx-n3 {
  margin-right: -1rem !important;
}

.mb-n3,
.my-n3 {
  margin-bottom: -1rem !important;
}

.ml-n3,
.mx-n3 {
  margin-left: -1rem !important;
}

.m-n4 {
  margin: -1.5rem !important;
}

.mt-n4,
.my-n4 {
  margin-top: -1.5rem !important;
}

.mr-n4,
.mx-n4 {
  margin-right: -1.5rem !important;
}

.mb-n4,
.my-n4 {
  margin-bottom: -1.5rem !important;
}

.ml-n4,
.mx-n4 {
  margin-left: -1.5rem !important;
}

.m-n5 {
  margin: -3rem !important;
}

.mt-n5,
.my-n5 {
  margin-top: -3rem !important;
}

.mr-n5,
.mx-n5 {
  margin-right: -3rem !important;
}

.mb-n5,
.my-n5 {
  margin-bottom: -3rem !important;
}

.ml-n5,
.mx-n5 {
  margin-left: -3rem !important;
}

.m-auto {
  margin: auto !important;
}

.mt-auto,
.my-auto {
  margin-top: auto !important;
}

.mr-auto,
.mx-auto {
  margin-right: auto !important;
}

.mb-auto,
.my-auto {
  margin-bottom: auto !important;
}

.ml-auto,
.mx-auto {
  margin-left: auto !important;
}

@media (min-width: 576px) {
  .m-sm-0 {
    margin: 0 !important;
  }
  .mt-sm-0,
  .my-sm-0 {
    margin-top: 0 !important;
  }
  .mr-sm-0,
  .mx-sm-0 {
    margin-right: 0 !important;
  }
  .mb-sm-0,
  .my-sm-0 {
    margin-bottom: 0 !important;
  }
  .ml-sm-0,
  .mx-sm-0 {
    margin-left: 0 !important;
  }
  .m-sm-1 {
    margin: 0.25rem !important;
  }
  .mt-sm-1,
  .my-sm-1 {
    margin-top: 0.25rem !important;
  }
  .mr-sm-1,
  .mx-sm-1 {
    margin-right: 0.25rem !important;
  }
  .mb-sm-1,
  .my-sm-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-sm-1,
  .mx-sm-1 {
    margin-left: 0.25rem !important;
  }
  .m-sm-2 {
    margin: 0.5rem !important;
  }
  .mt-sm-2,
  .my-sm-2 {
    margin-top: 0.5rem !important;
  }
  .mr-sm-2,
  .mx-sm-2 {
    margin-right: 0.5rem !important;
  }
  .mb-sm-2,
  .my-sm-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-sm-2,
  .mx-sm-2 {
    margin-left: 0.5rem !important;
  }
  .m-sm-3 {
    margin: 1rem !important;
  }
  .mt-sm-3,
  .my-sm-3 {
    margin-top: 1rem !important;
  }
  .mr-sm-3,
  .mx-sm-3 {
    margin-right: 1rem !important;
  }
  .mb-sm-3,
  .my-sm-3 {
    margin-bottom: 1rem !important;
  }
  .ml-sm-3,
  .mx-sm-3 {
    margin-left: 1rem !important;
  }
  .m-sm-4 {
    margin: 1.5rem !important;
  }
  .mt-sm-4,
  .my-sm-4 {
    margin-top: 1.5rem !important;
  }
  .mr-sm-4,
  .mx-sm-4 {
    margin-right: 1.5rem !important;
  }
  .mb-sm-4,
  .my-sm-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-sm-4,
  .mx-sm-4 {
    margin-left: 1.5rem !important;
  }
  .m-sm-5 {
    margin: 3rem !important;
  }
  .mt-sm-5,
  .my-sm-5 {
    margin-top: 3rem !important;
  }
  .mr-sm-5,
  .mx-sm-5 {
    margin-right: 3rem !important;
  }
  .mb-sm-5,
  .my-sm-5 {
    margin-bottom: 3rem !important;
  }
  .ml-sm-5,
  .mx-sm-5 {
    margin-left: 3rem !important;
  }
  .p-sm-0 {
    padding: 0 !important;
  }
  .pt-sm-0,
  .py-sm-0 {
    padding-top: 0 !important;
  }
  .pr-sm-0,
  .px-sm-0 {
    padding-right: 0 !important;
  }
  .pb-sm-0,
  .py-sm-0 {
    padding-bottom: 0 !important;
  }
  .pl-sm-0,
  .px-sm-0 {
    padding-left: 0 !important;
  }
  .p-sm-1 {
    padding: 0.25rem !important;
  }
  .pt-sm-1,
  .py-sm-1 {
    padding-top: 0.25rem !important;
  }
  .pr-sm-1,
  .px-sm-1 {
    padding-right: 0.25rem !important;
  }
  .pb-sm-1,
  .py-sm-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-sm-1,
  .px-sm-1 {
    padding-left: 0.25rem !important;
  }
  .p-sm-2 {
    padding: 0.5rem !important;
  }
  .pt-sm-2,
  .py-sm-2 {
    padding-top: 0.5rem !important;
  }
  .pr-sm-2,
  .px-sm-2 {
    padding-right: 0.5rem !important;
  }
  .pb-sm-2,
  .py-sm-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-sm-2,
  .px-sm-2 {
    padding-left: 0.5rem !important;
  }
  .p-sm-3 {
    padding: 1rem !important;
  }
  .pt-sm-3,
  .py-sm-3 {
    padding-top: 1rem !important;
  }
  .pr-sm-3,
  .px-sm-3 {
    padding-right: 1rem !important;
  }
  .pb-sm-3,
  .py-sm-3 {
    padding-bottom: 1rem !important;
  }
  .pl-sm-3,
  .px-sm-3 {
    padding-left: 1rem !important;
  }
  .p-sm-4 {
    padding: 1.5rem !important;
  }
  .pt-sm-4,
  .py-sm-4 {
    padding-top: 1.5rem !important;
  }
  .pr-sm-4,
  .px-sm-4 {
    padding-right: 1.5rem !important;
  }
  .pb-sm-4,
  .py-sm-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-sm-4,
  .px-sm-4 {
    padding-left: 1.5rem !important;
  }
  .p-sm-5 {
    padding: 3rem !important;
  }
  .pt-sm-5,
  .py-sm-5 {
    padding-top: 3rem !important;
  }
  .pr-sm-5,
  .px-sm-5 {
    padding-right: 3rem !important;
  }
  .pb-sm-5,
  .py-sm-5 {
    padding-bottom: 3rem !important;
  }
  .pl-sm-5,
  .px-sm-5 {
    padding-left: 3rem !important;
  }
  .m-sm-n1 {
    margin: -0.25rem !important;
  }
  .mt-sm-n1,
  .my-sm-n1 {
    margin-top: -0.25rem !important;
  }
  .mr-sm-n1,
  .mx-sm-n1 {
    margin-right: -0.25rem !important;
  }
  .mb-sm-n1,
  .my-sm-n1 {
    margin-bottom: -0.25rem !important;
  }
  .ml-sm-n1,
  .mx-sm-n1 {
    margin-left: -0.25rem !important;
  }
  .m-sm-n2 {
    margin: -0.5rem !important;
  }
  .mt-sm-n2,
  .my-sm-n2 {
    margin-top: -0.5rem !important;
  }
  .mr-sm-n2,
  .mx-sm-n2 {
    margin-right: -0.5rem !important;
  }
  .mb-sm-n2,
  .my-sm-n2 {
    margin-bottom: -0.5rem !important;
  }
  .ml-sm-n2,
  .mx-sm-n2 {
    margin-left: -0.5rem !important;
  }
  .m-sm-n3 {
    margin: -1rem !important;
  }
  .mt-sm-n3,
  .my-sm-n3 {
    margin-top: -1rem !important;
  }
  .mr-sm-n3,
  .mx-sm-n3 {
    margin-right: -1rem !important;
  }
  .mb-sm-n3,
  .my-sm-n3 {
    margin-bottom: -1rem !important;
  }
  .ml-sm-n3,
  .mx-sm-n3 {
    margin-left: -1rem !important;
  }
  .m-sm-n4 {
    margin: -1.5rem !important;
  }
  .mt-sm-n4,
  .my-sm-n4 {
    margin-top: -1.5rem !important;
  }
  .mr-sm-n4,
  .mx-sm-n4 {
    margin-right: -1.5rem !important;
  }
  .mb-sm-n4,
  .my-sm-n4 {
    margin-bottom: -1.5rem !important;
  }
  .ml-sm-n4,
  .mx-sm-n4 {
    margin-left: -1.5rem !important;
  }
  .m-sm-n5 {
    margin: -3rem !important;
  }
  .mt-sm-n5,
  .my-sm-n5 {
    margin-top: -3rem !important;
  }
  .mr-sm-n5,
  .mx-sm-n5 {
    margin-right: -3rem !important;
  }
  .mb-sm-n5,
  .my-sm-n5 {
    margin-bottom: -3rem !important;
  }
  .ml-sm-n5,
  .mx-sm-n5 {
    margin-left: -3rem !important;
  }
  .m-sm-auto {
    margin: auto !important;
  }
  .mt-sm-auto,
  .my-sm-auto {
    margin-top: auto !important;
  }
  .mr-sm-auto,
  .mx-sm-auto {
    margin-right: auto !important;
  }
  .mb-sm-auto,
  .my-sm-auto {
    margin-bottom: auto !important;
  }
  .ml-sm-auto,
  .mx-sm-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 768px) {
  .m-md-0 {
    margin: 0 !important;
  }
  .mt-md-0,
  .my-md-0 {
    margin-top: 0 !important;
  }
  .mr-md-0,
  .mx-md-0 {
    margin-right: 0 !important;
  }
  .mb-md-0,
  .my-md-0 {
    margin-bottom: 0 !important;
  }
  .ml-md-0,
  .mx-md-0 {
    margin-left: 0 !important;
  }
  .m-md-1 {
    margin: 0.25rem !important;
  }
  .mt-md-1,
  .my-md-1 {
    margin-top: 0.25rem !important;
  }
  .mr-md-1,
  .mx-md-1 {
    margin-right: 0.25rem !important;
  }
  .mb-md-1,
  .my-md-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-md-1,
  .mx-md-1 {
    margin-left: 0.25rem !important;
  }
  .m-md-2 {
    margin: 0.5rem !important;
  }
  .mt-md-2,
  .my-md-2 {
    margin-top: 0.5rem !important;
  }
  .mr-md-2,
  .mx-md-2 {
    margin-right: 0.5rem !important;
  }
  .mb-md-2,
  .my-md-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-md-2,
  .mx-md-2 {
    margin-left: 0.5rem !important;
  }
  .m-md-3 {
    margin: 1rem !important;
  }
  .mt-md-3,
  .my-md-3 {
    margin-top: 1rem !important;
  }
  .mr-md-3,
  .mx-md-3 {
    margin-right: 1rem !important;
  }
  .mb-md-3,
  .my-md-3 {
    margin-bottom: 1rem !important;
  }
  .ml-md-3,
  .mx-md-3 {
    margin-left: 1rem !important;
  }
  .m-md-4 {
    margin: 1.5rem !important;
  }
  .mt-md-4,
  .my-md-4 {
    margin-top: 1.5rem !important;
  }
  .mr-md-4,
  .mx-md-4 {
    margin-right: 1.5rem !important;
  }
  .mb-md-4,
  .my-md-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-md-4,
  .mx-md-4 {
    margin-left: 1.5rem !important;
  }
  .m-md-5 {
    margin: 3rem !important;
  }
  .mt-md-5,
  .my-md-5 {
    margin-top: 3rem !important;
  }
  .mr-md-5,
  .mx-md-5 {
    margin-right: 3rem !important;
  }
  .mb-md-5,
  .my-md-5 {
    margin-bottom: 3rem !important;
  }
  .ml-md-5,
  .mx-md-5 {
    margin-left: 3rem !important;
  }
  .p-md-0 {
    padding: 0 !important;
  }
  .pt-md-0,
  .py-md-0 {
    padding-top: 0 !important;
  }
  .pr-md-0,
  .px-md-0 {
    padding-right: 0 !important;
  }
  .pb-md-0,
  .py-md-0 {
    padding-bottom: 0 !important;
  }
  .pl-md-0,
  .px-md-0 {
    padding-left: 0 !important;
  }
  .p-md-1 {
    padding: 0.25rem !important;
  }
  .pt-md-1,
  .py-md-1 {
    padding-top: 0.25rem !important;
  }
  .pr-md-1,
  .px-md-1 {
    padding-right: 0.25rem !important;
  }
  .pb-md-1,
  .py-md-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-md-1,
  .px-md-1 {
    padding-left: 0.25rem !important;
  }
  .p-md-2 {
    padding: 0.5rem !important;
  }
  .pt-md-2,
  .py-md-2 {
    padding-top: 0.5rem !important;
  }
  .pr-md-2,
  .px-md-2 {
    padding-right: 0.5rem !important;
  }
  .pb-md-2,
  .py-md-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-md-2,
  .px-md-2 {
    padding-left: 0.5rem !important;
  }
  .p-md-3 {
    padding: 1rem !important;
  }
  .pt-md-3,
  .py-md-3 {
    padding-top: 1rem !important;
  }
  .pr-md-3,
  .px-md-3 {
    padding-right: 1rem !important;
  }
  .pb-md-3,
  .py-md-3 {
    padding-bottom: 1rem !important;
  }
  .pl-md-3,
  .px-md-3 {
    padding-left: 1rem !important;
  }
  .p-md-4 {
    padding: 1.5rem !important;
  }
  .pt-md-4,
  .py-md-4 {
    padding-top: 1.5rem !important;
  }
  .pr-md-4,
  .px-md-4 {
    padding-right: 1.5rem !important;
  }
  .pb-md-4,
  .py-md-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-md-4,
  .px-md-4 {
    padding-left: 1.5rem !important;
  }
  .p-md-5 {
    padding: 3rem !important;
  }
  .pt-md-5,
  .py-md-5 {
    padding-top: 3rem !important;
  }
  .pr-md-5,
  .px-md-5 {
    padding-right: 3rem !important;
  }
  .pb-md-5,
  .py-md-5 {
    padding-bottom: 3rem !important;
  }
  .pl-md-5,
  .px-md-5 {
    padding-left: 3rem !important;
  }
  .m-md-n1 {
    margin: -0.25rem !important;
  }
  .mt-md-n1,
  .my-md-n1 {
    margin-top: -0.25rem !important;
  }
  .mr-md-n1,
  .mx-md-n1 {
    margin-right: -0.25rem !important;
  }
  .mb-md-n1,
  .my-md-n1 {
    margin-bottom: -0.25rem !important;
  }
  .ml-md-n1,
  .mx-md-n1 {
    margin-left: -0.25rem !important;
  }
  .m-md-n2 {
    margin: -0.5rem !important;
  }
  .mt-md-n2,
  .my-md-n2 {
    margin-top: -0.5rem !important;
  }
  .mr-md-n2,
  .mx-md-n2 {
    margin-right: -0.5rem !important;
  }
  .mb-md-n2,
  .my-md-n2 {
    margin-bottom: -0.5rem !important;
  }
  .ml-md-n2,
  .mx-md-n2 {
    margin-left: -0.5rem !important;
  }
  .m-md-n3 {
    margin: -1rem !important;
  }
  .mt-md-n3,
  .my-md-n3 {
    margin-top: -1rem !important;
  }
  .mr-md-n3,
  .mx-md-n3 {
    margin-right: -1rem !important;
  }
  .mb-md-n3,
  .my-md-n3 {
    margin-bottom: -1rem !important;
  }
  .ml-md-n3,
  .mx-md-n3 {
    margin-left: -1rem !important;
  }
  .m-md-n4 {
    margin: -1.5rem !important;
  }
  .mt-md-n4,
  .my-md-n4 {
    margin-top: -1.5rem !important;
  }
  .mr-md-n4,
  .mx-md-n4 {
    margin-right: -1.5rem !important;
  }
  .mb-md-n4,
  .my-md-n4 {
    margin-bottom: -1.5rem !important;
  }
  .ml-md-n4,
  .mx-md-n4 {
    margin-left: -1.5rem !important;
  }
  .m-md-n5 {
    margin: -3rem !important;
  }
  .mt-md-n5,
  .my-md-n5 {
    margin-top: -3rem !important;
  }
  .mr-md-n5,
  .mx-md-n5 {
    margin-right: -3rem !important;
  }
  .mb-md-n5,
  .my-md-n5 {
    margin-bottom: -3rem !important;
  }
  .ml-md-n5,
  .mx-md-n5 {
    margin-left: -3rem !important;
  }
  .m-md-auto {
    margin: auto !important;
  }
  .mt-md-auto,
  .my-md-auto {
    margin-top: auto !important;
  }
  .mr-md-auto,
  .mx-md-auto {
    margin-right: auto !important;
  }
  .mb-md-auto,
  .my-md-auto {
    margin-bottom: auto !important;
  }
  .ml-md-auto,
  .mx-md-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 992px) {
  .m-lg-0 {
    margin: 0 !important;
  }
  .mt-lg-0,
  .my-lg-0 {
    margin-top: 0 !important;
  }
  .mr-lg-0,
  .mx-lg-0 {
    margin-right: 0 !important;
  }
  .mb-lg-0,
  .my-lg-0 {
    margin-bottom: 0 !important;
  }
  .ml-lg-0,
  .mx-lg-0 {
    margin-left: 0 !important;
  }
  .m-lg-1 {
    margin: 0.25rem !important;
  }
  .mt-lg-1,
  .my-lg-1 {
    margin-top: 0.25rem !important;
  }
  .mr-lg-1,
  .mx-lg-1 {
    margin-right: 0.25rem !important;
  }
  .mb-lg-1,
  .my-lg-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-lg-1,
  .mx-lg-1 {
    margin-left: 0.25rem !important;
  }
  .m-lg-2 {
    margin: 0.5rem !important;
  }
  .mt-lg-2,
  .my-lg-2 {
    margin-top: 0.5rem !important;
  }
  .mr-lg-2,
  .mx-lg-2 {
    margin-right: 0.5rem !important;
  }
  .mb-lg-2,
  .my-lg-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-lg-2,
  .mx-lg-2 {
    margin-left: 0.5rem !important;
  }
  .m-lg-3 {
    margin: 1rem !important;
  }
  .mt-lg-3,
  .my-lg-3 {
    margin-top: 1rem !important;
  }
  .mr-lg-3,
  .mx-lg-3 {
    margin-right: 1rem !important;
  }
  .mb-lg-3,
  .my-lg-3 {
    margin-bottom: 1rem !important;
  }
  .ml-lg-3,
  .mx-lg-3 {
    margin-left: 1rem !important;
  }
  .m-lg-4 {
    margin: 1.5rem !important;
  }
  .mt-lg-4,
  .my-lg-4 {
    margin-top: 1.5rem !important;
  }
  .mr-lg-4,
  .mx-lg-4 {
    margin-right: 1.5rem !important;
  }
  .mb-lg-4,
  .my-lg-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-lg-4,
  .mx-lg-4 {
    margin-left: 1.5rem !important;
  }
  .m-lg-5 {
    margin: 3rem !important;
  }
  .mt-lg-5,
  .my-lg-5 {
    margin-top: 3rem !important;
  }
  .mr-lg-5,
  .mx-lg-5 {
    margin-right: 3rem !important;
  }
  .mb-lg-5,
  .my-lg-5 {
    margin-bottom: 3rem !important;
  }
  .ml-lg-5,
  .mx-lg-5 {
    margin-left: 3rem !important;
  }
  .p-lg-0 {
    padding: 0 !important;
  }
  .pt-lg-0,
  .py-lg-0 {
    padding-top: 0 !important;
  }
  .pr-lg-0,
  .px-lg-0 {
    padding-right: 0 !important;
  }
  .pb-lg-0,
  .py-lg-0 {
    padding-bottom: 0 !important;
  }
  .pl-lg-0,
  .px-lg-0 {
    padding-left: 0 !important;
  }
  .p-lg-1 {
    padding: 0.25rem !important;
  }
  .pt-lg-1,
  .py-lg-1 {
    padding-top: 0.25rem !important;
  }
  .pr-lg-1,
  .px-lg-1 {
    padding-right: 0.25rem !important;
  }
  .pb-lg-1,
  .py-lg-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-lg-1,
  .px-lg-1 {
    padding-left: 0.25rem !important;
  }
  .p-lg-2 {
    padding: 0.5rem !important;
  }
  .pt-lg-2,
  .py-lg-2 {
    padding-top: 0.5rem !important;
  }
  .pr-lg-2,
  .px-lg-2 {
    padding-right: 0.5rem !important;
  }
  .pb-lg-2,
  .py-lg-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-lg-2,
  .px-lg-2 {
    padding-left: 0.5rem !important;
  }
  .p-lg-3 {
    padding: 1rem !important;
  }
  .pt-lg-3,
  .py-lg-3 {
    padding-top: 1rem !important;
  }
  .pr-lg-3,
  .px-lg-3 {
    padding-right: 1rem !important;
  }
  .pb-lg-3,
  .py-lg-3 {
    padding-bottom: 1rem !important;
  }
  .pl-lg-3,
  .px-lg-3 {
    padding-left: 1rem !important;
  }
  .p-lg-4 {
    padding: 1.5rem !important;
  }
  .pt-lg-4,
  .py-lg-4 {
    padding-top: 1.5rem !important;
  }
  .pr-lg-4,
  .px-lg-4 {
    padding-right: 1.5rem !important;
  }
  .pb-lg-4,
  .py-lg-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-lg-4,
  .px-lg-4 {
    padding-left: 1.5rem !important;
  }
  .p-lg-5 {
    padding: 3rem !important;
  }
  .pt-lg-5,
  .py-lg-5 {
    padding-top: 3rem !important;
  }
  .pr-lg-5,
  .px-lg-5 {
    padding-right: 3rem !important;
  }
  .pb-lg-5,
  .py-lg-5 {
    padding-bottom: 3rem !important;
  }
  .pl-lg-5,
  .px-lg-5 {
    padding-left: 3rem !important;
  }
  .m-lg-n1 {
    margin: -0.25rem !important;
  }
  .mt-lg-n1,
  .my-lg-n1 {
    margin-top: -0.25rem !important;
  }
  .mr-lg-n1,
  .mx-lg-n1 {
    margin-right: -0.25rem !important;
  }
  .mb-lg-n1,
  .my-lg-n1 {
    margin-bottom: -0.25rem !important;
  }
  .ml-lg-n1,
  .mx-lg-n1 {
    margin-left: -0.25rem !important;
  }
  .m-lg-n2 {
    margin: -0.5rem !important;
  }
  .mt-lg-n2,
  .my-lg-n2 {
    margin-top: -0.5rem !important;
  }
  .mr-lg-n2,
  .mx-lg-n2 {
    margin-right: -0.5rem !important;
  }
  .mb-lg-n2,
  .my-lg-n2 {
    margin-bottom: -0.5rem !important;
  }
  .ml-lg-n2,
  .mx-lg-n2 {
    margin-left: -0.5rem !important;
  }
  .m-lg-n3 {
    margin: -1rem !important;
  }
  .mt-lg-n3,
  .my-lg-n3 {
    margin-top: -1rem !important;
  }
  .mr-lg-n3,
  .mx-lg-n3 {
    margin-right: -1rem !important;
  }
  .mb-lg-n3,
  .my-lg-n3 {
    margin-bottom: -1rem !important;
  }
  .ml-lg-n3,
  .mx-lg-n3 {
    margin-left: -1rem !important;
  }
  .m-lg-n4 {
    margin: -1.5rem !important;
  }
  .mt-lg-n4,
  .my-lg-n4 {
    margin-top: -1.5rem !important;
  }
  .mr-lg-n4,
  .mx-lg-n4 {
    margin-right: -1.5rem !important;
  }
  .mb-lg-n4,
  .my-lg-n4 {
    margin-bottom: -1.5rem !important;
  }
  .ml-lg-n4,
  .mx-lg-n4 {
    margin-left: -1.5rem !important;
  }
  .m-lg-n5 {
    margin: -3rem !important;
  }
  .mt-lg-n5,
  .my-lg-n5 {
    margin-top: -3rem !important;
  }
  .mr-lg-n5,
  .mx-lg-n5 {
    margin-right: -3rem !important;
  }
  .mb-lg-n5,
  .my-lg-n5 {
    margin-bottom: -3rem !important;
  }
  .ml-lg-n5,
  .mx-lg-n5 {
    margin-left: -3rem !important;
  }
  .m-lg-auto {
    margin: auto !important;
  }
  .mt-lg-auto,
  .my-lg-auto {
    margin-top: auto !important;
  }
  .mr-lg-auto,
  .mx-lg-auto {
    margin-right: auto !important;
  }
  .mb-lg-auto,
  .my-lg-auto {
    margin-bottom: auto !important;
  }
  .ml-lg-auto,
  .mx-lg-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 1200px) {
  .m-xl-0 {
    margin: 0 !important;
  }
  .mt-xl-0,
  .my-xl-0 {
    margin-top: 0 !important;
  }
  .mr-xl-0,
  .mx-xl-0 {
    margin-right: 0 !important;
  }
  .mb-xl-0,
  .my-xl-0 {
    margin-bottom: 0 !important;
  }
  .ml-xl-0,
  .mx-xl-0 {
    margin-left: 0 !important;
  }
  .m-xl-1 {
    margin: 0.25rem !important;
  }
  .mt-xl-1,
  .my-xl-1 {
    margin-top: 0.25rem !important;
  }
  .mr-xl-1,
  .mx-xl-1 {
    margin-right: 0.25rem !important;
  }
  .mb-xl-1,
  .my-xl-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-xl-1,
  .mx-xl-1 {
    margin-left: 0.25rem !important;
  }
  .m-xl-2 {
    margin: 0.5rem !important;
  }
  .mt-xl-2,
  .my-xl-2 {
    margin-top: 0.5rem !important;
  }
  .mr-xl-2,
  .mx-xl-2 {
    margin-right: 0.5rem !important;
  }
  .mb-xl-2,
  .my-xl-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-xl-2,
  .mx-xl-2 {
    margin-left: 0.5rem !important;
  }
  .m-xl-3 {
    margin: 1rem !important;
  }
  .mt-xl-3,
  .my-xl-3 {
    margin-top: 1rem !important;
  }
  .mr-xl-3,
  .mx-xl-3 {
    margin-right: 1rem !important;
  }
  .mb-xl-3,
  .my-xl-3 {
    margin-bottom: 1rem !important;
  }
  .ml-xl-3,
  .mx-xl-3 {
    margin-left: 1rem !important;
  }
  .m-xl-4 {
    margin: 1.5rem !important;
  }
  .mt-xl-4,
  .my-xl-4 {
    margin-top: 1.5rem !important;
  }
  .mr-xl-4,
  .mx-xl-4 {
    margin-right: 1.5rem !important;
  }
  .mb-xl-4,
  .my-xl-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-xl-4,
  .mx-xl-4 {
    margin-left: 1.5rem !important;
  }
  .m-xl-5 {
    margin: 3rem !important;
  }
  .mt-xl-5,
  .my-xl-5 {
    margin-top: 3rem !important;
  }
  .mr-xl-5,
  .mx-xl-5 {
    margin-right: 3rem !important;
  }
  .mb-xl-5,
  .my-xl-5 {
    margin-bottom: 3rem !important;
  }
  .ml-xl-5,
  .mx-xl-5 {
    margin-left: 3rem !important;
  }
  .p-xl-0 {
    padding: 0 !important;
  }
  .pt-xl-0,
  .py-xl-0 {
    padding-top: 0 !important;
  }
  .pr-xl-0,
  .px-xl-0 {
    padding-right: 0 !important;
  }
  .pb-xl-0,
  .py-xl-0 {
    padding-bottom: 0 !important;
  }
  .pl-xl-0,
  .px-xl-0 {
    padding-left: 0 !important;
  }
  .p-xl-1 {
    padding: 0.25rem !important;
  }
  .pt-xl-1,
  .py-xl-1 {
    padding-top: 0.25rem !important;
  }
  .pr-xl-1,
  .px-xl-1 {
    padding-right: 0.25rem !important;
  }
  .pb-xl-1,
  .py-xl-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-xl-1,
  .px-xl-1 {
    padding-left: 0.25rem !important;
  }
  .p-xl-2 {
    padding: 0.5rem !important;
  }
  .pt-xl-2,
  .py-xl-2 {
    padding-top: 0.5rem !important;
  }
  .pr-xl-2,
  .px-xl-2 {
    padding-right: 0.5rem !important;
  }
  .pb-xl-2,
  .py-xl-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-xl-2,
  .px-xl-2 {
    padding-left: 0.5rem !important;
  }
  .p-xl-3 {
    padding: 1rem !important;
  }
  .pt-xl-3,
  .py-xl-3 {
    padding-top: 1rem !important;
  }
  .pr-xl-3,
  .px-xl-3 {
    padding-right: 1rem !important;
  }
  .pb-xl-3,
  .py-xl-3 {
    padding-bottom: 1rem !important;
  }
  .pl-xl-3,
  .px-xl-3 {
    padding-left: 1rem !important;
  }
  .p-xl-4 {
    padding: 1.5rem !important;
  }
  .pt-xl-4,
  .py-xl-4 {
    padding-top: 1.5rem !important;
  }
  .pr-xl-4,
  .px-xl-4 {
    padding-right: 1.5rem !important;
  }
  .pb-xl-4,
  .py-xl-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-xl-4,
  .px-xl-4 {
    padding-left: 1.5rem !important;
  }
  .p-xl-5 {
    padding: 3rem !important;
  }
  .pt-xl-5,
  .py-xl-5 {
    padding-top: 3rem !important;
  }
  .pr-xl-5,
  .px-xl-5 {
    padding-right: 3rem !important;
  }
  .pb-xl-5,
  .py-xl-5 {
    padding-bottom: 3rem !important;
  }
  .pl-xl-5,
  .px-xl-5 {
    padding-left: 3rem !important;
  }
  .m-xl-n1 {
    margin: -0.25rem !important;
  }
  .mt-xl-n1,
  .my-xl-n1 {
    margin-top: -0.25rem !important;
  }
  .mr-xl-n1,
  .mx-xl-n1 {
    margin-right: -0.25rem !important;
  }
  .mb-xl-n1,
  .my-xl-n1 {
    margin-bottom: -0.25rem !important;
  }
  .ml-xl-n1,
  .mx-xl-n1 {
    margin-left: -0.25rem !important;
  }
  .m-xl-n2 {
    margin: -0.5rem !important;
  }
  .mt-xl-n2,
  .my-xl-n2 {
    margin-top: -0.5rem !important;
  }
  .mr-xl-n2,
  .mx-xl-n2 {
    margin-right: -0.5rem !important;
  }
  .mb-xl-n2,
  .my-xl-n2 {
    margin-bottom: -0.5rem !important;
  }
  .ml-xl-n2,
  .mx-xl-n2 {
    margin-left: -0.5rem !important;
  }
  .m-xl-n3 {
    margin: -1rem !important;
  }
  .mt-xl-n3,
  .my-xl-n3 {
    margin-top: -1rem !important;
  }
  .mr-xl-n3,
  .mx-xl-n3 {
    margin-right: -1rem !important;
  }
  .mb-xl-n3,
  .my-xl-n3 {
    margin-bottom: -1rem !important;
  }
  .ml-xl-n3,
  .mx-xl-n3 {
    margin-left: -1rem !important;
  }
  .m-xl-n4 {
    margin: -1.5rem !important;
  }
  .mt-xl-n4,
  .my-xl-n4 {
    margin-top: -1.5rem !important;
  }
  .mr-xl-n4,
  .mx-xl-n4 {
    margin-right: -1.5rem !important;
  }
  .mb-xl-n4,
  .my-xl-n4 {
    margin-bottom: -1.5rem !important;
  }
  .ml-xl-n4,
  .mx-xl-n4 {
    margin-left: -1.5rem !important;
  }
  .m-xl-n5 {
    margin: -3rem !important;
  }
  .mt-xl-n5,
  .my-xl-n5 {
    margin-top: -3rem !important;
  }
  .mr-xl-n5,
  .mx-xl-n5 {
    margin-right: -3rem !important;
  }
  .mb-xl-n5,
  .my-xl-n5 {
    margin-bottom: -3rem !important;
  }
  .ml-xl-n5,
  .mx-xl-n5 {
    margin-left: -3rem !important;
  }
  .m-xl-auto {
    margin: auto !important;
  }
  .mt-xl-auto,
  .my-xl-auto {
    margin-top: auto !important;
  }
  .mr-xl-auto,
  .mx-xl-auto {
    margin-right: auto !important;
  }
  .mb-xl-auto,
  .my-xl-auto {
    margin-bottom: auto !important;
  }
  .ml-xl-auto,
  .mx-xl-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 1400px) {
  .m-xxl-0 {
    margin: 0 !important;
  }
  .mt-xxl-0,
  .my-xxl-0 {
    margin-top: 0 !important;
  }
  .mr-xxl-0,
  .mx-xxl-0 {
    margin-right: 0 !important;
  }
  .mb-xxl-0,
  .my-xxl-0 {
    margin-bottom: 0 !important;
  }
  .ml-xxl-0,
  .mx-xxl-0 {
    margin-left: 0 !important;
  }
  .m-xxl-1 {
    margin: 0.25rem !important;
  }
  .mt-xxl-1,
  .my-xxl-1 {
    margin-top: 0.25rem !important;
  }
  .mr-xxl-1,
  .mx-xxl-1 {
    margin-right: 0.25rem !important;
  }
  .mb-xxl-1,
  .my-xxl-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-xxl-1,
  .mx-xxl-1 {
    margin-left: 0.25rem !important;
  }
  .m-xxl-2 {
    margin: 0.5rem !important;
  }
  .mt-xxl-2,
  .my-xxl-2 {
    margin-top: 0.5rem !important;
  }
  .mr-xxl-2,
  .mx-xxl-2 {
    margin-right: 0.5rem !important;
  }
  .mb-xxl-2,
  .my-xxl-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-xxl-2,
  .mx-xxl-2 {
    margin-left: 0.5rem !important;
  }
  .m-xxl-3 {
    margin: 1rem !important;
  }
  .mt-xxl-3,
  .my-xxl-3 {
    margin-top: 1rem !important;
  }
  .mr-xxl-3,
  .mx-xxl-3 {
    margin-right: 1rem !important;
  }
  .mb-xxl-3,
  .my-xxl-3 {
    margin-bottom: 1rem !important;
  }
  .ml-xxl-3,
  .mx-xxl-3 {
    margin-left: 1rem !important;
  }
  .m-xxl-4 {
    margin: 1.5rem !important;
  }
  .mt-xxl-4,
  .my-xxl-4 {
    margin-top: 1.5rem !important;
  }
  .mr-xxl-4,
  .mx-xxl-4 {
    margin-right: 1.5rem !important;
  }
  .mb-xxl-4,
  .my-xxl-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-xxl-4,
  .mx-xxl-4 {
    margin-left: 1.5rem !important;
  }
  .m-xxl-5 {
    margin: 3rem !important;
  }
  .mt-xxl-5,
  .my-xxl-5 {
    margin-top: 3rem !important;
  }
  .mr-xxl-5,
  .mx-xxl-5 {
    margin-right: 3rem !important;
  }
  .mb-xxl-5,
  .my-xxl-5 {
    margin-bottom: 3rem !important;
  }
  .ml-xxl-5,
  .mx-xxl-5 {
    margin-left: 3rem !important;
  }
  .p-xxl-0 {
    padding: 0 !important;
  }
  .pt-xxl-0,
  .py-xxl-0 {
    padding-top: 0 !important;
  }
  .pr-xxl-0,
  .px-xxl-0 {
    padding-right: 0 !important;
  }
  .pb-xxl-0,
  .py-xxl-0 {
    padding-bottom: 0 !important;
  }
  .pl-xxl-0,
  .px-xxl-0 {
    padding-left: 0 !important;
  }
  .p-xxl-1 {
    padding: 0.25rem !important;
  }
  .pt-xxl-1,
  .py-xxl-1 {
    padding-top: 0.25rem !important;
  }
  .pr-xxl-1,
  .px-xxl-1 {
    padding-right: 0.25rem !important;
  }
  .pb-xxl-1,
  .py-xxl-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-xxl-1,
  .px-xxl-1 {
    padding-left: 0.25rem !important;
  }
  .p-xxl-2 {
    padding: 0.5rem !important;
  }
  .pt-xxl-2,
  .py-xxl-2 {
    padding-top: 0.5rem !important;
  }
  .pr-xxl-2,
  .px-xxl-2 {
    padding-right: 0.5rem !important;
  }
  .pb-xxl-2,
  .py-xxl-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-xxl-2,
  .px-xxl-2 {
    padding-left: 0.5rem !important;
  }
  .p-xxl-3 {
    padding: 1rem !important;
  }
  .pt-xxl-3,
  .py-xxl-3 {
    padding-top: 1rem !important;
  }
  .pr-xxl-3,
  .px-xxl-3 {
    padding-right: 1rem !important;
  }
  .pb-xxl-3,
  .py-xxl-3 {
    padding-bottom: 1rem !important;
  }
  .pl-xxl-3,
  .px-xxl-3 {
    padding-left: 1rem !important;
  }
  .p-xxl-4 {
    padding: 1.5rem !important;
  }
  .pt-xxl-4,
  .py-xxl-4 {
    padding-top: 1.5rem !important;
  }
  .pr-xxl-4,
  .px-xxl-4 {
    padding-right: 1.5rem !important;
  }
  .pb-xxl-4,
  .py-xxl-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-xxl-4,
  .px-xxl-4 {
    padding-left: 1.5rem !important;
  }
  .p-xxl-5 {
    padding: 3rem !important;
  }
  .pt-xxl-5,
  .py-xxl-5 {
    padding-top: 3rem !important;
  }
  .pr-xxl-5,
  .px-xxl-5 {
    padding-right: 3rem !important;
  }
  .pb-xxl-5,
  .py-xxl-5 {
    padding-bottom: 3rem !important;
  }
  .pl-xxl-5,
  .px-xxl-5 {
    padding-left: 3rem !important;
  }
  .m-xxl-n1 {
    margin: -0.25rem !important;
  }
  .mt-xxl-n1,
  .my-xxl-n1 {
    margin-top: -0.25rem !important;
  }
  .mr-xxl-n1,
  .mx-xxl-n1 {
    margin-right: -0.25rem !important;
  }
  .mb-xxl-n1,
  .my-xxl-n1 {
    margin-bottom: -0.25rem !important;
  }
  .ml-xxl-n1,
  .mx-xxl-n1 {
    margin-left: -0.25rem !important;
  }
  .m-xxl-n2 {
    margin: -0.5rem !important;
  }
  .mt-xxl-n2,
  .my-xxl-n2 {
    margin-top: -0.5rem !important;
  }
  .mr-xxl-n2,
  .mx-xxl-n2 {
    margin-right: -0.5rem !important;
  }
  .mb-xxl-n2,
  .my-xxl-n2 {
    margin-bottom: -0.5rem !important;
  }
  .ml-xxl-n2,
  .mx-xxl-n2 {
    margin-left: -0.5rem !important;
  }
  .m-xxl-n3 {
    margin: -1rem !important;
  }
  .mt-xxl-n3,
  .my-xxl-n3 {
    margin-top: -1rem !important;
  }
  .mr-xxl-n3,
  .mx-xxl-n3 {
    margin-right: -1rem !important;
  }
  .mb-xxl-n3,
  .my-xxl-n3 {
    margin-bottom: -1rem !important;
  }
  .ml-xxl-n3,
  .mx-xxl-n3 {
    margin-left: -1rem !important;
  }
  .m-xxl-n4 {
    margin: -1.5rem !important;
  }
  .mt-xxl-n4,
  .my-xxl-n4 {
    margin-top: -1.5rem !important;
  }
  .mr-xxl-n4,
  .mx-xxl-n4 {
    margin-right: -1.5rem !important;
  }
  .mb-xxl-n4,
  .my-xxl-n4 {
    margin-bottom: -1.5rem !important;
  }
  .ml-xxl-n4,
  .mx-xxl-n4 {
    margin-left: -1.5rem !important;
  }
  .m-xxl-n5 {
    margin: -3rem !important;
  }
  .mt-xxl-n5,
  .my-xxl-n5 {
    margin-top: -3rem !important;
  }
  .mr-xxl-n5,
  .mx-xxl-n5 {
    margin-right: -3rem !important;
  }
  .mb-xxl-n5,
  .my-xxl-n5 {
    margin-bottom: -3rem !important;
  }
  .ml-xxl-n5,
  .mx-xxl-n5 {
    margin-left: -3rem !important;
  }
  .m-xxl-auto {
    margin: auto !important;
  }
  .mt-xxl-auto,
  .my-xxl-auto {
    margin-top: auto !important;
  }
  .mr-xxl-auto,
  .mx-xxl-auto {
    margin-right: auto !important;
  }
  .mb-xxl-auto,
  .my-xxl-auto {
    margin-bottom: auto !important;
  }
  .ml-xxl-auto,
  .mx-xxl-auto {
    margin-left: auto !important;
  }
}
.stretched-link::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  pointer-events: auto;
  content: "";
  background-color: rgba(0, 0, 0, 0);
}

.text-monospace {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace !important;
}

.text-justify {
  text-align: justify !important;
}

.text-wrap {
  white-space: normal !important;
}

.text-nowrap {
  white-space: nowrap !important;
}

.text-truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.text-left {
  text-align: left !important;
}

.text-right {
  text-align: right !important;
}

.text-center {
  text-align: center !important;
}

@media (min-width: 576px) {
  .text-sm-left {
    text-align: left !important;
  }
  .text-sm-right {
    text-align: right !important;
  }
  .text-sm-center {
    text-align: center !important;
  }
}
@media (min-width: 768px) {
  .text-md-left {
    text-align: left !important;
  }
  .text-md-right {
    text-align: right !important;
  }
  .text-md-center {
    text-align: center !important;
  }
}
@media (min-width: 992px) {
  .text-lg-left {
    text-align: left !important;
  }
  .text-lg-right {
    text-align: right !important;
  }
  .text-lg-center {
    text-align: center !important;
  }
}
@media (min-width: 1200px) {
  .text-xl-left {
    text-align: left !important;
  }
  .text-xl-right {
    text-align: right !important;
  }
  .text-xl-center {
    text-align: center !important;
  }
}
@media (min-width: 1400px) {
  .text-xxl-left {
    text-align: left !important;
  }
  .text-xxl-right {
    text-align: right !important;
  }
  .text-xxl-center {
    text-align: center !important;
  }
}
.text-lowercase {
  text-transform: lowercase !important;
}

.text-uppercase {
  text-transform: uppercase !important;
}

.text-capitalize {
  text-transform: capitalize !important;
}

.font-weight-light {
  font-weight: 300 !important;
}

.font-weight-lighter {
  font-weight: lighter !important;
}

.font-weight-normal {
  font-weight: normal !important;
}

.font-weight-bold {
  font-weight: 700 !important;
}

.font-weight-bolder {
  font-weight: bolder !important;
}

.font-italic {
  font-style: italic !important;
}

.text-white {
  color: #fff !important;
}

.text-primary {
  color: #72a8e5 !important;
}

a.text-primary:hover, a.text-primary:focus {
  color: #3180d9 !important;
}

.text-secondary {
  color: #bdc4cc !important;
}

a.text-secondary:hover, a.text-secondary:focus {
  color: #929dab !important;
}

.text-success {
  color: #8ecc51 !important;
}

a.text-success:hover, a.text-success:focus {
  color: #68a12f !important;
}

.text-info {
  color: #cce4ff !important;
}

a.text-info:hover, a.text-info:focus {
  color: #80bcff !important;
}

.text-warning {
  color: #ffd34d !important;
}

a.text-warning:hover, a.text-warning:focus {
  color: #ffc001 !important;
}

.text-danger {
  color: #f58784 !important;
}

a.text-danger:hover, a.text-danger:focus {
  color: #ef423d !important;
}

.text-light {
  color: #f8f9fa !important;
}

a.text-light:hover, a.text-light:focus {
  color: #cbd3da !important;
}

.text-dark {
  color: #343a40 !important;
}

a.text-dark:hover, a.text-dark:focus {
  color: #121416 !important;
}

.text-body {
  color: var(--text-color) !important;
}

.text-muted {
  color: #6c757d !important;
}

.text-black-50 {
  color: rgba(0, 0, 0, 0.5) !important;
}

.text-white-50 {
  color: rgba(255, 255, 255, 0.5) !important;
}

.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}

.text-decoration-none {
  text-decoration: none !important;
}

.text-break {
  word-break: break-word !important;
  word-wrap: break-word !important;
}

.text-reset {
  color: inherit !important;
}

.visible {
  visibility: visible !important;
}

.invisible {
  visibility: hidden !important;
}

@media print {
  *,
  *::before,
  *::after {
    text-shadow: none !important;
    -webkit-box-shadow: none !important;
            box-shadow: none !important;
  }
  a:not(.btn):not(button-primary):not(button-secondary):not(button-tertiary):not(button-quaternary):not(.btn-primary):not(button-primary-icon):not(.btn-primary-icon):not(.btn-secondary):not(button-secondary-icon):not(.btn-secondary-icon):not(.btn-tertiary):not(button-tertiary-icon):not(.btn-tertiary-icon):not(.btn-quaternary):not(button-quaternary-icon):not(.btn-quaternary-icon) {
    text-decoration: underline;
  }
  abbr[title]::after {
    content: " (" attr(title) ")";
  }
  pre {
    white-space: pre-wrap !important;
  }
  pre,
  blockquote {
    border: 1px solid #adb5bd;
    page-break-inside: avoid;
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
  @page {
    size: a3;
  }
  body {
    min-width: 992px !important;
  }
  .container {
    min-width: 992px !important;
  }
  .navbar {
    display: none;
  }
  .badge {
    border: 1px solid #000;
  }
  .table, .conteudo-principal__content.parse-markdown table {
    border-collapse: collapse !important;
  }
  .table td, .conteudo-principal__content.parse-markdown table td,
  .table th,
  .conteudo-principal__content.parse-markdown table th {
    background-color: #fff !important;
  }
  .table-bordered th,
  .table-bordered td {
    border: 1px solid #dee2e6 !important;
  }
  .table-dark {
    color: inherit;
  }
  .table-dark th,
  .table-dark td,
  .table-dark thead th,
  .table-dark tbody + tbody {
    border-color: var(--border-color);
  }
  .table .thead-dark th, .conteudo-principal__content.parse-markdown table .thead-dark th {
    color: inherit;
    border-color: var(--border-color);
  }
}
@font-face {
  font-display: block;
  font-family: "icomoon";
  font-style: normal;
  font-weight: normal;
  src: url("../vendors/webfonts/icomoon.eot?15uqwb");
  src: url("../vendors/webfonts/icomoon.eot?15uqwb#iefix") format("embedded-opentype"), url("../vendors/webfonts/icomoon.ttf?15uqwb") format("truetype"), url("../vendors/webfonts/icomoon.woff?15uqwb") format("woff"), url("../../../fonts/icomoon.svg?15uqwb#icomoon") format("svg");
}
[class^=icon-],
[class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "icomoon" !important;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  speak: none;
  text-transform: none;
}

.form-group .form-control.combo-input:focus-visible, .step .step-progress .step-progress-item:focus-visible::before, .modal .modal-dialog .modal-content .modal-header .close:focus-visible, ul.nav.nav-pills > li.nav-item > .nav-link:focus-visible, ul.nav.nav-tabs > li.nav-item > .nav-link:focus-visible, .dropdown .dropdown-menu.ac > ul li > button.focused:focus-visible, ul.pagination .page-item .page-link:focus-visible, a:focus-visible,
.link:focus-visible,
.conteudo-principal__content.parse-markdown a:focus-visible,
.link-normal:focus-visible {
  outline-width: 2px;
  outline-style: dashed;
  outline-offset: 3px;
  outline-color: var(--outline-focus-color);
  z-index: 1;
}

[class*=btn].scroll-up {
  bottom: 1rem;
  display: none; /* Mantém oculto ao carregar a página */
  position: fixed;
  right: 1rem;
}

[class*=btn].scroll-up.show {
  -webkit-animation-duration: 500ms;
          animation-duration: 500ms;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  -webkit-animation-timing-function: linear;
          animation-timing-function: linear;
  -webkit-animation-name: bounceIn;
          animation-name: bounceIn;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@-webkit-keyframes bounceIn {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.3) translate3d(0, 0, 0);
    transform: scale(0.3) translate3d(0, 0, 0);
  }
  50% {
    opacity: 0.9;
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }
  80% {
    opacity: 1;
    -webkit-transform: scale(0.89);
    transform: scale(0.89);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1) translate3d(0, 0, 0);
    transform: scale(1) translate3d(0, 0, 0);
  }
}

@keyframes bounceIn {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.3) translate3d(0, 0, 0);
    transform: scale(0.3) translate3d(0, 0, 0);
  }
  50% {
    opacity: 0.9;
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }
  80% {
    opacity: 1;
    -webkit-transform: scale(0.89);
    transform: scale(0.89);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1) translate3d(0, 0, 0);
    transform: scale(1) translate3d(0, 0, 0);
  }
}
body[data-ac-activated] [class*=btn].scroll-up {
  position: fixed !important;
}

h1,
.h1 {
  color: inherit;
  font-size: inherit;
  font-weight: inherit;
  letter-spacing: normal;
  text-transform: none;
  color: var(--secondary-darkest-color);
  font-size: 1.125rem;
  font-weight: bold;
}

h2,
.h2 {
  color: inherit;
  font-size: inherit;
  font-weight: inherit;
  letter-spacing: normal;
  text-transform: none;
  color: var(--secondary-darkest-color);
  font-size: 1rem;
  font-weight: bold;
}

h3,
.h3 {
  color: inherit;
  font-size: inherit;
  font-weight: inherit;
  letter-spacing: normal;
  text-transform: none;
  color: var(--secondary-darkest-color);
  font-size: 0.875rem;
  font-weight: bold;
}

h4,
.h4 {
  color: inherit;
  font-size: inherit;
  font-weight: inherit;
  letter-spacing: normal;
  text-transform: none;
  color: var(--secondary-darker-color);
  font-size: 0.875rem;
  font-weight: bold;
  letter-spacing: 2px;
  text-transform: uppercase;
}

h5,
.h5 {
  color: inherit;
  font-size: inherit;
  font-weight: inherit;
  letter-spacing: normal;
  text-transform: none;
  color: var(--secondary-darker-color);
  font-size: 0.75rem;
  font-weight: bold;
  letter-spacing: 1.8px;
  text-transform: uppercase;
}

.header-big {
  font-size: 4.5rem;
  color: var(--secondary-darkest-color);
  font-weight: bold;
}
@media (max-width: 1200px) {
  .header-big {
    font-size: calc(1.575rem + 3.9vw);
  }
}
@media (max-width: 768px) {
  .header-big {
    font-size: 3.125rem;
  }
}
@media (max-width: 768px) and (max-width: 1200px) {
  .header-big {
    font-size: calc(1.4375rem + 2.25vw);
  }
}

.header-small {
  color: var(--secondary-darkest-color);
  font-size: 0.75rem;
  font-weight: bold;
}

.header-subtitle {
  color: var(--secondary-darker-color);
  font-size: 0.875rem;
  font-weight: normal;
}

.p1 {
  color: var(--secondary-darkest-color);
  font-size: 0.875rem;
  font-weight: bold;
}

.p2, ol li, ul li {
  color: var(--secondary-darkest-color);
  font-size: 0.875rem;
  font-weight: normal;
}

.p3 {
  color: var(--secondary-darkest-color);
  font-size: 0.75rem;
  font-weight: normal;
}

.p4 {
  color: var(--secondary-darkest-color);
  font-size: 0.625rem;
  font-weight: normal;
}

strong {
  color: inherit;
}

/* Alto contraste dos Parágrafos */
@media not print {
  body[data-ac-activated] .header-big,
  body[data-ac-activated] .header-small,
  body[data-ac-activated] .header-subtitle,
  body[data-ac-activated] .h1,
  body[data-ac-activated] .h2,
  body[data-ac-activated] .h3,
  body[data-ac-activated] .h4,
  body[data-ac-activated] .h5,
  body[data-ac-activated] h1,
  body[data-ac-activated] h2,
  body[data-ac-activated] h3,
  body[data-ac-activated] h4,
  body[data-ac-activated] h5,
  body[data-ac-activated] p,
  body[data-ac-activated] .p1,
  body[data-ac-activated] .p2,
  body[data-ac-activated] ol li,
  ol body[data-ac-activated] li,
  body[data-ac-activated] ul li,
  ul body[data-ac-activated] li,
  body[data-ac-activated] .p3,
  body[data-ac-activated] .p4 {
    color: var(--text-color);
  }
}
a {
  font-size: 0.875rem;
  line-height: 1.5;
  -webkit-transition: all 0.1s linear;
  transition: all 0.1s linear;
}

a,
.link,
.conteudo-principal__content.parse-markdown a,
.link-normal {
  --link-color: var(--primary-dark-color);
  --link-hover-color: var(--primary-dark-color);
  --link-active-color: var(--primary-light-color);
  --link-background-color: transparent;
  color: var(--link-color);
  background-color: var(--link-background-color);
}
a:hover,
.link:hover,
.conteudo-principal__content.parse-markdown a:hover,
.link-normal:hover {
  --link-color: var(--link-hover-color);
  color: var(--link-color);
  text-decoration: underline;
}
a:active,
.link:active,
.conteudo-principal__content.parse-markdown a:active,
.link-normal:active {
  --link-color: var(--link-active-color);
  text-decoration: none;
}

.link-danger {
  --link-color: var(--danger-dark-color);
  --link-background-color: transparent;
  --link-hover-color: var(--danger-light-color);
  --link-hover-background-color: var(--danger-dark-color);
  --link-active-color: var(--danger-dark-color);
  --link-active-background-color: var(--danger-color);
  color: var(--link-color);
  background-color: var(--link-background-color);
  padding-left: 1px;
  padding-right: 1px;
}
.link-danger:hover {
  --link-color: var(--link-hover-color);
  color: var(--link-color);
  --link-background-color: var(--link-hover-background-color);
  text-decoration: none;
}
.link-danger:active {
  --link-color: var(--link-active-color);
  --link-background-color: var(--link-active-background-color);
}

.link-warning {
  --link-color: var(--warning-dark-color);
  --link-background-color: transparent;
  --link-hover-color: var(--warning-light-color);
  --link-hover-background-color: var(--warning-dark-color);
  --link-active-color: var(--warning-dark-color);
  --link-active-background-color: var(--warning-color);
  color: var(--link-color);
  background-color: var(--link-background-color);
  padding-left: 1px;
  padding-right: 1px;
}
.link-warning:hover {
  --link-color: var(--link-hover-color);
  color: var(--link-color);
  --link-background-color: var(--link-hover-background-color);
  text-decoration: none;
}
.link-warning:active {
  --link-color: var(--link-active-color);
  --link-background-color: var(--link-active-background-color);
}

.link-success {
  --link-color: var(--success-dark-color);
  --link-background-color: transparent;
  --link-hover-color: var(--success-light-color);
  --link-hover-background-color: var(--success-dark-color);
  --link-active-color: white;
  --link-active-background-color: var(--success-color);
  color: var(--link-color);
  background-color: var(--link-background-color);
  padding-left: 1px;
  padding-right: 1px;
}
.link-success:hover {
  --link-color: var(--link-hover-color);
  color: var(--link-color);
  --link-background-color: var(--link-hover-background-color);
  text-decoration: none;
}
.link-success:active {
  --link-color: var(--link-active-color);
  --link-background-color: var(--link-active-background-color);
}

button.link,
button.link-normal,
button.link-text {
  border: 0;
  border-radius: 0;
  min-height: unset;
  outline: 0;
  padding: 0;
  margin-bottom: 0;
  font-weight: normal;
}

.link, .conteudo-principal__content.parse-markdown a {
  padding: 1px 3px;
}
.link:hover, .conteudo-principal__content.parse-markdown a:hover {
  --link-background-color: var(--primary-darker-color);
  --link-color: white;
  text-decoration: none;
}
.link:active, .conteudo-principal__content.parse-markdown a:active {
  --link-background-color: var(--primary-color);
  --link-color: white;
}

.link-text {
  --link-text-background-color: transparent;
  --link-text-color: var(--primary-dark-color);
  --link-text-hover-color: var(--primary-dark-color);
  --link-text-active-color: var(--primary-light-color);
  background-color: var(--link-text-background-color);
  color: var(--link-text-color);
  display: inline-block;
  line-height: normal;
  position: relative;
  text-decoration: underline;
  padding-left: 1px;
  padding-right: 1px;
}
.link-text:hover {
  --link-text-color: var(--link-text-hover-color);
  color: var(--link-text-color);
  text-decoration: none;
}
.link-text:active {
  --link-text-color: var(--link-text-active-color);
  text-decoration: underline;
}

body[data-ac-activated] a,
body[data-ac-activated] .link,
body[data-ac-activated] .conteudo-principal__content.parse-markdown a,
.conteudo-principal__content.parse-markdown body[data-ac-activated] a,
body[data-ac-activated] .link-normal {
  --link-color: var(--primary-color);
}
body[data-ac-activated] .link-text {
  --link-text-color: var(--primary-color);
}
body[data-ac-activated] .alert a:hover,
body[data-ac-activated] .link:hover,
body[data-ac-activated] .conteudo-principal__content.parse-markdown a:hover,
.conteudo-principal__content.parse-markdown body[data-ac-activated] a:hover,
body[data-ac-activated] .link-danger:hover,
body[data-ac-activated] .link-warning:hover,
body[data-ac-activated] .link-success:hover {
  --link-color: var(--bg-color);
  --link-background-color: var(--primary-color);
}
body[data-ac-activated] .alert a:active,
body[data-ac-activated] .link:active,
body[data-ac-activated] .conteudo-principal__content.parse-markdown a:active,
.conteudo-principal__content.parse-markdown body[data-ac-activated] a:active,
body[data-ac-activated] .link-danger:active,
body[data-ac-activated] .link-warning:active,
body[data-ac-activated] .link-success:active {
  --link-color: var(--bg-color);
  --link-background-color: var(--text-color);
}

button,
.btn,
button-primary,
button-secondary,
button-tertiary,
button-quaternary,
.btn-primary,
button-primary-icon,
.btn-primary-icon,
.btn-secondary,
button-secondary-icon,
.btn-secondary-icon,
.btn-tertiary,
button-tertiary-icon,
.btn-tertiary-icon,
.btn-quaternary,
button-quaternary-icon,
.btn-quaternary-icon {
  --border-button-size: 2px;
  --outline-button-size: 2px;
  border-radius: 50rem;
  font-size: 0.875rem;
  font-weight: bold;
  margin-bottom: 0.5rem;
  min-height: 2rem;
  line-height: 20px;
  padding: 3px 15px;
  -webkit-transition-duration: 0.1s;
          transition-duration: 0.1s;
}
button > i,
.btn > i,
button-primary > i,
button-secondary > i,
button-tertiary > i,
button-quaternary > i,
.btn-primary > i,
button-primary-icon > i,
.btn-primary-icon > i,
.btn-secondary > i,
button-secondary-icon > i,
.btn-secondary-icon > i,
.btn-tertiary > i,
button-tertiary-icon > i,
.btn-tertiary-icon > i,
.btn-quaternary > i,
button-quaternary-icon > i,
.btn-quaternary-icon > i {
  margin-right: 0.5rem;
  line-height: 20px;
}
button[disabled], button.disabled,
.btn[disabled],
button-primary[disabled],
button-secondary[disabled],
button-tertiary[disabled],
button-quaternary[disabled],
[disabled].btn-primary,
button-primary-icon[disabled],
[disabled].btn-primary-icon,
[disabled].btn-secondary,
button-secondary-icon[disabled],
[disabled].btn-secondary-icon,
[disabled].btn-tertiary,
button-tertiary-icon[disabled],
[disabled].btn-tertiary-icon,
[disabled].btn-quaternary,
button-quaternary-icon[disabled],
[disabled].btn-quaternary-icon,
.btn.disabled,
button-primary.disabled,
button-secondary.disabled,
button-tertiary.disabled,
button-quaternary.disabled,
.disabled.btn-primary,
button-primary-icon.disabled,
.disabled.btn-primary-icon,
.disabled.btn-secondary,
button-secondary-icon.disabled,
.disabled.btn-secondary-icon,
.disabled.btn-tertiary,
button-tertiary-icon.disabled,
.disabled.btn-tertiary-icon,
.disabled.btn-quaternary,
button-quaternary-icon.disabled,
.disabled.btn-quaternary-icon {
  -webkit-box-shadow: none;
          box-shadow: none;
  cursor: not-allowed;
  opacity: 1;
}
button[disabled]:hover, button.disabled:hover,
.btn[disabled]:hover,
button-primary[disabled]:hover,
button-secondary[disabled]:hover,
button-tertiary[disabled]:hover,
button-quaternary[disabled]:hover,
[disabled].btn-primary:hover,
button-primary-icon[disabled]:hover,
[disabled].btn-primary-icon:hover,
[disabled].btn-secondary:hover,
button-secondary-icon[disabled]:hover,
[disabled].btn-secondary-icon:hover,
[disabled].btn-tertiary:hover,
button-tertiary-icon[disabled]:hover,
[disabled].btn-tertiary-icon:hover,
[disabled].btn-quaternary:hover,
button-quaternary-icon[disabled]:hover,
[disabled].btn-quaternary-icon:hover,
.btn.disabled:hover,
button-primary.disabled:hover,
button-secondary.disabled:hover,
button-tertiary.disabled:hover,
button-quaternary.disabled:hover,
.disabled.btn-primary:hover,
button-primary-icon.disabled:hover,
.disabled.btn-primary-icon:hover,
.disabled.btn-secondary:hover,
button-secondary-icon.disabled:hover,
.disabled.btn-secondary-icon:hover,
.disabled.btn-tertiary:hover,
button-tertiary-icon.disabled:hover,
.disabled.btn-tertiary-icon:hover,
.disabled.btn-quaternary:hover,
button-quaternary-icon.disabled:hover,
.disabled.btn-quaternary-icon:hover {
  -webkit-box-shadow: none;
          box-shadow: none;
}
button-primary, button-secondary, button-tertiary, button-quaternary,
.btn-primary,
button-primary-icon,
.btn-primary-icon,
.btn-secondary,
button-secondary-icon,
.btn-secondary-icon,
.btn-tertiary,
button-tertiary-icon,
.btn-tertiary-icon,
.btn-quaternary,
button-quaternary-icon,
.btn-quaternary-icon {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
button-lg,
.btn-lg,
.btn-group-lg > .btn,
.btn-group-lg > button-primary,
.btn-group-lg > button-secondary,
.btn-group-lg > button-tertiary,
.btn-group-lg > button-quaternary,
.btn-group-lg > .btn-primary,
.btn-group-lg > button-primary-icon,
.btn-group-lg > .btn-primary-icon,
.btn-group-lg > .btn-secondary,
.btn-group-lg > button-secondary-icon,
.btn-group-lg > .btn-secondary-icon,
.btn-group-lg > .btn-tertiary,
.btn-group-lg > button-tertiary-icon,
.btn-group-lg > .btn-tertiary-icon,
.btn-group-lg > .btn-quaternary,
.btn-group-lg > button-quaternary-icon,
.btn-group-lg > .btn-quaternary-icon {
  font-size: 1.25rem;
  min-height: 2.688rem;
  padding: 0.5rem 1rem;
}
button-sm,
.btn-sm,
.btn-group-sm > .btn,
.btn-group-sm > button-primary,
.btn-group-sm > button-secondary,
.btn-group-sm > button-tertiary,
.btn-group-sm > button-quaternary,
.btn-group-sm > .btn-primary,
.btn-group-sm > button-primary-icon,
.btn-group-sm > .btn-primary-icon,
.btn-group-sm > .btn-secondary,
.btn-group-sm > button-secondary-icon,
.btn-group-sm > .btn-secondary-icon,
.btn-group-sm > .btn-tertiary,
.btn-group-sm > button-tertiary-icon,
.btn-group-sm > .btn-tertiary-icon,
.btn-group-sm > .btn-quaternary,
.btn-group-sm > button-quaternary-icon,
.btn-group-sm > .btn-quaternary-icon {
  font-size: 0.75rem;
  line-height: 1rem;
  min-height: 1.438rem;
  padding: 3px 0.5rem;
}
button-primary, button-action, button-primary-icon,
.btn-primary,
.btn-primary-icon,
.btn-action {
  background-color: var(--primary-color);
  border: var(--border-button-size) solid var(--primary-color);
  color: var(--white);
}
button-primary[disabled], button-primary.disabled, button-action[disabled], button-action.disabled, button-primary-icon[disabled], button-primary-icon.disabled,
.btn-primary[disabled],
.btn-primary.disabled,
.btn-action[disabled],
.btn-action.disabled,
.btn-primary-icon[disabled],
.btn-primary-icon.disabled {
  background-color: var(--secondary-color);
  border: var(--border-button-size) solid var(--secondary-color);
  color: var(--white);
}
button-primary[disabled][data-loading=true], button-primary.disabled[data-loading=true], button-action[disabled][data-loading=true], button-action.disabled[data-loading=true], button-primary-icon[disabled][data-loading=true], button-primary-icon.disabled[data-loading=true],
.btn-primary[disabled][data-loading=true],
.btn-primary.disabled[data-loading=true],
.btn-action[disabled][data-loading=true],
.btn-action.disabled[data-loading=true],
.btn-primary-icon[disabled][data-loading=true],
.btn-primary-icon.disabled[data-loading=true] {
  background-color: var(--secondary-light-color);
  border: var(--border-button-size) solid var(--secondary-light-color);
  color: var(--secondary-darkest-color);
}
button-primary:not([disabled]):not(.disabled):focus, button-primary:not([disabled]):not(.disabled):hover, button-primary:not([disabled]):not(.disabled):active, button-action:not([disabled]):not(.disabled):focus, button-action:not([disabled]):not(.disabled):hover, button-action:not([disabled]):not(.disabled):active, button-primary-icon:not([disabled]):not(.disabled):focus, button-primary-icon:not([disabled]):not(.disabled):hover, button-primary-icon:not([disabled]):not(.disabled):active,
.btn-primary:not([disabled]):not(.disabled):focus,
.btn-primary:not([disabled]):not(.disabled):hover,
.btn-primary:not([disabled]):not(.disabled):active,
.btn-action:not([disabled]):not(.disabled):focus,
.btn-action:not([disabled]):not(.disabled):hover,
.btn-action:not([disabled]):not(.disabled):active,
.btn-primary-icon:not([disabled]):not(.disabled):focus,
.btn-primary-icon:not([disabled]):not(.disabled):hover,
.btn-primary-icon:not([disabled]):not(.disabled):active {
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
}
button-primary:not([disabled]):not(.disabled):focus, button-action:not([disabled]):not(.disabled):focus, button-primary-icon:not([disabled]):not(.disabled):focus,
.btn-primary:not([disabled]):not(.disabled):focus,
.btn-action:not([disabled]):not(.disabled):focus,
.btn-primary-icon:not([disabled]):not(.disabled):focus {
  background-color: var(--primary-color);
  border: var(--border-button-size) solid var(--primary-color);
  outline: var(--outline-button-size) solid var(--primary-light-color);
}
button-primary:not([disabled]):not(.disabled):hover, button-action:not([disabled]):not(.disabled):hover, button-primary-icon:not([disabled]):not(.disabled):hover,
.btn-primary:not([disabled]):not(.disabled):hover,
.btn-action:not([disabled]):not(.disabled):hover,
.btn-primary-icon:not([disabled]):not(.disabled):hover {
  background-color: var(--primary-dark-color);
  border: var(--border-button-size) solid var(--primary-dark-color);
  color: var(--white);
}
button-primary:not([disabled]):not(.disabled):active, button-action:not([disabled]):not(.disabled):active, button-primary-icon:not([disabled]):not(.disabled):active,
.btn-primary:not([disabled]):not(.disabled):active,
.btn-action:not([disabled]):not(.disabled):active,
.btn-primary-icon:not([disabled]):not(.disabled):active {
  background-color: var(--primary-light-color);
  border: var(--border-button-size) solid var(--primary-light-color);
  color: var(--primary-dark-color);
}
button-secondary, button-secondary-icon,
.btn-secondary,
.btn-secondary-icon {
  background-color: transparent;
  border: var(--border-button-size) solid var(--primary-color);
  color: var(--primary-color);
}
button-secondary[disabled], button-secondary.disabled, button-secondary-icon[disabled], button-secondary-icon.disabled,
.btn-secondary[disabled],
.btn-secondary.disabled,
.btn-secondary-icon[disabled],
.btn-secondary-icon.disabled {
  background-color: transparent;
  border: var(--border-button-size) solid var(--secondary-color);
  color: var(--secondary-color);
}
button-secondary:not([disabled]):not(.disabled):hover, button-secondary:not([disabled]):not(.disabled):focus, button-secondary-icon:not([disabled]):not(.disabled):hover, button-secondary-icon:not([disabled]):not(.disabled):focus,
.btn-secondary:not([disabled]):not(.disabled):hover,
.btn-secondary:not([disabled]):not(.disabled):focus,
.btn-secondary-icon:not([disabled]):not(.disabled):hover,
.btn-secondary-icon:not([disabled]):not(.disabled):focus {
  background-color: transparent;
  border: var(--border-button-size) solid var(--primary-dark-color);
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
  color: var(--primary-dark-color);
}
button-secondary:not([disabled]):not(.disabled):active, button-secondary-icon:not([disabled]):not(.disabled):active,
.btn-secondary:not([disabled]):not(.disabled):active,
.btn-secondary-icon:not([disabled]):not(.disabled):active {
  background-color: var(--primary-light-color);
  border: var(--border-button-size) solid var(--primary-light-color);
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
  color: var(--primary-dark-color);
}
button-tertiary, button-tertiary-icon,
.btn-tertiary,
.btn-tertiary-icon {
  background-color: transparent;
  border: var(--border-button-size) solid var(--primary-color);
  color: var(--primary-color);
}
button-tertiary[disabled], button-tertiary.disabled, button-tertiary-icon[disabled], button-tertiary-icon.disabled,
.btn-tertiary[disabled],
.btn-tertiary.disabled,
.btn-tertiary-icon[disabled],
.btn-tertiary-icon.disabled {
  background-color: transparent;
  border: var(--border-button-size) solid var(--secondary-color);
  color: var(--secondary-color);
}
button-tertiary[disabled][data-loading=true], button-tertiary.disabled[data-loading=true], button-tertiary-icon[disabled][data-loading=true], button-tertiary-icon.disabled[data-loading=true],
.btn-tertiary[disabled][data-loading=true],
.btn-tertiary.disabled[data-loading=true],
.btn-tertiary-icon[disabled][data-loading=true],
.btn-tertiary-icon.disabled[data-loading=true] {
  background-color: transparent;
  border: var(--border-button-size) solid var(--secondary-light-color);
  color: var(--secondary-light-color);
}
button-tertiary:not([disabled]):not(.disabled):hover, button-tertiary:not([disabled]):not(.disabled):focus, button-tertiary-icon:not([disabled]):not(.disabled):hover, button-tertiary-icon:not([disabled]):not(.disabled):focus,
.btn-tertiary:not([disabled]):not(.disabled):hover,
.btn-tertiary:not([disabled]):not(.disabled):focus,
.btn-tertiary-icon:not([disabled]):not(.disabled):hover,
.btn-tertiary-icon:not([disabled]):not(.disabled):focus {
  background-color: var(--white);
  border: var(--border-button-size) solid var(--white);
  -webkit-box-shadow: 0 2px 3px rgba(0, 0, 0, 0.4);
          box-shadow: 0 2px 3px rgba(0, 0, 0, 0.4);
  color: var(--primary-color);
}
button-tertiary:not([disabled]):not(.disabled):active, button-tertiary-icon:not([disabled]):not(.disabled):active,
.btn-tertiary:not([disabled]):not(.disabled):active,
.btn-tertiary-icon:not([disabled]):not(.disabled):active {
  background-color: var(--primary-darker-color);
  border: var(--border-button-size) solid var(--primary-darker-color);
  -webkit-box-shadow: none;
          box-shadow: none;
  color: var(--white);
}
button-tertiary, button-tertiary-icon,
.btn-tertiary,
.btn-tertiary-icon {
  background-color: transparent;
  border: var(--border-button-size) solid transparent;
  color: var(--primary-color);
  text-transform: uppercase;
}
button-tertiary[disabled], button-tertiary.disabled, button-tertiary-icon[disabled], button-tertiary-icon.disabled,
.btn-tertiary[disabled],
.btn-tertiary.disabled,
.btn-tertiary-icon[disabled],
.btn-tertiary-icon.disabled {
  background-color: transparent;
  border: var(--border-button-size) solid transparent;
  color: var(--secondary-color);
}
button-tertiary[disabled][data-loading=true], button-tertiary.disabled[data-loading=true], button-tertiary-icon[disabled][data-loading=true], button-tertiary-icon.disabled[data-loading=true],
.btn-tertiary[disabled][data-loading=true],
.btn-tertiary.disabled[data-loading=true],
.btn-tertiary-icon[disabled][data-loading=true],
.btn-tertiary-icon.disabled[data-loading=true] {
  border: var(--border-button-size) solid transparent;
}
button-tertiary:not([disabled]):not(.disabled):hover, button-tertiary:not([disabled]):not(.disabled):focus, button-tertiary-icon:not([disabled]):not(.disabled):hover, button-tertiary-icon:not([disabled]):not(.disabled):focus,
.btn-tertiary:not([disabled]):not(.disabled):hover,
.btn-tertiary:not([disabled]):not(.disabled):focus,
.btn-tertiary-icon:not([disabled]):not(.disabled):hover,
.btn-tertiary-icon:not([disabled]):not(.disabled):focus {
  background-color: var(--white);
  border: var(--border-button-size) solid var(--white);
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
  color: var(--primary-dark-color);
}
button-tertiary:not([disabled]):not(.disabled):active, button-tertiary-icon:not([disabled]):not(.disabled):active,
.btn-tertiary:not([disabled]):not(.disabled):active,
.btn-tertiary-icon:not([disabled]):not(.disabled):active {
  background-color: var(--primary-light-color);
  border: var(--border-button-size) solid var(--primary-light-color);
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
  color: var(--primary-dark-color);
}
button-quaternary,
.btn-quaternary,
button-quaternary-icon,
.btn-quaternary-icon {
  background-color: var(--secondary-lightest-color);
  border: 0;
  border-radius: 5px;
  color: var(--primary-dark-color);
  font-weight: 600;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  opacity: 1;
  text-align: inherit;
}
button-quaternary[disabled], button-quaternary.disabled,
.btn-quaternary[disabled],
button-quaternary-icon[disabled],
[disabled].btn-quaternary-icon,
.btn-quaternary.disabled,
button-quaternary-icon.disabled,
.disabled.btn-quaternary-icon {
  background: var(--secondary-lightest-color);
  color: var(--secondary-color);
  cursor: not-allowed;
}
button-quaternary[disabled][data-loading=true], button-quaternary.disabled[data-loading=true],
.btn-quaternary[disabled][data-loading=true],
button-quaternary-icon[disabled][data-loading=true],
[disabled][data-loading=true].btn-quaternary-icon,
.btn-quaternary.disabled[data-loading=true],
button-quaternary-icon.disabled[data-loading=true],
.disabled[data-loading=true].btn-quaternary-icon {
  background-color: var(--secondary-light-color);
  color: var(--white);
}
button-quaternary:not([disabled]):not(.disabled):hover, button-quaternary:not([disabled]):not(.disabled):focus,
.btn-quaternary:not([disabled]):not(.disabled):hover,
button-quaternary-icon:not([disabled]):not(.disabled):hover,
.btn-quaternary-icon:not([disabled]):not(.disabled):hover,
.btn-quaternary:not([disabled]):not(.disabled):focus,
button-quaternary-icon:not([disabled]):not(.disabled):focus,
.btn-quaternary-icon:not([disabled]):not(.disabled):focus {
  background-color: var(--secondary-color);
  color: var(--secondary-darkest-color);
}
button-quaternary:not([disabled]):not(.disabled):active,
.btn-quaternary:not([disabled]):not(.disabled):active,
button-quaternary-icon:not([disabled]):not(.disabled):active,
.btn-quaternary-icon:not([disabled]):not(.disabled):active {
  background: var(--primary-light-color);
  color: var(--primary-dark-color);
}
button-danger,
.btn-danger {
  background-color: transparent;
  border: var(--border-button-size) solid var(--danger-dark-color);
  color: var(--danger-dark-color);
}
button-danger[disabled], button-danger.disabled,
.btn-danger[disabled],
.btn-danger.disabled {
  background-color: transparent;
  border: var(--border-button-size) solid var(--secondary-color);
  color: var(--secondary-color);
}
button-danger:not([disabled]):not(.disabled):focus,
.btn-danger:not([disabled]):not(.disabled):focus {
  background-color: transparent;
  border: var(--border-button-size) solid var(--danger-dark-color);
  color: var(--danger-dark-color);
  outline: var(--outline-button-size) solid var(--danger-light-color);
}
button-danger:not([disabled]):not(.disabled):hover,
.btn-danger:not([disabled]):not(.disabled):hover {
  background-color: var(--danger-dark-color);
  border: var(--border-button-size) solid var(--danger-dark-color);
  -webkit-box-shadow: none;
          box-shadow: none;
  color: var(--white);
}
button-danger:not([disabled]):not(.disabled):active,
.btn-danger:not([disabled]):not(.disabled):active {
  background-color: var(--danger-light-color);
  border: var(--border-button-size) solid var(--danger-light-color);
  -webkit-box-shadow: none;
          box-shadow: none;
  color: var(--danger-dark-color);
}
button-floating,
.btn-floating {
  -webkit-box-shadow: 0 2px 3px rgba(0, 0, 0, 0.4);
          box-shadow: 0 2px 3px rgba(0, 0, 0, 0.4);
}
button-floating:not([disabled]):not(.disabled):focus, button-floating:not([disabled]):not(.disabled):hover, button-floating:not([disabled]):not(.disabled):active,
.btn-floating:not([disabled]):not(.disabled):focus,
.btn-floating:not([disabled]):not(.disabled):hover,
.btn-floating:not([disabled]):not(.disabled):active {
  -webkit-box-shadow: 0 2px 3px rgba(0, 0, 0, 0.4) !important;
          box-shadow: 0 2px 3px rgba(0, 0, 0, 0.4) !important;
}
button-quaternary-icon,
.btn-quaternary-icon {
  border-radius: 5px !important;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
button-primary-icon,
.btn-primary-icon, button-secondary-icon,
.btn-secondary-icon, button-tertiary-icon,
.btn-tertiary-icon, button-quaternary-icon,
.btn-quaternary-icon {
  border-radius: 50%;
  height: 2rem;
  width: 2rem;
  min-width: 2rem;
  min-height: 2rem;
  max-width: 2rem;
  max-height: 2rem;
  padding: 0;
}
button-primary-icon > i,
.btn-primary-icon > i, button-secondary-icon > i,
.btn-secondary-icon > i, button-tertiary-icon > i,
.btn-tertiary-icon > i, button-quaternary-icon > i,
.btn-quaternary-icon > i {
  margin: 0;
  vertical-align: middle;
}

button-primary-icon.btn-lg, .btn-group-lg > button-primary-icon.btn,
.btn-group-lg > button-primary-icon.btn-primary,
.btn-group-lg > button-primary-icon.btn-secondary,
.btn-group-lg > button-primary-icon.btn-tertiary,
.btn-group-lg > button-primary-icon.btn-quaternary,
.btn-group-lg > button-primary-icon,
.btn-primary-icon.btn-lg,
.btn-group-lg > .btn-primary-icon, button-secondary-icon.btn-lg, .btn-group-lg > button-secondary-icon.btn,
.btn-group-lg > button-secondary-icon.btn-primary,
.btn-group-lg > button-secondary-icon.btn-secondary,
.btn-group-lg > button-secondary-icon.btn-tertiary,
.btn-group-lg > button-secondary-icon.btn-quaternary,
.btn-group-lg > button-secondary-icon,
.btn-secondary-icon.btn-lg,
.btn-group-lg > .btn-secondary-icon, button-tertiary-icon.btn-lg, .btn-group-lg > button-tertiary-icon.btn,
.btn-group-lg > button-tertiary-icon.btn-primary,
.btn-group-lg > button-tertiary-icon.btn-secondary,
.btn-group-lg > button-tertiary-icon.btn-tertiary,
.btn-group-lg > button-tertiary-icon.btn-quaternary,
.btn-group-lg > button-tertiary-icon,
.btn-tertiary-icon.btn-lg,
.btn-group-lg > .btn-tertiary-icon, button-quaternary-icon.btn-lg, .btn-group-lg > button-quaternary-icon.btn,
.btn-group-lg > button-quaternary-icon.btn-primary,
.btn-group-lg > button-quaternary-icon.btn-secondary,
.btn-group-lg > button-quaternary-icon.btn-tertiary,
.btn-group-lg > button-quaternary-icon.btn-quaternary,
.btn-group-lg > button-quaternary-icon,
.btn-quaternary-icon.btn-lg,
.btn-group-lg > .btn-quaternary-icon {
  font-size: 1.25rem;
  height: 2.688rem;
  width: 2.688rem;
  min-height: 2.688rem;
  min-width: 2.688rem;
  max-height: 2.688rem;
  max-width: 2.688rem;
  padding: 0;
}

button-primary-icon.btn-sm, .btn-group-sm > button-primary-icon.btn,
.btn-group-sm > button-primary-icon.btn-primary,
.btn-group-sm > button-primary-icon.btn-secondary,
.btn-group-sm > button-primary-icon.btn-tertiary,
.btn-group-sm > button-primary-icon.btn-quaternary,
.btn-group-sm > button-primary-icon,
.btn-primary-icon.btn-sm,
.btn-group-sm > .btn-primary-icon, button-secondary-icon.btn-sm, .btn-group-sm > button-secondary-icon.btn,
.btn-group-sm > button-secondary-icon.btn-primary,
.btn-group-sm > button-secondary-icon.btn-secondary,
.btn-group-sm > button-secondary-icon.btn-tertiary,
.btn-group-sm > button-secondary-icon.btn-quaternary,
.btn-group-sm > button-secondary-icon,
.btn-secondary-icon.btn-sm,
.btn-group-sm > .btn-secondary-icon, button-tertiary-icon.btn-sm, .btn-group-sm > button-tertiary-icon.btn,
.btn-group-sm > button-tertiary-icon.btn-primary,
.btn-group-sm > button-tertiary-icon.btn-secondary,
.btn-group-sm > button-tertiary-icon.btn-tertiary,
.btn-group-sm > button-tertiary-icon.btn-quaternary,
.btn-group-sm > button-tertiary-icon,
.btn-tertiary-icon.btn-sm,
.btn-group-sm > .btn-tertiary-icon, button-quaternary-icon.btn-sm, .btn-group-sm > button-quaternary-icon.btn,
.btn-group-sm > button-quaternary-icon.btn-primary,
.btn-group-sm > button-quaternary-icon.btn-secondary,
.btn-group-sm > button-quaternary-icon.btn-tertiary,
.btn-group-sm > button-quaternary-icon.btn-quaternary,
.btn-group-sm > button-quaternary-icon,
.btn-quaternary-icon.btn-sm,
.btn-group-sm > .btn-quaternary-icon {
  font-size: 0.75rem;
  height: 1.625rem;
  width: 1.625rem;
  min-height: 1.625rem;
  min-width: 1.625rem;
  max-height: 1.625rem;
  max-width: 1.625rem;
  padding: 0;
}

.btn-icon-only i {
  margin: 0;
}

@media not print {
  body[data-ac-activated] {
    /**
      FIX: para botões criados a partir de links (a) pois o efeito do ::after não funciona
    */
  }
  body[data-ac-activated] button-primary, body[data-ac-activated] button-primary-icon,
  body[data-ac-activated] .btn-primary,
  body[data-ac-activated] .btn-primary-icon {
    position: relative !important;
  }
  body[data-ac-activated] button-primary::after, body[data-ac-activated] button-primary-icon::after,
  body[data-ac-activated] .btn-primary::after,
  body[data-ac-activated] .btn-primary-icon::after {
    border-radius: 50rem !important;
    content: "" !important;
    height: 100% !important;
    left: 0 !important;
    opacity: 0 !important;
    position: absolute !important;
    top: 0 !important;
    -webkit-transition: opacity 0.1s linear !important;
    transition: opacity 0.1s linear !important;
    width: 100% !important;
  }
  body[data-ac-activated] button-primary:not([disabled]):hover, body[data-ac-activated] button-primary:not([disabled]):focus, body[data-ac-activated] button-primary-icon:not([disabled]):hover, body[data-ac-activated] button-primary-icon:not([disabled]):focus,
  body[data-ac-activated] .btn-primary:not([disabled]):hover,
  body[data-ac-activated] .btn-primary:not([disabled]):focus,
  body[data-ac-activated] .btn-primary-icon:not([disabled]):hover,
  body[data-ac-activated] .btn-primary-icon:not([disabled]):focus {
    -webkit-box-shadow: none !important;
            box-shadow: none !important;
  }
  body[data-ac-activated] button-primary:not([disabled]):active::after, body[data-ac-activated] button-primary-icon:not([disabled]):active::after,
  body[data-ac-activated] .btn-primary:not([disabled]):active::after,
  body[data-ac-activated] .btn-primary-icon:not([disabled]):active::after {
    opacity: 1 !important;
  }
  body[data-ac-activated] button-primary, body[data-ac-activated] button-action, body[data-ac-activated] button-primary-icon,
  body[data-ac-activated] .btn-primary,
  body[data-ac-activated] .btn-action,
  body[data-ac-activated] .btn-primary-icon {
    background-color: var(--primary-color) !important;
    border: var(--border-button-size) solid var(--primary-color) !important;
    color: var(--primary-dark-color) !important;
  }
  body[data-ac-activated] button-primary::after, body[data-ac-activated] button-action::after, body[data-ac-activated] button-primary-icon::after,
  body[data-ac-activated] .btn-primary::after,
  body[data-ac-activated] .btn-action::after,
  body[data-ac-activated] .btn-primary-icon::after {
    border: var(--border-button-size) solid var(--primary-dark-color) !important;
  }
  body[data-ac-activated] button-primary:not([disabled]), body[data-ac-activated] button-action:not([disabled]), body[data-ac-activated] button-primary-icon:not([disabled]),
  body[data-ac-activated] .btn-primary:not([disabled]),
  body[data-ac-activated] .btn-action:not([disabled]),
  body[data-ac-activated] .btn-primary-icon:not([disabled]) {
    --outline-button-size: 0px;
  }
  body[data-ac-activated] button-primary:not([disabled]):hover, body[data-ac-activated] button-primary:not([disabled]):focus, body[data-ac-activated] button-action:not([disabled]):hover, body[data-ac-activated] button-action:not([disabled]):focus, body[data-ac-activated] button-primary-icon:not([disabled]):hover, body[data-ac-activated] button-primary-icon:not([disabled]):focus,
  body[data-ac-activated] .btn-primary:not([disabled]):hover,
  body[data-ac-activated] .btn-primary:not([disabled]):focus,
  body[data-ac-activated] .btn-action:not([disabled]):hover,
  body[data-ac-activated] .btn-action:not([disabled]):focus,
  body[data-ac-activated] .btn-primary-icon:not([disabled]):hover,
  body[data-ac-activated] .btn-primary-icon:not([disabled]):focus {
    background-color: var(--primary-light-color) !important;
    border: var(--border-button-size) solid var(--primary-light-color) !important;
    -webkit-box-shadow: none !important;
            box-shadow: none !important;
    color: var(--primary-dark-color) !important;
  }
  body[data-ac-activated] button-primary.disabled, body[data-ac-activated] button-primary[aria-disabled=true], body[data-ac-activated] button-primary[disabled], body[data-ac-activated] button-action.disabled, body[data-ac-activated] button-action[aria-disabled=true], body[data-ac-activated] button-action[disabled], body[data-ac-activated] button-primary-icon.disabled, body[data-ac-activated] button-primary-icon[aria-disabled=true], body[data-ac-activated] button-primary-icon[disabled],
  body[data-ac-activated] .btn-primary.disabled,
  body[data-ac-activated] .btn-primary[aria-disabled=true],
  body[data-ac-activated] .btn-primary[disabled],
  body[data-ac-activated] .btn-action.disabled,
  body[data-ac-activated] .btn-action[aria-disabled=true],
  body[data-ac-activated] .btn-action[disabled],
  body[data-ac-activated] .btn-primary-icon.disabled,
  body[data-ac-activated] .btn-primary-icon[aria-disabled=true],
  body[data-ac-activated] .btn-primary-icon[disabled] {
    opacity: 0.65;
  }
  body[data-ac-activated] button-primary.disabled:hover, body[data-ac-activated] button-primary.disabled:focus, body[data-ac-activated] button-primary[aria-disabled=true]:hover, body[data-ac-activated] button-primary[aria-disabled=true]:focus, body[data-ac-activated] button-primary[disabled]:hover, body[data-ac-activated] button-primary[disabled]:focus, body[data-ac-activated] button-action.disabled:hover, body[data-ac-activated] button-action.disabled:focus, body[data-ac-activated] button-action[aria-disabled=true]:hover, body[data-ac-activated] button-action[aria-disabled=true]:focus, body[data-ac-activated] button-action[disabled]:hover, body[data-ac-activated] button-action[disabled]:focus, body[data-ac-activated] button-primary-icon.disabled:hover, body[data-ac-activated] button-primary-icon.disabled:focus, body[data-ac-activated] button-primary-icon[aria-disabled=true]:hover, body[data-ac-activated] button-primary-icon[aria-disabled=true]:focus, body[data-ac-activated] button-primary-icon[disabled]:hover, body[data-ac-activated] button-primary-icon[disabled]:focus,
  body[data-ac-activated] .btn-primary.disabled:hover,
  body[data-ac-activated] .btn-primary.disabled:focus,
  body[data-ac-activated] .btn-primary[aria-disabled=true]:hover,
  body[data-ac-activated] .btn-primary[aria-disabled=true]:focus,
  body[data-ac-activated] .btn-primary[disabled]:hover,
  body[data-ac-activated] .btn-primary[disabled]:focus,
  body[data-ac-activated] .btn-action.disabled:hover,
  body[data-ac-activated] .btn-action.disabled:focus,
  body[data-ac-activated] .btn-action[aria-disabled=true]:hover,
  body[data-ac-activated] .btn-action[aria-disabled=true]:focus,
  body[data-ac-activated] .btn-action[disabled]:hover,
  body[data-ac-activated] .btn-action[disabled]:focus,
  body[data-ac-activated] .btn-primary-icon.disabled:hover,
  body[data-ac-activated] .btn-primary-icon.disabled:focus,
  body[data-ac-activated] .btn-primary-icon[aria-disabled=true]:hover,
  body[data-ac-activated] .btn-primary-icon[aria-disabled=true]:focus,
  body[data-ac-activated] .btn-primary-icon[disabled]:hover,
  body[data-ac-activated] .btn-primary-icon[disabled]:focus {
    background-color: var(--primary-color) !important;
    -webkit-box-shadow: none !important;
            box-shadow: none !important;
    color: var(--primary-dark-color) !important;
    border-color: var(--primary-color) !important;
  }
  body[data-ac-activated] button-secondary, body[data-ac-activated] button-secondary-icon,
  body[data-ac-activated] .btn-secondary,
  body[data-ac-activated] .btn-secondary-icon {
    background-color: transparent !important;
    border: var(--border-button-size) solid var(--primary-color) !important;
    color: var(--primary-color) !important;
    -webkit-transition: all 0.1s linear !important;
    transition: all 0.1s linear !important;
  }
  body[data-ac-activated] button-secondary:not([disabled], [aria-disabled=true], .disabled):hover, body[data-ac-activated] button-secondary:not([disabled], [aria-disabled=true], .disabled):focus, body[data-ac-activated] button-secondary-icon:not([disabled], [aria-disabled=true], .disabled):hover, body[data-ac-activated] button-secondary-icon:not([disabled], [aria-disabled=true], .disabled):focus,
  body[data-ac-activated] .btn-secondary:not([disabled], [aria-disabled=true], .disabled):hover,
  body[data-ac-activated] .btn-secondary:not([disabled], [aria-disabled=true], .disabled):focus,
  body[data-ac-activated] .btn-secondary-icon:not([disabled], [aria-disabled=true], .disabled):hover,
  body[data-ac-activated] .btn-secondary-icon:not([disabled], [aria-disabled=true], .disabled):focus {
    background-color: transparent !important;
    border: var(--border-button-size) solid var(--primary-light-color) !important;
    color: var(--primary-light-color) !important;
  }
  body[data-ac-activated] button-secondary:not([disabled], [aria-disabled=true], .disabled):active, body[data-ac-activated] button-secondary-icon:not([disabled], [aria-disabled=true], .disabled):active,
  body[data-ac-activated] .btn-secondary:not([disabled], [aria-disabled=true], .disabled):active,
  body[data-ac-activated] .btn-secondary-icon:not([disabled], [aria-disabled=true], .disabled):active {
    outline: 2px solid var(--primary-light-color);
    border-color: var(--primary-light-color);
    -webkit-box-shadow: none !important;
            box-shadow: none !important;
    color: var(--primary-light-color) !important;
  }
  body[data-ac-activated] button-secondary.disabled, body[data-ac-activated] button-secondary[aria-disabled=true], body[data-ac-activated] button-secondary[disabled], body[data-ac-activated] button-secondary-icon.disabled, body[data-ac-activated] button-secondary-icon[aria-disabled=true], body[data-ac-activated] button-secondary-icon[disabled],
  body[data-ac-activated] .btn-secondary.disabled,
  body[data-ac-activated] .btn-secondary[aria-disabled=true],
  body[data-ac-activated] .btn-secondary[disabled],
  body[data-ac-activated] .btn-secondary-icon.disabled,
  body[data-ac-activated] .btn-secondary-icon[aria-disabled=true],
  body[data-ac-activated] .btn-secondary-icon[disabled] {
    opacity: 0.65;
  }
  body[data-ac-activated] button-tertiary, body[data-ac-activated] button-tertiary-icon,
  body[data-ac-activated] .btn-tertiary,
  body[data-ac-activated] .btn-tertiary-icon {
    background-color: transparent !important;
    border: var(--border-button-size) solid transparent !important;
    color: var(--primary-color) !important;
    -webkit-transition: all 0.1s linear !important;
    transition: all 0.1s linear !important;
  }
  body[data-ac-activated] button-tertiary:not([disabled], [aria-disabled=true], .disabled):hover, body[data-ac-activated] button-tertiary:not([disabled], [aria-disabled=true], .disabled):focus, body[data-ac-activated] button-tertiary-icon:not([disabled], [aria-disabled=true], .disabled):hover, body[data-ac-activated] button-tertiary-icon:not([disabled], [aria-disabled=true], .disabled):focus,
  body[data-ac-activated] .btn-tertiary:not([disabled], [aria-disabled=true], .disabled):hover,
  body[data-ac-activated] .btn-tertiary:not([disabled], [aria-disabled=true], .disabled):focus,
  body[data-ac-activated] .btn-tertiary-icon:not([disabled], [aria-disabled=true], .disabled):hover,
  body[data-ac-activated] .btn-tertiary-icon:not([disabled], [aria-disabled=true], .disabled):focus {
    background-color: transparent !important;
    border: var(--border-button-size) solid var(--primary-light-color) !important;
    color: var(--primary-light-color) !important;
  }
  body[data-ac-activated] button-tertiary:not([disabled], [aria-disabled=true], .disabled):active, body[data-ac-activated] button-tertiary-icon:not([disabled], [aria-disabled=true], .disabled):active,
  body[data-ac-activated] .btn-tertiary:not([disabled], [aria-disabled=true], .disabled):active,
  body[data-ac-activated] .btn-tertiary-icon:not([disabled], [aria-disabled=true], .disabled):active {
    outline: 2px solid var(--primary-light-color);
    border-color: var(--primary-light-color);
    color: var(--primary-light-color) !important;
  }
  body[data-ac-activated] button-tertiary.disabled, body[data-ac-activated] button-tertiary[aria-disabled=true], body[data-ac-activated] button-tertiary[disabled], body[data-ac-activated] button-tertiary-icon.disabled, body[data-ac-activated] button-tertiary-icon[aria-disabled=true], body[data-ac-activated] button-tertiary-icon[disabled],
  body[data-ac-activated] .btn-tertiary.disabled,
  body[data-ac-activated] .btn-tertiary[aria-disabled=true],
  body[data-ac-activated] .btn-tertiary[disabled],
  body[data-ac-activated] .btn-tertiary-icon.disabled,
  body[data-ac-activated] .btn-tertiary-icon[aria-disabled=true],
  body[data-ac-activated] .btn-tertiary-icon[disabled] {
    opacity: 0.65;
  }
  body[data-ac-activated] button-quaternary,
  body[data-ac-activated] .btn-quaternary,
  body[data-ac-activated] button-quaternary-icon,
  body[data-ac-activated] .btn-quaternary-icon {
    background: var(--bg-color);
    border: 1px solid;
    color: var(--primary-color) !important;
  }
  body[data-ac-activated] button-quaternary:not([disabled], [aria-disabled=true], .disabled):focus, body[data-ac-activated] button-quaternary:not([disabled], [aria-disabled=true], .disabled):hover,
  body[data-ac-activated] .btn-quaternary:not([disabled], [aria-disabled=true], .disabled):focus,
  body[data-ac-activated] button-quaternary-icon:not([disabled], [aria-disabled=true], .disabled):focus,
  body[data-ac-activated] .btn-quaternary-icon:not([disabled], [aria-disabled=true], .disabled):focus,
  body[data-ac-activated] .btn-quaternary:not([disabled], [aria-disabled=true], .disabled):hover,
  body[data-ac-activated] button-quaternary-icon:not([disabled], [aria-disabled=true], .disabled):hover,
  body[data-ac-activated] .btn-quaternary-icon:not([disabled], [aria-disabled=true], .disabled):hover {
    background: var(--primary-light-color);
    border-color: var(--border-color);
    -webkit-box-shadow: none;
            box-shadow: none;
    color: var(--primary-dark-color) !important;
  }
  body[data-ac-activated] button-quaternary:not([disabled], [aria-disabled=true], .disabled):active,
  body[data-ac-activated] .btn-quaternary:not([disabled], [aria-disabled=true], .disabled):active,
  body[data-ac-activated] button-quaternary-icon:not([disabled], [aria-disabled=true], .disabled):active,
  body[data-ac-activated] .btn-quaternary-icon:not([disabled], [aria-disabled=true], .disabled):active {
    border: 1px solid var(--primary-dark-color) !important;
    outline: var(--outline-button-size) solid var(--primary-light-color);
  }
  body[data-ac-activated] button-quaternary.disabled, body[data-ac-activated] button-quaternary[aria-disabled=true], body[data-ac-activated] button-quaternary[disabled],
  body[data-ac-activated] .btn-quaternary.disabled,
  body[data-ac-activated] button-quaternary-icon.disabled,
  body[data-ac-activated] .disabled.btn-quaternary-icon,
  body[data-ac-activated] .btn-quaternary[aria-disabled=true],
  body[data-ac-activated] button-quaternary-icon[aria-disabled=true],
  body[data-ac-activated] [aria-disabled=true].btn-quaternary-icon,
  body[data-ac-activated] .btn-quaternary[disabled],
  body[data-ac-activated] button-quaternary-icon[disabled],
  body[data-ac-activated] [disabled].btn-quaternary-icon {
    opacity: 0.65;
  }
  body[data-ac-activated] button[data-loading=true],
  body[data-ac-activated] .btn[data-loading=true],
  body[data-ac-activated] button-primary[data-loading=true],
  body[data-ac-activated] button-secondary[data-loading=true],
  body[data-ac-activated] button-tertiary[data-loading=true],
  body[data-ac-activated] button-quaternary[data-loading=true],
  body[data-ac-activated] [data-loading=true].btn-primary,
  body[data-ac-activated] [data-loading=true].btn-secondary,
  body[data-ac-activated] [data-loading=true].btn-tertiary,
  body[data-ac-activated] [data-loading=true].btn-quaternary,
  body[data-ac-activated] button-primary-icon[data-loading=true],
  body[data-ac-activated] [data-loading=true].btn-primary-icon,
  body[data-ac-activated] button-secondary-icon[data-loading=true],
  body[data-ac-activated] [data-loading=true].btn-secondary-icon,
  body[data-ac-activated] button-tertiary-icon[data-loading=true],
  body[data-ac-activated] [data-loading=true].btn-tertiary-icon,
  body[data-ac-activated] button-quaternary-icon[data-loading=true],
  body[data-ac-activated] [data-loading=true].btn-quaternary-icon {
    background: var(--bg-color);
  }
  body[data-ac-activated] a.btn-primary:not([disabled]):active,
  body[data-ac-activated] a.btn-primary-icon:not([disabled]):active {
    border: var(--border-button-size) solid var(--primary-dark-color) !important;
    outline: var(--outline-button-size) solid var(--primary-light-color);
  }
  body[data-ac-activated] a.btn-primary:not([disabled]):active::after,
  body[data-ac-activated] a.btn-primary-icon:not([disabled]):active::after {
    opacity: 0 !important;
  }
}
.icon > [class^=fa] span, .icon .notification {
  background-color: var(--danger-dark-color);
  border: 1px solid var(--white);
  border-radius: 3px;
  color: var(--white);
  font-family: "Open Sans", sans-serif;
  font-size: 0.625rem;
  font-weight: bold;
  line-height: 0.65rem;
  padding: 2px;
  position: absolute;
}

.icon {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: transparent;
  border: 2px solid transparent;
  border-radius: 50%;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 0;
  padding: 1px;
  position: relative;
  -webkit-transition: all 0.1s linear;
  transition: all 0.1s linear;
  min-width: 47px;
  height: 47px;
}
.icon i {
  margin: 0;
}
.icon .notification {
  right: -4px;
  top: 1px;
}
.icon > img + .notification {
  right: -9px;
}
.icon > [class^=fa] {
  color: var(--secondary-darker-color);
  font-size: 1.188rem;
  position: relative;
  /**
   * Mantém compatibilidade com versões <= 1.13.0
   */
}
.icon > [class^=fa] span {
  right: -15px;
  top: -5px;
}
.icon > img + .placeholder {
  height: 95%;
  width: 95%;
}
.icon > .placeholder {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: var(--primary-light-color);
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: absolute;
  width: 100%;
}
.icon > .placeholder > span {
  font-family: "Open Sans", sans-serif;
  font-size: 1.125rem;
  font-weight: bold;
}
.icon img {
  border-radius: 50%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
}
.icon:hover, .icon:focus {
  background-color: var(--white);
  -webkit-box-shadow: 0 2px 3px rgba(0, 0, 0, 0.4);
          box-shadow: 0 2px 3px rgba(0, 0, 0, 0.4);
  cursor: pointer;
  outline: none;
  text-decoration: none;
}
.icon:hover > [class^=fa], .icon:focus > [class^=fa] {
  color: var(--secondary-darkest-color);
}
.icon:active {
  background-color: var(--primary-darker-color);
  -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.4);
          box-shadow: 0 0 3px rgba(0, 0, 0, 0.4);
}
.icon:active [class^=fa] {
  color: var(--white);
}

@media not print {
  body[data-ac-activated] .icon .notification, body[data-ac-activated] .icon > [class^=fa] span {
    background-color: var(--primary-color);
    border: 1px solid var(--primary-dark-color);
    color: var(--primary-dark-color);
  }
  body[data-ac-activated] .icon {
    border-color: var(--primary-dark-color);
    /**
    * Mantém compatibilidade com versões <= 1.13.0
    */
  }
  body[data-ac-activated] .icon > [class^=fa] {
    color: var(--primary-color);
  }
  body[data-ac-activated] .icon > .placeholder {
    background-color: var(--primary-color);
    height: 90%;
    width: 90%;
  }
  body[data-ac-activated] .icon > .placeholder > span {
    color: var(--primary-dark-color);
  }
  body[data-ac-activated] .icon:hover, body[data-ac-activated] .icon:focus {
    -webkit-box-shadow: none;
            box-shadow: none;
  }
  body[data-ac-activated] .icon:hover > [class^=fa], body[data-ac-activated] .icon:focus > [class^=fa] {
    color: var(--primary-dark-color);
  }
  body[data-ac-activated] .icon:active {
    background-color: transparent;
    border: 2px solid var(--primary-light-color);
    -webkit-box-shadow: none;
            box-shadow: none;
  }
  body[data-ac-activated] .icon:active > [class^=fa] {
    color: var(--primary-light-color);
  }
  body[data-ac-activated=branco-azul] .icon:hover, body[data-ac-activated=branco-azul] .icon:focus {
    background-color: var(--primary-light-color);
  }
  body[data-ac-activated=branco-azul] .icon:active {
    background-color: transparent;
  }
}
.image__responsive {
  padding: 0;
  text-align: center;
}
body[data-ac-activated=preto-amarelo] .image__responsive, .component__box.preto-amarelo .image__responsive {
  display: none !important;
}
body[data-ac-activated=azul-amarelo] .image__responsive, .component__box.azul-amarelo .image__responsive {
  display: none !important;
}
body[data-ac-activated=branco-azul] .image__responsive, .component__box.branco-azul .image__responsive {
  display: none !important;
}
body[data-ac-activated=preto-azul] .image__responsive, .component__box.preto-azul .image__responsive {
  display: none !important;
}

ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
ul li {
  margin-bottom: 10px;
}
ul li:last-child {
  margin-bottom: 0;
}
ul li::before {
  color: var(--secondary-darkest-color);
  display: inline-block;
  -webkit-transform: scale(0.8);
          transform: scale(0.8);
  width: 20px;
}
ul li.li-square::before {
  content: "■";
}

.fix-ul-li ul,
ul.fix-ul-li {
  margin-left: 20px;
  list-style-type: disc;
}
.fix-ul-li ul.list-circle,
ul.fix-ul-li.list-circle {
  list-style-type: circle;
}
.fix-ul-li ul.list-square,
ul.fix-ul-li.list-square {
  list-style-type: square;
}

ol {
  margin: 0;
  -webkit-padding-start: 16px;
          padding-inline-start: 16px;
}
ol li {
  margin-bottom: 10px;
  position: relative;
}
ol li::marker {
  font-weight: bold;
}
ol li:last-child {
  margin-bottom: 0;
}
ol.list-lower-alpha {
  list-style-type: lower-alpha;
}
ol.list-upper-alpha {
  list-style-type: upper-alpha;
}
ol.list-lower-roman {
  list-style-type: lower-roman;
}
ol.list-upper-roman {
  list-style-type: upper-roman;
}
ol.list-lower-greek {
  list-style-type: lower-greek;
}

@media not print {
  body[data-ac-activated] ol li,
  body[data-ac-activated] ul li {
    color: var(--text-color) !important;
  }
  body[data-ac-activated] ol li.li-square::before,
  body[data-ac-activated] ul li.li-square::before {
    color: var(--text-color) !important;
  }
}
.tag-rotulo {
  background-color: var(--secondary-lightest-color);
  border-radius: 5px;
  color: var(--secondary-darkest-color);
  font-size: 0.625rem;
  font-weight: 600;
  min-width: 27px;
  padding: 3px 5px;
  padding-bottom: 2px;
  text-align: center;
}
.tag-rotulo.light {
  background-color: var(--primary-light-color);
  color: var(--secondary-darkest-color);
}
.tag-rotulo.dark {
  background-color: var(--primary-dark-color);
  color: var(--white);
}
.tag-rotulo.regular {
  background-color: var(--primary-color);
  color: var(--white);
}
.tag-rotulo.yellow {
  background-color: var(--yellow-light-color);
  color: var(--yellow-dark-color);
}
.tag-rotulo.purple {
  background-color: var(--purple-light-color);
  color: var(--purple-dark-color);
}
.tag-rotulo.red {
  background-color: var(--red-light-color);
  color: var(--red-dark-color);
}
.tag-rotulo.lightgray {
  background-color: var(--secondary-lightest-color);
  color: var(--secondary-darkest-color);
}
.tag-rotulo.secondary {
  background-color: var(--secondary-color);
  color: var(--secondary-darkest-color);
}
.tag-rotulo.darkgray {
  background-color: var(--secondary-darkest-color);
  color: var(--white);
}
.tag-rotulo.academica {
  background-color: var(--academica-primary-color);
  color: var(--white);
}
.tag-rotulo.administrativa {
  background-color: var(--administrativa-primary-color);
  color: var(--white);
}
.tag-rotulo.social {
  background-color: var(--social-primary-color);
  color: var(--white);
}
.tag-rotulo[disabled] {
  background-color: var(--secondary-lightest-color);
  color: var(--secondary-darkest-color);
}

.tag-contador {
  background-color: #cc2c29;
  border-radius: 5px;
  color: var(--white);
  font-size: 0.625rem;
  font-weight: 600;
  padding: 3px 5px;
  padding-bottom: 2px;
}

.tag-filtro {
  --border-tag-filtro-size: 0;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border: var(--border-tag-filtro-size);
  border-radius: 5px;
  color: var(--secondary-darkest-color);
  cursor: pointer;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  font-weight: 600;
  height: auto;
  line-height: 1.5;
  margin: 0;
  min-height: auto;
  padding: 3px 5px;
  padding-bottom: 0;
  padding-left: 8px;
  padding-right: 28px;
  padding-top: 0;
  position: relative;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
html[data-browser*=Firefox] .tag-filtro {
  padding-bottom: 0;
}
.tag-filtro:hover, .tag-filtro:focus {
  outline: none;
}
.tag-filtro:hover span.title, .tag-filtro:focus span.title {
  display: block;
}
.tag-filtro i {
  border-bottom-right-radius: 5px;
  border-top-right-radius: 5px;
  font-size: 0.625rem;
  height: 100%;
  margin: 0;
  position: absolute;
  right: -1px;
  top: 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  width: 20px;
}
.tag-filtro i::before {
  left: 50%;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.tag-filtro span.title {
  background-color: var(--secondary-darkest-color);
  border-radius: 5px;
  color: var(--white);
  display: none;
  font-size: 0.625rem;
  margin: 0;
  margin-left: 16px;
  margin-top: 16px;
  padding: 3px 5px;
  position: absolute;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  z-index: 1000;
}
.tag-filtro.darker {
  background-color: var(--secondary-lightest-color);
}
.tag-filtro.darker i {
  background-color: var(--primary-light-color);
  color: var(--primary-darker-color);
}
.tag-filtro.darker:hover i, .tag-filtro.darker:focus i {
  background-color: var(--primary-color);
  color: var(--white);
}
.tag-filtro.darker:active i {
  background-color: var(--primary-darker-color);
  color: #fff;
}
.tag-filtro.dark {
  background-color: var(--secondary-lighter-color);
}
.tag-filtro.dark i {
  background-color: var(--primary-light-color);
  color: var(--primary-darker-color);
}
.tag-filtro.dark:hover i, .tag-filtro.dark:focus i {
  background-color: var(--primary-color);
  color: var(--white);
}
.tag-filtro.dark:active i {
  background-color: var(--primary-darker-color);
  color: #fff;
}
.tag-filtro.regular {
  background-color: var(--secondary-lightest-color);
}
.tag-filtro.regular i {
  background-color: var(--white);
  color: var(--primary-darker-color);
}
.tag-filtro.regular:hover i, .tag-filtro.regular:focus i {
  background-color: var(--primary-color);
  color: var(--white);
}
.tag-filtro.regular:active i {
  background-color: var(--primary-darker-color);
  color: var(--white);
}
.tag-filtro.light {
  background-color: var(--secondary-lightest-color);
}
.tag-filtro.light i {
  background-color: var(--primary-color);
  color: var(--white);
}
.tag-filtro.light:hover i, .tag-filtro.light:focus i {
  background-color: var(--white);
  color: var(--primary-darker-color);
}
.tag-filtro.light:active i {
  background-color: var(--primary-darker-color);
  color: var(--white);
}
.tag-filtro.lighter {
  background-color: var(--secondary-lightest-color);
}
.tag-filtro.lighter i {
  background-color: var(--primary-color);
  color: var(--white);
}
.tag-filtro.lighter:hover i, .tag-filtro.lighter:focus i {
  background-color: var(--primary-light-color);
  color: var(--primary-darker-color);
}
.tag-filtro.lighter:active i {
  background-color: var(--white);
  color: var(--primary-darker-color);
}

.tag-dinamica {
  border: 0;
  border-radius: 5px;
  cursor: pointer;
  font-weight: 600;
  height: auto;
  line-height: 1.5;
  margin: 0;
  max-height: 21px;
  min-height: auto;
  padding: 0 10px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.tag-dinamica:hover, .tag-dinamica:focus {
  outline: none;
}

.tag-conteudo[data-tag-checkbox]:hover .tag-conteudo__footer input[type=checkbox]::after, .tag-conteudo[data-tag-checkbox]:focus .tag-conteudo__footer input[type=checkbox]::after {
  color: var(--secondary-darkest-color);
  content: "\f00c";
  display: inline-block;
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
}
.tag-conteudo[data-tag-checkbox]:hover label, .tag-conteudo[data-tag-checkbox]:focus label {
  cursor: pointer;
}
.tag-conteudo[data-tag-checkbox] .tag-conteudo__footer input[type=checkbox] {
  accent-color: var(--primary-light-color);
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  appearance: none;
  appearance: none;
  appearance: none;
  border-color: var(--primary-light-color);
  color: transparent;
  color: var(--primary-dark-color);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 0.813rem;
  height: 100%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0;
  position: initial;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  outline: none;
}
.tag-conteudo[data-tag-checkbox] .tag-conteudo__footer input[type=checkbox]:checked {
  border-color: var(--primary-light-color);
  color: transparent;
  color: var(--primary-dark-color);
}
.tag-conteudo[data-tag-checkbox] .tag-conteudo__footer input[type=checkbox]:checked::after {
  color: var(--primary-dark-color);
  content: "\f00c";
  display: inline-block;
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
}
.tag-conteudo[data-tag-checkbox][data-tag-checkbox=true] .tag-conteudo__footer {
  background-color: var(--primary-light-color);
}
.tag-conteudo[data-tag-checkbox][data-tag-checkbox=true]:hover .tag-conteudo__footer input[type=checkbox]:checked::after {
  color: var(--white);
  content: "\f00d";
}
.tag-conteudo[data-tag-checkbox][data-tag-checkbox=true]:focus .tag-conteudo__footer input[type=checkbox]:checked::after {
  color: var(--white);
}
.tag-conteudo[data-tag-checkbox][data-tag-checkbox=true]:hover .tag-conteudo__footer, .tag-conteudo[data-tag-checkbox][data-tag-checkbox=true]:focus .tag-conteudo__footer {
  background-color: var(--primary-color);
  color: var(--white);
}

.tag-conteudo {
  -ms-flex-item-align: normal;
      align-self: normal;
  background-color: var(--secondary-lightest-color);
  border: 0;
  border-radius: 5px;
  color: var(--secondary-darkest-color);
  cursor: pointer;
  line-height: 1.5;
  margin: 0;
  padding: 0;
  position: relative;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
html[data-browser*=Firefox] .tag-conteudo {
  padding-bottom: 0;
}
.tag-conteudo > span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
.tag-conteudo .tag-conteudo__head {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-weight: 600;
  padding: 3px 14px;
}
@media (max-width: 576px) {
  .tag-conteudo .tag-conteudo__head {
    padding: 3px 7px;
  }
}
.tag-conteudo .tag-conteudo__head p {
  font-weight: 600;
  margin: 0;
}
.tag-conteudo .tag-conteudo__body {
  border-left: 0 solid #cfd7e0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-hyphens: manual;
      -ms-hyphens: manual;
          hyphens: manual;
  hyphens: manual;
  hyphens: manual;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 8px 10px;
  text-align: left;
  word-break: break-word;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
@media (max-width: 576px) {
  .tag-conteudo .tag-conteudo__body {
    padding: 5px;
  }
}
.tag-conteudo .tag-conteudo__body .tag-rotulo {
  -ms-flex-item-align: start;
      align-self: flex-start;
  margin-bottom: 6px;
}
.tag-conteudo .tag-conteudo__body p {
  margin: 0;
}
.tag-conteudo .tag-conteudo__head + .tag-conteudo__body {
  border-left: 1px solid #cfd7e0;
}
.tag-conteudo .tag-conteudo__footer {
  border-bottom-right-radius: 5px;
  border-top-right-radius: 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  max-width: 33px;
  min-width: 33px;
  padding: 3px 10px;
  -webkit-transition: background-color 0.3s;
  transition: background-color 0.3s;
  width: 33px;
}
.tag-conteudo .tag-conteudo__footer i {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-bottom-right-radius: 5px;
  border-top-right-radius: 5px;
  color: transparent;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 0.813rem;
  height: 100%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.tag-conteudo.visual {
  cursor: not-allowed;
}
.tag-conteudo.visual > span {
  display: grid;
  grid-template-columns: auto 1fr;
}
.tag-conteudo.visual .tag-conteudo__footer {
  display: none;
}
.tag-conteudo:hover, .tag-conteudo:focus {
  outline: none;
}
.tag-conteudo:hover .tag-conteudo__footer, .tag-conteudo:focus .tag-conteudo__footer {
  background-color: #bdc4cc;
  border-bottom-right-radius: 5px;
  border-top-right-radius: 5px;
}
.tag-conteudo:hover .tag-conteudo__footer i, .tag-conteudo:focus .tag-conteudo__footer i {
  color: #848fa0;
}

.tag-numero {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 5px;
  color: var(--white);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-flex: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  font-family: "Open Sans", sans-serif;
  font-size: 1.125rem;
  font-style: normal;
  font-weight: bold;
  height: 40px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  width: 43px;
}

.titulo_com_tag, .siedi .chefe-unidade__titulo_com_tag {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 100%;
          flex: 1 1 100%;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  margin-bottom: 10px;
}
@media (min-width: 577px) {
  .titulo_com_tag, .siedi .chefe-unidade__titulo_com_tag {
    margin-bottom: 20px;
  }
}
.titulo_com_tag .tag-numero, .siedi .chefe-unidade__titulo_com_tag .tag-numero {
  margin-right: 10px;
}
.titulo_com_tag .h2, .siedi .chefe-unidade__titulo_com_tag .h2 {
  line-height: 1.375;
}

.tag-dinamica.dark {
  background-color: var(--primary-light-color);
  color: var(--primary-darker-color);
}
.tag-dinamica.dark:hover, .tag-dinamica.dark:focus {
  background-color: var(--primary-color);
  color: var(--white);
}
.tag-dinamica.dark:active {
  background-color: var(--primary-darker-color);
  color: var(--white);
}
.tag-dinamica.regular {
  background-color: var(--white);
  color: var(--primary-darker-color);
}
.tag-dinamica.regular:hover, .tag-dinamica.regular:focus {
  background-color: var(--primary-color);
  color: var(--white);
}
.tag-dinamica.regular:active {
  background-color: var(--primary-darker-color);
  color: var(--white);
}
.tag-dinamica.light {
  background-color: var(--primary-color);
  color: var(--white);
}
.tag-dinamica.light:hover, .tag-dinamica.light:focus {
  background-color: var(--white);
  color: var(--primary-darker-color);
}
.tag-dinamica.light:active {
  background-color: var(--primary-darker-color);
  color: var(--white);
}
.tag-dinamica.lighter {
  background-color: var(--primary-light-color);
  color: var(--primary-darker-color);
}
.tag-dinamica.lighter:hover, .tag-dinamica.lighter:focus {
  background-color: var(--primary-color);
  color: var(--white);
}
.tag-dinamica.lighter:active {
  background-color: var(--white);
  color: var(--primary-darker-color);
}

.tag-conteudo[data-activeted=true] .tag-conteudo__footer {
  background-color: var(--primary-light-color);
}
.tag-conteudo[data-activeted=true] .tag-conteudo__footer i {
  color: var(--primary-darker-color);
}
.tag-conteudo[data-activeted=true]:hover .tag-conteudo__footer, .tag-conteudo[data-activeted=true]:focus .tag-conteudo__footer {
  background-color: var(--primary-color);
}
.tag-conteudo[data-activeted=true]:hover .tag-conteudo__footer i, .tag-conteudo[data-activeted=true]:focus .tag-conteudo__footer i {
  color: #fff;
}
.tag-conteudo[data-activeted=true]:active .tag-conteudo__footer {
  background-color: var(--primary-light-color);
}
.tag-conteudo[data-activeted=true]:active .tag-conteudo__footer i {
  color: var(--primary-darker-color);
}

.tag-numero {
  background-color: var(--primary-color);
  color: var(--white);
}
.tag-numero.regular {
  background-color: var(--primary-color);
  color: var(--white);
}
.tag-numero.light {
  background-color: var(--primary-light-color);
  color: var(--primary-dark-color);
}
.tag-numero.dark {
  background-color: var(--primary-dark-color);
  color: var(--white);
}

.semantic_bg.bg-primary-dark .titulo_com_tag .h2, .semantic_bg.bg-primary-dark .siedi .chefe-unidade__titulo_com_tag .h2, .siedi .semantic_bg.bg-primary-dark .chefe-unidade__titulo_com_tag .h2, .semantic_bg.bg-primary-darker .titulo_com_tag .h2, .semantic_bg.bg-primary-darker .siedi .chefe-unidade__titulo_com_tag .h2, .siedi .semantic_bg.bg-primary-darker .chefe-unidade__titulo_com_tag .h2 {
  color: var(--white);
}
.semantic_bg.bg-secondary-lighter .tag-numero.light {
  background-color: var(--white) !important;
  color: var(--primary-dark-color) !important;
}
.semantic_bg.bg-primary-light .tag-numero.regular {
  background-color: var(--white) !important;
  color: var(--primary-dark-color) !important;
}
.semantic_bg.bg-primary-light .tag-numero.light {
  background-color: var(--primary-color) !important;
  color: var(--white) !important;
}
.semantic_bg.bg-primary-dark .tag-numero.dark, .semantic_bg.bg-primary-darker .tag-numero.dark {
  background-color: var(--white) !important;
  color: var(--primary-dark-color) !important;
}

body[data-ac-activated] .tag-rotulo {
  background-color: var(--text-color);
  border: 1px solid var(--primary-dark-color);
  color: var(--bg-color);
}
body[data-ac-activated] .tag-rotulo[disabled], body[data-ac-activated] .tag-rotulo.disabled {
  background-color: var(--text-color) !important;
  color: var(--bg-color);
  opacity: 0.7;
}
body[data-ac-activated] .tag-contador {
  background-color: var(--text-color);
  color: var(--bg-color);
}
body[data-ac-activated] .tag-numero {
  background-color: var(--text-color);
  color: var(--bg-color);
}
body[data-ac-activated] .tag-filtro {
  --border-tag-filtro-size: 1px;
  background-color: var(--primary-dark-color);
  border: var(--border-tag-filtro-size) solid var(--primary-color);
  color: var(--primary-color);
}
body[data-ac-activated] .tag-filtro i {
  background-color: var(--primary-color);
  color: var(--primary-dark-color);
  -webkit-transition: all 0.1s;
  transition: all 0.1s;
}
body[data-ac-activated] .tag-filtro span.title {
  background-color: var(--primary-light-color);
  color: var(--primary-dark-color);
}
body[data-ac-activated] .tag-filtro:hover, body[data-ac-activated] .tag-filtro:focus {
  border-color: var(--primary-light-color);
  color: var(--text-color);
}
body[data-ac-activated] .tag-filtro:hover i, body[data-ac-activated] .tag-filtro:focus i {
  background-color: var(--primary-light-color);
  color: var(--primary-dark-color);
}
body[data-ac-activated] .tag-filtro:active {
  --border-tag-filtro-size: 2px;
  border-color: var(--primary-light-color);
}
body[data-ac-activated] .tag-filtro:active i {
  background-color: var(--primary-light-color);
  color: var(--primary-dark-color);
}
body[data-ac-activated] .tag-dinamica {
  background-color: var(--primary-color);
  color: var(--primary-dark-color);
}
body[data-ac-activated] .tag-dinamica span {
  color: var(--primary-dark-color);
}
body[data-ac-activated] .tag-dinamica:hover, body[data-ac-activated] .tag-dinamica:focus {
  background-color: var(--primary-light-color);
  color: var(--primary-dark-color);
}
body[data-ac-activated] .tag-dinamica:active {
  background-color: var(--primary-dark-color);
  color: var(--primary-light-color);
}
body[data-ac-activated] .tag-dinamica:active span {
  color: var(--primary-light-color);
}
body[data-ac-activated] .tag-conteudo {
  background-color: var(--primary-dark-color);
  border: 1px solid var(--primary-color);
}
body[data-ac-activated] .tag-conteudo[data-tag-checkbox=true] .tag-conteudo__footer {
  background-color: var(--primary-color) !important;
}
body[data-ac-activated] .tag-conteudo[data-tag-checkbox=true]:hover .tag-conteudo__footer {
  background-color: var(--primary-light-color) !important;
}
body[data-ac-activated] .tag-conteudo[data-tag-checkbox=true]:hover .tag-conteudo__footer input[type=checkbox]:checked::after {
  color: var(--primary-dark-color) !important;
  content: "\f00d";
}
body[data-ac-activated] .tag-conteudo[data-tag-checkbox=true]:focus .tag-conteudo__footer {
  background-color: var(--primary-light-color) !important;
}
body[data-ac-activated] .tag-conteudo[data-tag-checkbox=true]:focus .tag-conteudo__footer input[type=checkbox]:checked::after {
  color: var(--primary-dark-color) !important;
}
body[data-ac-activated] .tag-conteudo.visual, body[data-ac-activated] .tag-conteudo.visual:hover, body[data-ac-activated] .tag-conteudo.visual:focus, body[data-ac-activated] .tag-conteudo.visual:active {
  border-color: var(--text-color);
}
body[data-ac-activated] .tag-conteudo.visual .tag-conteudo__body, body[data-ac-activated] .tag-conteudo.visual:hover .tag-conteudo__body, body[data-ac-activated] .tag-conteudo.visual:focus .tag-conteudo__body, body[data-ac-activated] .tag-conteudo.visual:active .tag-conteudo__body {
  border-color: var(--text-color);
}
body[data-ac-activated] .tag-conteudo.visual p, body[data-ac-activated] .tag-conteudo.visual:hover p, body[data-ac-activated] .tag-conteudo.visual:focus p, body[data-ac-activated] .tag-conteudo.visual:active p {
  color: var(--text-color);
}
body[data-ac-activated] .tag-conteudo[data-tag-checkbox=false]:hover .tag-conteudo__footer input[type=checkbox]::after {
  color: var(--primary-color) !important;
}
body[data-ac-activated] .tag-conteudo[data-tag-checkbox=false]:focus .tag-conteudo__footer {
  background-color: var(--primary-dark-color) !important;
}
body[data-ac-activated] .tag-conteudo[data-tag-checkbox=false]:focus .tag-conteudo__footer input[type=checkbox]::after {
  color: var(--primary-color) !important;
}
body[data-ac-activated] .tag-conteudo p {
  color: var(--primary-color);
}
body[data-ac-activated] .tag-conteudo label {
  color: var(--primary-color) !important;
}
body[data-ac-activated] .tag-conteudo .tag-conteudo__body {
  border-left-color: var(--primary-color);
}
body[data-ac-activated] .tag-conteudo .tag-conteudo__footer i {
  color: var(--primary-dark-color);
}
body[data-ac-activated] .tag-conteudo:hover .tag-conteudo__footer, body[data-ac-activated] .tag-conteudo:focus .tag-conteudo__footer {
  background-color: var(--primary-dark-color);
  border-left: 1px solid var(--primary-color);
}
body[data-ac-activated] .tag-conteudo:hover .tag-conteudo__footer i, body[data-ac-activated] .tag-conteudo:focus .tag-conteudo__footer i {
  color: var(--primary-color);
}
body[data-ac-activated] .tag-conteudo[data-activeted=true] .tag-conteudo__footer {
  background-color: var(--primary-color);
}
body[data-ac-activated] .tag-conteudo[data-activeted=true] .tag-conteudo__footer i {
  color: var(--primary-dark-color);
}
body[data-ac-activated] .tag-conteudo[data-activeted=true]:hover, body[data-ac-activated] .tag-conteudo[data-activeted=true]:focus {
  border-color: var(--primary-light-color);
}
body[data-ac-activated] .tag-conteudo[data-activeted=true]:hover p, body[data-ac-activated] .tag-conteudo[data-activeted=true]:focus p {
  color: var(--primary-light-color);
}
body[data-ac-activated] .tag-conteudo[data-activeted=true]:hover .tag-conteudo__body, body[data-ac-activated] .tag-conteudo[data-activeted=true]:focus .tag-conteudo__body {
  border-left-color: var(--primary-light-color);
}
body[data-ac-activated] .tag-conteudo[data-activeted=true]:hover .tag-conteudo__footer, body[data-ac-activated] .tag-conteudo[data-activeted=true]:focus .tag-conteudo__footer {
  background-color: var(--primary-light-color);
  border-left: 1px solid var(--primary-light-color);
}
body[data-ac-activated] .tag-conteudo[data-activeted=true]:hover .tag-conteudo__footer i, body[data-ac-activated] .tag-conteudo[data-activeted=true]:focus .tag-conteudo__footer i {
  color: var(--primary-dark-color);
}
body[data-ac-activated] .tag-conteudo[data-activeted=true].visual:hover, body[data-ac-activated] .tag-conteudo[data-activeted=true].visual:focus {
  border-color: var(--primary-color);
}
body[data-ac-activated] .tag-conteudo[data-activeted=true].visual:hover p, body[data-ac-activated] .tag-conteudo[data-activeted=true].visual:focus p {
  color: var(--primary-color);
}
body[data-ac-activated] .tag-conteudo[data-activeted=true].visual:hover .tag-conteudo__body, body[data-ac-activated] .tag-conteudo[data-activeted=true].visual:focus .tag-conteudo__body {
  border-left-color: var(--primary-color);
}
body[data-ac-activated] .semantic_bg.bg-primary-light .tag-numero, body[data-ac-activated] .semantic_bg.bg-secondary-lighter .tag-numero {
  background-color: var(--primary-color) !important;
  color: var(--bg-color) !important;
}
body[data-ac-activated] .semantic_bg.bg-primary-dark .tag-numero.regular, body[data-ac-activated] .semantic_bg.bg-primary-dark .tag-numero.light, body[data-ac-activated] .semantic_bg.bg-primary-dark .tag-numero.dark, body[data-ac-activated] .semantic_bg.bg-primary-darker .tag-numero.regular, body[data-ac-activated] .semantic_bg.bg-primary-darker .tag-numero.light, body[data-ac-activated] .semantic_bg.bg-primary-darker .tag-numero.dark {
  background-color: var(--bg-color) !important;
  color: var(--text-color) !important;
}
body[data-ac-activated] .semantic_bg.bg-primary-dark .titulo_com_tag .h2, body[data-ac-activated] .semantic_bg.bg-primary-dark .siedi .chefe-unidade__titulo_com_tag .h2, .siedi body[data-ac-activated] .semantic_bg.bg-primary-dark .chefe-unidade__titulo_com_tag .h2, body[data-ac-activated] .semantic_bg.bg-primary-darker .titulo_com_tag .h2, body[data-ac-activated] .semantic_bg.bg-primary-darker .siedi .chefe-unidade__titulo_com_tag .h2, .siedi body[data-ac-activated] .semantic_bg.bg-primary-darker .chefe-unidade__titulo_com_tag .h2 {
  color: var(--bg-color) !important;
}

.header {
  --header-bg-color: #fff;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: var(--header-bg-color);
  border-bottom: 0.063rem solid var(--border-color);
  border-top: 0.5rem solid var(--primary-color);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  min-height: 75px;
  padding: 0 30px;
  position: relative;
}
.header__left {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.header__left__title {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
}
.header__left > button:first-child {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}
.header__left #dropdownTitle ~ .dropdown-menu {
  top: 30px !important;
}
.header__right {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.header__right > .link, .conteudo-principal__content.parse-markdown .header__right > a {
  --link-color: var(--secondary-darker-color);
}
.header__right > .link:hover, .conteudo-principal__content.parse-markdown .header__right > a:hover {
  --link-color: #fff;
}
.header__right > .link:active, .conteudo-principal__content.parse-markdown .header__right > a:active {
  background-color: var(--primary-color);
}
.header__right > *:not(:last-child) {
  margin-right: 10px;
}
.header__right #menu-icon,
.header__right .header-mob-in {
  display: none;
}
.header__right #user-container {
  margin-right: -30px;
}
.header__right #dropdownUser {
  background-color: var(--bg-color);
  border: 0;
  border-radius: 0;
  height: 4.1875rem;
  margin-bottom: 0;
  outline: none;
  padding: 0 0.5rem;
}
.header__right #dropdownUser:hover {
  background-color: var(--secondary-lightest-color);
}
.header__right #dropdownUser:active, .header__right #dropdownUser:focus, .header__right #dropdownUser[aria-expanded=true] {
  background-color: var(--secondary-lighter-color);
}
.header__bottom {
  background-color: var(--white);
  border-bottom: 1px solid var(--border-color);
  padding: 0.75rem 2rem;
}
.header__logo {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  margin-left: 8px;
  padding-right: 50px;
  position: relative;
}
.header__logo::after {
  background-color: var(--secondary-lighter-color);
  content: "";
  display: block;
  height: 45px;
  position: absolute;
  right: 25px;
  width: 1px;
}
.header .icon:focus, .header .icon:active {
  background-color: var(--primary-dark-color);
}
.header .icon:focus i, .header .icon:active i {
  color: #fff;
}
.header #dropdownUser ~ .dropdown-menu,
.header #dropdownIcon ~ .dropdown-menu,
.header #dropdownAc ~ .dropdown-menu,
.header #dropdownTitle ~ .dropdown-menu {
  top: 0px !important;
  right: 0;
  border-radius: 0px 0px 5px 5px;
  margin-top: 1px;
  -webkit-box-shadow: 0 5px 5px rgba(0, 0, 0, 0.2509803922);
          box-shadow: 0 5px 5px rgba(0, 0, 0, 0.2509803922);
}
.header #dropdownUser ~ .dropdown-menu .link, .header #dropdownUser ~ .dropdown-menu .conteudo-principal__content.parse-markdown a, .conteudo-principal__content.parse-markdown .header #dropdownUser ~ .dropdown-menu a,
.header #dropdownIcon ~ .dropdown-menu .link,
.header #dropdownIcon ~ .dropdown-menu .conteudo-principal__content.parse-markdown a,
.conteudo-principal__content.parse-markdown .header #dropdownIcon ~ .dropdown-menu a,
.header #dropdownAc ~ .dropdown-menu .link,
.header #dropdownAc ~ .dropdown-menu .conteudo-principal__content.parse-markdown a,
.conteudo-principal__content.parse-markdown .header #dropdownAc ~ .dropdown-menu a,
.header #dropdownTitle ~ .dropdown-menu .link,
.header #dropdownTitle ~ .dropdown-menu .conteudo-principal__content.parse-markdown a,
.conteudo-principal__content.parse-markdown .header #dropdownTitle ~ .dropdown-menu a {
  display: table;
  margin: 6px auto 0;
}
.header #dropdownUser ~ .dropdown-menu {
  width: 99%;
  left: 4px !important;
}
.header button.header__title {
  background-color: transparent;
  border: initial;
  margin: 0;
  padding: 0;
}
.header__title {
  white-space: normal !important;
}
.header__title h1 {
  font-size: 0.875rem;
  font-weight: 600;
  margin: 0;
}
.header__title [class^=fa] {
  color: var(--secondary-darker-color);
  font-size: 0.875rem;
  margin-left: 6px;
}
.header__user {
  --text-color-user-info: var(--secondary-darker-color);
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.header__user:hover button.icon, .header__user:focus button.icon {
  background-color: var(--white);
  -webkit-box-shadow: none;
          box-shadow: none;
  outline: none;
}
.header__user__info {
  color: var(--text-color-user-info);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-left: 8px;
  text-align: left;
  white-space: normal !important;
}
.header__user__info__title {
  color: var(--text-color-user-info) !important;
  font-size: 0.875rem;
  font-weight: 600;
  margin: 0;
  white-space: nowrap;
}
.header__user__info__title:only-child {
  margin-bottom: 0;
}
.header__user__info__title i {
  color: var(--secondary-darker-color);
  margin-left: 4px;
}
.header__user__info__detail {
  color: var(--text-color-user-info);
  font-size: 0.75rem;
  font-weight: normal;
  line-height: 1rem;
  margin: 0;
  margin-top: 4px;
}
.header__user__info p {
  margin: 0;
  margin-top: 4px;
}

@media (max-width: 992px) {
  .header {
    padding-left: 5px;
    padding-right: 12px;
  }
  .header__title h1 {
    font-size: 0.875rem;
    font-weight: 600;
  }
  .header__right > .header-mob-out {
    display: none;
  }
  .header__right #ac-container,
  .header__right .header-mob-in {
    display: block !important;
    margin-right: 10px;
  }
}
@media (max-width: 768px) {
  .header {
    padding-right: 5px;
    position: relative;
  }
  .header #toggle-menu {
    margin-right: 20px;
  }
  .header__logo {
    margin: 0;
    margin-left: 6px;
    padding-right: 0;
  }
  .header__logo.centered {
    left: 50%;
    position: absolute;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
  .header__logo::after {
    display: none;
  }
  .header__title {
    display: none;
  }
  .header__user__info {
    display: none;
  }
}
@media (max-width: 420px) {
  .header #toggle-menu {
    margin-right: 7px;
  }
  .header #ac-container {
    margin: 0 !important;
  }
}
@media not print {
  body[data-ac-activated] .header {
    --header-bg-color: var(--bg-color);
  }
  body[data-ac-activated] .header__bottom {
    background-color: var(--bg-color);
  }
  body[data-ac-activated] .header .icon:hover i {
    color: var(--primary-dark-color) !important;
  }
  body[data-ac-activated] .header .icon:focus, body[data-ac-activated] .header .icon:active {
    background-color: var(--bg-color);
  }
  body[data-ac-activated] .header .icon:focus i, body[data-ac-activated] .header .icon:active i {
    color: var(--primary-light-color) !important;
  }
  body[data-ac-activated] .header .header__logo a .c-ufrn,
  body[data-ac-activated] .header .header__logo a .d-ufrn {
    fill: var(--primary-color) !important;
  }
  body[data-ac-activated] .header .header__title h1 {
    color: var(--primary-color) !important;
  }
  body[data-ac-activated] .header .header__title h1 i {
    color: var(--primary-color) !important;
  }
  body[data-ac-activated] .header .header__right > a.link, body[data-ac-activated] .header .conteudo-principal__content.parse-markdown .header__right > a, .conteudo-principal__content.parse-markdown body[data-ac-activated] .header .header__right > a {
    color: var(--primary-color) !important;
  }
  body[data-ac-activated] .header .header__right > a.link:hover, body[data-ac-activated] .header .conteudo-principal__content.parse-markdown .header__right > a:hover, .conteudo-principal__content.parse-markdown body[data-ac-activated] .header .header__right > a:hover {
    color: var(--primary-color) !important;
  }
  body[data-ac-activated] .header .header__right button i {
    color: var(--primary-color) !important;
  }
  body[data-ac-activated] .header .header__right .header__user img {
    -webkit-filter: grayscale(100%);
            filter: grayscale(100%);
  }
  @media (max-width: 768px) {
    body[data-ac-activated] .header .header__right .header__user {
      border: 2px solid var(--border-color) !important;
      border-radius: 100px;
    }
    body[data-ac-activated] .header .header__right .header__user:hover, body[data-ac-activated] .header .header__right .header__user:focus, body[data-ac-activated] .header .header__right .header__user:active {
      border-color: var(--border-color) !important;
    }
  }
  body[data-ac-activated] .header .header__right .header__user__info__title {
    --text-color-user-info: var(--primary-color);
  }
  body[data-ac-activated] .header .header__right .header__user__info__detail {
    --text-color-user-info: var(--primary-light-color);
  }
  body[data-ac-activated] .header .header__right .header__user__info p {
    color: var(--primary-light-color) !important;
  }
  body[data-ac-activated] .header .header__right .header__user__info i {
    color: var(--primary-color) !important;
  }
  body[data-ac-activated] .header .header__right #dropdownUser:hover, body[data-ac-activated] .header .header__right #dropdownUser:active, body[data-ac-activated] .header .header__right #dropdownUser:focus, body[data-ac-activated] .header .header__right #dropdownUser[aria-expanded=true] {
    background-color: var(--primary-light-color);
  }
  body[data-ac-activated] .header .header__right #dropdownUser:hover .header__user__info__title, body[data-ac-activated] .header .header__right #dropdownUser:hover .header__user__info__detail, body[data-ac-activated] .header .header__right #dropdownUser:active .header__user__info__title, body[data-ac-activated] .header .header__right #dropdownUser:active .header__user__info__detail, body[data-ac-activated] .header .header__right #dropdownUser:focus .header__user__info__title, body[data-ac-activated] .header .header__right #dropdownUser:focus .header__user__info__detail, body[data-ac-activated] .header .header__right #dropdownUser[aria-expanded=true] .header__user__info__title, body[data-ac-activated] .header .header__right #dropdownUser[aria-expanded=true] .header__user__info__detail {
    --text-color-user-info: var(--bg-color) !important;
  }
  body[data-ac-activated] .header .header__right #dropdownUser:hover p,
  body[data-ac-activated] .header .header__right #dropdownUser:hover h3,
  body[data-ac-activated] .header .header__right #dropdownUser:hover i, body[data-ac-activated] .header .header__right #dropdownUser:active p,
  body[data-ac-activated] .header .header__right #dropdownUser:active h3,
  body[data-ac-activated] .header .header__right #dropdownUser:active i, body[data-ac-activated] .header .header__right #dropdownUser:focus p,
  body[data-ac-activated] .header .header__right #dropdownUser:focus h3,
  body[data-ac-activated] .header .header__right #dropdownUser:focus i, body[data-ac-activated] .header .header__right #dropdownUser[aria-expanded=true] p,
  body[data-ac-activated] .header .header__right #dropdownUser[aria-expanded=true] h3,
  body[data-ac-activated] .header .header__right #dropdownUser[aria-expanded=true] i {
    color: var(--bg-color) !important;
  }
}
.overlay-header {
  left: -25px !important;
}

.container-conteudo__nav_right {
  display: none;
}
@media (max-width: 992px) {
  .container-conteudo__nav_right {
    background-color: var(--secondary-lightest-color);
    display: block;
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
    -webkit-transition: -webkit-transform 0.2s;
    transition: -webkit-transform 0.2s;
    transition: transform 0.2s;
    transition: transform 0.2s, -webkit-transform 0.2s;
    width: 275px;
    z-index: 1020;
  }
  .container-conteudo__nav_right.nav-open {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  .container-conteudo__nav_right .header-mobile {
    --border-header-mobile-size: 2px;
    border-left: var(--border-header-mobile-size) solid 0.125rem solid rgba(91, 99, 114, 0.1);
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    height: 100%;
    overflow-x: hidden;
    padding: 15px 0;
    position: relative;
    width: 100%;
  }
  .container-conteudo__nav_right .header-mobile__content {
    height: 100%;
    max-height: 961px;
    overflow-x: hidden;
    position: relative;
  }
  .container-conteudo__nav_right .header-mobile ul {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    height: 100%;
    -webkit-transform: translateX(0);
            transform: translateX(0);
    -webkit-transition: width 0.2s, -webkit-transform 0.3s !important;
    transition: width 0.2s, -webkit-transform 0.3s !important;
    transition: transform 0.3s, width 0.2s !important;
    transition: transform 0.3s, width 0.2s, -webkit-transform 0.3s !important;
    z-index: 2;
  }
  .container-conteudo__nav_right .header-mobile ul.header-mobile__item {
    padding: 0 20px;
    -webkit-transition: width 0.2s;
    transition: width 0.2s;
    width: 268px;
  }
  .container-conteudo__nav_right .header-mobile ul.header-mobile__item li {
    margin: 0;
    padding: 0;
    width: 100%;
  }
  .container-conteudo__nav_right .header-mobile ul.header-mobile__item li a,
  .container-conteudo__nav_right .header-mobile ul.header-mobile__item li button {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    background-color: transparent;
    cursor: pointer;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0;
    padding: 10px 20px;
    width: 100%;
    border-radius: 5px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .container-conteudo__nav_right .header-mobile ul.header-mobile__item li a i,
  .container-conteudo__nav_right .header-mobile ul.header-mobile__item li button i {
    font-size: 0.75rem;
  }
  .container-conteudo__nav_right .header-mobile ul.header-mobile__item li a span,
  .container-conteudo__nav_right .header-mobile ul.header-mobile__item li button span {
    margin-left: 10px;
  }
  .container-conteudo__nav_right .header-mobile ul.header-mobile__item li a:hover, .container-conteudo__nav_right .header-mobile ul.header-mobile__item li a:focus,
  .container-conteudo__nav_right .header-mobile ul.header-mobile__item li button:hover,
  .container-conteudo__nav_right .header-mobile ul.header-mobile__item li button:focus {
    background-color: var(--secondary-light-color);
    border: 0;
    outline: none;
    text-decoration: none;
  }
  .container-conteudo__nav_right .header-mobile ul.header-mobile__item li .nav-link:active {
    color: var(--primary-dark-color);
  }
  .container-conteudo__nav_right .header-mobile ul.header-mobile__item li button.submenu {
    border: 0;
    font-weight: normal;
    min-height: 0;
  }
  .container-conteudo__nav_right .header-mobile ul.header-mobile__item li button.submenu i {
    margin: 0;
  }
  .container-conteudo__nav_right .header-mobile ul.header-mobile__item li button.submenu i.fa-chevron-right {
    color: var(--primary-color) !important;
  }
  .container-conteudo__nav_right .header-mobile ul.header-mobile__item li button.submenu span {
    color: var(--primary-color);
    margin-right: 10px;
    text-align: left;
    width: 100%;
  }
  .container-conteudo__nav_right .header-mobile ul.header-mobile__item .area-modulo {
    display: none;
  }
}
@media (max-width: 992px) and (max-width: 776px) {
  .container-conteudo__nav_right .header-mobile ul.header-mobile__item .area-modulo {
    border-bottom: 1px solid var(--secondary-light-color);
    display: block;
    margin-bottom: 10px;
    padding-bottom: 10px;
  }
  .container-conteudo__nav_right .header-mobile ul.header-mobile__item .area-modulo p {
    margin: 0;
    padding: 10px 20px;
  }
}
@media (max-width: 992px) {
  .container-conteudo__nav_right .header-mobile .submenu__content {
    display: none;
    position: absolute;
    top: 0;
    -webkit-transform: translateX(105%);
            transform: translateX(105%);
    -webkit-transition: -webkit-transform 0.3s !important;
    transition: -webkit-transform 0.3s !important;
    transition: transform 0.3s !important;
    transition: transform 0.3s, -webkit-transform 0.3s !important;
  }
  .container-conteudo__nav_right .header-mobile .submenu__content ul.submenu_itens {
    padding: 0 20px;
    width: 268px;
  }
  .container-conteudo__nav_right .header-mobile .submenu__content ul.submenu_itens p,
  .container-conteudo__nav_right .header-mobile .submenu__content ul.submenu_itens h3,
  .container-conteudo__nav_right .header-mobile .submenu__content ul.submenu_itens button {
    margin: 0;
    padding: 10px 20px;
  }
  .container-conteudo__nav_right .header-mobile .submenu__content ul.submenu_itens .role {
    font-size: 0.75rem;
    padding: 0 20px;
  }
  .container-conteudo__nav_right .header-mobile .submenu__content ul.submenu_itens button.back-menu {
    border-radius: 5px;
  }
  .container-conteudo__nav_right .header-mobile .submenu__content ul.submenu_itens li {
    margin: 0;
    padding: 0;
  }
  .container-conteudo__nav_right .header-mobile .submenu__content ul.submenu_itens li a,
  .container-conteudo__nav_right .header-mobile .submenu__content ul.submenu_itens li button {
    -webkit-box-align: baseline;
        -ms-flex-align: baseline;
            align-items: baseline;
    background-color: transparent;
    border-radius: 5px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    margin: 0;
    padding: 10px 20px;
    width: 100%;
  }
  .container-conteudo__nav_right .header-mobile .submenu__content ul.submenu_itens li a i,
  .container-conteudo__nav_right .header-mobile .submenu__content ul.submenu_itens li button i {
    font-size: 0.75rem;
  }
  .container-conteudo__nav_right .header-mobile .submenu__content ul.submenu_itens li a span,
  .container-conteudo__nav_right .header-mobile .submenu__content ul.submenu_itens li button span {
    text-align: left;
  }
  .container-conteudo__nav_right .header-mobile .submenu__content ul.submenu_itens li a:hover, .container-conteudo__nav_right .header-mobile .submenu__content ul.submenu_itens li a:focus,
  .container-conteudo__nav_right .header-mobile .submenu__content ul.submenu_itens li button:hover,
  .container-conteudo__nav_right .header-mobile .submenu__content ul.submenu_itens li button:focus {
    background-color: var(--secondary-light-color);
    border: 0;
    outline: none;
    text-decoration: none;
  }
  .container-conteudo__nav_right .header-mobile .submenu__content ul.submenu_itens li a:active,
  .container-conteudo__nav_right .header-mobile .submenu__content ul.submenu_itens li button:active {
    color: var(--primary-dark-color);
  }
  .container-conteudo__nav_right .header-mobile .submenu__content ul.submenu_itens li button.submenu {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    border: 0;
    font-weight: normal;
    min-height: 0;
  }
  .container-conteudo__nav_right .header-mobile .submenu__content ul.submenu_itens li button.submenu i {
    margin: 0;
  }
  .container-conteudo__nav_right .header-mobile .submenu__content ul.submenu_itens li button.submenu i.fa-chevron-right {
    color: var(--secondary-darkest-color) !important;
  }
  .container-conteudo__nav_right .header-mobile .submenu__content ul.submenu_itens li button.submenu span {
    margin-right: 10px;
    width: 100%;
  }
  .container-conteudo__nav_right .header-mobile .submenu__content ul.submenu_itens li button.submenu .submenu__content {
    display: none;
  }
}
@media (max-width: 992px) {
  .container-conteudo__nav_right .header-mobile .nav-go-right {
    -webkit-transform: translateX(-105%) !important;
            transform: translateX(-105%) !important;
    -webkit-transition: -webkit-transform 0.3s !important;
    transition: -webkit-transform 0.3s !important;
    transition: transform 0.3s !important;
    transition: transform 0.3s, -webkit-transform 0.3s !important;
  }
}
@media (max-width: 992px) {
  .container-conteudo__nav_right .header-mobile .nav-go-center {
    display: block !important;
    -webkit-transform: translateX(97.3%) !important;
            transform: translateX(97.3%) !important;
    -webkit-transition: -webkit-transform 0.3s !important;
    transition: -webkit-transform 0.3s !important;
    transition: transform 0.3s !important;
    transition: transform 0.3s, -webkit-transform 0.3s !important;
  }
}

.header-mobile ul.header-mobile__item li a i,
.header-mobile ul.header-mobile__item li button i {
  color: var(--primary-color);
}

@media not print {
  body[data-ac-activated] .header-mobile {
    --border-header-mobile-size: 1px;
    background-color: var(--primary-dark-color) !important;
    border-color: var(--border-color);
    border-style: solid;
    -webkit-box-shadow: none;
            box-shadow: none;
  }
  body[data-ac-activated] .header-mobile ul {
    background-color: var(--bg-color);
  }
  body[data-ac-activated] .header-mobile ul.header-mobile__item a span,
  body[data-ac-activated] .header-mobile ul.header-mobile__item a i,
  body[data-ac-activated] .header-mobile ul.header-mobile__item button span,
  body[data-ac-activated] .header-mobile ul.header-mobile__item button i {
    color: var(--primary-color);
  }
  body[data-ac-activated] .header-mobile ul.header-mobile__item a span.fa-chevron-right,
  body[data-ac-activated] .header-mobile ul.header-mobile__item a i.fa-chevron-right,
  body[data-ac-activated] .header-mobile ul.header-mobile__item button span.fa-chevron-right,
  body[data-ac-activated] .header-mobile ul.header-mobile__item button i.fa-chevron-right {
    color: var(--primary-color) !important;
  }
  body[data-ac-activated] .header-mobile ul.header-mobile__item a .notification-span,
  body[data-ac-activated] .header-mobile ul.header-mobile__item button .notification-span {
    color: var(--primary-dark-color) !important;
  }
  body[data-ac-activated] .header-mobile ul.header-mobile__item a.submenu i.fa-chevron-right,
  body[data-ac-activated] .header-mobile ul.header-mobile__item button.submenu i.fa-chevron-right {
    color: var(--primary-color) !important;
  }
  body[data-ac-activated] .header-mobile ul.header-mobile__item a.active, body[data-ac-activated] .header-mobile ul.header-mobile__item a:hover, body[data-ac-activated] .header-mobile ul.header-mobile__item a:focus,
  body[data-ac-activated] .header-mobile ul.header-mobile__item button.active,
  body[data-ac-activated] .header-mobile ul.header-mobile__item button:hover,
  body[data-ac-activated] .header-mobile ul.header-mobile__item button:focus {
    background-color: var(--primary-light-color) !important;
  }
  body[data-ac-activated] .header-mobile ul.header-mobile__item a.active span,
  body[data-ac-activated] .header-mobile ul.header-mobile__item a.active i, body[data-ac-activated] .header-mobile ul.header-mobile__item a:hover span,
  body[data-ac-activated] .header-mobile ul.header-mobile__item a:hover i, body[data-ac-activated] .header-mobile ul.header-mobile__item a:focus span,
  body[data-ac-activated] .header-mobile ul.header-mobile__item a:focus i,
  body[data-ac-activated] .header-mobile ul.header-mobile__item button.active span,
  body[data-ac-activated] .header-mobile ul.header-mobile__item button.active i,
  body[data-ac-activated] .header-mobile ul.header-mobile__item button:hover span,
  body[data-ac-activated] .header-mobile ul.header-mobile__item button:hover i,
  body[data-ac-activated] .header-mobile ul.header-mobile__item button:focus span,
  body[data-ac-activated] .header-mobile ul.header-mobile__item button:focus i {
    color: var(--primary-dark-color) !important;
  }
  body[data-ac-activated] .header-mobile ul.header-mobile__item a.active span.fa-chevron-right,
  body[data-ac-activated] .header-mobile ul.header-mobile__item a.active i.fa-chevron-right, body[data-ac-activated] .header-mobile ul.header-mobile__item a:hover span.fa-chevron-right,
  body[data-ac-activated] .header-mobile ul.header-mobile__item a:hover i.fa-chevron-right, body[data-ac-activated] .header-mobile ul.header-mobile__item a:focus span.fa-chevron-right,
  body[data-ac-activated] .header-mobile ul.header-mobile__item a:focus i.fa-chevron-right,
  body[data-ac-activated] .header-mobile ul.header-mobile__item button.active span.fa-chevron-right,
  body[data-ac-activated] .header-mobile ul.header-mobile__item button.active i.fa-chevron-right,
  body[data-ac-activated] .header-mobile ul.header-mobile__item button:hover span.fa-chevron-right,
  body[data-ac-activated] .header-mobile ul.header-mobile__item button:hover i.fa-chevron-right,
  body[data-ac-activated] .header-mobile ul.header-mobile__item button:focus span.fa-chevron-right,
  body[data-ac-activated] .header-mobile ul.header-mobile__item button:focus i.fa-chevron-right {
    color: var(--primary-dark-color) !important;
  }
}
.menu-lateral-collapsible {
  margin-right: 28px;
}

@media (max-width: 991px) {
  .menu-lateral {
    display: none;
  }
}

.menu-lateral.expanded {
  display: block;
}

.menu-lateral {
  border-right: 0.125rem solid rgba(91, 99, 114, 0.1);
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  height: 100%;
  max-width: 268px;
  position: relative;
  width: 100%;
}
.menu-lateral__content {
  height: 100%;
  max-height: 961px;
  overflow-x: hidden;
  position: relative;
}
.menu-lateral ul,
.menu-lateral .nav-list {
  --nav-link-bg-color: var(--transparent);
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  height: 100%;
  -webkit-transform: translateX(0);
          transform: translateX(0);
  -webkit-transition: width 0.2s, -webkit-transform ease-in-out 0.3s !important;
  transition: width 0.2s, -webkit-transform ease-in-out 0.3s !important;
  transition: transform ease-in-out 0.3s, width 0.2s !important;
  transition: transform ease-in-out 0.3s, width 0.2s, -webkit-transform ease-in-out 0.3s !important;
  z-index: 2;
}
.menu-lateral ul.menu-lateral__item li,
.menu-lateral ul.menu-lateral__item .nav-item,
.menu-lateral .nav-list.menu-lateral__item li,
.menu-lateral .nav-list.menu-lateral__item .nav-item {
  color: var(--primary-color);
  margin-bottom: 0;
  padding: 0;
  width: 100%;
}
.menu-lateral ul.menu-lateral__item li .btn-action,
.menu-lateral ul.menu-lateral__item .nav-item .btn-action,
.menu-lateral .nav-list.menu-lateral__item li .btn-action,
.menu-lateral .nav-list.menu-lateral__item .nav-item .btn-action {
  --btn-action-bg-color: var(--primary-color);
  --btn-action-text-color: var(--white);
  background-color: var(--btn-action-bg-color);
  border-color: var(--btn-action-bg-color);
}
.menu-lateral ul.menu-lateral__item li .btn-action i.fas,
.menu-lateral ul.menu-lateral__item li .btn-action i.fa-solid,
.menu-lateral ul.menu-lateral__item li .btn-action span,
.menu-lateral ul.menu-lateral__item .nav-item .btn-action i.fas,
.menu-lateral ul.menu-lateral__item .nav-item .btn-action i.fa-solid,
.menu-lateral ul.menu-lateral__item .nav-item .btn-action span,
.menu-lateral .nav-list.menu-lateral__item li .btn-action i.fas,
.menu-lateral .nav-list.menu-lateral__item li .btn-action i.fa-solid,
.menu-lateral .nav-list.menu-lateral__item li .btn-action span,
.menu-lateral .nav-list.menu-lateral__item .nav-item .btn-action i.fas,
.menu-lateral .nav-list.menu-lateral__item .nav-item .btn-action i.fa-solid,
.menu-lateral .nav-list.menu-lateral__item .nav-item .btn-action span {
  color: var(--btn-action-text-color) !important;
}
.menu-lateral ul.menu-lateral__item li .btn-action[aria-expanded=false]:hover, .menu-lateral ul.menu-lateral__item li .btn-action[aria-expanded=false]:focus, .menu-lateral ul.menu-lateral__item li .btn-action[aria-expanded=false]:active,
.menu-lateral ul.menu-lateral__item .nav-item .btn-action[aria-expanded=false]:hover,
.menu-lateral ul.menu-lateral__item .nav-item .btn-action[aria-expanded=false]:focus,
.menu-lateral ul.menu-lateral__item .nav-item .btn-action[aria-expanded=false]:active,
.menu-lateral .nav-list.menu-lateral__item li .btn-action[aria-expanded=false]:hover,
.menu-lateral .nav-list.menu-lateral__item li .btn-action[aria-expanded=false]:focus,
.menu-lateral .nav-list.menu-lateral__item li .btn-action[aria-expanded=false]:active,
.menu-lateral .nav-list.menu-lateral__item .nav-item .btn-action[aria-expanded=false]:hover,
.menu-lateral .nav-list.menu-lateral__item .nav-item .btn-action[aria-expanded=false]:focus,
.menu-lateral .nav-list.menu-lateral__item .nav-item .btn-action[aria-expanded=false]:active {
  background-color: var(--primary-darker-color);
  border: 2px solid var(--primary-darker-color);
  -webkit-box-shadow: none;
          box-shadow: none;
}
.menu-lateral ul.menu-lateral__item li .btn-action[aria-expanded=true]:hover, .menu-lateral ul.menu-lateral__item li .btn-action[aria-expanded=true]:active, .menu-lateral ul.menu-lateral__item li .btn-action[aria-expanded=true]:focus,
.menu-lateral ul.menu-lateral__item .nav-item .btn-action[aria-expanded=true]:hover,
.menu-lateral ul.menu-lateral__item .nav-item .btn-action[aria-expanded=true]:active,
.menu-lateral ul.menu-lateral__item .nav-item .btn-action[aria-expanded=true]:focus,
.menu-lateral .nav-list.menu-lateral__item li .btn-action[aria-expanded=true]:hover,
.menu-lateral .nav-list.menu-lateral__item li .btn-action[aria-expanded=true]:active,
.menu-lateral .nav-list.menu-lateral__item li .btn-action[aria-expanded=true]:focus,
.menu-lateral .nav-list.menu-lateral__item .nav-item .btn-action[aria-expanded=true]:hover,
.menu-lateral .nav-list.menu-lateral__item .nav-item .btn-action[aria-expanded=true]:active,
.menu-lateral .nav-list.menu-lateral__item .nav-item .btn-action[aria-expanded=true]:focus {
  background-color: var(--btn-action-bg-color);
  border: 2px solid var(--btn-action-bg-color);
  -webkit-box-shadow: 0 2px 3px rgba(0, 0, 0, 0.4);
          box-shadow: 0 2px 3px rgba(0, 0, 0, 0.4);
  color: var(--white);
  font-weight: 700;
}
.menu-lateral ul.menu-lateral__item li .btn-action.active,
.menu-lateral ul.menu-lateral__item .nav-item .btn-action.active,
.menu-lateral .nav-list.menu-lateral__item li .btn-action.active,
.menu-lateral .nav-list.menu-lateral__item .nav-item .btn-action.active {
  background-color: var(--primary-dark-color) !important;
  border-color: var(--primary-dark-color);
  -webkit-box-shadow: none;
          box-shadow: none;
}
.menu-lateral ul.menu-lateral__item li a,
.menu-lateral ul.menu-lateral__item li button,
.menu-lateral ul.menu-lateral__item li .nav-link,
.menu-lateral ul.menu-lateral__item .nav-item a,
.menu-lateral ul.menu-lateral__item .nav-item button,
.menu-lateral ul.menu-lateral__item .nav-item .nav-link,
.menu-lateral .nav-list.menu-lateral__item li a,
.menu-lateral .nav-list.menu-lateral__item li button,
.menu-lateral .nav-list.menu-lateral__item li .nav-link,
.menu-lateral .nav-list.menu-lateral__item .nav-item a,
.menu-lateral .nav-list.menu-lateral__item .nav-item button,
.menu-lateral .nav-list.menu-lateral__item .nav-item .nav-link {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: var(--transparent);
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0.5rem 1.25rem;
  width: 100%;
}
.menu-lateral ul.menu-lateral__item li a i,
.menu-lateral ul.menu-lateral__item li button i,
.menu-lateral ul.menu-lateral__item li .nav-link i,
.menu-lateral ul.menu-lateral__item .nav-item a i,
.menu-lateral ul.menu-lateral__item .nav-item button i,
.menu-lateral ul.menu-lateral__item .nav-item .nav-link i,
.menu-lateral .nav-list.menu-lateral__item li a i,
.menu-lateral .nav-list.menu-lateral__item li button i,
.menu-lateral .nav-list.menu-lateral__item li .nav-link i,
.menu-lateral .nav-list.menu-lateral__item .nav-item a i,
.menu-lateral .nav-list.menu-lateral__item .nav-item button i,
.menu-lateral .nav-list.menu-lateral__item .nav-item .nav-link i {
  color: var(--primary-color);
}
.menu-lateral ul.menu-lateral__item li a[aria-expanded=true],
.menu-lateral ul.menu-lateral__item li button[aria-expanded=true],
.menu-lateral ul.menu-lateral__item li .nav-link[aria-expanded=true],
.menu-lateral ul.menu-lateral__item .nav-item a[aria-expanded=true],
.menu-lateral ul.menu-lateral__item .nav-item button[aria-expanded=true],
.menu-lateral ul.menu-lateral__item .nav-item .nav-link[aria-expanded=true],
.menu-lateral .nav-list.menu-lateral__item li a[aria-expanded=true],
.menu-lateral .nav-list.menu-lateral__item li button[aria-expanded=true],
.menu-lateral .nav-list.menu-lateral__item li .nav-link[aria-expanded=true],
.menu-lateral .nav-list.menu-lateral__item .nav-item a[aria-expanded=true],
.menu-lateral .nav-list.menu-lateral__item .nav-item button[aria-expanded=true],
.menu-lateral .nav-list.menu-lateral__item .nav-item .nav-link[aria-expanded=true] {
  border-radius: 0.375rem;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  margin: 0 0 0.5rem;
}
.menu-lateral ul.menu-lateral__item li a[aria-expanded=true] i,
.menu-lateral ul.menu-lateral__item li button[aria-expanded=true] i,
.menu-lateral ul.menu-lateral__item li .nav-link[aria-expanded=true] i,
.menu-lateral ul.menu-lateral__item .nav-item a[aria-expanded=true] i,
.menu-lateral ul.menu-lateral__item .nav-item button[aria-expanded=true] i,
.menu-lateral ul.menu-lateral__item .nav-item .nav-link[aria-expanded=true] i,
.menu-lateral .nav-list.menu-lateral__item li a[aria-expanded=true] i,
.menu-lateral .nav-list.menu-lateral__item li button[aria-expanded=true] i,
.menu-lateral .nav-list.menu-lateral__item li .nav-link[aria-expanded=true] i,
.menu-lateral .nav-list.menu-lateral__item .nav-item a[aria-expanded=true] i,
.menu-lateral .nav-list.menu-lateral__item .nav-item button[aria-expanded=true] i,
.menu-lateral .nav-list.menu-lateral__item .nav-item .nav-link[aria-expanded=true] i {
  font-size: 0.75rem;
  margin-right: 0.5rem;
}
.menu-lateral ul.menu-lateral__item li a[aria-expanded=true] span,
.menu-lateral ul.menu-lateral__item li button[aria-expanded=true] span,
.menu-lateral ul.menu-lateral__item li .nav-link[aria-expanded=true] span,
.menu-lateral ul.menu-lateral__item .nav-item a[aria-expanded=true] span,
.menu-lateral ul.menu-lateral__item .nav-item button[aria-expanded=true] span,
.menu-lateral ul.menu-lateral__item .nav-item .nav-link[aria-expanded=true] span,
.menu-lateral .nav-list.menu-lateral__item li a[aria-expanded=true] span,
.menu-lateral .nav-list.menu-lateral__item li button[aria-expanded=true] span,
.menu-lateral .nav-list.menu-lateral__item li .nav-link[aria-expanded=true] span,
.menu-lateral .nav-list.menu-lateral__item .nav-item a[aria-expanded=true] span,
.menu-lateral .nav-list.menu-lateral__item .nav-item button[aria-expanded=true] span,
.menu-lateral .nav-list.menu-lateral__item .nav-item .nav-link[aria-expanded=true] span {
  color: var(--secondary-darkest-color);
}
.menu-lateral ul.menu-lateral__item li a[aria-expanded=false],
.menu-lateral ul.menu-lateral__item li button[aria-expanded=false],
.menu-lateral ul.menu-lateral__item li .nav-link[aria-expanded=false],
.menu-lateral ul.menu-lateral__item .nav-item a[aria-expanded=false],
.menu-lateral ul.menu-lateral__item .nav-item button[aria-expanded=false],
.menu-lateral ul.menu-lateral__item .nav-item .nav-link[aria-expanded=false],
.menu-lateral .nav-list.menu-lateral__item li a[aria-expanded=false],
.menu-lateral .nav-list.menu-lateral__item li button[aria-expanded=false],
.menu-lateral .nav-list.menu-lateral__item li .nav-link[aria-expanded=false],
.menu-lateral .nav-list.menu-lateral__item .nav-item a[aria-expanded=false],
.menu-lateral .nav-list.menu-lateral__item .nav-item button[aria-expanded=false],
.menu-lateral .nav-list.menu-lateral__item .nav-item .nav-link[aria-expanded=false] {
  border-radius: 0;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  max-width: 100px;
  min-height: 6rem;
  padding: 0.5rem 0;
}
.menu-lateral ul.menu-lateral__item li a[aria-expanded=false] i,
.menu-lateral ul.menu-lateral__item li button[aria-expanded=false] i,
.menu-lateral ul.menu-lateral__item li .nav-link[aria-expanded=false] i,
.menu-lateral ul.menu-lateral__item .nav-item a[aria-expanded=false] i,
.menu-lateral ul.menu-lateral__item .nav-item button[aria-expanded=false] i,
.menu-lateral ul.menu-lateral__item .nav-item .nav-link[aria-expanded=false] i,
.menu-lateral .nav-list.menu-lateral__item li a[aria-expanded=false] i,
.menu-lateral .nav-list.menu-lateral__item li button[aria-expanded=false] i,
.menu-lateral .nav-list.menu-lateral__item li .nav-link[aria-expanded=false] i,
.menu-lateral .nav-list.menu-lateral__item .nav-item a[aria-expanded=false] i,
.menu-lateral .nav-list.menu-lateral__item .nav-item button[aria-expanded=false] i,
.menu-lateral .nav-list.menu-lateral__item .nav-item .nav-link[aria-expanded=false] i {
  font-size: 1.125rem;
  margin-bottom: 0.375rem !important;
}
.menu-lateral ul.menu-lateral__item li a[aria-expanded=false] i.fa-chevron-right,
.menu-lateral ul.menu-lateral__item li button[aria-expanded=false] i.fa-chevron-right,
.menu-lateral ul.menu-lateral__item li .nav-link[aria-expanded=false] i.fa-chevron-right,
.menu-lateral ul.menu-lateral__item .nav-item a[aria-expanded=false] i.fa-chevron-right,
.menu-lateral ul.menu-lateral__item .nav-item button[aria-expanded=false] i.fa-chevron-right,
.menu-lateral ul.menu-lateral__item .nav-item .nav-link[aria-expanded=false] i.fa-chevron-right,
.menu-lateral .nav-list.menu-lateral__item li a[aria-expanded=false] i.fa-chevron-right,
.menu-lateral .nav-list.menu-lateral__item li button[aria-expanded=false] i.fa-chevron-right,
.menu-lateral .nav-list.menu-lateral__item li .nav-link[aria-expanded=false] i.fa-chevron-right,
.menu-lateral .nav-list.menu-lateral__item .nav-item a[aria-expanded=false] i.fa-chevron-right,
.menu-lateral .nav-list.menu-lateral__item .nav-item button[aria-expanded=false] i.fa-chevron-right,
.menu-lateral .nav-list.menu-lateral__item .nav-item .nav-link[aria-expanded=false] i.fa-chevron-right {
  display: none;
}
.menu-lateral ul.menu-lateral__item li a[aria-expanded=false] span,
.menu-lateral ul.menu-lateral__item li button[aria-expanded=false] span,
.menu-lateral ul.menu-lateral__item li .nav-link[aria-expanded=false] span,
.menu-lateral ul.menu-lateral__item .nav-item a[aria-expanded=false] span,
.menu-lateral ul.menu-lateral__item .nav-item button[aria-expanded=false] span,
.menu-lateral ul.menu-lateral__item .nav-item .nav-link[aria-expanded=false] span,
.menu-lateral .nav-list.menu-lateral__item li a[aria-expanded=false] span,
.menu-lateral .nav-list.menu-lateral__item li button[aria-expanded=false] span,
.menu-lateral .nav-list.menu-lateral__item li .nav-link[aria-expanded=false] span,
.menu-lateral .nav-list.menu-lateral__item .nav-item a[aria-expanded=false] span,
.menu-lateral .nav-list.menu-lateral__item .nav-item button[aria-expanded=false] span,
.menu-lateral .nav-list.menu-lateral__item .nav-item .nav-link[aria-expanded=false] span {
  color: var(--secondary-darkest-color);
  -webkit-hyphens: auto;
      -ms-hyphens: auto;
          hyphens: auto;
  overflow-wrap: break-word;
  padding: 0 0.5rem;
  text-align: center;
  width: 100px;
}
.menu-lateral ul.menu-lateral__item li a.active,
.menu-lateral ul.menu-lateral__item li button.active,
.menu-lateral ul.menu-lateral__item li .nav-link.active,
.menu-lateral ul.menu-lateral__item .nav-item a.active,
.menu-lateral ul.menu-lateral__item .nav-item button.active,
.menu-lateral ul.menu-lateral__item .nav-item .nav-link.active,
.menu-lateral .nav-list.menu-lateral__item li a.active,
.menu-lateral .nav-list.menu-lateral__item li button.active,
.menu-lateral .nav-list.menu-lateral__item li .nav-link.active,
.menu-lateral .nav-list.menu-lateral__item .nav-item a.active,
.menu-lateral .nav-list.menu-lateral__item .nav-item button.active,
.menu-lateral .nav-list.menu-lateral__item .nav-item .nav-link.active {
  background-color: var(--primary-light-color);
}
.menu-lateral ul.menu-lateral__item li a.active:focus, .menu-lateral ul.menu-lateral__item li a.active:hover,
.menu-lateral ul.menu-lateral__item li button.active:focus,
.menu-lateral ul.menu-lateral__item li button.active:hover,
.menu-lateral ul.menu-lateral__item li .nav-link.active:focus,
.menu-lateral ul.menu-lateral__item li .nav-link.active:hover,
.menu-lateral ul.menu-lateral__item .nav-item a.active:focus,
.menu-lateral ul.menu-lateral__item .nav-item a.active:hover,
.menu-lateral ul.menu-lateral__item .nav-item button.active:focus,
.menu-lateral ul.menu-lateral__item .nav-item button.active:hover,
.menu-lateral ul.menu-lateral__item .nav-item .nav-link.active:focus,
.menu-lateral ul.menu-lateral__item .nav-item .nav-link.active:hover,
.menu-lateral .nav-list.menu-lateral__item li a.active:focus,
.menu-lateral .nav-list.menu-lateral__item li a.active:hover,
.menu-lateral .nav-list.menu-lateral__item li button.active:focus,
.menu-lateral .nav-list.menu-lateral__item li button.active:hover,
.menu-lateral .nav-list.menu-lateral__item li .nav-link.active:focus,
.menu-lateral .nav-list.menu-lateral__item li .nav-link.active:hover,
.menu-lateral .nav-list.menu-lateral__item .nav-item a.active:focus,
.menu-lateral .nav-list.menu-lateral__item .nav-item a.active:hover,
.menu-lateral .nav-list.menu-lateral__item .nav-item button.active:focus,
.menu-lateral .nav-list.menu-lateral__item .nav-item button.active:hover,
.menu-lateral .nav-list.menu-lateral__item .nav-item .nav-link.active:focus,
.menu-lateral .nav-list.menu-lateral__item .nav-item .nav-link.active:hover {
  background-color: var(--primary-light-color);
}
.menu-lateral ul.menu-lateral__item li a.active i,
.menu-lateral ul.menu-lateral__item li button.active i,
.menu-lateral ul.menu-lateral__item li .nav-link.active i,
.menu-lateral ul.menu-lateral__item .nav-item a.active i,
.menu-lateral ul.menu-lateral__item .nav-item button.active i,
.menu-lateral ul.menu-lateral__item .nav-item .nav-link.active i,
.menu-lateral .nav-list.menu-lateral__item li a.active i,
.menu-lateral .nav-list.menu-lateral__item li button.active i,
.menu-lateral .nav-list.menu-lateral__item li .nav-link.active i,
.menu-lateral .nav-list.menu-lateral__item .nav-item a.active i,
.menu-lateral .nav-list.menu-lateral__item .nav-item button.active i,
.menu-lateral .nav-list.menu-lateral__item .nav-item .nav-link.active i {
  color: var(--secondary-darkest-color) !important;
}
.menu-lateral ul.menu-lateral__item li a.active span,
.menu-lateral ul.menu-lateral__item li button.active span,
.menu-lateral ul.menu-lateral__item li .nav-link.active span,
.menu-lateral ul.menu-lateral__item .nav-item a.active span,
.menu-lateral ul.menu-lateral__item .nav-item button.active span,
.menu-lateral ul.menu-lateral__item .nav-item .nav-link.active span,
.menu-lateral .nav-list.menu-lateral__item li a.active span,
.menu-lateral .nav-list.menu-lateral__item li button.active span,
.menu-lateral .nav-list.menu-lateral__item li .nav-link.active span,
.menu-lateral .nav-list.menu-lateral__item .nav-item a.active span,
.menu-lateral .nav-list.menu-lateral__item .nav-item button.active span,
.menu-lateral .nav-list.menu-lateral__item .nav-item .nav-link.active span {
  color: var(--secondary-darkest-color);
  font-weight: bold;
}
.menu-lateral ul.menu-lateral__item li a:hover, .menu-lateral ul.menu-lateral__item li a:focus,
.menu-lateral ul.menu-lateral__item li button:hover,
.menu-lateral ul.menu-lateral__item li button:focus,
.menu-lateral ul.menu-lateral__item li .nav-link:hover,
.menu-lateral ul.menu-lateral__item li .nav-link:focus,
.menu-lateral ul.menu-lateral__item .nav-item a:hover,
.menu-lateral ul.menu-lateral__item .nav-item a:focus,
.menu-lateral ul.menu-lateral__item .nav-item button:hover,
.menu-lateral ul.menu-lateral__item .nav-item button:focus,
.menu-lateral ul.menu-lateral__item .nav-item .nav-link:hover,
.menu-lateral ul.menu-lateral__item .nav-item .nav-link:focus,
.menu-lateral .nav-list.menu-lateral__item li a:hover,
.menu-lateral .nav-list.menu-lateral__item li a:focus,
.menu-lateral .nav-list.menu-lateral__item li button:hover,
.menu-lateral .nav-list.menu-lateral__item li button:focus,
.menu-lateral .nav-list.menu-lateral__item li .nav-link:hover,
.menu-lateral .nav-list.menu-lateral__item li .nav-link:focus,
.menu-lateral .nav-list.menu-lateral__item .nav-item a:hover,
.menu-lateral .nav-list.menu-lateral__item .nav-item a:focus,
.menu-lateral .nav-list.menu-lateral__item .nav-item button:hover,
.menu-lateral .nav-list.menu-lateral__item .nav-item button:focus,
.menu-lateral .nav-list.menu-lateral__item .nav-item .nav-link:hover,
.menu-lateral .nav-list.menu-lateral__item .nav-item .nav-link:focus {
  background-color: var(--secondary-light-color);
  outline: none;
  text-decoration: none;
}
.menu-lateral ul.menu-lateral__item li button.submenu,
.menu-lateral ul.menu-lateral__item .nav-item button.submenu,
.menu-lateral .nav-list.menu-lateral__item li button.submenu,
.menu-lateral .nav-list.menu-lateral__item .nav-item button.submenu {
  border: 0;
  font-weight: normal;
  min-height: 0;
}
.menu-lateral ul.menu-lateral__item li button.submenu i,
.menu-lateral ul.menu-lateral__item .nav-item button.submenu i,
.menu-lateral .nav-list.menu-lateral__item li button.submenu i,
.menu-lateral .nav-list.menu-lateral__item .nav-item button.submenu i {
  margin: 0;
}
.menu-lateral ul.menu-lateral__item li button.submenu i.fa-chevron-right,
.menu-lateral ul.menu-lateral__item .nav-item button.submenu i.fa-chevron-right,
.menu-lateral .nav-list.menu-lateral__item li button.submenu i.fa-chevron-right,
.menu-lateral .nav-list.menu-lateral__item .nav-item button.submenu i.fa-chevron-right {
  color: var(--secondary-darkest-color) !important;
}
.menu-lateral ul.menu-lateral__item li button.submenu[aria-expanded=true] span,
.menu-lateral ul.menu-lateral__item .nav-item button.submenu[aria-expanded=true] span,
.menu-lateral .nav-list.menu-lateral__item li button.submenu[aria-expanded=true] span,
.menu-lateral .nav-list.menu-lateral__item .nav-item button.submenu[aria-expanded=true] span {
  color: var(--secondary-darkest-color);
  margin-right: 0.625rem;
  text-align: left;
  width: 100%;
}
.menu-lateral ul.menu-lateral__item[aria-expanded=true],
.menu-lateral .nav-list.menu-lateral__item[aria-expanded=true] {
  padding: 1rem 1.25rem;
  -webkit-transition: width 0.2s;
  transition: width 0.2s;
  width: 268px;
}
.menu-lateral ul.menu-lateral__item[aria-expanded=false],
.menu-lateral .nav-list.menu-lateral__item[aria-expanded=false] {
  padding: 0;
  width: 100px;
}
.menu-lateral ul.menu-lateral__item[aria-expanded=false].nav-go-right,
.menu-lateral .nav-list.menu-lateral__item[aria-expanded=false].nav-go-right {
  padding: 0 1.25rem;
}
.menu-lateral .submenu__content {
  display: none;
  position: absolute;
  top: 0;
  -webkit-transform: translateX(105%);
          transform: translateX(105%);
  -webkit-transition: -webkit-transform ease-in-out 0.3s !important;
  transition: -webkit-transform ease-in-out 0.3s !important;
  transition: transform ease-in-out 0.3s !important;
  transition: transform ease-in-out 0.3s, -webkit-transform ease-in-out 0.3s !important;
}
.menu-lateral .submenu__content ul.submenu_itens {
  padding: 1rem 1.25rem;
  width: 268px;
}
.menu-lateral .submenu__content ul.submenu_itens h3,
.menu-lateral .submenu__content ul.submenu_itens button {
  margin: 0;
  padding: 0.625rem 1.25rem;
}
.menu-lateral .submenu__content ul.submenu_itens button.back-menu {
  border-radius: 0.375rem;
}
.menu-lateral .submenu__content ul.submenu_itens button.back-menu > span {
  color: var(--secondary-darkest-color);
  font-weight: normal;
}
.menu-lateral .submenu__content ul.submenu_itens li {
  margin: 0;
  padding: 0;
}
.menu-lateral .submenu__content ul.submenu_itens li a,
.menu-lateral .submenu__content ul.submenu_itens li button {
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  background-color: transparent;
  border-radius: 0.375rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  margin: 0;
  padding: 0.625rem 1.25rem;
  width: 100%;
}
.menu-lateral .submenu__content ul.submenu_itens li a i,
.menu-lateral .submenu__content ul.submenu_itens li button i {
  font-size: 0.75rem;
}
.menu-lateral .submenu__content ul.submenu_itens li a span,
.menu-lateral .submenu__content ul.submenu_itens li button span {
  color: var(--secondary-darkest-color);
  text-align: left;
}
.menu-lateral .submenu__content ul.submenu_itens li a:hover,
.menu-lateral .submenu__content ul.submenu_itens li button:hover {
  background-color: var(--secondary-light-color);
  border: 0;
  outline: none;
  text-decoration: none;
}
.menu-lateral .submenu__content ul.submenu_itens li button.submenu {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border: 0;
  font-weight: normal;
  min-height: 0;
}
.menu-lateral .submenu__content ul.submenu_itens li button.submenu i {
  margin: 0;
}
.menu-lateral .submenu__content ul.submenu_itens li button.submenu i.fa-chevron-right {
  color: var(--secondary-darkest-color) !important;
}
.menu-lateral .submenu__content ul.submenu_itens li button.submenu span {
  margin-right: 0.625rem;
  width: 100%;
}
.menu-lateral .submenu__content ul.submenu_itens li button.submenu .submenu__content {
  display: none;
}
.menu-lateral .submenu__content ul.submenu_itens li a.active {
  background-color: var(--secondary-light-color) !important;
}
.menu-lateral .submenu__content ul.submenu_itens li a.active i {
  color: var(--secondary-darkest-color) !important;
}
.menu-lateral .submenu__content ul.submenu_itens li a.active span {
  color: var(--secondary-darkest-color);
  font-weight: bold !important;
}
.menu-lateral .nav-go-right {
  -webkit-transform: translateX(-105%) !important;
          transform: translateX(-105%) !important;
  -webkit-transition: -webkit-transform ease-in-out 0.3s !important;
  transition: -webkit-transform ease-in-out 0.3s !important;
  transition: transform ease-in-out 0.3s !important;
  transition: transform ease-in-out 0.3s, -webkit-transform ease-in-out 0.3s !important;
}
.menu-lateral .nav-go-center {
  display: block !important;
  -webkit-transform: translateX(97.3%) !important;
          transform: translateX(97.3%) !important;
  -webkit-transition: -webkit-transform ease-in-out 0.3s !important;
  transition: -webkit-transform ease-in-out 0.3s !important;
  transition: transform ease-in-out 0.3s !important;
  transition: transform ease-in-out 0.3s, -webkit-transform ease-in-out 0.3s !important;
}

.btn-collapsible {
  --btn-collapsible-bg-color: var(--secondary-color);
  --btn-collapsible-text-color: var(--secondary-darkest-color);
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  background: var(--btn-collapsible-bg-color);
  border-radius: 0 0.5rem 0.5rem 0;
  color: var(--btn-collapsible-text-color);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 0.75rem;
  height: 8rem;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  left: 6.25rem;
  margin: 1rem 0 0;
  padding: 0.625rem 0.375rem;
  position: absolute;
  top: 0;
  -webkit-transition: width 0.2s, -webkit-transform ease-in-out 0.3s;
  transition: width 0.2s, -webkit-transform ease-in-out 0.3s;
  transition: transform ease-in-out 0.3s, width 0.2s;
  transition: transform ease-in-out 0.3s, width 0.2s, -webkit-transform ease-in-out 0.3s;
}
.btn-collapsible:hover {
  border: 2px solid var(--btn-action-bg-color);
  -webkit-box-shadow: 0 2px 3px rgba(0, 0, 0, 0.4);
          box-shadow: 0 2px 3px rgba(0, 0, 0, 0.4);
}
.btn-collapsible__text {
  margin-top: 0.25rem;
}
.btn-collapsible[aria-expanded=true] {
  -webkit-transform: translateX(168px);
          transform: translateX(168px);
}
.btn-collapsible[aria-expanded=false] {
  -webkit-transform: translateX(0);
          transform: translateX(0);
}

@media not print {
  body[data-ac-activated] .menu-lateral {
    background-color: var(--primary-dark-color) !important;
    border-color: var(--border-color);
    -webkit-box-shadow: none;
            box-shadow: none;
  }
  body[data-ac-activated] .menu-lateral .btn-collapsible {
    background-color: var(--primary-color);
    border-left: 2px solid var(--primary-color);
    color: var(--primary-dark-color);
  }
  body[data-ac-activated] .menu-lateral .btn-collapsible:not([disabled]):hover, body[data-ac-activated] .menu-lateral .btn-collapsible:not([disabled]):focus, body[data-ac-activated] .menu-lateral .btn-collapsible:not([disabled]):hover, body[data-ac-activated] .menu-lateral .btn-collapsible:not([disabled]):focus {
    background-color: var(--primary-light-color);
    border-color: var(--border-color);
    -webkit-box-shadow: none !important;
            box-shadow: none !important;
    color: var(--primary-dark-color);
  }
  body[data-ac-activated] .menu-lateral ul,
  body[data-ac-activated] .menu-lateral .nav-list {
    background-color: var(--primary-dark-color);
  }
  body[data-ac-activated] .menu-lateral ul.menu-lateral__item li,
  body[data-ac-activated] .menu-lateral ul.menu-lateral__item .nav-item,
  body[data-ac-activated] .menu-lateral .nav-list.menu-lateral__item li,
  body[data-ac-activated] .menu-lateral .nav-list.menu-lateral__item .nav-item {
    --nav-link-color: var(--primary-color);
  }
  body[data-ac-activated] .menu-lateral ul.menu-lateral__item li .btn-action,
  body[data-ac-activated] .menu-lateral ul.menu-lateral__item .nav-item .btn-action,
  body[data-ac-activated] .menu-lateral .nav-list.menu-lateral__item li .btn-action,
  body[data-ac-activated] .menu-lateral .nav-list.menu-lateral__item .nav-item .btn-action {
    --nav-link-color: var(--primary-dark-color) !important;
    background-color: var(--btn-action-bg-color);
  }
  body[data-ac-activated] .menu-lateral ul.menu-lateral__item li .btn-action:hover,
  body[data-ac-activated] .menu-lateral ul.menu-lateral__item .nav-item .btn-action:hover,
  body[data-ac-activated] .menu-lateral .nav-list.menu-lateral__item li .btn-action:hover,
  body[data-ac-activated] .menu-lateral .nav-list.menu-lateral__item .nav-item .btn-action:hover {
    background-color: var(--primary-light-color);
    border: 0;
  }
  body[data-ac-activated] .menu-lateral ul.menu-lateral__item li .btn-action i.fas,
  body[data-ac-activated] .menu-lateral ul.menu-lateral__item li .btn-action i.fa-solid,
  body[data-ac-activated] .menu-lateral ul.menu-lateral__item li .btn-action span,
  body[data-ac-activated] .menu-lateral ul.menu-lateral__item .nav-item .btn-action i.fas,
  body[data-ac-activated] .menu-lateral ul.menu-lateral__item .nav-item .btn-action i.fa-solid,
  body[data-ac-activated] .menu-lateral ul.menu-lateral__item .nav-item .btn-action span,
  body[data-ac-activated] .menu-lateral .nav-list.menu-lateral__item li .btn-action i.fas,
  body[data-ac-activated] .menu-lateral .nav-list.menu-lateral__item li .btn-action i.fa-solid,
  body[data-ac-activated] .menu-lateral .nav-list.menu-lateral__item li .btn-action span,
  body[data-ac-activated] .menu-lateral .nav-list.menu-lateral__item .nav-item .btn-action i.fas,
  body[data-ac-activated] .menu-lateral .nav-list.menu-lateral__item .nav-item .btn-action i.fa-solid,
  body[data-ac-activated] .menu-lateral .nav-list.menu-lateral__item .nav-item .btn-action span {
    --btn-action-text-color: var(--nav-link-color) !important;
  }
  body[data-ac-activated] .menu-lateral ul.menu-lateral__item li a span,
  body[data-ac-activated] .menu-lateral ul.menu-lateral__item li a i,
  body[data-ac-activated] .menu-lateral ul.menu-lateral__item li button span,
  body[data-ac-activated] .menu-lateral ul.menu-lateral__item li button i,
  body[data-ac-activated] .menu-lateral ul.menu-lateral__item li .nav-link span,
  body[data-ac-activated] .menu-lateral ul.menu-lateral__item li .nav-link i,
  body[data-ac-activated] .menu-lateral ul.menu-lateral__item .nav-item a span,
  body[data-ac-activated] .menu-lateral ul.menu-lateral__item .nav-item a i,
  body[data-ac-activated] .menu-lateral ul.menu-lateral__item .nav-item button span,
  body[data-ac-activated] .menu-lateral ul.menu-lateral__item .nav-item button i,
  body[data-ac-activated] .menu-lateral ul.menu-lateral__item .nav-item .nav-link span,
  body[data-ac-activated] .menu-lateral ul.menu-lateral__item .nav-item .nav-link i,
  body[data-ac-activated] .menu-lateral .nav-list.menu-lateral__item li a span,
  body[data-ac-activated] .menu-lateral .nav-list.menu-lateral__item li a i,
  body[data-ac-activated] .menu-lateral .nav-list.menu-lateral__item li button span,
  body[data-ac-activated] .menu-lateral .nav-list.menu-lateral__item li button i,
  body[data-ac-activated] .menu-lateral .nav-list.menu-lateral__item li .nav-link span,
  body[data-ac-activated] .menu-lateral .nav-list.menu-lateral__item li .nav-link i,
  body[data-ac-activated] .menu-lateral .nav-list.menu-lateral__item .nav-item a span,
  body[data-ac-activated] .menu-lateral .nav-list.menu-lateral__item .nav-item a i,
  body[data-ac-activated] .menu-lateral .nav-list.menu-lateral__item .nav-item button span,
  body[data-ac-activated] .menu-lateral .nav-list.menu-lateral__item .nav-item button i,
  body[data-ac-activated] .menu-lateral .nav-list.menu-lateral__item .nav-item .nav-link span,
  body[data-ac-activated] .menu-lateral .nav-list.menu-lateral__item .nav-item .nav-link i {
    color: var(--primary-color);
  }
  body[data-ac-activated] .menu-lateral ul.menu-lateral__item li a span.fa-chevron-right,
  body[data-ac-activated] .menu-lateral ul.menu-lateral__item li a i.fa-chevron-right,
  body[data-ac-activated] .menu-lateral ul.menu-lateral__item li button span.fa-chevron-right,
  body[data-ac-activated] .menu-lateral ul.menu-lateral__item li button i.fa-chevron-right,
  body[data-ac-activated] .menu-lateral ul.menu-lateral__item li .nav-link span.fa-chevron-right,
  body[data-ac-activated] .menu-lateral ul.menu-lateral__item li .nav-link i.fa-chevron-right,
  body[data-ac-activated] .menu-lateral ul.menu-lateral__item .nav-item a span.fa-chevron-right,
  body[data-ac-activated] .menu-lateral ul.menu-lateral__item .nav-item a i.fa-chevron-right,
  body[data-ac-activated] .menu-lateral ul.menu-lateral__item .nav-item button span.fa-chevron-right,
  body[data-ac-activated] .menu-lateral ul.menu-lateral__item .nav-item button i.fa-chevron-right,
  body[data-ac-activated] .menu-lateral ul.menu-lateral__item .nav-item .nav-link span.fa-chevron-right,
  body[data-ac-activated] .menu-lateral ul.menu-lateral__item .nav-item .nav-link i.fa-chevron-right,
  body[data-ac-activated] .menu-lateral .nav-list.menu-lateral__item li a span.fa-chevron-right,
  body[data-ac-activated] .menu-lateral .nav-list.menu-lateral__item li a i.fa-chevron-right,
  body[data-ac-activated] .menu-lateral .nav-list.menu-lateral__item li button span.fa-chevron-right,
  body[data-ac-activated] .menu-lateral .nav-list.menu-lateral__item li button i.fa-chevron-right,
  body[data-ac-activated] .menu-lateral .nav-list.menu-lateral__item li .nav-link span.fa-chevron-right,
  body[data-ac-activated] .menu-lateral .nav-list.menu-lateral__item li .nav-link i.fa-chevron-right,
  body[data-ac-activated] .menu-lateral .nav-list.menu-lateral__item .nav-item a span.fa-chevron-right,
  body[data-ac-activated] .menu-lateral .nav-list.menu-lateral__item .nav-item a i.fa-chevron-right,
  body[data-ac-activated] .menu-lateral .nav-list.menu-lateral__item .nav-item button span.fa-chevron-right,
  body[data-ac-activated] .menu-lateral .nav-list.menu-lateral__item .nav-item button i.fa-chevron-right,
  body[data-ac-activated] .menu-lateral .nav-list.menu-lateral__item .nav-item .nav-link span.fa-chevron-right,
  body[data-ac-activated] .menu-lateral .nav-list.menu-lateral__item .nav-item .nav-link i.fa-chevron-right {
    color: var(--primary-color) !important;
  }
  body[data-ac-activated] .menu-lateral ul.menu-lateral__item li a.submenu i.fa-chevron-right,
  body[data-ac-activated] .menu-lateral ul.menu-lateral__item li button.submenu i.fa-chevron-right,
  body[data-ac-activated] .menu-lateral ul.menu-lateral__item li .nav-link.submenu i.fa-chevron-right,
  body[data-ac-activated] .menu-lateral ul.menu-lateral__item .nav-item a.submenu i.fa-chevron-right,
  body[data-ac-activated] .menu-lateral ul.menu-lateral__item .nav-item button.submenu i.fa-chevron-right,
  body[data-ac-activated] .menu-lateral ul.menu-lateral__item .nav-item .nav-link.submenu i.fa-chevron-right,
  body[data-ac-activated] .menu-lateral .nav-list.menu-lateral__item li a.submenu i.fa-chevron-right,
  body[data-ac-activated] .menu-lateral .nav-list.menu-lateral__item li button.submenu i.fa-chevron-right,
  body[data-ac-activated] .menu-lateral .nav-list.menu-lateral__item li .nav-link.submenu i.fa-chevron-right,
  body[data-ac-activated] .menu-lateral .nav-list.menu-lateral__item .nav-item a.submenu i.fa-chevron-right,
  body[data-ac-activated] .menu-lateral .nav-list.menu-lateral__item .nav-item button.submenu i.fa-chevron-right,
  body[data-ac-activated] .menu-lateral .nav-list.menu-lateral__item .nav-item .nav-link.submenu i.fa-chevron-right {
    color: var(--primary-color) !important;
  }
  body[data-ac-activated] .menu-lateral ul.menu-lateral__item li a.submenu.active i.fa-chevron-right,
  body[data-ac-activated] .menu-lateral ul.menu-lateral__item li button.submenu.active i.fa-chevron-right,
  body[data-ac-activated] .menu-lateral ul.menu-lateral__item li .nav-link.submenu.active i.fa-chevron-right,
  body[data-ac-activated] .menu-lateral ul.menu-lateral__item .nav-item a.submenu.active i.fa-chevron-right,
  body[data-ac-activated] .menu-lateral ul.menu-lateral__item .nav-item button.submenu.active i.fa-chevron-right,
  body[data-ac-activated] .menu-lateral ul.menu-lateral__item .nav-item .nav-link.submenu.active i.fa-chevron-right,
  body[data-ac-activated] .menu-lateral .nav-list.menu-lateral__item li a.submenu.active i.fa-chevron-right,
  body[data-ac-activated] .menu-lateral .nav-list.menu-lateral__item li button.submenu.active i.fa-chevron-right,
  body[data-ac-activated] .menu-lateral .nav-list.menu-lateral__item li .nav-link.submenu.active i.fa-chevron-right,
  body[data-ac-activated] .menu-lateral .nav-list.menu-lateral__item .nav-item a.submenu.active i.fa-chevron-right,
  body[data-ac-activated] .menu-lateral .nav-list.menu-lateral__item .nav-item button.submenu.active i.fa-chevron-right,
  body[data-ac-activated] .menu-lateral .nav-list.menu-lateral__item .nav-item .nav-link.submenu.active i.fa-chevron-right {
    color: var(--primary-dark-color) !important;
  }
  body[data-ac-activated] .menu-lateral ul.menu-lateral__item li a.nav-link.active, body[data-ac-activated] .menu-lateral ul.menu-lateral__item li a.nav-link:hover, body[data-ac-activated] .menu-lateral ul.menu-lateral__item li a.nav-link:focus,
  body[data-ac-activated] .menu-lateral ul.menu-lateral__item li button.nav-link.active,
  body[data-ac-activated] .menu-lateral ul.menu-lateral__item li button.nav-link:hover,
  body[data-ac-activated] .menu-lateral ul.menu-lateral__item li button.nav-link:focus,
  body[data-ac-activated] .menu-lateral ul.menu-lateral__item li .nav-link.nav-link.active,
  body[data-ac-activated] .menu-lateral ul.menu-lateral__item li .nav-link.nav-link:hover,
  body[data-ac-activated] .menu-lateral ul.menu-lateral__item li .nav-link.nav-link:focus,
  body[data-ac-activated] .menu-lateral ul.menu-lateral__item .nav-item a.nav-link.active,
  body[data-ac-activated] .menu-lateral ul.menu-lateral__item .nav-item a.nav-link:hover,
  body[data-ac-activated] .menu-lateral ul.menu-lateral__item .nav-item a.nav-link:focus,
  body[data-ac-activated] .menu-lateral ul.menu-lateral__item .nav-item button.nav-link.active,
  body[data-ac-activated] .menu-lateral ul.menu-lateral__item .nav-item button.nav-link:hover,
  body[data-ac-activated] .menu-lateral ul.menu-lateral__item .nav-item button.nav-link:focus,
  body[data-ac-activated] .menu-lateral ul.menu-lateral__item .nav-item .nav-link.nav-link.active,
  body[data-ac-activated] .menu-lateral ul.menu-lateral__item .nav-item .nav-link.nav-link:hover,
  body[data-ac-activated] .menu-lateral ul.menu-lateral__item .nav-item .nav-link.nav-link:focus,
  body[data-ac-activated] .menu-lateral .nav-list.menu-lateral__item li a.nav-link.active,
  body[data-ac-activated] .menu-lateral .nav-list.menu-lateral__item li a.nav-link:hover,
  body[data-ac-activated] .menu-lateral .nav-list.menu-lateral__item li a.nav-link:focus,
  body[data-ac-activated] .menu-lateral .nav-list.menu-lateral__item li button.nav-link.active,
  body[data-ac-activated] .menu-lateral .nav-list.menu-lateral__item li button.nav-link:hover,
  body[data-ac-activated] .menu-lateral .nav-list.menu-lateral__item li button.nav-link:focus,
  body[data-ac-activated] .menu-lateral .nav-list.menu-lateral__item li .nav-link.nav-link.active,
  body[data-ac-activated] .menu-lateral .nav-list.menu-lateral__item li .nav-link.nav-link:hover,
  body[data-ac-activated] .menu-lateral .nav-list.menu-lateral__item li .nav-link.nav-link:focus,
  body[data-ac-activated] .menu-lateral .nav-list.menu-lateral__item .nav-item a.nav-link.active,
  body[data-ac-activated] .menu-lateral .nav-list.menu-lateral__item .nav-item a.nav-link:hover,
  body[data-ac-activated] .menu-lateral .nav-list.menu-lateral__item .nav-item a.nav-link:focus,
  body[data-ac-activated] .menu-lateral .nav-list.menu-lateral__item .nav-item button.nav-link.active,
  body[data-ac-activated] .menu-lateral .nav-list.menu-lateral__item .nav-item button.nav-link:hover,
  body[data-ac-activated] .menu-lateral .nav-list.menu-lateral__item .nav-item button.nav-link:focus,
  body[data-ac-activated] .menu-lateral .nav-list.menu-lateral__item .nav-item .nav-link.nav-link.active,
  body[data-ac-activated] .menu-lateral .nav-list.menu-lateral__item .nav-item .nav-link.nav-link:hover,
  body[data-ac-activated] .menu-lateral .nav-list.menu-lateral__item .nav-item .nav-link.nav-link:focus {
    background-color: var(--primary-light-color) !important;
  }
  body[data-ac-activated] .menu-lateral ul.menu-lateral__item li a.nav-link.active span,
  body[data-ac-activated] .menu-lateral ul.menu-lateral__item li a.nav-link.active i, body[data-ac-activated] .menu-lateral ul.menu-lateral__item li a.nav-link:hover span,
  body[data-ac-activated] .menu-lateral ul.menu-lateral__item li a.nav-link:hover i, body[data-ac-activated] .menu-lateral ul.menu-lateral__item li a.nav-link:focus span,
  body[data-ac-activated] .menu-lateral ul.menu-lateral__item li a.nav-link:focus i,
  body[data-ac-activated] .menu-lateral ul.menu-lateral__item li button.nav-link.active span,
  body[data-ac-activated] .menu-lateral ul.menu-lateral__item li button.nav-link.active i,
  body[data-ac-activated] .menu-lateral ul.menu-lateral__item li button.nav-link:hover span,
  body[data-ac-activated] .menu-lateral ul.menu-lateral__item li button.nav-link:hover i,
  body[data-ac-activated] .menu-lateral ul.menu-lateral__item li button.nav-link:focus span,
  body[data-ac-activated] .menu-lateral ul.menu-lateral__item li button.nav-link:focus i,
  body[data-ac-activated] .menu-lateral ul.menu-lateral__item li .nav-link.nav-link.active span,
  body[data-ac-activated] .menu-lateral ul.menu-lateral__item li .nav-link.nav-link.active i,
  body[data-ac-activated] .menu-lateral ul.menu-lateral__item li .nav-link.nav-link:hover span,
  body[data-ac-activated] .menu-lateral ul.menu-lateral__item li .nav-link.nav-link:hover i,
  body[data-ac-activated] .menu-lateral ul.menu-lateral__item li .nav-link.nav-link:focus span,
  body[data-ac-activated] .menu-lateral ul.menu-lateral__item li .nav-link.nav-link:focus i,
  body[data-ac-activated] .menu-lateral ul.menu-lateral__item .nav-item a.nav-link.active span,
  body[data-ac-activated] .menu-lateral ul.menu-lateral__item .nav-item a.nav-link.active i,
  body[data-ac-activated] .menu-lateral ul.menu-lateral__item .nav-item a.nav-link:hover span,
  body[data-ac-activated] .menu-lateral ul.menu-lateral__item .nav-item a.nav-link:hover i,
  body[data-ac-activated] .menu-lateral ul.menu-lateral__item .nav-item a.nav-link:focus span,
  body[data-ac-activated] .menu-lateral ul.menu-lateral__item .nav-item a.nav-link:focus i,
  body[data-ac-activated] .menu-lateral ul.menu-lateral__item .nav-item button.nav-link.active span,
  body[data-ac-activated] .menu-lateral ul.menu-lateral__item .nav-item button.nav-link.active i,
  body[data-ac-activated] .menu-lateral ul.menu-lateral__item .nav-item button.nav-link:hover span,
  body[data-ac-activated] .menu-lateral ul.menu-lateral__item .nav-item button.nav-link:hover i,
  body[data-ac-activated] .menu-lateral ul.menu-lateral__item .nav-item button.nav-link:focus span,
  body[data-ac-activated] .menu-lateral ul.menu-lateral__item .nav-item button.nav-link:focus i,
  body[data-ac-activated] .menu-lateral ul.menu-lateral__item .nav-item .nav-link.nav-link.active span,
  body[data-ac-activated] .menu-lateral ul.menu-lateral__item .nav-item .nav-link.nav-link.active i,
  body[data-ac-activated] .menu-lateral ul.menu-lateral__item .nav-item .nav-link.nav-link:hover span,
  body[data-ac-activated] .menu-lateral ul.menu-lateral__item .nav-item .nav-link.nav-link:hover i,
  body[data-ac-activated] .menu-lateral ul.menu-lateral__item .nav-item .nav-link.nav-link:focus span,
  body[data-ac-activated] .menu-lateral ul.menu-lateral__item .nav-item .nav-link.nav-link:focus i,
  body[data-ac-activated] .menu-lateral .nav-list.menu-lateral__item li a.nav-link.active span,
  body[data-ac-activated] .menu-lateral .nav-list.menu-lateral__item li a.nav-link.active i,
  body[data-ac-activated] .menu-lateral .nav-list.menu-lateral__item li a.nav-link:hover span,
  body[data-ac-activated] .menu-lateral .nav-list.menu-lateral__item li a.nav-link:hover i,
  body[data-ac-activated] .menu-lateral .nav-list.menu-lateral__item li a.nav-link:focus span,
  body[data-ac-activated] .menu-lateral .nav-list.menu-lateral__item li a.nav-link:focus i,
  body[data-ac-activated] .menu-lateral .nav-list.menu-lateral__item li button.nav-link.active span,
  body[data-ac-activated] .menu-lateral .nav-list.menu-lateral__item li button.nav-link.active i,
  body[data-ac-activated] .menu-lateral .nav-list.menu-lateral__item li button.nav-link:hover span,
  body[data-ac-activated] .menu-lateral .nav-list.menu-lateral__item li button.nav-link:hover i,
  body[data-ac-activated] .menu-lateral .nav-list.menu-lateral__item li button.nav-link:focus span,
  body[data-ac-activated] .menu-lateral .nav-list.menu-lateral__item li button.nav-link:focus i,
  body[data-ac-activated] .menu-lateral .nav-list.menu-lateral__item li .nav-link.nav-link.active span,
  body[data-ac-activated] .menu-lateral .nav-list.menu-lateral__item li .nav-link.nav-link.active i,
  body[data-ac-activated] .menu-lateral .nav-list.menu-lateral__item li .nav-link.nav-link:hover span,
  body[data-ac-activated] .menu-lateral .nav-list.menu-lateral__item li .nav-link.nav-link:hover i,
  body[data-ac-activated] .menu-lateral .nav-list.menu-lateral__item li .nav-link.nav-link:focus span,
  body[data-ac-activated] .menu-lateral .nav-list.menu-lateral__item li .nav-link.nav-link:focus i,
  body[data-ac-activated] .menu-lateral .nav-list.menu-lateral__item .nav-item a.nav-link.active span,
  body[data-ac-activated] .menu-lateral .nav-list.menu-lateral__item .nav-item a.nav-link.active i,
  body[data-ac-activated] .menu-lateral .nav-list.menu-lateral__item .nav-item a.nav-link:hover span,
  body[data-ac-activated] .menu-lateral .nav-list.menu-lateral__item .nav-item a.nav-link:hover i,
  body[data-ac-activated] .menu-lateral .nav-list.menu-lateral__item .nav-item a.nav-link:focus span,
  body[data-ac-activated] .menu-lateral .nav-list.menu-lateral__item .nav-item a.nav-link:focus i,
  body[data-ac-activated] .menu-lateral .nav-list.menu-lateral__item .nav-item button.nav-link.active span,
  body[data-ac-activated] .menu-lateral .nav-list.menu-lateral__item .nav-item button.nav-link.active i,
  body[data-ac-activated] .menu-lateral .nav-list.menu-lateral__item .nav-item button.nav-link:hover span,
  body[data-ac-activated] .menu-lateral .nav-list.menu-lateral__item .nav-item button.nav-link:hover i,
  body[data-ac-activated] .menu-lateral .nav-list.menu-lateral__item .nav-item button.nav-link:focus span,
  body[data-ac-activated] .menu-lateral .nav-list.menu-lateral__item .nav-item button.nav-link:focus i,
  body[data-ac-activated] .menu-lateral .nav-list.menu-lateral__item .nav-item .nav-link.nav-link.active span,
  body[data-ac-activated] .menu-lateral .nav-list.menu-lateral__item .nav-item .nav-link.nav-link.active i,
  body[data-ac-activated] .menu-lateral .nav-list.menu-lateral__item .nav-item .nav-link.nav-link:hover span,
  body[data-ac-activated] .menu-lateral .nav-list.menu-lateral__item .nav-item .nav-link.nav-link:hover i,
  body[data-ac-activated] .menu-lateral .nav-list.menu-lateral__item .nav-item .nav-link.nav-link:focus span,
  body[data-ac-activated] .menu-lateral .nav-list.menu-lateral__item .nav-item .nav-link.nav-link:focus i {
    color: var(--primary-dark-color) !important;
  }
  body[data-ac-activated] .menu-lateral ul.menu-lateral__item li a.nav-link.active span.fa-chevron-right,
  body[data-ac-activated] .menu-lateral ul.menu-lateral__item li a.nav-link.active i.fa-chevron-right, body[data-ac-activated] .menu-lateral ul.menu-lateral__item li a.nav-link:hover span.fa-chevron-right,
  body[data-ac-activated] .menu-lateral ul.menu-lateral__item li a.nav-link:hover i.fa-chevron-right, body[data-ac-activated] .menu-lateral ul.menu-lateral__item li a.nav-link:focus span.fa-chevron-right,
  body[data-ac-activated] .menu-lateral ul.menu-lateral__item li a.nav-link:focus i.fa-chevron-right,
  body[data-ac-activated] .menu-lateral ul.menu-lateral__item li button.nav-link.active span.fa-chevron-right,
  body[data-ac-activated] .menu-lateral ul.menu-lateral__item li button.nav-link.active i.fa-chevron-right,
  body[data-ac-activated] .menu-lateral ul.menu-lateral__item li button.nav-link:hover span.fa-chevron-right,
  body[data-ac-activated] .menu-lateral ul.menu-lateral__item li button.nav-link:hover i.fa-chevron-right,
  body[data-ac-activated] .menu-lateral ul.menu-lateral__item li button.nav-link:focus span.fa-chevron-right,
  body[data-ac-activated] .menu-lateral ul.menu-lateral__item li button.nav-link:focus i.fa-chevron-right,
  body[data-ac-activated] .menu-lateral ul.menu-lateral__item li .nav-link.nav-link.active span.fa-chevron-right,
  body[data-ac-activated] .menu-lateral ul.menu-lateral__item li .nav-link.nav-link.active i.fa-chevron-right,
  body[data-ac-activated] .menu-lateral ul.menu-lateral__item li .nav-link.nav-link:hover span.fa-chevron-right,
  body[data-ac-activated] .menu-lateral ul.menu-lateral__item li .nav-link.nav-link:hover i.fa-chevron-right,
  body[data-ac-activated] .menu-lateral ul.menu-lateral__item li .nav-link.nav-link:focus span.fa-chevron-right,
  body[data-ac-activated] .menu-lateral ul.menu-lateral__item li .nav-link.nav-link:focus i.fa-chevron-right,
  body[data-ac-activated] .menu-lateral ul.menu-lateral__item .nav-item a.nav-link.active span.fa-chevron-right,
  body[data-ac-activated] .menu-lateral ul.menu-lateral__item .nav-item a.nav-link.active i.fa-chevron-right,
  body[data-ac-activated] .menu-lateral ul.menu-lateral__item .nav-item a.nav-link:hover span.fa-chevron-right,
  body[data-ac-activated] .menu-lateral ul.menu-lateral__item .nav-item a.nav-link:hover i.fa-chevron-right,
  body[data-ac-activated] .menu-lateral ul.menu-lateral__item .nav-item a.nav-link:focus span.fa-chevron-right,
  body[data-ac-activated] .menu-lateral ul.menu-lateral__item .nav-item a.nav-link:focus i.fa-chevron-right,
  body[data-ac-activated] .menu-lateral ul.menu-lateral__item .nav-item button.nav-link.active span.fa-chevron-right,
  body[data-ac-activated] .menu-lateral ul.menu-lateral__item .nav-item button.nav-link.active i.fa-chevron-right,
  body[data-ac-activated] .menu-lateral ul.menu-lateral__item .nav-item button.nav-link:hover span.fa-chevron-right,
  body[data-ac-activated] .menu-lateral ul.menu-lateral__item .nav-item button.nav-link:hover i.fa-chevron-right,
  body[data-ac-activated] .menu-lateral ul.menu-lateral__item .nav-item button.nav-link:focus span.fa-chevron-right,
  body[data-ac-activated] .menu-lateral ul.menu-lateral__item .nav-item button.nav-link:focus i.fa-chevron-right,
  body[data-ac-activated] .menu-lateral ul.menu-lateral__item .nav-item .nav-link.nav-link.active span.fa-chevron-right,
  body[data-ac-activated] .menu-lateral ul.menu-lateral__item .nav-item .nav-link.nav-link.active i.fa-chevron-right,
  body[data-ac-activated] .menu-lateral ul.menu-lateral__item .nav-item .nav-link.nav-link:hover span.fa-chevron-right,
  body[data-ac-activated] .menu-lateral ul.menu-lateral__item .nav-item .nav-link.nav-link:hover i.fa-chevron-right,
  body[data-ac-activated] .menu-lateral ul.menu-lateral__item .nav-item .nav-link.nav-link:focus span.fa-chevron-right,
  body[data-ac-activated] .menu-lateral ul.menu-lateral__item .nav-item .nav-link.nav-link:focus i.fa-chevron-right,
  body[data-ac-activated] .menu-lateral .nav-list.menu-lateral__item li a.nav-link.active span.fa-chevron-right,
  body[data-ac-activated] .menu-lateral .nav-list.menu-lateral__item li a.nav-link.active i.fa-chevron-right,
  body[data-ac-activated] .menu-lateral .nav-list.menu-lateral__item li a.nav-link:hover span.fa-chevron-right,
  body[data-ac-activated] .menu-lateral .nav-list.menu-lateral__item li a.nav-link:hover i.fa-chevron-right,
  body[data-ac-activated] .menu-lateral .nav-list.menu-lateral__item li a.nav-link:focus span.fa-chevron-right,
  body[data-ac-activated] .menu-lateral .nav-list.menu-lateral__item li a.nav-link:focus i.fa-chevron-right,
  body[data-ac-activated] .menu-lateral .nav-list.menu-lateral__item li button.nav-link.active span.fa-chevron-right,
  body[data-ac-activated] .menu-lateral .nav-list.menu-lateral__item li button.nav-link.active i.fa-chevron-right,
  body[data-ac-activated] .menu-lateral .nav-list.menu-lateral__item li button.nav-link:hover span.fa-chevron-right,
  body[data-ac-activated] .menu-lateral .nav-list.menu-lateral__item li button.nav-link:hover i.fa-chevron-right,
  body[data-ac-activated] .menu-lateral .nav-list.menu-lateral__item li button.nav-link:focus span.fa-chevron-right,
  body[data-ac-activated] .menu-lateral .nav-list.menu-lateral__item li button.nav-link:focus i.fa-chevron-right,
  body[data-ac-activated] .menu-lateral .nav-list.menu-lateral__item li .nav-link.nav-link.active span.fa-chevron-right,
  body[data-ac-activated] .menu-lateral .nav-list.menu-lateral__item li .nav-link.nav-link.active i.fa-chevron-right,
  body[data-ac-activated] .menu-lateral .nav-list.menu-lateral__item li .nav-link.nav-link:hover span.fa-chevron-right,
  body[data-ac-activated] .menu-lateral .nav-list.menu-lateral__item li .nav-link.nav-link:hover i.fa-chevron-right,
  body[data-ac-activated] .menu-lateral .nav-list.menu-lateral__item li .nav-link.nav-link:focus span.fa-chevron-right,
  body[data-ac-activated] .menu-lateral .nav-list.menu-lateral__item li .nav-link.nav-link:focus i.fa-chevron-right,
  body[data-ac-activated] .menu-lateral .nav-list.menu-lateral__item .nav-item a.nav-link.active span.fa-chevron-right,
  body[data-ac-activated] .menu-lateral .nav-list.menu-lateral__item .nav-item a.nav-link.active i.fa-chevron-right,
  body[data-ac-activated] .menu-lateral .nav-list.menu-lateral__item .nav-item a.nav-link:hover span.fa-chevron-right,
  body[data-ac-activated] .menu-lateral .nav-list.menu-lateral__item .nav-item a.nav-link:hover i.fa-chevron-right,
  body[data-ac-activated] .menu-lateral .nav-list.menu-lateral__item .nav-item a.nav-link:focus span.fa-chevron-right,
  body[data-ac-activated] .menu-lateral .nav-list.menu-lateral__item .nav-item a.nav-link:focus i.fa-chevron-right,
  body[data-ac-activated] .menu-lateral .nav-list.menu-lateral__item .nav-item button.nav-link.active span.fa-chevron-right,
  body[data-ac-activated] .menu-lateral .nav-list.menu-lateral__item .nav-item button.nav-link.active i.fa-chevron-right,
  body[data-ac-activated] .menu-lateral .nav-list.menu-lateral__item .nav-item button.nav-link:hover span.fa-chevron-right,
  body[data-ac-activated] .menu-lateral .nav-list.menu-lateral__item .nav-item button.nav-link:hover i.fa-chevron-right,
  body[data-ac-activated] .menu-lateral .nav-list.menu-lateral__item .nav-item button.nav-link:focus span.fa-chevron-right,
  body[data-ac-activated] .menu-lateral .nav-list.menu-lateral__item .nav-item button.nav-link:focus i.fa-chevron-right,
  body[data-ac-activated] .menu-lateral .nav-list.menu-lateral__item .nav-item .nav-link.nav-link.active span.fa-chevron-right,
  body[data-ac-activated] .menu-lateral .nav-list.menu-lateral__item .nav-item .nav-link.nav-link.active i.fa-chevron-right,
  body[data-ac-activated] .menu-lateral .nav-list.menu-lateral__item .nav-item .nav-link.nav-link:hover span.fa-chevron-right,
  body[data-ac-activated] .menu-lateral .nav-list.menu-lateral__item .nav-item .nav-link.nav-link:hover i.fa-chevron-right,
  body[data-ac-activated] .menu-lateral .nav-list.menu-lateral__item .nav-item .nav-link.nav-link:focus span.fa-chevron-right,
  body[data-ac-activated] .menu-lateral .nav-list.menu-lateral__item .nav-item .nav-link.nav-link:focus i.fa-chevron-right {
    color: var(--primary-dark-color) !important;
  }
  body[data-ac-activated] .submenu__content .back-menu:focus,
  body[data-ac-activated] .submenu__content .back-menu:hover {
    background-color: var(--primary-light-color) !important;
    color: var(--primary-dark-color) !important;
  }
  body[data-ac-activated] .submenu__content .back-menu:hover > span,
  body[data-ac-activated] .submenu__content .back-menu:hover > i {
    color: var(--primary-dark-color) !important;
  }
}
.conteudo-principal {
  --conteudo-principal-border-size: 2px;
  background-color: var(--white);
  border: var(--conteudo-principal-border-size) solid var(--secondary-lighter-color);
  border-radius: 5px;
  width: 100%;
}
.conteudo-principal--small {
  max-width: 680px;
}
.conteudo-principal--medium {
  max-width: 910px;
}
.conteudo-principal__header {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-bottom: var(--conteudo-principal-border-size) solid var(--secondary-lighter-color);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  padding: 15px 40px;
  gap: 0.5rem;
}
@media (max-width: 992px) {
  .conteudo-principal__header {
    padding: 10px 20px;
  }
}
@media only screen and (max-width: 741px) {
  .conteudo-principal__header {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.conteudo-principal__header h1 {
  margin: 0;
}
.conteudo-principal__header__titulo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 5px;
}
.conteudo-principal__header__titulo h1 {
  margin: 0 8px;
}
.conteudo-principal__header__input {
  min-width: 100px;
  width: 100%;
}
.conteudo-principal__header__input form {
  border: 0;
  margin-bottom: 5px !important;
  padding: 0;
}
.conteudo-principal__header__input form .form-group {
  border-right: 1px solid var(--secondary-lighter-color);
  margin: 0;
  padding-right: 25px;
}
.conteudo-principal__header__input form .form-group input {
  padding: 4px 1px;
}
.conteudo-principal__header__botao {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 5px;
}
@media only screen and (max-width: 615px) {
  .conteudo-principal__header__botao {
    display: block;
  }
}
.conteudo-principal__header__botao button,
.conteudo-principal__header__botao a {
  margin-left: 10px;
}
.conteudo-principal__header__botao__excluir {
  border-right: 1px solid var(--secondary-lighter-color);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0 25px;
}
.conteudo-principal__header__botao__excluir__select {
  margin-right: 25px;
}
.conteudo-principal__header__botao__excluir__select form {
  border: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0;
}
.conteudo-principal__header__botao__excluir__select form .form-group {
  margin: 0;
}
.conteudo-principal__header__botao__excluir__select form .form-group ul.form__select {
  top: 34px;
}
.conteudo-principal__header__botao__excluir__select form .form-group button,
.conteudo-principal__header__botao__excluir__select form .form-group a {
  margin: 0;
  max-width: 150px;
  min-width: 100px;
  width: 150px;
}
@media only screen and (max-width: 741px) {
  .conteudo-principal__header__botao__excluir {
    padding-left: 0;
  }
}
@media only screen and (max-width: 615px) {
  .conteudo-principal__header__botao__excluir {
    margin-bottom: 5px;
  }
}
@media only screen and (max-width: 439px) {
  .conteudo-principal__header__botao__excluir {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .conteudo-principal__header__botao__excluir__select {
    margin-bottom: 5px;
  }
  .conteudo-principal__header__botao__excluir__select form .form-group button {
    width: 120px;
  }
}
.conteudo-principal__header__botao__salvar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.conteudo-principal__header__botao__salvar button:nth-child(1),
.conteudo-principal__header__botao__salvar a:nth-child(1) {
  margin: 0 25px;
}
@media only screen and (max-width: 615px) {
  .conteudo-principal__header__botao__salvar button:nth-child(1),
  .conteudo-principal__header__botao__salvar a:nth-child(1) {
    margin-left: 0;
  }
}
.conteudo-principal__header__progress {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 741px) {
  .conteudo-principal__header__progress {
    margin-top: 5px;
  }
}
.conteudo-principal__header__progress .progress {
  margin-right: 15px;
  width: 228px;
}
@media (max-width: 425px) {
  .conteudo-principal__header__progress .progress {
    width: 188px;
  }
}
@media (max-width: 350px) {
  .conteudo-principal__header__progress .progress {
    width: 150px;
  }
}
.conteudo-principal__footer {
  border-top: var(--conteudo-principal-border-size) solid var(--secondary-lighter-color);
  padding: 10px 20px;
}
@media (min-width: 993px) {
  .conteudo-principal__footer {
    padding: 20px 40px;
  }
}
.conteudo-principal__content {
  margin: 30px 40px;
}
@media (max-width: 992px) {
  .conteudo-principal__content {
    margin: 15px 20px;
  }
}
.conteudo-principal__content h4,
.conteudo-principal__content h3 {
  margin-bottom: 15px;
}
.conteudo-principal__content.parse-markdown h1 {
  margin-bottom: 20px;
}
.conteudo-principal__content.parse-markdown table {
  margin-bottom: 16px;
  table-layout: fixed;
  word-break: break-word;
}
.conteudo-principal__content.parse-markdown ul,
.conteudo-principal__content.parse-markdown ol {
  margin-bottom: 15px;
}
.conteudo-principal__content.parse-markdown ul li,
.conteudo-principal__content.parse-markdown ol li {
  margin-bottom: 10px;
}
.conteudo-principal__content p.header-subtitle {
  font-size: 0.75rem;
}
.conteudo-principal hr {
  margin: 0;
}
.conteudo-principal hr.hr-border {
  border: 0;
  border-bottom: 4px solid var(--primary-color);
}
.conteudo-principal .conteudo-principal__header .conteudo-principal__header__botao button,
.conteudo-principal .conteudo-principal__header .conteudo-principal__header__botao a {
  margin-bottom: 0;
}
@media (max-width: 669px) {
  .conteudo-principal .conteudo-principal__header .conteudo-principal__header__botao button,
  .conteudo-principal .conteudo-principal__header .conteudo-principal__header__botao a {
    margin-bottom: 0.5rem;
  }
}

@media not print {
  body[data-ac-activated] .conteudo-principal {
    --conteudo-principal-border-size: 3px;
    background-color: var(--primary-dark-color) !important;
    border-color: var(--primary-light-color) !important;
  }
  body[data-ac-activated] .conteudo-principal__header {
    border-bottom-color: var(--primary-light-color) !important;
  }
  body[data-ac-activated] .conteudo-principal__header h1 {
    color: var(--primary-light-color) !important;
  }
  body[data-ac-activated] .conteudo-principal__header__input form .form-group {
    border-color: var(--primary-light-color);
  }
  body[data-ac-activated] .conteudo-principal__header__botao__excluir {
    border-color: var(--primary-light-color);
  }
  body[data-ac-activated] .conteudo-principal__footer {
    border-top-color: var(--primary-light-color);
  }
}
.rodape {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: var(--secondary-lightest-color);
  border-top: 1px solid var(--border-color);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 63px;
  padding: 0 26px;
}
.rodape > .container {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.rodape__logo {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-right: 1px solid var(--secondary-lighter-color);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 65%;
  padding-right: 1.5rem;
}
.rodape__logo svg .assinatura-icone,
.rodape__logo svg .assinatura-barra,
.rodape__logo svg .assinatura-sigla {
  fill: var(--secondary-darker-color) !important;
}
.rodape__logo svg .assinatura-icone {
  fill-rule: evenodd;
}
.rodape__logo svg .assinatura-sigla {
  font: bold 1.125rem "LiberationSans-Bold", "Liberation Sans", sans-serif;
}
.rodape__content {
  margin-left: 1.5rem;
}
.rodape__content p {
  color: var(--secondary-darker-color);
  margin: 0;
  text-align: center;
}

@media (max-width: 576px) {
  .rodape {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    height: 95px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .rodape > .container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .rodape__logo {
    border: 0;
    height: auto;
    padding: 0;
  }
  .rodape__content {
    margin-left: 0;
    margin-top: 1rem;
  }
  .rodape__content p,
  .rodape__content span {
    font-size: 0.625rem;
  }
  .rodape__content p > a,
  .rodape__content span > a {
    font-size: inherit;
  }
}
@media not print {
  body[data-ac-activated] .rodape {
    background: var(--bg-color);
  }
  body[data-ac-activated] .rodape__logo {
    border-right-color: var(--border-color) !important;
  }
  body[data-ac-activated] .rodape__logo svg .assinatura-icone,
  body[data-ac-activated] .rodape__logo svg .assinatura-barra,
  body[data-ac-activated] .rodape__logo svg .assinatura-sigla {
    fill: var(--primary-color) !important;
  }
  body[data-ac-activated] .rodape__content p {
    color: var(--text-color) !important;
  }
}
.footer {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: var(--secondary-lightest-color);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 95px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 0 26px;
  margin: 12px 0;
}
.footer > .container {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.footer__logo {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: auto;
  padding: 0;
}
.footer__logo svg .assinatura-icone,
.footer__logo svg .assinatura-barra,
.footer__logo svg .assinatura-sigla {
  fill: var(--secondary-darker-color) !important;
}
.footer__logo svg .assinatura-icone {
  fill-rule: evenodd;
}
.footer__logo svg .assinatura-sigla {
  font: bold 1.125rem "LiberationSans-Bold", "Liberation Sans", sans-serif;
}
.footer__content {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-left: 0;
  margin-top: 0.5rem;
}
.footer__content a,
.footer__content p,
.footer__content span {
  font-size: 0.625rem;
}
.footer__content .footer__info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.footer__content .footer__contentText + div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 8px;
}
.footer__content .footer__contentText + div p::after {
  content: "|";
  color: var(--secondary-darker-color);
  margin-left: 8px;
}
.footer__content p {
  color: var(--secondary-darker-color);
  margin: 0;
  text-align: center;
  font-size: 0.625rem;
}

@media (min-width: 576px) {
  .footer {
    height: 63px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .footer > .container {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .footer__logo {
    height: 65%;
    margin: 0;
  }
  .footer__content {
    margin-left: 1.5rem;
    margin-top: 0;
  }
  .footer__content p,
  .footer__content a,
  .footer__content span {
    font-size: 0.775rem;
  }
}
@media (min-width: 768px) {
  .footer__content p,
  .footer__content a,
  .footer__content span {
    font-size: inherit;
  }
  .footer__content .footer__appinfo {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 8px;
  }
  .footer__content .footer__appinfo .footer__version::before {
    content: "|";
    color: var(--secondary-darker-color);
    margin-right: 8px;
  }
}
@media (min-width: 1200px) {
  .footer__content .footer__info {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .footer__content .footer__contentText {
    margin-right: 8px;
  }
  .footer__content .footer__contentText::after {
    content: "|";
    color: var(--secondary-darker-color);
    margin-left: 8px;
  }
}
@media not print {
  body[data-ac-activated] .footer {
    background: var(--bg-color);
  }
  body[data-ac-activated] .footer__logo {
    border-right-color: var(--border-color) !important;
  }
  body[data-ac-activated] .footer__logo svg .assinatura-icone,
  body[data-ac-activated] .footer__logo svg .assinatura-barra,
  body[data-ac-activated] .footer__logo svg .assinatura-sigla {
    fill: var(--primary-color) !important;
  }
  body[data-ac-activated] .footer__content p {
    color: var(--text-color) !important;
  }
}
.tela-erro, .tela-erro--vixe {
  --border-tela-erro-size: 2px;
  background-color: #fff;
  border: var(--border-tela-erro-size) solid #d8e1ea;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 750px;
  padding: 50px;
  padding-right: 43px;
}
.tela-erro + .error-warning, .tela-erro--vixe + .error-warning {
  max-width: 790px;
}
.tela-erro + .error-warning p, .tela-erro--vixe + .error-warning p {
  font-size: 0.75rem;
  margin-left: auto;
  max-width: 350px;
  padding-top: 15px;
  text-align: right;
}
.tela-erro__robot > img {
  margin-right: 55px;
  max-width: 180px;
  min-height: 353px;
}
.tela-erro__content__info {
  padding-bottom: 20px;
}
.tela-erro__content__info__robot {
  display: none;
  max-height: 250px;
}
.tela-erro__content__info h1,
.tela-erro__content__info .tela-erro__content__title {
  font-size: 4.375rem;
  margin-bottom: 20px;
}
.tela-erro__content__info h4 {
  color: #a4b2c8;
  font-size: 1.125rem;
  margin-bottom: 20px;
}
.tela-erro__content__info .tela-erro__content__subtitle {
  color: var(--secondary-dark-color);
  font-size: 1.125rem;
  font-weight: 700;
  letter-spacing: 2px;
  margin-bottom: 20px;
  text-transform: uppercase;
}
.tela-erro__content__info p {
  font-size: 0.875rem;
  line-height: 1.9;
  margin-bottom: 21px;
}
.tela-erro__content__info button,
.tela-erro__content__info a {
  margin: 0;
}
.tela-erro__content__warn {
  border-top: 1px solid #d8e1ea;
  padding-top: 20px;
}
.tela-erro__content__warn p {
  font-size: 0.875rem;
  margin-bottom: 11px;
}
.tela-erro--vixe {
  margin: 0;
  margin-top: 20px;
}
.tela-erro--vixe .tela-erro__robot > img {
  display: none;
}
.tela-erro--vixe .tela-erro__content__info {
  border-bottom: 0;
}
.tela-erro--vixe .tela-erro__content__info .d-flex {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 10px;
}
.tela-erro--vixe .tela-erro__content__info .d-flex button {
  margin-right: 5px;
}
.tela-erro--vixe .tela-erro__content__info form.form {
  background-color: transparent;
  border: 0;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  padding-top: 19px;
}
.tela-erro--vixe .tela-erro__content__info form.form .form-group {
  margin: 0;
}
.tela-erro--vixe .tela-erro__content__info form.form > button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-left: auto;
}
html[data-browser*=Firefox] .tela-erro--vixe .tela-erro__content__info form.form > button {
  margin-top: 6px;
}

body[data-ac-activated] .tela-erro, body[data-ac-activated] .tela-erro--vixe {
  --border-tela-erro-size: 3px;
}

body[data-ac-activated=preto-amarelo] .tela-erro, body[data-ac-activated=preto-amarelo] .tela-erro--vixe,
.component__box.preto-amarelo .tela-erro,
.component__box.preto-amarelo .tela-erro--vixe,
body[data-ac-activated=preto-azul] .tela-erro,
body[data-ac-activated=preto-azul] .tela-erro--vixe,
.component__box.preto-azul .tela-erro,
.component__box.preto-azul .tela-erro--vixe {
  border-color: #fff !important;
}
body[data-ac-activated=preto-amarelo] .tela-erro .tela-erro__robot > img, body[data-ac-activated=preto-amarelo] .tela-erro--vixe .tela-erro__robot > img,
.component__box.preto-amarelo .tela-erro .tela-erro__robot > img,
.component__box.preto-amarelo .tela-erro--vixe .tela-erro__robot > img,
body[data-ac-activated=preto-azul] .tela-erro .tela-erro__robot > img,
body[data-ac-activated=preto-azul] .tela-erro--vixe .tela-erro__robot > img,
.component__box.preto-azul .tela-erro .tela-erro__robot > img,
.component__box.preto-azul .tela-erro--vixe .tela-erro__robot > img {
  -webkit-filter: grayscale(100%);
          filter: grayscale(100%);
}
body[data-ac-activated=preto-amarelo] .tela-erro .tela-erro__content__info h1, body[data-ac-activated=preto-amarelo] .tela-erro--vixe .tela-erro__content__info h1,
body[data-ac-activated=preto-amarelo] .tela-erro .tela-erro__content__info h4,
body[data-ac-activated=preto-amarelo] .tela-erro--vixe .tela-erro__content__info h4,
body[data-ac-activated=preto-amarelo] .tela-erro .tela-erro__content__info p,
body[data-ac-activated=preto-amarelo] .tela-erro--vixe .tela-erro__content__info p,
.component__box.preto-amarelo .tela-erro .tela-erro__content__info h1,
.component__box.preto-amarelo .tela-erro--vixe .tela-erro__content__info h1,
.component__box.preto-amarelo .tela-erro .tela-erro__content__info h4,
.component__box.preto-amarelo .tela-erro--vixe .tela-erro__content__info h4,
.component__box.preto-amarelo .tela-erro .tela-erro__content__info p,
.component__box.preto-amarelo .tela-erro--vixe .tela-erro__content__info p,
body[data-ac-activated=preto-azul] .tela-erro .tela-erro__content__info h1,
body[data-ac-activated=preto-azul] .tela-erro--vixe .tela-erro__content__info h1,
body[data-ac-activated=preto-azul] .tela-erro .tela-erro__content__info h4,
body[data-ac-activated=preto-azul] .tela-erro--vixe .tela-erro__content__info h4,
body[data-ac-activated=preto-azul] .tela-erro .tela-erro__content__info p,
body[data-ac-activated=preto-azul] .tela-erro--vixe .tela-erro__content__info p,
.component__box.preto-azul .tela-erro .tela-erro__content__info h1,
.component__box.preto-azul .tela-erro--vixe .tela-erro__content__info h1,
.component__box.preto-azul .tela-erro .tela-erro__content__info h4,
.component__box.preto-azul .tela-erro--vixe .tela-erro__content__info h4,
.component__box.preto-azul .tela-erro .tela-erro__content__info p,
.component__box.preto-azul .tela-erro--vixe .tela-erro__content__info p {
  color: #fff !important;
}
body[data-ac-activated=preto-amarelo] .tela-erro .tela-erro__content__warn, body[data-ac-activated=preto-amarelo] .tela-erro--vixe .tela-erro__content__warn,
.component__box.preto-amarelo .tela-erro .tela-erro__content__warn,
.component__box.preto-amarelo .tela-erro--vixe .tela-erro__content__warn,
body[data-ac-activated=preto-azul] .tela-erro .tela-erro__content__warn,
body[data-ac-activated=preto-azul] .tela-erro--vixe .tela-erro__content__warn,
.component__box.preto-azul .tela-erro .tela-erro__content__warn,
.component__box.preto-azul .tela-erro--vixe .tela-erro__content__warn {
  border-top-color: #fff !important;
}
body[data-ac-activated=preto-amarelo] .tela-erro .tela-erro__content__warn p, body[data-ac-activated=preto-amarelo] .tela-erro--vixe .tela-erro__content__warn p,
.component__box.preto-amarelo .tela-erro .tela-erro__content__warn p,
.component__box.preto-amarelo .tela-erro--vixe .tela-erro__content__warn p,
body[data-ac-activated=preto-azul] .tela-erro .tela-erro__content__warn p,
body[data-ac-activated=preto-azul] .tela-erro--vixe .tela-erro__content__warn p,
.component__box.preto-azul .tela-erro .tela-erro__content__warn p,
.component__box.preto-azul .tela-erro--vixe .tela-erro__content__warn p {
  color: #fff !important;
}

body[data-ac-activated=azul-amarelo] .tela-erro, body[data-ac-activated=azul-amarelo] .tela-erro--vixe,
.component__box.azul-amarelo .tela-erro,
.component__box.azul-amarelo .tela-erro--vixe {
  border-color: #fff !important;
}
body[data-ac-activated=azul-amarelo] .tela-erro .tela-erro__robot > img, body[data-ac-activated=azul-amarelo] .tela-erro--vixe .tela-erro__robot > img,
.component__box.azul-amarelo .tela-erro .tela-erro__robot > img,
.component__box.azul-amarelo .tela-erro--vixe .tela-erro__robot > img {
  -webkit-filter: grayscale(100%);
          filter: grayscale(100%);
}
body[data-ac-activated=azul-amarelo] .tela-erro .tela-erro__content__info h1, body[data-ac-activated=azul-amarelo] .tela-erro--vixe .tela-erro__content__info h1,
body[data-ac-activated=azul-amarelo] .tela-erro .tela-erro__content__info h4,
body[data-ac-activated=azul-amarelo] .tela-erro--vixe .tela-erro__content__info h4,
body[data-ac-activated=azul-amarelo] .tela-erro .tela-erro__content__info p,
body[data-ac-activated=azul-amarelo] .tela-erro--vixe .tela-erro__content__info p,
.component__box.azul-amarelo .tela-erro .tela-erro__content__info h1,
.component__box.azul-amarelo .tela-erro--vixe .tela-erro__content__info h1,
.component__box.azul-amarelo .tela-erro .tela-erro__content__info h4,
.component__box.azul-amarelo .tela-erro--vixe .tela-erro__content__info h4,
.component__box.azul-amarelo .tela-erro .tela-erro__content__info p,
.component__box.azul-amarelo .tela-erro--vixe .tela-erro__content__info p {
  color: #fff !important;
}
body[data-ac-activated=azul-amarelo] .tela-erro .tela-erro__content__warn, body[data-ac-activated=azul-amarelo] .tela-erro--vixe .tela-erro__content__warn,
.component__box.azul-amarelo .tela-erro .tela-erro__content__warn,
.component__box.azul-amarelo .tela-erro--vixe .tela-erro__content__warn {
  border-top-color: #fff !important;
}
body[data-ac-activated=azul-amarelo] .tela-erro .tela-erro__content__warn p, body[data-ac-activated=azul-amarelo] .tela-erro--vixe .tela-erro__content__warn p,
.component__box.azul-amarelo .tela-erro .tela-erro__content__warn p,
.component__box.azul-amarelo .tela-erro--vixe .tela-erro__content__warn p {
  color: #fff !important;
}

body[data-ac-activated=branco-azul] .tela-erro, body[data-ac-activated=branco-azul] .tela-erro--vixe,
.component__box.branco-azul .tela-erro,
.component__box.branco-azul .tela-erro--vixe {
  border-color: #000 !important;
}
body[data-ac-activated=branco-azul] .tela-erro .tela-erro__robot > img, body[data-ac-activated=branco-azul] .tela-erro--vixe .tela-erro__robot > img,
.component__box.branco-azul .tela-erro .tela-erro__robot > img,
.component__box.branco-azul .tela-erro--vixe .tela-erro__robot > img {
  -webkit-filter: grayscale(100%);
          filter: grayscale(100%);
}
body[data-ac-activated=branco-azul] .tela-erro .tela-erro__content__info h1, body[data-ac-activated=branco-azul] .tela-erro--vixe .tela-erro__content__info h1,
body[data-ac-activated=branco-azul] .tela-erro .tela-erro__content__info h4,
body[data-ac-activated=branco-azul] .tela-erro--vixe .tela-erro__content__info h4,
body[data-ac-activated=branco-azul] .tela-erro .tela-erro__content__info p,
body[data-ac-activated=branco-azul] .tela-erro--vixe .tela-erro__content__info p,
.component__box.branco-azul .tela-erro .tela-erro__content__info h1,
.component__box.branco-azul .tela-erro--vixe .tela-erro__content__info h1,
.component__box.branco-azul .tela-erro .tela-erro__content__info h4,
.component__box.branco-azul .tela-erro--vixe .tela-erro__content__info h4,
.component__box.branco-azul .tela-erro .tela-erro__content__info p,
.component__box.branco-azul .tela-erro--vixe .tela-erro__content__info p {
  color: #000 !important;
}
body[data-ac-activated=branco-azul] .tela-erro .tela-erro__content__warn, body[data-ac-activated=branco-azul] .tela-erro--vixe .tela-erro__content__warn,
.component__box.branco-azul .tela-erro .tela-erro__content__warn,
.component__box.branco-azul .tela-erro--vixe .tela-erro__content__warn {
  border-top-color: #000 !important;
}
body[data-ac-activated=branco-azul] .tela-erro .tela-erro__content__warn p, body[data-ac-activated=branco-azul] .tela-erro--vixe .tela-erro__content__warn p,
.component__box.branco-azul .tela-erro .tela-erro__content__warn p,
.component__box.branco-azul .tela-erro--vixe .tela-erro__content__warn p {
  color: #000 !important;
}

@media (max-width: 576px) {
  .tela-erro, .tela-erro--vixe {
    margin-bottom: 20px;
    margin-top: 20px;
    padding: 20px 14px;
    position: relative;
  }
  .tela-erro__robot > img {
    display: none !important;
  }
  .tela-erro__content__info__robot {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-bottom: 20px;
  }
  .tela-erro__content__info h1,
  .tela-erro__content__info h4 {
    text-align: center;
  }
  .tela-erro__content__info p {
    margin-bottom: 30px;
  }
  .tela-erro__content__info p br {
    display: contents;
  }
  .tela-erro__content__info #go-back {
    left: 50%;
    margin-bottom: 30px;
    position: relative;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
  .tela-erro__content__warn p {
    margin-bottom: 20px;
  }
  .tela-erro__content__warn .link, .tela-erro__content__warn .conteudo-principal__content.parse-markdown a, .conteudo-principal__content.parse-markdown .tela-erro__content__warn a {
    display: table;
    margin: 0 auto;
  }
  .tela-erro--vixe {
    margin-bottom: 0;
    padding-bottom: 50px;
  }
  .tela-erro--vixe + .error-warning > p {
    margin-bottom: 20px;
  }
  .tela-erro--vixe .tela-erro__content__info__robot {
    margin: 0 auto;
    margin-bottom: 20px;
    max-width: 258px;
  }
  .tela-erro--vixe .tela-erro__content__info__robot > img {
    display: none;
  }
  .tela-erro--vixe .tela-erro__content__info .d-flex {
    position: relative;
  }
  .tela-erro--vixe .tela-erro__content__info form.form {
    margin-top: 20px;
  }
  .tela-erro--vixe--preto-amarelo .tela-erro__content__info__robot > img {
    display: block;
  }
}
.breadcrumb {
  background-color: transparent;
  margin: 0;
  padding: 0;
}
.breadcrumb li.breadcrumb-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0;
  padding-left: 0 !important;
}
.breadcrumb li.breadcrumb-item:first-child a i {
  font-size: 1.125rem;
  vertical-align: text-top;
}
.breadcrumb li.breadcrumb-item::before {
  color: var(--secondary-darker-color) !important;
  content: "";
  font: var(--fa-font-solid);
  font-size: 1.2rem;
  vertical-align: middle;
}
.breadcrumb li.breadcrumb-item + .breadcrumb-item::before {
  content: "\f105";
  padding: 0 1.25rem;
  position: initial;
  width: auto;
}
.breadcrumb li.breadcrumb-item > a.link, .breadcrumb .conteudo-principal__content.parse-markdown li.breadcrumb-item > a, .conteudo-principal__content.parse-markdown .breadcrumb li.breadcrumb-item > a {
  font-weight: bold;
}
.breadcrumb li.breadcrumb-item.active h3 {
  display: inline;
}
.breadcrumb li.breadcrumb-item h1,
.breadcrumb li.breadcrumb-item h2,
.breadcrumb li.breadcrumb-item h3,
.breadcrumb li.breadcrumb-item h4,
.breadcrumb li.breadcrumb-item h5,
.breadcrumb li.breadcrumb-item h6 {
  color: var(--secondary-darkest-color);
  font-size: 0.875rem;
  font-weight: 700;
  margin: 0;
  letter-spacing: 0;
  text-transform: none;
}

@media not print {
  body[data-ac-activated] .breadcrumb li.breadcrumb-item + .breadcrumb-item::before {
    color: var(--primary-light-color) !important;
  }
  body[data-ac-activated] .breadcrumb li.breadcrumb-item h1,
  body[data-ac-activated] .breadcrumb li.breadcrumb-item h2,
  body[data-ac-activated] .breadcrumb li.breadcrumb-item h3,
  body[data-ac-activated] .breadcrumb li.breadcrumb-item h4,
  body[data-ac-activated] .breadcrumb li.breadcrumb-item h5,
  body[data-ac-activated] .breadcrumb li.breadcrumb-item h6 {
    color: var(--text-color);
  }
}
@media (max-width: 768px) {
  .breadcrumb li.breadcrumb-item + .breadcrumb-item::before {
    padding: 0 10px;
  }
}
ul.pagination {
  border-radius: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 8px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  list-style: none;
  padding-left: 0;
}
ul.pagination > li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: end;
}
ul.pagination .page-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 5px;
  margin: 0;
  min-width: 27px;
  height: 27px;
  -webkit-transition: all 0.1s linear;
  transition: all 0.1s linear;
}
ul.pagination .page-item.disabled {
  cursor: not-allowed;
}
ul.pagination .page-item.disabled:active .page-link {
  color: var(--secondary-dark-color);
}
ul.pagination .page-item.disabled .page-link {
  color: var(--secondary-dark-color);
}
ul.pagination .page-item.disabled .page-link:hover, ul.pagination .page-item.disabled .page-link:focus {
  background-color: transparent;
  color: var(--secondary-dark-color);
}
ul.pagination .page-item .page-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: transparent;
  border-color: transparent;
  color: var(--primary-darker-color);
  padding: 0;
  width: 100%;
  height: 100%;
  border-radius: 5px;
}
ul.pagination .page-item .page-link:focus, ul.pagination .page-item .page-link:hover {
  -webkit-box-shadow: none;
          box-shadow: none;
  background-color: var(--primary-light-color);
}
ul.pagination .page-item.active .page-link {
  background-color: var(--primary-darker-color);
  color: var(--white);
}

ul.pagination-slide {
  border-radius: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  list-style: none;
  margin: 8px 0;
  padding-left: 0;
  width: 100%;
}
@media (max-width: 677px) {
  ul.pagination-slide {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  ul.pagination-slide .page-info {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    min-width: auto;
  }
  ul.pagination-slide .page-info .page-item button,
  ul.pagination-slide .page-info .page-item a {
    margin-bottom: 8px;
    margin-top: 8px;
  }
  ul.pagination-slide .page-info .page-item .page-link {
    display: none;
    text-align: center !important;
  }
  ul.pagination-slide .page-position .page-item {
    margin: 5px !important;
  }
}
@media (max-width: 677px) {
  ul.pagination-slide {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  ul.pagination-slide .page-info {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    min-width: auto;
  }
  ul.pagination-slide .page-info .page-item button,
  ul.pagination-slide .page-info .page-item a {
    margin-bottom: 8px;
    margin-top: 8px;
  }
  ul.pagination-slide .page-info .page-item .page-link {
    display: none;
    text-align: center !important;
  }
  ul.pagination-slide .page-position .page-item {
    margin: 5px !important;
  }
}
ul.pagination-slide .page-info {
  -ms-flex-line-pack: center !important;
      align-content: center !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  min-width: 100px;
  width: 33.3333333333%;
}
ul.pagination-slide .page-info:first-child {
  -webkit-box-pack: end !important;
      -ms-flex-pack: end !important;
          justify-content: flex-end !important;
}
ul.pagination-slide .page-info .page-item {
  border-radius: 5px;
  cursor: pointer;
  margin-bottom: auto;
  margin-top: auto;
  outline: none;
  -webkit-transition: all 0.1s linear;
  transition: all 0.1s linear;
}
ul.pagination-slide .page-info .page-item:first-child {
  margin-right: 5px;
}
ul.pagination-slide .page-info .page-item:first-child .page-link {
  text-align: right;
}
ul.pagination-slide .page-info .page-item button,
ul.pagination-slide .page-info .page-item a {
  margin: auto;
}
ul.pagination-slide .page-info .page-item .page-link {
  background: none;
  border: 0;
  border-radius: 0;
  color: #5b6372;
  cursor: not-allowed;
  font-weight: 600;
  height: auto;
  margin: auto;
  padding: 0;
  width: auto;
}
ul.pagination-slide .page-info .page-item .page-link:hover {
  background: none;
}
ul.pagination-slide .page-position {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 0 5px;
}
ul.pagination-slide .page-position .page-item {
  border-radius: 5px;
  cursor: pointer;
  margin: 0 5px;
  outline: none;
  -webkit-transition: all 0.1s linear;
  transition: all 0.1s linear;
}
ul.pagination-slide .page-position .page-item.active .page-link, ul.pagination-slide .page-position .page-item:hover .page-link, ul.pagination-slide .page-position .page-item:focus .page-link, ul.pagination-slide .page-position .page-item:focus-within .page-link {
  background-color: var(--primary-color);
}
ul.pagination-slide .page-position .page-item .page-link {
  --border-page-link-size: 0;
  background-color: #bdc4cc;
  border: --border-page-link-size;
  border-radius: 3px;
  padding: 6px;
  width: 0;
}

.inactive {
  pointer-events: none;
}

@media not print {
  body[data-ac-activated] ul.pagination .page-item.active .page-link,
  body[data-ac-activated] ul.pagination .page-item.active .page-link:hover,
  body[data-ac-activated] ul.pagination .page-item.active .page-link:focus,
  body[data-ac-activated] ul.pagination .page-item.active .page-link:focus-within {
    color: var(--primary-dark-color) !important;
    background-color: var(--primary-color) !important;
  }
  body[data-ac-activated] ul.pagination .page-item .page-link {
    color: var(--primary-color) !important;
  }
  body[data-ac-activated] ul.pagination .page-item .page-link:hover, body[data-ac-activated] ul.pagination .page-item .page-link:focus, body[data-ac-activated] ul.pagination .page-item .page-link:focus-within {
    background-color: var(--primary-light-color) !important;
    color: var(--primary-dark-color) !important;
  }
  body[data-ac-activated] ul.pagination .page-item.disabled .page-link {
    color: var(--primary-darken-color) !important;
    background-color: transparent !important;
  }
  body[data-ac-activated] ul.pagination-slide .page-info .page-item .page-link {
    color: var(--primary-light-color) !important;
  }
  body[data-ac-activated] ul.pagination-slide .page-position .page-item .page-link {
    --border-page-link-size: 2px;
    background-color: var(--primary-dark-color) !important;
    border: var(--border-page-link-size) solid var(--primary-color) !important;
    padding: 4px;
  }
  body[data-ac-activated] ul.pagination-slide .page-position .page-item .page-link:hover {
    --border-page-link-size: 2px;
    background-color: var(--primary-color) !important;
    border: var(--border-page-link-size) solid var(--primary-color) !important;
  }
  body[data-ac-activated] ul.pagination-slide .page-position .page-item.active .page-link {
    --border-page-link-size: 2px;
    background-color: var(--primary-color) !important;
    border: var(--border-page-link-size) solid var(--primary-color) !important;
  }
}
.dropdown {
  position: relative;
}
.dropdown.show .dropdown-toggle.btn-primary, .dropdown.show button-primary-icon.dropdown-toggle,
.dropdown.show .dropdown-toggle.btn-primary-icon, .dropdown.show .dropdown-toggle.btn-secondary, .dropdown.show button-secondary-icon.dropdown-toggle,
.dropdown.show .dropdown-toggle.btn-secondary-icon, .dropdown.show .dropdown-toggle.btn-tertiary, .dropdown.show button-tertiary-icon.dropdown-toggle,
.dropdown.show .dropdown-toggle.btn-tertiary-icon, .dropdown.show .dropdown-toggle.btn-quaternary, .dropdown.show button-quaternary-icon.dropdown-toggle,
.dropdown.show .dropdown-toggle.btn-quaternary-icon {
  background-color: var(--primary-darker-color);
  border-color: var(--primary-darker-color);
  color: var(--white);
}
.dropdown .dropdown-toggle::after {
  display: none;
}
.dropdown [data-display=static] {
  margin: 0;
}
.dropdown .dropdown-menu {
  --border-dropdown-menu-size: 0;
  border: var(--border-dropdown-menu-size);
  border-radius: 5px 5px 5px 5px;
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.2509803922);
          box-shadow: 0 0 5px rgba(0, 0, 0, 0.2509803922);
  height: auto;
  max-width: 100%;
  white-space: normal;
  z-index: 1025;
  padding: 0;
  margin: 5px;
}
.dropdown .dropdown-menu ul.dropdown-menu.inner {
  margin: 5px;
}
.dropdown .dropdown-menu .dropdown-header {
  font-weight: bold;
  white-space: normal;
}
.dropdown .dropdown-menu .dropdown-item {
  border-radius: 0;
  color: var(--secondary-darkest-color);
  font-size: 0.875rem;
  margin: 0;
  min-height: initial;
  text-align: left;
  -webkit-transition: background-color 0.2s;
  transition: background-color 0.2s;
  white-space: normal;
  padding: 10px;
}
.dropdown .dropdown-menu .dropdown-item-icon {
  margin-right: 0.5rem;
}
.dropdown .dropdown-menu .dropdown-item:hover, .dropdown .dropdown-menu .dropdown-item:focus {
  border-radius: 0;
  outline: 0;
  background-color: var(--secondary-lightest-color);
}
.dropdown .dropdown-menu .dropdown-item:hover:last-child, .dropdown .dropdown-menu .dropdown-item:focus:last-child {
  border-radius: 0px 0px 5px 5px;
}
.dropdown .dropdown-menu .dropdown-item:hover:first-child, .dropdown .dropdown-menu .dropdown-item:focus:first-child {
  border-radius: 5px 5px 0 0;
}
.dropdown .dropdown-menu .dropdown-divider {
  margin: 0;
}
.dropdown .dropdown-menu .dropdown-item-text {
  color: var(--secondary-darkest-color);
  font-size: 0.875rem;
  padding: 10px;
}
.dropdown .dropdown-menu.ac {
  max-width: 202px;
  min-width: auto;
  width: 202px;
  padding: 0.8rem 0;
}
.dropdown .dropdown-menu.ac > ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-pack: distribute;
      justify-content: space-around;
}
.dropdown .dropdown-menu.ac > ul li {
  display: inline-block;
  margin: 0;
}
.dropdown .dropdown-menu.ac > ul li:hover, .dropdown .dropdown-menu.ac > ul li:focus, .dropdown .dropdown-menu.ac > ul li:focus-within {
  background-color: transparent;
  border: 0;
}
.dropdown .dropdown-menu.ac > ul li:first-child > button {
  background-color: var(--white);
}
.dropdown .dropdown-menu.ac > ul li:first-child > button:hover, .dropdown .dropdown-menu.ac > ul li:first-child > button:focus, .dropdown .dropdown-menu.ac > ul li:first-child > button:active {
  background-color: var(--white) !important;
}
.dropdown .dropdown-menu.ac > ul li:first-child > button::before {
  background-color: #f00;
  bottom: 11px;
  content: "";
  display: block;
  height: 4px;
  left: -4px;
  position: absolute;
  -webkit-transform: rotate(135deg);
          transform: rotate(135deg);
  width: 128%;
}
.dropdown .dropdown-menu.ac > ul li > button {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border: 1px solid #000;
  border-radius: 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 28px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0;
  min-height: auto;
  padding: 0 !important;
  position: relative;
  width: 28px;
}
.dropdown .dropdown-menu.ac > ul li > button:hover, .dropdown .dropdown-menu.ac > ul li > button:focus {
  border-radius: 5px;
}
.dropdown .dropdown-menu.ac > ul li > button > span {
  font-size: 1.188rem;
  font-weight: bold;
}
.dropdown .dropdown-menu.ac > ul li > button::after {
  bottom: -7px !important;
  content: "" !important;
  display: block !important;
  height: 3px !important;
  opacity: 0 !important;
  position: absolute !important;
  -webkit-transition: opacity 0.1s linear, -webkit-transform 0.3s !important;
  transition: opacity 0.1s linear, -webkit-transform 0.3s !important;
  transition: opacity 0.1s linear, transform 0.3s !important;
  transition: opacity 0.1s linear, transform 0.3s, -webkit-transform 0.3s !important;
  width: 100% !important;
}
.dropdown .dropdown-menu.ac > ul li > button.selected::after {
  opacity: 1 !important;
}
.dropdown .dropdown-menu.ac > ul li > button.branco-azul {
  background-color: var(--ac-branco-azul-bg-color);
}
.dropdown .dropdown-menu.ac > ul li > button.branco-azul:hover, .dropdown .dropdown-menu.ac > ul li > button.branco-azul:focus, .dropdown .dropdown-menu.ac > ul li > button.branco-azul:active {
  background-color: var(--ac-branco-azul-bg-color) !important;
}
.dropdown .dropdown-menu.ac > ul li > button.branco-azul > span {
  color: var(--ac-branco-azul-primary-color) !important;
}
.dropdown .dropdown-menu.ac > ul li > button.azul-amarelo {
  background-color: var(--ac-azul-amarelo-bg-color);
  border-color: var(--ac-azul-amarelo-border-color);
}
.dropdown .dropdown-menu.ac > ul li > button.azul-amarelo:hover, .dropdown .dropdown-menu.ac > ul li > button.azul-amarelo:focus, .dropdown .dropdown-menu.ac > ul li > button.azul-amarelo:active {
  background-color: var(--ac-azul-amarelo-bg-color) !important;
}
.dropdown .dropdown-menu.ac > ul li > button.azul-amarelo > span {
  color: var(--ac-azul-amarelo-primary-color) !important;
}
.dropdown .dropdown-menu.ac > ul li > button.preto-amarelo {
  background-color: var(--ac-preto-amarelo-bg-color);
  border-color: var(--ac-preto-amarelo-border-color);
}
.dropdown .dropdown-menu.ac > ul li > button.preto-amarelo:hover, .dropdown .dropdown-menu.ac > ul li > button.preto-amarelo:focus, .dropdown .dropdown-menu.ac > ul li > button.preto-amarelo:active {
  background-color: var(--ac-preto-amarelo-bg-color) !important;
}
.dropdown .dropdown-menu.ac > ul li > button.preto-amarelo > span {
  color: var(--ac-preto-amarelo-primary-color) !important;
}
.dropdown .dropdown-menu.ac > ul li > button.preto-azul {
  background-color: var(--ac-preto-azul-bg-color);
  border-color: var(--ac-preto-azul-border-color);
}
.dropdown .dropdown-menu.ac > ul li > button.preto-azul:hover, .dropdown .dropdown-menu.ac > ul li > button.preto-azul:focus, .dropdown .dropdown-menu.ac > ul li > button.preto-azul:active {
  background-color: var(--ac-preto-azul-bg-color) !important;
}
.dropdown .dropdown-menu.ac > ul li > button.preto-azul > span {
  color: var(--ac-preto-azul-primary-color) !important;
}
.dropdown .dropdown-menu.ac > ul li > button:hover::after, .dropdown .dropdown-menu.ac > ul li > button:focus::after {
  opacity: 1 !important;
}
.dropdown .dropdown-menu.ac > ul li > button:active::after {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
.dropdown.bootstrap-select .dropdown-menu {
  max-width: 100%;
}
.dropdown.bootstrap-select .dropdown-menu > .bs-searchbox {
  margin-bottom: 10px;
}
@supports not selector(*::-webkit-scrollbar) {
  .dropdown.bootstrap-select .dropdown-menu > .inner .custom-scroll {
    scrollbar-color: var(--secondary-dark-color) transparent;
    scrollbar-width: thin;
  }
}
.dropdown.bootstrap-select .dropdown-menu > .inner::-webkit-scrollbar {
  height: 18px;
  width: 20px;
}
.dropdown.bootstrap-select .dropdown-menu > .inner::-webkit-scrollbar-thumb {
  background-clip: padding-box;
  background-color: var(--secondary-dark-color);
  border: 7px solid transparent;
  border-radius: 10px;
  height: 80px;
}
.dropdown.bootstrap-select .dropdown-menu > .inner::-webkit-scrollbar-corner {
  background-color: transparent;
}
.dropdown.bootstrap-select .dropdown-menu > .inner::-webkit-scrollbar-button {
  display: none;
  height: 0;
  width: 0;
}
.dropdown.bootstrap-select .dropdown-menu.inner > li {
  margin-bottom: 0;
}
.dropdown.bootstrap-select .dropdown-menu.inner > li > .dropdown-item {
  -webkit-transition: background-color 250ms ease;
  transition: background-color 250ms ease;
  white-space: normal;
}
.dropdown.bootstrap-select .dropdown-menu.inner > li > .dropdown-item:active, .dropdown.bootstrap-select .dropdown-menu.inner > li > .dropdown-item:focus {
  outline: none;
}
.dropdown.bootstrap-select .dropdown-menu.inner > li > .dropdown-item.active {
  background-color: transparent;
}
.dropdown.bootstrap-select .dropdown-menu.inner > li.no-results {
  margin: 0;
  padding: 0.25rem 1.5rem;
}
.dropdown.dropdown-tag-selection .dropdown-menu {
  max-width: 418px;
  min-width: auto;
  padding: 0;
}
.dropdown.dropdown-tag-selection .dropdown-menu .iniciativa-selecionados,
.dropdown.dropdown-tag-selection .dropdown-menu .tags-warn {
  font-weight: 600;
  margin-bottom: 0;
  margin-top: 3px;
  text-align: center;
}
.dropdown.dropdown-tag-selection .dropdown-menu .iniciativa-selecionados span,
.dropdown.dropdown-tag-selection .dropdown-menu .tags-warn span {
  font-size: inherit;
  font-weight: inherit;
}
.dropdown.dropdown-tag-selection .dropdown-menu .dropdown-header {
  padding: 15px;
}
.dropdown.dropdown-tag-selection .dropdown-menu .checkpoint-tag {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 0 15px;
}
.dropdown.dropdown-tag-selection .dropdown-menu .checkpoint-tag button {
  margin: 0 15px 15px 0;
}
.dropdown.dropdown-tag-selection .dropdown-menu .checkpoint-info {
  border: 1px dashed var(--border-color);
  border-radius: 5px;
  margin: 0 15px;
  padding: 15px;
}
body[data-ac-activated=preto-amarelo] .dropdown.dropdown-tag-selection .dropdown-menu .checkpoint-info, .component__box.preto-amarelo .dropdown.dropdown-tag-selection .dropdown-menu .checkpoint-info {
  border-color: var(--border-color);
}
body[data-ac-activated=preto-azul] .dropdown.dropdown-tag-selection .dropdown-menu .checkpoint-info, .component__box.preto-azul .dropdown.dropdown-tag-selection .dropdown-menu .checkpoint-info {
  border-color: var(--border-color);
}
body[data-ac-activated=azul-amarelo] .dropdown.dropdown-tag-selection .dropdown-menu .checkpoint-info, .component__box.azul-amarelo .dropdown.dropdown-tag-selection .dropdown-menu .checkpoint-info {
  border-color: var(--border-color);
}
body[data-ac-activated=branco-azul] .dropdown.dropdown-tag-selection .dropdown-menu .checkpoint-info, .component__box.branco-azul .dropdown.dropdown-tag-selection .dropdown-menu .checkpoint-info {
  border-color: var(--border-color);
}
.dropdown.dropdown-tag-selection .dropdown-menu .checkpoint-info .info-titulo {
  font-style: italic;
  margin: 0;
}
.dropdown.dropdown-tag-selection .dropdown-menu .checkpoint-info .info-tag {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.dropdown.dropdown-tag-selection .dropdown-menu .checkpoint-info .info-tag + .info-tag {
  margin-top: 10px;
}
.dropdown.dropdown-tag-selection .dropdown-menu .checkpoint-info .info-tag button {
  margin-right: 10px;
}
.dropdown.dropdown-tag-selection .dropdown-menu .checkpoint-info .info-tag p {
  margin: 0;
}
.dropdown.dropdown-tag-selection .dropdown-menu .checkpoint-button {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 15px;
}
@media (max-width: 576px) {
  .dropdown.dropdown-tag-selection .dropdown-menu .checkpoint-button .btn-primary, .dropdown.dropdown-tag-selection .dropdown-menu .checkpoint-button button-primary-icon,
  .dropdown.dropdown-tag-selection .dropdown-menu .checkpoint-button .btn-primary-icon {
    font-size: 0.625rem !important;
    margin-bottom: 10px !important;
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
    width: 100%;
  }
  .dropdown.dropdown-tag-selection .dropdown-menu .checkpoint-button .btn-secondary, .dropdown.dropdown-tag-selection .dropdown-menu .checkpoint-button button-secondary-icon,
  .dropdown.dropdown-tag-selection .dropdown-menu .checkpoint-button .btn-secondary-icon {
    margin: 0 !important;
    width: 100%;
  }
}
.dropdown.dropdown-tag-selection .dropdown-menu .checkpoint-button .btn-primary, .dropdown.dropdown-tag-selection .dropdown-menu .checkpoint-button button-primary-icon,
.dropdown.dropdown-tag-selection .dropdown-menu .checkpoint-button .btn-primary-icon {
  margin-bottom: 0;
}
.dropdown.dropdown-tag-selection .dropdown-menu .checkpoint-button .btn-secondary, .dropdown.dropdown-tag-selection .dropdown-menu .checkpoint-button button-secondary-icon,
.dropdown.dropdown-tag-selection .dropdown-menu .checkpoint-button .btn-secondary-icon {
  margin-bottom: 0;
  margin-right: 10px;
}
.dropdown.dropdown-tag-selection .dropdown-menu .iniciativa-busca {
  padding: 0 15px 15px;
}
.dropdown.dropdown-tag-selection .dropdown-menu .iniciativa-busca form {
  margin-bottom: 10px;
}
.dropdown.dropdown-tag-selection .dropdown-menu .iniciativa-busca form .form-group {
  margin: 0;
}
.dropdown.dropdown-tag-selection .dropdown-menu .iniciativa-busca p {
  font-weight: 600;
  margin: 0;
}
.dropdown.dropdown-tag-selection .dropdown-menu .iniciativa-info {
  border-bottom: 1px solid var(--border-color);
  border-top: 1px solid var(--border-color);
  max-height: 180px;
  overflow: auto;
  padding: 15px;
}
.dropdown.dropdown-tag-selection .dropdown-menu .iniciativa-info button + button {
  margin-top: 5px;
}
.dropdown.dropdown-tag-selection .dropdown-menu .iniciativa-button {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 15px;
}
@media (max-width: 576px) {
  .dropdown.dropdown-tag-selection .dropdown-menu .iniciativa-button .btn-primary, .dropdown.dropdown-tag-selection .dropdown-menu .iniciativa-button button-primary-icon,
  .dropdown.dropdown-tag-selection .dropdown-menu .iniciativa-button .btn-primary-icon {
    margin-bottom: 10px !important;
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
    width: 100%;
  }
  .dropdown.dropdown-tag-selection .dropdown-menu .iniciativa-button .btn-secondary, .dropdown.dropdown-tag-selection .dropdown-menu .iniciativa-button button-secondary-icon,
  .dropdown.dropdown-tag-selection .dropdown-menu .iniciativa-button .btn-secondary-icon {
    margin: 0 !important;
    width: 100%;
  }
}
.dropdown.dropdown-tag-selection .dropdown-menu .iniciativa-button .btn-primary, .dropdown.dropdown-tag-selection .dropdown-menu .iniciativa-button button-primary-icon,
.dropdown.dropdown-tag-selection .dropdown-menu .iniciativa-button .btn-primary-icon {
  margin-bottom: 0;
}
.dropdown.dropdown-tag-selection .dropdown-menu .iniciativa-button .btn-secondary, .dropdown.dropdown-tag-selection .dropdown-menu .iniciativa-button button-secondary-icon,
.dropdown.dropdown-tag-selection .dropdown-menu .iniciativa-button .btn-secondary-icon {
  margin-bottom: 0;
  margin-right: 10px;
}

.bootstrap-table .dropdown-menu {
  border: 0;
  border-radius: 0 0 5px 5px;
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.2509803922);
          box-shadow: 0 0 5px rgba(0, 0, 0, 0.2509803922);
}
.bootstrap-table .dropdown-menu .dropdown-item {
  cursor: pointer;
  margin: 0;
}

.dropdown .dropdown-menu.ac > ul > li > button::after {
  background-color: var(--primary-dark-color);
}
.dropdown .dropdown-menu > li.active {
  background-color: var(--primary-light-color);
}
.dropdown .dropdown-menu .dropdown-item:active, .dropdown .dropdown-menu .dropdown-item.active {
  background-color: var(--primary-light-color);
}

.bootstrap-table .dropdown-menu .dropdown-item:hover, .bootstrap-table .dropdown-menu .dropdown-item:focus, .bootstrap-table .dropdown-menu .dropdown-item:active {
  background-color: var(--primary-light-color);
}

@media not print {
  body[data-ac-activated] .dropdown .dropdown-menu:not(.ac) .dropdown-item,
  body[data-ac-activated] .bootstrap-table .dropdown-menu .dropdown-item {
    padding: 6px 12.5px;
    position: relative !important;
  }
  body[data-ac-activated] .dropdown .dropdown-menu:not(.ac) .dropdown-item::after,
  body[data-ac-activated] .bootstrap-table .dropdown-menu .dropdown-item::after {
    bottom: 0;
    content: "";
    height: 1px;
    left: 50%;
    opacity: 0;
    position: absolute;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    -webkit-transition: all 0.1s linear;
    transition: all 0.1s linear;
    width: 95%;
  }
  body[data-ac-activated] .dropdown .dropdown-menu:not(.ac) .dropdown-item:active,
  body[data-ac-activated] .bootstrap-table .dropdown-menu .dropdown-item:active {
    background-color: transparent !important;
  }
  body[data-ac-activated] .dropdown .dropdown-menu:not(.ac) .dropdown-item:active::after,
  body[data-ac-activated] .bootstrap-table .dropdown-menu .dropdown-item:active::after {
    bottom: -1px !important;
    height: 2px !important;
  }
  body[data-ac-activated] .dropdown .dropdown-menu:not(.ac) .dropdown-item:hover::after, body[data-ac-activated] .dropdown .dropdown-menu:not(.ac) .dropdown-item:focus::after,
  body[data-ac-activated] .bootstrap-table .dropdown-menu .dropdown-item:hover::after,
  body[data-ac-activated] .bootstrap-table .dropdown-menu .dropdown-item:focus::after {
    opacity: 1 !important;
  }
  body[data-ac-activated] .dropdown .dropdown-menu:not(.ac) .dropdown-item:hover, body[data-ac-activated] .dropdown .dropdown-menu:not(.ac) .dropdown-item:focus, body[data-ac-activated] .dropdown .dropdown-menu:not(.ac) .dropdown-item:active,
  body[data-ac-activated] .bootstrap-table .dropdown-menu .dropdown-item:hover,
  body[data-ac-activated] .bootstrap-table .dropdown-menu .dropdown-item:focus,
  body[data-ac-activated] .bootstrap-table .dropdown-menu .dropdown-item:active {
    background-color: transparent;
  }
  body[data-ac-activated] .dropdown.show .dropdown-toggle.btn-primary, body[data-ac-activated] .dropdown.show button-primary-icon.dropdown-toggle,
  body[data-ac-activated] .dropdown.show .dropdown-toggle.btn-primary-icon, body[data-ac-activated] .dropdown.show .dropdown-toggle.btn-quaternary, body[data-ac-activated] .dropdown.show button-quaternary-icon.dropdown-toggle,
  body[data-ac-activated] .dropdown.show .dropdown-toggle.btn-quaternary-icon {
    background-color: var(--primary-light-color) !important;
    border-color: var(--border-color) !important;
    color: var(--primary-dark-color) !important;
  }
  body[data-ac-activated] .dropdown.show .dropdown-toggle.btn-secondary, body[data-ac-activated] .dropdown.show button-secondary-icon.dropdown-toggle,
  body[data-ac-activated] .dropdown.show .dropdown-toggle.btn-secondary-icon, body[data-ac-activated] .dropdown.show .dropdown-toggle.btn-tertiary, body[data-ac-activated] .dropdown.show button-tertiary-icon.dropdown-toggle,
  body[data-ac-activated] .dropdown.show .dropdown-toggle.btn-tertiary-icon {
    border-color: var(--border-color) !important;
    color: var(--primary-light-color) !important;
  }
  body[data-ac-activated] .dropdown .dropdown-menu {
    --border-dropdown-menu-size: 1px;
    background-color: var(--bg-color) !important;
    border-color: var(--border-color) !important;
    border-style: solid !important;
  }
  body[data-ac-activated] .dropdown .dropdown-menu::after {
    background-color: var(--bg-color) !important;
  }
  body[data-ac-activated] .dropdown .dropdown-menu[x-placement=bottom-start], body[data-ac-activated] .dropdown .dropdown-menu[x-placement=bottom-end] {
    top: 14px !important;
  }
  body[data-ac-activated] .dropdown .dropdown-menu[x-placement=top-start], body[data-ac-activated] .dropdown .dropdown-menu[x-placement=top-end] {
    top: -13px !important;
  }
  body[data-ac-activated] .dropdown .dropdown-menu.ac > ul > li > button {
    border-color: var(--border-color) !important;
  }
  body[data-ac-activated] .dropdown .dropdown-menu.ac > ul > li > button::after {
    background-color: var(--border-color) !important;
  }
  body[data-ac-activated] .dropdown .dropdown-menu .dropdown-item-text {
    color: var(--primary-light) !important;
  }
  body[data-ac-activated] .dropdown .dropdown-menu .dropdown-item {
    color: var(--primary-light) !important;
  }
  body[data-ac-activated] .dropdown .dropdown-menu .dropdown-item:hover, body[data-ac-activated] .dropdown .dropdown-menu .dropdown-item:focus, body[data-ac-activated] .dropdown .dropdown-menu .dropdown-item:active, body[data-ac-activated] .dropdown .dropdown-menu .dropdown-item.active {
    background-color: transparent;
  }
  body[data-ac-activated] .dropdown .dropdown-menu:not(.ac) .dropdown-item > span,
  body[data-ac-activated] .bootstrap-table .dropdown-menu:not(.ac) .dropdown-item > span {
    color: var(--primary-light) !important;
  }
  body[data-ac-activated] .dropdown .dropdown-menu:not(.ac) .dropdown-item::after,
  body[data-ac-activated] .bootstrap-table .dropdown-menu:not(.ac) .dropdown-item::after {
    background-color: var(--primary-color) !important;
  }
  body[data-ac-activated] .dropdown .dropdown-menu:not(.ac) .dropdown-item:hover, body[data-ac-activated] .dropdown .dropdown-menu:not(.ac) .dropdown-item:focus,
  body[data-ac-activated] .bootstrap-table .dropdown-menu:not(.ac) .dropdown-item:hover,
  body[data-ac-activated] .bootstrap-table .dropdown-menu:not(.ac) .dropdown-item:focus {
    background-color: var(--primary-dark-color) !important;
    color: var(--primary-color) !important;
  }
  body[data-ac-activated] .bootstrap-table .dropdown-menu {
    background-color: var(--bg-color) !important;
    border: 1px solid var(--border-color) !important;
  }
}
.advice {
  color: var(--warning-dark-color);
}

.fieldset-group,
.fieldset-group > legend,
label,
label > legend {
  color: var(--secondary-darkest-color);
  font-size: 0.875rem;
  font-weight: 600;
  -webkit-transition: color 0.2s;
  transition: color 0.2s;
}
.fieldset-group > legend.required, .fieldset-group.required,
label > legend.required,
label.required {
  position: relative;
}
.fieldset-group > legend.required::after, .fieldset-group.required::after,
label > legend.required::after,
label.required::after {
  color: var(--warning-dark-color);
  content: "*";
  display: inline-block;
  font-size: 0.75rem;
  font-weight: normal;
  position: absolute;
}
.fieldset-group.disabled, .fieldset-group[disabled], .fieldset-group[disabled] > legend, .fieldset-group[disabled] .tooltip-group label,
label.disabled,
label[disabled],
label[disabled] > legend,
label[disabled] .tooltip-group label {
  color: var(--secondary-lighter-color);
  cursor: not-allowed;
}
.fieldset-group.disabled::after, .fieldset-group[disabled]::after, .fieldset-group[disabled] > legend::after, .fieldset-group[disabled] .tooltip-group label::after,
label.disabled::after,
label[disabled]::after,
label[disabled] > legend::after,
label[disabled] .tooltip-group label::after {
  color: var(--secondary-lighter-color);
  cursor: not-allowed;
}
.fieldset-group.is-invalid, .fieldset-group.is-invalid > legend, .fieldset-group.is-invalid .tooltip-group label,
label.is-invalid,
label.is-invalid > legend,
label.is-invalid .tooltip-group label {
  color: var(--danger-dark-color);
}

.fieldset-group.is-invalid > .invalid-feedback {
  display: block;
  text-align: left;
}

.form-check.is-invalid ~ .invalid-feedback {
  display: block;
  text-align: left;
}

.invalid-feedback > .feedback-message {
  padding: 0;
}

.form-text {
  color: var(--secondary-darker-color);
}

.form-group + .invalid-feedback,
.input-group + .invalid-feedback,
.fieldset-group + .invalid-feedback {
  text-align: left !important;
}

.form-check {
  padding: 0;
  position: relative;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.form-check label {
  font-weight: normal;
}
.form-check label.m-0::before {
  margin: 0 !important;
}
.form-check input[type=checkbox] {
  margin: 0;
}
.form-check input[type=radio],
.form-check input[type=checkbox] {
  opacity: 0;
  position: absolute;
  top: 0;
}
.form-check .form-switch-label {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  position: relative;
}
.form-check .form-switch-label::before {
  background-color: var(--secondary-lighter-color);
  border-radius: 20px;
  content: "";
  display: inline-block;
  width: 32px;
  height: 18px;
  margin-right: 11px;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.form-check .form-switch-label::after {
  background-color: var(--secondary-darker-color);
  border-radius: 50%;
  content: "";
  display: block;
  width: 12px;
  height: 12px;
  left: 3px;
  position: absolute;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.form-check .form-switch-label:hover::after {
  -webkit-transform: translateX(2px);
          transform: translateX(2px);
}
.form-check .form-check-label {
  cursor: pointer;
}
.form-check .form-check-label::before {
  background-color: transparent;
  border: 1px solid var(--secondary-darkest-color);
  content: "";
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  height: 15px;
  margin-right: 6px;
  position: relative;
  text-align: center;
  top: 2px;
  width: 15px;
}
.form-check .form-check-label.label-checkbox::before {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 3px;
  padding-top: 4px;
  -webkit-transition: background-color 250ms ease;
  transition: background-color 250ms ease;
  vertical-align: text-top;
}
.form-check .form-check-label.label-radio::before {
  border-radius: 100%;
  -webkit-transition: -webkit-box-shadow 250ms ease;
  transition: -webkit-box-shadow 250ms ease;
  transition: box-shadow 250ms ease;
  transition: box-shadow 250ms ease, -webkit-box-shadow 250ms ease;
}
.form-check.is-invalid .form-check-label {
  color: var(--danger-dark-color);
}
.form-check.is-invalid .form-check-label::before {
  border-color: var(--danger-dark-color);
}
.form-check.checked .form-switch-label::before {
  background-color: var(--primary-light-color);
}
.form-check.checked .form-switch-label::after {
  -webkit-transform: translateX(14px);
          transform: translateX(14px);
  background-color: var(--primary-dark-color);
}
.form-check.checked .form-switch-label:hover::after {
  -webkit-transform: translateX(12px);
          transform: translateX(12px);
}
.form-check.checked .form-check-label.label-checkbox::before {
  content: "\f00c";
  font: var(--fa-font-solid);
  color: var(--white);
  font-size: 0.813rem;
  padding-bottom: 0.14rem;
  padding-left: 0.031rem;
  background-color: var(--primary-color);
  border: 1px solid var(--primary-color);
}
.form-check.checked .form-check-label.label-radio::before {
  -webkit-box-shadow: inset 0 0 0 3px var(--white);
          box-shadow: inset 0 0 0 3px var(--white);
  background-color: var(--primary-color);
  border-color: var(--primary-color);
}
.form-check.checked.disabled .form-check-label::before {
  background-color: var(--secondary-lighter-color);
}
.form-check.disabled .form-check-label.label-checkbox, .form-check.disabled .form-check-label.label-radio {
  color: var(--secondary-lighter-color);
  cursor: not-allowed;
}
.form-check.disabled .form-check-label.label-checkbox::before, .form-check.disabled .form-check-label.label-radio::before {
  border-color: var(--secondary-lighter-color);
}
.form-check.focused .form-check-label::before {
  outline: 2px solid var(--primary-light-color);
}
.form-check .invalid-feedback {
  display: block;
  text-align: left;
}
.form-check ~ .invalid-feedback {
  text-align: left;
}
.form-check .form-check-input:checked + .form-check-label.label-checkbox::before {
  content: "\f00c";
  font: var(--fa-font-solid);
  color: var(--white);
  font-size: 0.813rem;
  padding-bottom: 0.14rem;
  padding-left: 0.031rem;
  background-color: var(--primary-color);
  border: 1px solid var(--primary-color);
}
.form-check .form-check-input:checked + .form-check-label.label-radio::before {
  -webkit-box-shadow: inset 0 0 0 3px var(--white);
          box-shadow: inset 0 0 0 3px var(--white);
  background-color: var(--primary-color);
  border-color: var(--primary-color);
}
.form-check .form-check-input:focus + .form-check-label::before {
  outline: 2px solid var(--primary-light-color);
}

.form-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.form-group label {
  -webkit-box-ordinal-group: 0;
      -ms-flex-order: -1;
          order: -1;
}
.form-group.disabled label {
  color: var(--secondary-lighter-color);
}
.form-group.focused:not(.is-invalid) label:not(.form-check-label),
.form-group.focused:not(.is-invalid) .fieldset-group:not(.is-invalid) legend {
  color: var(--primary-color);
}
.form-group.focused:not(.is-invalid) .tags {
  border-bottom: 2px solid var(--primary-color);
}

.form-group.prepend-icon,
.form-group.append-icon {
  position: relative;
}
.form-group.prepend-icon > i,
.form-group.append-icon > i {
  bottom: 6px;
  color: var(--secondary-darker-color);
  position: absolute;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.form-group.prepend-icon.is-invalid > i, .form-group.prepend-icon.is-invalid:focus-within > i,
.form-group.append-icon.is-invalid > i,
.form-group.append-icon.is-invalid:focus-within > i {
  bottom: 32px;
  color: var(--danger-dark-color);
}
.form-group.prepend-icon input:disabled + i,
.form-group.append-icon input:disabled + i {
  color: var(--secondary-lighter-color);
}

.form-group.prepend-icon input {
  padding-left: 25px;
}

.form-group.append-icon i {
  right: 5px;
}
.form-group.append-icon input {
  padding-right: 25px;
}
.form-group.append-icon .form-control.is-invalid {
  padding-right: 45px !important;
}

.form-group.append-icon .is-invalid + i {
  right: 1.75em;
}

.tooltip-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-ordinal-group: 0;
      -ms-flex-order: -1;
          order: -1;
}
.tooltip-group[disabled] label {
  color: var(--secondary-lighter-color);
}
.tooltip-group.is-invalid label {
  color: var(--danger-dark-color) !important;
}

.custom-file {
  display: block;
  height: auto;
}
.custom-file[disabled] + label {
  color: var(--secondary-lighter-color);
}
.custom-file.is-invalid + label {
  color: var(--danger-dark-color) !important;
}

.custom-file-input {
  position: absolute;
}
.custom-file-input:disabled {
  cursor: not-allowed;
}
.custom-file-input:disabled + .custom-file-label {
  background-color: transparent;
  border-color: var(--secondary-lighter-color);
  color: var(--secondary-lighter-color);
}
.custom-file-input:disabled + .custom-file-label + button.reset-input > i {
  color: var(--secondary-lighter-color);
  cursor: not-allowed;
}
.custom-file-input:disabled + .custom-file-label::after {
  color: var(--secondary-lighter-color);
}

.custom-file-label {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: transparent;
  border: 0;
  border-bottom: 1px solid var(--secondary-color);
  border-radius: 0;
  color: var(--secondary-darker-color);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 0.875rem;
  font-style: italic;
  height: auto;
  min-height: calc(1.5em + 0.75rem - 1px);
  padding: 0;
  padding-bottom: 3px;
  padding-right: 18px;
  position: relative;
  word-break: break-all;
}
.custom-file-label::after {
  background-color: transparent;
  border: 0;
  border-radius: 0;
  bottom: -1px;
  content: "\f093";
  font: var(--fa-font-solid);
  font-style: normal;
  font-weight: 900;
  top: auto;
  width: 28px;
  height: 28px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.custom-file-label.filled {
  color: var(--secondary-darkest-color);
  font-style: normal;
  padding-top: 2px;
}
.custom-file-label + button.reset-input {
  --input-file-icon-color: var(--primary-darker-color);
  --input-file-icon-color-hover: var(--primary-color);
  --input-file-icon-color-disabled: var(--secondary-lighter-color);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: transparent;
  border: 0;
  top: auto;
  bottom: 0;
  right: 0;
  padding: 0;
  height: 100%;
  margin-right: 2rem;
  border-radius: 50%;
  width: 28px;
  height: 28px;
  min-height: 28px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 0;
}
.custom-file-label + button.reset-input:active > i, .custom-file-label + button.reset-input:focus > i, .custom-file-label + button.reset-input:hover > i {
  color: var(--input-file-icon-color-hover);
}
.custom-file-label + button.reset-input:hover {
  background-color: var(--secondary-lightest-color);
}
.custom-file-label + button.reset-input > i {
  font: var(--fa-font-regular);
  z-index: 3;
  color: var(--primary-color);
  margin: 0;
  outline: none;
}

.is-invalid .custom-file-label::after {
  color: var(--danger-dark-color) !important;
}
.is-invalid::after {
  color: var(--danger-dark-color) !important;
}
.is-invalid + i {
  color: var(--danger-dark-color) !important;
}
.is-invalid + button > i, .is-invalid > button.reset-input > i {
  color: var(--primary-color) !important;
}
.is-invalid > button.reset-input:hover > i {
  color: var(--primary-dark-color) !important;
}

.custom-file-input:focus:not([disabled]) + .custom-file-label,
.custom-file-input:active:not([disabled]) + .custom-file-label,
.custom-file-label:active,
.custom-file-label:focus {
  padding-top: 2px;
}

.form__label--counter {
  display: block;
  margin: 0;
  margin-top: 3px;
  text-align: right;
  color: var(--secondary-darkest-color);
  -webkit-transition: all 250ms ease;
  transition: all 250ms ease;
  font-weight: bold;
}

.form-control {
  background-color: transparent;
  border: none;
  border-bottom: 1px solid var(--secondary-color);
  border-radius: 0;
  color: var(--secondary-darkest-color);
  font-size: 0.875rem;
  padding: 3px 0;
}
.form-control[readonly] {
  background-color: inherit;
}
.form-control:focus {
  color: var(--secondary-darkest-color);
}
.form-control:disabled, .form-control.disabled {
  background-color: transparent;
  border-color: var(--secondary-lighter-color);
  cursor: not-allowed;
}
.form-control:disabled::-webkit-input-placeholder, .form-control.disabled::-webkit-input-placeholder {
  color: var(--secondary-lighter-color);
  font-style: normal;
}
.form-control:disabled::-moz-placeholder, .form-control.disabled::-moz-placeholder {
  color: var(--secondary-lighter-color);
  font-style: normal;
}
.form-control:disabled:-ms-input-placeholder, .form-control.disabled:-ms-input-placeholder {
  color: var(--secondary-lighter-color);
  font-style: normal;
}
.form-control:disabled::-ms-input-placeholder, .form-control.disabled::-ms-input-placeholder {
  color: var(--secondary-lighter-color);
  font-style: normal;
}
.form-control:disabled::placeholder, .form-control.disabled::placeholder {
  color: var(--secondary-lighter-color);
  font-style: normal;
}
.form-control:disabled ~ label,
.form-control:disabled ~ .form-text, .form-control.disabled ~ label,
.form-control.disabled ~ .form-text {
  color: var(--secondary-lighter-color);
}
.form-control:disabled[type=date], .form-control.disabled[type=date] {
  color: var(--secondary-lighter-color);
  font-style: normal;
}
html[data-browser*=Edg] .form-control:disabled[type=date]::after, html[data-browser*=Edg] .form-control.disabled[type=date]::after {
  color: var(--secondary-lighter-color) !important;
  cursor: not-allowed;
}
html[data-browser*=Chrome] .form-control:disabled[type=date]::after, html[data-browser*=Chrome] .form-control.disabled[type=date]::after {
  color: var(--secondary-lighter-color) !important;
  cursor: not-allowed;
}
.form-control[multiple] {
  background: none !important;
}
@supports not selector(*::-webkit-scrollbar) {
  .form-control[multiple] .custom-scroll {
    scrollbar-color: var(--secondary-dark-color) transparent;
    scrollbar-width: thin;
  }
}
.form-control[multiple]::-webkit-scrollbar {
  height: 18px;
  width: 20px;
}
.form-control[multiple]::-webkit-scrollbar-thumb {
  background-clip: padding-box;
  background-color: var(--secondary-dark-color);
  border: 7px solid transparent;
  border-radius: 10px;
  height: 80px;
}
.form-control[multiple]::-webkit-scrollbar-corner {
  background-color: transparent;
}
.form-control[multiple]::-webkit-scrollbar-button {
  display: none;
  height: 0;
  width: 0;
}
.form-control:focus {
  background-color: transparent;
  -webkit-box-shadow: none;
          box-shadow: none;
  outline: none;
}
.form-control::-webkit-input-placeholder {
  color: var(--secondary-darker-color);
  font-size: 0.875rem;
  font-style: italic;
}
.form-control::-moz-placeholder {
  color: var(--secondary-darker-color);
  font-size: 0.875rem;
  font-style: italic;
}
.form-control:-ms-input-placeholder {
  color: var(--secondary-darker-color);
  font-size: 0.875rem;
  font-style: italic;
}
.form-control::-ms-input-placeholder {
  color: var(--secondary-darker-color);
  font-size: 0.875rem;
  font-style: italic;
}
.form-control::placeholder {
  color: var(--secondary-darker-color);
  font-size: 0.875rem;
  font-style: italic;
}
.form-control[type=date] {
  position: relative;
}
.form-control[type=date]::-webkit-calendar-picker-indicator {
  padding: 4px;
  cursor: pointer;
  content: "";
  background: var(--input-calendar-icon-color);
  -webkit-mask: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA0NDggNTEyIj48IS0tISBGb250IEF3ZXNvbWUgUHJvIDYuNC4wIGJ5IEBmb250YXdlc29tZSAtIGh0dHBzOi8vZm9udGF3ZXNvbWUuY29tIExpY2Vuc2UgLSBodHRwczovL2ZvbnRhd2Vzb21lLmNvbS9saWNlbnNlIChDb21tZXJjaWFsIExpY2Vuc2UpIENvcHlyaWdodCAyMDIzIEZvbnRpY29ucywgSW5jLiAtLT48cGF0aCBkPSJNMTUyIDI0YzAtMTMuMy0xMC43LTI0LTI0LTI0cy0yNCAxMC43LTI0IDI0VjY0SDY0QzI4LjcgNjQgMCA5Mi43IDAgMTI4djE2IDQ4VjQ0OGMwIDM1LjMgMjguNyA2NCA2NCA2NEgzODRjMzUuMyAwIDY0LTI4LjcgNjQtNjRWMTkyIDE0NCAxMjhjMC0zNS4zLTI4LjctNjQtNjQtNjRIMzQ0VjI0YzAtMTMuMy0xMC43LTI0LTI0LTI0cy0yNCAxMC43LTI0IDI0VjY0SDE1MlYyNHpNNDggMTkyaDgwdjU2SDQ4VjE5MnptMCAxMDRoODB2NjRINDhWMjk2em0xMjggMGg5NnY2NEgxNzZWMjk2em0xNDQgMGg4MHY2NEgzMjBWMjk2em04MC00OEgzMjBWMTkyaDgwdjU2em0wIDE2MHY0MGMwIDguOC03LjIgMTYtMTYgMTZIMzIwVjQwOGg4MHptLTEyOCAwdjU2SDE3NlY0MDhoOTZ6bS0xNDQgMHY1Nkg2NGMtOC44IDAtMTYtNy4yLTE2LTE2VjQwOGg4MHpNMjcyIDI0OEgxNzZWMTkyaDk2djU2eiIvPjwvc3ZnPg==") no-repeat 50% 50%;
  mask: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA0NDggNTEyIj48IS0tISBGb250IEF3ZXNvbWUgUHJvIDYuNC4wIGJ5IEBmb250YXdlc29tZSAtIGh0dHBzOi8vZm9udGF3ZXNvbWUuY29tIExpY2Vuc2UgLSBodHRwczovL2ZvbnRhd2Vzb21lLmNvbS9saWNlbnNlIChDb21tZXJjaWFsIExpY2Vuc2UpIENvcHlyaWdodCAyMDIzIEZvbnRpY29ucywgSW5jLiAtLT48cGF0aCBkPSJNMTUyIDI0YzAtMTMuMy0xMC43LTI0LTI0LTI0cy0yNCAxMC43LTI0IDI0VjY0SDY0QzI4LjcgNjQgMCA5Mi43IDAgMTI4djE2IDQ4VjQ0OGMwIDM1LjMgMjguNyA2NCA2NCA2NEgzODRjMzUuMyAwIDY0LTI4LjcgNjQtNjRWMTkyIDE0NCAxMjhjMC0zNS4zLTI4LjctNjQtNjQtNjRIMzQ0VjI0YzAtMTMuMy0xMC43LTI0LTI0LTI0cy0yNCAxMC43LTI0IDI0VjY0SDE1MlYyNHpNNDggMTkyaDgwdjU2SDQ4VjE5MnptMCAxMDRoODB2NjRINDhWMjk2em0xMjggMGg5NnY2NEgxNzZWMjk2em0xNDQgMGg4MHY2NEgzMjBWMjk2em04MC00OEgzMjBWMTkyaDgwdjU2em0wIDE2MHY0MGMwIDguOC03LjIgMTYtMTYgMTZIMzIwVjQwOGg4MHptLTEyOCAwdjU2SDE3NlY0MDhoOTZ6bS0xNDQgMHY1Nkg2NGMtOC44IDAtMTYtNy4yLTE2LTE2VjQwOGg4MHpNMjcyIDI0OEgxNzZWMTkyaDk2djU2eiIvPjwvc3ZnPg==") no-repeat 50% 50%;
  border-radius: 5px;
  -webkit-mask-size: 12px;
}
.form-control[type=date]::-webkit-inner-spin-button, .form-control[type=date]::-webkit-clear-button {
  -webkit-appearance: none;
          appearance: none;
  display: none;
}
.form-control[type=date].is-invalid::-webkit-calendar-picker-indicator {
  background: var(--danger-dark-color);
}
.form-control option {
  color: var(--secondary-darkest-color);
}
.form-control:-webkit-autofill, .form-control:-webkit-autofill:hover, .form-control:-webkit-autofill:focus {
  -webkit-box-shadow: 0 0 0 1000px transparent inset;
          box-shadow: 0 0 0 1000px transparent inset;
  -webkit-transition: background-color 5000s ease-in-out 0s;
  transition: background-color 5000s ease-in-out 0s;
  -webkit-text-fill-color: var(--text-color);
}

select.form-control {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
select.form-control.is-invalid, select.form-control.is-invalid.filled {
  background-position: right 1.5rem center, right !important;
  background-repeat: no-repeat, no-repeat !important;
  background-size: 13px !important;
}
select.form-control:disabled {
  background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA0AAAANCAYAAABy6+R8AAAA/klEQVQokZ2SoU4DQRCGv//SNBUNQbCE1GxFs0GAQxwEwYvgGhwGi+ARauAFqCIIPA8CuQ2ii0DcmgbVEMIiepeUa0jTjp35Zv75Z5RIrBvZ2gTQAvAhbgM7zpq3ZoGflG0kR0ovrr/7A5D5EHvAHSmNi1Ce/QFCbCENgSekKz+JnVreHnCElCtp7EM8rYAOMARGwAA4RmwBqAhlBhwAD8A+8A7cAIckLhBt4Bk4d9ZMAVS750PMq645MAW6lZJ74NpZ81HL1qLlPsQeiUfECTCrgEtnzdfirmreqQhxoLm8V+DWWfPZdHQJmk8suyTNXN98LyX/g1bFRh+xEfQLuX1T28sBwJQAAAAASUVORK5CYII=") right/13px no-repeat !important;
  border-bottom: 2px solid var(--secondary-lighter-color);
  color: var(--secondary-lighter-color);
}
select.form-control[multiple] {
  background: none !important;
}

html[paleta=administrativa] select.form-control,
.component__box.paleta-administrativa select.form-control {
  background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA0AAAANCAYAAABy6+R8AAAA90lEQVQokZ3SIUtDYRTG8d87hiwMMRhkeYjB3WSYYvCLvE28FovV4EewKOytXosY7H6MK2gxGczDNER8DdtArohsTz3nf3jOc07IskXVWphAG4qY1rBeV+VLs6GIaQWbcn6qb46/oFXE1MOVrCri6KABtDOHuBfCaRFTZ25vAzuCoRyqQUz7MIijDg4DF+hjF6sQBnHUymwHbjNbgVecYyA7EqzgAbGuyjGEeXpFTEPTqUOM0Z05ucZZXZVvc9vhZ+RFTD3ZnWAPkxlwUlflx89dQ/NORUz9mb1nXNZV+d5M9Bc0DSF1ZZPHm/LzV/Ev6D8t9RFLQd+upUzKmX5MTQAAAABJRU5ErkJggg==") right/13px no-repeat;
}
html[paleta=administrativa] select.form-control.is-invalid, html[paleta=administrativa] select.form-control.is-invalid.filled,
.component__box.paleta-administrativa select.form-control.is-invalid,
.component__box.paleta-administrativa select.form-control.is-invalid.filled {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA8AAAAPCAYAAAA71pVKAAABvklEQVQokY2SMWhTYRSFv/MIUh5FMnTqICKlkL+PIrxOLnZzt3USKQiFdhDdnbSTg4vi4OKi4CA4iosijiEPJPx9qRJEJIiDkwR5hJDjkETT2MGzXr57z7n3ypipiiwkwDJwDli0PZD0HdzNY6diTprCRRZSYBvYMV4XqmNXlr5iv5b0MI/ll3/g1lpIBQfAHpAag4QwIIyHspqI/TyW7SmcFFlIhLct9hAp4kjSZ417/wSaWCPEBeyDIgsLf2DsZUvXBClwZNi1fQNoA/eBKxLPJkY3bW/+hdFZ7PO2ARKZ2sZh5xWwlcfyrk0fcwrAsCjpUpE1EoDE+LRQXRLAKvK9Igtn8lh2iywsSNycLBKJxGYJVBtPkgaIATbYv4B3QK/IQi2PZQW8seiNjRqJChhNbPMD6CGB1LZ5NLnxrVbWWMlj+V7wdJJ5AHzMYzkEqAGfsN8iVkDrQruYOug6sNVaazzGXB3H8jfQy2N3LrIQgBdAmP+iGfWB23ksH8xsG/JYlsA+0LRdeRYxQ0PP+I7tJ7Mlzf32kuEycBG7LqkCurafbxx2PsxbOQbPNEkNqcwA0c9jOTopx4nw/+o3Bz7MztKaIlkAAAAASUVORK5CYII="), url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA0AAAANCAMAAABFNRROAAAAAXNSR0IB2cksfwAAAAlwSFlzAAALEwAACxMBAJqcGAAAAGBQTFRFAAAAzCwpzCwpzCwpzCwpzCwpzCwpzCwpzCwpzCwpzCwpzCwpzCwpzCwpzCwpzCwpzCwpzCwpzCwpzCwpzCwpzCwpzCwpzCwpzCwpzCwpzCwpzCwpzCwpzCwpzCwpzCwpK5gQvwAAACB0Uk5TAIhjBGXa7lgBAlnwKsLydnfAMN3tW10uxPrDL9fWLRNpoWCQAAAATklEQVR4nGNgIB4wMjGDKGYWRhDFysbOwcDAycXNCuLx8PLxMzML8AnygHicQsIiomJswuKcEJ1CEpKSUtIwczjEZWTlkMyVlyfBEWAAAOXFAq5otCeJAAAAAElFTkSuQmCC");
}
html[paleta=administrativa] button.form__select::after,
html[paleta=administrativa] select.selectpicker + button.dropdown-toggle::after,
.component__box.paleta-administrativa button.form__select::after,
.component__box.paleta-administrativa select.selectpicker + button.dropdown-toggle::after {
  content: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA0AAAANCAYAAABy6+R8AAAA90lEQVQokZ3SIUtDYRTG8d87hiwMMRhkeYjB3WSYYvCLvE28FovV4EewKOytXosY7H6MK2gxGczDNER8DdtArohsTz3nf3jOc07IskXVWphAG4qY1rBeV+VLs6GIaQWbcn6qb46/oFXE1MOVrCri6KABtDOHuBfCaRFTZ25vAzuCoRyqQUz7MIijDg4DF+hjF6sQBnHUymwHbjNbgVecYyA7EqzgAbGuyjGEeXpFTEPTqUOM0Z05ucZZXZVvc9vhZ+RFTD3ZnWAPkxlwUlflx89dQ/NORUz9mb1nXNZV+d5M9Bc0DSF1ZZPHm/LzV/Ev6D8t9RFLQd+upUzKmX5MTQAAAABJRU5ErkJggg==");
}

html[paleta=academica] select.form-control,
.component__box.paleta-academica select.form-control {
  background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA0AAAANCAYAAABy6+R8AAAA90lEQVQokZ3SoU4DURCF4W+ahiAIQSAIuiEIcIjuBsGL4MiqxWARPAKiF8GVVBEEngdY3gAMCoFuUA0hLKJt0rQhBMbO/DNzzky0Wn+Nzp8JdKFMeaNl87GuXhYLisH1SkTs4Kmpqy/olClv44p2WAzy0TxQptwVcYJ7nJWDvAqdli0chOgLwzLlQyhSXsVJcIkeCmEdokjXnZa94Ba7eMUF9rUqYQUPOG7qagQxc69MuW/StY8R1qZG3eC8qau32doxb/lU3x1KjKfAaVNXH/NaY/FORcq9mKz3jNTU1fuio0vQdOKa1rg5rT6Xkj9Bv8W/PuJf0Dc/gkpl0n22DwAAAABJRU5ErkJggg==") right/13px no-repeat;
}
html[paleta=academica] select.form-control.is-invalid, html[paleta=academica] select.form-control.is-invalid.filled,
.component__box.paleta-academica select.form-control.is-invalid,
.component__box.paleta-academica select.form-control.is-invalid.filled {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA8AAAAPCAYAAAA71pVKAAABvklEQVQokY2SMWhTYRSFv/MIUh5FMnTqICKlkL+PIrxOLnZzt3USKQiFdhDdnbSTg4vi4OKi4CA4iosijiEPJPx9qRJEJIiDkwR5hJDjkETT2MGzXr57z7n3ypipiiwkwDJwDli0PZD0HdzNY6diTprCRRZSYBvYMV4XqmNXlr5iv5b0MI/ll3/g1lpIBQfAHpAag4QwIIyHspqI/TyW7SmcFFlIhLct9hAp4kjSZ417/wSaWCPEBeyDIgsLf2DsZUvXBClwZNi1fQNoA/eBKxLPJkY3bW/+hdFZ7PO2ARKZ2sZh5xWwlcfyrk0fcwrAsCjpUpE1EoDE+LRQXRLAKvK9Igtn8lh2iywsSNycLBKJxGYJVBtPkgaIATbYv4B3QK/IQi2PZQW8seiNjRqJChhNbPMD6CGB1LZ5NLnxrVbWWMlj+V7wdJJ5AHzMYzkEqAGfsN8iVkDrQruYOug6sNVaazzGXB3H8jfQy2N3LrIQgBdAmP+iGfWB23ksH8xsG/JYlsA+0LRdeRYxQ0PP+I7tJ7Mlzf32kuEycBG7LqkCurafbxx2PsxbOQbPNEkNqcwA0c9jOTopx4nw/+o3Bz7MztKaIlkAAAAASUVORK5CYII="), url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA0AAAANCAMAAABFNRROAAAAAXNSR0IB2cksfwAAAAlwSFlzAAALEwAACxMBAJqcGAAAAGBQTFRFAAAAzCwpzCwpzCwpzCwpzCwpzCwpzCwpzCwpzCwpzCwpzCwpzCwpzCwpzCwpzCwpzCwpzCwpzCwpzCwpzCwpzCwpzCwpzCwpzCwpzCwpzCwpzCwpzCwpzCwpzCwpzCwpK5gQvwAAACB0Uk5TAIhjBGXa7lgBAlnwKsLydnfAMN3tW10uxPrDL9fWLRNpoWCQAAAATklEQVR4nGNgIB4wMjGDKGYWRhDFysbOwcDAycXNCuLx8PLxMzML8AnygHicQsIiomJswuKcEJ1CEpKSUtIwczjEZWTlkMyVlyfBEWAAAOXFAq5otCeJAAAAAElFTkSuQmCC");
}
html[paleta=academica] button.form__select::after,
html[paleta=academica] select.selectpicker + button.dropdown-toggle::after,
.component__box.paleta-academica button.form__select::after,
.component__box.paleta-academica select.selectpicker + button.dropdown-toggle::after {
  content: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA0AAAANCAYAAABy6+R8AAAA90lEQVQokZ3SoU4DURCF4W+ahiAIQSAIuiEIcIjuBsGL4MiqxWARPAKiF8GVVBEEngdY3gAMCoFuUA0hLKJt0rQhBMbO/DNzzky0Wn+Nzp8JdKFMeaNl87GuXhYLisH1SkTs4Kmpqy/olClv44p2WAzy0TxQptwVcYJ7nJWDvAqdli0chOgLwzLlQyhSXsVJcIkeCmEdokjXnZa94Ba7eMUF9rUqYQUPOG7qagQxc69MuW/StY8R1qZG3eC8qau32doxb/lU3x1KjKfAaVNXH/NaY/FORcq9mKz3jNTU1fuio0vQdOKa1rg5rT6Xkj9Bv8W/PuJf0Dc/gkpl0n22DwAAAABJRU5ErkJggg==");
}

html[paleta=social] select.form-control,
.component__box.paleta-social select.form-control {
  background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA0AAAANCAYAAABy6+R8AAAA+ElEQVQokZ3SIUsEYRCH8d8cIhdEDAa5LGLQZjh3DX6J22Y73GSxGvwIVxR8qybXYLevH0GLyWAWk4j4Wu7guENEp8488Mx/JrLsr9X5M4EFqFK5gtWmbp9mBwYX5WKEDTw0dfsFnSqVPZzLrqpU7k8DVSoWIvIQtziuUtmd6K1hR+jjqkrF3hjoEkNihHXskpchBqnokLeyuA55k3jOnAbbOMQi7nDQ1O0rxCS9KpV9jNDHK5bGJpc4aer2ZaId05EPUtkLblDgfQwcNXX7Mb1rzN6pSsU6cZp5DM6aun2bTXQOGqsukd+b+v5zrvkT9Fv96yP+BX0DBtxL73srX+QAAAAASUVORK5CYII=") right/13px no-repeat;
}
html[paleta=social] select.form-control.is-invalid, html[paleta=social] select.form-control.is-invalid.filled,
.component__box.paleta-social select.form-control.is-invalid,
.component__box.paleta-social select.form-control.is-invalid.filled {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA8AAAAPCAYAAAA71pVKAAABvklEQVQokY2SMWhTYRSFv/MIUh5FMnTqICKlkL+PIrxOLnZzt3USKQiFdhDdnbSTg4vi4OKi4CA4iosijiEPJPx9qRJEJIiDkwR5hJDjkETT2MGzXr57z7n3ypipiiwkwDJwDli0PZD0HdzNY6diTprCRRZSYBvYMV4XqmNXlr5iv5b0MI/ll3/g1lpIBQfAHpAag4QwIIyHspqI/TyW7SmcFFlIhLct9hAp4kjSZ417/wSaWCPEBeyDIgsLf2DsZUvXBClwZNi1fQNoA/eBKxLPJkY3bW/+hdFZ7PO2ARKZ2sZh5xWwlcfyrk0fcwrAsCjpUpE1EoDE+LRQXRLAKvK9Igtn8lh2iywsSNycLBKJxGYJVBtPkgaIATbYv4B3QK/IQi2PZQW8seiNjRqJChhNbPMD6CGB1LZ5NLnxrVbWWMlj+V7wdJJ5AHzMYzkEqAGfsN8iVkDrQruYOug6sNVaazzGXB3H8jfQy2N3LrIQgBdAmP+iGfWB23ksH8xsG/JYlsA+0LRdeRYxQ0PP+I7tJ7Mlzf32kuEycBG7LqkCurafbxx2PsxbOQbPNEkNqcwA0c9jOTopx4nw/+o3Bz7MztKaIlkAAAAASUVORK5CYII="), url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA0AAAANCAMAAABFNRROAAAAAXNSR0IB2cksfwAAAAlwSFlzAAALEwAACxMBAJqcGAAAAGBQTFRFAAAAzCwpzCwpzCwpzCwpzCwpzCwpzCwpzCwpzCwpzCwpzCwpzCwpzCwpzCwpzCwpzCwpzCwpzCwpzCwpzCwpzCwpzCwpzCwpzCwpzCwpzCwpzCwpzCwpzCwpzCwpzCwpK5gQvwAAACB0Uk5TAIhjBGXa7lgBAlnwKsLydnfAMN3tW10uxPrDL9fWLRNpoWCQAAAATklEQVR4nGNgIB4wMjGDKGYWRhDFysbOwcDAycXNCuLx8PLxMzML8AnygHicQsIiomJswuKcEJ1CEpKSUtIwczjEZWTlkMyVlyfBEWAAAOXFAq5otCeJAAAAAElFTkSuQmCC");
}
html[paleta=social] button.form__select::after,
html[paleta=social] select.selectpicker + button.dropdown-toggle::after,
.component__box.paleta-social button.form__select::after,
.component__box.paleta-social select.selectpicker + button.dropdown-toggle::after {
  content: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA0AAAANCAYAAABy6+R8AAAA+ElEQVQokZ3SIUsEYRCH8d8cIhdEDAa5LGLQZjh3DX6J22Y73GSxGvwIVxR8qybXYLevH0GLyWAWk4j4Wu7guENEp8488Mx/JrLsr9X5M4EFqFK5gtWmbp9mBwYX5WKEDTw0dfsFnSqVPZzLrqpU7k8DVSoWIvIQtziuUtmd6K1hR+jjqkrF3hjoEkNihHXskpchBqnokLeyuA55k3jOnAbbOMQi7nDQ1O0rxCS9KpV9jNDHK5bGJpc4aer2ZaId05EPUtkLblDgfQwcNXX7Mb1rzN6pSsU6cZp5DM6aun2bTXQOGqsukd+b+v5zrvkT9Fv96yP+BX0DBtxL73srX+QAAAAASUVORK5CYII=");
}

select.custom-select {
  display: none;
  visibility: hidden;
}
select.custom-select:disabled + button.form__select {
  border-bottom: 2px solid var(--secondary-lighter-color);
  color: var(--secondary-lighter-color);
  cursor: not-allowed;
  font-style: normal;
}
select.custom-select:disabled + button.form__select:active, select.custom-select:disabled + button.form__select:focus {
  border-bottom: 2px solid var(--secondary-lighter-color);
}
select.custom-select:disabled + button.form__select::after {
  content: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA0AAAANCAYAAABy6+R8AAAA/klEQVQokZ2SoU4DQRCGv//SNBUNQbCE1GxFs0GAQxwEwYvgGhwGi+ARauAFqCIIPA8CuQ2ii0DcmgbVEMIiepeUa0jTjp35Zv75Z5RIrBvZ2gTQAvAhbgM7zpq3ZoGflG0kR0ovrr/7A5D5EHvAHSmNi1Ce/QFCbCENgSekKz+JnVreHnCElCtp7EM8rYAOMARGwAA4RmwBqAhlBhwAD8A+8A7cAIckLhBt4Bk4d9ZMAVS750PMq645MAW6lZJ74NpZ81HL1qLlPsQeiUfECTCrgEtnzdfirmreqQhxoLm8V+DWWfPZdHQJmk8suyTNXN98LyX/g1bFRh+xEfQLuX1T28sBwJQAAAAASUVORK5CYII=");
}
select.custom-select:disabled ~ label, select.custom-select:disabled ~ .form-text {
  color: var(--secondary-lighter-color);
}

button.form__select,
select.selectpicker + button.dropdown-toggle {
  background-color: transparent;
  border: 0;
  border-bottom: 1px solid var(--secondary-color);
  border-radius: 0;
  color: var(--secondary-darker-color);
  font-style: italic;
  font-weight: normal;
  line-height: 1.3;
  margin: 0;
  min-width: 100px;
  min-height: 28px;
  overflow-wrap: break-word;
  padding: 5px 18px 5px 0;
  position: relative;
  text-align: left;
  width: 100%;
}
button.form__select:focus, button.form__select.selected,
select.selectpicker + button.dropdown-toggle:focus,
select.selectpicker + button.dropdown-toggle.selected {
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
  outline: none !important;
}
html[data-browser*=Chrome] button.form__select:focus, html[data-browser*=Chrome] button.form__select.selected,
html[data-browser*=Chrome] select.selectpicker + button.dropdown-toggle:focus,
html[data-browser*=Chrome] select.selectpicker + button.dropdown-toggle.selected {
  padding-bottom: 4px;
}
button.form__select:focus::after, button.form__select.selected::after,
select.selectpicker + button.dropdown-toggle:focus::after,
select.selectpicker + button.dropdown-toggle.selected::after {
  top: 63%;
}
button.form__select[disabled], button.form__select[disabled].selected,
select.selectpicker + button.dropdown-toggle[disabled],
select.selectpicker + button.dropdown-toggle[disabled].selected {
  border-bottom: 2px solid var(--secondary-lighter-color);
  color: var(--secondary-lighter-color);
  cursor: not-allowed;
  font-style: normal;
}
button.form__select[disabled] > span, button.form__select[disabled].selected > span,
select.selectpicker + button.dropdown-toggle[disabled] > span,
select.selectpicker + button.dropdown-toggle[disabled].selected > span {
  color: inherit;
}
button.form__select[disabled]::after, button.form__select[disabled].selected::after,
select.selectpicker + button.dropdown-toggle[disabled]::after,
select.selectpicker + button.dropdown-toggle[disabled].selected::after {
  content: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA0AAAANCAYAAABy6+R8AAAA/klEQVQokZ2SoU4DQRCGv//SNBUNQbCE1GxFs0GAQxwEwYvgGhwGi+ARauAFqCIIPA8CuQ2ii0DcmgbVEMIiepeUa0jTjp35Zv75Z5RIrBvZ2gTQAvAhbgM7zpq3ZoGflG0kR0ovrr/7A5D5EHvAHSmNi1Ce/QFCbCENgSekKz+JnVreHnCElCtp7EM8rYAOMARGwAA4RmwBqAhlBhwAD8A+8A7cAIckLhBt4Bk4d9ZMAVS750PMq645MAW6lZJ74NpZ81HL1qLlPsQeiUfECTCrgEtnzdfirmreqQhxoLm8V+DWWfPZdHQJmk8suyTNXN98LyX/g1bFRh+xEfQLuX1T28sBwJQAAAAASUVORK5CYII=");
}
button.form__select::after,
select.selectpicker + button.dropdown-toggle::after {
  border: 0;
  display: block;
  position: absolute;
  right: 2px;
  top: 62%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transition: all 250ms ease;
  transition: all 250ms ease;
}
button.form__select > span,
button.form__select > .filter-option,
select.selectpicker + button.dropdown-toggle > span,
select.selectpicker + button.dropdown-toggle > .filter-option {
  color: var(--secondary-darkest-color);
  font-style: normal;
}
button.form__select + .dropdown-menu,
select.selectpicker + button.dropdown-toggle + .dropdown-menu {
  top: 0 !important;
}

ul.form__select {
  background-color: var(--white);
  border-radius: 0 0 5px 5px;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1607843137);
          box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1607843137);
  max-height: 126px;
  overflow-y: auto;
  position: absolute;
  top: 60px;
  width: 100%;
  z-index: 1000;
}
@supports not selector(*::-webkit-scrollbar) {
  ul.form__select .custom-scroll {
    scrollbar-color: var(--secondary-dark-color) transparent;
    scrollbar-width: thin;
  }
}
ul.form__select::-webkit-scrollbar {
  height: 18px;
  width: 20px;
}
ul.form__select::-webkit-scrollbar-thumb {
  background-clip: padding-box;
  background-color: var(--secondary-dark-color);
  border: 7px solid transparent;
  border-radius: 10px;
  height: 80px;
}
ul.form__select::-webkit-scrollbar-corner {
  background-color: transparent;
}
ul.form__select::-webkit-scrollbar-button {
  display: none;
  height: 0;
  width: 0;
}
ul.form__select::-webkit-scrollbar {
  height: auto;
  width: 15px;
}
ul.form__select::-webkit-scrollbar-thumb {
  border-width: 5px;
  height: auto;
}
ul.form__select li {
  color: var(--secondary-darkest-color);
  cursor: pointer;
  margin: 0;
  padding: 5px 10px;
  -webkit-transition: all 250ms ease;
  transition: all 250ms ease;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
ul.form__select li:hover, ul.form__select li:focus {
  outline: none;
}

.bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn) {
  width: 100%;
}

.bootstrap-select > button.btn.dropdown-toggle.btn-light,
.bootstrap-select > button.dropdown-toggle.btn-light.btn-primary,
.bootstrap-select > button.dropdown-toggle.btn-light.btn-secondary,
.bootstrap-select > button.dropdown-toggle.btn-light.btn-tertiary,
.bootstrap-select > button.dropdown-toggle.btn-light.btn-quaternary,
.bootstrap-select > button.dropdown-toggle.btn-light.btn-primary-icon,
.bootstrap-select > button.dropdown-toggle.btn-light.btn-secondary-icon,
.bootstrap-select > button.dropdown-toggle.btn-light.btn-tertiary-icon,
.bootstrap-select > button.dropdown-toggle.btn-light.btn-quaternary-icon {
  background-color: transparent;
}

textarea.form-control {
  line-height: 1.4;
  overflow-y: hidden;
  resize: none;
}

.tags {
  border-bottom: 1px solid var(--secondary-color);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.tags[disabled] {
  border-color: var(--secondary-lighter-color);
}
.tags[disabled] ~ label {
  color: var(--secondary-lighter-color);
}
.tags.is-invalid {
  border-bottom: 2px solid var(--danger-dark-color) !important;
}
.tags.is-invalid ~ label {
  color: var(--danger-dark-color) !important;
}
.tags.is-invalid ~ .form-control.is-invalid:focus {
  border-color: var(--danger-dark-color) !important;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(245, 135, 132, 0.25) !important;
          box-shadow: 0 0 0 0.2rem rgba(245, 135, 132, 0.25) !important;
}
.tags .form-control:focus,
.tags .filled {
  border-bottom: 0 !important;
}
.tags.filled {
  border-bottom: 2px solid var(--primary-color);
}
.tags button {
  margin: 3px 8px 3px 0;
}
.tags button:last-of-type {
  margin-right: 10px;
}
.tags .form-control {
  -ms-flex-item-align: end;
      align-self: flex-end;
  border-bottom: 0;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  -ms-flex-preferred-size: 100px;
      flex-basis: 100px;
}
.tags .form-control.is-invalid {
  border-bottom: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.invalid-feedback {
  color: var(--danger-dark-color);
  font-size: 0.875rem;
  font-weight: 600;
  text-align: right;
  position: relative;
}
.invalid-feedback > span {
  color: inherit;
  padding-left: 10px;
}

fieldset.is-invalid .form-check input:active + .custom-file-label:not(.filled), fieldset.is-invalid .form-check input:focus + .custom-file-label:not(.filled),
.was-validated input[type=file]:invalid:active + .custom-file-label:not(.filled),
.was-validated input[type=file]:invalid:focus + .custom-file-label:not(.filled),
input[type=file].is-invalid:active + .custom-file-label:not(.filled),
input[type=file].is-invalid:focus + .custom-file-label:not(.filled) {
  padding-top: 0;
}
fieldset.is-invalid .form-check input + .custom-file-label:not(.filled):active,
fieldset.is-invalid .form-check input + .custom-file-label:not(.filled):focus,
.was-validated input[type=file]:invalid + .custom-file-label:not(.filled):active,
.was-validated input[type=file]:invalid + .custom-file-label:not(.filled):focus,
input[type=file].is-invalid + .custom-file-label:not(.filled):active,
input[type=file].is-invalid + .custom-file-label:not(.filled):focus {
  padding-top: 0;
}
fieldset.is-invalid .form-check input + .custom-file-label,
.was-validated input[type=file]:invalid + .custom-file-label,
input[type=file].is-invalid + .custom-file-label {
  border-bottom: 2px solid var(--danger-dark-color) !important;
}

.was-validated .form-control:invalid,
.form-control.is-invalid,
.form-control.is-invalid.filled,
.form-group.is-invalid .form-control.filled,
.was-validated .form-control.filled:invalid {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA8AAAAPCAYAAAA71pVKAAABvklEQVQokY2SMWhTYRSFv/MIUh5FMnTqICKlkL+PIrxOLnZzt3USKQiFdhDdnbSTg4vi4OKi4CA4iosijiEPJPx9qRJEJIiDkwR5hJDjkETT2MGzXr57z7n3ypipiiwkwDJwDli0PZD0HdzNY6diTprCRRZSYBvYMV4XqmNXlr5iv5b0MI/ll3/g1lpIBQfAHpAag4QwIIyHspqI/TyW7SmcFFlIhLct9hAp4kjSZ417/wSaWCPEBeyDIgsLf2DsZUvXBClwZNi1fQNoA/eBKxLPJkY3bW/+hdFZ7PO2ARKZ2sZh5xWwlcfyrk0fcwrAsCjpUpE1EoDE+LRQXRLAKvK9Igtn8lh2iywsSNycLBKJxGYJVBtPkgaIATbYv4B3QK/IQi2PZQW8seiNjRqJChhNbPMD6CGB1LZ5NLnxrVbWWMlj+V7wdJJ5AHzMYzkEqAGfsN8iVkDrQruYOug6sNVaazzGXB3H8jfQy2N3LrIQgBdAmP+iGfWB23ksH8xsG/JYlsA+0LRdeRYxQ0PP+I7tJ7Mlzf32kuEycBG7LqkCurafbxx2PsxbOQbPNEkNqcwA0c9jOTopx4nw/+o3Bz7MztKaIlkAAAAASUVORK5CYII=");
  background-position: center right;
  background-size: auto;
  background-repeat: no-repeat;
  border-bottom: 2px solid var(--danger-dark-color);
  padding-right: calc(1em + 0.75rem);
}
.was-validated .form-control:invalid:focus,
.form-control.is-invalid:focus,
.form-control.is-invalid.filled:focus,
.form-group.is-invalid .form-control.filled:focus,
.was-validated .form-control.filled:invalid:focus {
  border-color: var(--danger-dark-color) !important;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(245, 135, 132, 0.25);
          box-shadow: 0 0 0 0.2rem rgba(245, 135, 132, 0.25);
}
.was-validated .form-control:invalid + i,
.form-control.is-invalid + i,
.form-control.is-invalid.filled + i,
.form-group.is-invalid .form-control.filled + i,
.was-validated .form-control.filled:invalid + i {
  bottom: 32px !important;
}
.was-validated .form-control:invalid ~ label,
.form-control.is-invalid ~ label,
.form-control.is-invalid.filled ~ label,
.form-group.is-invalid .form-control.filled ~ label,
.was-validated .form-control.filled:invalid ~ label {
  color: var(--danger-dark-color) !important;
}
.was-validated .form-control:invalid.form-calendar + button, .was-validated .form-control:invalid.form-datepicker + button,
.form-control.is-invalid.form-calendar + button,
.form-control.is-invalid.form-datepicker + button,
.form-control.is-invalid.filled.form-calendar + button,
.form-control.is-invalid.filled.form-datepicker + button,
.form-group.is-invalid .form-control.filled.form-calendar + button,
.form-group.is-invalid .form-control.filled.form-datepicker + button,
.was-validated .form-control.filled:invalid.form-calendar + button,
.was-validated .form-control.filled:invalid.form-datepicker + button {
  right: 2em;
}
.was-validated .form-control:invalid.form-calendar.label-none + button, .was-validated .form-control:invalid.form-datepicker.label-none + button,
.form-control.is-invalid.form-calendar.label-none + button,
.form-control.is-invalid.form-datepicker.label-none + button,
.form-control.is-invalid.filled.form-calendar.label-none + button,
.form-control.is-invalid.filled.form-datepicker.label-none + button,
.form-group.is-invalid .form-control.filled.form-calendar.label-none + button,
.form-group.is-invalid .form-control.filled.form-datepicker.label-none + button,
.was-validated .form-control.filled:invalid.form-calendar.label-none + button,
.was-validated .form-control.filled:invalid.form-datepicker.label-none + button {
  margin-bottom: 3px;
}
@media (max-width: 366px) {
  .was-validated .form-control:invalid.form-calendar.label-none + button, .was-validated .form-control:invalid.form-datepicker.label-none + button,
  .form-control.is-invalid.form-calendar.label-none + button,
  .form-control.is-invalid.form-datepicker.label-none + button,
  .form-control.is-invalid.filled.form-calendar.label-none + button,
  .form-control.is-invalid.filled.form-datepicker.label-none + button,
  .form-group.is-invalid .form-control.filled.form-calendar.label-none + button,
  .form-group.is-invalid .form-control.filled.form-datepicker.label-none + button,
  .was-validated .form-control.filled:invalid.form-calendar.label-none + button,
  .was-validated .form-control.filled:invalid.form-datepicker.label-none + button {
    margin-bottom: 3px;
  }
}

.was-validated textarea.form-control:invalid,
textarea.form-control.is-invalid,
textarea.form-control.is-invalid.filled,
.was-validated textarea.form-control.filled:invalid {
  background-image: none;
  padding-right: 0;
}
.was-validated textarea.form-control:invalid ~ .tox-tinymce,
textarea.form-control.is-invalid ~ .tox-tinymce,
textarea.form-control.is-invalid.filled ~ .tox-tinymce,
.was-validated textarea.form-control.filled:invalid ~ .tox-tinymce {
  border: 2px solid var(--danger-dark-color) !important;
}

select.custom-select.is-invalid + button.form__select {
  background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA8AAAAPCAYAAAA71pVKAAABvklEQVQokY2SMWhTYRSFv/MIUh5FMnTqICKlkL+PIrxOLnZzt3USKQiFdhDdnbSTg4vi4OKi4CA4iosijiEPJPx9qRJEJIiDkwR5hJDjkETT2MGzXr57z7n3ypipiiwkwDJwDli0PZD0HdzNY6diTprCRRZSYBvYMV4XqmNXlr5iv5b0MI/ll3/g1lpIBQfAHpAag4QwIIyHspqI/TyW7SmcFFlIhLct9hAp4kjSZ417/wSaWCPEBeyDIgsLf2DsZUvXBClwZNi1fQNoA/eBKxLPJkY3bW/+hdFZ7PO2ARKZ2sZh5xWwlcfyrk0fcwrAsCjpUpE1EoDE+LRQXRLAKvK9Igtn8lh2iywsSNycLBKJxGYJVBtPkgaIATbYv4B3QK/IQi2PZQW8seiNjRqJChhNbPMD6CGB1LZ5NLnxrVbWWMlj+V7wdJJ5AHzMYzkEqAGfsN8iVkDrQruYOug6sNVaazzGXB3H8jfQy2N3LrIQgBdAmP+iGfWB23ksH8xsG/JYlsA+0LRdeRYxQ0PP+I7tJ7Mlzf32kuEycBG7LqkCurafbxx2PsxbOQbPNEkNqcwA0c9jOTopx4nw/+o3Bz7MztKaIlkAAAAASUVORK5CYII=") no-repeat !important;
  background-position: right 1.5rem top 0.7rem !important;
  background-size: 13px !important;
  border-bottom: 2px solid var(--danger-dark-color) !important;
}
select.custom-select.is-invalid + button.form__select:focus, select.custom-select.is-invalid + button.form__select:active {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(245, 135, 132, 0.25) !important;
          box-shadow: 0 0 0 0.2rem rgba(245, 135, 132, 0.25) !important;
}
html[data-browser*=Chrome] select.custom-select.is-invalid + button.form__select:focus, html[data-browser*=Chrome] select.custom-select.is-invalid + button.form__select.selected {
  padding-bottom: 5px;
}
select.custom-select.is-invalid + button.form__select::after {
  content: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA0AAAANCAMAAABFNRROAAAAAXNSR0IB2cksfwAAAAlwSFlzAAALEwAACxMBAJqcGAAAAGBQTFRFAAAAzCwpzCwpzCwpzCwpzCwpzCwpzCwpzCwpzCwpzCwpzCwpzCwpzCwpzCwpzCwpzCwpzCwpzCwpzCwpzCwpzCwpzCwpzCwpzCwpzCwpzCwpzCwpzCwpzCwpzCwpzCwpK5gQvwAAACB0Uk5TAIhjBGXa7lgBAlnwKsLydnfAMN3tW10uxPrDL9fWLRNpoWCQAAAATklEQVR4nGNgIB4wMjGDKGYWRhDFysbOwcDAycXNCuLx8PLxMzML8AnygHicQsIiomJswuKcEJ1CEpKSUtIwczjEZWTlkMyVlyfBEWAAAOXFAq5otCeJAAAAAElFTkSuQmCC");
}
select.custom-select.is-invalid ~ label {
  color: var(--danger-dark-color) !important;
}

.form-group.is-invalid label {
  color: var(--danger-dark-color) !important;
}
.form-group.is-invalid .invalid-feedback {
  display: block;
}

input[type=search]::-webkit-search-decoration,
input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-results-button,
input[type=search]::-webkit-search-results-decoration {
  display: none;
}

@media (max-width: 375px) {
  .was-validated .form-control:invalid + i,
  .form-control.is-invalid + i,
  .form-control.is-invalid.filled + i,
  .was-validated .form-control.filled:invalid + i {
    bottom: 53px !important;
  }
}
.custom-multipleSelect,
.sized-customMS {
  height: 6.25rem;
  overflow-x: hidden;
  overflow-y: auto;
  padding-top: 0.31rem;
}
.custom-multipleSelect li,
.sized-customMS li {
  list-style-type: none;
  margin-bottom: 0%;
  min-height: 1.375rem;
}
.custom-multipleSelect ul,
.sized-customMS ul {
  margin: 0.125rem;
  padding: 0.063rem;
}

.sized-customMS li {
  margin-bottom: none;
}

.active-multiple-select {
  background: var(--secondary-lighter-color);
}

.form-group.isOnFocus ul {
  border-bottom: 2px solid var(--secondary-dark-color);
}
.form-group.isOnFocus label {
  color: var(--secondary-dark-color);
}

.active-multiple-select {
  background: var(--primary-light-color);
}

.form-group.isOnFocus ul {
  border-bottom: 2px solid var(--primary-color);
}
.form-group.isOnFocus label {
  color: var(--primary-color);
}

.form-control:focus ~ label:not(.custom-file-label),
.form-control:focus ~ .tooltip-group label,
.tags:focus-within ~ label:not(.custom-file-label),
.tags:focus-within ~ .tooltip-group label,
button.form__select:focus ~ label:not(.custom-file-label),
button.form__select:focus ~ .tooltip-group label {
  color: var(--primary-color);
}

.form-group.prepend-icon:focus-within i,
.form-group.append-icon:focus-within i {
  color: var(--primary-color);
}

.form-control:not([disabled], .disabled):focus, .form-control:not([disabled], .disabled).filled, .form-control:not([disabled], .disabled).tags:focus-within {
  border-bottom: 2px solid var(--primary-color);
}

.custom-file-input:focus:not([disabled]) + .custom-file-label,
.custom-file-input:active:not([disabled]) + .custom-file-label,
.custom-file-label:active,
.custom-file-label:focus {
  border-bottom: 2px solid var(--primary-color);
}
.custom-file-input:focus:not([disabled]) + .custom-file-label::after,
.custom-file-input:active:not([disabled]) + .custom-file-label::after,
.custom-file-label:active::after,
.custom-file-label:focus::after {
  color: var(--primary-color);
}

.custom-file-label::after {
  color: var(--primary-dark-color);
}

button.form__select:focus, button.form__select.selected,
select.selectpicker + button.dropdown-toggle:focus,
select.selectpicker + button.dropdown-toggle.selected {
  border-bottom: 2px solid var(--primary-color);
}

ul.form__select li:hover, ul.form__select li:focus {
  background-color: var(--primary-light-color);
}

body[data-ac-activated] .form__label--counter {
  color: var(--text-color);
}
body[data-ac-activated] .active-multiple-select {
  background: var(--primary-light-color);
  color: var(--primary-dark-color) !important;
}
body[data-ac-activated] .form-group.focused label:not(.form-check-label),
body[data-ac-activated] .form-group.focused .fieldset-group legend {
  color: var(--primary-color) !important;
}
body[data-ac-activated] .form-group.isOnFocus ul {
  border-bottom: 2px solid var(--primary-color) !important;
}
body[data-ac-activated] .form-group.isOnFocus label {
  color: var(--primary-color) !important;
}
body[data-ac-activated] .advice {
  color: var(--primary-light-color) !important;
}
body[data-ac-activated] .form-group.prepend-icon i,
body[data-ac-activated] .form-group.append-icon i {
  color: var(--primary-light-color);
}
body[data-ac-activated] .form-group.prepend-icon:focus-within i,
body[data-ac-activated] .form-group.append-icon:focus-within i {
  color: var(--primary-color);
}
body[data-ac-activated] .form-group.prepend-icon:focus-within .was-validated .form-control:invalid + i,
body[data-ac-activated] .form-group.prepend-icon:focus-within .form-control.is-invalid + i,
body[data-ac-activated] .form-group.prepend-icon:focus-within .form-control.is-invalid.filled + i,
body[data-ac-activated] .form-group.prepend-icon:focus-within .was-validated .form-control.filled:invalid + i,
body[data-ac-activated] .form-group.append-icon:focus-within .was-validated .form-control:invalid + i,
body[data-ac-activated] .form-group.append-icon:focus-within .form-control.is-invalid + i,
body[data-ac-activated] .form-group.append-icon:focus-within .form-control.is-invalid.filled + i,
body[data-ac-activated] .form-group.append-icon:focus-within .was-validated .form-control.filled:invalid + i {
  color: var(--primary-light-color) !important;
}
body[data-ac-activated] legend,
body[data-ac-activated] label {
  color: var(--primary-light-color) !important;
}
body[data-ac-activated] legend.required::after,
body[data-ac-activated] label.required::after {
  color: var(--primary-light-color) !important;
}
body[data-ac-activated] legend code,
body[data-ac-activated] label code {
  color: var(--primary-darken-color) !important;
}
body[data-ac-activated] label.form-switch-label::before {
  background-color: transparent !important;
  border: 1px solid var(--primary-light-color) !important;
}
body[data-ac-activated] label.form-switch-label::after {
  background-color: var(--primary-color) !important;
}
body[data-ac-activated] .form-text {
  color: var(--primary-light-color) !important;
}
body[data-ac-activated] .form-check .form-check-label::before {
  border: 1px solid var(--primary-light-color);
}
body[data-ac-activated] .form-check.checked .form-check-label.label-checkbox::before {
  background-color: var(--primary-color);
  border: 1px solid var(--primary-color);
  color: var(--primary-dark-color);
}
body[data-ac-activated] .form-check.checked .form-check-label.label-radio::before {
  background-color: var(--primary-color);
  border-color: var(--primary-color);
  -webkit-box-shadow: inset 0 0 0 3px var(--primary-dark-color);
          box-shadow: inset 0 0 0 3px var(--primary-dark-color);
}
body[data-ac-activated] .form-check.checked.disabled .form-check-label::before {
  background-color: var(--primary-darken-color);
  border-color: var(--primary-darken-color);
}
body[data-ac-activated] .form-check.focused .form-check-label::before {
  outline: 1px solid var(--primary-color);
  outline-offset: 1px;
}
body[data-ac-activated] .form-check .form-check-input:checked + .form-check-label.label-checkbox::before {
  background-color: var(--primary-color);
  border: 1px solid var(--primary-color);
  color: var(--primary-dark-color);
}
body[data-ac-activated] .form-check .form-check-input:checked + .form-check-label.label-radio::before {
  background-color: var(--primary-color);
  border-color: var(--primary-color);
  -webkit-box-shadow: inset 0 0 0 3px var(--primary-dark-color);
          box-shadow: inset 0 0 0 3px var(--primary-dark-color);
}
body[data-ac-activated] .form-check .form-check-input:focus + .form-check-label::before {
  outline: 1px solid var(--primary-color);
  outline-offset: 1px;
}
body[data-ac-activated] .custom-file-input:focus:not([disabled]) + .custom-file-label,
body[data-ac-activated] .custom-file-input:active:not([disabled]) + .custom-file-label,
body[data-ac-activated] .custom-file-label:active,
body[data-ac-activated] .custom-file-label:focus {
  border-bottom: 2px solid var(--primary-color) !important;
}
body[data-ac-activated] .custom-file-input:focus:not([disabled]) + .custom-file-label > button.reset-input > i,
body[data-ac-activated] .custom-file-input:active:not([disabled]) + .custom-file-label > button.reset-input > i,
body[data-ac-activated] .custom-file-label:active > button.reset-input > i,
body[data-ac-activated] .custom-file-label:focus > button.reset-input > i {
  cursor: not-allowed;
}
body[data-ac-activated] .custom-file-input:focus:not([disabled]) + .custom-file-label::after,
body[data-ac-activated] .custom-file-input:active:not([disabled]) + .custom-file-label::after,
body[data-ac-activated] .custom-file-label:active::after,
body[data-ac-activated] .custom-file-label:focus::after {
  color: var(--primary-color) !important;
}
body[data-ac-activated] .custom-file-input:disabled + .custom-file-label {
  font-style: normal;
}
body[data-ac-activated] .custom-file-label {
  color: var(--primary-light-color) !important;
  border-color: var(--primary-light-color) !important;
}
body[data-ac-activated] .custom-file-label + button.reset-input:hover {
  background-color: var(--primary-light-color);
}
body[data-ac-activated] .custom-file-label + button.reset-input:hover > i {
  color: var(--primary-dark-color);
}
body[data-ac-activated] .custom-file-label + button.reset-input > i {
  --input-file-icon-color-hover: var(--primary-color);
  --input-file-icon-color: var(--primary-light-color);
}
body[data-ac-activated] .custom-file-label::after {
  color: var(--primary-light-color) !important;
}
body[data-ac-activated] .form-control {
  --calendar-icon-color: var(--primary-light-color);
  border-bottom: 1px solid var(--primary-light-color) !important;
  color: var(--primary-light-color) !important;
}
body[data-ac-activated] .form-control:disabled {
  border-color: var(--primary-light-color) !important;
}
body[data-ac-activated] .form-control:disabled::-webkit-input-placeholder {
  color: var(--primary-light-color) !important;
}
body[data-ac-activated] .form-control:disabled::-moz-placeholder {
  color: var(--primary-light-color) !important;
}
body[data-ac-activated] .form-control:disabled:-ms-input-placeholder {
  color: var(--primary-light-color) !important;
}
body[data-ac-activated] .form-control:disabled::-ms-input-placeholder {
  color: var(--primary-light-color) !important;
}
body[data-ac-activated] .form-control:disabled::placeholder {
  color: var(--primary-light-color) !important;
}
body[data-ac-activated] .form-control:disabled + label {
  color: var(--primary-light-color) !important;
}
body[data-ac-activated] .form-control::-webkit-input-placeholder {
  color: var(--primary-light-color) !important;
}
body[data-ac-activated] .form-control::-moz-placeholder {
  color: var(--primary-light-color) !important;
}
body[data-ac-activated] .form-control:-ms-input-placeholder {
  color: var(--primary-light-color) !important;
}
body[data-ac-activated] .form-control::-ms-input-placeholder {
  color: var(--primary-light-color) !important;
}
body[data-ac-activated] .form-control::placeholder {
  color: var(--primary-light-color) !important;
}
body[data-ac-activated] .form-control option {
  color: var(--primary-dark-color) !important;
}
body[data-ac-activated] .tags {
  border-bottom: 1px solid var(--primary-light-color) !important;
}
body[data-ac-activated] .tags[disabled] {
  border-bottom: 2px solid var(--primary-light-color) !important;
}
body[data-ac-activated] .tags.is-invalid {
  border-bottom: 2px solid var(--primary-light-color) !important;
}
body[data-ac-activated] .tags.is-invalid input,
body[data-ac-activated] .tags.is-invalid input.filled,
body[data-ac-activated] .tags.is-invalid input:focus {
  border: 0 !important;
}
body[data-ac-activated] .tags.is-invalid + button.reset-input:hover > i {
  color: var(--primary-dark-color);
}
body[data-ac-activated] .tags:focus-within:not(.is-invalid) {
  border-bottom: 2px solid var(--primary-color) !important;
}
body[data-ac-activated] .tags .form-control,
body[data-ac-activated] .tags .form-control:focus {
  border: 0 !important;
}
body[data-ac-activated] select.form-control {
  background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA0AAAANCAYAAABy6+R8AAAAwklEQVQokb3RMS5EARSF4TMTmUwhMpXi1VOKQqVQWIpS1Cp7sACVQpQqaxBLEFGJBSgUCO6nmDc84xWmcW95zp97bs5AZNkZLk18QTKJTPsMyiiyoXwfQINzXGNXOssKDnCHw6oaiwRbuDWbB+yIVNUY+3httQusz6EhNnHTivfYwzGeWugSk3mCbpTtNiI84g0fOEXTjZ2FHxpcteAzTqpq5KdrAZqBU5zhCGu/9Migt1xZTfKSQd77auiH/lTuf0Cf4z/5UM14WJkAAAAASUVORK5CYII=") right/13px no-repeat !important;
}
body[data-ac-activated] select.form-control.is-invalid, body[data-ac-activated] select.form-control.is-invalid.filled {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA8AAAAPCAYAAAA71pVKAAABfklEQVQokY2SMWsTUBSFvxtCKSGDiJNIKcXJQfwBoqPi6A8o/gJxcBbEuZOIk1MHZxcHpSCCSDYVpFQiDnYo6CJaGxM9n4MvNUkRPJcHD9495/LuOSVyCOkAJ4E1tV9VY2APGFKMWITT0p66rm4l+aRO1K/q2yQb6qrM1yxxQ91PYhJnkWSS5EWSs/Nk7SRZV/db77b6vt2/qAP1RxN9pC4fkpOcUp+2x231vHolyWv1lrqiPpiKJbk8JXeBVfUcQFV11G516jHhHcXQeLyqllSAflVdQp5QhDZlMvPFgbrSdrGs3k5yMLOHzSRLNmvGzRKA78AzYBfpNnu2qmoXoE0fVVUAOsBnYLeR36j3gL56w3ia4jmwWVW0ITsUPwFI0ktyX/3VNn4nyd1m28sk15LstIV+UNcWfT7TwuDiaT7bAnP9aEj+CFxQB0kOnMckycckN9X+LLkWsn0CuApcBI4BI2CoPqxOvVqM9jz5r0gP6AFj4BtFjjb9i/yf+A37bdjsNHUrCwAAAABJRU5ErkJggg=="), url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA0AAAANCAYAAABy6+R8AAAAwklEQVQokb3RMS5EARSF4TMTmUwhMpXi1VOKQqVQWIpS1Cp7sACVQpQqaxBLEFGJBSgUCO6nmDc84xWmcW95zp97bs5AZNkZLk18QTKJTPsMyiiyoXwfQINzXGNXOssKDnCHw6oaiwRbuDWbB+yIVNUY+3httQusz6EhNnHTivfYwzGeWugSk3mCbpTtNiI84g0fOEXTjZ2FHxpcteAzTqpq5KdrAZqBU5zhCGu/9Migt1xZTfKSQd77auiH/lTuf0Cf4z/5UM14WJkAAAAASUVORK5CYII=") !important;
  background-position: right 1.5rem center, right !important;
}
body[data-ac-activated] select.form-control:disabled {
  background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA0AAAANCAYAAABy6+R8AAAAwklEQVQokb3RMS5EARSF4TMTmUwhMpXi1VOKQqVQWIpS1Cp7sACVQpQqaxBLEFGJBSgUCO6nmDc84xWmcW95zp97bs5AZNkZLk18QTKJTPsMyiiyoXwfQINzXGNXOssKDnCHw6oaiwRbuDWbB+yIVNUY+3httQusz6EhNnHTivfYwzGeWugSk3mCbpTtNiI84g0fOEXTjZ2FHxpcteAzTqpq5KdrAZqBU5zhCGu/9Migt1xZTfKSQd77auiH/lTuf0Cf4z/5UM14WJkAAAAASUVORK5CYII=") right/13px no-repeat !important;
  border-bottom: 2px solid var(--primary-light-color) !important;
  color: var(--primary-light-color) !important;
}
body[data-ac-activated] select.form-control option {
  background-color: var(--primary-dark-color) !important;
  color: var(--primary-light-color) !important;
}
body[data-ac-activated] select.form-control[multiple] {
  background: transparent !important;
}
body[data-ac-activated] select.custom-select:disabled + button.form__select {
  border-bottom: 2px solid var(--primary-light-color) !important;
  color: var(--primary-light-color) !important;
}
body[data-ac-activated] select.custom-select:disabled + button.form__select:active, body[data-ac-activated] select.custom-select:disabled + button.form__select:focus {
  border-bottom: 2px solid var(--primary-light-color) !important;
}
body[data-ac-activated] select.custom-select:disabled + button.form__select::after {
  content: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA0AAAANCAYAAABy6+R8AAAAwklEQVQokb3RMS5EARSF4TMTmUwhMpXi1VOKQqVQWIpS1Cp7sACVQpQqaxBLEFGJBSgUCO6nmDc84xWmcW95zp97bs5AZNkZLk18QTKJTPsMyiiyoXwfQINzXGNXOssKDnCHw6oaiwRbuDWbB+yIVNUY+3httQusz6EhNnHTivfYwzGeWugSk3mCbpTtNiI84g0fOEXTjZ2FHxpcteAzTqpq5KdrAZqBU5zhCGu/9Migt1xZTfKSQd77auiH/lTuf0Cf4z/5UM14WJkAAAAASUVORK5CYII=") !important;
}
body[data-ac-activated] select.custom-select:disabled ~ label {
  color: var(--primary-light-color) !important;
}
body[data-ac-activated] .form-control:focus,
body[data-ac-activated] .filled {
  border-bottom: 2px solid var(--primary-color) !important;
}
body[data-ac-activated] .form-control:not(.is-invalid):focus ~ label:not(.custom-file-label),
body[data-ac-activated] .form-control:not(.is-invalid):focus ~ .tooltip-group label,
body[data-ac-activated] .tags:not(.is-invalid):focus-within ~ label:not(.custom-file-label),
body[data-ac-activated] .tags:not(.is-invalid):focus-within ~ .tooltip-group label,
body[data-ac-activated] select.custom-select:not(.is-invalid) ~ button.form__select:focus ~ label:not(.custom-file-label),
body[data-ac-activated] select.custom-select:not(.is-invalid) ~ button.form__select:focus ~ .tooltip-group label {
  color: var(--primary-color) !important;
}
body[data-ac-activated] button.form__select,
body[data-ac-activated] select.selectpicker + button.dropdown-toggle {
  border-bottom: 1px solid var(--primary-light-color) !important;
  color: var(--primary-light-color) !important;
}
body[data-ac-activated] button.form__select > .filter-option,
body[data-ac-activated] button.form__select > span,
body[data-ac-activated] select.selectpicker + button.dropdown-toggle > .filter-option,
body[data-ac-activated] select.selectpicker + button.dropdown-toggle > span {
  color: var(--primary-light-color) !important;
}
body[data-ac-activated] button.form__select:focus, body[data-ac-activated] button.form__select.selected,
body[data-ac-activated] select.selectpicker + button.dropdown-toggle:focus,
body[data-ac-activated] select.selectpicker + button.dropdown-toggle.selected {
  border-bottom: 2px solid var(--primary-color) !important;
}
body[data-ac-activated] button.form__select::after,
body[data-ac-activated] select.selectpicker + button.dropdown-toggle::after {
  content: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA0AAAANCAYAAABy6+R8AAAAwklEQVQokb3RMS5EARSF4TMTmUwhMpXi1VOKQqVQWIpS1Cp7sACVQpQqaxBLEFGJBSgUCO6nmDc84xWmcW95zp97bs5AZNkZLk18QTKJTPsMyiiyoXwfQINzXGNXOssKDnCHw6oaiwRbuDWbB+yIVNUY+3httQusz6EhNnHTivfYwzGeWugSk3mCbpTtNiI84g0fOEXTjZ2FHxpcteAzTqpq5KdrAZqBU5zhCGu/9Migt1xZTfKSQd77auiH/lTuf0Cf4z/5UM14WJkAAAAASUVORK5CYII=") !important;
}
body[data-ac-activated] .dropdown.bootstrap-select > .dropdown-menu {
  background-color: var(--primary-dark-color) !important;
}
body[data-ac-activated] .dropdown.bootstrap-select > .dropdown-menu > .inner {
  background-color: var(--primary-dark-color) !important;
}
body[data-ac-activated] .dropdown.bootstrap-select > .dropdown-menu > .inner::-webkit-scrollbar-thumb {
  background-color: var(--primary-light-color) !important;
}
body[data-ac-activated] .dropdown.bootstrap-select > .dropdown-menu > .inner > .dropdown-menu.inner {
  background-color: inherit !important;
  border: 0 !important;
}
body[data-ac-activated] .dropdown.bootstrap-select > .dropdown-menu > .inner > .dropdown-menu.inner > li > a.dropdown-item {
  color: var(--primary-light-color) !important;
  line-height: 1.5 !important;
  padding: 0.25rem 1.5rem !important;
}
body[data-ac-activated] .dropdown.bootstrap-select > .dropdown-menu > .inner > .dropdown-menu.inner > li > a.dropdown-item > span.text {
  color: inherit !important;
}
body[data-ac-activated] .dropdown.bootstrap-select > .dropdown-menu > .inner > .dropdown-menu.inner > li.no-results {
  background-color: transparent !important;
  color: var(--primary-light-color) !important;
}
body[data-ac-activated] .dropdown.bootstrap-select > .dropdown-menu > .inner > .dropdown-menu.inner > li.active {
  background-color: transparent !important;
}
body[data-ac-activated] .dropdown.bootstrap-select > .dropdown-menu .dropdown-item {
  color: var(--primary-light-color) !important;
}
body[data-ac-activated] .dropdown.bootstrap-select > .dropdown-menu .dropdown-item:hover, body[data-ac-activated] .dropdown.bootstrap-select > .dropdown-menu .dropdown-item:focus, body[data-ac-activated] .dropdown.bootstrap-select > .dropdown-menu .dropdown-item:active {
  background-color: transparent !important;
}
body[data-ac-activated] ul.form__select {
  background-color: var(--primary-dark-color) !important;
  border: 1px solid var(--primary-light-color) !important;
  border-top: 0 !important;
}
body[data-ac-activated] ul.form__select::-webkit-scrollbar-thumb {
  background-color: var(--primary-light-color) !important;
}
body[data-ac-activated] ul.form__select li {
  color: var(--primary-light-color) !important;
}
body[data-ac-activated] ul.form__select li:hover, body[data-ac-activated] ul.form__select li:focus {
  background-color: var(--primary-light-color) !important;
  color: var(--primary-dark-color) !important;
}
body[data-ac-activated] .invalid-feedback {
  color: var(--primary-light-color) !important;
}
body[data-ac-activated] .custom-file-input.is-invalid + .custom-file-label::after {
  color: var(--primary-light-color) !important;
}
body[data-ac-activated] .was-validated input[type=file]:invalid + .custom-file-label,
body[data-ac-activated] input[type=file].is-invalid + .custom-file-label {
  border-bottom: 2px solid var(--primary-light-color) !important;
}
body[data-ac-activated] .was-validated .form-check-input:invalid ~ .form-check-label,
body[data-ac-activated] .form-check-input.is-invalid ~ .form-check-label {
  color: var(--primary-light-color) !important;
}
body[data-ac-activated] .was-validated .form-check-input:invalid ~ .form-check-label::before,
body[data-ac-activated] .form-check-input.is-invalid ~ .form-check-label::before {
  border-color: var(--primary-light-color) !important;
}
body[data-ac-activated] .was-validated .form-control:invalid,
body[data-ac-activated] .form-control.is-invalid,
body[data-ac-activated] .form-control.is-invalid.filled,
body[data-ac-activated] .was-validated .form-control.filled:invalid {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA8AAAAPCAYAAAA71pVKAAABfklEQVQokY2SMWsTUBSFvxtCKSGDiJNIKcXJQfwBoqPi6A8o/gJxcBbEuZOIk1MHZxcHpSCCSDYVpFQiDnYo6CJaGxM9n4MvNUkRPJcHD9495/LuOSVyCOkAJ4E1tV9VY2APGFKMWITT0p66rm4l+aRO1K/q2yQb6qrM1yxxQ91PYhJnkWSS5EWSs/Nk7SRZV/db77b6vt2/qAP1RxN9pC4fkpOcUp+2x231vHolyWv1lrqiPpiKJbk8JXeBVfUcQFV11G516jHhHcXQeLyqllSAflVdQp5QhDZlMvPFgbrSdrGs3k5yMLOHzSRLNmvGzRKA78AzYBfpNnu2qmoXoE0fVVUAOsBnYLeR36j3gL56w3ia4jmwWVW0ITsUPwFI0ktyX/3VNn4nyd1m28sk15LstIV+UNcWfT7TwuDiaT7bAnP9aEj+CFxQB0kOnMckycckN9X+LLkWsn0CuApcBI4BI2CoPqxOvVqM9jz5r0gP6AFj4BtFjjb9i/yf+A37bdjsNHUrCwAAAABJRU5ErkJggg==") !important;
  border-bottom: 2px solid var(--primary-light-color) !important;
}
body[data-ac-activated] .was-validated .form-control:invalid:focus,
body[data-ac-activated] .form-control.is-invalid:focus,
body[data-ac-activated] .form-control.is-invalid.filled:focus,
body[data-ac-activated] .was-validated .form-control.filled:invalid:focus {
  border-color: var(--primary-color) !important;
}
body[data-ac-activated] .was-validated .form-control:invalid:focus ~ label,
body[data-ac-activated] .form-control.is-invalid:focus ~ label,
body[data-ac-activated] .form-control.is-invalid.filled:focus ~ label,
body[data-ac-activated] .was-validated .form-control.filled:invalid:focus ~ label {
  color: var(--primary-color) !important;
}
body[data-ac-activated] .was-validated .form-control:invalid:focus ~ label::after,
body[data-ac-activated] .form-control.is-invalid:focus ~ label::after,
body[data-ac-activated] .form-control.is-invalid.filled:focus ~ label::after,
body[data-ac-activated] .was-validated .form-control.filled:invalid:focus ~ label::after {
  color: var(--primary-color) !important;
}
body[data-ac-activated] .was-validated .form-control:invalid ~ label,
body[data-ac-activated] .form-control.is-invalid ~ label,
body[data-ac-activated] .form-control.is-invalid.filled ~ label,
body[data-ac-activated] .was-validated .form-control.filled:invalid ~ label {
  color: var(--primary-light-color) !important;
}
body[data-ac-activated] .was-validated textarea.form-control:invalid,
body[data-ac-activated] textarea.form-control.is-invalid,
body[data-ac-activated] textarea.form-control.is-invalid.filled,
body[data-ac-activated] .was-validated textarea.form-control.filled:invalid {
  background-image: none !important;
}
body[data-ac-activated] .was-validated textarea.form-control:invalid ~ .tox-tinymce,
body[data-ac-activated] textarea.form-control.is-invalid ~ .tox-tinymce,
body[data-ac-activated] textarea.form-control.is-invalid.filled ~ .tox-tinymce,
body[data-ac-activated] .was-validated textarea.form-control.filled:invalid ~ .tox-tinymce {
  border: 2px solid var(--primary-light-color) !important;
}
body[data-ac-activated] select.custom-select.is-invalid + button.form__select {
  background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA8AAAAPCAYAAAA71pVKAAABfklEQVQokY2SMWsTUBSFvxtCKSGDiJNIKcXJQfwBoqPi6A8o/gJxcBbEuZOIk1MHZxcHpSCCSDYVpFQiDnYo6CJaGxM9n4MvNUkRPJcHD9495/LuOSVyCOkAJ4E1tV9VY2APGFKMWITT0p66rm4l+aRO1K/q2yQb6qrM1yxxQ91PYhJnkWSS5EWSs/Nk7SRZV/db77b6vt2/qAP1RxN9pC4fkpOcUp+2x231vHolyWv1lrqiPpiKJbk8JXeBVfUcQFV11G516jHhHcXQeLyqllSAflVdQp5QhDZlMvPFgbrSdrGs3k5yMLOHzSRLNmvGzRKA78AzYBfpNnu2qmoXoE0fVVUAOsBnYLeR36j3gL56w3ia4jmwWVW0ITsUPwFI0ktyX/3VNn4nyd1m28sk15LstIV+UNcWfT7TwuDiaT7bAnP9aEj+CFxQB0kOnMckycckN9X+LLkWsn0CuApcBI4BI2CoPqxOvVqM9jz5r0gP6AFj4BtFjjb9i/yf+A37bdjsNHUrCwAAAABJRU5ErkJggg==") no-repeat !important;
  background-position: right 1.5rem top 0.7rem !important;
  background-size: 13px !important;
  border-bottom: 2px solid var(--primary-light-color) !important;
}
body[data-ac-activated] select.custom-select.is-invalid ~ label {
  color: var(--primary-light-color) !important;
}

option[data-placeholder],
li[data-placeholder],
span[data-placeholder] {
  color: var(--secondary-darker-color) !important;
  font-style: italic !important;
}

body[data-ac-activated=branco-azul] .was-validated .form-control:invalid,
body[data-ac-activated=branco-azul] .form-control.is-invalid,
body[data-ac-activated=branco-azul] .form-control.is-invalid.filled,
body[data-ac-activated=branco-azul] .was-validated .form-control.filled:invalid,
.component__box.branco-azul .was-validated .form-control:invalid,
.component__box.branco-azul .form-control.is-invalid,
.component__box.branco-azul .form-control.is-invalid.filled,
.component__box.branco-azul .was-validated .form-control.filled:invalid {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA8AAAAPCAYAAAA71pVKAAABTUlEQVQokY3SsUvVURQH8M99PEQebxBpihCRJgfxDxAbi8b+gOgviAZnQZydIpyaGpxdHBQhggi3CiKMFw05CLmImvpeeRo6P7jv6eC5XDiXw/d7zv1+TwmhiaK0cBcz6KKPQ/RCXBiNyIMOnmIXvzDACb5gDdNh+NTANZwhbrgDvMfcEBit7NgAv+J75sfYw2W+NzFeg+9hpwIu4DE+YRlTeF2RPWrAbUxjPiVooR1iqyjfQvSKMomxrHfxsCjbIa5kl0H1vz1M5VjjWMF5VX+DsRBaaUc/mX/jLQ6K0k57dnFQGXSBq2bMo6r4Ga9yvBdFuR/iXXaTTfZD/GmYOljH31R8FS8z/4Bn2M+Rf2Bm1OdZ/5fhJo+be4Ln15YkCRZTrHPXF+QnltCtwWVkt+/gCR5gIsXpYSPERyMxBK5IOqlFH6eNp7cC3zb+AV2qsVv918RxAAAAAElFTkSuQmCC") !important;
}
body[data-ac-activated=branco-azul] .was-validated .form-control:invalid:focus,
body[data-ac-activated=branco-azul] .form-control.is-invalid:focus,
body[data-ac-activated=branco-azul] .form-control.is-invalid.filled:focus,
body[data-ac-activated=branco-azul] .was-validated .form-control.filled:invalid:focus,
.component__box.branco-azul .was-validated .form-control:invalid:focus,
.component__box.branco-azul .form-control.is-invalid:focus,
.component__box.branco-azul .form-control.is-invalid.filled:focus,
.component__box.branco-azul .was-validated .form-control.filled:invalid:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(0, 0, 0, 0.25) !important;
          box-shadow: 0 0 0 0.2rem rgba(0, 0, 0, 0.25) !important;
}
body[data-ac-activated=branco-azul] select.custom-select.is-invalid + button.form__select:focus, body[data-ac-activated=branco-azul] select.custom-select.is-invalid + button.form__select:active,
.component__box.branco-azul select.custom-select.is-invalid + button.form__select:focus,
.component__box.branco-azul select.custom-select.is-invalid + button.form__select:active {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(0, 0, 0, 0.25) !important;
          box-shadow: 0 0 0 0.2rem rgba(0, 0, 0, 0.25) !important;
}
body[data-ac-activated=branco-azul] select.custom-select.is-invalid + button.form__select,
.component__box.branco-azul select.custom-select.is-invalid + button.form__select {
  background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA8AAAAPCAYAAAA71pVKAAABTUlEQVQokY3SsUvVURQH8M99PEQebxBpihCRJgfxDxAbi8b+gOgviAZnQZydIpyaGpxdHBQhggi3CiKMFw05CLmImvpeeRo6P7jv6eC5XDiXw/d7zv1+TwmhiaK0cBcz6KKPQ/RCXBiNyIMOnmIXvzDACb5gDdNh+NTANZwhbrgDvMfcEBit7NgAv+J75sfYw2W+NzFeg+9hpwIu4DE+YRlTeF2RPWrAbUxjPiVooR1iqyjfQvSKMomxrHfxsCjbIa5kl0H1vz1M5VjjWMF5VX+DsRBaaUc/mX/jLQ6K0k57dnFQGXSBq2bMo6r4Ga9yvBdFuR/iXXaTTfZD/GmYOljH31R8FS8z/4Bn2M+Rf2Bm1OdZ/5fhJo+be4Ln15YkCRZTrHPXF+QnltCtwWVkt+/gCR5gIsXpYSPERyMxBK5IOqlFH6eNp7cC3zb+AV2qsVv918RxAAAAAElFTkSuQmCC") no-repeat !important;
  background-position: right 1.5rem top 0.7rem !important;
}
body[data-ac-activated=branco-azul] select.custom-select:disabled + button.form__select::after,
.component__box.branco-azul select.custom-select:disabled + button.form__select::after {
  content: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA0AAAANCAYAAABy6+R8AAAAvUlEQVQokb3SIU4DYRCG4Wca0lQQUoVYXUkQKASiR0E2aFTv0ANUVRAkijOQHoEQFOEAFQjaFDKYf6HbrlnDjJtv3sw3mYmUukavM1FDIYYhRm0NIfohzkI0BlS4xxLj9Jc4wg1ecYtBvc4FXpB4x1URBphgU7QHnNZQD+d4LuIbrjHDR4EeMfx1sGPlslhMrLDFNxaoGrb3dqjwVMBPzNFPzXRQYIQ7THGyr6cUbccNcYx1yq/WM/zvR3SNH0CrXwEwS8JHAAAAAElFTkSuQmCC") !important;
}
body[data-ac-activated=branco-azul] select.form-control,
.component__box.branco-azul select.form-control {
  background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA0AAAANCAYAAABy6+R8AAAAvUlEQVQokb3SIU4DYRCG4Wca0lQQUoVYXUkQKASiR0E2aFTv0ANUVRAkijOQHoEQFOEAFQjaFDKYf6HbrlnDjJtv3sw3mYmUukavM1FDIYYhRm0NIfohzkI0BlS4xxLj9Jc4wg1ecYtBvc4FXpB4x1URBphgU7QHnNZQD+d4LuIbrjHDR4EeMfx1sGPlslhMrLDFNxaoGrb3dqjwVMBPzNFPzXRQYIQ7THGyr6cUbccNcYx1yq/WM/zvR3SNH0CrXwEwS8JHAAAAAElFTkSuQmCC") right/13px no-repeat !important;
}
body[data-ac-activated=branco-azul] select.form-control.is-invalid, body[data-ac-activated=branco-azul] select.form-control.is-invalid.filled,
.component__box.branco-azul select.form-control.is-invalid,
.component__box.branco-azul select.form-control.is-invalid.filled {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA8AAAAPCAYAAAA71pVKAAABTUlEQVQokY3SsUvVURQH8M99PEQebxBpihCRJgfxDxAbi8b+gOgviAZnQZydIpyaGpxdHBQhggi3CiKMFw05CLmImvpeeRo6P7jv6eC5XDiXw/d7zv1+TwmhiaK0cBcz6KKPQ/RCXBiNyIMOnmIXvzDACb5gDdNh+NTANZwhbrgDvMfcEBit7NgAv+J75sfYw2W+NzFeg+9hpwIu4DE+YRlTeF2RPWrAbUxjPiVooR1iqyjfQvSKMomxrHfxsCjbIa5kl0H1vz1M5VjjWMF5VX+DsRBaaUc/mX/jLQ6K0k57dnFQGXSBq2bMo6r4Ga9yvBdFuR/iXXaTTfZD/GmYOljH31R8FS8z/4Bn2M+Rf2Bm1OdZ/5fhJo+be4Ln15YkCRZTrHPXF+QnltCtwWVkt+/gCR5gIsXpYSPERyMxBK5IOqlFH6eNp7cC3zb+AV2qsVv918RxAAAAAElFTkSuQmCC"), url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA0AAAANCAYAAABy6+R8AAAAvUlEQVQokb3SIU4DYRCG4Wca0lQQUoVYXUkQKASiR0E2aFTv0ANUVRAkijOQHoEQFOEAFQjaFDKYf6HbrlnDjJtv3sw3mYmUukavM1FDIYYhRm0NIfohzkI0BlS4xxLj9Jc4wg1ecYtBvc4FXpB4x1URBphgU7QHnNZQD+d4LuIbrjHDR4EeMfx1sGPlslhMrLDFNxaoGrb3dqjwVMBPzNFPzXRQYIQ7THGyr6cUbccNcYx1yq/WM/zvR3SNH0CrXwEwS8JHAAAAAElFTkSuQmCC") !important;
}
body[data-ac-activated=branco-azul] select.form-control:disabled,
.component__box.branco-azul select.form-control:disabled {
  background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA0AAAANCAYAAABy6+R8AAAAvUlEQVQokb3SIU4DYRCG4Wca0lQQUoVYXUkQKASiR0E2aFTv0ANUVRAkijOQHoEQFOEAFQjaFDKYf6HbrlnDjJtv3sw3mYmUukavM1FDIYYhRm0NIfohzkI0BlS4xxLj9Jc4wg1ecYtBvc4FXpB4x1URBphgU7QHnNZQD+d4LuIbrjHDR4EeMfx1sGPlslhMrLDFNxaoGrb3dqjwVMBPzNFPzXRQYIQ7THGyr6cUbccNcYx1yq/WM/zvR3SNH0CrXwEwS8JHAAAAAElFTkSuQmCC") right/13px no-repeat !important;
}
body[data-ac-activated=branco-azul] button.form__select::after,
body[data-ac-activated=branco-azul] select.selectpicker + button.dropdown-toggle::after,
.component__box.branco-azul button.form__select::after,
.component__box.branco-azul select.selectpicker + button.dropdown-toggle::after {
  content: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA0AAAANCAYAAABy6+R8AAAAvUlEQVQokb3SIU4DYRCG4Wca0lQQUoVYXUkQKASiR0E2aFTv0ANUVRAkijOQHoEQFOEAFQjaFDKYf6HbrlnDjJtv3sw3mYmUukavM1FDIYYhRm0NIfohzkI0BlS4xxLj9Jc4wg1ecYtBvc4FXpB4x1URBphgU7QHnNZQD+d4LuIbrjHDR4EeMfx1sGPlslhMrLDFNxaoGrb3dqjwVMBPzNFPzXRQYIQ7THGyr6cUbccNcYx1yq/WM/zvR3SNH0CrXwEwS8JHAAAAAElFTkSuQmCC") !important;
}

body[data-ac-activated=preto-azul] .was-validated .form-control:invalid:focus,
body[data-ac-activated=preto-azul] .form-control.is-invalid:focus,
body[data-ac-activated=preto-azul] .form-control.is-invalid.filled:focus,
body[data-ac-activated=preto-azul] .was-validated .form-control.filled:invalid:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, 0.25) !important;
          box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, 0.25) !important;
}
body[data-ac-activated=preto-azul] select.custom-select.is-invalid + button.form__select:focus, body[data-ac-activated=preto-azul] select.custom-select.is-invalid + button.form__select:active {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, 0.25) !important;
          box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, 0.25) !important;
}

body[data-ac-activated=preto-amarelo] .was-validated .form-control:invalid:focus,
body[data-ac-activated=preto-amarelo] .form-control.is-invalid:focus,
body[data-ac-activated=preto-amarelo] .form-control.is-invalid.filled:focus,
body[data-ac-activated=preto-amarelo] .was-validated .form-control.filled:invalid:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, 0.25) !important;
          box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, 0.25) !important;
}
body[data-ac-activated=preto-amarelo] select.custom-select.is-invalid + button.form__select:focus, body[data-ac-activated=preto-amarelo] select.custom-select.is-invalid + button.form__select:active {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, 0.25) !important;
          box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, 0.25) !important;
}

body[data-ac-activated=azul-amarelo] .was-validated .form-control:invalid:focus,
body[data-ac-activated=azul-amarelo] .form-control.is-invalid:focus,
body[data-ac-activated=azul-amarelo] .form-control.is-invalid.filled:focus,
body[data-ac-activated=azul-amarelo] .was-validated .form-control.filled:invalid:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, 0.25) !important;
          box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, 0.25) !important;
}
body[data-ac-activated=azul-amarelo] select.custom-select.is-invalid + button.form__select:focus, body[data-ac-activated=azul-amarelo] select.custom-select.is-invalid + button.form__select:active {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, 0.25) !important;
          box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, 0.25) !important;
}

.form-autocomplete {
  min-width: 100px;
  position: relative;
  width: 100%;
}
.form-autocomplete:focus-within + .autocomplete_list {
  visibility: visible !important;
}
.form-autocomplete:focus-within + .autocomplete_list li {
  visibility: visible !important;
}
.form-autocomplete ~ .spinner-border, .bootstrap-table .fixed-table-container .fixed-table-body .fixed-table-loading .loading-wrap .form-autocomplete ~ .animation-wrap {
  position: relative;
  bottom: 0.4rem;
  margin-top: -1rem;
}

ul.autocomplete_list {
  --border-autocomplete-size: 0;
  background-color: var(--white);
  border: var(--border-autocomplete-size);
  border-radius: 0 0 5px 5px !important;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1607843137) !important;
          box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1607843137) !important;
  max-height: 126px;
  overflow-y: auto;
  position: absolute;
  top: 57px;
  -webkit-transition: visibility 250ms ease, border 250ms ease;
  transition: visibility 250ms ease, border 250ms ease;
  width: 100%;
  z-index: 1000;
}
@supports not selector(*::-webkit-scrollbar) {
  ul.autocomplete_list .custom-scroll {
    scrollbar-color: var(--secondary-dark-color) transparent;
    scrollbar-width: thin;
  }
}
ul.autocomplete_list::-webkit-scrollbar {
  height: 18px;
  width: 20px;
}
ul.autocomplete_list::-webkit-scrollbar-thumb {
  background-clip: padding-box;
  background-color: var(--secondary-dark-color);
  border: 7px solid transparent;
  border-radius: 10px;
  height: 80px;
}
ul.autocomplete_list::-webkit-scrollbar-corner {
  background-color: transparent;
}
ul.autocomplete_list::-webkit-scrollbar-button {
  display: none;
  height: 0;
  width: 0;
}
ul.autocomplete_list::-webkit-scrollbar {
  height: auto;
  width: 15px;
}
ul.autocomplete_list::-webkit-scrollbar-thumb {
  border-width: 5px;
  height: auto;
}
ul.autocomplete_list li {
  border: 0 !important;
  color: var(--secondary-darkest-color);
  cursor: pointer;
  font-size: 0.875rem;
  margin: 0;
  max-width: 100%;
  padding: 5px 10px;
  -webkit-transition: all 250ms ease;
  transition: all 250ms ease;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  user-select: none;
  user-select: none;
}
ul.autocomplete_list li[aria-selected=true], ul.autocomplete_list li.autoComplete_catg, ul.autocomplete_list li:hover, ul.autocomplete_list li:focus {
  background-color: var(--primary-light-color);
  outline: none;
}
ul.autocomplete_list li:last-child {
  border-radius: 0;
}
ul.autocomplete_list li.autoComplete_catg {
  cursor: not-allowed;
  font-weight: 600;
}
ul.autocomplete_list li mark {
  background-color: transparent;
  color: var(--primary-color);
  font-weight: 700;
  padding: 0;
}

@media not print {
  body[data-ac-activated] ul.autocomplete_list {
    --border-autocomplete-size: 1px;
    background-color: var(--primary-dark-color) !important;
    border-color: var(--primary-color);
    border-style: solid;
    border-top: 0 !important;
  }
  body[data-ac-activated] ul.autocomplete_list::-webkit-scrollbar-thumb {
    background-color: var(--primary-light-color) !important;
  }
  body[data-ac-activated] ul.autocomplete_list li {
    background-color: var(--primary-light-color) !important;
    color: var(--primary-dark-color) !important;
  }
  body[data-ac-activated] ul.autocomplete_list li[aria-selected=true], body[data-ac-activated] ul.autocomplete_list li.autoComplete_catg, body[data-ac-activated] ul.autocomplete_list li:hover, body[data-ac-activated] ul.autocomplete_list li:focus {
    background-color: var(--primary-dark-color) !important;
    color: var(--primary-light-color) !important;
  }
  body[data-ac-activated] ul.autocomplete_list li[aria-selected=true] mark, body[data-ac-activated] ul.autocomplete_list li.autoComplete_catg mark, body[data-ac-activated] ul.autocomplete_list li:hover mark, body[data-ac-activated] ul.autocomplete_list li:focus mark {
    color: var(--primary-light-color) !important;
  }
  body[data-ac-activated] ul.autocomplete_list li mark {
    color: var(--primary-dark-color) !important;
  }
}
ul.nav.nav-tabs {
  border-bottom: 0;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  overflow: auto;
  width: 100%;
}
@supports not selector(*::-webkit-scrollbar) {
  ul.nav.nav-tabs .custom-scroll {
    scrollbar-color: var(--secondary-dark-color) transparent;
    scrollbar-width: thin;
  }
}
ul.nav.nav-tabs::-webkit-scrollbar {
  height: 18px;
  width: 20px;
}
ul.nav.nav-tabs::-webkit-scrollbar-thumb {
  background-clip: padding-box;
  background-color: var(--secondary-dark-color);
  border: 7px solid transparent;
  border-radius: 10px;
  height: 80px;
}
ul.nav.nav-tabs::-webkit-scrollbar-corner {
  background-color: transparent;
}
ul.nav.nav-tabs::-webkit-scrollbar-button {
  display: none;
  height: 0;
  width: 0;
}
html[data-browser*=Firefox] ul.nav.nav-tabs {
  padding-bottom: 5px;
}
ul.nav.nav-tabs > li.nav-item {
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  border-bottom: 2px solid var(--secondary-lighter-color);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 5px 0px;
}
ul.nav.nav-tabs > li.nav-item:hover, ul.nav.nav-tabs > li.nav-item:focus, ul.nav.nav-tabs > li.nav-item:focus-within {
  background-color: transparent;
}
ul.nav.nav-tabs > li.nav-item:last-child {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin-right: 5px;
}
ul.nav.nav-tabs > li.nav-item:first-child {
  margin-left: 5px;
}
ul.nav.nav-tabs > li.nav-item:has(.nav-link[disabled], .nav-link.disabled) {
  cursor: not-allowed;
}
ul.nav.nav-tabs > li.nav-item + li.nav-item > .nav-link {
  margin-left: 10px;
}
ul.nav.nav-tabs > li.nav-item > .nav-link.active {
  background-color: transparent;
  border: 0;
}
ul.nav.nav-tabs > li.nav-item > .nav-link.active:hover, ul.nav.nav-tabs > li.nav-item > .nav-link.active:focus {
  border: 0;
}
ul.nav.nav-tabs > li.nav-item > .nav-link {
  border: 0;
  border-bottom: 6px solid transparent;
  border-radius: 0;
  overflow-wrap: break-word;
  padding-bottom: 5px;
  text-align: center;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}
ul.nav.nav-tabs > li.nav-item > .nav-link:hover, ul.nav.nav-tabs > li.nav-item > .nav-link:focus {
  border-left: 0;
  border-right: 0;
  border-top: 0;
}
ul.nav.nav-tabs > li.nav-item > .nav-link[disabled], ul.nav.nav-tabs > li.nav-item > .nav-link.disabled {
  color: var(--secondary-color);
}
ul.nav.nav-tabs > li.nav-item > .nav-link:not([disabled]):not(.disabled) {
  color: var(--secondary-darkest-color);
}
ul.nav.nav-tabs > li.nav-item > .nav-link:not([disabled]):not(.disabled).active, ul.nav.nav-tabs > li.nav-item > .nav-link:not([disabled]):not(.disabled):active, ul.nav.nav-tabs > li.nav-item > .nav-link:not([disabled]):not(.disabled):focus {
  color: var(--primary-color);
  border-bottom: 6px solid var(--primary-color);
}
ul.nav.nav-tabs > li.nav-item > .nav-link:not([disabled]):not(.disabled):hover {
  color: var(--primary-color);
}
ul.nav.nav-tabs.nav-fill > li.nav-item > .nav-link {
  width: 100%;
}

/*
  Definição de cores alto-contraste
*/
@media not print {
  body[data-ac-activated] ul.nav.nav-tabs {
    scrollbar-color: var(--primary-light-color) transparent !important;
  }
  body[data-ac-activated] ul.nav.nav-tabs::-webkit-scrollbar-thumb {
    background-color: var(--primary-light-color) !important;
  }
  body[data-ac-activated] ul.nav.nav-tabs > li.nav-item {
    border-color: var(--primary-light-color) !important;
  }
  body[data-ac-activated] ul.nav.nav-tabs > li.nav-item > .nav-link {
    color: var(--primary-color) !important;
  }
  body[data-ac-activated] ul.nav.nav-tabs > li.nav-item > .nav-link[disabled], body[data-ac-activated] ul.nav.nav-tabs > li.nav-item > .nav-link.disabled {
    opacity: 0.65;
  }
  body[data-ac-activated] ul.nav.nav-tabs > li.nav-item > .nav-link:not([disabled]):not(.disabled).active, body[data-ac-activated] ul.nav.nav-tabs > li.nav-item > .nav-link:not([disabled]):not(.disabled):active, body[data-ac-activated] ul.nav.nav-tabs > li.nav-item > .nav-link:not([disabled]):not(.disabled):focus {
    border-color: var(--primary-light-color);
    color: var(--primary-light-color) !important;
  }
  body[data-ac-activated] ul.nav.nav-tabs > li.nav-item > .nav-link:not([disabled]):not(.disabled):hover {
    color: var(--primary-light-color) !important;
  }
}
ul.nav.nav-pills {
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  overflow: auto;
  width: 100%;
}
@supports not selector(*::-webkit-scrollbar) {
  ul.nav.nav-pills .custom-scroll {
    scrollbar-color: var(--secondary-dark-color) transparent;
    scrollbar-width: thin;
  }
}
ul.nav.nav-pills::-webkit-scrollbar {
  height: 18px;
  width: 20px;
}
ul.nav.nav-pills::-webkit-scrollbar-thumb {
  background-clip: padding-box;
  background-color: var(--secondary-dark-color);
  border: 7px solid transparent;
  border-radius: 10px;
  height: 80px;
}
ul.nav.nav-pills::-webkit-scrollbar-corner {
  background-color: transparent;
}
ul.nav.nav-pills::-webkit-scrollbar-button {
  display: none;
  height: 0;
  width: 0;
}
ul.nav.nav-pills > li.nav-item {
  margin: 5px 0;
}
ul.nav.nav-pills > li.nav-item:has(.nav-link[disabled], .nav-link[aria-disabled=true], .nav-link.disabled) {
  cursor: not-allowed;
}
ul.nav.nav-pills > li.nav-item > .nav-link {
  background-color: var(--white);
  border-radius: 0;
  color: var(--primary-color);
  font-weight: bold;
  line-height: 1.5;
  padding: 3px 20px 2px;
  -webkit-transition: all 0.1s linear;
  transition: all 0.1s linear;
  border: 2px solid var(--primary-color);
  border-right: 0;
  text-wrap: nowrap;
}
ul.nav.nav-pills > li.nav-item > .nav-link:not([disabled], [aria-disabled=true], .disabled):hover, ul.nav.nav-pills > li.nav-item > .nav-link:not([disabled], [aria-disabled=true], .disabled):focus {
  background-color: var(--primary-light-color);
  color: var(--primary-darker-color);
}
ul.nav.nav-pills > li.nav-item > .nav-link:not([disabled], [aria-disabled=true], .disabled).active, ul.nav.nav-pills > li.nav-item > .nav-link:not([disabled], [aria-disabled=true], .disabled):active {
  background-color: var(--primary-color);
  color: var(--white);
}
ul.nav.nav-pills > li.nav-item > .nav-link[disabled], ul.nav.nav-pills > li.nav-item > .nav-link[aria-disabled=true], ul.nav.nav-pills > li.nav-item > .nav-link.disabled {
  border-top: 2px solid var(--secondary-color);
  border-bottom: 2px solid var(--secondary-color);
  color: var(--secondary-color);
}
ul.nav.nav-pills > li.nav-item > .nav-link[disabled]:hover, ul.nav.nav-pills > li.nav-item > .nav-link[aria-disabled=true]:hover, ul.nav.nav-pills > li.nav-item > .nav-link.disabled:hover {
  cursor: not-allowed;
}
ul.nav.nav-pills > li.nav-item:first-child {
  margin-left: 5px;
}
ul.nav.nav-pills > li.nav-item:first-child > .nav-link {
  border-bottom-left-radius: 50px;
  border-top-left-radius: 50px;
}
ul.nav.nav-pills > li.nav-item:first-child > .nav-link[disabled], ul.nav.nav-pills > li.nav-item:first-child > .nav-link.disabled {
  border-left: 2px solid var(--secondary-color);
}
ul.nav.nav-pills > li.nav-item:last-child {
  margin-right: 5px;
}
ul.nav.nav-pills > li.nav-item:last-child > .nav-link {
  border-bottom-right-radius: 50px;
  border-top-right-radius: 50px;
  border-right: 2px solid var(--primary-color);
}
ul.nav.nav-pills > li.nav-item:last-child > .nav-link[disabled], ul.nav.nav-pills > li.nav-item:last-child > .nav-link.disabled {
  border-right: 2px solid var(--secondary-color);
}

/*
  Definição de cores do alto-contraste
*/
@media not print {
  body[data-ac-activated] ul.nav.nav-pills {
    scrollbar-color: var(--primary-light-color) transparent !important;
  }
  body[data-ac-activated] ul.nav.nav-pills::-webkit-scrollbar-thumb {
    background-color: var(--primary-light-color) !important;
  }
  body[data-ac-activated] ul.nav.nav-pills > li.nav-item > .nav-link {
    background-color: var(--primary-dark-color);
    border: 2px solid var(--primary-color);
    color: var(--primary-color);
  }
  body[data-ac-activated] ul.nav.nav-pills > li.nav-item > .nav-link[disabled], body[data-ac-activated] ul.nav.nav-pills > li.nav-item > .nav-link.disabled {
    opacity: 0.65;
    border-right: 0;
  }
  body[data-ac-activated] ul.nav.nav-pills > li.nav-item > .nav-link:not([disabled]):not(.disabled) {
    border-right: 0;
  }
  body[data-ac-activated] ul.nav.nav-pills > li.nav-item > .nav-link:not([disabled]):not(.disabled).active, body[data-ac-activated] ul.nav.nav-pills > li.nav-item > .nav-link:not([disabled]):not(.disabled):active {
    background-color: var(--primary-color);
    color: var(--primary-dark-color);
    border-color: var(--primary-color) !important;
  }
  body[data-ac-activated] ul.nav.nav-pills > li.nav-item > .nav-link:not([disabled]):not(.disabled):focus, body[data-ac-activated] ul.nav.nav-pills > li.nav-item > .nav-link:not([disabled]):not(.disabled):hover {
    background-color: var(--text-color);
    border-color: var(--primary-light-color) !important;
    color: var(--bg-color);
  }
  body[data-ac-activated] ul.nav.nav-pills > li.nav-item:last-child > .nav-link {
    border-right: 2px solid var(--primary-color);
  }
  body[data-ac-activated] ul.nav.nav-pills > li.nav-item:last-child > .nav-link:hover, body[data-ac-activated] ul.nav.nav-pills > li.nav-item:last-child > .nav-link:focus {
    border-color: var(--primary-light-color);
  }
  body[data-ac-activated] ul.nav.nav-pills > li.nav-item:last-child > .nav-link[disabled], body[data-ac-activated] ul.nav.nav-pills > li.nav-item:last-child > .nav-link.disabled {
    border-color: var(--primary-color);
  }
  body[data-ac-activated] ul.nav.nav-pills > li.nav-item:first-child > .nav-link[disabled], body[data-ac-activated] ul.nav.nav-pills > li.nav-item:first-child > .nav-link.disabled {
    border-left: 2px solid var(--primary-color);
  }
}
.table,
.conteudo-principal__content.parse-markdown table {
  --table-border-size: 2px;
  border: 0;
  margin: 0;
  width: 100%;
}
.table th,
.table td,
.conteudo-principal__content.parse-markdown table th,
.conteudo-principal__content.parse-markdown table td {
  border: 0;
  color: var(--secondary-darkest-color);
  font-size: 0.875rem;
}
.table thead,
.conteudo-principal__content.parse-markdown table thead {
  background-color: var(--primary-light-color);
  border: var(--table-border-size) solid var(--primary-light-color);
  border-bottom: 0;
}
.table thead th,
.conteudo-principal__content.parse-markdown table thead th {
  border-bottom: 0;
}
.table tbody,
.conteudo-principal__content.parse-markdown table tbody {
  border: var(--table-border-size) solid var(--secondary-lighter-color);
  border-bottom: 0;
  border-top: 0;
}
.table tfoot,
.conteudo-principal__content.parse-markdown table tfoot {
  background-color: var(--white);
}
.table > :last-child,
.conteudo-principal__content.parse-markdown table > :last-child {
  border: var(--table-border-size) solid var(--secondary-lighter-color);
  border-top: 0;
}
.table.table-icon thead tr th .form-check input[type=checkbox]:focus + label.form-check-label::before,
.conteudo-principal__content.parse-markdown table.table-icon thead tr th .form-check input[type=checkbox]:focus + label.form-check-label::before {
  outline: 2px solid var(--primary-dark-color);
}

.table-striped tbody tr:nth-of-type(odd),
.conteudo-principal__content.parse-markdown table tbody tr:nth-of-type(odd) {
  background-color: var(--white);
}
.table-striped tbody tr:nth-of-type(odd) > td,
.conteudo-principal__content.parse-markdown table tbody tr:nth-of-type(odd) > td {
  background-color: inherit;
}

.table-striped tbody tr:nth-of-type(even),
.conteudo-principal__content.parse-markdown table tbody tr:nth-of-type(even) {
  background-color: var(--secondary-lightest-color);
}
.table-striped tbody tr:nth-of-type(even) > td,
.conteudo-principal__content.parse-markdown table tbody tr:nth-of-type(even) > td {
  background-color: inherit;
}

.bootstrap-table {
  width: 100%;
}
.bootstrap-table .fixed-table-toolbar .columns button.dropdown-toggle {
  margin: 0;
}
.bootstrap-table .fixed-table-toolbar .columns .dropdown-menu .dropdown-item > .form-check {
  display: inline;
}
.bootstrap-table .fixed-table-toolbar .columns .dropdown-menu .dropdown-item > .form-check > label {
  display: inline;
  padding: 0;
}
.bootstrap-table .fixed-table-toolbar .columns + .search {
  margin-right: 10px;
}
.bootstrap-table .fixed-table-container .table tbody tr.selected td, .bootstrap-table .fixed-table-container .conteudo-principal__content.parse-markdown table tbody tr.selected td, .conteudo-principal__content.parse-markdown .bootstrap-table .fixed-table-container table tbody tr.selected td {
  background-color: inherit;
}
.bootstrap-table .fixed-table-container .table tbody .form__radio__label, .bootstrap-table .fixed-table-container .conteudo-principal__content.parse-markdown table tbody .form__radio__label, .conteudo-principal__content.parse-markdown .bootstrap-table .fixed-table-container table tbody .form__radio__label {
  margin: 0;
}
.bootstrap-table .fixed-table-container .table tbody .form__radio__label::before, .bootstrap-table .fixed-table-container .conteudo-principal__content.parse-markdown table tbody .form__radio__label::before, .conteudo-principal__content.parse-markdown .bootstrap-table .fixed-table-container table tbody .form__radio__label::before {
  margin: 0;
}
.bootstrap-table .fixed-table-container .table thead th, .bootstrap-table .fixed-table-container .conteudo-principal__content.parse-markdown table thead th, .conteudo-principal__content.parse-markdown .bootstrap-table .fixed-table-container table thead th {
  vertical-align: middle;
}
.bootstrap-table .fixed-table-container .table thead th .sortable, .bootstrap-table .fixed-table-container .conteudo-principal__content.parse-markdown table thead th .sortable, .conteudo-principal__content.parse-markdown .bootstrap-table .fixed-table-container table thead th .sortable {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-image: none;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.bootstrap-table .fixed-table-container .table thead th .sortable > button, .bootstrap-table .fixed-table-container .conteudo-principal__content.parse-markdown table thead th .sortable > button, .conteudo-principal__content.parse-markdown .bootstrap-table .fixed-table-container table thead th .sortable > button {
  background: none;
  border: 0;
  color: inherit;
  margin: 0;
  margin-left: 5px;
  padding: 0;
}
.bootstrap-table .fixed-table-container .table thead th .sortable > button > i, .bootstrap-table .fixed-table-container .conteudo-principal__content.parse-markdown table thead th .sortable > button > i, .conteudo-principal__content.parse-markdown .bootstrap-table .fixed-table-container table thead th .sortable > button > i {
  margin: 0;
}
.bootstrap-table .fixed-table-container .fixed-table-body .fixed-table-loading {
  bottom: auto;
}
.bootstrap-table .fixed-table-container .fixed-table-body .fixed-table-loading .loading-wrap {
  display: block;
}
.bootstrap-table .fixed-table-container .fixed-table-body .fixed-table-loading .loading-wrap .loading-text {
  display: block;
  font-size: 1.125rem;
  font-weight: bold;
  margin: 0;
  text-align: center;
}
.bootstrap-table .fixed-table-container .fixed-table-body .fixed-table-loading .loading-wrap .animation-wrap {
  display: block;
  margin: 0 auto;
  margin-top: 20px;
}
.bootstrap-table .fixed-table-container .fixed-table-body .fixed-table-loading .loading-wrap .animation-wrap::before, .bootstrap-table .fixed-table-container .fixed-table-body .fixed-table-loading .loading-wrap .animation-wrap::after {
  width: 0;
}
.bootstrap-table .fixed-table-container .fixed-table-body .fixed-table-loading .loading-wrap .animation-wrap .animation-dot {
  display: none;
}
.bootstrap-table .fixed-table-pagination .pagination-detail {
  display: none;
}
.bootstrap-table .fixed-table-pagination .pagination-container {
  margin: 10px 0;
}

.table th,
.conteudo-principal__content.parse-markdown table th,
.table td,
.conteudo-principal__content.parse-markdown table td {
  padding: 0.75rem;
}

@media not print {
  body[data-ac-activated] .table, .conteudo-principal__content.parse-markdown body[data-ac-activated] table,
  body[data-ac-activated] .conteudo-principal__content.parse-markdown table {
    --table-border-size: 3px;
    width: 100%;
  }
  body[data-ac-activated] .table thead, .conteudo-principal__content.parse-markdown body[data-ac-activated] table thead,
  body[data-ac-activated] .conteudo-principal__content.parse-markdown table thead {
    background-color: var(--primary-color) !important;
    border-color: var(--primary-color) !important;
    border-style: solid;
  }
  body[data-ac-activated] .table thead th, .conteudo-principal__content.parse-markdown body[data-ac-activated] table thead th,
  body[data-ac-activated] .table thead td,
  .conteudo-principal__content.parse-markdown body[data-ac-activated] table thead td,
  body[data-ac-activated] .conteudo-principal__content.parse-markdown table thead th,
  body[data-ac-activated] .conteudo-principal__content.parse-markdown table thead td {
    color: var(--primary-dark-color) !important;
  }
  body[data-ac-activated] .table tbody, .conteudo-principal__content.parse-markdown body[data-ac-activated] table tbody,
  body[data-ac-activated] .table tfoot,
  .conteudo-principal__content.parse-markdown body[data-ac-activated] table tfoot,
  body[data-ac-activated] .conteudo-principal__content.parse-markdown table tbody,
  body[data-ac-activated] .conteudo-principal__content.parse-markdown table tfoot {
    border-color: var(--primary-light-color) !important;
  }
  body[data-ac-activated] .table tbody tr, .conteudo-principal__content.parse-markdown body[data-ac-activated] table tbody tr,
  body[data-ac-activated] .table tfoot tr,
  .conteudo-principal__content.parse-markdown body[data-ac-activated] table tfoot tr,
  body[data-ac-activated] .conteudo-principal__content.parse-markdown table tbody tr,
  body[data-ac-activated] .conteudo-principal__content.parse-markdown table tfoot tr {
    border: 1px solid var(--primary-light-color) !important;
  }
  body[data-ac-activated] .table tbody td, .conteudo-principal__content.parse-markdown body[data-ac-activated] table tbody td,
  body[data-ac-activated] .table tbody th,
  .conteudo-principal__content.parse-markdown body[data-ac-activated] table tbody th,
  body[data-ac-activated] .table tfoot td,
  .conteudo-principal__content.parse-markdown body[data-ac-activated] table tfoot td,
  body[data-ac-activated] .table tfoot th,
  .conteudo-principal__content.parse-markdown body[data-ac-activated] table tfoot th,
  body[data-ac-activated] .conteudo-principal__content.parse-markdown table tbody td,
  body[data-ac-activated] .conteudo-principal__content.parse-markdown table tbody th,
  body[data-ac-activated] .conteudo-principal__content.parse-markdown table tfoot td,
  body[data-ac-activated] .conteudo-principal__content.parse-markdown table tfoot th {
    color: var(--primary-light-color) !important;
    border-bottom: var(--table-border-size) solid;
  }
  body[data-ac-activated] .table.table-striped tbody tr, .conteudo-principal__content.parse-markdown body[data-ac-activated] table.table-striped tbody tr,
  body[data-ac-activated] .table.table-striped tfoot,
  .conteudo-principal__content.parse-markdown body[data-ac-activated] table.table-striped tfoot,
  body[data-ac-activated] .conteudo-principal__content.parse-markdown table.table-striped tbody tr,
  body[data-ac-activated] .conteudo-principal__content.parse-markdown table.table-striped tfoot {
    background-color: var(--primary-dark-color) !important;
  }
  body[data-ac-activated] .table.table-striped tbody tr td, .conteudo-principal__content.parse-markdown body[data-ac-activated] table.table-striped tbody tr td,
  body[data-ac-activated] .table.table-striped tbody tr th,
  .conteudo-principal__content.parse-markdown body[data-ac-activated] table.table-striped tbody tr th,
  body[data-ac-activated] .table.table-striped tfoot td,
  .conteudo-principal__content.parse-markdown body[data-ac-activated] table.table-striped tfoot td,
  body[data-ac-activated] .table.table-striped tfoot th,
  .conteudo-principal__content.parse-markdown body[data-ac-activated] table.table-striped tfoot th,
  body[data-ac-activated] .conteudo-principal__content.parse-markdown table.table-striped tbody tr td,
  body[data-ac-activated] .conteudo-principal__content.parse-markdown table.table-striped tbody tr th,
  body[data-ac-activated] .conteudo-principal__content.parse-markdown table.table-striped tfoot td,
  body[data-ac-activated] .conteudo-principal__content.parse-markdown table.table-striped tfoot th {
    --text-color: var(--primary-light-color);
    color: var(--primary-light-color) !important;
  }
  body[data-ac-activated] .table.table-icon thead .form-check > input[type=checkbox]:checked + .form-check-label::before, .conteudo-principal__content.parse-markdown body[data-ac-activated] table.table-icon thead .form-check > input[type=checkbox]:checked + .form-check-label::before,
  body[data-ac-activated] .conteudo-principal__content.parse-markdown table.table-icon thead .form-check > input[type=checkbox]:checked + .form-check-label::before {
    border-color: var(--primary-dark-color) !important;
  }
  body[data-ac-activated] .table.table-icon thead .form-check > input[type=checkbox]:focus + .form-check-label::before, .conteudo-principal__content.parse-markdown body[data-ac-activated] table.table-icon thead .form-check > input[type=checkbox]:focus + .form-check-label::before,
  body[data-ac-activated] .conteudo-principal__content.parse-markdown table.table-icon thead .form-check > input[type=checkbox]:focus + .form-check-label::before {
    outline-color: var(--primary-dark-color) !important;
  }
  body[data-ac-activated] .table.table-icon thead .form-check > .form-check-label::before, .conteudo-principal__content.parse-markdown body[data-ac-activated] table.table-icon thead .form-check > .form-check-label::before,
  body[data-ac-activated] .conteudo-principal__content.parse-markdown table.table-icon thead .form-check > .form-check-label::before {
    border-color: var(--primary-dark-color) !important;
  }
  body[data-ac-activated] .bootstrap-table .fixed-table-loading {
    background-color: var(--primary-dark-color) !important;
    border-radius: 0 !important;
  }
  body[data-ac-activated] .bootstrap-table .fixed-table-loading .loading-text {
    color: var(--primary-light-color) !important;
  }
}
#barra-brasil {
  padding: 0 30px;
  position: relative;
  -webkit-transition: opacity 500ms linear 0ms, margin 250ms linear 0ms;
  transition: opacity 500ms linear 0ms, margin 250ms linear 0ms;
  z-index: 1005;
}
@media only screen and (max-width: 959px) {
  #barra-brasil {
    padding: 0 10px;
  }
}
#barra-brasil.container {
  border-bottom: initial !important;
  padding: 0 15px;
}
@media only screen and (max-width: 768px) {
  #barra-brasil.container {
    margin: 0;
    max-width: 98% !important;
    padding: 0 1%;
  }
}
#barra-brasil #wrapper-barra-brasil {
  height: auto;
  margin: 0;
  max-width: 100%;
  width: 100%; /* mudar de acordo com a largura de cada projeto (se não for responsivo) */
}
#barra-brasil .brasil-flag a {
  background-position: 0 !important;
  padding-left: 34px !important;
}
#barra-brasil #logovlibras {
  padding: 0 11px;
}
#barra-brasil #brasil-vlibras .link-vlibras {
  line-height: 1.6;
  text-align: center;
}
#barra-brasil #brasil-vlibras a.logo-vlibras {
  background-position: 14px !important;
  color: inherit;
}
#barra-brasil nav:active ul.list,
#barra-brasil nav:focus ul.list,
#barra-brasil nav:hover ul.list {
  height: auto !important;
}
#barra-brasil .brasil-flag .link-barra,
#barra-brasil .link-barra,
#barra-brasil .list-item a,
#barra-brasil #brasil-vlibras .link-vlibras span,
#barra-brasil #brasil-vlibras .link-vlibras a {
  font-size: 0.813rem;
  font-weight: bold;
}
#barra-brasil #brasil-vlibras .link-vlibras span {
  display: block;
  line-height: 1.6em;
  margin-top: -15px;
  text-align: left;
  width: 100%;
}
#barra-brasil #brasil-vlibras .link-vlibras span a:hover {
  text-decoration: underline;
}
#barra-brasil #brasil-vlibras .logo-vlibras:hover + .link-vlibras,
#barra-brasil #brasil-vlibras .logo-vlibras:active + .link-vlibras,
#barra-brasil #brasil-vlibras .logo-vlibras:focus + .link-vlibras,
#barra-brasil #brasil-vlibras .link-vlibras:hover,
#barra-brasil #brasil-vlibras .link-vlibras:active,
#barra-brasil #brasil-vlibras .link-vlibras:focus {
  max-width: 116px !important;
  z-index: 1006 !important;
}

.vpw-name,
.vpw-abbrev,
.vpw-vlibras-span,
.vpw-mes,
.vpw-controls-dictionary {
  --vpw-color: var(--white);
  color: var(--vpw-color);
}

@media not print {
  body[data-ac-activated] #barra-brasil {
    background-color: var(--primary-dark-color);
    border-bottom: 2px solid var(--primary-light-color);
  }
  body[data-ac-activated] #barra-brasil #wrapper-barra-brasil .brasil-flag {
    border-right: 2px solid var(--primary-light-color);
  }
  body[data-ac-activated] #barra-brasil #wrapper-barra-brasil .brasil-flag a {
    color: var(--primary-light-color);
  }
  body[data-ac-activated] #barra-brasil nav:hover #menu-icon, body[data-ac-activated] #barra-brasil nav:focus #menu-icon, body[data-ac-activated] #barra-brasil nav:active #menu-icon {
    background-color: var(--primary-dark-color);
    border-bottom: 5px solid var(--primary-color);
    border-top: 15px double var(--primary-color);
  }
  body[data-ac-activated] #barra-brasil nav #menu-icon {
    background-color: var(--primary-dark-color);
    border-bottom: 5px solid var(--primary-light-color);
    border-top: 15px double var(--primary-light-color);
  }
  body[data-ac-activated] #barra-brasil nav #menu-icon:hover, body[data-ac-activated] #barra-brasil nav #menu-icon:focus, body[data-ac-activated] #barra-brasil nav #menu-icon:active {
    background-color: var(--primary-dark-color);
    border-bottom: 5px solid var(--primary-color);
    border-top: 15px double var(--primary-color);
  }
  body[data-ac-activated] #barra-brasil .list .list-item {
    background-color: var(--primary-dark-color);
    border-right: 2px solid var(--primary-light-color);
  }
  body[data-ac-activated] #barra-brasil .list .list-item > a[href*=coronavirus] {
    color: var(--primary-color) !important;
  }
  body[data-ac-activated] #barra-brasil .list .list-item.first {
    border-left: 2px solid var(--primary-light-color) !important;
  }
}
@media only screen and (max-width: 959px) {
  body[data-ac-activated] #barra-brasil .list .list-item.first {
    border-bottom: 1px solid var(--primary-light-color);
    border-left: 2px solid var(--primary-light-color);
    border-top: 2px solid var(--primary-light-color);
  }
}
@media only screen and (max-width: 959px) {
  body[data-ac-activated] #barra-brasil .list .list-item.last {
    border-bottom: 2px solid var(--primary-light-color);
    border-left: 2px solid var(--primary-light-color);
    border-right: 2px solid var(--primary-light-color);
    border-top: 1px solid var(--primary-light-color);
  }
}
@media not print {
  body[data-ac-activated] #barra-brasil .list .list-item a {
    color: var(--primary-light-color);
  }
}
@media only screen and (max-width: 959px) {
  body[data-ac-activated] #barra-brasil .list .list-item {
    border-bottom: 1px solid var(--primary-light-color);
    border-left: 2px solid var(--primary-light-color);
    border-right: 2px solid var(--primary-light-color);
    border-top: 1px solid var(--primary-light-color);
  }
}
@media not print {
  body[data-ac-activated] #barra-brasil #logovlibras svg {
    background-color: var(--primary-dark-color);
    border-radius: 5px;
  }
  body[data-ac-activated] #barra-brasil #logovlibras svg g path {
    fill: var(--primary-light-color);
  }
  body[data-ac-activated] #barra-brasil #logovlibras:hover svg g path, body[data-ac-activated] #barra-brasil #logovlibras:focus svg g path, body[data-ac-activated] #barra-brasil #logovlibras:active svg g path {
    fill: var(--primary-color);
  }
}
@media not print {
  body[data-ac-activated] #barra-brasil .link-vlibras {
    background-color: var(--primary-dark-color) !important;
    border-color: var(--primary-light-color) !important;
    color: var(--primary-light-color) !important;
  }
  body[data-ac-activated] #barra-brasil .link-vlibras img {
    -webkit-filter: grayscale(100%);
            filter: grayscale(100%);
  }
  body[data-ac-activated] #barra-brasil .link-vlibras a {
    color: var(--primary-color) !important;
  }
  body[data-ac-activated] #barra-brasil .link-vlibras a:hover {
    color: var(--primary-dark-color) !important;
  }
}
.alert {
  --alert-bg-color: var(--warning-light-color);
  --alert-text-color: var(--warning-dark-color);
  --alert-border-color: var(--warning-dark-color);
  --alert-icon-color: var(--warning-dark-color);
  --alert-icon-bg-color: var(--warning-dark-color);
  --border-alert-size: 1px;
  background-color: var(--alert-bg-color);
  border-color: var(--alert-border-color);
  border-radius: 5px;
  border-width: var(--border-alert-size);
  color: var(--alert-text-color);
  height: auto;
  margin-bottom: 24px;
  min-height: 90px;
  width: auto;
  word-break: break-word;
}
@media (max-width: 768px) {
  .alert {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.alert .alert-icone {
  background-color: var(--alert-icon-bg-color);
  border-radius: 50%;
  margin: auto 15px auto 0;
  min-height: 50px;
  min-width: 50px;
  opacity: 0.35;
}
.alert .alert-icone + .alert-information {
  margin: auto 0;
}
.alert .alert-icone i {
  font-size: 1.563rem;
  color: var(--alert-icon-color);
}
@media (max-width: 1200px) {
  .alert .alert-icone i {
    font-size: calc(1.2813rem + 0.3756vw);
  }
}
@media (max-width: 768px) {
  .alert .alert-icone {
    min-height: 42px;
    min-width: 42px;
  }
}
.alert .alert-information {
  margin: auto 0 auto 15px;
  padding: 5px 0;
}
.alert .alert-information p {
  color: var(--alert-text-color);
  margin: 0;
}
.alert .alert-information p.alert-heading span {
  background-color: var(--alert-text-color);
  margin-left: 10px;
}
.alert .alert-information ul {
  margin: 0;
}
.alert .alert-information ul li {
  color: var(--alert-text-color);
  margin-bottom: 4px;
}
.alert .alert-information ul li::before {
  color: var(--alert-text-color);
}
.alert .close {
  min-height: auto;
  opacity: 1;
  padding: 0;
  right: 10px;
  top: 10px;
}
.alert .close i {
  font-size: 1rem;
  margin: 0;
}

.alert-success {
  --alert-bg-color: var(--success-light-color);
  --alert-text-color: var(--success-dark-color);
  --alert-border-color: var(--success-dark-color);
  --alert-icon-color: var(--success-light-color);
  --alert-icon-bg-color: var(--success-dark-color);
}
.alert-success a {
  --link-color: var(--success-dark-color);
  --link-background-color: transparent;
  --link-hover-color: var(--success-light-color);
  --link-hover-background-color: var(--success-dark-color);
  --link-active-color: white;
  --link-active-background-color: var(--success-color);
  color: var(--link-color);
  background-color: var(--link-background-color);
  padding-left: 1px;
  padding-right: 1px;
}
.alert-success a:hover {
  --link-color: var(--link-hover-color);
  color: var(--link-color);
  --link-background-color: var(--link-hover-background-color);
  text-decoration: none;
}
.alert-success a:active {
  --link-color: var(--link-active-color);
  --link-background-color: var(--link-active-background-color);
}

.alert-danger {
  --alert-bg-color: var(--danger-light-color);
  --alert-text-color: var(--danger-dark-color);
  --alert-border-color: var(--danger-dark-color);
  --alert-icon-color: var(--danger-light-color);
  --alert-icon-bg-color: var(--danger-dark-color);
}
.alert-danger a {
  --link-color: var(--danger-dark-color);
  --link-background-color: transparent;
  --link-hover-color: var(--danger-light-color);
  --link-hover-background-color: var(--danger-dark-color);
  --link-active-color: var(--danger-dark-color);
  --link-active-background-color: var(--danger-color);
  color: var(--link-color);
  background-color: var(--link-background-color);
  padding-left: 1px;
  padding-right: 1px;
}
.alert-danger a:hover {
  --link-color: var(--link-hover-color);
  color: var(--link-color);
  --link-background-color: var(--link-hover-background-color);
  text-decoration: none;
}
.alert-danger a:active {
  --link-color: var(--link-active-color);
  --link-background-color: var(--link-active-background-color);
}

.alert-warning {
  --alert-bg-color: var(--warning-light-color);
  --alert-text-color: var(--warning-dark-color);
  --alert-border-color: var(--warning-dark-color);
  --alert-icon-color: var(--warning-light-color);
  --alert-icon-bg-color: var(--warning-dark-color);
}
.alert-warning a {
  --link-color: var(--warning-dark-color);
  --link-background-color: transparent;
  --link-hover-color: var(--warning-light-color);
  --link-hover-background-color: var(--warning-dark-color);
  --link-active-color: var(--warning-dark-color);
  --link-active-background-color: var(--warning-color);
  color: var(--link-color);
  background-color: var(--link-background-color);
  padding-left: 1px;
  padding-right: 1px;
}
.alert-warning a:hover {
  --link-color: var(--link-hover-color);
  color: var(--link-color);
  --link-background-color: var(--link-hover-background-color);
  text-decoration: none;
}
.alert-warning a:active {
  --link-color: var(--link-active-color);
  --link-background-color: var(--link-active-background-color);
}

.alert-success a,
.alert-danger a,
.alert-warning a {
  text-decoration: underline;
}
.alert-success a:hover, .alert-success a:active,
.alert-danger a:hover,
.alert-danger a:active,
.alert-warning a:hover,
.alert-warning a:active {
  text-decoration: none;
}

.alert-component {
  --alert-bg-color: var(--warning-light-color);
  --alert-text-color: var(--warning-dark-color);
  --alert-border-color: var(--warning-dark-color);
  --alert-icon-color: var(--warning-dark-color);
  --alert-icon-bg-color: var(--warning-dark-color);
}
.alert-component .alert-icone {
  background-color: transparent;
}
.alert-component .alert-icone i.fas {
  font-size: 2.5rem;
  color: var(--alert-icon-color);
}
@media (max-width: 1200px) {
  .alert-component .alert-icone i.fas {
    font-size: calc(1.375rem + 1.5vw);
  }
}
.alert-component .alert-item {
  border-left: 1px solid var(--alert-border-color);
  margin-left: 1rem;
  padding: 5px 0 5px 1.875rem;
}
.alert-component .alert-item:first-child {
  border-left: 0 !important;
}
@media (max-width: 768px) {
  .alert-component {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    padding-bottom: 0;
    padding-right: 20px;
  }
  .alert-component .alert-item {
    border-left: 0 !important;
    margin-bottom: 1rem;
    margin-left: 0 !important;
    padding-left: 0 !important;
  }
  .alert-component .alert-item:first-child {
    border-left: 0 !important;
  }
}
@media (min-width: 769px) {
  .alert-component {
    word-break: normal;
  }
}

@media not print {
  body[data-ac-activated] .alert-component,
  body[data-ac-activated] .alert {
    --alert-bg-color: var(--primary-dark-color);
    --alert-text-color: var(--text-color);
    --alert-border-color: var(--border-color);
    --alert-icon-color: var(--primary-dark-color);
    --alert-icon-bg-color: var(--primary-light-color);
    --border-alert-size: 2px;
  }
  body[data-ac-activated] .alert-component .alert-icone,
  body[data-ac-activated] .alert .alert-icone {
    opacity: 1;
  }
  body[data-ac-activated] .alert-component {
    --alert-icon-color: var(--primary-light-color);
  }
  body[data-ac-activated] .close:hover {
    color: var(--primary-color);
  }
}
.modal {
  --modal-border-radius: 5px;
  --modal-header-padding: 30px 20px 0 20px;
  --modal-header-bg-color: var(--white);
  --modal-title-text-color: var(--secondary-darkest-color);
  --modal-title-icon-size: 1.875rem;
  --modal-body-padding-left: 65px;
  --modal-body-padding-right: 20px;
  --modal-body-padding-top: 20px;
  --modal-body-padding-bottom: 0px;
  --modal-body-padding: var(--modal-body-padding-top)
    var(--modal-body-padding-right) var(--modal-body-padding-bottom)
    var(--modal-body-padding-left);
  --modal-body-padding-mobile: 20px;
  --modal-body-bg-color: var(--white);
  --modal-footer-padding: 20px 20px 30px 20px;
  --modal-footer-bg-color: var(--white);
  --modal-footer-padding-mobile: 20px;
  --modal-content-border-size: 0;
  --modal-content-shadow: 0 0 10px #0006;
  border-radius: var(--modal-border-radius);
  display: none;
  height: 100%;
  left: 0;
  outline: 0;
  overflow: hidden;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 1050;
}
@media (min-width: 576px) {
  .modal.modal-fit-content .modal-dialog {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
}
.modal .modal-body-divider {
  margin-left: calc(var(--modal-body-padding-left) * -1);
  margin-right: calc(var(--modal-body-padding-right) * -1);
  width: calc(100% + var(--modal-body-padding-left) + var(--modal-body-padding-right));
}
.modal .modal-dialog .modal-content {
  border: var(--modal-content-border-size) solid var(--border-color);
  -webkit-box-shadow: var(--modal-content-shadow);
          box-shadow: var(--modal-content-shadow);
}
.modal .modal-dialog .modal-content .modal-header {
  border: 0;
  padding: var(--modal-header-padding);
  background-color: var(--modal-header-bg-color);
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.5rem;
}
.modal .modal-dialog .modal-content .modal-header .modal-title {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 0.875rem;
  font-weight: 600;
  letter-spacing: normal;
  text-transform: none;
  min-height: var(--modal-title-icon-size);
}
.modal .modal-dialog .modal-content .modal-header .modal-title.success {
  color: var(--success-dark-color);
}
.modal .modal-dialog .modal-content .modal-header .modal-title.warning {
  color: var(--warning-dark-color);
}
.modal .modal-dialog .modal-content .modal-header .modal-title.danger {
  color: var(--danger-dark-color);
}
.modal .modal-dialog .modal-content .modal-header .modal-title > i {
  font-size: var(--modal-title-icon-size);
  margin-right: 15px;
}
.modal .modal-dialog .modal-content .modal-header .close {
  color: var(--primary-color);
  font-size: 1rem;
  height: 34px;
  margin: 0;
  opacity: 1;
  width: 34px;
  border: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: -6px;
  margin-bottom: -6px;
  margin-right: -1rem;
}
.modal .modal-dialog .modal-content .modal-header .close > i {
  margin: 0;
}
.modal .modal-dialog .modal-content .modal-header .close:hover, .modal .modal-dialog .modal-content .modal-header .close:focus {
  background-color: var(--white);
  color: var(--primary-dark-color);
}
.modal .modal-dialog .modal-content .modal-body {
  padding: var(--modal-body-padding);
  background-color: var(--modal-body-bg-color);
}
.modal .modal-dialog .modal-content .modal-body p {
  margin: 0;
}
.modal .modal-dialog .modal-content .modal-footer {
  border: 0;
  padding: var(--modal-footer-padding);
  background-color: var(--modal-footer-bg-color);
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.5rem;
}
.modal .modal-dialog .modal-content .modal-footer > * {
  margin: initial; /* override bootstrap style */
}
@media (max-width: 418px) {
  .modal .modal-dialog .modal-content .modal-footer {
    --modal-footer-padding: var(--modal-footer-padding-mobile);
  }
  .modal .modal-dialog .modal-content .modal-footer button {
    width: 100%;
  }
}
.modal.search-modal {
  --modal-header-padding: 30px 30px 0 30px;
  --modal-body-padding-top: 30px;
  --modal-body-padding-bottom: 30px;
  --modal-body-padding-left: 30px;
  --modal-body-padding-right: 30px;
}
.modal.search-modal .modal-dialog .modal-content .modal-header {
  position: relative;
}
.modal.search-modal .modal-dialog .modal-content .modal-header .modal-title {
  font-size: 1.125rem;
}
.modal.search-modal .modal-dialog .modal-content .modal-body form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.modal.search-modal .modal-dialog .modal-content .modal-body form .form-group {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin: 0;
  position: relative;
}
.modal.search-modal .modal-dialog .modal-content .modal-body form .form-group > i {
  bottom: 12px;
  color: var(--secondary-dark-color);
  position: absolute;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.modal.search-modal .modal-dialog .modal-content .modal-body form .form-group > input {
  padding-left: 25px;
}
.modal.search-modal .modal-dialog .modal-content .modal-body form button {
  margin: 0;
  margin-left: 20px;
}
.modal.search-modal .modal-dialog .modal-content .modal-body form .form-group:focus-within > i {
  color: var(--primary-color);
}

@media (max-width: 418px) {
  .modal {
    --modal-body-padding: var(--modal-body-padding-mobile);
  }
  .modal.search-modal {
    --modal-header-padding: 30px 20px;
    --modal-body-padding-top: 30px;
    --modal-body-padding-bottom: 30px;
    --modal-body-padding-left: 20px;
    --modal-body-padding-right: 20px;
  }
  .modal.search-modal .modal-dialog .modal-content .modal-body form[class^=form] {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .modal.search-modal .modal-dialog .modal-content .modal-body form[class^=form] .form-group > i {
    bottom: 8px;
  }
  .modal.search-modal .modal-dialog .modal-content .modal-body form[class^=form] button {
    -ms-flex-item-align: center;
        align-self: center;
    margin: 0;
    margin-top: 35px;
  }
}
@media not print {
  body[data-ac-activated] .modal {
    --modal-content-border-size: 2px;
    --modal-content-shadow: none;
    --modal-title-text-color: var(--text-color);
  }
  body[data-ac-activated] .modal.search-modal .modal-dialog .modal-content .modal-body form .form-group > i {
    color: var(--primary-light-color) !important;
  }
  body[data-ac-activated] .modal.search-modal .modal-dialog .modal-content .modal-body form .form-group:focus-within > i {
    color: var(--primary-color) !important;
  }
}
.modal.ds-modal {
  --modal-header-bg-color: var(--secondary-lightest-color);
  --modal-header-border-color: var(--secondary-lightest-color);
  --modal-title-text-color: var(--secondary-darkest-color);
  --modal-title-icon-size: initial;
  --modal-body-padding-top: 1.25rem;
  --modal-body-padding-bottom: 1.25rem;
  --modal-body-padding-left: 1.875rem;
  --modal-body-padding-right: 1.875rem;
  --modal-body-bg-color: var(--white);
  --modal-footer-padding: 1.25rem 1.875rem;
  --modal-footer-bg-color: var(--white);
}
.modal.ds-modal .modal-dialog {
  max-width: 570px;
}
.modal.ds-modal .modal-dialog .modal-content {
  max-width: 570px;
}
.modal.ds-modal .modal-dialog .modal-content .modal-header {
  background-color: var(--modal-header-bg-color);
  border-bottom: 1px solid var(--modal-header-border-color);
  padding: 1.25rem 1.875rem;
}
.modal.ds-modal .modal-dialog .modal-content .modal-header .modal-title {
  color: var(--modal-title-text-color);
  font-size: 1rem;
  line-height: 1.375rem;
  margin: 0;
  white-space: normal;
}
.modal.ds-modal .modal-dialog .modal-content .modal-footer {
  border-top: 1px solid var(--border-color);
  margin: 0;
  gap: 1rem;
}
@media (max-width: 418px) {
  .modal.ds-modal .modal-dialog .modal-content .modal-footer {
    gap: 0.75rem;
  }
}

@media not print {
  body[data-ac-activated] .modal {
    --modal-header-bg-color: var(--bg-color);
    --modal-body-bg-color: var(--bg-color);
    --modal-footer-bg-color: var(--bg-color);
  }
  body[data-ac-activated] .modal.ds-modal {
    --modal-header-border-color: var(--border-color);
  }
}
.accordion {
  --border-accordion-size: 2px;
}
.accordion > .card, .accordion > .card-retangular-nolink, .accordion > .card-retangular {
  background: none;
  border: 0 !important;
  border-radius: 5px !important;
  min-height: 0;
  width: 100% !important;
}
.accordion > .card:active .card-body, .accordion > .card-retangular-nolink:active .card-body, .accordion > .card-retangular:active .card-body {
  background-color: transparent !important;
}
.accordion > .card > .card-header, .accordion > .card-retangular-nolink > .card-header, .accordion > .card-retangular > .card-header {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: var(--primary-light-color);
  border: 1px solid var(--primary-light-color);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 0;
  min-height: 60px;
  padding: 20px 29px;
}
.accordion > .card > .card-header [data-toggle=collapse], .accordion > .card-retangular-nolink > .card-header [data-toggle=collapse], .accordion > .card-retangular > .card-header [data-toggle=collapse], .accordion > .card > .card-header[data-toggle=collapse], .accordion > .card-retangular-nolink > .card-header[data-toggle=collapse], .accordion > .card-retangular > .card-header[data-toggle=collapse] {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 0;
  text-decoration: none;
}
.accordion > .card > .card-header [data-toggle=collapse]:not(.btn-icon), .accordion > .card-retangular-nolink > .card-header [data-toggle=collapse]:not(.btn-icon), .accordion > .card-retangular > .card-header [data-toggle=collapse]:not(.btn-icon), .accordion > .card > .card-header[data-toggle=collapse]:not(.btn-icon), .accordion > .card-retangular-nolink > .card-header[data-toggle=collapse]:not(.btn-icon), .accordion > .card-retangular > .card-header[data-toggle=collapse]:not(.btn-icon) {
  width: 100%;
}
.accordion > .card > .card-header [data-toggle=collapse]:not(.collapsed) .rotate-arrow, .accordion > .card-retangular-nolink > .card-header [data-toggle=collapse]:not(.collapsed) .rotate-arrow, .accordion > .card-retangular > .card-header [data-toggle=collapse]:not(.collapsed) .rotate-arrow, .accordion > .card > .card-header[data-toggle=collapse]:not(.collapsed) .rotate-arrow, .accordion > .card-retangular-nolink > .card-header[data-toggle=collapse]:not(.collapsed) .rotate-arrow, .accordion > .card-retangular > .card-header[data-toggle=collapse]:not(.collapsed) .rotate-arrow {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
  transform: rotate(180deg);
}
.accordion > .card > .card-header [data-toggle=collapse] > h3, .accordion > .card-retangular-nolink > .card-header [data-toggle=collapse] > h3, .accordion > .card-retangular > .card-header [data-toggle=collapse] > h3, .accordion > .card > .card-header[data-toggle=collapse] > h3, .accordion > .card-retangular-nolink > .card-header[data-toggle=collapse] > h3, .accordion > .card-retangular > .card-header[data-toggle=collapse] > h3 {
  margin: 0;
  max-width: 280px;
}
.accordion > .card > .card-header [data-toggle=collapse] > i, .accordion > .card-retangular-nolink > .card-header [data-toggle=collapse] > i, .accordion > .card-retangular > .card-header [data-toggle=collapse] > i, .accordion > .card > .card-header[data-toggle=collapse] > i, .accordion > .card-retangular-nolink > .card-header[data-toggle=collapse] > i, .accordion > .card-retangular > .card-header[data-toggle=collapse] > i {
  color: var(--primary-darker-color);
  font-size: 0.938rem;
  margin: 0;
  -webkit-transition: -webkit-transform 0.2s;
  transition: -webkit-transform 0.2s;
  transition: transform 0.2s;
  transition: transform 0.2s, -webkit-transform 0.2s;
}
.accordion > .card > .card-header > button > i, .accordion > .card-retangular-nolink > .card-header > button > i, .accordion > .card-retangular > .card-header > button > i {
  color: var(--primary-darker-color);
}
.accordion > .card > .card-header .accordion-tag, .accordion > .card-retangular-nolink > .card-header .accordion-tag, .accordion > .card-retangular > .card-header .accordion-tag {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-right: 23px;
  width: 100%;
}
.accordion > .card > .card-header .accordion-tag .accordion-tag-menu, .accordion > .card-retangular-nolink > .card-header .accordion-tag .accordion-tag-menu, .accordion > .card-retangular > .card-header .accordion-tag .accordion-tag-menu {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.accordion > .card > .card-header .accordion-tag .accordion-tag-menu h3, .accordion > .card-retangular-nolink > .card-header .accordion-tag .accordion-tag-menu h3, .accordion > .card-retangular > .card-header .accordion-tag .accordion-tag-menu h3,
.accordion > .card > .card-header .accordion-tag .accordion-tag-menu p,
.accordion > .card-retangular-nolink > .card-header .accordion-tag .accordion-tag-menu p,
.accordion > .card-retangular > .card-header .accordion-tag .accordion-tag-menu p {
  margin: 0;
}
.accordion > .card > .card-header .accordion-tag .accordion-tag-menu p, .accordion > .card-retangular-nolink > .card-header .accordion-tag .accordion-tag-menu p, .accordion > .card-retangular > .card-header .accordion-tag .accordion-tag-menu p {
  color: var(--primary-color);
  font-weight: bold;
}
.accordion > .card > .collapse, .accordion > .card-retangular-nolink > .collapse, .accordion > .card-retangular > .collapse,
.accordion > .card > .collapsing,
.accordion > .card-retangular-nolink > .collapsing,
.accordion > .card-retangular > .collapsing {
  border: var(--border-accordion-size) solid #d8e1ea;
  border-top: 0 !important;
  overflow-x: auto !important;
}
.accordion > .card > .collapse > .card-body, .accordion > .card-retangular-nolink > .collapse > .card-body, .accordion > .card-retangular > .collapse > .card-body,
.accordion > .card > .collapsing > .card-body,
.accordion > .card-retangular-nolink > .collapsing > .card-body,
.accordion > .card-retangular > .collapsing > .card-body {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  padding: 28px 73px 54px 29px;
}
.accordion > .card > .collapse > .card-body > p, .accordion > .card-retangular-nolink > .collapse > .card-body > p, .accordion > .card-retangular > .collapse > .card-body > p,
.accordion > .card > .collapsing > .card-body > p,
.accordion > .card-retangular-nolink > .collapsing > .card-body > p,
.accordion > .card-retangular > .collapsing > .card-body > p {
  color: var(--secondary-darkest-color);
  letter-spacing: 0;
  margin: 0;
  text-align: left;
}
.accordion > .card > .collapse > .card-body.accordion-table, .accordion > .card-retangular-nolink > .collapse > .card-body.accordion-table, .accordion > .card-retangular > .collapse > .card-body.accordion-table,
.accordion > .card > .collapsing > .card-body.accordion-table,
.accordion > .card-retangular-nolink > .collapsing > .card-body.accordion-table,
.accordion > .card-retangular > .collapsing > .card-body.accordion-table {
  padding: 0 !important;
}
.accordion > .card > .collapse > .card-body.accordion-table > table, .accordion > .card-retangular-nolink > .collapse > .card-body.accordion-table > table, .accordion > .card-retangular > .collapse > .card-body.accordion-table > table,
.accordion > .card > .collapsing > .card-body.accordion-table > table,
.accordion > .card-retangular-nolink > .collapsing > .card-body.accordion-table > table,
.accordion > .card-retangular > .collapsing > .card-body.accordion-table > table {
  overflow-wrap: break-word;
  table-layout: fixed;
  word-break: break-word;
}
.accordion > .card > .collapse > .card-body.accordion-table > table > tbody, .accordion > .card-retangular-nolink > .collapse > .card-body.accordion-table > table > tbody, .accordion > .card-retangular > .collapse > .card-body.accordion-table > table > tbody,
.accordion > .card > .collapsing > .card-body.accordion-table > table > tbody,
.accordion > .card-retangular-nolink > .collapsing > .card-body.accordion-table > table > tbody,
.accordion > .card-retangular > .collapsing > .card-body.accordion-table > table > tbody {
  border: 0;
  border-radius: 0 0 5px 5px;
}
.accordion > .card > .collapse > .card-body.accordion-table > table > tbody > tr > td, .accordion > .card-retangular-nolink > .collapse > .card-body.accordion-table > table > tbody > tr > td, .accordion > .card-retangular > .collapse > .card-body.accordion-table > table > tbody > tr > td,
.accordion > .card > .collapsing > .card-body.accordion-table > table > tbody > tr > td,
.accordion > .card-retangular-nolink > .collapsing > .card-body.accordion-table > table > tbody > tr > td,
.accordion > .card-retangular > .collapsing > .card-body.accordion-table > table > tbody > tr > td {
  font-size: 1rem;
}
.accordion > .card > .collapse > .card-body.accordion-table > table > tbody > tr > td:first-child, .accordion > .card-retangular-nolink > .collapse > .card-body.accordion-table > table > tbody > tr > td:first-child, .accordion > .card-retangular > .collapse > .card-body.accordion-table > table > tbody > tr > td:first-child,
.accordion > .card > .collapsing > .card-body.accordion-table > table > tbody > tr > td:first-child,
.accordion > .card-retangular-nolink > .collapsing > .card-body.accordion-table > table > tbody > tr > td:first-child,
.accordion > .card-retangular > .collapsing > .card-body.accordion-table > table > tbody > tr > td:first-child {
  font-weight: bold;
}
.accordion > .card > .collapse > .card-body.accordion-table > table > tbody > tr > td.table-sub-campo, .accordion > .card-retangular-nolink > .collapse > .card-body.accordion-table > table > tbody > tr > td.table-sub-campo, .accordion > .card-retangular > .collapse > .card-body.accordion-table > table > tbody > tr > td.table-sub-campo,
.accordion > .card > .collapsing > .card-body.accordion-table > table > tbody > tr > td.table-sub-campo,
.accordion > .card-retangular-nolink > .collapsing > .card-body.accordion-table > table > tbody > tr > td.table-sub-campo,
.accordion > .card-retangular > .collapsing > .card-body.accordion-table > table > tbody > tr > td.table-sub-campo {
  background-color: var(--white);
}

@media (max-width: 576px) {
  .accordion > .card > .collapse > .card-body.accordion-table > table, .accordion > .card-retangular-nolink > .collapse > .card-body.accordion-table > table, .accordion > .card-retangular > .collapse > .card-body.accordion-table > table,
  .accordion > .card > .collapsing > .card-body.accordion-table > table,
  .accordion > .card-retangular-nolink > .collapsing > .card-body.accordion-table > table,
  .accordion > .card-retangular > .collapsing > .card-body.accordion-table > table {
    overflow-wrap: normal;
    table-layout: auto;
    word-break: normal;
  }
}
/**
  Definição de cores no alto-contraste
 */
@media not print {
  body[data-ac-activated] .accordion {
    --border-accordion-size: 3px;
  }
  body[data-ac-activated] .accordion > .card > .card-header, body[data-ac-activated] .accordion > .card-retangular-nolink > .card-header, body[data-ac-activated] .accordion > .card-retangular > .card-header {
    background-color: var(--primary-color) !important;
    border-color: var(--primary-color) !important;
  }
  body[data-ac-activated] .accordion > .card > .card-header h3, body[data-ac-activated] .accordion > .card-retangular-nolink > .card-header h3, body[data-ac-activated] .accordion > .card-retangular > .card-header h3,
  body[data-ac-activated] .accordion > .card > .card-header i,
  body[data-ac-activated] .accordion > .card-retangular-nolink > .card-header i,
  body[data-ac-activated] .accordion > .card-retangular > .card-header i {
    color: var(--primary-dark-color) !important;
  }
  body[data-ac-activated] .accordion > .card > .card-header > button > .accordion-tag h3, body[data-ac-activated] .accordion > .card-retangular-nolink > .card-header > button > .accordion-tag h3, body[data-ac-activated] .accordion > .card-retangular > .card-header > button > .accordion-tag h3,
  body[data-ac-activated] .accordion > .card > .card-header > button > .accordion-tag p,
  body[data-ac-activated] .accordion > .card-retangular-nolink > .card-header > button > .accordion-tag p,
  body[data-ac-activated] .accordion > .card-retangular > .card-header > button > .accordion-tag p {
    color: var(--primary-dark-color) !important;
  }
  body[data-ac-activated] .accordion > .card > .collapse, body[data-ac-activated] .accordion > .card-retangular-nolink > .collapse, body[data-ac-activated] .accordion > .card-retangular > .collapse,
  body[data-ac-activated] .accordion > .card > .collapsing,
  body[data-ac-activated] .accordion > .card-retangular-nolink > .collapsing,
  body[data-ac-activated] .accordion > .card-retangular > .collapsing {
    border-color: var(--border-color) !important;
  }
  body[data-ac-activated] .accordion > .card > .collapse > .card-body, body[data-ac-activated] .accordion > .card-retangular-nolink > .collapse > .card-body, body[data-ac-activated] .accordion > .card-retangular > .collapse > .card-body,
  body[data-ac-activated] .accordion > .card > .collapsing > .card-body,
  body[data-ac-activated] .accordion > .card-retangular-nolink > .collapsing > .card-body,
  body[data-ac-activated] .accordion > .card-retangular > .collapsing > .card-body {
    background-color: var(--primary-dark-color) !important;
  }
  body[data-ac-activated] .accordion > .card > .collapse > .card-body > p, body[data-ac-activated] .accordion > .card-retangular-nolink > .collapse > .card-body > p, body[data-ac-activated] .accordion > .card-retangular > .collapse > .card-body > p,
  body[data-ac-activated] .accordion > .card > .collapsing > .card-body > p,
  body[data-ac-activated] .accordion > .card-retangular-nolink > .collapsing > .card-body > p,
  body[data-ac-activated] .accordion > .card-retangular > .collapsing > .card-body > p {
    color: var(--primary-light-color) !important;
  }
  body[data-ac-activated] .accordion > .card > .collapse > .card-body.accordion-table > table > tbody > tr > td.table-sub-campo, body[data-ac-activated] .accordion > .card-retangular-nolink > .collapse > .card-body.accordion-table > table > tbody > tr > td.table-sub-campo, body[data-ac-activated] .accordion > .card-retangular > .collapse > .card-body.accordion-table > table > tbody > tr > td.table-sub-campo,
  body[data-ac-activated] .accordion > .card > .collapsing > .card-body.accordion-table > table > tbody > tr > td.table-sub-campo,
  body[data-ac-activated] .accordion > .card-retangular-nolink > .collapsing > .card-body.accordion-table > table > tbody > tr > td.table-sub-campo,
  body[data-ac-activated] .accordion > .card-retangular > .collapsing > .card-body.accordion-table > table > tbody > tr > td.table-sub-campo {
    background-color: var(--primary-dark-color) !important;
  }
}
.card, .card-retangular-nolink, .card-retangular {
  background-color: var(--white);
  border: 2px solid var(--secondary-lighter-color);
  border-radius: 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-left: auto;
  margin-right: auto;
  min-height: 150px;
  width: 250px;
}
.card .card-body, .card-retangular-nolink .card-body, .card-retangular .card-body {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding-bottom: 16px;
  padding-left: 16px;
  padding-right: 16px;
  padding-top: 20px;
  text-decoration: none;
}
.card .card-body .card-icon, .card-retangular-nolink .card-body .card-icon, .card-retangular .card-body .card-icon {
  color: var(--primary-color);
}
.card .card-body .card-icon:active, .card-retangular-nolink .card-body .card-icon:active, .card-retangular .card-body .card-icon:active {
  color: var(--primary-dark-color);
}
.card .card-body .card-title, .card-retangular-nolink .card-body .card-title, .card-retangular .card-body .card-title {
  color: var(--primary-dark-color);
  margin-bottom: 19px;
  margin-top: 22px;
}
.card .card-body .card-text, .card-retangular-nolink .card-body .card-text, .card-retangular .card-body .card-text {
  color: var(--secondary-darkest-color);
  text-align: center;
}
.card .card-body:active, .card-retangular-nolink .card-body:active, .card-retangular .card-body:active {
  background-color: var(--primary-light-color);
}
.card .card-body:active .card-icon, .card-retangular-nolink .card-body:active .card-icon, .card-retangular .card-body:active .card-icon {
  color: var(--primary-dark-color);
}
.card .card-footer, .card-retangular-nolink .card-footer, .card-retangular .card-footer {
  background-color: var(--white);
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  border-top-left-radius: none;
  border-top-right-radius: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-bottom: 8px;
  padding-top: 8px;
}
.card .card-footer:active, .card-retangular-nolink .card-footer:active, .card-retangular .card-footer:active {
  background-color: var(--primary-light-color);
  border-color: var(--primary-light-color);
}
.card:hover, .card-retangular-nolink:hover, .card-retangular:hover, .card:focus, .card-retangular-nolink:focus, .card-retangular:focus {
  border-color: var(--primary-color);
}
.card:active, .card-retangular-nolink:active, .card-retangular:active {
  border-color: var(--primary-dark-color);
}
.card:active .card-body, .card-retangular-nolink:active .card-body, .card-retangular:active .card-body {
  background-color: var(--primary-light-color);
}
.card:active .card-body .card-icon, .card-retangular-nolink:active .card-body .card-icon, .card-retangular:active .card-body .card-icon {
  color: var(--primary-dark-color);
}
.card:active .card-footer, .card-retangular-nolink:active .card-footer, .card-retangular:active .card-footer {
  background-color: var(--primary-light-color);
  border-color: var(--primary-dark-color);
}
.card[disabled], [disabled].card-retangular-nolink, [disabled].card-retangular {
  cursor: not-allowed !important;
}
.card[disabled] a, [disabled].card-retangular-nolink a, [disabled].card-retangular a {
  pointer-events: none !important;
}
.card[disabled] .card-body, [disabled].card-retangular-nolink .card-body, [disabled].card-retangular .card-body {
  background-color: var(--secondary-light-color) !important;
  border-color: var(--secondary-lighter-color) !important;
}
.card[disabled] .card-body .card-icon, [disabled].card-retangular-nolink .card-body .card-icon, [disabled].card-retangular .card-body .card-icon {
  color: var(--secondary-dark-color) !important;
}
.card[disabled] .card-body .card-title, [disabled].card-retangular-nolink .card-body .card-title, [disabled].card-retangular .card-body .card-title {
  color: var(--secondary-dark-color) !important;
}
.card[disabled] .card-body .card-text, [disabled].card-retangular-nolink .card-body .card-text, [disabled].card-retangular .card-body .card-text {
  color: var(--secondary-darker-color) !important;
}
.card[disabled] .card-footer, [disabled].card-retangular-nolink .card-footer, [disabled].card-retangular .card-footer {
  background-color: var(--secondary-light-color) !important;
  border-color: var(--secondary-lighter-color) !important;
}
.card[disabled] .card-footer a, [disabled].card-retangular-nolink .card-footer a, [disabled].card-retangular .card-footer a {
  background-color: var(--secondary-light-color) !important;
  color: var(--secondary-darker-color) !important;
}
.card[disabled]:hover, [disabled].card-retangular-nolink:hover, [disabled].card-retangular:hover {
  border-color: var(--secondary-lighter-color) !important;
}
.card[disabled]:active, [disabled].card-retangular-nolink:active, [disabled].card-retangular:active {
  border-color: var(--secondary-lighter-color) !important;
}
.card[disabled]:active .card-body, [disabled].card-retangular-nolink:active .card-body, [disabled].card-retangular:active .card-body {
  background-color: var(--secondary-light-color) !important;
}
.card[disabled]:active .card-body .card-icon, [disabled].card-retangular-nolink:active .card-body .card-icon, [disabled].card-retangular:active .card-body .card-icon {
  color: var(--secondary-dark-color) !important;
}
.card[disabled]:active .card-footer, [disabled].card-retangular-nolink:active .card-footer, [disabled].card-retangular:active .card-footer {
  background-color: var(--secondary-light-color) !important;
  border-color: var(--secondary-lighter-color) !important;
}

.card-retangular {
  --border-card-retangular-size: 1px;
  border: var(--border-card-retangular-size) solid var(--secondary-lighter-color);
  border-bottom-left-radius: 0;
  border-left: 5px solid var(--secondary-lighter-color);
  border-top-left-radius: 0;
  min-height: 80px;
  width: 100% !important;
}
.card-retangular:hover {
  border-color: var(--primary-color);
}
.card-retangular:hover .card-body {
  border-color: var(--primary-color);
}
.card-retangular:hover, .card-retangular:focus {
  border-left-width: 5px;
  text-decoration: none !important;
}
.card-retangular:hover .card-body > .card-conteudo > .top > .card-info-titulo .card-title, .card-retangular:focus .card-body > .card-conteudo > .top > .card-info-titulo .card-title {
  color: var(--secondary-darkest-color);
}
.card-retangular:hover .card-body > .card-conteudo > .top > .card-info-titulo span, .card-retangular:focus .card-body > .card-conteudo > .top > .card-info-titulo span {
  background-color: var(--secondary-light-color);
  color: var(--secondary-darkest-color);
}
.card-retangular:hover .card-body > .card-conteudo > .bottom > .card-subinfo > .card-subinfo-titulo .card-title, .card-retangular:focus .card-body > .card-conteudo > .bottom > .card-subinfo > .card-subinfo-titulo .card-title {
  color: var(--secondary-darkest-color);
}
.card-retangular .card-rentagular__link {
  height: 100%;
  position: absolute;
  width: 100%;
}
.card-retangular .card-body {
  border: var(--border-card-retangular-size) solid var(--white);
  border-bottom-right-radius: 2.5px;
  border-left-width: 0;
  border-top-right-radius: 2.5px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  padding: 16px 20px;
  width: 100%;
}
@media only screen and (max-width: 992px) {
  .card-retangular .card-body {
    padding: 13px 10px 15px 15px;
  }
}
.card-retangular .card-body > .card-check-img {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.card-retangular .card-body > .card-check-img label::before {
  margin: 0 !important;
}
.card-retangular .card-body > .card-check-img > img {
  border-radius: 50%;
  height: 40px;
  margin: 0 19px;
  -o-object-fit: cover;
     object-fit: cover;
  width: 40px;
}
.card-retangular .card-body > .card-conteudo {
  width: 100%;
}
.card-retangular .card-body > .card-conteudo > .top {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  min-height: 47px;
}
.card-retangular .card-body > .card-conteudo > .top > .card-info-titulo {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.card-retangular .card-body > .card-conteudo > .top > .card-info-titulo .card-title {
  color: var(--primary-dark-color);
  margin-bottom: 0;
  margin-right: 15px;
  margin-top: 0;
}
@media only screen and (max-width: 1200px) {
  .card-retangular .card-body > .card-conteudo > .top > .card-info-titulo .card-title {
    margin-right: 5px;
  }
}
@media only screen and (max-width: 992px) {
  .card-retangular .card-body > .card-conteudo > .top > .card-info-titulo .card-title {
    display: none;
  }
}
.card-retangular .card-body > .card-conteudo > .top > .card-info-icons {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.card-retangular .card-body > .card-conteudo > .top > .card-info-icons > p {
  font-size: 0.75rem;
  margin-bottom: 0;
  margin-right: 19px;
}
.card-retangular .card-body > .card-conteudo > .top > .card-info-icons button i,
.card-retangular .card-body > .card-conteudo > .top > .card-info-icons a i {
  color: var(--primary-dark-color);
}
.card-retangular .card-body > .card-conteudo > .top > .card-info-icons button:active i,
.card-retangular .card-body > .card-conteudo > .top > .card-info-icons a:active i {
  color: var(--white);
}
.card-retangular .card-body > .card-conteudo > .top > .card-info-icons button:hover,
.card-retangular .card-body > .card-conteudo > .top > .card-info-icons a:hover {
  background-color: var(--secondary-lightest-color);
}
.card-retangular .card-body > .card-conteudo > .top > .card-info-icons button:hover i,
.card-retangular .card-body > .card-conteudo > .top > .card-info-icons a:hover i {
  color: var(--primary-color);
}
.card-retangular .card-body > .card-conteudo > .bottom > .card-subinfo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
}
.card-retangular .card-body > .card-conteudo > .bottom > .card-subinfo > .card-subinfo-titulo p {
  font-size: 0.875rem;
  margin: 0;
}
.card-retangular .card-body > .card-conteudo > .bottom > .card-subinfo > .card-subinfo-titulo p.card-title {
  color: var(--primary-dark-color);
  display: none;
  font-weight: bold;
}
@media only screen and (max-width: 992px) {
  .card-retangular .card-body > .card-conteudo > .bottom > .card-subinfo > .card-subinfo-titulo p.card-title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.card-retangular .card-body > .card-conteudo > .bottom > .card-subinfo > .card-subinfo-icon {
  display: none;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.card-retangular .card-body > .card-conteudo > .bottom > .card-subinfo > .card-subinfo-icon > button i,
.card-retangular .card-body > .card-conteudo > .bottom > .card-subinfo > .card-subinfo-icon > a i {
  color: var(--primary-dark-color);
}
.card-retangular .card-body > .card-conteudo > .bottom > .card-subinfo > .card-subinfo-icon > button:hover i,
.card-retangular .card-body > .card-conteudo > .bottom > .card-subinfo > .card-subinfo-icon > a:hover i {
  color: var(--primary-color);
}
.card-retangular .card-body:active {
  background-color: var(--primary-light-color) !important;
  border-color: var(--primary-dark-color) !important;
  opacity: 1;
}
.card-retangular .card-body:active > .card-conteudo > .top > .card-info-icons > button:hover i,
.card-retangular .card-body:active > .card-conteudo > .top > .card-info-icons > a:hover i {
  color: var(--primary-dark-color);
}
.card-retangular .card-body:active > .card-conteudo > .bottom > .card-subinfo > .card-subinfo-icon > button:hover i,
.card-retangular .card-body:active > .card-conteudo > .bottom > .card-subinfo > .card-subinfo-icon > a:hover i {
  color: var(--primary-dark-color);
}
.card-retangular[data-version=with-all], .card-retangular[data-version=tag-up-all], .card-retangular[data-version=only-checkbox] {
  border-left-color: var(--primary-color);
}
@media only screen and (max-width: 992px) {
  .card-retangular[data-version=with-all] .card-body > .card-check-img > img {
    height: 30px !important;
    margin: 0 10px !important;
    width: 30px !important;
  }
  .card-retangular[data-version=with-all] .card-body > .card-conteudo > .top > .card-info-icons > button,
  .card-retangular[data-version=with-all] .card-body > .card-conteudo > .top > .card-info-icons > a {
    display: none !important;
  }
  .card-retangular[data-version=with-all] .card-body > .card-conteudo > .bottom > .card-subinfo > .card-subinfo-icon {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
}
.card-retangular[data-version=tag-up-all] .card-body > .card-conteudo > .top > .card-info-titulo .card-title {
  display: none !important;
}
.card-retangular[data-version=tag-up-all] .card-body > .card-conteudo > .bottom > .card-subinfo > .card-subinfo-titulo p.card-title {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
}
@media only screen and (max-width: 992px) {
  .card-retangular[data-version=tag-up-all] .card-body > .card-check-img > img {
    height: 30px !important;
    margin: 0 10px !important;
    width: 30px !important;
  }
}
.card-retangular[data-version=only-checkbox] .card-body > .card-check-img .form-check {
  margin-right: 15px !important;
}
.card-retangular[data-version=only-checkbox] .card-body > .card-check-img > img {
  display: none !important;
}
.card-retangular[data-version=only-checkbox] .card-body > .card-conteudo > .top > .card-info-icons > button,
.card-retangular[data-version=only-checkbox] .card-body > .card-conteudo > .top > .card-info-icons > a {
  display: none !important;
}
.card-retangular[data-version=only-text-and-checkbox] {
  border: var(--border-card-retangular-size) solid var(--secondary-lighter-color);
  border-radius: 5px !important;
}
.card-retangular[data-version=only-text-and-checkbox] .card-body {
  border: var(--border-card-retangular-size) solid var(--white) !important;
  border-radius: 2.5px !important;
}
.card-retangular[data-version=only-text-and-checkbox] .card-body > .card-check-img .form-check {
  margin-right: 15px !important;
}
.card-retangular[data-version=only-text-and-checkbox] .card-body > .card-check-img > img {
  display: none !important;
}
.card-retangular[data-version=only-text-and-checkbox] .card-body > .card-conteudo > .top {
  display: none !important;
}
.card-retangular[data-version=only-text-and-checkbox] .card-body > .card-conteudo > .bottom > .card-subinfo > .card-subinfo-titulo .card-title {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
}
.card-retangular[data-version=only-text-and-photo] {
  border: var(--border-card-retangular-size) solid var(--secondary-lighter-color);
  border-radius: 5px !important;
}
.card-retangular[data-version=only-text-and-photo] .card-body {
  border: var(--border-card-retangular-size) solid var(--white) !important;
  border-radius: 2.5px !important;
}
.card-retangular[data-version=only-text-and-photo] .card-body > .card-check-img > .form-check {
  display: none !important;
}
.card-retangular[data-version=only-text-and-photo] .card-body > .card-check-img > img {
  height: 30px !important;
  margin-left: 0 !important;
  margin-right: 15px !important;
  width: 30px !important;
}
.card-retangular[data-version=only-text-and-photo] .card-body > .card-conteudo > .top {
  display: none !important;
}
.card-retangular[data-version=only-text-and-photo] .card-body > .card-conteudo > .bottom > .card-subinfo > .card-subinfo-titulo .card-title {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
}
.card-retangular[data-version=only-text] {
  border: var(--border-card-retangular-size) solid var(--secondary-lighter-color);
  border-radius: 5px !important;
}
.card-retangular[data-version=only-text] .card-body {
  border: var(--border-card-retangular-size) solid var(--white) !important;
  border-radius: 2.5px !important;
}
.card-retangular[data-version=only-text] .card-body > .card-check-img > .form-check {
  display: none !important;
}
.card-retangular[data-version=only-text] .card-body > .card-check-img > img {
  display: none !important;
}
.card-retangular[data-version=only-text] .card-body > .card-conteudo > .top {
  display: none !important;
}
.card-retangular[data-version=only-text] .card-body > .card-conteudo > .bottom > .card-subinfo > .card-subinfo-titulo .card-title {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
}
.card-retangular[data-version=text-button] {
  border: var(--border-card-retangular-size) solid var(--secondary-lighter-color);
  border-radius: 5px !important;
}
.card-retangular[data-version=text-button] .card-body {
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  border: var(--border-card-retangular-size) solid var(--white) !important;
  border-radius: 2.5px !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media (min-width: 480px) {
  .card-retangular[data-version=text-button] .card-body {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
.card-retangular[data-version=text-button] .card-body .card-conteudo {
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-flex: 2;
      -ms-flex-positive: 2;
          flex-grow: 2;
  -ms-flex-negative: 1;
      flex-shrink: 1;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  text-align: left;
}
@media (min-width: 992px) {
  .card-retangular[data-version=text-button] .card-body .card-conteudo {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.card-retangular[data-version=text-button] .card-body .card-conteudo > .bottom > .card-subinfo > .card-subinfo-titulo .card-text {
  text-align: left;
}
.card-retangular[data-version=text-button] .card-body .card-conteudo > .bottom > .card-subinfo > .card-subinfo-titulo .card-title {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
}
.card-retangular[data-version=text-button] .card-body .card-action {
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 1rem;
}
@media (min-width: 480px) {
  .card-retangular[data-version=text-button] .card-body .card-action {
    margin-top: 0;
  }
}
.card-retangular[data-version=text-button] .card-body .card-action button {
  margin: 0;
}
.card-retangular.checked, .card-retangular:active {
  background-color: var(--primary-light-color) !important;
  border-color: var(--primary-dark-color) !important;
}
.card-retangular.checked .card-body, .card-retangular:active .card-body {
  border-color: var(--primary-dark-color) !important;
}

.card-retangular-nolink {
  --border-card-retangular-size: 1px;
  border: var(--border-card-retangular-size) solid var(--secondary-lighter-color);
  border-bottom-left-radius: 0;
  border-left: 5px solid var(--secondary-lighter-color);
  border-top-left-radius: 0;
  min-height: 80px;
  width: 100% !important;
}
.card-retangular-nolink:focus, .card-retangular-nolink:active {
  text-decoration: none !important;
}
.card-retangular-nolink:focus .card-body, .card-retangular-nolink:active .card-body {
  background-color: var(--white) !important;
}
.card-retangular-nolink:focus .card-body > .card-conteudo > .bottom > .card-subinfo > .card-subinfo-titulo .card-title, .card-retangular-nolink:active .card-body > .card-conteudo > .bottom > .card-subinfo > .card-subinfo-titulo .card-title {
  color: var(--secondary-darkest-color);
}
.card-retangular-nolink .card-body {
  border: var(--border-card-retangular-size) solid var(--white);
  border-left-width: 0;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  padding: 16px 20px;
  width: 100%;
}
@media only screen and (max-width: 992px) {
  .card-retangular-nolink .card-body {
    padding: 13px 10px 15px 15px;
  }
}
.card-retangular-nolink .card-body > .card-conteudo {
  width: 100%;
}
.card-retangular-nolink .card-body > .card-conteudo > .bottom > .card-subinfo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
}
.card-retangular-nolink .card-body > .card-conteudo > .bottom > .card-subinfo > .card-subinfo-titulo p {
  font-size: 0.875rem;
  margin: 0;
}
.card-retangular-nolink .card-body > .card-conteudo > .bottom > .card-subinfo > .card-subinfo-titulo p.card-title {
  display: none;
  font-weight: 600;
}
@media only screen and (max-width: 992px) {
  .card-retangular-nolink .card-body > .card-conteudo > .bottom > .card-subinfo > .card-subinfo-titulo p.card-title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.card-retangular-nolink .card-body > .card-conteudo > .bottom > .card-subinfo > .card-subinfo-icon {
  display: none;
}
.card-retangular-nolink[data-version=text-button] {
  border: var(--border-card-retangular-size) solid var(--secondary-lighter-color);
  border-radius: 5px !important;
}
.card-retangular-nolink[data-version=text-button] .card-body {
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  border: var(--border-card-retangular-size) solid var(--white) !important;
  border-radius: 2.5px !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media (min-width: 480px) {
  .card-retangular-nolink[data-version=text-button] .card-body {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
.card-retangular-nolink[data-version=text-button] .card-body .card-conteudo {
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-flex: 2;
      -ms-flex-positive: 2;
          flex-grow: 2;
  -ms-flex-negative: 1;
      flex-shrink: 1;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  text-align: left;
}
@media (min-width: 992px) {
  .card-retangular-nolink[data-version=text-button] .card-body .card-conteudo {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.card-retangular-nolink[data-version=text-button] .card-body .card-conteudo > .bottom > .card-subinfo > .card-subinfo-titulo .card-text {
  text-align: left;
}
.card-retangular-nolink[data-version=text-button] .card-body .card-conteudo > .bottom > .card-subinfo > .card-subinfo-titulo .card-title {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
}
.card-retangular-nolink[data-version=text-button] .card-body .card-action {
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 1rem;
}
@media (min-width: 480px) {
  .card-retangular-nolink[data-version=text-button] .card-body .card-action {
    margin-top: 0;
  }
}
.card-retangular-nolink[data-version=text-button] .card-body .card-action button {
  margin: 0;
}

.card-simple {
  --border-card-simple-size: 1px;
  border: var(--border-card-simple-size) solid var(--secondary-light-color);
  border-radius: 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.card-simple .card-header {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: transparent;
  border-bottom: 1px solid var(--secondary-light-color);
  border-radius: 5px 5px 0 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 8px 0 2px;
}
.card-simple .card-header-toolkit {
  --divider-color: var(--border-color);
  --divider-width: var(--border-card-simple-size);
  min-width: -webkit-fit-content;
  min-width: -moz-fit-content;
  min-width: fit-content;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.card-simple .card-header-toolkit .card-header-text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.card-simple .card-header-toolkit .card-toolkit {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0.5rem;
}
.card-simple .card-header-toolkit .card-toolkit .divider {
  background-color: var(--divider-color);
  width: var(--divider-width);
}
.card-simple .card-header-toolkit .card-toolkit [class*=btn] {
  margin-bottom: 0;
}
.card-simple .card-header-toolkit .card-toolkit [class*=btn].collapsed > i.rotate-icon {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
@media (max-width: 575px) {
  .card-simple .card-header-toolkit {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .card-simple .card-header-toolkit .card-toolkit {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
    width: 100%;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
}
@media (max-width: 575px) and (max-width: 319px) {
  .card-simple .card-header-toolkit .card-toolkit {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-left: 0;
  }
}
.card-simple .card-header .card-title {
  font-size: 1rem;
  font-weight: 600;
  margin: 0;
}
.card-simple .card-header .card-subtitle {
  font-size: 0.625rem;
  margin: 0;
}
.card-simple .card-body {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  min-height: unset;
  padding: 12px 0;
}
.card-simple .card-footer {
  background-color: transparent;
  border-radius: 0 0 5px 5px;
  border-top: 1px solid var(--secondary-light-color);
  padding: 0;
}
.card-simple .card-header + .card-footer {
  border-top: 0;
}

.card-comentario {
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  background-color: var(--white);
  border: 2px solid var(--secondary-light-color);
  border-radius: 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.card-comentario.log-sistema .card-footer {
  background-color: var(--primary-light-color);
}
.card-comentario .card-header {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  background-color: transparent;
  border: 0;
  border-radius: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: auto;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  padding: 15px;
}
@media (max-width: 767px) {
  .card-comentario .card-header {
    display: none;
  }
}
.card-comentario .card-header img {
  height: 30px;
  width: 30px;
}
.card-comentario .card-body {
  padding: 20px 15px 15px 0;
}
@media (max-width: 767px) {
  .card-comentario .card-body {
    padding: 15px;
  }
}
.card-comentario .card-body .card-label {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.card-comentario .card-body .card-label img {
  display: none;
  height: 30px;
  margin-bottom: 5px;
  margin-right: 10px;
  width: 30px;
}
@media (max-width: 767px) {
  .card-comentario .card-body .card-label img {
    display: block;
  }
}
.card-comentario .card-body .card-label p {
  margin: 0;
  margin-right: 10px;
}
.card-comentario .card-body .card-label p.name {
  font-weight: 600;
}
.card-comentario .card-body .card-label p.hora {
  color: var(--secondary-darker-color);
}
.card-comentario .card-body .card-label button {
  margin: 2px 10px 2px 0;
  padding: 0 8px;
}
.card-comentario .card-body .card-conteudo {
  padding: 15px 0;
}
.card-comentario .card-body .card-conteudo p {
  margin: 0;
}
.card-comentario .card-body .card-conteudo p strong {
  font-size: 0.875rem;
}
.card-comentario .card-body .card-arquivos .arquivo {
  width: 100%;
}
.card-comentario .card-body .card-arquivos .arquivo a {
  cursor: pointer;
  font-weight: 600;
}
.card-comentario .card-body .card-arquivos .arquivo a i {
  margin-right: 10px;
}
.card-comentario .card-body .card-arquivos .arquivo:first-child {
  border-top: 1px solid var(--secondary-light-color);
  padding-top: 10px;
}
.card-comentario .card-body .card-arquivos .arquivo ~ .arquivo {
  margin-top: 5px;
}
.card-comentario .card-footer {
  background-color: var(--white);
  border: 0;
  border-radius: 0;
  padding: 0 20px !important;
}

@media not print {
  body[data-ac-activated] .card, body[data-ac-activated] .card-retangular, body[data-ac-activated] .card-retangular-nolink {
    border-color: var(--primary-color);
  }
  body[data-ac-activated] .card[disabled], body[data-ac-activated] [disabled].card-retangular, body[data-ac-activated] [disabled].card-retangular-nolink {
    cursor: not-allowed;
    opacity: 0.55 !important;
  }
  body[data-ac-activated] .card[disabled] .card-body, body[data-ac-activated] [disabled].card-retangular .card-body, body[data-ac-activated] [disabled].card-retangular-nolink .card-body {
    background-color: var(--primary-color) !important;
  }
  body[data-ac-activated] .card[disabled] .card-body .card-icon, body[data-ac-activated] [disabled].card-retangular .card-body .card-icon, body[data-ac-activated] [disabled].card-retangular-nolink .card-body .card-icon {
    color: var(--primary-dark-color) !important;
  }
  body[data-ac-activated] .card[disabled] .card-body .card-title, body[data-ac-activated] [disabled].card-retangular .card-body .card-title, body[data-ac-activated] [disabled].card-retangular-nolink .card-body .card-title {
    color: var(--primary-dark-color) !important;
  }
  body[data-ac-activated] .card[disabled] .card-body .card-text, body[data-ac-activated] [disabled].card-retangular .card-body .card-text, body[data-ac-activated] [disabled].card-retangular-nolink .card-body .card-text {
    color: var(--primary-dark-color) !important;
  }
  body[data-ac-activated] .card[disabled] .card-footer, body[data-ac-activated] [disabled].card-retangular .card-footer, body[data-ac-activated] [disabled].card-retangular-nolink .card-footer {
    background-color: var(--primary-dark-color) !important;
    border-color: var(--border-color) !important;
  }
  body[data-ac-activated] .card[disabled] .card-footer a, body[data-ac-activated] [disabled].card-retangular .card-footer a, body[data-ac-activated] [disabled].card-retangular-nolink .card-footer a {
    background-color: var(--primary-dark-color) !important;
    color: var(--primary-color) !important;
  }
  body[data-ac-activated] .card[disabled] .card-footer a::after, body[data-ac-activated] [disabled].card-retangular .card-footer a::after, body[data-ac-activated] [disabled].card-retangular-nolink .card-footer a::after {
    background-color: var(--primary-dark-color) !important;
  }
  body[data-ac-activated] .card[disabled]:hover, body[data-ac-activated] [disabled].card-retangular:hover, body[data-ac-activated] [disabled].card-retangular-nolink:hover, body[data-ac-activated] .card[disabled]:focus, body[data-ac-activated] [disabled].card-retangular:focus, body[data-ac-activated] [disabled].card-retangular-nolink:focus {
    border-color: var(--primary-color) !important;
    opacity: 0.55 !important;
  }
  body[data-ac-activated] .card .card-body, body[data-ac-activated] .card-retangular .card-body, body[data-ac-activated] .card-retangular-nolink .card-body {
    background-color: var(--primary-dark-color);
  }
  body[data-ac-activated] .card .card-body .card-icon, body[data-ac-activated] .card-retangular .card-body .card-icon, body[data-ac-activated] .card-retangular-nolink .card-body .card-icon {
    color: var(--primary-color);
  }
  body[data-ac-activated] .card .card-body .card-title, body[data-ac-activated] .card-retangular .card-body .card-title, body[data-ac-activated] .card-retangular-nolink .card-body .card-title {
    color: var(--primary-color);
  }
  body[data-ac-activated] .card .card-body .card-text, body[data-ac-activated] .card-retangular .card-body .card-text, body[data-ac-activated] .card-retangular-nolink .card-body .card-text {
    color: var(--primary-light-color);
  }
  body[data-ac-activated] .card .card-body:hover, body[data-ac-activated] .card-retangular .card-body:hover, body[data-ac-activated] .card-retangular-nolink .card-body:hover, body[data-ac-activated] .card .card-body:focus, body[data-ac-activated] .card-retangular .card-body:focus, body[data-ac-activated] .card-retangular-nolink .card-body:focus {
    background-color: var(--primary-dark-color);
    border-color: var(--border-color);
  }
  body[data-ac-activated] .card .card-body:hover .card-icon, body[data-ac-activated] .card-retangular .card-body:hover .card-icon, body[data-ac-activated] .card-retangular-nolink .card-body:hover .card-icon, body[data-ac-activated] .card .card-body:focus .card-icon, body[data-ac-activated] .card-retangular .card-body:focus .card-icon, body[data-ac-activated] .card-retangular-nolink .card-body:focus .card-icon {
    color: var(--primary-light-color);
  }
  body[data-ac-activated] .card .card-body:hover .card-title, body[data-ac-activated] .card-retangular .card-body:hover .card-title, body[data-ac-activated] .card-retangular-nolink .card-body:hover .card-title, body[data-ac-activated] .card .card-body:focus .card-title, body[data-ac-activated] .card-retangular .card-body:focus .card-title, body[data-ac-activated] .card-retangular-nolink .card-body:focus .card-title {
    color: var(--primary-light-color);
  }
  body[data-ac-activated] .card .card-body:active, body[data-ac-activated] .card-retangular .card-body:active, body[data-ac-activated] .card-retangular-nolink .card-body:active {
    background-color: var(--primary-light-color);
  }
  body[data-ac-activated] .card .card-body:active .card-icon, body[data-ac-activated] .card-retangular .card-body:active .card-icon, body[data-ac-activated] .card-retangular-nolink .card-body:active .card-icon {
    color: var(--primary-dark-color);
  }
  body[data-ac-activated] .card .card-body:active .card-icon:active, body[data-ac-activated] .card-retangular .card-body:active .card-icon:active, body[data-ac-activated] .card-retangular-nolink .card-body:active .card-icon:active {
    color: var(--primary-dark-color);
  }
  body[data-ac-activated] .card .card-body:active .card-title, body[data-ac-activated] .card-retangular .card-body:active .card-title, body[data-ac-activated] .card-retangular-nolink .card-body:active .card-title {
    color: var(--primary-dark-color);
  }
  body[data-ac-activated] .card .card-body:active .card-title:active, body[data-ac-activated] .card-retangular .card-body:active .card-title:active, body[data-ac-activated] .card-retangular-nolink .card-body:active .card-title:active {
    color: var(--primary-dark-color);
  }
  body[data-ac-activated] .card .card-body:active .card-text, body[data-ac-activated] .card-retangular .card-body:active .card-text, body[data-ac-activated] .card-retangular-nolink .card-body:active .card-text {
    color: var(--primary-dark-color);
  }
  body[data-ac-activated] .card .card-body:active .card-text:active, body[data-ac-activated] .card-retangular .card-body:active .card-text:active, body[data-ac-activated] .card-retangular-nolink .card-body:active .card-text:active {
    color: var(--primary-dark-color);
  }
  body[data-ac-activated] .card .card-footer, body[data-ac-activated] .card-retangular .card-footer, body[data-ac-activated] .card-retangular-nolink .card-footer {
    background-color: var(--primary-dark-color);
    border-color: var(--border-color);
  }
  body[data-ac-activated] .card .card-footer:active, body[data-ac-activated] .card-retangular .card-footer:active, body[data-ac-activated] .card-retangular-nolink .card-footer:active {
    background-color: var(--primary-light-color);
    border-color: var(--border-color);
  }
  body[data-ac-activated] .card:hover, body[data-ac-activated] .card-retangular:hover, body[data-ac-activated] .card-retangular-nolink:hover, body[data-ac-activated] .card:focus, body[data-ac-activated] .card-retangular:focus, body[data-ac-activated] .card-retangular-nolink:focus {
    border-color: var(--border-color);
  }
  body[data-ac-activated] .card:hover .card-footer, body[data-ac-activated] .card-retangular:hover .card-footer, body[data-ac-activated] .card-retangular-nolink:hover .card-footer, body[data-ac-activated] .card:focus .card-footer, body[data-ac-activated] .card-retangular:focus .card-footer, body[data-ac-activated] .card-retangular-nolink:focus .card-footer {
    border-color: var(--border-color);
  }
  body[data-ac-activated] .card:active, body[data-ac-activated] .card-retangular:active, body[data-ac-activated] .card-retangular-nolink:active {
    border-color: var(--border-color);
  }
  body[data-ac-activated] .card:active .card-body, body[data-ac-activated] .card-retangular:active .card-body, body[data-ac-activated] .card-retangular-nolink:active .card-body {
    background-color: var(--primary-light-color);
  }
  body[data-ac-activated] .card:active .card-body .card-icon, body[data-ac-activated] .card-retangular:active .card-body .card-icon, body[data-ac-activated] .card-retangular-nolink:active .card-body .card-icon {
    color: var(--primary-dark-color);
  }
  body[data-ac-activated] .card:active .card-body .card-title, body[data-ac-activated] .card-retangular:active .card-body .card-title, body[data-ac-activated] .card-retangular-nolink:active .card-body .card-title {
    color: var(--primary-dark-color);
  }
  body[data-ac-activated] .card:active .card-body .card-text, body[data-ac-activated] .card-retangular:active .card-body .card-text, body[data-ac-activated] .card-retangular-nolink:active .card-body .card-text {
    color: var(--primary-dark-color);
  }
  body[data-ac-activated] .card:active .card-footer, body[data-ac-activated] .card-retangular:active .card-footer, body[data-ac-activated] .card-retangular-nolink:active .card-footer {
    background-color: var(--primary-light-color);
    border-color: var(--border-color);
  }
  body[data-ac-activated] .card:active .card-footer a, body[data-ac-activated] .card-retangular:active .card-footer a, body[data-ac-activated] .card-retangular-nolink:active .card-footer a {
    background-color: var(--primary-light-color) !important;
    color: var(--primary-dark-color) !important;
  }
  body[data-ac-activated] .card:active .card-footer a::after, body[data-ac-activated] .card-retangular:active .card-footer a::after, body[data-ac-activated] .card-retangular-nolink:active .card-footer a::after {
    background-color: var(--primary-dark-color) !important;
  }
  body[data-ac-activated] .card-retangular {
    background-color: var(--primary-dark-color);
    border-color: var(--border-color) !important;
  }
  body[data-ac-activated] .card-retangular .card-rentagular__link {
    padding: 0;
  }
  body[data-ac-activated] .card-retangular:hover {
    --border-card-retangular-size: 3px;
  }
  body[data-ac-activated] .card-retangular:hover .card-body {
    border-color: var(--border-color) !important;
  }
  body[data-ac-activated] .card-retangular:hover .card-body > .card-conteudo > .top > .card-info-titulo .card-title {
    color: var(--primary-light-color) !important;
  }
  body[data-ac-activated] .card-retangular:hover .card-body > .card-conteudo > .top > .card-info-titulo span {
    background-color: var(--primary-color) !important;
    opacity: 0.5;
  }
  body[data-ac-activated] .card-retangular:hover .card-body > .card-conteudo > .bottom > .card-subinfo > .card-subinfo-titulo .card-title {
    color: var(--primary-light-color) !important;
  }
  body[data-ac-activated] .card-retangular .card-body {
    border-color: var(--border-color);
    border-style: solid;
  }
  body[data-ac-activated] .card-retangular .card-body > .card-conteudo > .top > .card-info-titulo .card-title {
    color: var(--primary-color);
  }
  body[data-ac-activated] .card-retangular .card-body > .card-conteudo > .top > .card-info-titulo span {
    background-color: var(--primary-color);
    border-radius: 5px;
    color: var(--primary-dark-color);
  }
  body[data-ac-activated] .card-retangular .card-body > .card-conteudo > .top > .card-info-icons > p {
    color: var(--primary-light-color);
  }
  body[data-ac-activated] .card-retangular .card-body > .card-conteudo > .top > .card-info-icons button i,
  body[data-ac-activated] .card-retangular .card-body > .card-conteudo > .top > .card-info-icons a i {
    color: var(--primary-color);
  }
  body[data-ac-activated] .card-retangular .card-body > .card-conteudo > .top > .card-info-icons button:hover, body[data-ac-activated] .card-retangular .card-body > .card-conteudo > .top > .card-info-icons button:active, body[data-ac-activated] .card-retangular .card-body > .card-conteudo > .top > .card-info-icons button:focus,
  body[data-ac-activated] .card-retangular .card-body > .card-conteudo > .top > .card-info-icons a:hover,
  body[data-ac-activated] .card-retangular .card-body > .card-conteudo > .top > .card-info-icons a:active,
  body[data-ac-activated] .card-retangular .card-body > .card-conteudo > .top > .card-info-icons a:focus {
    background-color: var(--primary-dark-color) !important;
    border: 2px solid var(--border-color) !important;
  }
  body[data-ac-activated] .card-retangular .card-body > .card-conteudo > .top > .card-info-icons button:hover i, body[data-ac-activated] .card-retangular .card-body > .card-conteudo > .top > .card-info-icons button:active i, body[data-ac-activated] .card-retangular .card-body > .card-conteudo > .top > .card-info-icons button:focus i,
  body[data-ac-activated] .card-retangular .card-body > .card-conteudo > .top > .card-info-icons a:hover i,
  body[data-ac-activated] .card-retangular .card-body > .card-conteudo > .top > .card-info-icons a:active i,
  body[data-ac-activated] .card-retangular .card-body > .card-conteudo > .top > .card-info-icons a:focus i {
    color: var(--primary-light-color) !important;
  }
  body[data-ac-activated] .card-retangular .card-body > .card-conteudo > .bottom > .card-subinfo > .card-subinfo-titulo p {
    color: var(--primary-light-color) !important;
  }
  body[data-ac-activated] .card-retangular .card-body > .card-conteudo > .bottom > .card-subinfo > .card-subinfo-titulo .card-title {
    color: var(--primary-color) !important;
  }
  body[data-ac-activated] .card-retangular .card-body > .card-conteudo > .bottom > .card-subinfo > .card-subinfo-icon > button i,
  body[data-ac-activated] .card-retangular .card-body > .card-conteudo > .bottom > .card-subinfo > .card-subinfo-icon > a i {
    color: var(--primary-color);
  }
  body[data-ac-activated] .card-retangular .card-body > .card-conteudo > .bottom > .card-subinfo > .card-subinfo-icon > button:hover,
  body[data-ac-activated] .card-retangular .card-body > .card-conteudo > .bottom > .card-subinfo > .card-subinfo-icon > a:hover {
    background-color: var(--primary-dark-color) !important;
    border: 2px solid var(--border-color) !important;
  }
  body[data-ac-activated] .card-retangular .card-body > .card-conteudo > .bottom > .card-subinfo > .card-subinfo-icon > button:hover i,
  body[data-ac-activated] .card-retangular .card-body > .card-conteudo > .bottom > .card-subinfo > .card-subinfo-icon > a:hover i {
    color: var(--primary-light-color) !important;
  }
  body[data-ac-activated] .card-retangular .card-body:active {
    background-color: var(--primary-dark-color) !important;
    border-color: var(--border-color) !important;
  }
  body[data-ac-activated] .card-retangular.checked, body[data-ac-activated] .card-retangular:active {
    border-color: var(--primary-color) !important;
  }
  body[data-ac-activated] .card-retangular.checked .card-body, body[data-ac-activated] .card-retangular:active .card-body {
    background-color: var(--primary-dark-color) !important;
    border-color: var(--primary-color) !important;
  }
  body[data-ac-activated] .card-retangular[data-version=only-text-and-checkbox] .card-body, body[data-ac-activated] .card-retangular[data-version="&only-text-and-photo"] .card-body, body[data-ac-activated] .card-retangular[data-version="&only-text"] .card-body {
    border-color: var(--border-color) !important;
    border-radius: 4px;
    border-width: 2px;
  }
  body[data-ac-activated] .card-retangular[data-version=only-text-and-checkbox].checked .card-body, body[data-ac-activated] .card-retangular[data-version=only-text-and-checkbox]:active .card-body, body[data-ac-activated] .card-retangular[data-version="&only-text-and-photo"].checked .card-body, body[data-ac-activated] .card-retangular[data-version="&only-text-and-photo"]:active .card-body, body[data-ac-activated] .card-retangular[data-version="&only-text"].checked .card-body, body[data-ac-activated] .card-retangular[data-version="&only-text"]:active .card-body {
    border-color: var(--primary-color) !important;
  }
  body[data-ac-activated] .card-retangular-nolink {
    background-color: var(--primary-dark-color);
    border-color: var(--border-color) !important;
  }
  body[data-ac-activated] .card-retangular-nolink .card-body {
    --border-card-retangular-size: 1px;
    border-bottom-right-radius: 4px;
    border-color: var(--border-color);
    border-style: solid;
    border-top-right-radius: 4px;
  }
  body[data-ac-activated] .card-retangular-nolink .card-body > .card-conteudo > .bottom > .card-subinfo > .card-subinfo-titulo p {
    color: var(--primary-light-color) !important;
  }
  body[data-ac-activated] .card-retangular-nolink .card-body > .card-conteudo > .bottom > .card-subinfo > .card-subinfo-titulo .card-title {
    color: var(--primary-light-color) !important;
  }
  body[data-ac-activated] .card-retangular-nolink .card-body:active {
    background-color: var(--primary-dark-color) !important;
    border-color: var(--border-color) !important;
  }
  body[data-ac-activated] .card-retangular-nolink.checked, body[data-ac-activated] .card-retangular-nolink:active {
    border-color: var(--border-color) !important;
  }
  body[data-ac-activated] .card-retangular-nolink.checked .card-body, body[data-ac-activated] .card-retangular-nolink:active .card-body {
    background-color: var(--primary-dark-color) !important;
    border-color: var(--border-color) !important;
  }
  body[data-ac-activated] .card-simple {
    --border-card-simple-size: 2px;
    border-color: var(--border-color);
  }
  body[data-ac-activated] .card-simple .card-header,
  body[data-ac-activated] .card-simple .card-footer {
    border-color: inherit;
  }
  body[data-ac-activated] .card-comentario {
    background-color: var(--primary-dark-color);
    border-color: var(--border-color);
  }
  body[data-ac-activated] .card-comentario.log-sistema .card-footer {
    background-color: var(--primary-light-color) !important;
  }
  body[data-ac-activated] .card-comentario .card-body .card-label p {
    color: var(--primary-light-color) !important;
  }
  body[data-ac-activated] .card-comentario .card-body .card-arquivo:first-child {
    border-color: var(--border-color);
  }
  body[data-ac-activated] .card-comentario .card-footer {
    background-color: var(--primary-dark-color) !important;
  }
}
:root {
  --input-calendar-icon-color: var(--primary-darker-color);
  --input-calendar-icon-color-hover: var(--primary-color);
  --input-calendar-icon-color-disabled: var(--secondary-lighter-color);
}

.input-datepicker {
  position: relative;
}

.form-control.form-calendar, .form-control.form-datepicker {
  position: relative;
}
.form-control.form-calendar ~ .dropdown-menu, .form-control.form-datepicker ~ .dropdown-menu {
  padding: 0;
  -webkit-transform: translate(0, 34px) !important;
          transform: translate(0, 34px) !important;
}
.form-control.form-calendar + button, .form-control.form-datepicker + button {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: transparent;
  border: 0;
  border-radius: 0;
  bottom: -1px;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0;
  outline: none;
  padding: 0;
  position: absolute;
  right: 0;
  vertical-align: middle;
  width: auto;
}
.form-control.form-calendar + button i, .form-control.form-datepicker + button i {
  color: var(--input-calendar-icon-color);
  margin: 0;
  outline: none;
}
.form-control.form-calendar + button:active, .form-control.form-calendar + button:focus, .form-control.form-calendar + button:hover, .form-control.form-datepicker + button:active, .form-control.form-datepicker + button:focus, .form-control.form-datepicker + button:hover {
  --input-calendar-icon-color: var(--input-calendar-icon-color-hover);
}
.form-control.form-calendar[disabled] + button, .form-control.form-calendar:disabled + button, .form-control.form-calendar.disabled + button, .form-control.form-datepicker[disabled] + button, .form-control.form-datepicker:disabled + button, .form-control.form-datepicker.disabled + button {
  --input-calendar-icon-color: var(--input-calendar-icon-color-disabled);
  --input-calendar-icon-color-hover: var(
    --input-calendar-icon-color-disabled
  );
}
.form-control.form-calendar[disabled] + button:hover, .form-control.form-calendar:disabled + button:hover, .form-control.form-calendar.disabled + button:hover, .form-control.form-datepicker[disabled] + button:hover, .form-control.form-datepicker:disabled + button:hover, .form-control.form-datepicker.disabled + button:hover {
  cursor: not-allowed;
}
.form-control.form-calendar.is-invalid + button, .form-control.form-datepicker.is-invalid + button {
  right: 2em;
}
.form-control.form-calendar.is-invalid + button[data-toggle=dropdown], .form-control.form-datepicker.is-invalid + button[data-toggle=dropdown] {
  margin-bottom: 1.75em;
}
.form-control.form-calendar.is-invalid + button i, .form-control.form-datepicker.is-invalid + button i {
  color: var(--danger-dark-color) !important;
}
.form-control.form-calendar.is-invalid ~ .invalid-feedback + .dropdown-menu, .form-control.form-datepicker.is-invalid ~ .invalid-feedback + .dropdown-menu {
  -webkit-transform: translate(0, 0) !important;
          transform: translate(0, 0) !important;
}
.form-control.form-calendar.label-none ~ .dropdown-menu, .form-control.form-datepicker.label-none ~ .dropdown-menu {
  -webkit-transform: translate(0, 30px) !important;
          transform: translate(0, 30px) !important;
}

.form-group.dropdown .form-control.form-calendar ~ .dropdown-menu, .form-group.dropdown .form-control.form-datepicker ~ .dropdown-menu {
  -webkit-transform: translate(0, 58px) !important;
          transform: translate(0, 58px) !important;
}

.datepicker {
  padding: 13px;
  padding: 13px !important;
}
.datepicker .datepicker-days .table-condensed thead .prev:hover,
.datepicker .datepicker-days .table-condensed thead .next:hover,
.datepicker .datepicker-months .table-condensed thead .prev:hover,
.datepicker .datepicker-months .table-condensed thead .next:hover,
.datepicker .datepicker-years .table-condensed thead .prev:hover,
.datepicker .datepicker-years .table-condensed thead .next:hover,
.datepicker .datepicker-decades .table-condensed thead .prev:hover,
.datepicker .datepicker-decades .table-condensed thead .next:hover,
.datepicker .datepicker-centuries .table-condensed thead .prev:hover,
.datepicker .datepicker-centuries .table-condensed thead .next:hover {
  background-color: var(--secondary-lighter-color);
}
.datepicker .datepicker-days .table-condensed tbody .active,
.datepicker .datepicker-months .table-condensed tbody .active,
.datepicker .datepicker-years .table-condensed tbody .active,
.datepicker .datepicker-decades .table-condensed tbody .active,
.datepicker .datepicker-centuries .table-condensed tbody .active {
  background-color: var(--secondary-lightest-color);
}
.datepicker .datepicker-days .table-condensed tbody .day,
.datepicker .datepicker-months .table-condensed tbody .day,
.datepicker .datepicker-years .table-condensed tbody .day,
.datepicker .datepicker-decades .table-condensed tbody .day,
.datepicker .datepicker-centuries .table-condensed tbody .day {
  color: var(--secondary-darkest-color);
}
.datepicker .datepicker-days .table-condensed tbody .day.today, .datepicker .datepicker-days .table-condensed tbody .day.active,
.datepicker .datepicker-months .table-condensed tbody .day.today,
.datepicker .datepicker-months .table-condensed tbody .day.active,
.datepicker .datepicker-years .table-condensed tbody .day.today,
.datepicker .datepicker-years .table-condensed tbody .day.active,
.datepicker .datepicker-decades .table-condensed tbody .day.today,
.datepicker .datepicker-decades .table-condensed tbody .day.active,
.datepicker .datepicker-centuries .table-condensed tbody .day.today,
.datepicker .datepicker-centuries .table-condensed tbody .day.active {
  background-color: var(--secondary-lightest-color);
}
.datepicker .datepicker-days .table-condensed tbody .day.old, .datepicker .datepicker-days .table-condensed tbody .day.new,
.datepicker .datepicker-months .table-condensed tbody .day.old,
.datepicker .datepicker-months .table-condensed tbody .day.new,
.datepicker .datepicker-years .table-condensed tbody .day.old,
.datepicker .datepicker-years .table-condensed tbody .day.new,
.datepicker .datepicker-decades .table-condensed tbody .day.old,
.datepicker .datepicker-decades .table-condensed tbody .day.new,
.datepicker .datepicker-centuries .table-condensed tbody .day.old,
.datepicker .datepicker-centuries .table-condensed tbody .day.new {
  color: var(--secondary-light-color);
}
.datepicker .datepicker-days .table-condensed tbody .day.old.active, .datepicker .datepicker-days .table-condensed tbody .day.old:hover, .datepicker .datepicker-days .table-condensed tbody .day.old.prova, .datepicker .datepicker-days .table-condensed tbody .day.old.trabalho, .datepicker .datepicker-days .table-condensed tbody .day.old.encontro, .datepicker .datepicker-days .table-condensed tbody .day.new.active, .datepicker .datepicker-days .table-condensed tbody .day.new:hover, .datepicker .datepicker-days .table-condensed tbody .day.new.prova, .datepicker .datepicker-days .table-condensed tbody .day.new.trabalho, .datepicker .datepicker-days .table-condensed tbody .day.new.encontro,
.datepicker .datepicker-months .table-condensed tbody .day.old.active,
.datepicker .datepicker-months .table-condensed tbody .day.old:hover,
.datepicker .datepicker-months .table-condensed tbody .day.old.prova,
.datepicker .datepicker-months .table-condensed tbody .day.old.trabalho,
.datepicker .datepicker-months .table-condensed tbody .day.old.encontro,
.datepicker .datepicker-months .table-condensed tbody .day.new.active,
.datepicker .datepicker-months .table-condensed tbody .day.new:hover,
.datepicker .datepicker-months .table-condensed tbody .day.new.prova,
.datepicker .datepicker-months .table-condensed tbody .day.new.trabalho,
.datepicker .datepicker-months .table-condensed tbody .day.new.encontro,
.datepicker .datepicker-years .table-condensed tbody .day.old.active,
.datepicker .datepicker-years .table-condensed tbody .day.old:hover,
.datepicker .datepicker-years .table-condensed tbody .day.old.prova,
.datepicker .datepicker-years .table-condensed tbody .day.old.trabalho,
.datepicker .datepicker-years .table-condensed tbody .day.old.encontro,
.datepicker .datepicker-years .table-condensed tbody .day.new.active,
.datepicker .datepicker-years .table-condensed tbody .day.new:hover,
.datepicker .datepicker-years .table-condensed tbody .day.new.prova,
.datepicker .datepicker-years .table-condensed tbody .day.new.trabalho,
.datepicker .datepicker-years .table-condensed tbody .day.new.encontro,
.datepicker .datepicker-decades .table-condensed tbody .day.old.active,
.datepicker .datepicker-decades .table-condensed tbody .day.old:hover,
.datepicker .datepicker-decades .table-condensed tbody .day.old.prova,
.datepicker .datepicker-decades .table-condensed tbody .day.old.trabalho,
.datepicker .datepicker-decades .table-condensed tbody .day.old.encontro,
.datepicker .datepicker-decades .table-condensed tbody .day.new.active,
.datepicker .datepicker-decades .table-condensed tbody .day.new:hover,
.datepicker .datepicker-decades .table-condensed tbody .day.new.prova,
.datepicker .datepicker-decades .table-condensed tbody .day.new.trabalho,
.datepicker .datepicker-decades .table-condensed tbody .day.new.encontro,
.datepicker .datepicker-centuries .table-condensed tbody .day.old.active,
.datepicker .datepicker-centuries .table-condensed tbody .day.old:hover,
.datepicker .datepicker-centuries .table-condensed tbody .day.old.prova,
.datepicker .datepicker-centuries .table-condensed tbody .day.old.trabalho,
.datepicker .datepicker-centuries .table-condensed tbody .day.old.encontro,
.datepicker .datepicker-centuries .table-condensed tbody .day.new.active,
.datepicker .datepicker-centuries .table-condensed tbody .day.new:hover,
.datepicker .datepicker-centuries .table-condensed tbody .day.new.prova,
.datepicker .datepicker-centuries .table-condensed tbody .day.new.trabalho,
.datepicker .datepicker-centuries .table-condensed tbody .day.new.encontro {
  color: var(--secondary-darkest-color);
  opacity: 0.6;
}
.datepicker .datepicker-days .table-condensed thead .prev,
.datepicker .datepicker-days .table-condensed thead .next,
.datepicker .datepicker-months .table-condensed thead .prev,
.datepicker .datepicker-months .table-condensed thead .next,
.datepicker .datepicker-years .table-condensed thead .prev,
.datepicker .datepicker-years .table-condensed thead .next,
.datepicker .datepicker-decades .table-condensed thead .prev,
.datepicker .datepicker-decades .table-condensed thead .next,
.datepicker .datepicker-centuries .table-condensed thead .prev,
.datepicker .datepicker-centuries .table-condensed thead .next {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.datepicker .datepicker-days .table-condensed thead .prev:hover,
.datepicker .datepicker-days .table-condensed thead .next:hover,
.datepicker .datepicker-months .table-condensed thead .prev:hover,
.datepicker .datepicker-months .table-condensed thead .next:hover,
.datepicker .datepicker-years .table-condensed thead .prev:hover,
.datepicker .datepicker-years .table-condensed thead .next:hover,
.datepicker .datepicker-decades .table-condensed thead .prev:hover,
.datepicker .datepicker-decades .table-condensed thead .next:hover,
.datepicker .datepicker-centuries .table-condensed thead .prev:hover,
.datepicker .datepicker-centuries .table-condensed thead .next:hover {
  border-radius: 100%;
}
.datepicker .datepicker-days .table-condensed thead .prev i::before,
.datepicker .datepicker-days .table-condensed thead .next i::before,
.datepicker .datepicker-months .table-condensed thead .prev i::before,
.datepicker .datepicker-months .table-condensed thead .next i::before,
.datepicker .datepicker-years .table-condensed thead .prev i::before,
.datepicker .datepicker-years .table-condensed thead .next i::before,
.datepicker .datepicker-decades .table-condensed thead .prev i::before,
.datepicker .datepicker-decades .table-condensed thead .next i::before,
.datepicker .datepicker-centuries .table-condensed thead .prev i::before,
.datepicker .datepicker-centuries .table-condensed thead .next i::before {
  color: var(--primary-darker-color);
}
.datepicker .datepicker-days .table-condensed thead .dow,
.datepicker .datepicker-months .table-condensed thead .dow,
.datepicker .datepicker-years .table-condensed thead .dow,
.datepicker .datepicker-decades .table-condensed thead .dow,
.datepicker .datepicker-centuries .table-condensed thead .dow {
  font-size: 0.75rem;
  font-weight: normal !important;
}
.datepicker .datepicker-days .table-condensed tbody .focused,
.datepicker .datepicker-months .table-condensed tbody .focused,
.datepicker .datepicker-years .table-condensed tbody .focused,
.datepicker .datepicker-decades .table-condensed tbody .focused,
.datepicker .datepicker-centuries .table-condensed tbody .focused {
  color: var(--secondary-darkest-color);
}
.datepicker .datepicker-days .table-condensed tbody .active,
.datepicker .datepicker-months .table-condensed tbody .active,
.datepicker .datepicker-years .table-condensed tbody .active,
.datepicker .datepicker-decades .table-condensed tbody .active,
.datepicker .datepicker-centuries .table-condensed tbody .active {
  color: var(--secondary-darkest-color);
}
.datepicker .datepicker-days .table-condensed tbody .day.prova,
.datepicker .datepicker-months .table-condensed tbody .day.prova,
.datepicker .datepicker-years .table-condensed tbody .day.prova,
.datepicker .datepicker-decades .table-condensed tbody .day.prova,
.datepicker .datepicker-centuries .table-condensed tbody .day.prova {
  background-color: var(--prova-bg-color);
}
.datepicker .datepicker-days .table-condensed tbody .day.trabalho,
.datepicker .datepicker-months .table-condensed tbody .day.trabalho,
.datepicker .datepicker-years .table-condensed tbody .day.trabalho,
.datepicker .datepicker-decades .table-condensed tbody .day.trabalho,
.datepicker .datepicker-centuries .table-condensed tbody .day.trabalho {
  background-color: var(--trabalho-bg-color);
}
.datepicker .datepicker-days .table-condensed tbody .day.encontro,
.datepicker .datepicker-months .table-condensed tbody .day.encontro,
.datepicker .datepicker-years .table-condensed tbody .day.encontro,
.datepicker .datepicker-decades .table-condensed tbody .day.encontro,
.datepicker .datepicker-centuries .table-condensed tbody .day.encontro {
  background-color: var(--encontro-bg-color);
}
.datepicker.datepicker-dropdown {
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.251);
          box-shadow: 0 0 5px rgba(0, 0, 0, 0.251);
}
.datepicker table tr td.active.active:hover {
  color: var(--secondary-darkset-color) !important;
}

.calendar,
.datepicker {
  --prova-bg-color: var(--calendar-evaluation);
  --trabalho-bg-color: var(--calendar-additional-activities);
  --encontro-bg-color: var(--calendar-works);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.calendar[data-bg=white] .calendar-builds, .calendar[data-bg=white] .calendar-input, .calendar[data-bg=gray] .calendar-builds, .calendar[data-bg=gray] .calendar-input,
.datepicker[data-bg=white] .calendar-builds,
.datepicker[data-bg=white] .calendar-input,
.datepicker[data-bg=gray] .calendar-builds,
.datepicker[data-bg=gray] .calendar-input {
  border: 2px solid var(--border-color);
  border-radius: 5px;
  height: auto;
  max-width: 353px;
}
.calendar[data-bg=white] .calendar-builds .datepicker, .calendar[data-bg=white] .calendar-input .datepicker, .calendar[data-bg=gray] .calendar-builds .datepicker, .calendar[data-bg=gray] .calendar-input .datepicker,
.datepicker[data-bg=white] .calendar-builds .datepicker,
.datepicker[data-bg=white] .calendar-input .datepicker,
.datepicker[data-bg=gray] .calendar-builds .datepicker,
.datepicker[data-bg=gray] .calendar-input .datepicker {
  padding: 13px;
}
.calendar[data-bg=white] .calendar-builds .datepicker .datepicker-days .table-condensed thead .prev, .calendar[data-bg=white] .calendar-input .datepicker .datepicker-days .table-condensed thead .prev, .calendar[data-bg=white] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-days .table-condensed thead .prev, .calendar[data-bg=gray] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-days .table-condensed thead .prev,
.calendar[data-bg=white] .datepicker[data-bg=white] .calendar-input .datepicker .datepicker-days .table-condensed thead .prev,
.datepicker[data-bg=white] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-days .table-condensed thead .prev,
.calendar[data-bg=white] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-days .table-condensed thead .prev,
.datepicker[data-bg=gray] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-days .table-condensed thead .prev,
.calendar[data-bg=white] .calendar-builds .datepicker .datepicker-days .table-condensed thead .next,
.calendar[data-bg=white] .calendar-input .datepicker .datepicker-days .table-condensed thead .next,
.calendar[data-bg=white] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-days .table-condensed thead .next,
.calendar[data-bg=gray] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-days .table-condensed thead .next,
.calendar[data-bg=white] .datepicker[data-bg=white] .calendar-input .datepicker .datepicker-days .table-condensed thead .next,
.datepicker[data-bg=white] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-days .table-condensed thead .next,
.calendar[data-bg=white] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-days .table-condensed thead .next,
.datepicker[data-bg=gray] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-days .table-condensed thead .next,
.calendar[data-bg=white] .calendar-builds .datepicker .datepicker-months .table-condensed thead .prev,
.calendar[data-bg=white] .calendar-input .datepicker .datepicker-months .table-condensed thead .prev,
.calendar[data-bg=white] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-months .table-condensed thead .prev,
.calendar[data-bg=gray] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-months .table-condensed thead .prev,
.calendar[data-bg=white] .datepicker[data-bg=white] .calendar-input .datepicker .datepicker-months .table-condensed thead .prev,
.datepicker[data-bg=white] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-months .table-condensed thead .prev,
.calendar[data-bg=white] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-months .table-condensed thead .prev,
.datepicker[data-bg=gray] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-months .table-condensed thead .prev,
.calendar[data-bg=white] .calendar-builds .datepicker .datepicker-months .table-condensed thead .next,
.calendar[data-bg=white] .calendar-input .datepicker .datepicker-months .table-condensed thead .next,
.calendar[data-bg=white] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-months .table-condensed thead .next,
.calendar[data-bg=gray] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-months .table-condensed thead .next,
.calendar[data-bg=white] .datepicker[data-bg=white] .calendar-input .datepicker .datepicker-months .table-condensed thead .next,
.datepicker[data-bg=white] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-months .table-condensed thead .next,
.calendar[data-bg=white] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-months .table-condensed thead .next,
.datepicker[data-bg=gray] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-months .table-condensed thead .next,
.calendar[data-bg=white] .calendar-builds .datepicker .datepicker-years .table-condensed thead .prev,
.calendar[data-bg=white] .calendar-input .datepicker .datepicker-years .table-condensed thead .prev,
.calendar[data-bg=white] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-years .table-condensed thead .prev,
.calendar[data-bg=gray] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-years .table-condensed thead .prev,
.calendar[data-bg=white] .datepicker[data-bg=white] .calendar-input .datepicker .datepicker-years .table-condensed thead .prev,
.datepicker[data-bg=white] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-years .table-condensed thead .prev,
.calendar[data-bg=white] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-years .table-condensed thead .prev,
.datepicker[data-bg=gray] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-years .table-condensed thead .prev,
.calendar[data-bg=white] .calendar-builds .datepicker .datepicker-years .table-condensed thead .next,
.calendar[data-bg=white] .calendar-input .datepicker .datepicker-years .table-condensed thead .next,
.calendar[data-bg=white] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-years .table-condensed thead .next,
.calendar[data-bg=gray] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-years .table-condensed thead .next,
.calendar[data-bg=white] .datepicker[data-bg=white] .calendar-input .datepicker .datepicker-years .table-condensed thead .next,
.datepicker[data-bg=white] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-years .table-condensed thead .next,
.calendar[data-bg=white] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-years .table-condensed thead .next,
.datepicker[data-bg=gray] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-years .table-condensed thead .next,
.calendar[data-bg=white] .calendar-builds .datepicker .datepicker-decades .table-condensed thead .prev,
.calendar[data-bg=white] .calendar-input .datepicker .datepicker-decades .table-condensed thead .prev,
.calendar[data-bg=white] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-decades .table-condensed thead .prev,
.calendar[data-bg=gray] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-decades .table-condensed thead .prev,
.calendar[data-bg=white] .datepicker[data-bg=white] .calendar-input .datepicker .datepicker-decades .table-condensed thead .prev,
.datepicker[data-bg=white] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-decades .table-condensed thead .prev,
.calendar[data-bg=white] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-decades .table-condensed thead .prev,
.datepicker[data-bg=gray] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-decades .table-condensed thead .prev,
.calendar[data-bg=white] .calendar-builds .datepicker .datepicker-decades .table-condensed thead .next,
.calendar[data-bg=white] .calendar-input .datepicker .datepicker-decades .table-condensed thead .next,
.calendar[data-bg=white] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-decades .table-condensed thead .next,
.calendar[data-bg=gray] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-decades .table-condensed thead .next,
.calendar[data-bg=white] .datepicker[data-bg=white] .calendar-input .datepicker .datepicker-decades .table-condensed thead .next,
.datepicker[data-bg=white] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-decades .table-condensed thead .next,
.calendar[data-bg=white] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-decades .table-condensed thead .next,
.datepicker[data-bg=gray] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-decades .table-condensed thead .next,
.calendar[data-bg=white] .calendar-builds .datepicker .datepicker-centuries .table-condensed thead .prev,
.calendar[data-bg=white] .calendar-input .datepicker .datepicker-centuries .table-condensed thead .prev,
.calendar[data-bg=white] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-centuries .table-condensed thead .prev,
.calendar[data-bg=gray] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-centuries .table-condensed thead .prev,
.calendar[data-bg=white] .datepicker[data-bg=white] .calendar-input .datepicker .datepicker-centuries .table-condensed thead .prev,
.datepicker[data-bg=white] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-centuries .table-condensed thead .prev,
.calendar[data-bg=white] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-centuries .table-condensed thead .prev,
.datepicker[data-bg=gray] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-centuries .table-condensed thead .prev,
.calendar[data-bg=white] .calendar-builds .datepicker .datepicker-centuries .table-condensed thead .next,
.calendar[data-bg=white] .calendar-input .datepicker .datepicker-centuries .table-condensed thead .next,
.calendar[data-bg=white] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-centuries .table-condensed thead .next,
.calendar[data-bg=gray] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-centuries .table-condensed thead .next,
.calendar[data-bg=white] .datepicker[data-bg=white] .calendar-input .datepicker .datepicker-centuries .table-condensed thead .next,
.datepicker[data-bg=white] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-centuries .table-condensed thead .next,
.calendar[data-bg=white] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-centuries .table-condensed thead .next,
.datepicker[data-bg=gray] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-centuries .table-condensed thead .next, .calendar[data-bg=gray] .calendar-builds .datepicker .datepicker-days .table-condensed thead .prev, .calendar[data-bg=gray] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-days .table-condensed thead .prev, .calendar[data-bg=white] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-days .table-condensed thead .prev, .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-days .table-condensed thead .prev,
.calendar[data-bg=gray] .datepicker[data-bg=white] .calendar-input .datepicker .datepicker-days .table-condensed thead .prev,
.datepicker[data-bg=white] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-days .table-condensed thead .prev,
.calendar[data-bg=gray] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-days .table-condensed thead .prev,
.datepicker[data-bg=gray] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-days .table-condensed thead .prev,
.calendar[data-bg=gray] .calendar-builds .datepicker .datepicker-days .table-condensed thead .next,
.calendar[data-bg=gray] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-days .table-condensed thead .next,
.calendar[data-bg=white] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-days .table-condensed thead .next,
.calendar[data-bg=gray] .calendar-input .datepicker .datepicker-days .table-condensed thead .next,
.calendar[data-bg=gray] .datepicker[data-bg=white] .calendar-input .datepicker .datepicker-days .table-condensed thead .next,
.datepicker[data-bg=white] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-days .table-condensed thead .next,
.calendar[data-bg=gray] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-days .table-condensed thead .next,
.datepicker[data-bg=gray] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-days .table-condensed thead .next,
.calendar[data-bg=gray] .calendar-builds .datepicker .datepicker-months .table-condensed thead .prev,
.calendar[data-bg=gray] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-months .table-condensed thead .prev,
.calendar[data-bg=white] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-months .table-condensed thead .prev,
.calendar[data-bg=gray] .calendar-input .datepicker .datepicker-months .table-condensed thead .prev,
.calendar[data-bg=gray] .datepicker[data-bg=white] .calendar-input .datepicker .datepicker-months .table-condensed thead .prev,
.datepicker[data-bg=white] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-months .table-condensed thead .prev,
.calendar[data-bg=gray] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-months .table-condensed thead .prev,
.datepicker[data-bg=gray] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-months .table-condensed thead .prev,
.calendar[data-bg=gray] .calendar-builds .datepicker .datepicker-months .table-condensed thead .next,
.calendar[data-bg=gray] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-months .table-condensed thead .next,
.calendar[data-bg=white] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-months .table-condensed thead .next,
.calendar[data-bg=gray] .calendar-input .datepicker .datepicker-months .table-condensed thead .next,
.calendar[data-bg=gray] .datepicker[data-bg=white] .calendar-input .datepicker .datepicker-months .table-condensed thead .next,
.datepicker[data-bg=white] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-months .table-condensed thead .next,
.calendar[data-bg=gray] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-months .table-condensed thead .next,
.datepicker[data-bg=gray] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-months .table-condensed thead .next,
.calendar[data-bg=gray] .calendar-builds .datepicker .datepicker-years .table-condensed thead .prev,
.calendar[data-bg=gray] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-years .table-condensed thead .prev,
.calendar[data-bg=white] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-years .table-condensed thead .prev,
.calendar[data-bg=gray] .calendar-input .datepicker .datepicker-years .table-condensed thead .prev,
.calendar[data-bg=gray] .datepicker[data-bg=white] .calendar-input .datepicker .datepicker-years .table-condensed thead .prev,
.datepicker[data-bg=white] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-years .table-condensed thead .prev,
.calendar[data-bg=gray] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-years .table-condensed thead .prev,
.datepicker[data-bg=gray] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-years .table-condensed thead .prev,
.calendar[data-bg=gray] .calendar-builds .datepicker .datepicker-years .table-condensed thead .next,
.calendar[data-bg=gray] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-years .table-condensed thead .next,
.calendar[data-bg=white] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-years .table-condensed thead .next,
.calendar[data-bg=gray] .calendar-input .datepicker .datepicker-years .table-condensed thead .next,
.calendar[data-bg=gray] .datepicker[data-bg=white] .calendar-input .datepicker .datepicker-years .table-condensed thead .next,
.datepicker[data-bg=white] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-years .table-condensed thead .next,
.calendar[data-bg=gray] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-years .table-condensed thead .next,
.datepicker[data-bg=gray] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-years .table-condensed thead .next,
.calendar[data-bg=gray] .calendar-builds .datepicker .datepicker-decades .table-condensed thead .prev,
.calendar[data-bg=gray] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-decades .table-condensed thead .prev,
.calendar[data-bg=white] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-decades .table-condensed thead .prev,
.calendar[data-bg=gray] .calendar-input .datepicker .datepicker-decades .table-condensed thead .prev,
.calendar[data-bg=gray] .datepicker[data-bg=white] .calendar-input .datepicker .datepicker-decades .table-condensed thead .prev,
.datepicker[data-bg=white] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-decades .table-condensed thead .prev,
.calendar[data-bg=gray] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-decades .table-condensed thead .prev,
.datepicker[data-bg=gray] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-decades .table-condensed thead .prev,
.calendar[data-bg=gray] .calendar-builds .datepicker .datepicker-decades .table-condensed thead .next,
.calendar[data-bg=gray] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-decades .table-condensed thead .next,
.calendar[data-bg=white] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-decades .table-condensed thead .next,
.calendar[data-bg=gray] .calendar-input .datepicker .datepicker-decades .table-condensed thead .next,
.calendar[data-bg=gray] .datepicker[data-bg=white] .calendar-input .datepicker .datepicker-decades .table-condensed thead .next,
.datepicker[data-bg=white] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-decades .table-condensed thead .next,
.calendar[data-bg=gray] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-decades .table-condensed thead .next,
.datepicker[data-bg=gray] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-decades .table-condensed thead .next,
.calendar[data-bg=gray] .calendar-builds .datepicker .datepicker-centuries .table-condensed thead .prev,
.calendar[data-bg=gray] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-centuries .table-condensed thead .prev,
.calendar[data-bg=white] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-centuries .table-condensed thead .prev,
.calendar[data-bg=gray] .calendar-input .datepicker .datepicker-centuries .table-condensed thead .prev,
.calendar[data-bg=gray] .datepicker[data-bg=white] .calendar-input .datepicker .datepicker-centuries .table-condensed thead .prev,
.datepicker[data-bg=white] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-centuries .table-condensed thead .prev,
.calendar[data-bg=gray] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-centuries .table-condensed thead .prev,
.datepicker[data-bg=gray] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-centuries .table-condensed thead .prev,
.calendar[data-bg=gray] .calendar-builds .datepicker .datepicker-centuries .table-condensed thead .next,
.calendar[data-bg=gray] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-centuries .table-condensed thead .next,
.calendar[data-bg=white] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-centuries .table-condensed thead .next,
.calendar[data-bg=gray] .calendar-input .datepicker .datepicker-centuries .table-condensed thead .next,
.calendar[data-bg=gray] .datepicker[data-bg=white] .calendar-input .datepicker .datepicker-centuries .table-condensed thead .next,
.datepicker[data-bg=white] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-centuries .table-condensed thead .next,
.calendar[data-bg=gray] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-centuries .table-condensed thead .next,
.datepicker[data-bg=gray] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-centuries .table-condensed thead .next,
.datepicker[data-bg=white] .calendar-builds .datepicker .datepicker-days .table-condensed thead .prev,
.datepicker[data-bg=white] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-days .table-condensed thead .prev,
.calendar[data-bg=white] .datepicker[data-bg=white] .calendar-input .datepicker .datepicker-days .table-condensed thead .prev,
.datepicker[data-bg=white] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-days .table-condensed thead .prev,
.calendar[data-bg=gray] .datepicker[data-bg=white] .calendar-input .datepicker .datepicker-days .table-condensed thead .prev,
.datepicker[data-bg=white] .calendar-input .datepicker .datepicker-days .table-condensed thead .prev,
.datepicker[data-bg=white] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-days .table-condensed thead .prev,
.datepicker[data-bg=gray] .datepicker[data-bg=white] .calendar-input .datepicker .datepicker-days .table-condensed thead .prev,
.datepicker[data-bg=white] .calendar-builds .datepicker .datepicker-days .table-condensed thead .next,
.datepicker[data-bg=white] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-days .table-condensed thead .next,
.calendar[data-bg=white] .datepicker[data-bg=white] .calendar-input .datepicker .datepicker-days .table-condensed thead .next,
.datepicker[data-bg=white] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-days .table-condensed thead .next,
.calendar[data-bg=gray] .datepicker[data-bg=white] .calendar-input .datepicker .datepicker-days .table-condensed thead .next,
.datepicker[data-bg=white] .calendar-input .datepicker .datepicker-days .table-condensed thead .next,
.datepicker[data-bg=white] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-days .table-condensed thead .next,
.datepicker[data-bg=gray] .datepicker[data-bg=white] .calendar-input .datepicker .datepicker-days .table-condensed thead .next,
.datepicker[data-bg=white] .calendar-builds .datepicker .datepicker-months .table-condensed thead .prev,
.datepicker[data-bg=white] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-months .table-condensed thead .prev,
.calendar[data-bg=white] .datepicker[data-bg=white] .calendar-input .datepicker .datepicker-months .table-condensed thead .prev,
.datepicker[data-bg=white] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-months .table-condensed thead .prev,
.calendar[data-bg=gray] .datepicker[data-bg=white] .calendar-input .datepicker .datepicker-months .table-condensed thead .prev,
.datepicker[data-bg=white] .calendar-input .datepicker .datepicker-months .table-condensed thead .prev,
.datepicker[data-bg=white] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-months .table-condensed thead .prev,
.datepicker[data-bg=gray] .datepicker[data-bg=white] .calendar-input .datepicker .datepicker-months .table-condensed thead .prev,
.datepicker[data-bg=white] .calendar-builds .datepicker .datepicker-months .table-condensed thead .next,
.datepicker[data-bg=white] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-months .table-condensed thead .next,
.calendar[data-bg=white] .datepicker[data-bg=white] .calendar-input .datepicker .datepicker-months .table-condensed thead .next,
.datepicker[data-bg=white] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-months .table-condensed thead .next,
.calendar[data-bg=gray] .datepicker[data-bg=white] .calendar-input .datepicker .datepicker-months .table-condensed thead .next,
.datepicker[data-bg=white] .calendar-input .datepicker .datepicker-months .table-condensed thead .next,
.datepicker[data-bg=white] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-months .table-condensed thead .next,
.datepicker[data-bg=gray] .datepicker[data-bg=white] .calendar-input .datepicker .datepicker-months .table-condensed thead .next,
.datepicker[data-bg=white] .calendar-builds .datepicker .datepicker-years .table-condensed thead .prev,
.datepicker[data-bg=white] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-years .table-condensed thead .prev,
.calendar[data-bg=white] .datepicker[data-bg=white] .calendar-input .datepicker .datepicker-years .table-condensed thead .prev,
.datepicker[data-bg=white] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-years .table-condensed thead .prev,
.calendar[data-bg=gray] .datepicker[data-bg=white] .calendar-input .datepicker .datepicker-years .table-condensed thead .prev,
.datepicker[data-bg=white] .calendar-input .datepicker .datepicker-years .table-condensed thead .prev,
.datepicker[data-bg=white] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-years .table-condensed thead .prev,
.datepicker[data-bg=gray] .datepicker[data-bg=white] .calendar-input .datepicker .datepicker-years .table-condensed thead .prev,
.datepicker[data-bg=white] .calendar-builds .datepicker .datepicker-years .table-condensed thead .next,
.datepicker[data-bg=white] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-years .table-condensed thead .next,
.calendar[data-bg=white] .datepicker[data-bg=white] .calendar-input .datepicker .datepicker-years .table-condensed thead .next,
.datepicker[data-bg=white] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-years .table-condensed thead .next,
.calendar[data-bg=gray] .datepicker[data-bg=white] .calendar-input .datepicker .datepicker-years .table-condensed thead .next,
.datepicker[data-bg=white] .calendar-input .datepicker .datepicker-years .table-condensed thead .next,
.datepicker[data-bg=white] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-years .table-condensed thead .next,
.datepicker[data-bg=gray] .datepicker[data-bg=white] .calendar-input .datepicker .datepicker-years .table-condensed thead .next,
.datepicker[data-bg=white] .calendar-builds .datepicker .datepicker-decades .table-condensed thead .prev,
.datepicker[data-bg=white] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-decades .table-condensed thead .prev,
.calendar[data-bg=white] .datepicker[data-bg=white] .calendar-input .datepicker .datepicker-decades .table-condensed thead .prev,
.datepicker[data-bg=white] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-decades .table-condensed thead .prev,
.calendar[data-bg=gray] .datepicker[data-bg=white] .calendar-input .datepicker .datepicker-decades .table-condensed thead .prev,
.datepicker[data-bg=white] .calendar-input .datepicker .datepicker-decades .table-condensed thead .prev,
.datepicker[data-bg=white] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-decades .table-condensed thead .prev,
.datepicker[data-bg=gray] .datepicker[data-bg=white] .calendar-input .datepicker .datepicker-decades .table-condensed thead .prev,
.datepicker[data-bg=white] .calendar-builds .datepicker .datepicker-decades .table-condensed thead .next,
.datepicker[data-bg=white] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-decades .table-condensed thead .next,
.calendar[data-bg=white] .datepicker[data-bg=white] .calendar-input .datepicker .datepicker-decades .table-condensed thead .next,
.datepicker[data-bg=white] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-decades .table-condensed thead .next,
.calendar[data-bg=gray] .datepicker[data-bg=white] .calendar-input .datepicker .datepicker-decades .table-condensed thead .next,
.datepicker[data-bg=white] .calendar-input .datepicker .datepicker-decades .table-condensed thead .next,
.datepicker[data-bg=white] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-decades .table-condensed thead .next,
.datepicker[data-bg=gray] .datepicker[data-bg=white] .calendar-input .datepicker .datepicker-decades .table-condensed thead .next,
.datepicker[data-bg=white] .calendar-builds .datepicker .datepicker-centuries .table-condensed thead .prev,
.datepicker[data-bg=white] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-centuries .table-condensed thead .prev,
.calendar[data-bg=white] .datepicker[data-bg=white] .calendar-input .datepicker .datepicker-centuries .table-condensed thead .prev,
.datepicker[data-bg=white] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-centuries .table-condensed thead .prev,
.calendar[data-bg=gray] .datepicker[data-bg=white] .calendar-input .datepicker .datepicker-centuries .table-condensed thead .prev,
.datepicker[data-bg=white] .calendar-input .datepicker .datepicker-centuries .table-condensed thead .prev,
.datepicker[data-bg=white] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-centuries .table-condensed thead .prev,
.datepicker[data-bg=gray] .datepicker[data-bg=white] .calendar-input .datepicker .datepicker-centuries .table-condensed thead .prev,
.datepicker[data-bg=white] .calendar-builds .datepicker .datepicker-centuries .table-condensed thead .next,
.datepicker[data-bg=white] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-centuries .table-condensed thead .next,
.calendar[data-bg=white] .datepicker[data-bg=white] .calendar-input .datepicker .datepicker-centuries .table-condensed thead .next,
.datepicker[data-bg=white] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-centuries .table-condensed thead .next,
.calendar[data-bg=gray] .datepicker[data-bg=white] .calendar-input .datepicker .datepicker-centuries .table-condensed thead .next,
.datepicker[data-bg=white] .calendar-input .datepicker .datepicker-centuries .table-condensed thead .next,
.datepicker[data-bg=white] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-centuries .table-condensed thead .next,
.datepicker[data-bg=gray] .datepicker[data-bg=white] .calendar-input .datepicker .datepicker-centuries .table-condensed thead .next,
.datepicker[data-bg=gray] .calendar-builds .datepicker .datepicker-days .table-condensed thead .prev,
.datepicker[data-bg=gray] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-days .table-condensed thead .prev,
.calendar[data-bg=white] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-days .table-condensed thead .prev,
.datepicker[data-bg=gray] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-days .table-condensed thead .prev,
.calendar[data-bg=gray] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-days .table-condensed thead .prev,
.datepicker[data-bg=gray] .datepicker[data-bg=white] .calendar-input .datepicker .datepicker-days .table-condensed thead .prev,
.datepicker[data-bg=white] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-days .table-condensed thead .prev,
.datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-days .table-condensed thead .prev,
.datepicker[data-bg=gray] .calendar-builds .datepicker .datepicker-days .table-condensed thead .next,
.datepicker[data-bg=gray] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-days .table-condensed thead .next,
.calendar[data-bg=white] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-days .table-condensed thead .next,
.datepicker[data-bg=gray] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-days .table-condensed thead .next,
.calendar[data-bg=gray] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-days .table-condensed thead .next,
.datepicker[data-bg=gray] .datepicker[data-bg=white] .calendar-input .datepicker .datepicker-days .table-condensed thead .next,
.datepicker[data-bg=white] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-days .table-condensed thead .next,
.datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-days .table-condensed thead .next,
.datepicker[data-bg=gray] .calendar-builds .datepicker .datepicker-months .table-condensed thead .prev,
.datepicker[data-bg=gray] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-months .table-condensed thead .prev,
.calendar[data-bg=white] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-months .table-condensed thead .prev,
.datepicker[data-bg=gray] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-months .table-condensed thead .prev,
.calendar[data-bg=gray] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-months .table-condensed thead .prev,
.datepicker[data-bg=gray] .datepicker[data-bg=white] .calendar-input .datepicker .datepicker-months .table-condensed thead .prev,
.datepicker[data-bg=white] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-months .table-condensed thead .prev,
.datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-months .table-condensed thead .prev,
.datepicker[data-bg=gray] .calendar-builds .datepicker .datepicker-months .table-condensed thead .next,
.datepicker[data-bg=gray] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-months .table-condensed thead .next,
.calendar[data-bg=white] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-months .table-condensed thead .next,
.datepicker[data-bg=gray] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-months .table-condensed thead .next,
.calendar[data-bg=gray] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-months .table-condensed thead .next,
.datepicker[data-bg=gray] .datepicker[data-bg=white] .calendar-input .datepicker .datepicker-months .table-condensed thead .next,
.datepicker[data-bg=white] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-months .table-condensed thead .next,
.datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-months .table-condensed thead .next,
.datepicker[data-bg=gray] .calendar-builds .datepicker .datepicker-years .table-condensed thead .prev,
.datepicker[data-bg=gray] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-years .table-condensed thead .prev,
.calendar[data-bg=white] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-years .table-condensed thead .prev,
.datepicker[data-bg=gray] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-years .table-condensed thead .prev,
.calendar[data-bg=gray] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-years .table-condensed thead .prev,
.datepicker[data-bg=gray] .datepicker[data-bg=white] .calendar-input .datepicker .datepicker-years .table-condensed thead .prev,
.datepicker[data-bg=white] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-years .table-condensed thead .prev,
.datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-years .table-condensed thead .prev,
.datepicker[data-bg=gray] .calendar-builds .datepicker .datepicker-years .table-condensed thead .next,
.datepicker[data-bg=gray] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-years .table-condensed thead .next,
.calendar[data-bg=white] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-years .table-condensed thead .next,
.datepicker[data-bg=gray] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-years .table-condensed thead .next,
.calendar[data-bg=gray] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-years .table-condensed thead .next,
.datepicker[data-bg=gray] .datepicker[data-bg=white] .calendar-input .datepicker .datepicker-years .table-condensed thead .next,
.datepicker[data-bg=white] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-years .table-condensed thead .next,
.datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-years .table-condensed thead .next,
.datepicker[data-bg=gray] .calendar-builds .datepicker .datepicker-decades .table-condensed thead .prev,
.datepicker[data-bg=gray] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-decades .table-condensed thead .prev,
.calendar[data-bg=white] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-decades .table-condensed thead .prev,
.datepicker[data-bg=gray] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-decades .table-condensed thead .prev,
.calendar[data-bg=gray] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-decades .table-condensed thead .prev,
.datepicker[data-bg=gray] .datepicker[data-bg=white] .calendar-input .datepicker .datepicker-decades .table-condensed thead .prev,
.datepicker[data-bg=white] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-decades .table-condensed thead .prev,
.datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-decades .table-condensed thead .prev,
.datepicker[data-bg=gray] .calendar-builds .datepicker .datepicker-decades .table-condensed thead .next,
.datepicker[data-bg=gray] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-decades .table-condensed thead .next,
.calendar[data-bg=white] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-decades .table-condensed thead .next,
.datepicker[data-bg=gray] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-decades .table-condensed thead .next,
.calendar[data-bg=gray] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-decades .table-condensed thead .next,
.datepicker[data-bg=gray] .datepicker[data-bg=white] .calendar-input .datepicker .datepicker-decades .table-condensed thead .next,
.datepicker[data-bg=white] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-decades .table-condensed thead .next,
.datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-decades .table-condensed thead .next,
.datepicker[data-bg=gray] .calendar-builds .datepicker .datepicker-centuries .table-condensed thead .prev,
.datepicker[data-bg=gray] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-centuries .table-condensed thead .prev,
.calendar[data-bg=white] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-centuries .table-condensed thead .prev,
.datepicker[data-bg=gray] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-centuries .table-condensed thead .prev,
.calendar[data-bg=gray] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-centuries .table-condensed thead .prev,
.datepicker[data-bg=gray] .datepicker[data-bg=white] .calendar-input .datepicker .datepicker-centuries .table-condensed thead .prev,
.datepicker[data-bg=white] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-centuries .table-condensed thead .prev,
.datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-centuries .table-condensed thead .prev,
.datepicker[data-bg=gray] .calendar-builds .datepicker .datepicker-centuries .table-condensed thead .next,
.datepicker[data-bg=gray] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-centuries .table-condensed thead .next,
.calendar[data-bg=white] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-centuries .table-condensed thead .next,
.datepicker[data-bg=gray] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-centuries .table-condensed thead .next,
.calendar[data-bg=gray] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-centuries .table-condensed thead .next,
.datepicker[data-bg=gray] .datepicker[data-bg=white] .calendar-input .datepicker .datepicker-centuries .table-condensed thead .next,
.datepicker[data-bg=white] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-centuries .table-condensed thead .next,
.datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-centuries .table-condensed thead .next {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.calendar[data-bg=white] .calendar-builds .datepicker .datepicker-days .table-condensed thead .prev:hover, .calendar[data-bg=white] .calendar-input .datepicker .datepicker-days .table-condensed thead .prev:hover, .calendar[data-bg=white] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-days .table-condensed thead .prev:hover, .calendar[data-bg=gray] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-days .table-condensed thead .prev:hover,
.calendar[data-bg=white] .datepicker[data-bg=white] .calendar-input .datepicker .datepicker-days .table-condensed thead .prev:hover,
.datepicker[data-bg=white] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-days .table-condensed thead .prev:hover,
.calendar[data-bg=white] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-days .table-condensed thead .prev:hover,
.datepicker[data-bg=gray] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-days .table-condensed thead .prev:hover,
.calendar[data-bg=white] .calendar-builds .datepicker .datepicker-days .table-condensed thead .next:hover,
.calendar[data-bg=white] .calendar-input .datepicker .datepicker-days .table-condensed thead .next:hover,
.calendar[data-bg=white] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-days .table-condensed thead .next:hover,
.calendar[data-bg=gray] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-days .table-condensed thead .next:hover,
.calendar[data-bg=white] .datepicker[data-bg=white] .calendar-input .datepicker .datepicker-days .table-condensed thead .next:hover,
.datepicker[data-bg=white] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-days .table-condensed thead .next:hover,
.calendar[data-bg=white] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-days .table-condensed thead .next:hover,
.datepicker[data-bg=gray] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-days .table-condensed thead .next:hover,
.calendar[data-bg=white] .calendar-builds .datepicker .datepicker-months .table-condensed thead .prev:hover,
.calendar[data-bg=white] .calendar-input .datepicker .datepicker-months .table-condensed thead .prev:hover,
.calendar[data-bg=white] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-months .table-condensed thead .prev:hover,
.calendar[data-bg=gray] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-months .table-condensed thead .prev:hover,
.calendar[data-bg=white] .datepicker[data-bg=white] .calendar-input .datepicker .datepicker-months .table-condensed thead .prev:hover,
.datepicker[data-bg=white] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-months .table-condensed thead .prev:hover,
.calendar[data-bg=white] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-months .table-condensed thead .prev:hover,
.datepicker[data-bg=gray] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-months .table-condensed thead .prev:hover,
.calendar[data-bg=white] .calendar-builds .datepicker .datepicker-months .table-condensed thead .next:hover,
.calendar[data-bg=white] .calendar-input .datepicker .datepicker-months .table-condensed thead .next:hover,
.calendar[data-bg=white] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-months .table-condensed thead .next:hover,
.calendar[data-bg=gray] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-months .table-condensed thead .next:hover,
.calendar[data-bg=white] .datepicker[data-bg=white] .calendar-input .datepicker .datepicker-months .table-condensed thead .next:hover,
.datepicker[data-bg=white] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-months .table-condensed thead .next:hover,
.calendar[data-bg=white] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-months .table-condensed thead .next:hover,
.datepicker[data-bg=gray] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-months .table-condensed thead .next:hover,
.calendar[data-bg=white] .calendar-builds .datepicker .datepicker-years .table-condensed thead .prev:hover,
.calendar[data-bg=white] .calendar-input .datepicker .datepicker-years .table-condensed thead .prev:hover,
.calendar[data-bg=white] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-years .table-condensed thead .prev:hover,
.calendar[data-bg=gray] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-years .table-condensed thead .prev:hover,
.calendar[data-bg=white] .datepicker[data-bg=white] .calendar-input .datepicker .datepicker-years .table-condensed thead .prev:hover,
.datepicker[data-bg=white] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-years .table-condensed thead .prev:hover,
.calendar[data-bg=white] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-years .table-condensed thead .prev:hover,
.datepicker[data-bg=gray] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-years .table-condensed thead .prev:hover,
.calendar[data-bg=white] .calendar-builds .datepicker .datepicker-years .table-condensed thead .next:hover,
.calendar[data-bg=white] .calendar-input .datepicker .datepicker-years .table-condensed thead .next:hover,
.calendar[data-bg=white] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-years .table-condensed thead .next:hover,
.calendar[data-bg=gray] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-years .table-condensed thead .next:hover,
.calendar[data-bg=white] .datepicker[data-bg=white] .calendar-input .datepicker .datepicker-years .table-condensed thead .next:hover,
.datepicker[data-bg=white] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-years .table-condensed thead .next:hover,
.calendar[data-bg=white] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-years .table-condensed thead .next:hover,
.datepicker[data-bg=gray] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-years .table-condensed thead .next:hover,
.calendar[data-bg=white] .calendar-builds .datepicker .datepicker-decades .table-condensed thead .prev:hover,
.calendar[data-bg=white] .calendar-input .datepicker .datepicker-decades .table-condensed thead .prev:hover,
.calendar[data-bg=white] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-decades .table-condensed thead .prev:hover,
.calendar[data-bg=gray] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-decades .table-condensed thead .prev:hover,
.calendar[data-bg=white] .datepicker[data-bg=white] .calendar-input .datepicker .datepicker-decades .table-condensed thead .prev:hover,
.datepicker[data-bg=white] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-decades .table-condensed thead .prev:hover,
.calendar[data-bg=white] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-decades .table-condensed thead .prev:hover,
.datepicker[data-bg=gray] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-decades .table-condensed thead .prev:hover,
.calendar[data-bg=white] .calendar-builds .datepicker .datepicker-decades .table-condensed thead .next:hover,
.calendar[data-bg=white] .calendar-input .datepicker .datepicker-decades .table-condensed thead .next:hover,
.calendar[data-bg=white] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-decades .table-condensed thead .next:hover,
.calendar[data-bg=gray] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-decades .table-condensed thead .next:hover,
.calendar[data-bg=white] .datepicker[data-bg=white] .calendar-input .datepicker .datepicker-decades .table-condensed thead .next:hover,
.datepicker[data-bg=white] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-decades .table-condensed thead .next:hover,
.calendar[data-bg=white] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-decades .table-condensed thead .next:hover,
.datepicker[data-bg=gray] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-decades .table-condensed thead .next:hover,
.calendar[data-bg=white] .calendar-builds .datepicker .datepicker-centuries .table-condensed thead .prev:hover,
.calendar[data-bg=white] .calendar-input .datepicker .datepicker-centuries .table-condensed thead .prev:hover,
.calendar[data-bg=white] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-centuries .table-condensed thead .prev:hover,
.calendar[data-bg=gray] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-centuries .table-condensed thead .prev:hover,
.calendar[data-bg=white] .datepicker[data-bg=white] .calendar-input .datepicker .datepicker-centuries .table-condensed thead .prev:hover,
.datepicker[data-bg=white] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-centuries .table-condensed thead .prev:hover,
.calendar[data-bg=white] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-centuries .table-condensed thead .prev:hover,
.datepicker[data-bg=gray] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-centuries .table-condensed thead .prev:hover,
.calendar[data-bg=white] .calendar-builds .datepicker .datepicker-centuries .table-condensed thead .next:hover,
.calendar[data-bg=white] .calendar-input .datepicker .datepicker-centuries .table-condensed thead .next:hover,
.calendar[data-bg=white] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-centuries .table-condensed thead .next:hover,
.calendar[data-bg=gray] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-centuries .table-condensed thead .next:hover,
.calendar[data-bg=white] .datepicker[data-bg=white] .calendar-input .datepicker .datepicker-centuries .table-condensed thead .next:hover,
.datepicker[data-bg=white] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-centuries .table-condensed thead .next:hover,
.calendar[data-bg=white] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-centuries .table-condensed thead .next:hover,
.datepicker[data-bg=gray] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-centuries .table-condensed thead .next:hover, .calendar[data-bg=gray] .calendar-builds .datepicker .datepicker-days .table-condensed thead .prev:hover, .calendar[data-bg=gray] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-days .table-condensed thead .prev:hover, .calendar[data-bg=white] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-days .table-condensed thead .prev:hover, .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-days .table-condensed thead .prev:hover,
.calendar[data-bg=gray] .datepicker[data-bg=white] .calendar-input .datepicker .datepicker-days .table-condensed thead .prev:hover,
.datepicker[data-bg=white] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-days .table-condensed thead .prev:hover,
.calendar[data-bg=gray] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-days .table-condensed thead .prev:hover,
.datepicker[data-bg=gray] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-days .table-condensed thead .prev:hover,
.calendar[data-bg=gray] .calendar-builds .datepicker .datepicker-days .table-condensed thead .next:hover,
.calendar[data-bg=gray] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-days .table-condensed thead .next:hover,
.calendar[data-bg=white] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-days .table-condensed thead .next:hover,
.calendar[data-bg=gray] .calendar-input .datepicker .datepicker-days .table-condensed thead .next:hover,
.calendar[data-bg=gray] .datepicker[data-bg=white] .calendar-input .datepicker .datepicker-days .table-condensed thead .next:hover,
.datepicker[data-bg=white] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-days .table-condensed thead .next:hover,
.calendar[data-bg=gray] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-days .table-condensed thead .next:hover,
.datepicker[data-bg=gray] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-days .table-condensed thead .next:hover,
.calendar[data-bg=gray] .calendar-builds .datepicker .datepicker-months .table-condensed thead .prev:hover,
.calendar[data-bg=gray] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-months .table-condensed thead .prev:hover,
.calendar[data-bg=white] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-months .table-condensed thead .prev:hover,
.calendar[data-bg=gray] .calendar-input .datepicker .datepicker-months .table-condensed thead .prev:hover,
.calendar[data-bg=gray] .datepicker[data-bg=white] .calendar-input .datepicker .datepicker-months .table-condensed thead .prev:hover,
.datepicker[data-bg=white] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-months .table-condensed thead .prev:hover,
.calendar[data-bg=gray] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-months .table-condensed thead .prev:hover,
.datepicker[data-bg=gray] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-months .table-condensed thead .prev:hover,
.calendar[data-bg=gray] .calendar-builds .datepicker .datepicker-months .table-condensed thead .next:hover,
.calendar[data-bg=gray] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-months .table-condensed thead .next:hover,
.calendar[data-bg=white] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-months .table-condensed thead .next:hover,
.calendar[data-bg=gray] .calendar-input .datepicker .datepicker-months .table-condensed thead .next:hover,
.calendar[data-bg=gray] .datepicker[data-bg=white] .calendar-input .datepicker .datepicker-months .table-condensed thead .next:hover,
.datepicker[data-bg=white] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-months .table-condensed thead .next:hover,
.calendar[data-bg=gray] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-months .table-condensed thead .next:hover,
.datepicker[data-bg=gray] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-months .table-condensed thead .next:hover,
.calendar[data-bg=gray] .calendar-builds .datepicker .datepicker-years .table-condensed thead .prev:hover,
.calendar[data-bg=gray] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-years .table-condensed thead .prev:hover,
.calendar[data-bg=white] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-years .table-condensed thead .prev:hover,
.calendar[data-bg=gray] .calendar-input .datepicker .datepicker-years .table-condensed thead .prev:hover,
.calendar[data-bg=gray] .datepicker[data-bg=white] .calendar-input .datepicker .datepicker-years .table-condensed thead .prev:hover,
.datepicker[data-bg=white] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-years .table-condensed thead .prev:hover,
.calendar[data-bg=gray] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-years .table-condensed thead .prev:hover,
.datepicker[data-bg=gray] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-years .table-condensed thead .prev:hover,
.calendar[data-bg=gray] .calendar-builds .datepicker .datepicker-years .table-condensed thead .next:hover,
.calendar[data-bg=gray] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-years .table-condensed thead .next:hover,
.calendar[data-bg=white] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-years .table-condensed thead .next:hover,
.calendar[data-bg=gray] .calendar-input .datepicker .datepicker-years .table-condensed thead .next:hover,
.calendar[data-bg=gray] .datepicker[data-bg=white] .calendar-input .datepicker .datepicker-years .table-condensed thead .next:hover,
.datepicker[data-bg=white] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-years .table-condensed thead .next:hover,
.calendar[data-bg=gray] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-years .table-condensed thead .next:hover,
.datepicker[data-bg=gray] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-years .table-condensed thead .next:hover,
.calendar[data-bg=gray] .calendar-builds .datepicker .datepicker-decades .table-condensed thead .prev:hover,
.calendar[data-bg=gray] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-decades .table-condensed thead .prev:hover,
.calendar[data-bg=white] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-decades .table-condensed thead .prev:hover,
.calendar[data-bg=gray] .calendar-input .datepicker .datepicker-decades .table-condensed thead .prev:hover,
.calendar[data-bg=gray] .datepicker[data-bg=white] .calendar-input .datepicker .datepicker-decades .table-condensed thead .prev:hover,
.datepicker[data-bg=white] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-decades .table-condensed thead .prev:hover,
.calendar[data-bg=gray] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-decades .table-condensed thead .prev:hover,
.datepicker[data-bg=gray] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-decades .table-condensed thead .prev:hover,
.calendar[data-bg=gray] .calendar-builds .datepicker .datepicker-decades .table-condensed thead .next:hover,
.calendar[data-bg=gray] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-decades .table-condensed thead .next:hover,
.calendar[data-bg=white] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-decades .table-condensed thead .next:hover,
.calendar[data-bg=gray] .calendar-input .datepicker .datepicker-decades .table-condensed thead .next:hover,
.calendar[data-bg=gray] .datepicker[data-bg=white] .calendar-input .datepicker .datepicker-decades .table-condensed thead .next:hover,
.datepicker[data-bg=white] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-decades .table-condensed thead .next:hover,
.calendar[data-bg=gray] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-decades .table-condensed thead .next:hover,
.datepicker[data-bg=gray] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-decades .table-condensed thead .next:hover,
.calendar[data-bg=gray] .calendar-builds .datepicker .datepicker-centuries .table-condensed thead .prev:hover,
.calendar[data-bg=gray] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-centuries .table-condensed thead .prev:hover,
.calendar[data-bg=white] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-centuries .table-condensed thead .prev:hover,
.calendar[data-bg=gray] .calendar-input .datepicker .datepicker-centuries .table-condensed thead .prev:hover,
.calendar[data-bg=gray] .datepicker[data-bg=white] .calendar-input .datepicker .datepicker-centuries .table-condensed thead .prev:hover,
.datepicker[data-bg=white] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-centuries .table-condensed thead .prev:hover,
.calendar[data-bg=gray] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-centuries .table-condensed thead .prev:hover,
.datepicker[data-bg=gray] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-centuries .table-condensed thead .prev:hover,
.calendar[data-bg=gray] .calendar-builds .datepicker .datepicker-centuries .table-condensed thead .next:hover,
.calendar[data-bg=gray] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-centuries .table-condensed thead .next:hover,
.calendar[data-bg=white] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-centuries .table-condensed thead .next:hover,
.calendar[data-bg=gray] .calendar-input .datepicker .datepicker-centuries .table-condensed thead .next:hover,
.calendar[data-bg=gray] .datepicker[data-bg=white] .calendar-input .datepicker .datepicker-centuries .table-condensed thead .next:hover,
.datepicker[data-bg=white] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-centuries .table-condensed thead .next:hover,
.calendar[data-bg=gray] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-centuries .table-condensed thead .next:hover,
.datepicker[data-bg=gray] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-centuries .table-condensed thead .next:hover,
.datepicker[data-bg=white] .calendar-builds .datepicker .datepicker-days .table-condensed thead .prev:hover,
.datepicker[data-bg=white] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-days .table-condensed thead .prev:hover,
.calendar[data-bg=white] .datepicker[data-bg=white] .calendar-input .datepicker .datepicker-days .table-condensed thead .prev:hover,
.datepicker[data-bg=white] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-days .table-condensed thead .prev:hover,
.calendar[data-bg=gray] .datepicker[data-bg=white] .calendar-input .datepicker .datepicker-days .table-condensed thead .prev:hover,
.datepicker[data-bg=white] .calendar-input .datepicker .datepicker-days .table-condensed thead .prev:hover,
.datepicker[data-bg=white] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-days .table-condensed thead .prev:hover,
.datepicker[data-bg=gray] .datepicker[data-bg=white] .calendar-input .datepicker .datepicker-days .table-condensed thead .prev:hover,
.datepicker[data-bg=white] .calendar-builds .datepicker .datepicker-days .table-condensed thead .next:hover,
.datepicker[data-bg=white] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-days .table-condensed thead .next:hover,
.calendar[data-bg=white] .datepicker[data-bg=white] .calendar-input .datepicker .datepicker-days .table-condensed thead .next:hover,
.datepicker[data-bg=white] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-days .table-condensed thead .next:hover,
.calendar[data-bg=gray] .datepicker[data-bg=white] .calendar-input .datepicker .datepicker-days .table-condensed thead .next:hover,
.datepicker[data-bg=white] .calendar-input .datepicker .datepicker-days .table-condensed thead .next:hover,
.datepicker[data-bg=white] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-days .table-condensed thead .next:hover,
.datepicker[data-bg=gray] .datepicker[data-bg=white] .calendar-input .datepicker .datepicker-days .table-condensed thead .next:hover,
.datepicker[data-bg=white] .calendar-builds .datepicker .datepicker-months .table-condensed thead .prev:hover,
.datepicker[data-bg=white] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-months .table-condensed thead .prev:hover,
.calendar[data-bg=white] .datepicker[data-bg=white] .calendar-input .datepicker .datepicker-months .table-condensed thead .prev:hover,
.datepicker[data-bg=white] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-months .table-condensed thead .prev:hover,
.calendar[data-bg=gray] .datepicker[data-bg=white] .calendar-input .datepicker .datepicker-months .table-condensed thead .prev:hover,
.datepicker[data-bg=white] .calendar-input .datepicker .datepicker-months .table-condensed thead .prev:hover,
.datepicker[data-bg=white] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-months .table-condensed thead .prev:hover,
.datepicker[data-bg=gray] .datepicker[data-bg=white] .calendar-input .datepicker .datepicker-months .table-condensed thead .prev:hover,
.datepicker[data-bg=white] .calendar-builds .datepicker .datepicker-months .table-condensed thead .next:hover,
.datepicker[data-bg=white] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-months .table-condensed thead .next:hover,
.calendar[data-bg=white] .datepicker[data-bg=white] .calendar-input .datepicker .datepicker-months .table-condensed thead .next:hover,
.datepicker[data-bg=white] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-months .table-condensed thead .next:hover,
.calendar[data-bg=gray] .datepicker[data-bg=white] .calendar-input .datepicker .datepicker-months .table-condensed thead .next:hover,
.datepicker[data-bg=white] .calendar-input .datepicker .datepicker-months .table-condensed thead .next:hover,
.datepicker[data-bg=white] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-months .table-condensed thead .next:hover,
.datepicker[data-bg=gray] .datepicker[data-bg=white] .calendar-input .datepicker .datepicker-months .table-condensed thead .next:hover,
.datepicker[data-bg=white] .calendar-builds .datepicker .datepicker-years .table-condensed thead .prev:hover,
.datepicker[data-bg=white] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-years .table-condensed thead .prev:hover,
.calendar[data-bg=white] .datepicker[data-bg=white] .calendar-input .datepicker .datepicker-years .table-condensed thead .prev:hover,
.datepicker[data-bg=white] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-years .table-condensed thead .prev:hover,
.calendar[data-bg=gray] .datepicker[data-bg=white] .calendar-input .datepicker .datepicker-years .table-condensed thead .prev:hover,
.datepicker[data-bg=white] .calendar-input .datepicker .datepicker-years .table-condensed thead .prev:hover,
.datepicker[data-bg=white] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-years .table-condensed thead .prev:hover,
.datepicker[data-bg=gray] .datepicker[data-bg=white] .calendar-input .datepicker .datepicker-years .table-condensed thead .prev:hover,
.datepicker[data-bg=white] .calendar-builds .datepicker .datepicker-years .table-condensed thead .next:hover,
.datepicker[data-bg=white] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-years .table-condensed thead .next:hover,
.calendar[data-bg=white] .datepicker[data-bg=white] .calendar-input .datepicker .datepicker-years .table-condensed thead .next:hover,
.datepicker[data-bg=white] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-years .table-condensed thead .next:hover,
.calendar[data-bg=gray] .datepicker[data-bg=white] .calendar-input .datepicker .datepicker-years .table-condensed thead .next:hover,
.datepicker[data-bg=white] .calendar-input .datepicker .datepicker-years .table-condensed thead .next:hover,
.datepicker[data-bg=white] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-years .table-condensed thead .next:hover,
.datepicker[data-bg=gray] .datepicker[data-bg=white] .calendar-input .datepicker .datepicker-years .table-condensed thead .next:hover,
.datepicker[data-bg=white] .calendar-builds .datepicker .datepicker-decades .table-condensed thead .prev:hover,
.datepicker[data-bg=white] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-decades .table-condensed thead .prev:hover,
.calendar[data-bg=white] .datepicker[data-bg=white] .calendar-input .datepicker .datepicker-decades .table-condensed thead .prev:hover,
.datepicker[data-bg=white] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-decades .table-condensed thead .prev:hover,
.calendar[data-bg=gray] .datepicker[data-bg=white] .calendar-input .datepicker .datepicker-decades .table-condensed thead .prev:hover,
.datepicker[data-bg=white] .calendar-input .datepicker .datepicker-decades .table-condensed thead .prev:hover,
.datepicker[data-bg=white] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-decades .table-condensed thead .prev:hover,
.datepicker[data-bg=gray] .datepicker[data-bg=white] .calendar-input .datepicker .datepicker-decades .table-condensed thead .prev:hover,
.datepicker[data-bg=white] .calendar-builds .datepicker .datepicker-decades .table-condensed thead .next:hover,
.datepicker[data-bg=white] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-decades .table-condensed thead .next:hover,
.calendar[data-bg=white] .datepicker[data-bg=white] .calendar-input .datepicker .datepicker-decades .table-condensed thead .next:hover,
.datepicker[data-bg=white] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-decades .table-condensed thead .next:hover,
.calendar[data-bg=gray] .datepicker[data-bg=white] .calendar-input .datepicker .datepicker-decades .table-condensed thead .next:hover,
.datepicker[data-bg=white] .calendar-input .datepicker .datepicker-decades .table-condensed thead .next:hover,
.datepicker[data-bg=white] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-decades .table-condensed thead .next:hover,
.datepicker[data-bg=gray] .datepicker[data-bg=white] .calendar-input .datepicker .datepicker-decades .table-condensed thead .next:hover,
.datepicker[data-bg=white] .calendar-builds .datepicker .datepicker-centuries .table-condensed thead .prev:hover,
.datepicker[data-bg=white] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-centuries .table-condensed thead .prev:hover,
.calendar[data-bg=white] .datepicker[data-bg=white] .calendar-input .datepicker .datepicker-centuries .table-condensed thead .prev:hover,
.datepicker[data-bg=white] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-centuries .table-condensed thead .prev:hover,
.calendar[data-bg=gray] .datepicker[data-bg=white] .calendar-input .datepicker .datepicker-centuries .table-condensed thead .prev:hover,
.datepicker[data-bg=white] .calendar-input .datepicker .datepicker-centuries .table-condensed thead .prev:hover,
.datepicker[data-bg=white] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-centuries .table-condensed thead .prev:hover,
.datepicker[data-bg=gray] .datepicker[data-bg=white] .calendar-input .datepicker .datepicker-centuries .table-condensed thead .prev:hover,
.datepicker[data-bg=white] .calendar-builds .datepicker .datepicker-centuries .table-condensed thead .next:hover,
.datepicker[data-bg=white] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-centuries .table-condensed thead .next:hover,
.calendar[data-bg=white] .datepicker[data-bg=white] .calendar-input .datepicker .datepicker-centuries .table-condensed thead .next:hover,
.datepicker[data-bg=white] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-centuries .table-condensed thead .next:hover,
.calendar[data-bg=gray] .datepicker[data-bg=white] .calendar-input .datepicker .datepicker-centuries .table-condensed thead .next:hover,
.datepicker[data-bg=white] .calendar-input .datepicker .datepicker-centuries .table-condensed thead .next:hover,
.datepicker[data-bg=white] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-centuries .table-condensed thead .next:hover,
.datepicker[data-bg=gray] .datepicker[data-bg=white] .calendar-input .datepicker .datepicker-centuries .table-condensed thead .next:hover,
.datepicker[data-bg=gray] .calendar-builds .datepicker .datepicker-days .table-condensed thead .prev:hover,
.datepicker[data-bg=gray] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-days .table-condensed thead .prev:hover,
.calendar[data-bg=white] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-days .table-condensed thead .prev:hover,
.datepicker[data-bg=gray] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-days .table-condensed thead .prev:hover,
.calendar[data-bg=gray] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-days .table-condensed thead .prev:hover,
.datepicker[data-bg=gray] .datepicker[data-bg=white] .calendar-input .datepicker .datepicker-days .table-condensed thead .prev:hover,
.datepicker[data-bg=white] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-days .table-condensed thead .prev:hover,
.datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-days .table-condensed thead .prev:hover,
.datepicker[data-bg=gray] .calendar-builds .datepicker .datepicker-days .table-condensed thead .next:hover,
.datepicker[data-bg=gray] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-days .table-condensed thead .next:hover,
.calendar[data-bg=white] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-days .table-condensed thead .next:hover,
.datepicker[data-bg=gray] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-days .table-condensed thead .next:hover,
.calendar[data-bg=gray] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-days .table-condensed thead .next:hover,
.datepicker[data-bg=gray] .datepicker[data-bg=white] .calendar-input .datepicker .datepicker-days .table-condensed thead .next:hover,
.datepicker[data-bg=white] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-days .table-condensed thead .next:hover,
.datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-days .table-condensed thead .next:hover,
.datepicker[data-bg=gray] .calendar-builds .datepicker .datepicker-months .table-condensed thead .prev:hover,
.datepicker[data-bg=gray] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-months .table-condensed thead .prev:hover,
.calendar[data-bg=white] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-months .table-condensed thead .prev:hover,
.datepicker[data-bg=gray] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-months .table-condensed thead .prev:hover,
.calendar[data-bg=gray] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-months .table-condensed thead .prev:hover,
.datepicker[data-bg=gray] .datepicker[data-bg=white] .calendar-input .datepicker .datepicker-months .table-condensed thead .prev:hover,
.datepicker[data-bg=white] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-months .table-condensed thead .prev:hover,
.datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-months .table-condensed thead .prev:hover,
.datepicker[data-bg=gray] .calendar-builds .datepicker .datepicker-months .table-condensed thead .next:hover,
.datepicker[data-bg=gray] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-months .table-condensed thead .next:hover,
.calendar[data-bg=white] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-months .table-condensed thead .next:hover,
.datepicker[data-bg=gray] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-months .table-condensed thead .next:hover,
.calendar[data-bg=gray] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-months .table-condensed thead .next:hover,
.datepicker[data-bg=gray] .datepicker[data-bg=white] .calendar-input .datepicker .datepicker-months .table-condensed thead .next:hover,
.datepicker[data-bg=white] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-months .table-condensed thead .next:hover,
.datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-months .table-condensed thead .next:hover,
.datepicker[data-bg=gray] .calendar-builds .datepicker .datepicker-years .table-condensed thead .prev:hover,
.datepicker[data-bg=gray] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-years .table-condensed thead .prev:hover,
.calendar[data-bg=white] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-years .table-condensed thead .prev:hover,
.datepicker[data-bg=gray] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-years .table-condensed thead .prev:hover,
.calendar[data-bg=gray] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-years .table-condensed thead .prev:hover,
.datepicker[data-bg=gray] .datepicker[data-bg=white] .calendar-input .datepicker .datepicker-years .table-condensed thead .prev:hover,
.datepicker[data-bg=white] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-years .table-condensed thead .prev:hover,
.datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-years .table-condensed thead .prev:hover,
.datepicker[data-bg=gray] .calendar-builds .datepicker .datepicker-years .table-condensed thead .next:hover,
.datepicker[data-bg=gray] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-years .table-condensed thead .next:hover,
.calendar[data-bg=white] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-years .table-condensed thead .next:hover,
.datepicker[data-bg=gray] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-years .table-condensed thead .next:hover,
.calendar[data-bg=gray] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-years .table-condensed thead .next:hover,
.datepicker[data-bg=gray] .datepicker[data-bg=white] .calendar-input .datepicker .datepicker-years .table-condensed thead .next:hover,
.datepicker[data-bg=white] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-years .table-condensed thead .next:hover,
.datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-years .table-condensed thead .next:hover,
.datepicker[data-bg=gray] .calendar-builds .datepicker .datepicker-decades .table-condensed thead .prev:hover,
.datepicker[data-bg=gray] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-decades .table-condensed thead .prev:hover,
.calendar[data-bg=white] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-decades .table-condensed thead .prev:hover,
.datepicker[data-bg=gray] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-decades .table-condensed thead .prev:hover,
.calendar[data-bg=gray] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-decades .table-condensed thead .prev:hover,
.datepicker[data-bg=gray] .datepicker[data-bg=white] .calendar-input .datepicker .datepicker-decades .table-condensed thead .prev:hover,
.datepicker[data-bg=white] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-decades .table-condensed thead .prev:hover,
.datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-decades .table-condensed thead .prev:hover,
.datepicker[data-bg=gray] .calendar-builds .datepicker .datepicker-decades .table-condensed thead .next:hover,
.datepicker[data-bg=gray] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-decades .table-condensed thead .next:hover,
.calendar[data-bg=white] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-decades .table-condensed thead .next:hover,
.datepicker[data-bg=gray] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-decades .table-condensed thead .next:hover,
.calendar[data-bg=gray] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-decades .table-condensed thead .next:hover,
.datepicker[data-bg=gray] .datepicker[data-bg=white] .calendar-input .datepicker .datepicker-decades .table-condensed thead .next:hover,
.datepicker[data-bg=white] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-decades .table-condensed thead .next:hover,
.datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-decades .table-condensed thead .next:hover,
.datepicker[data-bg=gray] .calendar-builds .datepicker .datepicker-centuries .table-condensed thead .prev:hover,
.datepicker[data-bg=gray] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-centuries .table-condensed thead .prev:hover,
.calendar[data-bg=white] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-centuries .table-condensed thead .prev:hover,
.datepicker[data-bg=gray] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-centuries .table-condensed thead .prev:hover,
.calendar[data-bg=gray] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-centuries .table-condensed thead .prev:hover,
.datepicker[data-bg=gray] .datepicker[data-bg=white] .calendar-input .datepicker .datepicker-centuries .table-condensed thead .prev:hover,
.datepicker[data-bg=white] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-centuries .table-condensed thead .prev:hover,
.datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-centuries .table-condensed thead .prev:hover,
.datepicker[data-bg=gray] .calendar-builds .datepicker .datepicker-centuries .table-condensed thead .next:hover,
.datepicker[data-bg=gray] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-centuries .table-condensed thead .next:hover,
.calendar[data-bg=white] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-centuries .table-condensed thead .next:hover,
.datepicker[data-bg=gray] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-centuries .table-condensed thead .next:hover,
.calendar[data-bg=gray] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-centuries .table-condensed thead .next:hover,
.datepicker[data-bg=gray] .datepicker[data-bg=white] .calendar-input .datepicker .datepicker-centuries .table-condensed thead .next:hover,
.datepicker[data-bg=white] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-centuries .table-condensed thead .next:hover,
.datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-centuries .table-condensed thead .next:hover {
  border-radius: 100%;
}
.calendar[data-bg=white] .calendar-builds .datepicker .datepicker-days .table-condensed thead .prev i::before, .calendar[data-bg=white] .calendar-input .datepicker .datepicker-days .table-condensed thead .prev i::before, .calendar[data-bg=white] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-days .table-condensed thead .prev i::before, .calendar[data-bg=gray] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-days .table-condensed thead .prev i::before,
.calendar[data-bg=white] .datepicker[data-bg=white] .calendar-input .datepicker .datepicker-days .table-condensed thead .prev i::before,
.datepicker[data-bg=white] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-days .table-condensed thead .prev i::before,
.calendar[data-bg=white] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-days .table-condensed thead .prev i::before,
.datepicker[data-bg=gray] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-days .table-condensed thead .prev i::before,
.calendar[data-bg=white] .calendar-builds .datepicker .datepicker-days .table-condensed thead .next i::before,
.calendar[data-bg=white] .calendar-input .datepicker .datepicker-days .table-condensed thead .next i::before,
.calendar[data-bg=white] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-days .table-condensed thead .next i::before,
.calendar[data-bg=gray] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-days .table-condensed thead .next i::before,
.calendar[data-bg=white] .datepicker[data-bg=white] .calendar-input .datepicker .datepicker-days .table-condensed thead .next i::before,
.datepicker[data-bg=white] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-days .table-condensed thead .next i::before,
.calendar[data-bg=white] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-days .table-condensed thead .next i::before,
.datepicker[data-bg=gray] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-days .table-condensed thead .next i::before,
.calendar[data-bg=white] .calendar-builds .datepicker .datepicker-months .table-condensed thead .prev i::before,
.calendar[data-bg=white] .calendar-input .datepicker .datepicker-months .table-condensed thead .prev i::before,
.calendar[data-bg=white] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-months .table-condensed thead .prev i::before,
.calendar[data-bg=gray] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-months .table-condensed thead .prev i::before,
.calendar[data-bg=white] .datepicker[data-bg=white] .calendar-input .datepicker .datepicker-months .table-condensed thead .prev i::before,
.datepicker[data-bg=white] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-months .table-condensed thead .prev i::before,
.calendar[data-bg=white] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-months .table-condensed thead .prev i::before,
.datepicker[data-bg=gray] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-months .table-condensed thead .prev i::before,
.calendar[data-bg=white] .calendar-builds .datepicker .datepicker-months .table-condensed thead .next i::before,
.calendar[data-bg=white] .calendar-input .datepicker .datepicker-months .table-condensed thead .next i::before,
.calendar[data-bg=white] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-months .table-condensed thead .next i::before,
.calendar[data-bg=gray] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-months .table-condensed thead .next i::before,
.calendar[data-bg=white] .datepicker[data-bg=white] .calendar-input .datepicker .datepicker-months .table-condensed thead .next i::before,
.datepicker[data-bg=white] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-months .table-condensed thead .next i::before,
.calendar[data-bg=white] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-months .table-condensed thead .next i::before,
.datepicker[data-bg=gray] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-months .table-condensed thead .next i::before,
.calendar[data-bg=white] .calendar-builds .datepicker .datepicker-years .table-condensed thead .prev i::before,
.calendar[data-bg=white] .calendar-input .datepicker .datepicker-years .table-condensed thead .prev i::before,
.calendar[data-bg=white] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-years .table-condensed thead .prev i::before,
.calendar[data-bg=gray] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-years .table-condensed thead .prev i::before,
.calendar[data-bg=white] .datepicker[data-bg=white] .calendar-input .datepicker .datepicker-years .table-condensed thead .prev i::before,
.datepicker[data-bg=white] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-years .table-condensed thead .prev i::before,
.calendar[data-bg=white] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-years .table-condensed thead .prev i::before,
.datepicker[data-bg=gray] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-years .table-condensed thead .prev i::before,
.calendar[data-bg=white] .calendar-builds .datepicker .datepicker-years .table-condensed thead .next i::before,
.calendar[data-bg=white] .calendar-input .datepicker .datepicker-years .table-condensed thead .next i::before,
.calendar[data-bg=white] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-years .table-condensed thead .next i::before,
.calendar[data-bg=gray] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-years .table-condensed thead .next i::before,
.calendar[data-bg=white] .datepicker[data-bg=white] .calendar-input .datepicker .datepicker-years .table-condensed thead .next i::before,
.datepicker[data-bg=white] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-years .table-condensed thead .next i::before,
.calendar[data-bg=white] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-years .table-condensed thead .next i::before,
.datepicker[data-bg=gray] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-years .table-condensed thead .next i::before,
.calendar[data-bg=white] .calendar-builds .datepicker .datepicker-decades .table-condensed thead .prev i::before,
.calendar[data-bg=white] .calendar-input .datepicker .datepicker-decades .table-condensed thead .prev i::before,
.calendar[data-bg=white] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-decades .table-condensed thead .prev i::before,
.calendar[data-bg=gray] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-decades .table-condensed thead .prev i::before,
.calendar[data-bg=white] .datepicker[data-bg=white] .calendar-input .datepicker .datepicker-decades .table-condensed thead .prev i::before,
.datepicker[data-bg=white] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-decades .table-condensed thead .prev i::before,
.calendar[data-bg=white] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-decades .table-condensed thead .prev i::before,
.datepicker[data-bg=gray] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-decades .table-condensed thead .prev i::before,
.calendar[data-bg=white] .calendar-builds .datepicker .datepicker-decades .table-condensed thead .next i::before,
.calendar[data-bg=white] .calendar-input .datepicker .datepicker-decades .table-condensed thead .next i::before,
.calendar[data-bg=white] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-decades .table-condensed thead .next i::before,
.calendar[data-bg=gray] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-decades .table-condensed thead .next i::before,
.calendar[data-bg=white] .datepicker[data-bg=white] .calendar-input .datepicker .datepicker-decades .table-condensed thead .next i::before,
.datepicker[data-bg=white] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-decades .table-condensed thead .next i::before,
.calendar[data-bg=white] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-decades .table-condensed thead .next i::before,
.datepicker[data-bg=gray] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-decades .table-condensed thead .next i::before,
.calendar[data-bg=white] .calendar-builds .datepicker .datepicker-centuries .table-condensed thead .prev i::before,
.calendar[data-bg=white] .calendar-input .datepicker .datepicker-centuries .table-condensed thead .prev i::before,
.calendar[data-bg=white] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-centuries .table-condensed thead .prev i::before,
.calendar[data-bg=gray] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-centuries .table-condensed thead .prev i::before,
.calendar[data-bg=white] .datepicker[data-bg=white] .calendar-input .datepicker .datepicker-centuries .table-condensed thead .prev i::before,
.datepicker[data-bg=white] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-centuries .table-condensed thead .prev i::before,
.calendar[data-bg=white] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-centuries .table-condensed thead .prev i::before,
.datepicker[data-bg=gray] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-centuries .table-condensed thead .prev i::before,
.calendar[data-bg=white] .calendar-builds .datepicker .datepicker-centuries .table-condensed thead .next i::before,
.calendar[data-bg=white] .calendar-input .datepicker .datepicker-centuries .table-condensed thead .next i::before,
.calendar[data-bg=white] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-centuries .table-condensed thead .next i::before,
.calendar[data-bg=gray] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-centuries .table-condensed thead .next i::before,
.calendar[data-bg=white] .datepicker[data-bg=white] .calendar-input .datepicker .datepicker-centuries .table-condensed thead .next i::before,
.datepicker[data-bg=white] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-centuries .table-condensed thead .next i::before,
.calendar[data-bg=white] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-centuries .table-condensed thead .next i::before,
.datepicker[data-bg=gray] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-centuries .table-condensed thead .next i::before, .calendar[data-bg=gray] .calendar-builds .datepicker .datepicker-days .table-condensed thead .prev i::before, .calendar[data-bg=gray] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-days .table-condensed thead .prev i::before, .calendar[data-bg=white] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-days .table-condensed thead .prev i::before, .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-days .table-condensed thead .prev i::before,
.calendar[data-bg=gray] .datepicker[data-bg=white] .calendar-input .datepicker .datepicker-days .table-condensed thead .prev i::before,
.datepicker[data-bg=white] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-days .table-condensed thead .prev i::before,
.calendar[data-bg=gray] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-days .table-condensed thead .prev i::before,
.datepicker[data-bg=gray] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-days .table-condensed thead .prev i::before,
.calendar[data-bg=gray] .calendar-builds .datepicker .datepicker-days .table-condensed thead .next i::before,
.calendar[data-bg=gray] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-days .table-condensed thead .next i::before,
.calendar[data-bg=white] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-days .table-condensed thead .next i::before,
.calendar[data-bg=gray] .calendar-input .datepicker .datepicker-days .table-condensed thead .next i::before,
.calendar[data-bg=gray] .datepicker[data-bg=white] .calendar-input .datepicker .datepicker-days .table-condensed thead .next i::before,
.datepicker[data-bg=white] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-days .table-condensed thead .next i::before,
.calendar[data-bg=gray] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-days .table-condensed thead .next i::before,
.datepicker[data-bg=gray] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-days .table-condensed thead .next i::before,
.calendar[data-bg=gray] .calendar-builds .datepicker .datepicker-months .table-condensed thead .prev i::before,
.calendar[data-bg=gray] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-months .table-condensed thead .prev i::before,
.calendar[data-bg=white] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-months .table-condensed thead .prev i::before,
.calendar[data-bg=gray] .calendar-input .datepicker .datepicker-months .table-condensed thead .prev i::before,
.calendar[data-bg=gray] .datepicker[data-bg=white] .calendar-input .datepicker .datepicker-months .table-condensed thead .prev i::before,
.datepicker[data-bg=white] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-months .table-condensed thead .prev i::before,
.calendar[data-bg=gray] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-months .table-condensed thead .prev i::before,
.datepicker[data-bg=gray] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-months .table-condensed thead .prev i::before,
.calendar[data-bg=gray] .calendar-builds .datepicker .datepicker-months .table-condensed thead .next i::before,
.calendar[data-bg=gray] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-months .table-condensed thead .next i::before,
.calendar[data-bg=white] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-months .table-condensed thead .next i::before,
.calendar[data-bg=gray] .calendar-input .datepicker .datepicker-months .table-condensed thead .next i::before,
.calendar[data-bg=gray] .datepicker[data-bg=white] .calendar-input .datepicker .datepicker-months .table-condensed thead .next i::before,
.datepicker[data-bg=white] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-months .table-condensed thead .next i::before,
.calendar[data-bg=gray] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-months .table-condensed thead .next i::before,
.datepicker[data-bg=gray] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-months .table-condensed thead .next i::before,
.calendar[data-bg=gray] .calendar-builds .datepicker .datepicker-years .table-condensed thead .prev i::before,
.calendar[data-bg=gray] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-years .table-condensed thead .prev i::before,
.calendar[data-bg=white] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-years .table-condensed thead .prev i::before,
.calendar[data-bg=gray] .calendar-input .datepicker .datepicker-years .table-condensed thead .prev i::before,
.calendar[data-bg=gray] .datepicker[data-bg=white] .calendar-input .datepicker .datepicker-years .table-condensed thead .prev i::before,
.datepicker[data-bg=white] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-years .table-condensed thead .prev i::before,
.calendar[data-bg=gray] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-years .table-condensed thead .prev i::before,
.datepicker[data-bg=gray] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-years .table-condensed thead .prev i::before,
.calendar[data-bg=gray] .calendar-builds .datepicker .datepicker-years .table-condensed thead .next i::before,
.calendar[data-bg=gray] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-years .table-condensed thead .next i::before,
.calendar[data-bg=white] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-years .table-condensed thead .next i::before,
.calendar[data-bg=gray] .calendar-input .datepicker .datepicker-years .table-condensed thead .next i::before,
.calendar[data-bg=gray] .datepicker[data-bg=white] .calendar-input .datepicker .datepicker-years .table-condensed thead .next i::before,
.datepicker[data-bg=white] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-years .table-condensed thead .next i::before,
.calendar[data-bg=gray] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-years .table-condensed thead .next i::before,
.datepicker[data-bg=gray] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-years .table-condensed thead .next i::before,
.calendar[data-bg=gray] .calendar-builds .datepicker .datepicker-decades .table-condensed thead .prev i::before,
.calendar[data-bg=gray] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-decades .table-condensed thead .prev i::before,
.calendar[data-bg=white] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-decades .table-condensed thead .prev i::before,
.calendar[data-bg=gray] .calendar-input .datepicker .datepicker-decades .table-condensed thead .prev i::before,
.calendar[data-bg=gray] .datepicker[data-bg=white] .calendar-input .datepicker .datepicker-decades .table-condensed thead .prev i::before,
.datepicker[data-bg=white] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-decades .table-condensed thead .prev i::before,
.calendar[data-bg=gray] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-decades .table-condensed thead .prev i::before,
.datepicker[data-bg=gray] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-decades .table-condensed thead .prev i::before,
.calendar[data-bg=gray] .calendar-builds .datepicker .datepicker-decades .table-condensed thead .next i::before,
.calendar[data-bg=gray] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-decades .table-condensed thead .next i::before,
.calendar[data-bg=white] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-decades .table-condensed thead .next i::before,
.calendar[data-bg=gray] .calendar-input .datepicker .datepicker-decades .table-condensed thead .next i::before,
.calendar[data-bg=gray] .datepicker[data-bg=white] .calendar-input .datepicker .datepicker-decades .table-condensed thead .next i::before,
.datepicker[data-bg=white] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-decades .table-condensed thead .next i::before,
.calendar[data-bg=gray] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-decades .table-condensed thead .next i::before,
.datepicker[data-bg=gray] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-decades .table-condensed thead .next i::before,
.calendar[data-bg=gray] .calendar-builds .datepicker .datepicker-centuries .table-condensed thead .prev i::before,
.calendar[data-bg=gray] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-centuries .table-condensed thead .prev i::before,
.calendar[data-bg=white] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-centuries .table-condensed thead .prev i::before,
.calendar[data-bg=gray] .calendar-input .datepicker .datepicker-centuries .table-condensed thead .prev i::before,
.calendar[data-bg=gray] .datepicker[data-bg=white] .calendar-input .datepicker .datepicker-centuries .table-condensed thead .prev i::before,
.datepicker[data-bg=white] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-centuries .table-condensed thead .prev i::before,
.calendar[data-bg=gray] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-centuries .table-condensed thead .prev i::before,
.datepicker[data-bg=gray] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-centuries .table-condensed thead .prev i::before,
.calendar[data-bg=gray] .calendar-builds .datepicker .datepicker-centuries .table-condensed thead .next i::before,
.calendar[data-bg=gray] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-centuries .table-condensed thead .next i::before,
.calendar[data-bg=white] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-centuries .table-condensed thead .next i::before,
.calendar[data-bg=gray] .calendar-input .datepicker .datepicker-centuries .table-condensed thead .next i::before,
.calendar[data-bg=gray] .datepicker[data-bg=white] .calendar-input .datepicker .datepicker-centuries .table-condensed thead .next i::before,
.datepicker[data-bg=white] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-centuries .table-condensed thead .next i::before,
.calendar[data-bg=gray] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-centuries .table-condensed thead .next i::before,
.datepicker[data-bg=gray] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-centuries .table-condensed thead .next i::before,
.datepicker[data-bg=white] .calendar-builds .datepicker .datepicker-days .table-condensed thead .prev i::before,
.datepicker[data-bg=white] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-days .table-condensed thead .prev i::before,
.calendar[data-bg=white] .datepicker[data-bg=white] .calendar-input .datepicker .datepicker-days .table-condensed thead .prev i::before,
.datepicker[data-bg=white] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-days .table-condensed thead .prev i::before,
.calendar[data-bg=gray] .datepicker[data-bg=white] .calendar-input .datepicker .datepicker-days .table-condensed thead .prev i::before,
.datepicker[data-bg=white] .calendar-input .datepicker .datepicker-days .table-condensed thead .prev i::before,
.datepicker[data-bg=white] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-days .table-condensed thead .prev i::before,
.datepicker[data-bg=gray] .datepicker[data-bg=white] .calendar-input .datepicker .datepicker-days .table-condensed thead .prev i::before,
.datepicker[data-bg=white] .calendar-builds .datepicker .datepicker-days .table-condensed thead .next i::before,
.datepicker[data-bg=white] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-days .table-condensed thead .next i::before,
.calendar[data-bg=white] .datepicker[data-bg=white] .calendar-input .datepicker .datepicker-days .table-condensed thead .next i::before,
.datepicker[data-bg=white] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-days .table-condensed thead .next i::before,
.calendar[data-bg=gray] .datepicker[data-bg=white] .calendar-input .datepicker .datepicker-days .table-condensed thead .next i::before,
.datepicker[data-bg=white] .calendar-input .datepicker .datepicker-days .table-condensed thead .next i::before,
.datepicker[data-bg=white] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-days .table-condensed thead .next i::before,
.datepicker[data-bg=gray] .datepicker[data-bg=white] .calendar-input .datepicker .datepicker-days .table-condensed thead .next i::before,
.datepicker[data-bg=white] .calendar-builds .datepicker .datepicker-months .table-condensed thead .prev i::before,
.datepicker[data-bg=white] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-months .table-condensed thead .prev i::before,
.calendar[data-bg=white] .datepicker[data-bg=white] .calendar-input .datepicker .datepicker-months .table-condensed thead .prev i::before,
.datepicker[data-bg=white] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-months .table-condensed thead .prev i::before,
.calendar[data-bg=gray] .datepicker[data-bg=white] .calendar-input .datepicker .datepicker-months .table-condensed thead .prev i::before,
.datepicker[data-bg=white] .calendar-input .datepicker .datepicker-months .table-condensed thead .prev i::before,
.datepicker[data-bg=white] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-months .table-condensed thead .prev i::before,
.datepicker[data-bg=gray] .datepicker[data-bg=white] .calendar-input .datepicker .datepicker-months .table-condensed thead .prev i::before,
.datepicker[data-bg=white] .calendar-builds .datepicker .datepicker-months .table-condensed thead .next i::before,
.datepicker[data-bg=white] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-months .table-condensed thead .next i::before,
.calendar[data-bg=white] .datepicker[data-bg=white] .calendar-input .datepicker .datepicker-months .table-condensed thead .next i::before,
.datepicker[data-bg=white] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-months .table-condensed thead .next i::before,
.calendar[data-bg=gray] .datepicker[data-bg=white] .calendar-input .datepicker .datepicker-months .table-condensed thead .next i::before,
.datepicker[data-bg=white] .calendar-input .datepicker .datepicker-months .table-condensed thead .next i::before,
.datepicker[data-bg=white] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-months .table-condensed thead .next i::before,
.datepicker[data-bg=gray] .datepicker[data-bg=white] .calendar-input .datepicker .datepicker-months .table-condensed thead .next i::before,
.datepicker[data-bg=white] .calendar-builds .datepicker .datepicker-years .table-condensed thead .prev i::before,
.datepicker[data-bg=white] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-years .table-condensed thead .prev i::before,
.calendar[data-bg=white] .datepicker[data-bg=white] .calendar-input .datepicker .datepicker-years .table-condensed thead .prev i::before,
.datepicker[data-bg=white] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-years .table-condensed thead .prev i::before,
.calendar[data-bg=gray] .datepicker[data-bg=white] .calendar-input .datepicker .datepicker-years .table-condensed thead .prev i::before,
.datepicker[data-bg=white] .calendar-input .datepicker .datepicker-years .table-condensed thead .prev i::before,
.datepicker[data-bg=white] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-years .table-condensed thead .prev i::before,
.datepicker[data-bg=gray] .datepicker[data-bg=white] .calendar-input .datepicker .datepicker-years .table-condensed thead .prev i::before,
.datepicker[data-bg=white] .calendar-builds .datepicker .datepicker-years .table-condensed thead .next i::before,
.datepicker[data-bg=white] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-years .table-condensed thead .next i::before,
.calendar[data-bg=white] .datepicker[data-bg=white] .calendar-input .datepicker .datepicker-years .table-condensed thead .next i::before,
.datepicker[data-bg=white] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-years .table-condensed thead .next i::before,
.calendar[data-bg=gray] .datepicker[data-bg=white] .calendar-input .datepicker .datepicker-years .table-condensed thead .next i::before,
.datepicker[data-bg=white] .calendar-input .datepicker .datepicker-years .table-condensed thead .next i::before,
.datepicker[data-bg=white] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-years .table-condensed thead .next i::before,
.datepicker[data-bg=gray] .datepicker[data-bg=white] .calendar-input .datepicker .datepicker-years .table-condensed thead .next i::before,
.datepicker[data-bg=white] .calendar-builds .datepicker .datepicker-decades .table-condensed thead .prev i::before,
.datepicker[data-bg=white] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-decades .table-condensed thead .prev i::before,
.calendar[data-bg=white] .datepicker[data-bg=white] .calendar-input .datepicker .datepicker-decades .table-condensed thead .prev i::before,
.datepicker[data-bg=white] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-decades .table-condensed thead .prev i::before,
.calendar[data-bg=gray] .datepicker[data-bg=white] .calendar-input .datepicker .datepicker-decades .table-condensed thead .prev i::before,
.datepicker[data-bg=white] .calendar-input .datepicker .datepicker-decades .table-condensed thead .prev i::before,
.datepicker[data-bg=white] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-decades .table-condensed thead .prev i::before,
.datepicker[data-bg=gray] .datepicker[data-bg=white] .calendar-input .datepicker .datepicker-decades .table-condensed thead .prev i::before,
.datepicker[data-bg=white] .calendar-builds .datepicker .datepicker-decades .table-condensed thead .next i::before,
.datepicker[data-bg=white] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-decades .table-condensed thead .next i::before,
.calendar[data-bg=white] .datepicker[data-bg=white] .calendar-input .datepicker .datepicker-decades .table-condensed thead .next i::before,
.datepicker[data-bg=white] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-decades .table-condensed thead .next i::before,
.calendar[data-bg=gray] .datepicker[data-bg=white] .calendar-input .datepicker .datepicker-decades .table-condensed thead .next i::before,
.datepicker[data-bg=white] .calendar-input .datepicker .datepicker-decades .table-condensed thead .next i::before,
.datepicker[data-bg=white] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-decades .table-condensed thead .next i::before,
.datepicker[data-bg=gray] .datepicker[data-bg=white] .calendar-input .datepicker .datepicker-decades .table-condensed thead .next i::before,
.datepicker[data-bg=white] .calendar-builds .datepicker .datepicker-centuries .table-condensed thead .prev i::before,
.datepicker[data-bg=white] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-centuries .table-condensed thead .prev i::before,
.calendar[data-bg=white] .datepicker[data-bg=white] .calendar-input .datepicker .datepicker-centuries .table-condensed thead .prev i::before,
.datepicker[data-bg=white] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-centuries .table-condensed thead .prev i::before,
.calendar[data-bg=gray] .datepicker[data-bg=white] .calendar-input .datepicker .datepicker-centuries .table-condensed thead .prev i::before,
.datepicker[data-bg=white] .calendar-input .datepicker .datepicker-centuries .table-condensed thead .prev i::before,
.datepicker[data-bg=white] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-centuries .table-condensed thead .prev i::before,
.datepicker[data-bg=gray] .datepicker[data-bg=white] .calendar-input .datepicker .datepicker-centuries .table-condensed thead .prev i::before,
.datepicker[data-bg=white] .calendar-builds .datepicker .datepicker-centuries .table-condensed thead .next i::before,
.datepicker[data-bg=white] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-centuries .table-condensed thead .next i::before,
.calendar[data-bg=white] .datepicker[data-bg=white] .calendar-input .datepicker .datepicker-centuries .table-condensed thead .next i::before,
.datepicker[data-bg=white] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-centuries .table-condensed thead .next i::before,
.calendar[data-bg=gray] .datepicker[data-bg=white] .calendar-input .datepicker .datepicker-centuries .table-condensed thead .next i::before,
.datepicker[data-bg=white] .calendar-input .datepicker .datepicker-centuries .table-condensed thead .next i::before,
.datepicker[data-bg=white] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-centuries .table-condensed thead .next i::before,
.datepicker[data-bg=gray] .datepicker[data-bg=white] .calendar-input .datepicker .datepicker-centuries .table-condensed thead .next i::before,
.datepicker[data-bg=gray] .calendar-builds .datepicker .datepicker-days .table-condensed thead .prev i::before,
.datepicker[data-bg=gray] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-days .table-condensed thead .prev i::before,
.calendar[data-bg=white] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-days .table-condensed thead .prev i::before,
.datepicker[data-bg=gray] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-days .table-condensed thead .prev i::before,
.calendar[data-bg=gray] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-days .table-condensed thead .prev i::before,
.datepicker[data-bg=gray] .datepicker[data-bg=white] .calendar-input .datepicker .datepicker-days .table-condensed thead .prev i::before,
.datepicker[data-bg=white] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-days .table-condensed thead .prev i::before,
.datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-days .table-condensed thead .prev i::before,
.datepicker[data-bg=gray] .calendar-builds .datepicker .datepicker-days .table-condensed thead .next i::before,
.datepicker[data-bg=gray] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-days .table-condensed thead .next i::before,
.calendar[data-bg=white] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-days .table-condensed thead .next i::before,
.datepicker[data-bg=gray] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-days .table-condensed thead .next i::before,
.calendar[data-bg=gray] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-days .table-condensed thead .next i::before,
.datepicker[data-bg=gray] .datepicker[data-bg=white] .calendar-input .datepicker .datepicker-days .table-condensed thead .next i::before,
.datepicker[data-bg=white] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-days .table-condensed thead .next i::before,
.datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-days .table-condensed thead .next i::before,
.datepicker[data-bg=gray] .calendar-builds .datepicker .datepicker-months .table-condensed thead .prev i::before,
.datepicker[data-bg=gray] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-months .table-condensed thead .prev i::before,
.calendar[data-bg=white] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-months .table-condensed thead .prev i::before,
.datepicker[data-bg=gray] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-months .table-condensed thead .prev i::before,
.calendar[data-bg=gray] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-months .table-condensed thead .prev i::before,
.datepicker[data-bg=gray] .datepicker[data-bg=white] .calendar-input .datepicker .datepicker-months .table-condensed thead .prev i::before,
.datepicker[data-bg=white] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-months .table-condensed thead .prev i::before,
.datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-months .table-condensed thead .prev i::before,
.datepicker[data-bg=gray] .calendar-builds .datepicker .datepicker-months .table-condensed thead .next i::before,
.datepicker[data-bg=gray] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-months .table-condensed thead .next i::before,
.calendar[data-bg=white] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-months .table-condensed thead .next i::before,
.datepicker[data-bg=gray] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-months .table-condensed thead .next i::before,
.calendar[data-bg=gray] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-months .table-condensed thead .next i::before,
.datepicker[data-bg=gray] .datepicker[data-bg=white] .calendar-input .datepicker .datepicker-months .table-condensed thead .next i::before,
.datepicker[data-bg=white] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-months .table-condensed thead .next i::before,
.datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-months .table-condensed thead .next i::before,
.datepicker[data-bg=gray] .calendar-builds .datepicker .datepicker-years .table-condensed thead .prev i::before,
.datepicker[data-bg=gray] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-years .table-condensed thead .prev i::before,
.calendar[data-bg=white] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-years .table-condensed thead .prev i::before,
.datepicker[data-bg=gray] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-years .table-condensed thead .prev i::before,
.calendar[data-bg=gray] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-years .table-condensed thead .prev i::before,
.datepicker[data-bg=gray] .datepicker[data-bg=white] .calendar-input .datepicker .datepicker-years .table-condensed thead .prev i::before,
.datepicker[data-bg=white] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-years .table-condensed thead .prev i::before,
.datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-years .table-condensed thead .prev i::before,
.datepicker[data-bg=gray] .calendar-builds .datepicker .datepicker-years .table-condensed thead .next i::before,
.datepicker[data-bg=gray] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-years .table-condensed thead .next i::before,
.calendar[data-bg=white] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-years .table-condensed thead .next i::before,
.datepicker[data-bg=gray] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-years .table-condensed thead .next i::before,
.calendar[data-bg=gray] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-years .table-condensed thead .next i::before,
.datepicker[data-bg=gray] .datepicker[data-bg=white] .calendar-input .datepicker .datepicker-years .table-condensed thead .next i::before,
.datepicker[data-bg=white] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-years .table-condensed thead .next i::before,
.datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-years .table-condensed thead .next i::before,
.datepicker[data-bg=gray] .calendar-builds .datepicker .datepicker-decades .table-condensed thead .prev i::before,
.datepicker[data-bg=gray] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-decades .table-condensed thead .prev i::before,
.calendar[data-bg=white] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-decades .table-condensed thead .prev i::before,
.datepicker[data-bg=gray] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-decades .table-condensed thead .prev i::before,
.calendar[data-bg=gray] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-decades .table-condensed thead .prev i::before,
.datepicker[data-bg=gray] .datepicker[data-bg=white] .calendar-input .datepicker .datepicker-decades .table-condensed thead .prev i::before,
.datepicker[data-bg=white] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-decades .table-condensed thead .prev i::before,
.datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-decades .table-condensed thead .prev i::before,
.datepicker[data-bg=gray] .calendar-builds .datepicker .datepicker-decades .table-condensed thead .next i::before,
.datepicker[data-bg=gray] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-decades .table-condensed thead .next i::before,
.calendar[data-bg=white] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-decades .table-condensed thead .next i::before,
.datepicker[data-bg=gray] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-decades .table-condensed thead .next i::before,
.calendar[data-bg=gray] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-decades .table-condensed thead .next i::before,
.datepicker[data-bg=gray] .datepicker[data-bg=white] .calendar-input .datepicker .datepicker-decades .table-condensed thead .next i::before,
.datepicker[data-bg=white] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-decades .table-condensed thead .next i::before,
.datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-decades .table-condensed thead .next i::before,
.datepicker[data-bg=gray] .calendar-builds .datepicker .datepicker-centuries .table-condensed thead .prev i::before,
.datepicker[data-bg=gray] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-centuries .table-condensed thead .prev i::before,
.calendar[data-bg=white] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-centuries .table-condensed thead .prev i::before,
.datepicker[data-bg=gray] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-centuries .table-condensed thead .prev i::before,
.calendar[data-bg=gray] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-centuries .table-condensed thead .prev i::before,
.datepicker[data-bg=gray] .datepicker[data-bg=white] .calendar-input .datepicker .datepicker-centuries .table-condensed thead .prev i::before,
.datepicker[data-bg=white] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-centuries .table-condensed thead .prev i::before,
.datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-centuries .table-condensed thead .prev i::before,
.datepicker[data-bg=gray] .calendar-builds .datepicker .datepicker-centuries .table-condensed thead .next i::before,
.datepicker[data-bg=gray] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-centuries .table-condensed thead .next i::before,
.calendar[data-bg=white] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-centuries .table-condensed thead .next i::before,
.datepicker[data-bg=gray] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-centuries .table-condensed thead .next i::before,
.calendar[data-bg=gray] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-centuries .table-condensed thead .next i::before,
.datepicker[data-bg=gray] .datepicker[data-bg=white] .calendar-input .datepicker .datepicker-centuries .table-condensed thead .next i::before,
.datepicker[data-bg=white] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-centuries .table-condensed thead .next i::before,
.datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-centuries .table-condensed thead .next i::before {
  color: var(--primary-darker-color);
}
.calendar[data-bg=white] .calendar-builds .datepicker .datepicker-days .table-condensed thead .dow, .calendar[data-bg=white] .calendar-input .datepicker .datepicker-days .table-condensed thead .dow, .calendar[data-bg=white] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-days .table-condensed thead .dow, .calendar[data-bg=gray] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-days .table-condensed thead .dow,
.calendar[data-bg=white] .datepicker[data-bg=white] .calendar-input .datepicker .datepicker-days .table-condensed thead .dow,
.datepicker[data-bg=white] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-days .table-condensed thead .dow,
.calendar[data-bg=white] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-days .table-condensed thead .dow,
.datepicker[data-bg=gray] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-days .table-condensed thead .dow,
.calendar[data-bg=white] .calendar-builds .datepicker .datepicker-months .table-condensed thead .dow,
.calendar[data-bg=white] .calendar-input .datepicker .datepicker-months .table-condensed thead .dow,
.calendar[data-bg=white] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-months .table-condensed thead .dow,
.calendar[data-bg=gray] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-months .table-condensed thead .dow,
.calendar[data-bg=white] .datepicker[data-bg=white] .calendar-input .datepicker .datepicker-months .table-condensed thead .dow,
.datepicker[data-bg=white] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-months .table-condensed thead .dow,
.calendar[data-bg=white] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-months .table-condensed thead .dow,
.datepicker[data-bg=gray] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-months .table-condensed thead .dow,
.calendar[data-bg=white] .calendar-builds .datepicker .datepicker-years .table-condensed thead .dow,
.calendar[data-bg=white] .calendar-input .datepicker .datepicker-years .table-condensed thead .dow,
.calendar[data-bg=white] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-years .table-condensed thead .dow,
.calendar[data-bg=gray] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-years .table-condensed thead .dow,
.calendar[data-bg=white] .datepicker[data-bg=white] .calendar-input .datepicker .datepicker-years .table-condensed thead .dow,
.datepicker[data-bg=white] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-years .table-condensed thead .dow,
.calendar[data-bg=white] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-years .table-condensed thead .dow,
.datepicker[data-bg=gray] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-years .table-condensed thead .dow,
.calendar[data-bg=white] .calendar-builds .datepicker .datepicker-decades .table-condensed thead .dow,
.calendar[data-bg=white] .calendar-input .datepicker .datepicker-decades .table-condensed thead .dow,
.calendar[data-bg=white] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-decades .table-condensed thead .dow,
.calendar[data-bg=gray] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-decades .table-condensed thead .dow,
.calendar[data-bg=white] .datepicker[data-bg=white] .calendar-input .datepicker .datepicker-decades .table-condensed thead .dow,
.datepicker[data-bg=white] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-decades .table-condensed thead .dow,
.calendar[data-bg=white] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-decades .table-condensed thead .dow,
.datepicker[data-bg=gray] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-decades .table-condensed thead .dow,
.calendar[data-bg=white] .calendar-builds .datepicker .datepicker-centuries .table-condensed thead .dow,
.calendar[data-bg=white] .calendar-input .datepicker .datepicker-centuries .table-condensed thead .dow,
.calendar[data-bg=white] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-centuries .table-condensed thead .dow,
.calendar[data-bg=gray] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-centuries .table-condensed thead .dow,
.calendar[data-bg=white] .datepicker[data-bg=white] .calendar-input .datepicker .datepicker-centuries .table-condensed thead .dow,
.datepicker[data-bg=white] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-centuries .table-condensed thead .dow,
.calendar[data-bg=white] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-centuries .table-condensed thead .dow,
.datepicker[data-bg=gray] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-centuries .table-condensed thead .dow, .calendar[data-bg=gray] .calendar-builds .datepicker .datepicker-days .table-condensed thead .dow, .calendar[data-bg=gray] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-days .table-condensed thead .dow, .calendar[data-bg=white] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-days .table-condensed thead .dow, .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-days .table-condensed thead .dow,
.calendar[data-bg=gray] .datepicker[data-bg=white] .calendar-input .datepicker .datepicker-days .table-condensed thead .dow,
.datepicker[data-bg=white] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-days .table-condensed thead .dow,
.calendar[data-bg=gray] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-days .table-condensed thead .dow,
.datepicker[data-bg=gray] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-days .table-condensed thead .dow,
.calendar[data-bg=gray] .calendar-builds .datepicker .datepicker-months .table-condensed thead .dow,
.calendar[data-bg=gray] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-months .table-condensed thead .dow,
.calendar[data-bg=white] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-months .table-condensed thead .dow,
.calendar[data-bg=gray] .calendar-input .datepicker .datepicker-months .table-condensed thead .dow,
.calendar[data-bg=gray] .datepicker[data-bg=white] .calendar-input .datepicker .datepicker-months .table-condensed thead .dow,
.datepicker[data-bg=white] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-months .table-condensed thead .dow,
.calendar[data-bg=gray] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-months .table-condensed thead .dow,
.datepicker[data-bg=gray] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-months .table-condensed thead .dow,
.calendar[data-bg=gray] .calendar-builds .datepicker .datepicker-years .table-condensed thead .dow,
.calendar[data-bg=gray] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-years .table-condensed thead .dow,
.calendar[data-bg=white] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-years .table-condensed thead .dow,
.calendar[data-bg=gray] .calendar-input .datepicker .datepicker-years .table-condensed thead .dow,
.calendar[data-bg=gray] .datepicker[data-bg=white] .calendar-input .datepicker .datepicker-years .table-condensed thead .dow,
.datepicker[data-bg=white] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-years .table-condensed thead .dow,
.calendar[data-bg=gray] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-years .table-condensed thead .dow,
.datepicker[data-bg=gray] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-years .table-condensed thead .dow,
.calendar[data-bg=gray] .calendar-builds .datepicker .datepicker-decades .table-condensed thead .dow,
.calendar[data-bg=gray] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-decades .table-condensed thead .dow,
.calendar[data-bg=white] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-decades .table-condensed thead .dow,
.calendar[data-bg=gray] .calendar-input .datepicker .datepicker-decades .table-condensed thead .dow,
.calendar[data-bg=gray] .datepicker[data-bg=white] .calendar-input .datepicker .datepicker-decades .table-condensed thead .dow,
.datepicker[data-bg=white] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-decades .table-condensed thead .dow,
.calendar[data-bg=gray] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-decades .table-condensed thead .dow,
.datepicker[data-bg=gray] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-decades .table-condensed thead .dow,
.calendar[data-bg=gray] .calendar-builds .datepicker .datepicker-centuries .table-condensed thead .dow,
.calendar[data-bg=gray] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-centuries .table-condensed thead .dow,
.calendar[data-bg=white] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-centuries .table-condensed thead .dow,
.calendar[data-bg=gray] .calendar-input .datepicker .datepicker-centuries .table-condensed thead .dow,
.calendar[data-bg=gray] .datepicker[data-bg=white] .calendar-input .datepicker .datepicker-centuries .table-condensed thead .dow,
.datepicker[data-bg=white] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-centuries .table-condensed thead .dow,
.calendar[data-bg=gray] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-centuries .table-condensed thead .dow,
.datepicker[data-bg=gray] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-centuries .table-condensed thead .dow,
.datepicker[data-bg=white] .calendar-builds .datepicker .datepicker-days .table-condensed thead .dow,
.datepicker[data-bg=white] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-days .table-condensed thead .dow,
.calendar[data-bg=white] .datepicker[data-bg=white] .calendar-input .datepicker .datepicker-days .table-condensed thead .dow,
.datepicker[data-bg=white] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-days .table-condensed thead .dow,
.calendar[data-bg=gray] .datepicker[data-bg=white] .calendar-input .datepicker .datepicker-days .table-condensed thead .dow,
.datepicker[data-bg=white] .calendar-input .datepicker .datepicker-days .table-condensed thead .dow,
.datepicker[data-bg=white] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-days .table-condensed thead .dow,
.datepicker[data-bg=gray] .datepicker[data-bg=white] .calendar-input .datepicker .datepicker-days .table-condensed thead .dow,
.datepicker[data-bg=white] .calendar-builds .datepicker .datepicker-months .table-condensed thead .dow,
.datepicker[data-bg=white] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-months .table-condensed thead .dow,
.calendar[data-bg=white] .datepicker[data-bg=white] .calendar-input .datepicker .datepicker-months .table-condensed thead .dow,
.datepicker[data-bg=white] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-months .table-condensed thead .dow,
.calendar[data-bg=gray] .datepicker[data-bg=white] .calendar-input .datepicker .datepicker-months .table-condensed thead .dow,
.datepicker[data-bg=white] .calendar-input .datepicker .datepicker-months .table-condensed thead .dow,
.datepicker[data-bg=white] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-months .table-condensed thead .dow,
.datepicker[data-bg=gray] .datepicker[data-bg=white] .calendar-input .datepicker .datepicker-months .table-condensed thead .dow,
.datepicker[data-bg=white] .calendar-builds .datepicker .datepicker-years .table-condensed thead .dow,
.datepicker[data-bg=white] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-years .table-condensed thead .dow,
.calendar[data-bg=white] .datepicker[data-bg=white] .calendar-input .datepicker .datepicker-years .table-condensed thead .dow,
.datepicker[data-bg=white] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-years .table-condensed thead .dow,
.calendar[data-bg=gray] .datepicker[data-bg=white] .calendar-input .datepicker .datepicker-years .table-condensed thead .dow,
.datepicker[data-bg=white] .calendar-input .datepicker .datepicker-years .table-condensed thead .dow,
.datepicker[data-bg=white] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-years .table-condensed thead .dow,
.datepicker[data-bg=gray] .datepicker[data-bg=white] .calendar-input .datepicker .datepicker-years .table-condensed thead .dow,
.datepicker[data-bg=white] .calendar-builds .datepicker .datepicker-decades .table-condensed thead .dow,
.datepicker[data-bg=white] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-decades .table-condensed thead .dow,
.calendar[data-bg=white] .datepicker[data-bg=white] .calendar-input .datepicker .datepicker-decades .table-condensed thead .dow,
.datepicker[data-bg=white] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-decades .table-condensed thead .dow,
.calendar[data-bg=gray] .datepicker[data-bg=white] .calendar-input .datepicker .datepicker-decades .table-condensed thead .dow,
.datepicker[data-bg=white] .calendar-input .datepicker .datepicker-decades .table-condensed thead .dow,
.datepicker[data-bg=white] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-decades .table-condensed thead .dow,
.datepicker[data-bg=gray] .datepicker[data-bg=white] .calendar-input .datepicker .datepicker-decades .table-condensed thead .dow,
.datepicker[data-bg=white] .calendar-builds .datepicker .datepicker-centuries .table-condensed thead .dow,
.datepicker[data-bg=white] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-centuries .table-condensed thead .dow,
.calendar[data-bg=white] .datepicker[data-bg=white] .calendar-input .datepicker .datepicker-centuries .table-condensed thead .dow,
.datepicker[data-bg=white] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-centuries .table-condensed thead .dow,
.calendar[data-bg=gray] .datepicker[data-bg=white] .calendar-input .datepicker .datepicker-centuries .table-condensed thead .dow,
.datepicker[data-bg=white] .calendar-input .datepicker .datepicker-centuries .table-condensed thead .dow,
.datepicker[data-bg=white] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-centuries .table-condensed thead .dow,
.datepicker[data-bg=gray] .datepicker[data-bg=white] .calendar-input .datepicker .datepicker-centuries .table-condensed thead .dow,
.datepicker[data-bg=gray] .calendar-builds .datepicker .datepicker-days .table-condensed thead .dow,
.datepicker[data-bg=gray] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-days .table-condensed thead .dow,
.calendar[data-bg=white] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-days .table-condensed thead .dow,
.datepicker[data-bg=gray] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-days .table-condensed thead .dow,
.calendar[data-bg=gray] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-days .table-condensed thead .dow,
.datepicker[data-bg=gray] .datepicker[data-bg=white] .calendar-input .datepicker .datepicker-days .table-condensed thead .dow,
.datepicker[data-bg=white] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-days .table-condensed thead .dow,
.datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-days .table-condensed thead .dow,
.datepicker[data-bg=gray] .calendar-builds .datepicker .datepicker-months .table-condensed thead .dow,
.datepicker[data-bg=gray] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-months .table-condensed thead .dow,
.calendar[data-bg=white] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-months .table-condensed thead .dow,
.datepicker[data-bg=gray] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-months .table-condensed thead .dow,
.calendar[data-bg=gray] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-months .table-condensed thead .dow,
.datepicker[data-bg=gray] .datepicker[data-bg=white] .calendar-input .datepicker .datepicker-months .table-condensed thead .dow,
.datepicker[data-bg=white] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-months .table-condensed thead .dow,
.datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-months .table-condensed thead .dow,
.datepicker[data-bg=gray] .calendar-builds .datepicker .datepicker-years .table-condensed thead .dow,
.datepicker[data-bg=gray] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-years .table-condensed thead .dow,
.calendar[data-bg=white] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-years .table-condensed thead .dow,
.datepicker[data-bg=gray] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-years .table-condensed thead .dow,
.calendar[data-bg=gray] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-years .table-condensed thead .dow,
.datepicker[data-bg=gray] .datepicker[data-bg=white] .calendar-input .datepicker .datepicker-years .table-condensed thead .dow,
.datepicker[data-bg=white] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-years .table-condensed thead .dow,
.datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-years .table-condensed thead .dow,
.datepicker[data-bg=gray] .calendar-builds .datepicker .datepicker-decades .table-condensed thead .dow,
.datepicker[data-bg=gray] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-decades .table-condensed thead .dow,
.calendar[data-bg=white] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-decades .table-condensed thead .dow,
.datepicker[data-bg=gray] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-decades .table-condensed thead .dow,
.calendar[data-bg=gray] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-decades .table-condensed thead .dow,
.datepicker[data-bg=gray] .datepicker[data-bg=white] .calendar-input .datepicker .datepicker-decades .table-condensed thead .dow,
.datepicker[data-bg=white] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-decades .table-condensed thead .dow,
.datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-decades .table-condensed thead .dow,
.datepicker[data-bg=gray] .calendar-builds .datepicker .datepicker-centuries .table-condensed thead .dow,
.datepicker[data-bg=gray] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-centuries .table-condensed thead .dow,
.calendar[data-bg=white] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-centuries .table-condensed thead .dow,
.datepicker[data-bg=gray] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-centuries .table-condensed thead .dow,
.calendar[data-bg=gray] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-centuries .table-condensed thead .dow,
.datepicker[data-bg=gray] .datepicker[data-bg=white] .calendar-input .datepicker .datepicker-centuries .table-condensed thead .dow,
.datepicker[data-bg=white] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-centuries .table-condensed thead .dow,
.datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-centuries .table-condensed thead .dow {
  font-size: 0.75rem;
  font-weight: normal !important;
}
.calendar[data-bg=white] .calendar-builds .datepicker .datepicker-days .table-condensed tbody .focused, .calendar[data-bg=white] .calendar-input .datepicker .datepicker-days .table-condensed tbody .focused, .calendar[data-bg=white] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-days .table-condensed tbody .focused, .calendar[data-bg=gray] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-days .table-condensed tbody .focused,
.calendar[data-bg=white] .datepicker[data-bg=white] .calendar-input .datepicker .datepicker-days .table-condensed tbody .focused,
.datepicker[data-bg=white] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-days .table-condensed tbody .focused,
.calendar[data-bg=white] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-days .table-condensed tbody .focused,
.datepicker[data-bg=gray] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-days .table-condensed tbody .focused,
.calendar[data-bg=white] .calendar-builds .datepicker .datepicker-months .table-condensed tbody .focused,
.calendar[data-bg=white] .calendar-input .datepicker .datepicker-months .table-condensed tbody .focused,
.calendar[data-bg=white] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-months .table-condensed tbody .focused,
.calendar[data-bg=gray] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-months .table-condensed tbody .focused,
.calendar[data-bg=white] .datepicker[data-bg=white] .calendar-input .datepicker .datepicker-months .table-condensed tbody .focused,
.datepicker[data-bg=white] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-months .table-condensed tbody .focused,
.calendar[data-bg=white] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-months .table-condensed tbody .focused,
.datepicker[data-bg=gray] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-months .table-condensed tbody .focused,
.calendar[data-bg=white] .calendar-builds .datepicker .datepicker-years .table-condensed tbody .focused,
.calendar[data-bg=white] .calendar-input .datepicker .datepicker-years .table-condensed tbody .focused,
.calendar[data-bg=white] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-years .table-condensed tbody .focused,
.calendar[data-bg=gray] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-years .table-condensed tbody .focused,
.calendar[data-bg=white] .datepicker[data-bg=white] .calendar-input .datepicker .datepicker-years .table-condensed tbody .focused,
.datepicker[data-bg=white] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-years .table-condensed tbody .focused,
.calendar[data-bg=white] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-years .table-condensed tbody .focused,
.datepicker[data-bg=gray] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-years .table-condensed tbody .focused,
.calendar[data-bg=white] .calendar-builds .datepicker .datepicker-decades .table-condensed tbody .focused,
.calendar[data-bg=white] .calendar-input .datepicker .datepicker-decades .table-condensed tbody .focused,
.calendar[data-bg=white] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-decades .table-condensed tbody .focused,
.calendar[data-bg=gray] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-decades .table-condensed tbody .focused,
.calendar[data-bg=white] .datepicker[data-bg=white] .calendar-input .datepicker .datepicker-decades .table-condensed tbody .focused,
.datepicker[data-bg=white] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-decades .table-condensed tbody .focused,
.calendar[data-bg=white] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-decades .table-condensed tbody .focused,
.datepicker[data-bg=gray] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-decades .table-condensed tbody .focused,
.calendar[data-bg=white] .calendar-builds .datepicker .datepicker-centuries .table-condensed tbody .focused,
.calendar[data-bg=white] .calendar-input .datepicker .datepicker-centuries .table-condensed tbody .focused,
.calendar[data-bg=white] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-centuries .table-condensed tbody .focused,
.calendar[data-bg=gray] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-centuries .table-condensed tbody .focused,
.calendar[data-bg=white] .datepicker[data-bg=white] .calendar-input .datepicker .datepicker-centuries .table-condensed tbody .focused,
.datepicker[data-bg=white] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-centuries .table-condensed tbody .focused,
.calendar[data-bg=white] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-centuries .table-condensed tbody .focused,
.datepicker[data-bg=gray] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-centuries .table-condensed tbody .focused, .calendar[data-bg=gray] .calendar-builds .datepicker .datepicker-days .table-condensed tbody .focused, .calendar[data-bg=gray] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-days .table-condensed tbody .focused, .calendar[data-bg=white] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-days .table-condensed tbody .focused, .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-days .table-condensed tbody .focused,
.calendar[data-bg=gray] .datepicker[data-bg=white] .calendar-input .datepicker .datepicker-days .table-condensed tbody .focused,
.datepicker[data-bg=white] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-days .table-condensed tbody .focused,
.calendar[data-bg=gray] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-days .table-condensed tbody .focused,
.datepicker[data-bg=gray] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-days .table-condensed tbody .focused,
.calendar[data-bg=gray] .calendar-builds .datepicker .datepicker-months .table-condensed tbody .focused,
.calendar[data-bg=gray] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-months .table-condensed tbody .focused,
.calendar[data-bg=white] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-months .table-condensed tbody .focused,
.calendar[data-bg=gray] .calendar-input .datepicker .datepicker-months .table-condensed tbody .focused,
.calendar[data-bg=gray] .datepicker[data-bg=white] .calendar-input .datepicker .datepicker-months .table-condensed tbody .focused,
.datepicker[data-bg=white] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-months .table-condensed tbody .focused,
.calendar[data-bg=gray] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-months .table-condensed tbody .focused,
.datepicker[data-bg=gray] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-months .table-condensed tbody .focused,
.calendar[data-bg=gray] .calendar-builds .datepicker .datepicker-years .table-condensed tbody .focused,
.calendar[data-bg=gray] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-years .table-condensed tbody .focused,
.calendar[data-bg=white] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-years .table-condensed tbody .focused,
.calendar[data-bg=gray] .calendar-input .datepicker .datepicker-years .table-condensed tbody .focused,
.calendar[data-bg=gray] .datepicker[data-bg=white] .calendar-input .datepicker .datepicker-years .table-condensed tbody .focused,
.datepicker[data-bg=white] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-years .table-condensed tbody .focused,
.calendar[data-bg=gray] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-years .table-condensed tbody .focused,
.datepicker[data-bg=gray] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-years .table-condensed tbody .focused,
.calendar[data-bg=gray] .calendar-builds .datepicker .datepicker-decades .table-condensed tbody .focused,
.calendar[data-bg=gray] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-decades .table-condensed tbody .focused,
.calendar[data-bg=white] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-decades .table-condensed tbody .focused,
.calendar[data-bg=gray] .calendar-input .datepicker .datepicker-decades .table-condensed tbody .focused,
.calendar[data-bg=gray] .datepicker[data-bg=white] .calendar-input .datepicker .datepicker-decades .table-condensed tbody .focused,
.datepicker[data-bg=white] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-decades .table-condensed tbody .focused,
.calendar[data-bg=gray] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-decades .table-condensed tbody .focused,
.datepicker[data-bg=gray] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-decades .table-condensed tbody .focused,
.calendar[data-bg=gray] .calendar-builds .datepicker .datepicker-centuries .table-condensed tbody .focused,
.calendar[data-bg=gray] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-centuries .table-condensed tbody .focused,
.calendar[data-bg=white] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-centuries .table-condensed tbody .focused,
.calendar[data-bg=gray] .calendar-input .datepicker .datepicker-centuries .table-condensed tbody .focused,
.calendar[data-bg=gray] .datepicker[data-bg=white] .calendar-input .datepicker .datepicker-centuries .table-condensed tbody .focused,
.datepicker[data-bg=white] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-centuries .table-condensed tbody .focused,
.calendar[data-bg=gray] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-centuries .table-condensed tbody .focused,
.datepicker[data-bg=gray] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-centuries .table-condensed tbody .focused,
.datepicker[data-bg=white] .calendar-builds .datepicker .datepicker-days .table-condensed tbody .focused,
.datepicker[data-bg=white] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-days .table-condensed tbody .focused,
.calendar[data-bg=white] .datepicker[data-bg=white] .calendar-input .datepicker .datepicker-days .table-condensed tbody .focused,
.datepicker[data-bg=white] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-days .table-condensed tbody .focused,
.calendar[data-bg=gray] .datepicker[data-bg=white] .calendar-input .datepicker .datepicker-days .table-condensed tbody .focused,
.datepicker[data-bg=white] .calendar-input .datepicker .datepicker-days .table-condensed tbody .focused,
.datepicker[data-bg=white] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-days .table-condensed tbody .focused,
.datepicker[data-bg=gray] .datepicker[data-bg=white] .calendar-input .datepicker .datepicker-days .table-condensed tbody .focused,
.datepicker[data-bg=white] .calendar-builds .datepicker .datepicker-months .table-condensed tbody .focused,
.datepicker[data-bg=white] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-months .table-condensed tbody .focused,
.calendar[data-bg=white] .datepicker[data-bg=white] .calendar-input .datepicker .datepicker-months .table-condensed tbody .focused,
.datepicker[data-bg=white] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-months .table-condensed tbody .focused,
.calendar[data-bg=gray] .datepicker[data-bg=white] .calendar-input .datepicker .datepicker-months .table-condensed tbody .focused,
.datepicker[data-bg=white] .calendar-input .datepicker .datepicker-months .table-condensed tbody .focused,
.datepicker[data-bg=white] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-months .table-condensed tbody .focused,
.datepicker[data-bg=gray] .datepicker[data-bg=white] .calendar-input .datepicker .datepicker-months .table-condensed tbody .focused,
.datepicker[data-bg=white] .calendar-builds .datepicker .datepicker-years .table-condensed tbody .focused,
.datepicker[data-bg=white] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-years .table-condensed tbody .focused,
.calendar[data-bg=white] .datepicker[data-bg=white] .calendar-input .datepicker .datepicker-years .table-condensed tbody .focused,
.datepicker[data-bg=white] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-years .table-condensed tbody .focused,
.calendar[data-bg=gray] .datepicker[data-bg=white] .calendar-input .datepicker .datepicker-years .table-condensed tbody .focused,
.datepicker[data-bg=white] .calendar-input .datepicker .datepicker-years .table-condensed tbody .focused,
.datepicker[data-bg=white] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-years .table-condensed tbody .focused,
.datepicker[data-bg=gray] .datepicker[data-bg=white] .calendar-input .datepicker .datepicker-years .table-condensed tbody .focused,
.datepicker[data-bg=white] .calendar-builds .datepicker .datepicker-decades .table-condensed tbody .focused,
.datepicker[data-bg=white] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-decades .table-condensed tbody .focused,
.calendar[data-bg=white] .datepicker[data-bg=white] .calendar-input .datepicker .datepicker-decades .table-condensed tbody .focused,
.datepicker[data-bg=white] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-decades .table-condensed tbody .focused,
.calendar[data-bg=gray] .datepicker[data-bg=white] .calendar-input .datepicker .datepicker-decades .table-condensed tbody .focused,
.datepicker[data-bg=white] .calendar-input .datepicker .datepicker-decades .table-condensed tbody .focused,
.datepicker[data-bg=white] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-decades .table-condensed tbody .focused,
.datepicker[data-bg=gray] .datepicker[data-bg=white] .calendar-input .datepicker .datepicker-decades .table-condensed tbody .focused,
.datepicker[data-bg=white] .calendar-builds .datepicker .datepicker-centuries .table-condensed tbody .focused,
.datepicker[data-bg=white] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-centuries .table-condensed tbody .focused,
.calendar[data-bg=white] .datepicker[data-bg=white] .calendar-input .datepicker .datepicker-centuries .table-condensed tbody .focused,
.datepicker[data-bg=white] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-centuries .table-condensed tbody .focused,
.calendar[data-bg=gray] .datepicker[data-bg=white] .calendar-input .datepicker .datepicker-centuries .table-condensed tbody .focused,
.datepicker[data-bg=white] .calendar-input .datepicker .datepicker-centuries .table-condensed tbody .focused,
.datepicker[data-bg=white] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-centuries .table-condensed tbody .focused,
.datepicker[data-bg=gray] .datepicker[data-bg=white] .calendar-input .datepicker .datepicker-centuries .table-condensed tbody .focused,
.datepicker[data-bg=gray] .calendar-builds .datepicker .datepicker-days .table-condensed tbody .focused,
.datepicker[data-bg=gray] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-days .table-condensed tbody .focused,
.calendar[data-bg=white] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-days .table-condensed tbody .focused,
.datepicker[data-bg=gray] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-days .table-condensed tbody .focused,
.calendar[data-bg=gray] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-days .table-condensed tbody .focused,
.datepicker[data-bg=gray] .datepicker[data-bg=white] .calendar-input .datepicker .datepicker-days .table-condensed tbody .focused,
.datepicker[data-bg=white] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-days .table-condensed tbody .focused,
.datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-days .table-condensed tbody .focused,
.datepicker[data-bg=gray] .calendar-builds .datepicker .datepicker-months .table-condensed tbody .focused,
.datepicker[data-bg=gray] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-months .table-condensed tbody .focused,
.calendar[data-bg=white] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-months .table-condensed tbody .focused,
.datepicker[data-bg=gray] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-months .table-condensed tbody .focused,
.calendar[data-bg=gray] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-months .table-condensed tbody .focused,
.datepicker[data-bg=gray] .datepicker[data-bg=white] .calendar-input .datepicker .datepicker-months .table-condensed tbody .focused,
.datepicker[data-bg=white] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-months .table-condensed tbody .focused,
.datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-months .table-condensed tbody .focused,
.datepicker[data-bg=gray] .calendar-builds .datepicker .datepicker-years .table-condensed tbody .focused,
.datepicker[data-bg=gray] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-years .table-condensed tbody .focused,
.calendar[data-bg=white] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-years .table-condensed tbody .focused,
.datepicker[data-bg=gray] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-years .table-condensed tbody .focused,
.calendar[data-bg=gray] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-years .table-condensed tbody .focused,
.datepicker[data-bg=gray] .datepicker[data-bg=white] .calendar-input .datepicker .datepicker-years .table-condensed tbody .focused,
.datepicker[data-bg=white] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-years .table-condensed tbody .focused,
.datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-years .table-condensed tbody .focused,
.datepicker[data-bg=gray] .calendar-builds .datepicker .datepicker-decades .table-condensed tbody .focused,
.datepicker[data-bg=gray] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-decades .table-condensed tbody .focused,
.calendar[data-bg=white] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-decades .table-condensed tbody .focused,
.datepicker[data-bg=gray] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-decades .table-condensed tbody .focused,
.calendar[data-bg=gray] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-decades .table-condensed tbody .focused,
.datepicker[data-bg=gray] .datepicker[data-bg=white] .calendar-input .datepicker .datepicker-decades .table-condensed tbody .focused,
.datepicker[data-bg=white] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-decades .table-condensed tbody .focused,
.datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-decades .table-condensed tbody .focused,
.datepicker[data-bg=gray] .calendar-builds .datepicker .datepicker-centuries .table-condensed tbody .focused,
.datepicker[data-bg=gray] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-centuries .table-condensed tbody .focused,
.calendar[data-bg=white] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-centuries .table-condensed tbody .focused,
.datepicker[data-bg=gray] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-centuries .table-condensed tbody .focused,
.calendar[data-bg=gray] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-centuries .table-condensed tbody .focused,
.datepicker[data-bg=gray] .datepicker[data-bg=white] .calendar-input .datepicker .datepicker-centuries .table-condensed tbody .focused,
.datepicker[data-bg=white] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-centuries .table-condensed tbody .focused,
.datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-centuries .table-condensed tbody .focused {
  color: var(--secondary-darkest-color);
}
.calendar[data-bg=white] .calendar-builds .datepicker .datepicker-days .table-condensed tbody .active, .calendar[data-bg=white] .calendar-input .datepicker .datepicker-days .table-condensed tbody .active, .calendar[data-bg=white] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-days .table-condensed tbody .active, .calendar[data-bg=gray] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-days .table-condensed tbody .active,
.calendar[data-bg=white] .datepicker[data-bg=white] .calendar-input .datepicker .datepicker-days .table-condensed tbody .active,
.datepicker[data-bg=white] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-days .table-condensed tbody .active,
.calendar[data-bg=white] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-days .table-condensed tbody .active,
.datepicker[data-bg=gray] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-days .table-condensed tbody .active,
.calendar[data-bg=white] .calendar-builds .datepicker .datepicker-months .table-condensed tbody .active,
.calendar[data-bg=white] .calendar-input .datepicker .datepicker-months .table-condensed tbody .active,
.calendar[data-bg=white] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-months .table-condensed tbody .active,
.calendar[data-bg=gray] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-months .table-condensed tbody .active,
.calendar[data-bg=white] .datepicker[data-bg=white] .calendar-input .datepicker .datepicker-months .table-condensed tbody .active,
.datepicker[data-bg=white] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-months .table-condensed tbody .active,
.calendar[data-bg=white] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-months .table-condensed tbody .active,
.datepicker[data-bg=gray] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-months .table-condensed tbody .active,
.calendar[data-bg=white] .calendar-builds .datepicker .datepicker-years .table-condensed tbody .active,
.calendar[data-bg=white] .calendar-input .datepicker .datepicker-years .table-condensed tbody .active,
.calendar[data-bg=white] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-years .table-condensed tbody .active,
.calendar[data-bg=gray] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-years .table-condensed tbody .active,
.calendar[data-bg=white] .datepicker[data-bg=white] .calendar-input .datepicker .datepicker-years .table-condensed tbody .active,
.datepicker[data-bg=white] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-years .table-condensed tbody .active,
.calendar[data-bg=white] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-years .table-condensed tbody .active,
.datepicker[data-bg=gray] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-years .table-condensed tbody .active,
.calendar[data-bg=white] .calendar-builds .datepicker .datepicker-decades .table-condensed tbody .active,
.calendar[data-bg=white] .calendar-input .datepicker .datepicker-decades .table-condensed tbody .active,
.calendar[data-bg=white] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-decades .table-condensed tbody .active,
.calendar[data-bg=gray] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-decades .table-condensed tbody .active,
.calendar[data-bg=white] .datepicker[data-bg=white] .calendar-input .datepicker .datepicker-decades .table-condensed tbody .active,
.datepicker[data-bg=white] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-decades .table-condensed tbody .active,
.calendar[data-bg=white] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-decades .table-condensed tbody .active,
.datepicker[data-bg=gray] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-decades .table-condensed tbody .active,
.calendar[data-bg=white] .calendar-builds .datepicker .datepicker-centuries .table-condensed tbody .active,
.calendar[data-bg=white] .calendar-input .datepicker .datepicker-centuries .table-condensed tbody .active,
.calendar[data-bg=white] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-centuries .table-condensed tbody .active,
.calendar[data-bg=gray] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-centuries .table-condensed tbody .active,
.calendar[data-bg=white] .datepicker[data-bg=white] .calendar-input .datepicker .datepicker-centuries .table-condensed tbody .active,
.datepicker[data-bg=white] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-centuries .table-condensed tbody .active,
.calendar[data-bg=white] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-centuries .table-condensed tbody .active,
.datepicker[data-bg=gray] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-centuries .table-condensed tbody .active, .calendar[data-bg=gray] .calendar-builds .datepicker .datepicker-days .table-condensed tbody .active, .calendar[data-bg=gray] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-days .table-condensed tbody .active, .calendar[data-bg=white] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-days .table-condensed tbody .active, .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-days .table-condensed tbody .active,
.calendar[data-bg=gray] .datepicker[data-bg=white] .calendar-input .datepicker .datepicker-days .table-condensed tbody .active,
.datepicker[data-bg=white] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-days .table-condensed tbody .active,
.calendar[data-bg=gray] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-days .table-condensed tbody .active,
.datepicker[data-bg=gray] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-days .table-condensed tbody .active,
.calendar[data-bg=gray] .calendar-builds .datepicker .datepicker-months .table-condensed tbody .active,
.calendar[data-bg=gray] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-months .table-condensed tbody .active,
.calendar[data-bg=white] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-months .table-condensed tbody .active,
.calendar[data-bg=gray] .calendar-input .datepicker .datepicker-months .table-condensed tbody .active,
.calendar[data-bg=gray] .datepicker[data-bg=white] .calendar-input .datepicker .datepicker-months .table-condensed tbody .active,
.datepicker[data-bg=white] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-months .table-condensed tbody .active,
.calendar[data-bg=gray] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-months .table-condensed tbody .active,
.datepicker[data-bg=gray] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-months .table-condensed tbody .active,
.calendar[data-bg=gray] .calendar-builds .datepicker .datepicker-years .table-condensed tbody .active,
.calendar[data-bg=gray] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-years .table-condensed tbody .active,
.calendar[data-bg=white] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-years .table-condensed tbody .active,
.calendar[data-bg=gray] .calendar-input .datepicker .datepicker-years .table-condensed tbody .active,
.calendar[data-bg=gray] .datepicker[data-bg=white] .calendar-input .datepicker .datepicker-years .table-condensed tbody .active,
.datepicker[data-bg=white] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-years .table-condensed tbody .active,
.calendar[data-bg=gray] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-years .table-condensed tbody .active,
.datepicker[data-bg=gray] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-years .table-condensed tbody .active,
.calendar[data-bg=gray] .calendar-builds .datepicker .datepicker-decades .table-condensed tbody .active,
.calendar[data-bg=gray] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-decades .table-condensed tbody .active,
.calendar[data-bg=white] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-decades .table-condensed tbody .active,
.calendar[data-bg=gray] .calendar-input .datepicker .datepicker-decades .table-condensed tbody .active,
.calendar[data-bg=gray] .datepicker[data-bg=white] .calendar-input .datepicker .datepicker-decades .table-condensed tbody .active,
.datepicker[data-bg=white] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-decades .table-condensed tbody .active,
.calendar[data-bg=gray] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-decades .table-condensed tbody .active,
.datepicker[data-bg=gray] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-decades .table-condensed tbody .active,
.calendar[data-bg=gray] .calendar-builds .datepicker .datepicker-centuries .table-condensed tbody .active,
.calendar[data-bg=gray] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-centuries .table-condensed tbody .active,
.calendar[data-bg=white] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-centuries .table-condensed tbody .active,
.calendar[data-bg=gray] .calendar-input .datepicker .datepicker-centuries .table-condensed tbody .active,
.calendar[data-bg=gray] .datepicker[data-bg=white] .calendar-input .datepicker .datepicker-centuries .table-condensed tbody .active,
.datepicker[data-bg=white] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-centuries .table-condensed tbody .active,
.calendar[data-bg=gray] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-centuries .table-condensed tbody .active,
.datepicker[data-bg=gray] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-centuries .table-condensed tbody .active,
.datepicker[data-bg=white] .calendar-builds .datepicker .datepicker-days .table-condensed tbody .active,
.datepicker[data-bg=white] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-days .table-condensed tbody .active,
.calendar[data-bg=white] .datepicker[data-bg=white] .calendar-input .datepicker .datepicker-days .table-condensed tbody .active,
.datepicker[data-bg=white] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-days .table-condensed tbody .active,
.calendar[data-bg=gray] .datepicker[data-bg=white] .calendar-input .datepicker .datepicker-days .table-condensed tbody .active,
.datepicker[data-bg=white] .calendar-input .datepicker .datepicker-days .table-condensed tbody .active,
.datepicker[data-bg=white] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-days .table-condensed tbody .active,
.datepicker[data-bg=gray] .datepicker[data-bg=white] .calendar-input .datepicker .datepicker-days .table-condensed tbody .active,
.datepicker[data-bg=white] .calendar-builds .datepicker .datepicker-months .table-condensed tbody .active,
.datepicker[data-bg=white] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-months .table-condensed tbody .active,
.calendar[data-bg=white] .datepicker[data-bg=white] .calendar-input .datepicker .datepicker-months .table-condensed tbody .active,
.datepicker[data-bg=white] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-months .table-condensed tbody .active,
.calendar[data-bg=gray] .datepicker[data-bg=white] .calendar-input .datepicker .datepicker-months .table-condensed tbody .active,
.datepicker[data-bg=white] .calendar-input .datepicker .datepicker-months .table-condensed tbody .active,
.datepicker[data-bg=white] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-months .table-condensed tbody .active,
.datepicker[data-bg=gray] .datepicker[data-bg=white] .calendar-input .datepicker .datepicker-months .table-condensed tbody .active,
.datepicker[data-bg=white] .calendar-builds .datepicker .datepicker-years .table-condensed tbody .active,
.datepicker[data-bg=white] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-years .table-condensed tbody .active,
.calendar[data-bg=white] .datepicker[data-bg=white] .calendar-input .datepicker .datepicker-years .table-condensed tbody .active,
.datepicker[data-bg=white] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-years .table-condensed tbody .active,
.calendar[data-bg=gray] .datepicker[data-bg=white] .calendar-input .datepicker .datepicker-years .table-condensed tbody .active,
.datepicker[data-bg=white] .calendar-input .datepicker .datepicker-years .table-condensed tbody .active,
.datepicker[data-bg=white] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-years .table-condensed tbody .active,
.datepicker[data-bg=gray] .datepicker[data-bg=white] .calendar-input .datepicker .datepicker-years .table-condensed tbody .active,
.datepicker[data-bg=white] .calendar-builds .datepicker .datepicker-decades .table-condensed tbody .active,
.datepicker[data-bg=white] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-decades .table-condensed tbody .active,
.calendar[data-bg=white] .datepicker[data-bg=white] .calendar-input .datepicker .datepicker-decades .table-condensed tbody .active,
.datepicker[data-bg=white] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-decades .table-condensed tbody .active,
.calendar[data-bg=gray] .datepicker[data-bg=white] .calendar-input .datepicker .datepicker-decades .table-condensed tbody .active,
.datepicker[data-bg=white] .calendar-input .datepicker .datepicker-decades .table-condensed tbody .active,
.datepicker[data-bg=white] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-decades .table-condensed tbody .active,
.datepicker[data-bg=gray] .datepicker[data-bg=white] .calendar-input .datepicker .datepicker-decades .table-condensed tbody .active,
.datepicker[data-bg=white] .calendar-builds .datepicker .datepicker-centuries .table-condensed tbody .active,
.datepicker[data-bg=white] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-centuries .table-condensed tbody .active,
.calendar[data-bg=white] .datepicker[data-bg=white] .calendar-input .datepicker .datepicker-centuries .table-condensed tbody .active,
.datepicker[data-bg=white] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-centuries .table-condensed tbody .active,
.calendar[data-bg=gray] .datepicker[data-bg=white] .calendar-input .datepicker .datepicker-centuries .table-condensed tbody .active,
.datepicker[data-bg=white] .calendar-input .datepicker .datepicker-centuries .table-condensed tbody .active,
.datepicker[data-bg=white] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-centuries .table-condensed tbody .active,
.datepicker[data-bg=gray] .datepicker[data-bg=white] .calendar-input .datepicker .datepicker-centuries .table-condensed tbody .active,
.datepicker[data-bg=gray] .calendar-builds .datepicker .datepicker-days .table-condensed tbody .active,
.datepicker[data-bg=gray] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-days .table-condensed tbody .active,
.calendar[data-bg=white] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-days .table-condensed tbody .active,
.datepicker[data-bg=gray] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-days .table-condensed tbody .active,
.calendar[data-bg=gray] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-days .table-condensed tbody .active,
.datepicker[data-bg=gray] .datepicker[data-bg=white] .calendar-input .datepicker .datepicker-days .table-condensed tbody .active,
.datepicker[data-bg=white] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-days .table-condensed tbody .active,
.datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-days .table-condensed tbody .active,
.datepicker[data-bg=gray] .calendar-builds .datepicker .datepicker-months .table-condensed tbody .active,
.datepicker[data-bg=gray] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-months .table-condensed tbody .active,
.calendar[data-bg=white] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-months .table-condensed tbody .active,
.datepicker[data-bg=gray] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-months .table-condensed tbody .active,
.calendar[data-bg=gray] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-months .table-condensed tbody .active,
.datepicker[data-bg=gray] .datepicker[data-bg=white] .calendar-input .datepicker .datepicker-months .table-condensed tbody .active,
.datepicker[data-bg=white] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-months .table-condensed tbody .active,
.datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-months .table-condensed tbody .active,
.datepicker[data-bg=gray] .calendar-builds .datepicker .datepicker-years .table-condensed tbody .active,
.datepicker[data-bg=gray] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-years .table-condensed tbody .active,
.calendar[data-bg=white] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-years .table-condensed tbody .active,
.datepicker[data-bg=gray] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-years .table-condensed tbody .active,
.calendar[data-bg=gray] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-years .table-condensed tbody .active,
.datepicker[data-bg=gray] .datepicker[data-bg=white] .calendar-input .datepicker .datepicker-years .table-condensed tbody .active,
.datepicker[data-bg=white] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-years .table-condensed tbody .active,
.datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-years .table-condensed tbody .active,
.datepicker[data-bg=gray] .calendar-builds .datepicker .datepicker-decades .table-condensed tbody .active,
.datepicker[data-bg=gray] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-decades .table-condensed tbody .active,
.calendar[data-bg=white] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-decades .table-condensed tbody .active,
.datepicker[data-bg=gray] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-decades .table-condensed tbody .active,
.calendar[data-bg=gray] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-decades .table-condensed tbody .active,
.datepicker[data-bg=gray] .datepicker[data-bg=white] .calendar-input .datepicker .datepicker-decades .table-condensed tbody .active,
.datepicker[data-bg=white] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-decades .table-condensed tbody .active,
.datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-decades .table-condensed tbody .active,
.datepicker[data-bg=gray] .calendar-builds .datepicker .datepicker-centuries .table-condensed tbody .active,
.datepicker[data-bg=gray] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-centuries .table-condensed tbody .active,
.calendar[data-bg=white] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-centuries .table-condensed tbody .active,
.datepicker[data-bg=gray] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-centuries .table-condensed tbody .active,
.calendar[data-bg=gray] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-centuries .table-condensed tbody .active,
.datepicker[data-bg=gray] .datepicker[data-bg=white] .calendar-input .datepicker .datepicker-centuries .table-condensed tbody .active,
.datepicker[data-bg=white] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-centuries .table-condensed tbody .active,
.datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-centuries .table-condensed tbody .active {
  color: var(--secondary-darkest-color);
}
.calendar[data-bg=white] .calendar-builds .datepicker .datepicker-days .table-condensed tbody .day.prova, .calendar[data-bg=white] .calendar-input .datepicker .datepicker-days .table-condensed tbody .day.prova, .calendar[data-bg=white] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-days .table-condensed tbody .day.prova, .calendar[data-bg=gray] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-days .table-condensed tbody .day.prova,
.calendar[data-bg=white] .datepicker[data-bg=white] .calendar-input .datepicker .datepicker-days .table-condensed tbody .day.prova,
.datepicker[data-bg=white] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-days .table-condensed tbody .day.prova,
.calendar[data-bg=white] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-days .table-condensed tbody .day.prova,
.datepicker[data-bg=gray] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-days .table-condensed tbody .day.prova,
.calendar[data-bg=white] .calendar-builds .datepicker .datepicker-months .table-condensed tbody .day.prova,
.calendar[data-bg=white] .calendar-input .datepicker .datepicker-months .table-condensed tbody .day.prova,
.calendar[data-bg=white] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-months .table-condensed tbody .day.prova,
.calendar[data-bg=gray] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-months .table-condensed tbody .day.prova,
.calendar[data-bg=white] .datepicker[data-bg=white] .calendar-input .datepicker .datepicker-months .table-condensed tbody .day.prova,
.datepicker[data-bg=white] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-months .table-condensed tbody .day.prova,
.calendar[data-bg=white] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-months .table-condensed tbody .day.prova,
.datepicker[data-bg=gray] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-months .table-condensed tbody .day.prova,
.calendar[data-bg=white] .calendar-builds .datepicker .datepicker-years .table-condensed tbody .day.prova,
.calendar[data-bg=white] .calendar-input .datepicker .datepicker-years .table-condensed tbody .day.prova,
.calendar[data-bg=white] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-years .table-condensed tbody .day.prova,
.calendar[data-bg=gray] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-years .table-condensed tbody .day.prova,
.calendar[data-bg=white] .datepicker[data-bg=white] .calendar-input .datepicker .datepicker-years .table-condensed tbody .day.prova,
.datepicker[data-bg=white] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-years .table-condensed tbody .day.prova,
.calendar[data-bg=white] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-years .table-condensed tbody .day.prova,
.datepicker[data-bg=gray] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-years .table-condensed tbody .day.prova,
.calendar[data-bg=white] .calendar-builds .datepicker .datepicker-decades .table-condensed tbody .day.prova,
.calendar[data-bg=white] .calendar-input .datepicker .datepicker-decades .table-condensed tbody .day.prova,
.calendar[data-bg=white] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-decades .table-condensed tbody .day.prova,
.calendar[data-bg=gray] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-decades .table-condensed tbody .day.prova,
.calendar[data-bg=white] .datepicker[data-bg=white] .calendar-input .datepicker .datepicker-decades .table-condensed tbody .day.prova,
.datepicker[data-bg=white] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-decades .table-condensed tbody .day.prova,
.calendar[data-bg=white] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-decades .table-condensed tbody .day.prova,
.datepicker[data-bg=gray] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-decades .table-condensed tbody .day.prova,
.calendar[data-bg=white] .calendar-builds .datepicker .datepicker-centuries .table-condensed tbody .day.prova,
.calendar[data-bg=white] .calendar-input .datepicker .datepicker-centuries .table-condensed tbody .day.prova,
.calendar[data-bg=white] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-centuries .table-condensed tbody .day.prova,
.calendar[data-bg=gray] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-centuries .table-condensed tbody .day.prova,
.calendar[data-bg=white] .datepicker[data-bg=white] .calendar-input .datepicker .datepicker-centuries .table-condensed tbody .day.prova,
.datepicker[data-bg=white] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-centuries .table-condensed tbody .day.prova,
.calendar[data-bg=white] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-centuries .table-condensed tbody .day.prova,
.datepicker[data-bg=gray] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-centuries .table-condensed tbody .day.prova, .calendar[data-bg=gray] .calendar-builds .datepicker .datepicker-days .table-condensed tbody .day.prova, .calendar[data-bg=gray] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-days .table-condensed tbody .day.prova, .calendar[data-bg=white] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-days .table-condensed tbody .day.prova, .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-days .table-condensed tbody .day.prova,
.calendar[data-bg=gray] .datepicker[data-bg=white] .calendar-input .datepicker .datepicker-days .table-condensed tbody .day.prova,
.datepicker[data-bg=white] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-days .table-condensed tbody .day.prova,
.calendar[data-bg=gray] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-days .table-condensed tbody .day.prova,
.datepicker[data-bg=gray] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-days .table-condensed tbody .day.prova,
.calendar[data-bg=gray] .calendar-builds .datepicker .datepicker-months .table-condensed tbody .day.prova,
.calendar[data-bg=gray] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-months .table-condensed tbody .day.prova,
.calendar[data-bg=white] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-months .table-condensed tbody .day.prova,
.calendar[data-bg=gray] .calendar-input .datepicker .datepicker-months .table-condensed tbody .day.prova,
.calendar[data-bg=gray] .datepicker[data-bg=white] .calendar-input .datepicker .datepicker-months .table-condensed tbody .day.prova,
.datepicker[data-bg=white] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-months .table-condensed tbody .day.prova,
.calendar[data-bg=gray] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-months .table-condensed tbody .day.prova,
.datepicker[data-bg=gray] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-months .table-condensed tbody .day.prova,
.calendar[data-bg=gray] .calendar-builds .datepicker .datepicker-years .table-condensed tbody .day.prova,
.calendar[data-bg=gray] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-years .table-condensed tbody .day.prova,
.calendar[data-bg=white] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-years .table-condensed tbody .day.prova,
.calendar[data-bg=gray] .calendar-input .datepicker .datepicker-years .table-condensed tbody .day.prova,
.calendar[data-bg=gray] .datepicker[data-bg=white] .calendar-input .datepicker .datepicker-years .table-condensed tbody .day.prova,
.datepicker[data-bg=white] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-years .table-condensed tbody .day.prova,
.calendar[data-bg=gray] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-years .table-condensed tbody .day.prova,
.datepicker[data-bg=gray] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-years .table-condensed tbody .day.prova,
.calendar[data-bg=gray] .calendar-builds .datepicker .datepicker-decades .table-condensed tbody .day.prova,
.calendar[data-bg=gray] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-decades .table-condensed tbody .day.prova,
.calendar[data-bg=white] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-decades .table-condensed tbody .day.prova,
.calendar[data-bg=gray] .calendar-input .datepicker .datepicker-decades .table-condensed tbody .day.prova,
.calendar[data-bg=gray] .datepicker[data-bg=white] .calendar-input .datepicker .datepicker-decades .table-condensed tbody .day.prova,
.datepicker[data-bg=white] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-decades .table-condensed tbody .day.prova,
.calendar[data-bg=gray] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-decades .table-condensed tbody .day.prova,
.datepicker[data-bg=gray] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-decades .table-condensed tbody .day.prova,
.calendar[data-bg=gray] .calendar-builds .datepicker .datepicker-centuries .table-condensed tbody .day.prova,
.calendar[data-bg=gray] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-centuries .table-condensed tbody .day.prova,
.calendar[data-bg=white] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-centuries .table-condensed tbody .day.prova,
.calendar[data-bg=gray] .calendar-input .datepicker .datepicker-centuries .table-condensed tbody .day.prova,
.calendar[data-bg=gray] .datepicker[data-bg=white] .calendar-input .datepicker .datepicker-centuries .table-condensed tbody .day.prova,
.datepicker[data-bg=white] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-centuries .table-condensed tbody .day.prova,
.calendar[data-bg=gray] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-centuries .table-condensed tbody .day.prova,
.datepicker[data-bg=gray] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-centuries .table-condensed tbody .day.prova,
.datepicker[data-bg=white] .calendar-builds .datepicker .datepicker-days .table-condensed tbody .day.prova,
.datepicker[data-bg=white] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-days .table-condensed tbody .day.prova,
.calendar[data-bg=white] .datepicker[data-bg=white] .calendar-input .datepicker .datepicker-days .table-condensed tbody .day.prova,
.datepicker[data-bg=white] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-days .table-condensed tbody .day.prova,
.calendar[data-bg=gray] .datepicker[data-bg=white] .calendar-input .datepicker .datepicker-days .table-condensed tbody .day.prova,
.datepicker[data-bg=white] .calendar-input .datepicker .datepicker-days .table-condensed tbody .day.prova,
.datepicker[data-bg=white] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-days .table-condensed tbody .day.prova,
.datepicker[data-bg=gray] .datepicker[data-bg=white] .calendar-input .datepicker .datepicker-days .table-condensed tbody .day.prova,
.datepicker[data-bg=white] .calendar-builds .datepicker .datepicker-months .table-condensed tbody .day.prova,
.datepicker[data-bg=white] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-months .table-condensed tbody .day.prova,
.calendar[data-bg=white] .datepicker[data-bg=white] .calendar-input .datepicker .datepicker-months .table-condensed tbody .day.prova,
.datepicker[data-bg=white] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-months .table-condensed tbody .day.prova,
.calendar[data-bg=gray] .datepicker[data-bg=white] .calendar-input .datepicker .datepicker-months .table-condensed tbody .day.prova,
.datepicker[data-bg=white] .calendar-input .datepicker .datepicker-months .table-condensed tbody .day.prova,
.datepicker[data-bg=white] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-months .table-condensed tbody .day.prova,
.datepicker[data-bg=gray] .datepicker[data-bg=white] .calendar-input .datepicker .datepicker-months .table-condensed tbody .day.prova,
.datepicker[data-bg=white] .calendar-builds .datepicker .datepicker-years .table-condensed tbody .day.prova,
.datepicker[data-bg=white] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-years .table-condensed tbody .day.prova,
.calendar[data-bg=white] .datepicker[data-bg=white] .calendar-input .datepicker .datepicker-years .table-condensed tbody .day.prova,
.datepicker[data-bg=white] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-years .table-condensed tbody .day.prova,
.calendar[data-bg=gray] .datepicker[data-bg=white] .calendar-input .datepicker .datepicker-years .table-condensed tbody .day.prova,
.datepicker[data-bg=white] .calendar-input .datepicker .datepicker-years .table-condensed tbody .day.prova,
.datepicker[data-bg=white] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-years .table-condensed tbody .day.prova,
.datepicker[data-bg=gray] .datepicker[data-bg=white] .calendar-input .datepicker .datepicker-years .table-condensed tbody .day.prova,
.datepicker[data-bg=white] .calendar-builds .datepicker .datepicker-decades .table-condensed tbody .day.prova,
.datepicker[data-bg=white] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-decades .table-condensed tbody .day.prova,
.calendar[data-bg=white] .datepicker[data-bg=white] .calendar-input .datepicker .datepicker-decades .table-condensed tbody .day.prova,
.datepicker[data-bg=white] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-decades .table-condensed tbody .day.prova,
.calendar[data-bg=gray] .datepicker[data-bg=white] .calendar-input .datepicker .datepicker-decades .table-condensed tbody .day.prova,
.datepicker[data-bg=white] .calendar-input .datepicker .datepicker-decades .table-condensed tbody .day.prova,
.datepicker[data-bg=white] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-decades .table-condensed tbody .day.prova,
.datepicker[data-bg=gray] .datepicker[data-bg=white] .calendar-input .datepicker .datepicker-decades .table-condensed tbody .day.prova,
.datepicker[data-bg=white] .calendar-builds .datepicker .datepicker-centuries .table-condensed tbody .day.prova,
.datepicker[data-bg=white] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-centuries .table-condensed tbody .day.prova,
.calendar[data-bg=white] .datepicker[data-bg=white] .calendar-input .datepicker .datepicker-centuries .table-condensed tbody .day.prova,
.datepicker[data-bg=white] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-centuries .table-condensed tbody .day.prova,
.calendar[data-bg=gray] .datepicker[data-bg=white] .calendar-input .datepicker .datepicker-centuries .table-condensed tbody .day.prova,
.datepicker[data-bg=white] .calendar-input .datepicker .datepicker-centuries .table-condensed tbody .day.prova,
.datepicker[data-bg=white] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-centuries .table-condensed tbody .day.prova,
.datepicker[data-bg=gray] .datepicker[data-bg=white] .calendar-input .datepicker .datepicker-centuries .table-condensed tbody .day.prova,
.datepicker[data-bg=gray] .calendar-builds .datepicker .datepicker-days .table-condensed tbody .day.prova,
.datepicker[data-bg=gray] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-days .table-condensed tbody .day.prova,
.calendar[data-bg=white] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-days .table-condensed tbody .day.prova,
.datepicker[data-bg=gray] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-days .table-condensed tbody .day.prova,
.calendar[data-bg=gray] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-days .table-condensed tbody .day.prova,
.datepicker[data-bg=gray] .datepicker[data-bg=white] .calendar-input .datepicker .datepicker-days .table-condensed tbody .day.prova,
.datepicker[data-bg=white] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-days .table-condensed tbody .day.prova,
.datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-days .table-condensed tbody .day.prova,
.datepicker[data-bg=gray] .calendar-builds .datepicker .datepicker-months .table-condensed tbody .day.prova,
.datepicker[data-bg=gray] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-months .table-condensed tbody .day.prova,
.calendar[data-bg=white] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-months .table-condensed tbody .day.prova,
.datepicker[data-bg=gray] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-months .table-condensed tbody .day.prova,
.calendar[data-bg=gray] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-months .table-condensed tbody .day.prova,
.datepicker[data-bg=gray] .datepicker[data-bg=white] .calendar-input .datepicker .datepicker-months .table-condensed tbody .day.prova,
.datepicker[data-bg=white] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-months .table-condensed tbody .day.prova,
.datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-months .table-condensed tbody .day.prova,
.datepicker[data-bg=gray] .calendar-builds .datepicker .datepicker-years .table-condensed tbody .day.prova,
.datepicker[data-bg=gray] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-years .table-condensed tbody .day.prova,
.calendar[data-bg=white] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-years .table-condensed tbody .day.prova,
.datepicker[data-bg=gray] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-years .table-condensed tbody .day.prova,
.calendar[data-bg=gray] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-years .table-condensed tbody .day.prova,
.datepicker[data-bg=gray] .datepicker[data-bg=white] .calendar-input .datepicker .datepicker-years .table-condensed tbody .day.prova,
.datepicker[data-bg=white] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-years .table-condensed tbody .day.prova,
.datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-years .table-condensed tbody .day.prova,
.datepicker[data-bg=gray] .calendar-builds .datepicker .datepicker-decades .table-condensed tbody .day.prova,
.datepicker[data-bg=gray] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-decades .table-condensed tbody .day.prova,
.calendar[data-bg=white] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-decades .table-condensed tbody .day.prova,
.datepicker[data-bg=gray] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-decades .table-condensed tbody .day.prova,
.calendar[data-bg=gray] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-decades .table-condensed tbody .day.prova,
.datepicker[data-bg=gray] .datepicker[data-bg=white] .calendar-input .datepicker .datepicker-decades .table-condensed tbody .day.prova,
.datepicker[data-bg=white] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-decades .table-condensed tbody .day.prova,
.datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-decades .table-condensed tbody .day.prova,
.datepicker[data-bg=gray] .calendar-builds .datepicker .datepicker-centuries .table-condensed tbody .day.prova,
.datepicker[data-bg=gray] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-centuries .table-condensed tbody .day.prova,
.calendar[data-bg=white] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-centuries .table-condensed tbody .day.prova,
.datepicker[data-bg=gray] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-centuries .table-condensed tbody .day.prova,
.calendar[data-bg=gray] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-centuries .table-condensed tbody .day.prova,
.datepicker[data-bg=gray] .datepicker[data-bg=white] .calendar-input .datepicker .datepicker-centuries .table-condensed tbody .day.prova,
.datepicker[data-bg=white] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-centuries .table-condensed tbody .day.prova,
.datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-centuries .table-condensed tbody .day.prova {
  background-color: var(--prova-bg-color);
}
.calendar[data-bg=white] .calendar-builds .datepicker .datepicker-days .table-condensed tbody .day.trabalho, .calendar[data-bg=white] .calendar-input .datepicker .datepicker-days .table-condensed tbody .day.trabalho, .calendar[data-bg=white] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-days .table-condensed tbody .day.trabalho, .calendar[data-bg=gray] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-days .table-condensed tbody .day.trabalho,
.calendar[data-bg=white] .datepicker[data-bg=white] .calendar-input .datepicker .datepicker-days .table-condensed tbody .day.trabalho,
.datepicker[data-bg=white] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-days .table-condensed tbody .day.trabalho,
.calendar[data-bg=white] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-days .table-condensed tbody .day.trabalho,
.datepicker[data-bg=gray] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-days .table-condensed tbody .day.trabalho,
.calendar[data-bg=white] .calendar-builds .datepicker .datepicker-months .table-condensed tbody .day.trabalho,
.calendar[data-bg=white] .calendar-input .datepicker .datepicker-months .table-condensed tbody .day.trabalho,
.calendar[data-bg=white] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-months .table-condensed tbody .day.trabalho,
.calendar[data-bg=gray] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-months .table-condensed tbody .day.trabalho,
.calendar[data-bg=white] .datepicker[data-bg=white] .calendar-input .datepicker .datepicker-months .table-condensed tbody .day.trabalho,
.datepicker[data-bg=white] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-months .table-condensed tbody .day.trabalho,
.calendar[data-bg=white] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-months .table-condensed tbody .day.trabalho,
.datepicker[data-bg=gray] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-months .table-condensed tbody .day.trabalho,
.calendar[data-bg=white] .calendar-builds .datepicker .datepicker-years .table-condensed tbody .day.trabalho,
.calendar[data-bg=white] .calendar-input .datepicker .datepicker-years .table-condensed tbody .day.trabalho,
.calendar[data-bg=white] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-years .table-condensed tbody .day.trabalho,
.calendar[data-bg=gray] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-years .table-condensed tbody .day.trabalho,
.calendar[data-bg=white] .datepicker[data-bg=white] .calendar-input .datepicker .datepicker-years .table-condensed tbody .day.trabalho,
.datepicker[data-bg=white] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-years .table-condensed tbody .day.trabalho,
.calendar[data-bg=white] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-years .table-condensed tbody .day.trabalho,
.datepicker[data-bg=gray] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-years .table-condensed tbody .day.trabalho,
.calendar[data-bg=white] .calendar-builds .datepicker .datepicker-decades .table-condensed tbody .day.trabalho,
.calendar[data-bg=white] .calendar-input .datepicker .datepicker-decades .table-condensed tbody .day.trabalho,
.calendar[data-bg=white] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-decades .table-condensed tbody .day.trabalho,
.calendar[data-bg=gray] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-decades .table-condensed tbody .day.trabalho,
.calendar[data-bg=white] .datepicker[data-bg=white] .calendar-input .datepicker .datepicker-decades .table-condensed tbody .day.trabalho,
.datepicker[data-bg=white] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-decades .table-condensed tbody .day.trabalho,
.calendar[data-bg=white] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-decades .table-condensed tbody .day.trabalho,
.datepicker[data-bg=gray] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-decades .table-condensed tbody .day.trabalho,
.calendar[data-bg=white] .calendar-builds .datepicker .datepicker-centuries .table-condensed tbody .day.trabalho,
.calendar[data-bg=white] .calendar-input .datepicker .datepicker-centuries .table-condensed tbody .day.trabalho,
.calendar[data-bg=white] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-centuries .table-condensed tbody .day.trabalho,
.calendar[data-bg=gray] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-centuries .table-condensed tbody .day.trabalho,
.calendar[data-bg=white] .datepicker[data-bg=white] .calendar-input .datepicker .datepicker-centuries .table-condensed tbody .day.trabalho,
.datepicker[data-bg=white] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-centuries .table-condensed tbody .day.trabalho,
.calendar[data-bg=white] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-centuries .table-condensed tbody .day.trabalho,
.datepicker[data-bg=gray] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-centuries .table-condensed tbody .day.trabalho, .calendar[data-bg=gray] .calendar-builds .datepicker .datepicker-days .table-condensed tbody .day.trabalho, .calendar[data-bg=gray] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-days .table-condensed tbody .day.trabalho, .calendar[data-bg=white] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-days .table-condensed tbody .day.trabalho, .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-days .table-condensed tbody .day.trabalho,
.calendar[data-bg=gray] .datepicker[data-bg=white] .calendar-input .datepicker .datepicker-days .table-condensed tbody .day.trabalho,
.datepicker[data-bg=white] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-days .table-condensed tbody .day.trabalho,
.calendar[data-bg=gray] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-days .table-condensed tbody .day.trabalho,
.datepicker[data-bg=gray] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-days .table-condensed tbody .day.trabalho,
.calendar[data-bg=gray] .calendar-builds .datepicker .datepicker-months .table-condensed tbody .day.trabalho,
.calendar[data-bg=gray] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-months .table-condensed tbody .day.trabalho,
.calendar[data-bg=white] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-months .table-condensed tbody .day.trabalho,
.calendar[data-bg=gray] .calendar-input .datepicker .datepicker-months .table-condensed tbody .day.trabalho,
.calendar[data-bg=gray] .datepicker[data-bg=white] .calendar-input .datepicker .datepicker-months .table-condensed tbody .day.trabalho,
.datepicker[data-bg=white] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-months .table-condensed tbody .day.trabalho,
.calendar[data-bg=gray] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-months .table-condensed tbody .day.trabalho,
.datepicker[data-bg=gray] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-months .table-condensed tbody .day.trabalho,
.calendar[data-bg=gray] .calendar-builds .datepicker .datepicker-years .table-condensed tbody .day.trabalho,
.calendar[data-bg=gray] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-years .table-condensed tbody .day.trabalho,
.calendar[data-bg=white] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-years .table-condensed tbody .day.trabalho,
.calendar[data-bg=gray] .calendar-input .datepicker .datepicker-years .table-condensed tbody .day.trabalho,
.calendar[data-bg=gray] .datepicker[data-bg=white] .calendar-input .datepicker .datepicker-years .table-condensed tbody .day.trabalho,
.datepicker[data-bg=white] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-years .table-condensed tbody .day.trabalho,
.calendar[data-bg=gray] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-years .table-condensed tbody .day.trabalho,
.datepicker[data-bg=gray] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-years .table-condensed tbody .day.trabalho,
.calendar[data-bg=gray] .calendar-builds .datepicker .datepicker-decades .table-condensed tbody .day.trabalho,
.calendar[data-bg=gray] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-decades .table-condensed tbody .day.trabalho,
.calendar[data-bg=white] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-decades .table-condensed tbody .day.trabalho,
.calendar[data-bg=gray] .calendar-input .datepicker .datepicker-decades .table-condensed tbody .day.trabalho,
.calendar[data-bg=gray] .datepicker[data-bg=white] .calendar-input .datepicker .datepicker-decades .table-condensed tbody .day.trabalho,
.datepicker[data-bg=white] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-decades .table-condensed tbody .day.trabalho,
.calendar[data-bg=gray] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-decades .table-condensed tbody .day.trabalho,
.datepicker[data-bg=gray] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-decades .table-condensed tbody .day.trabalho,
.calendar[data-bg=gray] .calendar-builds .datepicker .datepicker-centuries .table-condensed tbody .day.trabalho,
.calendar[data-bg=gray] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-centuries .table-condensed tbody .day.trabalho,
.calendar[data-bg=white] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-centuries .table-condensed tbody .day.trabalho,
.calendar[data-bg=gray] .calendar-input .datepicker .datepicker-centuries .table-condensed tbody .day.trabalho,
.calendar[data-bg=gray] .datepicker[data-bg=white] .calendar-input .datepicker .datepicker-centuries .table-condensed tbody .day.trabalho,
.datepicker[data-bg=white] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-centuries .table-condensed tbody .day.trabalho,
.calendar[data-bg=gray] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-centuries .table-condensed tbody .day.trabalho,
.datepicker[data-bg=gray] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-centuries .table-condensed tbody .day.trabalho,
.datepicker[data-bg=white] .calendar-builds .datepicker .datepicker-days .table-condensed tbody .day.trabalho,
.datepicker[data-bg=white] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-days .table-condensed tbody .day.trabalho,
.calendar[data-bg=white] .datepicker[data-bg=white] .calendar-input .datepicker .datepicker-days .table-condensed tbody .day.trabalho,
.datepicker[data-bg=white] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-days .table-condensed tbody .day.trabalho,
.calendar[data-bg=gray] .datepicker[data-bg=white] .calendar-input .datepicker .datepicker-days .table-condensed tbody .day.trabalho,
.datepicker[data-bg=white] .calendar-input .datepicker .datepicker-days .table-condensed tbody .day.trabalho,
.datepicker[data-bg=white] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-days .table-condensed tbody .day.trabalho,
.datepicker[data-bg=gray] .datepicker[data-bg=white] .calendar-input .datepicker .datepicker-days .table-condensed tbody .day.trabalho,
.datepicker[data-bg=white] .calendar-builds .datepicker .datepicker-months .table-condensed tbody .day.trabalho,
.datepicker[data-bg=white] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-months .table-condensed tbody .day.trabalho,
.calendar[data-bg=white] .datepicker[data-bg=white] .calendar-input .datepicker .datepicker-months .table-condensed tbody .day.trabalho,
.datepicker[data-bg=white] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-months .table-condensed tbody .day.trabalho,
.calendar[data-bg=gray] .datepicker[data-bg=white] .calendar-input .datepicker .datepicker-months .table-condensed tbody .day.trabalho,
.datepicker[data-bg=white] .calendar-input .datepicker .datepicker-months .table-condensed tbody .day.trabalho,
.datepicker[data-bg=white] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-months .table-condensed tbody .day.trabalho,
.datepicker[data-bg=gray] .datepicker[data-bg=white] .calendar-input .datepicker .datepicker-months .table-condensed tbody .day.trabalho,
.datepicker[data-bg=white] .calendar-builds .datepicker .datepicker-years .table-condensed tbody .day.trabalho,
.datepicker[data-bg=white] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-years .table-condensed tbody .day.trabalho,
.calendar[data-bg=white] .datepicker[data-bg=white] .calendar-input .datepicker .datepicker-years .table-condensed tbody .day.trabalho,
.datepicker[data-bg=white] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-years .table-condensed tbody .day.trabalho,
.calendar[data-bg=gray] .datepicker[data-bg=white] .calendar-input .datepicker .datepicker-years .table-condensed tbody .day.trabalho,
.datepicker[data-bg=white] .calendar-input .datepicker .datepicker-years .table-condensed tbody .day.trabalho,
.datepicker[data-bg=white] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-years .table-condensed tbody .day.trabalho,
.datepicker[data-bg=gray] .datepicker[data-bg=white] .calendar-input .datepicker .datepicker-years .table-condensed tbody .day.trabalho,
.datepicker[data-bg=white] .calendar-builds .datepicker .datepicker-decades .table-condensed tbody .day.trabalho,
.datepicker[data-bg=white] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-decades .table-condensed tbody .day.trabalho,
.calendar[data-bg=white] .datepicker[data-bg=white] .calendar-input .datepicker .datepicker-decades .table-condensed tbody .day.trabalho,
.datepicker[data-bg=white] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-decades .table-condensed tbody .day.trabalho,
.calendar[data-bg=gray] .datepicker[data-bg=white] .calendar-input .datepicker .datepicker-decades .table-condensed tbody .day.trabalho,
.datepicker[data-bg=white] .calendar-input .datepicker .datepicker-decades .table-condensed tbody .day.trabalho,
.datepicker[data-bg=white] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-decades .table-condensed tbody .day.trabalho,
.datepicker[data-bg=gray] .datepicker[data-bg=white] .calendar-input .datepicker .datepicker-decades .table-condensed tbody .day.trabalho,
.datepicker[data-bg=white] .calendar-builds .datepicker .datepicker-centuries .table-condensed tbody .day.trabalho,
.datepicker[data-bg=white] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-centuries .table-condensed tbody .day.trabalho,
.calendar[data-bg=white] .datepicker[data-bg=white] .calendar-input .datepicker .datepicker-centuries .table-condensed tbody .day.trabalho,
.datepicker[data-bg=white] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-centuries .table-condensed tbody .day.trabalho,
.calendar[data-bg=gray] .datepicker[data-bg=white] .calendar-input .datepicker .datepicker-centuries .table-condensed tbody .day.trabalho,
.datepicker[data-bg=white] .calendar-input .datepicker .datepicker-centuries .table-condensed tbody .day.trabalho,
.datepicker[data-bg=white] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-centuries .table-condensed tbody .day.trabalho,
.datepicker[data-bg=gray] .datepicker[data-bg=white] .calendar-input .datepicker .datepicker-centuries .table-condensed tbody .day.trabalho,
.datepicker[data-bg=gray] .calendar-builds .datepicker .datepicker-days .table-condensed tbody .day.trabalho,
.datepicker[data-bg=gray] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-days .table-condensed tbody .day.trabalho,
.calendar[data-bg=white] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-days .table-condensed tbody .day.trabalho,
.datepicker[data-bg=gray] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-days .table-condensed tbody .day.trabalho,
.calendar[data-bg=gray] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-days .table-condensed tbody .day.trabalho,
.datepicker[data-bg=gray] .datepicker[data-bg=white] .calendar-input .datepicker .datepicker-days .table-condensed tbody .day.trabalho,
.datepicker[data-bg=white] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-days .table-condensed tbody .day.trabalho,
.datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-days .table-condensed tbody .day.trabalho,
.datepicker[data-bg=gray] .calendar-builds .datepicker .datepicker-months .table-condensed tbody .day.trabalho,
.datepicker[data-bg=gray] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-months .table-condensed tbody .day.trabalho,
.calendar[data-bg=white] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-months .table-condensed tbody .day.trabalho,
.datepicker[data-bg=gray] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-months .table-condensed tbody .day.trabalho,
.calendar[data-bg=gray] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-months .table-condensed tbody .day.trabalho,
.datepicker[data-bg=gray] .datepicker[data-bg=white] .calendar-input .datepicker .datepicker-months .table-condensed tbody .day.trabalho,
.datepicker[data-bg=white] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-months .table-condensed tbody .day.trabalho,
.datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-months .table-condensed tbody .day.trabalho,
.datepicker[data-bg=gray] .calendar-builds .datepicker .datepicker-years .table-condensed tbody .day.trabalho,
.datepicker[data-bg=gray] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-years .table-condensed tbody .day.trabalho,
.calendar[data-bg=white] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-years .table-condensed tbody .day.trabalho,
.datepicker[data-bg=gray] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-years .table-condensed tbody .day.trabalho,
.calendar[data-bg=gray] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-years .table-condensed tbody .day.trabalho,
.datepicker[data-bg=gray] .datepicker[data-bg=white] .calendar-input .datepicker .datepicker-years .table-condensed tbody .day.trabalho,
.datepicker[data-bg=white] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-years .table-condensed tbody .day.trabalho,
.datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-years .table-condensed tbody .day.trabalho,
.datepicker[data-bg=gray] .calendar-builds .datepicker .datepicker-decades .table-condensed tbody .day.trabalho,
.datepicker[data-bg=gray] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-decades .table-condensed tbody .day.trabalho,
.calendar[data-bg=white] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-decades .table-condensed tbody .day.trabalho,
.datepicker[data-bg=gray] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-decades .table-condensed tbody .day.trabalho,
.calendar[data-bg=gray] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-decades .table-condensed tbody .day.trabalho,
.datepicker[data-bg=gray] .datepicker[data-bg=white] .calendar-input .datepicker .datepicker-decades .table-condensed tbody .day.trabalho,
.datepicker[data-bg=white] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-decades .table-condensed tbody .day.trabalho,
.datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-decades .table-condensed tbody .day.trabalho,
.datepicker[data-bg=gray] .calendar-builds .datepicker .datepicker-centuries .table-condensed tbody .day.trabalho,
.datepicker[data-bg=gray] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-centuries .table-condensed tbody .day.trabalho,
.calendar[data-bg=white] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-centuries .table-condensed tbody .day.trabalho,
.datepicker[data-bg=gray] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-centuries .table-condensed tbody .day.trabalho,
.calendar[data-bg=gray] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-centuries .table-condensed tbody .day.trabalho,
.datepicker[data-bg=gray] .datepicker[data-bg=white] .calendar-input .datepicker .datepicker-centuries .table-condensed tbody .day.trabalho,
.datepicker[data-bg=white] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-centuries .table-condensed tbody .day.trabalho,
.datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-centuries .table-condensed tbody .day.trabalho {
  background-color: var(--trabalho-bg-color);
}
.calendar[data-bg=white] .calendar-builds .datepicker .datepicker-days .table-condensed tbody .day.encontro, .calendar[data-bg=white] .calendar-input .datepicker .datepicker-days .table-condensed tbody .day.encontro, .calendar[data-bg=white] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-days .table-condensed tbody .day.encontro, .calendar[data-bg=gray] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-days .table-condensed tbody .day.encontro,
.calendar[data-bg=white] .datepicker[data-bg=white] .calendar-input .datepicker .datepicker-days .table-condensed tbody .day.encontro,
.datepicker[data-bg=white] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-days .table-condensed tbody .day.encontro,
.calendar[data-bg=white] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-days .table-condensed tbody .day.encontro,
.datepicker[data-bg=gray] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-days .table-condensed tbody .day.encontro,
.calendar[data-bg=white] .calendar-builds .datepicker .datepicker-months .table-condensed tbody .day.encontro,
.calendar[data-bg=white] .calendar-input .datepicker .datepicker-months .table-condensed tbody .day.encontro,
.calendar[data-bg=white] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-months .table-condensed tbody .day.encontro,
.calendar[data-bg=gray] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-months .table-condensed tbody .day.encontro,
.calendar[data-bg=white] .datepicker[data-bg=white] .calendar-input .datepicker .datepicker-months .table-condensed tbody .day.encontro,
.datepicker[data-bg=white] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-months .table-condensed tbody .day.encontro,
.calendar[data-bg=white] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-months .table-condensed tbody .day.encontro,
.datepicker[data-bg=gray] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-months .table-condensed tbody .day.encontro,
.calendar[data-bg=white] .calendar-builds .datepicker .datepicker-years .table-condensed tbody .day.encontro,
.calendar[data-bg=white] .calendar-input .datepicker .datepicker-years .table-condensed tbody .day.encontro,
.calendar[data-bg=white] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-years .table-condensed tbody .day.encontro,
.calendar[data-bg=gray] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-years .table-condensed tbody .day.encontro,
.calendar[data-bg=white] .datepicker[data-bg=white] .calendar-input .datepicker .datepicker-years .table-condensed tbody .day.encontro,
.datepicker[data-bg=white] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-years .table-condensed tbody .day.encontro,
.calendar[data-bg=white] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-years .table-condensed tbody .day.encontro,
.datepicker[data-bg=gray] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-years .table-condensed tbody .day.encontro,
.calendar[data-bg=white] .calendar-builds .datepicker .datepicker-decades .table-condensed tbody .day.encontro,
.calendar[data-bg=white] .calendar-input .datepicker .datepicker-decades .table-condensed tbody .day.encontro,
.calendar[data-bg=white] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-decades .table-condensed tbody .day.encontro,
.calendar[data-bg=gray] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-decades .table-condensed tbody .day.encontro,
.calendar[data-bg=white] .datepicker[data-bg=white] .calendar-input .datepicker .datepicker-decades .table-condensed tbody .day.encontro,
.datepicker[data-bg=white] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-decades .table-condensed tbody .day.encontro,
.calendar[data-bg=white] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-decades .table-condensed tbody .day.encontro,
.datepicker[data-bg=gray] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-decades .table-condensed tbody .day.encontro,
.calendar[data-bg=white] .calendar-builds .datepicker .datepicker-centuries .table-condensed tbody .day.encontro,
.calendar[data-bg=white] .calendar-input .datepicker .datepicker-centuries .table-condensed tbody .day.encontro,
.calendar[data-bg=white] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-centuries .table-condensed tbody .day.encontro,
.calendar[data-bg=gray] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-centuries .table-condensed tbody .day.encontro,
.calendar[data-bg=white] .datepicker[data-bg=white] .calendar-input .datepicker .datepicker-centuries .table-condensed tbody .day.encontro,
.datepicker[data-bg=white] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-centuries .table-condensed tbody .day.encontro,
.calendar[data-bg=white] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-centuries .table-condensed tbody .day.encontro,
.datepicker[data-bg=gray] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-centuries .table-condensed tbody .day.encontro, .calendar[data-bg=gray] .calendar-builds .datepicker .datepicker-days .table-condensed tbody .day.encontro, .calendar[data-bg=gray] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-days .table-condensed tbody .day.encontro, .calendar[data-bg=white] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-days .table-condensed tbody .day.encontro, .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-days .table-condensed tbody .day.encontro,
.calendar[data-bg=gray] .datepicker[data-bg=white] .calendar-input .datepicker .datepicker-days .table-condensed tbody .day.encontro,
.datepicker[data-bg=white] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-days .table-condensed tbody .day.encontro,
.calendar[data-bg=gray] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-days .table-condensed tbody .day.encontro,
.datepicker[data-bg=gray] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-days .table-condensed tbody .day.encontro,
.calendar[data-bg=gray] .calendar-builds .datepicker .datepicker-months .table-condensed tbody .day.encontro,
.calendar[data-bg=gray] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-months .table-condensed tbody .day.encontro,
.calendar[data-bg=white] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-months .table-condensed tbody .day.encontro,
.calendar[data-bg=gray] .calendar-input .datepicker .datepicker-months .table-condensed tbody .day.encontro,
.calendar[data-bg=gray] .datepicker[data-bg=white] .calendar-input .datepicker .datepicker-months .table-condensed tbody .day.encontro,
.datepicker[data-bg=white] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-months .table-condensed tbody .day.encontro,
.calendar[data-bg=gray] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-months .table-condensed tbody .day.encontro,
.datepicker[data-bg=gray] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-months .table-condensed tbody .day.encontro,
.calendar[data-bg=gray] .calendar-builds .datepicker .datepicker-years .table-condensed tbody .day.encontro,
.calendar[data-bg=gray] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-years .table-condensed tbody .day.encontro,
.calendar[data-bg=white] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-years .table-condensed tbody .day.encontro,
.calendar[data-bg=gray] .calendar-input .datepicker .datepicker-years .table-condensed tbody .day.encontro,
.calendar[data-bg=gray] .datepicker[data-bg=white] .calendar-input .datepicker .datepicker-years .table-condensed tbody .day.encontro,
.datepicker[data-bg=white] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-years .table-condensed tbody .day.encontro,
.calendar[data-bg=gray] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-years .table-condensed tbody .day.encontro,
.datepicker[data-bg=gray] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-years .table-condensed tbody .day.encontro,
.calendar[data-bg=gray] .calendar-builds .datepicker .datepicker-decades .table-condensed tbody .day.encontro,
.calendar[data-bg=gray] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-decades .table-condensed tbody .day.encontro,
.calendar[data-bg=white] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-decades .table-condensed tbody .day.encontro,
.calendar[data-bg=gray] .calendar-input .datepicker .datepicker-decades .table-condensed tbody .day.encontro,
.calendar[data-bg=gray] .datepicker[data-bg=white] .calendar-input .datepicker .datepicker-decades .table-condensed tbody .day.encontro,
.datepicker[data-bg=white] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-decades .table-condensed tbody .day.encontro,
.calendar[data-bg=gray] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-decades .table-condensed tbody .day.encontro,
.datepicker[data-bg=gray] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-decades .table-condensed tbody .day.encontro,
.calendar[data-bg=gray] .calendar-builds .datepicker .datepicker-centuries .table-condensed tbody .day.encontro,
.calendar[data-bg=gray] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-centuries .table-condensed tbody .day.encontro,
.calendar[data-bg=white] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-centuries .table-condensed tbody .day.encontro,
.calendar[data-bg=gray] .calendar-input .datepicker .datepicker-centuries .table-condensed tbody .day.encontro,
.calendar[data-bg=gray] .datepicker[data-bg=white] .calendar-input .datepicker .datepicker-centuries .table-condensed tbody .day.encontro,
.datepicker[data-bg=white] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-centuries .table-condensed tbody .day.encontro,
.calendar[data-bg=gray] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-centuries .table-condensed tbody .day.encontro,
.datepicker[data-bg=gray] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-centuries .table-condensed tbody .day.encontro,
.datepicker[data-bg=white] .calendar-builds .datepicker .datepicker-days .table-condensed tbody .day.encontro,
.datepicker[data-bg=white] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-days .table-condensed tbody .day.encontro,
.calendar[data-bg=white] .datepicker[data-bg=white] .calendar-input .datepicker .datepicker-days .table-condensed tbody .day.encontro,
.datepicker[data-bg=white] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-days .table-condensed tbody .day.encontro,
.calendar[data-bg=gray] .datepicker[data-bg=white] .calendar-input .datepicker .datepicker-days .table-condensed tbody .day.encontro,
.datepicker[data-bg=white] .calendar-input .datepicker .datepicker-days .table-condensed tbody .day.encontro,
.datepicker[data-bg=white] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-days .table-condensed tbody .day.encontro,
.datepicker[data-bg=gray] .datepicker[data-bg=white] .calendar-input .datepicker .datepicker-days .table-condensed tbody .day.encontro,
.datepicker[data-bg=white] .calendar-builds .datepicker .datepicker-months .table-condensed tbody .day.encontro,
.datepicker[data-bg=white] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-months .table-condensed tbody .day.encontro,
.calendar[data-bg=white] .datepicker[data-bg=white] .calendar-input .datepicker .datepicker-months .table-condensed tbody .day.encontro,
.datepicker[data-bg=white] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-months .table-condensed tbody .day.encontro,
.calendar[data-bg=gray] .datepicker[data-bg=white] .calendar-input .datepicker .datepicker-months .table-condensed tbody .day.encontro,
.datepicker[data-bg=white] .calendar-input .datepicker .datepicker-months .table-condensed tbody .day.encontro,
.datepicker[data-bg=white] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-months .table-condensed tbody .day.encontro,
.datepicker[data-bg=gray] .datepicker[data-bg=white] .calendar-input .datepicker .datepicker-months .table-condensed tbody .day.encontro,
.datepicker[data-bg=white] .calendar-builds .datepicker .datepicker-years .table-condensed tbody .day.encontro,
.datepicker[data-bg=white] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-years .table-condensed tbody .day.encontro,
.calendar[data-bg=white] .datepicker[data-bg=white] .calendar-input .datepicker .datepicker-years .table-condensed tbody .day.encontro,
.datepicker[data-bg=white] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-years .table-condensed tbody .day.encontro,
.calendar[data-bg=gray] .datepicker[data-bg=white] .calendar-input .datepicker .datepicker-years .table-condensed tbody .day.encontro,
.datepicker[data-bg=white] .calendar-input .datepicker .datepicker-years .table-condensed tbody .day.encontro,
.datepicker[data-bg=white] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-years .table-condensed tbody .day.encontro,
.datepicker[data-bg=gray] .datepicker[data-bg=white] .calendar-input .datepicker .datepicker-years .table-condensed tbody .day.encontro,
.datepicker[data-bg=white] .calendar-builds .datepicker .datepicker-decades .table-condensed tbody .day.encontro,
.datepicker[data-bg=white] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-decades .table-condensed tbody .day.encontro,
.calendar[data-bg=white] .datepicker[data-bg=white] .calendar-input .datepicker .datepicker-decades .table-condensed tbody .day.encontro,
.datepicker[data-bg=white] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-decades .table-condensed tbody .day.encontro,
.calendar[data-bg=gray] .datepicker[data-bg=white] .calendar-input .datepicker .datepicker-decades .table-condensed tbody .day.encontro,
.datepicker[data-bg=white] .calendar-input .datepicker .datepicker-decades .table-condensed tbody .day.encontro,
.datepicker[data-bg=white] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-decades .table-condensed tbody .day.encontro,
.datepicker[data-bg=gray] .datepicker[data-bg=white] .calendar-input .datepicker .datepicker-decades .table-condensed tbody .day.encontro,
.datepicker[data-bg=white] .calendar-builds .datepicker .datepicker-centuries .table-condensed tbody .day.encontro,
.datepicker[data-bg=white] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-centuries .table-condensed tbody .day.encontro,
.calendar[data-bg=white] .datepicker[data-bg=white] .calendar-input .datepicker .datepicker-centuries .table-condensed tbody .day.encontro,
.datepicker[data-bg=white] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-centuries .table-condensed tbody .day.encontro,
.calendar[data-bg=gray] .datepicker[data-bg=white] .calendar-input .datepicker .datepicker-centuries .table-condensed tbody .day.encontro,
.datepicker[data-bg=white] .calendar-input .datepicker .datepicker-centuries .table-condensed tbody .day.encontro,
.datepicker[data-bg=white] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-centuries .table-condensed tbody .day.encontro,
.datepicker[data-bg=gray] .datepicker[data-bg=white] .calendar-input .datepicker .datepicker-centuries .table-condensed tbody .day.encontro,
.datepicker[data-bg=gray] .calendar-builds .datepicker .datepicker-days .table-condensed tbody .day.encontro,
.datepicker[data-bg=gray] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-days .table-condensed tbody .day.encontro,
.calendar[data-bg=white] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-days .table-condensed tbody .day.encontro,
.datepicker[data-bg=gray] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-days .table-condensed tbody .day.encontro,
.calendar[data-bg=gray] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-days .table-condensed tbody .day.encontro,
.datepicker[data-bg=gray] .datepicker[data-bg=white] .calendar-input .datepicker .datepicker-days .table-condensed tbody .day.encontro,
.datepicker[data-bg=white] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-days .table-condensed tbody .day.encontro,
.datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-days .table-condensed tbody .day.encontro,
.datepicker[data-bg=gray] .calendar-builds .datepicker .datepicker-months .table-condensed tbody .day.encontro,
.datepicker[data-bg=gray] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-months .table-condensed tbody .day.encontro,
.calendar[data-bg=white] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-months .table-condensed tbody .day.encontro,
.datepicker[data-bg=gray] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-months .table-condensed tbody .day.encontro,
.calendar[data-bg=gray] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-months .table-condensed tbody .day.encontro,
.datepicker[data-bg=gray] .datepicker[data-bg=white] .calendar-input .datepicker .datepicker-months .table-condensed tbody .day.encontro,
.datepicker[data-bg=white] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-months .table-condensed tbody .day.encontro,
.datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-months .table-condensed tbody .day.encontro,
.datepicker[data-bg=gray] .calendar-builds .datepicker .datepicker-years .table-condensed tbody .day.encontro,
.datepicker[data-bg=gray] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-years .table-condensed tbody .day.encontro,
.calendar[data-bg=white] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-years .table-condensed tbody .day.encontro,
.datepicker[data-bg=gray] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-years .table-condensed tbody .day.encontro,
.calendar[data-bg=gray] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-years .table-condensed tbody .day.encontro,
.datepicker[data-bg=gray] .datepicker[data-bg=white] .calendar-input .datepicker .datepicker-years .table-condensed tbody .day.encontro,
.datepicker[data-bg=white] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-years .table-condensed tbody .day.encontro,
.datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-years .table-condensed tbody .day.encontro,
.datepicker[data-bg=gray] .calendar-builds .datepicker .datepicker-decades .table-condensed tbody .day.encontro,
.datepicker[data-bg=gray] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-decades .table-condensed tbody .day.encontro,
.calendar[data-bg=white] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-decades .table-condensed tbody .day.encontro,
.datepicker[data-bg=gray] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-decades .table-condensed tbody .day.encontro,
.calendar[data-bg=gray] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-decades .table-condensed tbody .day.encontro,
.datepicker[data-bg=gray] .datepicker[data-bg=white] .calendar-input .datepicker .datepicker-decades .table-condensed tbody .day.encontro,
.datepicker[data-bg=white] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-decades .table-condensed tbody .day.encontro,
.datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-decades .table-condensed tbody .day.encontro,
.datepicker[data-bg=gray] .calendar-builds .datepicker .datepicker-centuries .table-condensed tbody .day.encontro,
.datepicker[data-bg=gray] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-centuries .table-condensed tbody .day.encontro,
.calendar[data-bg=white] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-centuries .table-condensed tbody .day.encontro,
.datepicker[data-bg=gray] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-centuries .table-condensed tbody .day.encontro,
.calendar[data-bg=gray] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-centuries .table-condensed tbody .day.encontro,
.datepicker[data-bg=gray] .datepicker[data-bg=white] .calendar-input .datepicker .datepicker-centuries .table-condensed tbody .day.encontro,
.datepicker[data-bg=white] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-centuries .table-condensed tbody .day.encontro,
.datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-centuries .table-condensed tbody .day.encontro {
  background-color: var(--encontro-bg-color);
}
.calendar[data-bg=white] .calendar-builds hr, .calendar[data-bg=white] .calendar-input hr, .calendar[data-bg=gray] .calendar-builds hr, .calendar[data-bg=gray] .calendar-input hr,
.datepicker[data-bg=white] .calendar-builds hr,
.datepicker[data-bg=white] .calendar-input hr,
.datepicker[data-bg=gray] .calendar-builds hr,
.datepicker[data-bg=gray] .calendar-input hr {
  margin: 0 13px;
}
.calendar[data-bg=white] .calendar-builds ul, .calendar[data-bg=white] .calendar-input ul, .calendar[data-bg=gray] .calendar-builds ul, .calendar[data-bg=gray] .calendar-input ul,
.datepicker[data-bg=white] .calendar-builds ul,
.datepicker[data-bg=white] .calendar-input ul,
.datepicker[data-bg=gray] .calendar-builds ul,
.datepicker[data-bg=gray] .calendar-input ul {
  padding: 13px;
}
.calendar[data-bg=white] .calendar-builds ul li, .calendar[data-bg=white] .calendar-input ul li, .calendar[data-bg=gray] .calendar-builds ul li, .calendar[data-bg=gray] .calendar-input ul li,
.datepicker[data-bg=white] .calendar-builds ul li,
.datepicker[data-bg=white] .calendar-input ul li,
.datepicker[data-bg=gray] .calendar-builds ul li,
.datepicker[data-bg=gray] .calendar-input ul li {
  border-radius: 5px;
  margin-bottom: 8px;
  padding: 2px 4px;
}
.calendar[data-bg=white] .calendar-builds ul li.prova, .calendar[data-bg=white] .calendar-input ul li.prova, .calendar[data-bg=gray] .calendar-builds ul li.prova, .calendar[data-bg=gray] .calendar-input ul li.prova,
.datepicker[data-bg=white] .calendar-builds ul li.prova,
.datepicker[data-bg=white] .calendar-input ul li.prova,
.datepicker[data-bg=gray] .calendar-builds ul li.prova,
.datepicker[data-bg=gray] .calendar-input ul li.prova {
  background-color: var(--prova-bg-color);
}
.calendar[data-bg=white] .calendar-builds ul li.trabalho, .calendar[data-bg=white] .calendar-input ul li.trabalho, .calendar[data-bg=gray] .calendar-builds ul li.trabalho, .calendar[data-bg=gray] .calendar-input ul li.trabalho,
.datepicker[data-bg=white] .calendar-builds ul li.trabalho,
.datepicker[data-bg=white] .calendar-input ul li.trabalho,
.datepicker[data-bg=gray] .calendar-builds ul li.trabalho,
.datepicker[data-bg=gray] .calendar-input ul li.trabalho {
  background-color: var(--trabalho-bg-color);
}
.calendar[data-bg=white] .calendar-builds ul li.encontro, .calendar[data-bg=white] .calendar-input ul li.encontro, .calendar[data-bg=gray] .calendar-builds ul li.encontro, .calendar[data-bg=gray] .calendar-input ul li.encontro,
.datepicker[data-bg=white] .calendar-builds ul li.encontro,
.datepicker[data-bg=white] .calendar-input ul li.encontro,
.datepicker[data-bg=gray] .calendar-builds ul li.encontro,
.datepicker[data-bg=gray] .calendar-input ul li.encontro {
  background-color: var(--encontro-bg-color);
}
.calendar[data-bg=white] .calendar-builds, .calendar[data-bg=white] .calendar-input,
.datepicker[data-bg=white] .calendar-builds,
.datepicker[data-bg=white] .calendar-input {
  background-color: var(--white);
}
.calendar[data-bg=white] .calendar-builds .datepicker .datepicker-days .table-condensed thead .prev:hover, .calendar[data-bg=white] .calendar-input .datepicker .datepicker-days .table-condensed thead .prev:hover, .calendar[data-bg=white] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-days .table-condensed thead .prev:hover, .calendar[data-bg=gray] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-days .table-condensed thead .prev:hover,
.calendar[data-bg=white] .datepicker[data-bg=white] .calendar-input .datepicker .datepicker-days .table-condensed thead .prev:hover,
.datepicker[data-bg=white] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-days .table-condensed thead .prev:hover,
.calendar[data-bg=white] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-days .table-condensed thead .prev:hover,
.datepicker[data-bg=gray] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-days .table-condensed thead .prev:hover,
.calendar[data-bg=white] .calendar-builds .datepicker .datepicker-days .table-condensed thead .next:hover,
.calendar[data-bg=white] .calendar-input .datepicker .datepicker-days .table-condensed thead .next:hover,
.calendar[data-bg=white] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-days .table-condensed thead .next:hover,
.calendar[data-bg=gray] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-days .table-condensed thead .next:hover,
.calendar[data-bg=white] .datepicker[data-bg=white] .calendar-input .datepicker .datepicker-days .table-condensed thead .next:hover,
.datepicker[data-bg=white] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-days .table-condensed thead .next:hover,
.calendar[data-bg=white] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-days .table-condensed thead .next:hover,
.datepicker[data-bg=gray] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-days .table-condensed thead .next:hover,
.calendar[data-bg=white] .calendar-builds .datepicker .datepicker-months .table-condensed thead .prev:hover,
.calendar[data-bg=white] .calendar-input .datepicker .datepicker-months .table-condensed thead .prev:hover,
.calendar[data-bg=white] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-months .table-condensed thead .prev:hover,
.calendar[data-bg=gray] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-months .table-condensed thead .prev:hover,
.calendar[data-bg=white] .datepicker[data-bg=white] .calendar-input .datepicker .datepicker-months .table-condensed thead .prev:hover,
.datepicker[data-bg=white] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-months .table-condensed thead .prev:hover,
.calendar[data-bg=white] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-months .table-condensed thead .prev:hover,
.datepicker[data-bg=gray] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-months .table-condensed thead .prev:hover,
.calendar[data-bg=white] .calendar-builds .datepicker .datepicker-months .table-condensed thead .next:hover,
.calendar[data-bg=white] .calendar-input .datepicker .datepicker-months .table-condensed thead .next:hover,
.calendar[data-bg=white] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-months .table-condensed thead .next:hover,
.calendar[data-bg=gray] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-months .table-condensed thead .next:hover,
.calendar[data-bg=white] .datepicker[data-bg=white] .calendar-input .datepicker .datepicker-months .table-condensed thead .next:hover,
.datepicker[data-bg=white] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-months .table-condensed thead .next:hover,
.calendar[data-bg=white] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-months .table-condensed thead .next:hover,
.datepicker[data-bg=gray] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-months .table-condensed thead .next:hover,
.calendar[data-bg=white] .calendar-builds .datepicker .datepicker-years .table-condensed thead .prev:hover,
.calendar[data-bg=white] .calendar-input .datepicker .datepicker-years .table-condensed thead .prev:hover,
.calendar[data-bg=white] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-years .table-condensed thead .prev:hover,
.calendar[data-bg=gray] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-years .table-condensed thead .prev:hover,
.calendar[data-bg=white] .datepicker[data-bg=white] .calendar-input .datepicker .datepicker-years .table-condensed thead .prev:hover,
.datepicker[data-bg=white] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-years .table-condensed thead .prev:hover,
.calendar[data-bg=white] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-years .table-condensed thead .prev:hover,
.datepicker[data-bg=gray] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-years .table-condensed thead .prev:hover,
.calendar[data-bg=white] .calendar-builds .datepicker .datepicker-years .table-condensed thead .next:hover,
.calendar[data-bg=white] .calendar-input .datepicker .datepicker-years .table-condensed thead .next:hover,
.calendar[data-bg=white] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-years .table-condensed thead .next:hover,
.calendar[data-bg=gray] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-years .table-condensed thead .next:hover,
.calendar[data-bg=white] .datepicker[data-bg=white] .calendar-input .datepicker .datepicker-years .table-condensed thead .next:hover,
.datepicker[data-bg=white] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-years .table-condensed thead .next:hover,
.calendar[data-bg=white] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-years .table-condensed thead .next:hover,
.datepicker[data-bg=gray] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-years .table-condensed thead .next:hover,
.calendar[data-bg=white] .calendar-builds .datepicker .datepicker-decades .table-condensed thead .prev:hover,
.calendar[data-bg=white] .calendar-input .datepicker .datepicker-decades .table-condensed thead .prev:hover,
.calendar[data-bg=white] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-decades .table-condensed thead .prev:hover,
.calendar[data-bg=gray] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-decades .table-condensed thead .prev:hover,
.calendar[data-bg=white] .datepicker[data-bg=white] .calendar-input .datepicker .datepicker-decades .table-condensed thead .prev:hover,
.datepicker[data-bg=white] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-decades .table-condensed thead .prev:hover,
.calendar[data-bg=white] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-decades .table-condensed thead .prev:hover,
.datepicker[data-bg=gray] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-decades .table-condensed thead .prev:hover,
.calendar[data-bg=white] .calendar-builds .datepicker .datepicker-decades .table-condensed thead .next:hover,
.calendar[data-bg=white] .calendar-input .datepicker .datepicker-decades .table-condensed thead .next:hover,
.calendar[data-bg=white] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-decades .table-condensed thead .next:hover,
.calendar[data-bg=gray] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-decades .table-condensed thead .next:hover,
.calendar[data-bg=white] .datepicker[data-bg=white] .calendar-input .datepicker .datepicker-decades .table-condensed thead .next:hover,
.datepicker[data-bg=white] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-decades .table-condensed thead .next:hover,
.calendar[data-bg=white] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-decades .table-condensed thead .next:hover,
.datepicker[data-bg=gray] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-decades .table-condensed thead .next:hover,
.calendar[data-bg=white] .calendar-builds .datepicker .datepicker-centuries .table-condensed thead .prev:hover,
.calendar[data-bg=white] .calendar-input .datepicker .datepicker-centuries .table-condensed thead .prev:hover,
.calendar[data-bg=white] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-centuries .table-condensed thead .prev:hover,
.calendar[data-bg=gray] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-centuries .table-condensed thead .prev:hover,
.calendar[data-bg=white] .datepicker[data-bg=white] .calendar-input .datepicker .datepicker-centuries .table-condensed thead .prev:hover,
.datepicker[data-bg=white] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-centuries .table-condensed thead .prev:hover,
.calendar[data-bg=white] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-centuries .table-condensed thead .prev:hover,
.datepicker[data-bg=gray] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-centuries .table-condensed thead .prev:hover,
.calendar[data-bg=white] .calendar-builds .datepicker .datepicker-centuries .table-condensed thead .next:hover,
.calendar[data-bg=white] .calendar-input .datepicker .datepicker-centuries .table-condensed thead .next:hover,
.calendar[data-bg=white] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-centuries .table-condensed thead .next:hover,
.calendar[data-bg=gray] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-centuries .table-condensed thead .next:hover,
.calendar[data-bg=white] .datepicker[data-bg=white] .calendar-input .datepicker .datepicker-centuries .table-condensed thead .next:hover,
.datepicker[data-bg=white] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-centuries .table-condensed thead .next:hover,
.calendar[data-bg=white] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-centuries .table-condensed thead .next:hover,
.datepicker[data-bg=gray] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-centuries .table-condensed thead .next:hover,
.datepicker[data-bg=white] .calendar-builds .datepicker .datepicker-days .table-condensed thead .prev:hover,
.datepicker[data-bg=white] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-days .table-condensed thead .prev:hover,
.calendar[data-bg=white] .datepicker[data-bg=white] .calendar-input .datepicker .datepicker-days .table-condensed thead .prev:hover,
.datepicker[data-bg=white] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-days .table-condensed thead .prev:hover,
.calendar[data-bg=gray] .datepicker[data-bg=white] .calendar-input .datepicker .datepicker-days .table-condensed thead .prev:hover,
.datepicker[data-bg=white] .calendar-input .datepicker .datepicker-days .table-condensed thead .prev:hover,
.datepicker[data-bg=white] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-days .table-condensed thead .prev:hover,
.datepicker[data-bg=gray] .datepicker[data-bg=white] .calendar-input .datepicker .datepicker-days .table-condensed thead .prev:hover,
.datepicker[data-bg=white] .calendar-builds .datepicker .datepicker-days .table-condensed thead .next:hover,
.datepicker[data-bg=white] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-days .table-condensed thead .next:hover,
.calendar[data-bg=white] .datepicker[data-bg=white] .calendar-input .datepicker .datepicker-days .table-condensed thead .next:hover,
.datepicker[data-bg=white] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-days .table-condensed thead .next:hover,
.calendar[data-bg=gray] .datepicker[data-bg=white] .calendar-input .datepicker .datepicker-days .table-condensed thead .next:hover,
.datepicker[data-bg=white] .calendar-input .datepicker .datepicker-days .table-condensed thead .next:hover,
.datepicker[data-bg=white] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-days .table-condensed thead .next:hover,
.datepicker[data-bg=gray] .datepicker[data-bg=white] .calendar-input .datepicker .datepicker-days .table-condensed thead .next:hover,
.datepicker[data-bg=white] .calendar-builds .datepicker .datepicker-months .table-condensed thead .prev:hover,
.datepicker[data-bg=white] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-months .table-condensed thead .prev:hover,
.calendar[data-bg=white] .datepicker[data-bg=white] .calendar-input .datepicker .datepicker-months .table-condensed thead .prev:hover,
.datepicker[data-bg=white] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-months .table-condensed thead .prev:hover,
.calendar[data-bg=gray] .datepicker[data-bg=white] .calendar-input .datepicker .datepicker-months .table-condensed thead .prev:hover,
.datepicker[data-bg=white] .calendar-input .datepicker .datepicker-months .table-condensed thead .prev:hover,
.datepicker[data-bg=white] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-months .table-condensed thead .prev:hover,
.datepicker[data-bg=gray] .datepicker[data-bg=white] .calendar-input .datepicker .datepicker-months .table-condensed thead .prev:hover,
.datepicker[data-bg=white] .calendar-builds .datepicker .datepicker-months .table-condensed thead .next:hover,
.datepicker[data-bg=white] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-months .table-condensed thead .next:hover,
.calendar[data-bg=white] .datepicker[data-bg=white] .calendar-input .datepicker .datepicker-months .table-condensed thead .next:hover,
.datepicker[data-bg=white] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-months .table-condensed thead .next:hover,
.calendar[data-bg=gray] .datepicker[data-bg=white] .calendar-input .datepicker .datepicker-months .table-condensed thead .next:hover,
.datepicker[data-bg=white] .calendar-input .datepicker .datepicker-months .table-condensed thead .next:hover,
.datepicker[data-bg=white] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-months .table-condensed thead .next:hover,
.datepicker[data-bg=gray] .datepicker[data-bg=white] .calendar-input .datepicker .datepicker-months .table-condensed thead .next:hover,
.datepicker[data-bg=white] .calendar-builds .datepicker .datepicker-years .table-condensed thead .prev:hover,
.datepicker[data-bg=white] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-years .table-condensed thead .prev:hover,
.calendar[data-bg=white] .datepicker[data-bg=white] .calendar-input .datepicker .datepicker-years .table-condensed thead .prev:hover,
.datepicker[data-bg=white] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-years .table-condensed thead .prev:hover,
.calendar[data-bg=gray] .datepicker[data-bg=white] .calendar-input .datepicker .datepicker-years .table-condensed thead .prev:hover,
.datepicker[data-bg=white] .calendar-input .datepicker .datepicker-years .table-condensed thead .prev:hover,
.datepicker[data-bg=white] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-years .table-condensed thead .prev:hover,
.datepicker[data-bg=gray] .datepicker[data-bg=white] .calendar-input .datepicker .datepicker-years .table-condensed thead .prev:hover,
.datepicker[data-bg=white] .calendar-builds .datepicker .datepicker-years .table-condensed thead .next:hover,
.datepicker[data-bg=white] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-years .table-condensed thead .next:hover,
.calendar[data-bg=white] .datepicker[data-bg=white] .calendar-input .datepicker .datepicker-years .table-condensed thead .next:hover,
.datepicker[data-bg=white] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-years .table-condensed thead .next:hover,
.calendar[data-bg=gray] .datepicker[data-bg=white] .calendar-input .datepicker .datepicker-years .table-condensed thead .next:hover,
.datepicker[data-bg=white] .calendar-input .datepicker .datepicker-years .table-condensed thead .next:hover,
.datepicker[data-bg=white] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-years .table-condensed thead .next:hover,
.datepicker[data-bg=gray] .datepicker[data-bg=white] .calendar-input .datepicker .datepicker-years .table-condensed thead .next:hover,
.datepicker[data-bg=white] .calendar-builds .datepicker .datepicker-decades .table-condensed thead .prev:hover,
.datepicker[data-bg=white] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-decades .table-condensed thead .prev:hover,
.calendar[data-bg=white] .datepicker[data-bg=white] .calendar-input .datepicker .datepicker-decades .table-condensed thead .prev:hover,
.datepicker[data-bg=white] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-decades .table-condensed thead .prev:hover,
.calendar[data-bg=gray] .datepicker[data-bg=white] .calendar-input .datepicker .datepicker-decades .table-condensed thead .prev:hover,
.datepicker[data-bg=white] .calendar-input .datepicker .datepicker-decades .table-condensed thead .prev:hover,
.datepicker[data-bg=white] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-decades .table-condensed thead .prev:hover,
.datepicker[data-bg=gray] .datepicker[data-bg=white] .calendar-input .datepicker .datepicker-decades .table-condensed thead .prev:hover,
.datepicker[data-bg=white] .calendar-builds .datepicker .datepicker-decades .table-condensed thead .next:hover,
.datepicker[data-bg=white] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-decades .table-condensed thead .next:hover,
.calendar[data-bg=white] .datepicker[data-bg=white] .calendar-input .datepicker .datepicker-decades .table-condensed thead .next:hover,
.datepicker[data-bg=white] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-decades .table-condensed thead .next:hover,
.calendar[data-bg=gray] .datepicker[data-bg=white] .calendar-input .datepicker .datepicker-decades .table-condensed thead .next:hover,
.datepicker[data-bg=white] .calendar-input .datepicker .datepicker-decades .table-condensed thead .next:hover,
.datepicker[data-bg=white] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-decades .table-condensed thead .next:hover,
.datepicker[data-bg=gray] .datepicker[data-bg=white] .calendar-input .datepicker .datepicker-decades .table-condensed thead .next:hover,
.datepicker[data-bg=white] .calendar-builds .datepicker .datepicker-centuries .table-condensed thead .prev:hover,
.datepicker[data-bg=white] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-centuries .table-condensed thead .prev:hover,
.calendar[data-bg=white] .datepicker[data-bg=white] .calendar-input .datepicker .datepicker-centuries .table-condensed thead .prev:hover,
.datepicker[data-bg=white] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-centuries .table-condensed thead .prev:hover,
.calendar[data-bg=gray] .datepicker[data-bg=white] .calendar-input .datepicker .datepicker-centuries .table-condensed thead .prev:hover,
.datepicker[data-bg=white] .calendar-input .datepicker .datepicker-centuries .table-condensed thead .prev:hover,
.datepicker[data-bg=white] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-centuries .table-condensed thead .prev:hover,
.datepicker[data-bg=gray] .datepicker[data-bg=white] .calendar-input .datepicker .datepicker-centuries .table-condensed thead .prev:hover,
.datepicker[data-bg=white] .calendar-builds .datepicker .datepicker-centuries .table-condensed thead .next:hover,
.datepicker[data-bg=white] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-centuries .table-condensed thead .next:hover,
.calendar[data-bg=white] .datepicker[data-bg=white] .calendar-input .datepicker .datepicker-centuries .table-condensed thead .next:hover,
.datepicker[data-bg=white] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-centuries .table-condensed thead .next:hover,
.calendar[data-bg=gray] .datepicker[data-bg=white] .calendar-input .datepicker .datepicker-centuries .table-condensed thead .next:hover,
.datepicker[data-bg=white] .calendar-input .datepicker .datepicker-centuries .table-condensed thead .next:hover,
.datepicker[data-bg=white] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-centuries .table-condensed thead .next:hover,
.datepicker[data-bg=gray] .datepicker[data-bg=white] .calendar-input .datepicker .datepicker-centuries .table-condensed thead .next:hover {
  background-color: var(--secondary-lighter-color);
}
.calendar[data-bg=white] .calendar-builds .datepicker .datepicker-days .table-condensed tbody .active, .calendar[data-bg=white] .calendar-input .datepicker .datepicker-days .table-condensed tbody .active,
.calendar[data-bg=white] .calendar-builds .datepicker .datepicker-months .table-condensed tbody .active,
.calendar[data-bg=white] .calendar-input .datepicker .datepicker-months .table-condensed tbody .active,
.calendar[data-bg=white] .calendar-builds .datepicker .datepicker-years .table-condensed tbody .active,
.calendar[data-bg=white] .calendar-input .datepicker .datepicker-years .table-condensed tbody .active,
.calendar[data-bg=white] .calendar-builds .datepicker .datepicker-decades .table-condensed tbody .active,
.calendar[data-bg=white] .calendar-input .datepicker .datepicker-decades .table-condensed tbody .active,
.calendar[data-bg=white] .calendar-builds .datepicker .datepicker-centuries .table-condensed tbody .active,
.calendar[data-bg=white] .calendar-input .datepicker .datepicker-centuries .table-condensed tbody .active,
.datepicker[data-bg=white] .calendar-builds .datepicker .datepicker-days .table-condensed tbody .active,
.datepicker[data-bg=white] .calendar-input .datepicker .datepicker-days .table-condensed tbody .active,
.datepicker[data-bg=white] .calendar-builds .datepicker .datepicker-months .table-condensed tbody .active,
.datepicker[data-bg=white] .calendar-input .datepicker .datepicker-months .table-condensed tbody .active,
.datepicker[data-bg=white] .calendar-builds .datepicker .datepicker-years .table-condensed tbody .active,
.datepicker[data-bg=white] .calendar-input .datepicker .datepicker-years .table-condensed tbody .active,
.datepicker[data-bg=white] .calendar-builds .datepicker .datepicker-decades .table-condensed tbody .active,
.datepicker[data-bg=white] .calendar-input .datepicker .datepicker-decades .table-condensed tbody .active,
.datepicker[data-bg=white] .calendar-builds .datepicker .datepicker-centuries .table-condensed tbody .active,
.datepicker[data-bg=white] .calendar-input .datepicker .datepicker-centuries .table-condensed tbody .active {
  background-color: var(--secondary-lightest-color);
}
.calendar[data-bg=white] .calendar-builds .datepicker .datepicker-days .table-condensed tbody .day, .calendar[data-bg=white] .calendar-input .datepicker .datepicker-days .table-condensed tbody .day,
.calendar[data-bg=white] .calendar-builds .datepicker .datepicker-months .table-condensed tbody .day,
.calendar[data-bg=white] .calendar-input .datepicker .datepicker-months .table-condensed tbody .day,
.calendar[data-bg=white] .calendar-builds .datepicker .datepicker-years .table-condensed tbody .day,
.calendar[data-bg=white] .calendar-input .datepicker .datepicker-years .table-condensed tbody .day,
.calendar[data-bg=white] .calendar-builds .datepicker .datepicker-decades .table-condensed tbody .day,
.calendar[data-bg=white] .calendar-input .datepicker .datepicker-decades .table-condensed tbody .day,
.calendar[data-bg=white] .calendar-builds .datepicker .datepicker-centuries .table-condensed tbody .day,
.calendar[data-bg=white] .calendar-input .datepicker .datepicker-centuries .table-condensed tbody .day,
.datepicker[data-bg=white] .calendar-builds .datepicker .datepicker-days .table-condensed tbody .day,
.datepicker[data-bg=white] .calendar-input .datepicker .datepicker-days .table-condensed tbody .day,
.datepicker[data-bg=white] .calendar-builds .datepicker .datepicker-months .table-condensed tbody .day,
.datepicker[data-bg=white] .calendar-input .datepicker .datepicker-months .table-condensed tbody .day,
.datepicker[data-bg=white] .calendar-builds .datepicker .datepicker-years .table-condensed tbody .day,
.datepicker[data-bg=white] .calendar-input .datepicker .datepicker-years .table-condensed tbody .day,
.datepicker[data-bg=white] .calendar-builds .datepicker .datepicker-decades .table-condensed tbody .day,
.datepicker[data-bg=white] .calendar-input .datepicker .datepicker-decades .table-condensed tbody .day,
.datepicker[data-bg=white] .calendar-builds .datepicker .datepicker-centuries .table-condensed tbody .day,
.datepicker[data-bg=white] .calendar-input .datepicker .datepicker-centuries .table-condensed tbody .day {
  color: var(--secondary-darkest-color);
}
.calendar[data-bg=white] .calendar-builds .datepicker .datepicker-days .table-condensed tbody .day.today, .calendar[data-bg=white] .calendar-input .datepicker .datepicker-days .table-condensed tbody .day.today, .calendar[data-bg=white] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-days .table-condensed tbody .day.today, .calendar[data-bg=gray] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-days .table-condensed tbody .day.today,
.calendar[data-bg=white] .datepicker[data-bg=white] .calendar-input .datepicker .datepicker-days .table-condensed tbody .day.today,
.datepicker[data-bg=white] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-days .table-condensed tbody .day.today,
.calendar[data-bg=white] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-days .table-condensed tbody .day.today,
.datepicker[data-bg=gray] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-days .table-condensed tbody .day.today, .calendar[data-bg=white] .calendar-builds .datepicker .datepicker-days .table-condensed tbody .day.active, .calendar[data-bg=white] .calendar-input .datepicker .datepicker-days .table-condensed tbody .day.active, .calendar[data-bg=white] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-days .table-condensed tbody .day.active, .calendar[data-bg=gray] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-days .table-condensed tbody .day.active,
.calendar[data-bg=white] .datepicker[data-bg=white] .calendar-input .datepicker .datepicker-days .table-condensed tbody .day.active,
.datepicker[data-bg=white] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-days .table-condensed tbody .day.active,
.calendar[data-bg=white] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-days .table-condensed tbody .day.active,
.datepicker[data-bg=gray] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-days .table-condensed tbody .day.active,
.calendar[data-bg=white] .calendar-builds .datepicker .datepicker-months .table-condensed tbody .day.today,
.calendar[data-bg=white] .calendar-input .datepicker .datepicker-months .table-condensed tbody .day.today,
.calendar[data-bg=white] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-months .table-condensed tbody .day.today,
.calendar[data-bg=gray] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-months .table-condensed tbody .day.today,
.calendar[data-bg=white] .datepicker[data-bg=white] .calendar-input .datepicker .datepicker-months .table-condensed tbody .day.today,
.datepicker[data-bg=white] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-months .table-condensed tbody .day.today,
.calendar[data-bg=white] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-months .table-condensed tbody .day.today,
.datepicker[data-bg=gray] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-months .table-condensed tbody .day.today,
.calendar[data-bg=white] .calendar-builds .datepicker .datepicker-months .table-condensed tbody .day.active,
.calendar[data-bg=white] .calendar-input .datepicker .datepicker-months .table-condensed tbody .day.active,
.calendar[data-bg=white] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-months .table-condensed tbody .day.active,
.calendar[data-bg=gray] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-months .table-condensed tbody .day.active,
.calendar[data-bg=white] .datepicker[data-bg=white] .calendar-input .datepicker .datepicker-months .table-condensed tbody .day.active,
.datepicker[data-bg=white] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-months .table-condensed tbody .day.active,
.calendar[data-bg=white] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-months .table-condensed tbody .day.active,
.datepicker[data-bg=gray] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-months .table-condensed tbody .day.active,
.calendar[data-bg=white] .calendar-builds .datepicker .datepicker-years .table-condensed tbody .day.today,
.calendar[data-bg=white] .calendar-input .datepicker .datepicker-years .table-condensed tbody .day.today,
.calendar[data-bg=white] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-years .table-condensed tbody .day.today,
.calendar[data-bg=gray] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-years .table-condensed tbody .day.today,
.calendar[data-bg=white] .datepicker[data-bg=white] .calendar-input .datepicker .datepicker-years .table-condensed tbody .day.today,
.datepicker[data-bg=white] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-years .table-condensed tbody .day.today,
.calendar[data-bg=white] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-years .table-condensed tbody .day.today,
.datepicker[data-bg=gray] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-years .table-condensed tbody .day.today,
.calendar[data-bg=white] .calendar-builds .datepicker .datepicker-years .table-condensed tbody .day.active,
.calendar[data-bg=white] .calendar-input .datepicker .datepicker-years .table-condensed tbody .day.active,
.calendar[data-bg=white] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-years .table-condensed tbody .day.active,
.calendar[data-bg=gray] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-years .table-condensed tbody .day.active,
.calendar[data-bg=white] .datepicker[data-bg=white] .calendar-input .datepicker .datepicker-years .table-condensed tbody .day.active,
.datepicker[data-bg=white] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-years .table-condensed tbody .day.active,
.calendar[data-bg=white] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-years .table-condensed tbody .day.active,
.datepicker[data-bg=gray] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-years .table-condensed tbody .day.active,
.calendar[data-bg=white] .calendar-builds .datepicker .datepicker-decades .table-condensed tbody .day.today,
.calendar[data-bg=white] .calendar-input .datepicker .datepicker-decades .table-condensed tbody .day.today,
.calendar[data-bg=white] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-decades .table-condensed tbody .day.today,
.calendar[data-bg=gray] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-decades .table-condensed tbody .day.today,
.calendar[data-bg=white] .datepicker[data-bg=white] .calendar-input .datepicker .datepicker-decades .table-condensed tbody .day.today,
.datepicker[data-bg=white] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-decades .table-condensed tbody .day.today,
.calendar[data-bg=white] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-decades .table-condensed tbody .day.today,
.datepicker[data-bg=gray] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-decades .table-condensed tbody .day.today,
.calendar[data-bg=white] .calendar-builds .datepicker .datepicker-decades .table-condensed tbody .day.active,
.calendar[data-bg=white] .calendar-input .datepicker .datepicker-decades .table-condensed tbody .day.active,
.calendar[data-bg=white] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-decades .table-condensed tbody .day.active,
.calendar[data-bg=gray] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-decades .table-condensed tbody .day.active,
.calendar[data-bg=white] .datepicker[data-bg=white] .calendar-input .datepicker .datepicker-decades .table-condensed tbody .day.active,
.datepicker[data-bg=white] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-decades .table-condensed tbody .day.active,
.calendar[data-bg=white] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-decades .table-condensed tbody .day.active,
.datepicker[data-bg=gray] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-decades .table-condensed tbody .day.active,
.calendar[data-bg=white] .calendar-builds .datepicker .datepicker-centuries .table-condensed tbody .day.today,
.calendar[data-bg=white] .calendar-input .datepicker .datepicker-centuries .table-condensed tbody .day.today,
.calendar[data-bg=white] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-centuries .table-condensed tbody .day.today,
.calendar[data-bg=gray] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-centuries .table-condensed tbody .day.today,
.calendar[data-bg=white] .datepicker[data-bg=white] .calendar-input .datepicker .datepicker-centuries .table-condensed tbody .day.today,
.datepicker[data-bg=white] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-centuries .table-condensed tbody .day.today,
.calendar[data-bg=white] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-centuries .table-condensed tbody .day.today,
.datepicker[data-bg=gray] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-centuries .table-condensed tbody .day.today,
.calendar[data-bg=white] .calendar-builds .datepicker .datepicker-centuries .table-condensed tbody .day.active,
.calendar[data-bg=white] .calendar-input .datepicker .datepicker-centuries .table-condensed tbody .day.active,
.calendar[data-bg=white] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-centuries .table-condensed tbody .day.active,
.calendar[data-bg=gray] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-centuries .table-condensed tbody .day.active,
.calendar[data-bg=white] .datepicker[data-bg=white] .calendar-input .datepicker .datepicker-centuries .table-condensed tbody .day.active,
.datepicker[data-bg=white] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-centuries .table-condensed tbody .day.active,
.calendar[data-bg=white] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-centuries .table-condensed tbody .day.active,
.datepicker[data-bg=gray] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-centuries .table-condensed tbody .day.active,
.datepicker[data-bg=white] .calendar-builds .datepicker .datepicker-days .table-condensed tbody .day.today,
.datepicker[data-bg=white] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-days .table-condensed tbody .day.today,
.calendar[data-bg=white] .datepicker[data-bg=white] .calendar-input .datepicker .datepicker-days .table-condensed tbody .day.today,
.datepicker[data-bg=white] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-days .table-condensed tbody .day.today,
.calendar[data-bg=gray] .datepicker[data-bg=white] .calendar-input .datepicker .datepicker-days .table-condensed tbody .day.today,
.datepicker[data-bg=white] .calendar-input .datepicker .datepicker-days .table-condensed tbody .day.today,
.datepicker[data-bg=white] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-days .table-condensed tbody .day.today,
.datepicker[data-bg=gray] .datepicker[data-bg=white] .calendar-input .datepicker .datepicker-days .table-condensed tbody .day.today,
.datepicker[data-bg=white] .calendar-builds .datepicker .datepicker-days .table-condensed tbody .day.active,
.datepicker[data-bg=white] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-days .table-condensed tbody .day.active,
.calendar[data-bg=white] .datepicker[data-bg=white] .calendar-input .datepicker .datepicker-days .table-condensed tbody .day.active,
.datepicker[data-bg=white] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-days .table-condensed tbody .day.active,
.calendar[data-bg=gray] .datepicker[data-bg=white] .calendar-input .datepicker .datepicker-days .table-condensed tbody .day.active,
.datepicker[data-bg=white] .calendar-input .datepicker .datepicker-days .table-condensed tbody .day.active,
.datepicker[data-bg=white] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-days .table-condensed tbody .day.active,
.datepicker[data-bg=gray] .datepicker[data-bg=white] .calendar-input .datepicker .datepicker-days .table-condensed tbody .day.active,
.datepicker[data-bg=white] .calendar-builds .datepicker .datepicker-months .table-condensed tbody .day.today,
.datepicker[data-bg=white] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-months .table-condensed tbody .day.today,
.calendar[data-bg=white] .datepicker[data-bg=white] .calendar-input .datepicker .datepicker-months .table-condensed tbody .day.today,
.datepicker[data-bg=white] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-months .table-condensed tbody .day.today,
.calendar[data-bg=gray] .datepicker[data-bg=white] .calendar-input .datepicker .datepicker-months .table-condensed tbody .day.today,
.datepicker[data-bg=white] .calendar-input .datepicker .datepicker-months .table-condensed tbody .day.today,
.datepicker[data-bg=white] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-months .table-condensed tbody .day.today,
.datepicker[data-bg=gray] .datepicker[data-bg=white] .calendar-input .datepicker .datepicker-months .table-condensed tbody .day.today,
.datepicker[data-bg=white] .calendar-builds .datepicker .datepicker-months .table-condensed tbody .day.active,
.datepicker[data-bg=white] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-months .table-condensed tbody .day.active,
.calendar[data-bg=white] .datepicker[data-bg=white] .calendar-input .datepicker .datepicker-months .table-condensed tbody .day.active,
.datepicker[data-bg=white] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-months .table-condensed tbody .day.active,
.calendar[data-bg=gray] .datepicker[data-bg=white] .calendar-input .datepicker .datepicker-months .table-condensed tbody .day.active,
.datepicker[data-bg=white] .calendar-input .datepicker .datepicker-months .table-condensed tbody .day.active,
.datepicker[data-bg=white] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-months .table-condensed tbody .day.active,
.datepicker[data-bg=gray] .datepicker[data-bg=white] .calendar-input .datepicker .datepicker-months .table-condensed tbody .day.active,
.datepicker[data-bg=white] .calendar-builds .datepicker .datepicker-years .table-condensed tbody .day.today,
.datepicker[data-bg=white] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-years .table-condensed tbody .day.today,
.calendar[data-bg=white] .datepicker[data-bg=white] .calendar-input .datepicker .datepicker-years .table-condensed tbody .day.today,
.datepicker[data-bg=white] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-years .table-condensed tbody .day.today,
.calendar[data-bg=gray] .datepicker[data-bg=white] .calendar-input .datepicker .datepicker-years .table-condensed tbody .day.today,
.datepicker[data-bg=white] .calendar-input .datepicker .datepicker-years .table-condensed tbody .day.today,
.datepicker[data-bg=white] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-years .table-condensed tbody .day.today,
.datepicker[data-bg=gray] .datepicker[data-bg=white] .calendar-input .datepicker .datepicker-years .table-condensed tbody .day.today,
.datepicker[data-bg=white] .calendar-builds .datepicker .datepicker-years .table-condensed tbody .day.active,
.datepicker[data-bg=white] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-years .table-condensed tbody .day.active,
.calendar[data-bg=white] .datepicker[data-bg=white] .calendar-input .datepicker .datepicker-years .table-condensed tbody .day.active,
.datepicker[data-bg=white] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-years .table-condensed tbody .day.active,
.calendar[data-bg=gray] .datepicker[data-bg=white] .calendar-input .datepicker .datepicker-years .table-condensed tbody .day.active,
.datepicker[data-bg=white] .calendar-input .datepicker .datepicker-years .table-condensed tbody .day.active,
.datepicker[data-bg=white] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-years .table-condensed tbody .day.active,
.datepicker[data-bg=gray] .datepicker[data-bg=white] .calendar-input .datepicker .datepicker-years .table-condensed tbody .day.active,
.datepicker[data-bg=white] .calendar-builds .datepicker .datepicker-decades .table-condensed tbody .day.today,
.datepicker[data-bg=white] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-decades .table-condensed tbody .day.today,
.calendar[data-bg=white] .datepicker[data-bg=white] .calendar-input .datepicker .datepicker-decades .table-condensed tbody .day.today,
.datepicker[data-bg=white] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-decades .table-condensed tbody .day.today,
.calendar[data-bg=gray] .datepicker[data-bg=white] .calendar-input .datepicker .datepicker-decades .table-condensed tbody .day.today,
.datepicker[data-bg=white] .calendar-input .datepicker .datepicker-decades .table-condensed tbody .day.today,
.datepicker[data-bg=white] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-decades .table-condensed tbody .day.today,
.datepicker[data-bg=gray] .datepicker[data-bg=white] .calendar-input .datepicker .datepicker-decades .table-condensed tbody .day.today,
.datepicker[data-bg=white] .calendar-builds .datepicker .datepicker-decades .table-condensed tbody .day.active,
.datepicker[data-bg=white] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-decades .table-condensed tbody .day.active,
.calendar[data-bg=white] .datepicker[data-bg=white] .calendar-input .datepicker .datepicker-decades .table-condensed tbody .day.active,
.datepicker[data-bg=white] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-decades .table-condensed tbody .day.active,
.calendar[data-bg=gray] .datepicker[data-bg=white] .calendar-input .datepicker .datepicker-decades .table-condensed tbody .day.active,
.datepicker[data-bg=white] .calendar-input .datepicker .datepicker-decades .table-condensed tbody .day.active,
.datepicker[data-bg=white] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-decades .table-condensed tbody .day.active,
.datepicker[data-bg=gray] .datepicker[data-bg=white] .calendar-input .datepicker .datepicker-decades .table-condensed tbody .day.active,
.datepicker[data-bg=white] .calendar-builds .datepicker .datepicker-centuries .table-condensed tbody .day.today,
.datepicker[data-bg=white] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-centuries .table-condensed tbody .day.today,
.calendar[data-bg=white] .datepicker[data-bg=white] .calendar-input .datepicker .datepicker-centuries .table-condensed tbody .day.today,
.datepicker[data-bg=white] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-centuries .table-condensed tbody .day.today,
.calendar[data-bg=gray] .datepicker[data-bg=white] .calendar-input .datepicker .datepicker-centuries .table-condensed tbody .day.today,
.datepicker[data-bg=white] .calendar-input .datepicker .datepicker-centuries .table-condensed tbody .day.today,
.datepicker[data-bg=white] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-centuries .table-condensed tbody .day.today,
.datepicker[data-bg=gray] .datepicker[data-bg=white] .calendar-input .datepicker .datepicker-centuries .table-condensed tbody .day.today,
.datepicker[data-bg=white] .calendar-builds .datepicker .datepicker-centuries .table-condensed tbody .day.active,
.datepicker[data-bg=white] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-centuries .table-condensed tbody .day.active,
.calendar[data-bg=white] .datepicker[data-bg=white] .calendar-input .datepicker .datepicker-centuries .table-condensed tbody .day.active,
.datepicker[data-bg=white] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-centuries .table-condensed tbody .day.active,
.calendar[data-bg=gray] .datepicker[data-bg=white] .calendar-input .datepicker .datepicker-centuries .table-condensed tbody .day.active,
.datepicker[data-bg=white] .calendar-input .datepicker .datepicker-centuries .table-condensed tbody .day.active,
.datepicker[data-bg=white] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-centuries .table-condensed tbody .day.active,
.datepicker[data-bg=gray] .datepicker[data-bg=white] .calendar-input .datepicker .datepicker-centuries .table-condensed tbody .day.active {
  background-color: var(--secondary-lightest-color);
}
.calendar[data-bg=white] .calendar-builds .datepicker .datepicker-days .table-condensed tbody .day.old, .calendar[data-bg=white] .calendar-input .datepicker .datepicker-days .table-condensed tbody .day.old, .calendar[data-bg=white] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-days .table-condensed tbody .day.old, .calendar[data-bg=gray] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-days .table-condensed tbody .day.old,
.calendar[data-bg=white] .datepicker[data-bg=white] .calendar-input .datepicker .datepicker-days .table-condensed tbody .day.old,
.datepicker[data-bg=white] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-days .table-condensed tbody .day.old,
.calendar[data-bg=white] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-days .table-condensed tbody .day.old,
.datepicker[data-bg=gray] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-days .table-condensed tbody .day.old, .calendar[data-bg=white] .calendar-builds .datepicker .datepicker-days .table-condensed tbody .day.new, .calendar[data-bg=white] .calendar-input .datepicker .datepicker-days .table-condensed tbody .day.new, .calendar[data-bg=white] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-days .table-condensed tbody .day.new, .calendar[data-bg=gray] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-days .table-condensed tbody .day.new,
.calendar[data-bg=white] .datepicker[data-bg=white] .calendar-input .datepicker .datepicker-days .table-condensed tbody .day.new,
.datepicker[data-bg=white] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-days .table-condensed tbody .day.new,
.calendar[data-bg=white] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-days .table-condensed tbody .day.new,
.datepicker[data-bg=gray] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-days .table-condensed tbody .day.new,
.calendar[data-bg=white] .calendar-builds .datepicker .datepicker-months .table-condensed tbody .day.old,
.calendar[data-bg=white] .calendar-input .datepicker .datepicker-months .table-condensed tbody .day.old,
.calendar[data-bg=white] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-months .table-condensed tbody .day.old,
.calendar[data-bg=gray] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-months .table-condensed tbody .day.old,
.calendar[data-bg=white] .datepicker[data-bg=white] .calendar-input .datepicker .datepicker-months .table-condensed tbody .day.old,
.datepicker[data-bg=white] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-months .table-condensed tbody .day.old,
.calendar[data-bg=white] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-months .table-condensed tbody .day.old,
.datepicker[data-bg=gray] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-months .table-condensed tbody .day.old,
.calendar[data-bg=white] .calendar-builds .datepicker .datepicker-months .table-condensed tbody .day.new,
.calendar[data-bg=white] .calendar-input .datepicker .datepicker-months .table-condensed tbody .day.new,
.calendar[data-bg=white] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-months .table-condensed tbody .day.new,
.calendar[data-bg=gray] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-months .table-condensed tbody .day.new,
.calendar[data-bg=white] .datepicker[data-bg=white] .calendar-input .datepicker .datepicker-months .table-condensed tbody .day.new,
.datepicker[data-bg=white] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-months .table-condensed tbody .day.new,
.calendar[data-bg=white] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-months .table-condensed tbody .day.new,
.datepicker[data-bg=gray] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-months .table-condensed tbody .day.new,
.calendar[data-bg=white] .calendar-builds .datepicker .datepicker-years .table-condensed tbody .day.old,
.calendar[data-bg=white] .calendar-input .datepicker .datepicker-years .table-condensed tbody .day.old,
.calendar[data-bg=white] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-years .table-condensed tbody .day.old,
.calendar[data-bg=gray] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-years .table-condensed tbody .day.old,
.calendar[data-bg=white] .datepicker[data-bg=white] .calendar-input .datepicker .datepicker-years .table-condensed tbody .day.old,
.datepicker[data-bg=white] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-years .table-condensed tbody .day.old,
.calendar[data-bg=white] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-years .table-condensed tbody .day.old,
.datepicker[data-bg=gray] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-years .table-condensed tbody .day.old,
.calendar[data-bg=white] .calendar-builds .datepicker .datepicker-years .table-condensed tbody .day.new,
.calendar[data-bg=white] .calendar-input .datepicker .datepicker-years .table-condensed tbody .day.new,
.calendar[data-bg=white] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-years .table-condensed tbody .day.new,
.calendar[data-bg=gray] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-years .table-condensed tbody .day.new,
.calendar[data-bg=white] .datepicker[data-bg=white] .calendar-input .datepicker .datepicker-years .table-condensed tbody .day.new,
.datepicker[data-bg=white] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-years .table-condensed tbody .day.new,
.calendar[data-bg=white] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-years .table-condensed tbody .day.new,
.datepicker[data-bg=gray] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-years .table-condensed tbody .day.new,
.calendar[data-bg=white] .calendar-builds .datepicker .datepicker-decades .table-condensed tbody .day.old,
.calendar[data-bg=white] .calendar-input .datepicker .datepicker-decades .table-condensed tbody .day.old,
.calendar[data-bg=white] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-decades .table-condensed tbody .day.old,
.calendar[data-bg=gray] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-decades .table-condensed tbody .day.old,
.calendar[data-bg=white] .datepicker[data-bg=white] .calendar-input .datepicker .datepicker-decades .table-condensed tbody .day.old,
.datepicker[data-bg=white] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-decades .table-condensed tbody .day.old,
.calendar[data-bg=white] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-decades .table-condensed tbody .day.old,
.datepicker[data-bg=gray] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-decades .table-condensed tbody .day.old,
.calendar[data-bg=white] .calendar-builds .datepicker .datepicker-decades .table-condensed tbody .day.new,
.calendar[data-bg=white] .calendar-input .datepicker .datepicker-decades .table-condensed tbody .day.new,
.calendar[data-bg=white] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-decades .table-condensed tbody .day.new,
.calendar[data-bg=gray] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-decades .table-condensed tbody .day.new,
.calendar[data-bg=white] .datepicker[data-bg=white] .calendar-input .datepicker .datepicker-decades .table-condensed tbody .day.new,
.datepicker[data-bg=white] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-decades .table-condensed tbody .day.new,
.calendar[data-bg=white] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-decades .table-condensed tbody .day.new,
.datepicker[data-bg=gray] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-decades .table-condensed tbody .day.new,
.calendar[data-bg=white] .calendar-builds .datepicker .datepicker-centuries .table-condensed tbody .day.old,
.calendar[data-bg=white] .calendar-input .datepicker .datepicker-centuries .table-condensed tbody .day.old,
.calendar[data-bg=white] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-centuries .table-condensed tbody .day.old,
.calendar[data-bg=gray] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-centuries .table-condensed tbody .day.old,
.calendar[data-bg=white] .datepicker[data-bg=white] .calendar-input .datepicker .datepicker-centuries .table-condensed tbody .day.old,
.datepicker[data-bg=white] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-centuries .table-condensed tbody .day.old,
.calendar[data-bg=white] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-centuries .table-condensed tbody .day.old,
.datepicker[data-bg=gray] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-centuries .table-condensed tbody .day.old,
.calendar[data-bg=white] .calendar-builds .datepicker .datepicker-centuries .table-condensed tbody .day.new,
.calendar[data-bg=white] .calendar-input .datepicker .datepicker-centuries .table-condensed tbody .day.new,
.calendar[data-bg=white] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-centuries .table-condensed tbody .day.new,
.calendar[data-bg=gray] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-centuries .table-condensed tbody .day.new,
.calendar[data-bg=white] .datepicker[data-bg=white] .calendar-input .datepicker .datepicker-centuries .table-condensed tbody .day.new,
.datepicker[data-bg=white] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-centuries .table-condensed tbody .day.new,
.calendar[data-bg=white] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-centuries .table-condensed tbody .day.new,
.datepicker[data-bg=gray] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-centuries .table-condensed tbody .day.new,
.datepicker[data-bg=white] .calendar-builds .datepicker .datepicker-days .table-condensed tbody .day.old,
.datepicker[data-bg=white] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-days .table-condensed tbody .day.old,
.calendar[data-bg=white] .datepicker[data-bg=white] .calendar-input .datepicker .datepicker-days .table-condensed tbody .day.old,
.datepicker[data-bg=white] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-days .table-condensed tbody .day.old,
.calendar[data-bg=gray] .datepicker[data-bg=white] .calendar-input .datepicker .datepicker-days .table-condensed tbody .day.old,
.datepicker[data-bg=white] .calendar-input .datepicker .datepicker-days .table-condensed tbody .day.old,
.datepicker[data-bg=white] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-days .table-condensed tbody .day.old,
.datepicker[data-bg=gray] .datepicker[data-bg=white] .calendar-input .datepicker .datepicker-days .table-condensed tbody .day.old,
.datepicker[data-bg=white] .calendar-builds .datepicker .datepicker-days .table-condensed tbody .day.new,
.datepicker[data-bg=white] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-days .table-condensed tbody .day.new,
.calendar[data-bg=white] .datepicker[data-bg=white] .calendar-input .datepicker .datepicker-days .table-condensed tbody .day.new,
.datepicker[data-bg=white] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-days .table-condensed tbody .day.new,
.calendar[data-bg=gray] .datepicker[data-bg=white] .calendar-input .datepicker .datepicker-days .table-condensed tbody .day.new,
.datepicker[data-bg=white] .calendar-input .datepicker .datepicker-days .table-condensed tbody .day.new,
.datepicker[data-bg=white] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-days .table-condensed tbody .day.new,
.datepicker[data-bg=gray] .datepicker[data-bg=white] .calendar-input .datepicker .datepicker-days .table-condensed tbody .day.new,
.datepicker[data-bg=white] .calendar-builds .datepicker .datepicker-months .table-condensed tbody .day.old,
.datepicker[data-bg=white] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-months .table-condensed tbody .day.old,
.calendar[data-bg=white] .datepicker[data-bg=white] .calendar-input .datepicker .datepicker-months .table-condensed tbody .day.old,
.datepicker[data-bg=white] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-months .table-condensed tbody .day.old,
.calendar[data-bg=gray] .datepicker[data-bg=white] .calendar-input .datepicker .datepicker-months .table-condensed tbody .day.old,
.datepicker[data-bg=white] .calendar-input .datepicker .datepicker-months .table-condensed tbody .day.old,
.datepicker[data-bg=white] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-months .table-condensed tbody .day.old,
.datepicker[data-bg=gray] .datepicker[data-bg=white] .calendar-input .datepicker .datepicker-months .table-condensed tbody .day.old,
.datepicker[data-bg=white] .calendar-builds .datepicker .datepicker-months .table-condensed tbody .day.new,
.datepicker[data-bg=white] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-months .table-condensed tbody .day.new,
.calendar[data-bg=white] .datepicker[data-bg=white] .calendar-input .datepicker .datepicker-months .table-condensed tbody .day.new,
.datepicker[data-bg=white] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-months .table-condensed tbody .day.new,
.calendar[data-bg=gray] .datepicker[data-bg=white] .calendar-input .datepicker .datepicker-months .table-condensed tbody .day.new,
.datepicker[data-bg=white] .calendar-input .datepicker .datepicker-months .table-condensed tbody .day.new,
.datepicker[data-bg=white] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-months .table-condensed tbody .day.new,
.datepicker[data-bg=gray] .datepicker[data-bg=white] .calendar-input .datepicker .datepicker-months .table-condensed tbody .day.new,
.datepicker[data-bg=white] .calendar-builds .datepicker .datepicker-years .table-condensed tbody .day.old,
.datepicker[data-bg=white] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-years .table-condensed tbody .day.old,
.calendar[data-bg=white] .datepicker[data-bg=white] .calendar-input .datepicker .datepicker-years .table-condensed tbody .day.old,
.datepicker[data-bg=white] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-years .table-condensed tbody .day.old,
.calendar[data-bg=gray] .datepicker[data-bg=white] .calendar-input .datepicker .datepicker-years .table-condensed tbody .day.old,
.datepicker[data-bg=white] .calendar-input .datepicker .datepicker-years .table-condensed tbody .day.old,
.datepicker[data-bg=white] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-years .table-condensed tbody .day.old,
.datepicker[data-bg=gray] .datepicker[data-bg=white] .calendar-input .datepicker .datepicker-years .table-condensed tbody .day.old,
.datepicker[data-bg=white] .calendar-builds .datepicker .datepicker-years .table-condensed tbody .day.new,
.datepicker[data-bg=white] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-years .table-condensed tbody .day.new,
.calendar[data-bg=white] .datepicker[data-bg=white] .calendar-input .datepicker .datepicker-years .table-condensed tbody .day.new,
.datepicker[data-bg=white] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-years .table-condensed tbody .day.new,
.calendar[data-bg=gray] .datepicker[data-bg=white] .calendar-input .datepicker .datepicker-years .table-condensed tbody .day.new,
.datepicker[data-bg=white] .calendar-input .datepicker .datepicker-years .table-condensed tbody .day.new,
.datepicker[data-bg=white] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-years .table-condensed tbody .day.new,
.datepicker[data-bg=gray] .datepicker[data-bg=white] .calendar-input .datepicker .datepicker-years .table-condensed tbody .day.new,
.datepicker[data-bg=white] .calendar-builds .datepicker .datepicker-decades .table-condensed tbody .day.old,
.datepicker[data-bg=white] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-decades .table-condensed tbody .day.old,
.calendar[data-bg=white] .datepicker[data-bg=white] .calendar-input .datepicker .datepicker-decades .table-condensed tbody .day.old,
.datepicker[data-bg=white] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-decades .table-condensed tbody .day.old,
.calendar[data-bg=gray] .datepicker[data-bg=white] .calendar-input .datepicker .datepicker-decades .table-condensed tbody .day.old,
.datepicker[data-bg=white] .calendar-input .datepicker .datepicker-decades .table-condensed tbody .day.old,
.datepicker[data-bg=white] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-decades .table-condensed tbody .day.old,
.datepicker[data-bg=gray] .datepicker[data-bg=white] .calendar-input .datepicker .datepicker-decades .table-condensed tbody .day.old,
.datepicker[data-bg=white] .calendar-builds .datepicker .datepicker-decades .table-condensed tbody .day.new,
.datepicker[data-bg=white] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-decades .table-condensed tbody .day.new,
.calendar[data-bg=white] .datepicker[data-bg=white] .calendar-input .datepicker .datepicker-decades .table-condensed tbody .day.new,
.datepicker[data-bg=white] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-decades .table-condensed tbody .day.new,
.calendar[data-bg=gray] .datepicker[data-bg=white] .calendar-input .datepicker .datepicker-decades .table-condensed tbody .day.new,
.datepicker[data-bg=white] .calendar-input .datepicker .datepicker-decades .table-condensed tbody .day.new,
.datepicker[data-bg=white] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-decades .table-condensed tbody .day.new,
.datepicker[data-bg=gray] .datepicker[data-bg=white] .calendar-input .datepicker .datepicker-decades .table-condensed tbody .day.new,
.datepicker[data-bg=white] .calendar-builds .datepicker .datepicker-centuries .table-condensed tbody .day.old,
.datepicker[data-bg=white] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-centuries .table-condensed tbody .day.old,
.calendar[data-bg=white] .datepicker[data-bg=white] .calendar-input .datepicker .datepicker-centuries .table-condensed tbody .day.old,
.datepicker[data-bg=white] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-centuries .table-condensed tbody .day.old,
.calendar[data-bg=gray] .datepicker[data-bg=white] .calendar-input .datepicker .datepicker-centuries .table-condensed tbody .day.old,
.datepicker[data-bg=white] .calendar-input .datepicker .datepicker-centuries .table-condensed tbody .day.old,
.datepicker[data-bg=white] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-centuries .table-condensed tbody .day.old,
.datepicker[data-bg=gray] .datepicker[data-bg=white] .calendar-input .datepicker .datepicker-centuries .table-condensed tbody .day.old,
.datepicker[data-bg=white] .calendar-builds .datepicker .datepicker-centuries .table-condensed tbody .day.new,
.datepicker[data-bg=white] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-centuries .table-condensed tbody .day.new,
.calendar[data-bg=white] .datepicker[data-bg=white] .calendar-input .datepicker .datepicker-centuries .table-condensed tbody .day.new,
.datepicker[data-bg=white] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-centuries .table-condensed tbody .day.new,
.calendar[data-bg=gray] .datepicker[data-bg=white] .calendar-input .datepicker .datepicker-centuries .table-condensed tbody .day.new,
.datepicker[data-bg=white] .calendar-input .datepicker .datepicker-centuries .table-condensed tbody .day.new,
.datepicker[data-bg=white] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-centuries .table-condensed tbody .day.new,
.datepicker[data-bg=gray] .datepicker[data-bg=white] .calendar-input .datepicker .datepicker-centuries .table-condensed tbody .day.new {
  color: var(--secondary-light-color);
}
.calendar[data-bg=white] .calendar-builds .datepicker .datepicker-days .table-condensed tbody .day.old.active, .calendar[data-bg=white] .calendar-input .datepicker .datepicker-days .table-condensed tbody .day.old.active, .calendar[data-bg=white] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-days .table-condensed tbody .day.old.active, .calendar[data-bg=gray] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-days .table-condensed tbody .day.old.active,
.calendar[data-bg=white] .datepicker[data-bg=white] .calendar-input .datepicker .datepicker-days .table-condensed tbody .day.old.active,
.datepicker[data-bg=white] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-days .table-condensed tbody .day.old.active,
.calendar[data-bg=white] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-days .table-condensed tbody .day.old.active,
.datepicker[data-bg=gray] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-days .table-condensed tbody .day.old.active, .calendar[data-bg=white] .calendar-builds .datepicker .datepicker-days .table-condensed tbody .day.old:hover, .calendar[data-bg=white] .calendar-input .datepicker .datepicker-days .table-condensed tbody .day.old:hover, .calendar[data-bg=white] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-days .table-condensed tbody .day.old:hover, .calendar[data-bg=gray] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-days .table-condensed tbody .day.old:hover,
.calendar[data-bg=white] .datepicker[data-bg=white] .calendar-input .datepicker .datepicker-days .table-condensed tbody .day.old:hover,
.datepicker[data-bg=white] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-days .table-condensed tbody .day.old:hover,
.calendar[data-bg=white] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-days .table-condensed tbody .day.old:hover,
.datepicker[data-bg=gray] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-days .table-condensed tbody .day.old:hover, .calendar[data-bg=white] .calendar-builds .datepicker .datepicker-days .table-condensed tbody .day.old.prova, .calendar[data-bg=white] .calendar-input .datepicker .datepicker-days .table-condensed tbody .day.old.prova, .calendar[data-bg=white] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-days .table-condensed tbody .day.old.prova, .calendar[data-bg=gray] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-days .table-condensed tbody .day.old.prova,
.calendar[data-bg=white] .datepicker[data-bg=white] .calendar-input .datepicker .datepicker-days .table-condensed tbody .day.old.prova,
.datepicker[data-bg=white] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-days .table-condensed tbody .day.old.prova,
.calendar[data-bg=white] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-days .table-condensed tbody .day.old.prova,
.datepicker[data-bg=gray] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-days .table-condensed tbody .day.old.prova, .calendar[data-bg=white] .calendar-builds .datepicker .datepicker-days .table-condensed tbody .day.old.trabalho, .calendar[data-bg=white] .calendar-input .datepicker .datepicker-days .table-condensed tbody .day.old.trabalho, .calendar[data-bg=white] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-days .table-condensed tbody .day.old.trabalho, .calendar[data-bg=gray] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-days .table-condensed tbody .day.old.trabalho,
.calendar[data-bg=white] .datepicker[data-bg=white] .calendar-input .datepicker .datepicker-days .table-condensed tbody .day.old.trabalho,
.datepicker[data-bg=white] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-days .table-condensed tbody .day.old.trabalho,
.calendar[data-bg=white] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-days .table-condensed tbody .day.old.trabalho,
.datepicker[data-bg=gray] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-days .table-condensed tbody .day.old.trabalho, .calendar[data-bg=white] .calendar-builds .datepicker .datepicker-days .table-condensed tbody .day.old.encontro, .calendar[data-bg=white] .calendar-input .datepicker .datepicker-days .table-condensed tbody .day.old.encontro, .calendar[data-bg=white] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-days .table-condensed tbody .day.old.encontro, .calendar[data-bg=gray] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-days .table-condensed tbody .day.old.encontro,
.calendar[data-bg=white] .datepicker[data-bg=white] .calendar-input .datepicker .datepicker-days .table-condensed tbody .day.old.encontro,
.datepicker[data-bg=white] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-days .table-condensed tbody .day.old.encontro,
.calendar[data-bg=white] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-days .table-condensed tbody .day.old.encontro,
.datepicker[data-bg=gray] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-days .table-condensed tbody .day.old.encontro, .calendar[data-bg=white] .calendar-builds .datepicker .datepicker-days .table-condensed tbody .day.new.active, .calendar[data-bg=white] .calendar-input .datepicker .datepicker-days .table-condensed tbody .day.new.active, .calendar[data-bg=white] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-days .table-condensed tbody .day.new.active, .calendar[data-bg=gray] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-days .table-condensed tbody .day.new.active,
.calendar[data-bg=white] .datepicker[data-bg=white] .calendar-input .datepicker .datepicker-days .table-condensed tbody .day.new.active,
.datepicker[data-bg=white] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-days .table-condensed tbody .day.new.active,
.calendar[data-bg=white] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-days .table-condensed tbody .day.new.active,
.datepicker[data-bg=gray] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-days .table-condensed tbody .day.new.active, .calendar[data-bg=white] .calendar-builds .datepicker .datepicker-days .table-condensed tbody .day.new:hover, .calendar[data-bg=white] .calendar-input .datepicker .datepicker-days .table-condensed tbody .day.new:hover, .calendar[data-bg=white] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-days .table-condensed tbody .day.new:hover, .calendar[data-bg=gray] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-days .table-condensed tbody .day.new:hover,
.calendar[data-bg=white] .datepicker[data-bg=white] .calendar-input .datepicker .datepicker-days .table-condensed tbody .day.new:hover,
.datepicker[data-bg=white] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-days .table-condensed tbody .day.new:hover,
.calendar[data-bg=white] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-days .table-condensed tbody .day.new:hover,
.datepicker[data-bg=gray] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-days .table-condensed tbody .day.new:hover, .calendar[data-bg=white] .calendar-builds .datepicker .datepicker-days .table-condensed tbody .day.new.prova, .calendar[data-bg=white] .calendar-input .datepicker .datepicker-days .table-condensed tbody .day.new.prova, .calendar[data-bg=white] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-days .table-condensed tbody .day.new.prova, .calendar[data-bg=gray] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-days .table-condensed tbody .day.new.prova,
.calendar[data-bg=white] .datepicker[data-bg=white] .calendar-input .datepicker .datepicker-days .table-condensed tbody .day.new.prova,
.datepicker[data-bg=white] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-days .table-condensed tbody .day.new.prova,
.calendar[data-bg=white] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-days .table-condensed tbody .day.new.prova,
.datepicker[data-bg=gray] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-days .table-condensed tbody .day.new.prova, .calendar[data-bg=white] .calendar-builds .datepicker .datepicker-days .table-condensed tbody .day.new.trabalho, .calendar[data-bg=white] .calendar-input .datepicker .datepicker-days .table-condensed tbody .day.new.trabalho, .calendar[data-bg=white] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-days .table-condensed tbody .day.new.trabalho, .calendar[data-bg=gray] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-days .table-condensed tbody .day.new.trabalho,
.calendar[data-bg=white] .datepicker[data-bg=white] .calendar-input .datepicker .datepicker-days .table-condensed tbody .day.new.trabalho,
.datepicker[data-bg=white] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-days .table-condensed tbody .day.new.trabalho,
.calendar[data-bg=white] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-days .table-condensed tbody .day.new.trabalho,
.datepicker[data-bg=gray] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-days .table-condensed tbody .day.new.trabalho, .calendar[data-bg=white] .calendar-builds .datepicker .datepicker-days .table-condensed tbody .day.new.encontro, .calendar[data-bg=white] .calendar-input .datepicker .datepicker-days .table-condensed tbody .day.new.encontro, .calendar[data-bg=white] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-days .table-condensed tbody .day.new.encontro, .calendar[data-bg=gray] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-days .table-condensed tbody .day.new.encontro,
.calendar[data-bg=white] .datepicker[data-bg=white] .calendar-input .datepicker .datepicker-days .table-condensed tbody .day.new.encontro,
.datepicker[data-bg=white] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-days .table-condensed tbody .day.new.encontro,
.calendar[data-bg=white] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-days .table-condensed tbody .day.new.encontro,
.datepicker[data-bg=gray] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-days .table-condensed tbody .day.new.encontro,
.calendar[data-bg=white] .calendar-builds .datepicker .datepicker-months .table-condensed tbody .day.old.active,
.calendar[data-bg=white] .calendar-input .datepicker .datepicker-months .table-condensed tbody .day.old.active,
.calendar[data-bg=white] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-months .table-condensed tbody .day.old.active,
.calendar[data-bg=gray] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-months .table-condensed tbody .day.old.active,
.calendar[data-bg=white] .datepicker[data-bg=white] .calendar-input .datepicker .datepicker-months .table-condensed tbody .day.old.active,
.datepicker[data-bg=white] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-months .table-condensed tbody .day.old.active,
.calendar[data-bg=white] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-months .table-condensed tbody .day.old.active,
.datepicker[data-bg=gray] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-months .table-condensed tbody .day.old.active,
.calendar[data-bg=white] .calendar-builds .datepicker .datepicker-months .table-condensed tbody .day.old:hover,
.calendar[data-bg=white] .calendar-input .datepicker .datepicker-months .table-condensed tbody .day.old:hover,
.calendar[data-bg=white] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-months .table-condensed tbody .day.old:hover,
.calendar[data-bg=gray] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-months .table-condensed tbody .day.old:hover,
.calendar[data-bg=white] .datepicker[data-bg=white] .calendar-input .datepicker .datepicker-months .table-condensed tbody .day.old:hover,
.datepicker[data-bg=white] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-months .table-condensed tbody .day.old:hover,
.calendar[data-bg=white] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-months .table-condensed tbody .day.old:hover,
.datepicker[data-bg=gray] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-months .table-condensed tbody .day.old:hover,
.calendar[data-bg=white] .calendar-builds .datepicker .datepicker-months .table-condensed tbody .day.old.prova,
.calendar[data-bg=white] .calendar-input .datepicker .datepicker-months .table-condensed tbody .day.old.prova,
.calendar[data-bg=white] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-months .table-condensed tbody .day.old.prova,
.calendar[data-bg=gray] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-months .table-condensed tbody .day.old.prova,
.calendar[data-bg=white] .datepicker[data-bg=white] .calendar-input .datepicker .datepicker-months .table-condensed tbody .day.old.prova,
.datepicker[data-bg=white] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-months .table-condensed tbody .day.old.prova,
.calendar[data-bg=white] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-months .table-condensed tbody .day.old.prova,
.datepicker[data-bg=gray] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-months .table-condensed tbody .day.old.prova,
.calendar[data-bg=white] .calendar-builds .datepicker .datepicker-months .table-condensed tbody .day.old.trabalho,
.calendar[data-bg=white] .calendar-input .datepicker .datepicker-months .table-condensed tbody .day.old.trabalho,
.calendar[data-bg=white] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-months .table-condensed tbody .day.old.trabalho,
.calendar[data-bg=gray] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-months .table-condensed tbody .day.old.trabalho,
.calendar[data-bg=white] .datepicker[data-bg=white] .calendar-input .datepicker .datepicker-months .table-condensed tbody .day.old.trabalho,
.datepicker[data-bg=white] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-months .table-condensed tbody .day.old.trabalho,
.calendar[data-bg=white] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-months .table-condensed tbody .day.old.trabalho,
.datepicker[data-bg=gray] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-months .table-condensed tbody .day.old.trabalho,
.calendar[data-bg=white] .calendar-builds .datepicker .datepicker-months .table-condensed tbody .day.old.encontro,
.calendar[data-bg=white] .calendar-input .datepicker .datepicker-months .table-condensed tbody .day.old.encontro,
.calendar[data-bg=white] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-months .table-condensed tbody .day.old.encontro,
.calendar[data-bg=gray] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-months .table-condensed tbody .day.old.encontro,
.calendar[data-bg=white] .datepicker[data-bg=white] .calendar-input .datepicker .datepicker-months .table-condensed tbody .day.old.encontro,
.datepicker[data-bg=white] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-months .table-condensed tbody .day.old.encontro,
.calendar[data-bg=white] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-months .table-condensed tbody .day.old.encontro,
.datepicker[data-bg=gray] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-months .table-condensed tbody .day.old.encontro,
.calendar[data-bg=white] .calendar-builds .datepicker .datepicker-months .table-condensed tbody .day.new.active,
.calendar[data-bg=white] .calendar-input .datepicker .datepicker-months .table-condensed tbody .day.new.active,
.calendar[data-bg=white] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-months .table-condensed tbody .day.new.active,
.calendar[data-bg=gray] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-months .table-condensed tbody .day.new.active,
.calendar[data-bg=white] .datepicker[data-bg=white] .calendar-input .datepicker .datepicker-months .table-condensed tbody .day.new.active,
.datepicker[data-bg=white] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-months .table-condensed tbody .day.new.active,
.calendar[data-bg=white] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-months .table-condensed tbody .day.new.active,
.datepicker[data-bg=gray] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-months .table-condensed tbody .day.new.active,
.calendar[data-bg=white] .calendar-builds .datepicker .datepicker-months .table-condensed tbody .day.new:hover,
.calendar[data-bg=white] .calendar-input .datepicker .datepicker-months .table-condensed tbody .day.new:hover,
.calendar[data-bg=white] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-months .table-condensed tbody .day.new:hover,
.calendar[data-bg=gray] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-months .table-condensed tbody .day.new:hover,
.calendar[data-bg=white] .datepicker[data-bg=white] .calendar-input .datepicker .datepicker-months .table-condensed tbody .day.new:hover,
.datepicker[data-bg=white] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-months .table-condensed tbody .day.new:hover,
.calendar[data-bg=white] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-months .table-condensed tbody .day.new:hover,
.datepicker[data-bg=gray] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-months .table-condensed tbody .day.new:hover,
.calendar[data-bg=white] .calendar-builds .datepicker .datepicker-months .table-condensed tbody .day.new.prova,
.calendar[data-bg=white] .calendar-input .datepicker .datepicker-months .table-condensed tbody .day.new.prova,
.calendar[data-bg=white] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-months .table-condensed tbody .day.new.prova,
.calendar[data-bg=gray] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-months .table-condensed tbody .day.new.prova,
.calendar[data-bg=white] .datepicker[data-bg=white] .calendar-input .datepicker .datepicker-months .table-condensed tbody .day.new.prova,
.datepicker[data-bg=white] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-months .table-condensed tbody .day.new.prova,
.calendar[data-bg=white] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-months .table-condensed tbody .day.new.prova,
.datepicker[data-bg=gray] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-months .table-condensed tbody .day.new.prova,
.calendar[data-bg=white] .calendar-builds .datepicker .datepicker-months .table-condensed tbody .day.new.trabalho,
.calendar[data-bg=white] .calendar-input .datepicker .datepicker-months .table-condensed tbody .day.new.trabalho,
.calendar[data-bg=white] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-months .table-condensed tbody .day.new.trabalho,
.calendar[data-bg=gray] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-months .table-condensed tbody .day.new.trabalho,
.calendar[data-bg=white] .datepicker[data-bg=white] .calendar-input .datepicker .datepicker-months .table-condensed tbody .day.new.trabalho,
.datepicker[data-bg=white] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-months .table-condensed tbody .day.new.trabalho,
.calendar[data-bg=white] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-months .table-condensed tbody .day.new.trabalho,
.datepicker[data-bg=gray] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-months .table-condensed tbody .day.new.trabalho,
.calendar[data-bg=white] .calendar-builds .datepicker .datepicker-months .table-condensed tbody .day.new.encontro,
.calendar[data-bg=white] .calendar-input .datepicker .datepicker-months .table-condensed tbody .day.new.encontro,
.calendar[data-bg=white] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-months .table-condensed tbody .day.new.encontro,
.calendar[data-bg=gray] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-months .table-condensed tbody .day.new.encontro,
.calendar[data-bg=white] .datepicker[data-bg=white] .calendar-input .datepicker .datepicker-months .table-condensed tbody .day.new.encontro,
.datepicker[data-bg=white] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-months .table-condensed tbody .day.new.encontro,
.calendar[data-bg=white] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-months .table-condensed tbody .day.new.encontro,
.datepicker[data-bg=gray] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-months .table-condensed tbody .day.new.encontro,
.calendar[data-bg=white] .calendar-builds .datepicker .datepicker-years .table-condensed tbody .day.old.active,
.calendar[data-bg=white] .calendar-input .datepicker .datepicker-years .table-condensed tbody .day.old.active,
.calendar[data-bg=white] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-years .table-condensed tbody .day.old.active,
.calendar[data-bg=gray] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-years .table-condensed tbody .day.old.active,
.calendar[data-bg=white] .datepicker[data-bg=white] .calendar-input .datepicker .datepicker-years .table-condensed tbody .day.old.active,
.datepicker[data-bg=white] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-years .table-condensed tbody .day.old.active,
.calendar[data-bg=white] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-years .table-condensed tbody .day.old.active,
.datepicker[data-bg=gray] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-years .table-condensed tbody .day.old.active,
.calendar[data-bg=white] .calendar-builds .datepicker .datepicker-years .table-condensed tbody .day.old:hover,
.calendar[data-bg=white] .calendar-input .datepicker .datepicker-years .table-condensed tbody .day.old:hover,
.calendar[data-bg=white] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-years .table-condensed tbody .day.old:hover,
.calendar[data-bg=gray] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-years .table-condensed tbody .day.old:hover,
.calendar[data-bg=white] .datepicker[data-bg=white] .calendar-input .datepicker .datepicker-years .table-condensed tbody .day.old:hover,
.datepicker[data-bg=white] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-years .table-condensed tbody .day.old:hover,
.calendar[data-bg=white] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-years .table-condensed tbody .day.old:hover,
.datepicker[data-bg=gray] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-years .table-condensed tbody .day.old:hover,
.calendar[data-bg=white] .calendar-builds .datepicker .datepicker-years .table-condensed tbody .day.old.prova,
.calendar[data-bg=white] .calendar-input .datepicker .datepicker-years .table-condensed tbody .day.old.prova,
.calendar[data-bg=white] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-years .table-condensed tbody .day.old.prova,
.calendar[data-bg=gray] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-years .table-condensed tbody .day.old.prova,
.calendar[data-bg=white] .datepicker[data-bg=white] .calendar-input .datepicker .datepicker-years .table-condensed tbody .day.old.prova,
.datepicker[data-bg=white] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-years .table-condensed tbody .day.old.prova,
.calendar[data-bg=white] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-years .table-condensed tbody .day.old.prova,
.datepicker[data-bg=gray] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-years .table-condensed tbody .day.old.prova,
.calendar[data-bg=white] .calendar-builds .datepicker .datepicker-years .table-condensed tbody .day.old.trabalho,
.calendar[data-bg=white] .calendar-input .datepicker .datepicker-years .table-condensed tbody .day.old.trabalho,
.calendar[data-bg=white] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-years .table-condensed tbody .day.old.trabalho,
.calendar[data-bg=gray] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-years .table-condensed tbody .day.old.trabalho,
.calendar[data-bg=white] .datepicker[data-bg=white] .calendar-input .datepicker .datepicker-years .table-condensed tbody .day.old.trabalho,
.datepicker[data-bg=white] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-years .table-condensed tbody .day.old.trabalho,
.calendar[data-bg=white] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-years .table-condensed tbody .day.old.trabalho,
.datepicker[data-bg=gray] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-years .table-condensed tbody .day.old.trabalho,
.calendar[data-bg=white] .calendar-builds .datepicker .datepicker-years .table-condensed tbody .day.old.encontro,
.calendar[data-bg=white] .calendar-input .datepicker .datepicker-years .table-condensed tbody .day.old.encontro,
.calendar[data-bg=white] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-years .table-condensed tbody .day.old.encontro,
.calendar[data-bg=gray] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-years .table-condensed tbody .day.old.encontro,
.calendar[data-bg=white] .datepicker[data-bg=white] .calendar-input .datepicker .datepicker-years .table-condensed tbody .day.old.encontro,
.datepicker[data-bg=white] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-years .table-condensed tbody .day.old.encontro,
.calendar[data-bg=white] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-years .table-condensed tbody .day.old.encontro,
.datepicker[data-bg=gray] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-years .table-condensed tbody .day.old.encontro,
.calendar[data-bg=white] .calendar-builds .datepicker .datepicker-years .table-condensed tbody .day.new.active,
.calendar[data-bg=white] .calendar-input .datepicker .datepicker-years .table-condensed tbody .day.new.active,
.calendar[data-bg=white] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-years .table-condensed tbody .day.new.active,
.calendar[data-bg=gray] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-years .table-condensed tbody .day.new.active,
.calendar[data-bg=white] .datepicker[data-bg=white] .calendar-input .datepicker .datepicker-years .table-condensed tbody .day.new.active,
.datepicker[data-bg=white] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-years .table-condensed tbody .day.new.active,
.calendar[data-bg=white] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-years .table-condensed tbody .day.new.active,
.datepicker[data-bg=gray] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-years .table-condensed tbody .day.new.active,
.calendar[data-bg=white] .calendar-builds .datepicker .datepicker-years .table-condensed tbody .day.new:hover,
.calendar[data-bg=white] .calendar-input .datepicker .datepicker-years .table-condensed tbody .day.new:hover,
.calendar[data-bg=white] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-years .table-condensed tbody .day.new:hover,
.calendar[data-bg=gray] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-years .table-condensed tbody .day.new:hover,
.calendar[data-bg=white] .datepicker[data-bg=white] .calendar-input .datepicker .datepicker-years .table-condensed tbody .day.new:hover,
.datepicker[data-bg=white] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-years .table-condensed tbody .day.new:hover,
.calendar[data-bg=white] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-years .table-condensed tbody .day.new:hover,
.datepicker[data-bg=gray] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-years .table-condensed tbody .day.new:hover,
.calendar[data-bg=white] .calendar-builds .datepicker .datepicker-years .table-condensed tbody .day.new.prova,
.calendar[data-bg=white] .calendar-input .datepicker .datepicker-years .table-condensed tbody .day.new.prova,
.calendar[data-bg=white] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-years .table-condensed tbody .day.new.prova,
.calendar[data-bg=gray] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-years .table-condensed tbody .day.new.prova,
.calendar[data-bg=white] .datepicker[data-bg=white] .calendar-input .datepicker .datepicker-years .table-condensed tbody .day.new.prova,
.datepicker[data-bg=white] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-years .table-condensed tbody .day.new.prova,
.calendar[data-bg=white] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-years .table-condensed tbody .day.new.prova,
.datepicker[data-bg=gray] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-years .table-condensed tbody .day.new.prova,
.calendar[data-bg=white] .calendar-builds .datepicker .datepicker-years .table-condensed tbody .day.new.trabalho,
.calendar[data-bg=white] .calendar-input .datepicker .datepicker-years .table-condensed tbody .day.new.trabalho,
.calendar[data-bg=white] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-years .table-condensed tbody .day.new.trabalho,
.calendar[data-bg=gray] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-years .table-condensed tbody .day.new.trabalho,
.calendar[data-bg=white] .datepicker[data-bg=white] .calendar-input .datepicker .datepicker-years .table-condensed tbody .day.new.trabalho,
.datepicker[data-bg=white] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-years .table-condensed tbody .day.new.trabalho,
.calendar[data-bg=white] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-years .table-condensed tbody .day.new.trabalho,
.datepicker[data-bg=gray] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-years .table-condensed tbody .day.new.trabalho,
.calendar[data-bg=white] .calendar-builds .datepicker .datepicker-years .table-condensed tbody .day.new.encontro,
.calendar[data-bg=white] .calendar-input .datepicker .datepicker-years .table-condensed tbody .day.new.encontro,
.calendar[data-bg=white] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-years .table-condensed tbody .day.new.encontro,
.calendar[data-bg=gray] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-years .table-condensed tbody .day.new.encontro,
.calendar[data-bg=white] .datepicker[data-bg=white] .calendar-input .datepicker .datepicker-years .table-condensed tbody .day.new.encontro,
.datepicker[data-bg=white] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-years .table-condensed tbody .day.new.encontro,
.calendar[data-bg=white] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-years .table-condensed tbody .day.new.encontro,
.datepicker[data-bg=gray] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-years .table-condensed tbody .day.new.encontro,
.calendar[data-bg=white] .calendar-builds .datepicker .datepicker-decades .table-condensed tbody .day.old.active,
.calendar[data-bg=white] .calendar-input .datepicker .datepicker-decades .table-condensed tbody .day.old.active,
.calendar[data-bg=white] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-decades .table-condensed tbody .day.old.active,
.calendar[data-bg=gray] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-decades .table-condensed tbody .day.old.active,
.calendar[data-bg=white] .datepicker[data-bg=white] .calendar-input .datepicker .datepicker-decades .table-condensed tbody .day.old.active,
.datepicker[data-bg=white] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-decades .table-condensed tbody .day.old.active,
.calendar[data-bg=white] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-decades .table-condensed tbody .day.old.active,
.datepicker[data-bg=gray] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-decades .table-condensed tbody .day.old.active,
.calendar[data-bg=white] .calendar-builds .datepicker .datepicker-decades .table-condensed tbody .day.old:hover,
.calendar[data-bg=white] .calendar-input .datepicker .datepicker-decades .table-condensed tbody .day.old:hover,
.calendar[data-bg=white] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-decades .table-condensed tbody .day.old:hover,
.calendar[data-bg=gray] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-decades .table-condensed tbody .day.old:hover,
.calendar[data-bg=white] .datepicker[data-bg=white] .calendar-input .datepicker .datepicker-decades .table-condensed tbody .day.old:hover,
.datepicker[data-bg=white] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-decades .table-condensed tbody .day.old:hover,
.calendar[data-bg=white] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-decades .table-condensed tbody .day.old:hover,
.datepicker[data-bg=gray] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-decades .table-condensed tbody .day.old:hover,
.calendar[data-bg=white] .calendar-builds .datepicker .datepicker-decades .table-condensed tbody .day.old.prova,
.calendar[data-bg=white] .calendar-input .datepicker .datepicker-decades .table-condensed tbody .day.old.prova,
.calendar[data-bg=white] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-decades .table-condensed tbody .day.old.prova,
.calendar[data-bg=gray] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-decades .table-condensed tbody .day.old.prova,
.calendar[data-bg=white] .datepicker[data-bg=white] .calendar-input .datepicker .datepicker-decades .table-condensed tbody .day.old.prova,
.datepicker[data-bg=white] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-decades .table-condensed tbody .day.old.prova,
.calendar[data-bg=white] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-decades .table-condensed tbody .day.old.prova,
.datepicker[data-bg=gray] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-decades .table-condensed tbody .day.old.prova,
.calendar[data-bg=white] .calendar-builds .datepicker .datepicker-decades .table-condensed tbody .day.old.trabalho,
.calendar[data-bg=white] .calendar-input .datepicker .datepicker-decades .table-condensed tbody .day.old.trabalho,
.calendar[data-bg=white] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-decades .table-condensed tbody .day.old.trabalho,
.calendar[data-bg=gray] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-decades .table-condensed tbody .day.old.trabalho,
.calendar[data-bg=white] .datepicker[data-bg=white] .calendar-input .datepicker .datepicker-decades .table-condensed tbody .day.old.trabalho,
.datepicker[data-bg=white] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-decades .table-condensed tbody .day.old.trabalho,
.calendar[data-bg=white] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-decades .table-condensed tbody .day.old.trabalho,
.datepicker[data-bg=gray] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-decades .table-condensed tbody .day.old.trabalho,
.calendar[data-bg=white] .calendar-builds .datepicker .datepicker-decades .table-condensed tbody .day.old.encontro,
.calendar[data-bg=white] .calendar-input .datepicker .datepicker-decades .table-condensed tbody .day.old.encontro,
.calendar[data-bg=white] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-decades .table-condensed tbody .day.old.encontro,
.calendar[data-bg=gray] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-decades .table-condensed tbody .day.old.encontro,
.calendar[data-bg=white] .datepicker[data-bg=white] .calendar-input .datepicker .datepicker-decades .table-condensed tbody .day.old.encontro,
.datepicker[data-bg=white] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-decades .table-condensed tbody .day.old.encontro,
.calendar[data-bg=white] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-decades .table-condensed tbody .day.old.encontro,
.datepicker[data-bg=gray] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-decades .table-condensed tbody .day.old.encontro,
.calendar[data-bg=white] .calendar-builds .datepicker .datepicker-decades .table-condensed tbody .day.new.active,
.calendar[data-bg=white] .calendar-input .datepicker .datepicker-decades .table-condensed tbody .day.new.active,
.calendar[data-bg=white] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-decades .table-condensed tbody .day.new.active,
.calendar[data-bg=gray] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-decades .table-condensed tbody .day.new.active,
.calendar[data-bg=white] .datepicker[data-bg=white] .calendar-input .datepicker .datepicker-decades .table-condensed tbody .day.new.active,
.datepicker[data-bg=white] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-decades .table-condensed tbody .day.new.active,
.calendar[data-bg=white] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-decades .table-condensed tbody .day.new.active,
.datepicker[data-bg=gray] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-decades .table-condensed tbody .day.new.active,
.calendar[data-bg=white] .calendar-builds .datepicker .datepicker-decades .table-condensed tbody .day.new:hover,
.calendar[data-bg=white] .calendar-input .datepicker .datepicker-decades .table-condensed tbody .day.new:hover,
.calendar[data-bg=white] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-decades .table-condensed tbody .day.new:hover,
.calendar[data-bg=gray] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-decades .table-condensed tbody .day.new:hover,
.calendar[data-bg=white] .datepicker[data-bg=white] .calendar-input .datepicker .datepicker-decades .table-condensed tbody .day.new:hover,
.datepicker[data-bg=white] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-decades .table-condensed tbody .day.new:hover,
.calendar[data-bg=white] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-decades .table-condensed tbody .day.new:hover,
.datepicker[data-bg=gray] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-decades .table-condensed tbody .day.new:hover,
.calendar[data-bg=white] .calendar-builds .datepicker .datepicker-decades .table-condensed tbody .day.new.prova,
.calendar[data-bg=white] .calendar-input .datepicker .datepicker-decades .table-condensed tbody .day.new.prova,
.calendar[data-bg=white] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-decades .table-condensed tbody .day.new.prova,
.calendar[data-bg=gray] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-decades .table-condensed tbody .day.new.prova,
.calendar[data-bg=white] .datepicker[data-bg=white] .calendar-input .datepicker .datepicker-decades .table-condensed tbody .day.new.prova,
.datepicker[data-bg=white] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-decades .table-condensed tbody .day.new.prova,
.calendar[data-bg=white] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-decades .table-condensed tbody .day.new.prova,
.datepicker[data-bg=gray] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-decades .table-condensed tbody .day.new.prova,
.calendar[data-bg=white] .calendar-builds .datepicker .datepicker-decades .table-condensed tbody .day.new.trabalho,
.calendar[data-bg=white] .calendar-input .datepicker .datepicker-decades .table-condensed tbody .day.new.trabalho,
.calendar[data-bg=white] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-decades .table-condensed tbody .day.new.trabalho,
.calendar[data-bg=gray] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-decades .table-condensed tbody .day.new.trabalho,
.calendar[data-bg=white] .datepicker[data-bg=white] .calendar-input .datepicker .datepicker-decades .table-condensed tbody .day.new.trabalho,
.datepicker[data-bg=white] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-decades .table-condensed tbody .day.new.trabalho,
.calendar[data-bg=white] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-decades .table-condensed tbody .day.new.trabalho,
.datepicker[data-bg=gray] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-decades .table-condensed tbody .day.new.trabalho,
.calendar[data-bg=white] .calendar-builds .datepicker .datepicker-decades .table-condensed tbody .day.new.encontro,
.calendar[data-bg=white] .calendar-input .datepicker .datepicker-decades .table-condensed tbody .day.new.encontro,
.calendar[data-bg=white] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-decades .table-condensed tbody .day.new.encontro,
.calendar[data-bg=gray] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-decades .table-condensed tbody .day.new.encontro,
.calendar[data-bg=white] .datepicker[data-bg=white] .calendar-input .datepicker .datepicker-decades .table-condensed tbody .day.new.encontro,
.datepicker[data-bg=white] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-decades .table-condensed tbody .day.new.encontro,
.calendar[data-bg=white] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-decades .table-condensed tbody .day.new.encontro,
.datepicker[data-bg=gray] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-decades .table-condensed tbody .day.new.encontro,
.calendar[data-bg=white] .calendar-builds .datepicker .datepicker-centuries .table-condensed tbody .day.old.active,
.calendar[data-bg=white] .calendar-input .datepicker .datepicker-centuries .table-condensed tbody .day.old.active,
.calendar[data-bg=white] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-centuries .table-condensed tbody .day.old.active,
.calendar[data-bg=gray] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-centuries .table-condensed tbody .day.old.active,
.calendar[data-bg=white] .datepicker[data-bg=white] .calendar-input .datepicker .datepicker-centuries .table-condensed tbody .day.old.active,
.datepicker[data-bg=white] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-centuries .table-condensed tbody .day.old.active,
.calendar[data-bg=white] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-centuries .table-condensed tbody .day.old.active,
.datepicker[data-bg=gray] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-centuries .table-condensed tbody .day.old.active,
.calendar[data-bg=white] .calendar-builds .datepicker .datepicker-centuries .table-condensed tbody .day.old:hover,
.calendar[data-bg=white] .calendar-input .datepicker .datepicker-centuries .table-condensed tbody .day.old:hover,
.calendar[data-bg=white] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-centuries .table-condensed tbody .day.old:hover,
.calendar[data-bg=gray] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-centuries .table-condensed tbody .day.old:hover,
.calendar[data-bg=white] .datepicker[data-bg=white] .calendar-input .datepicker .datepicker-centuries .table-condensed tbody .day.old:hover,
.datepicker[data-bg=white] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-centuries .table-condensed tbody .day.old:hover,
.calendar[data-bg=white] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-centuries .table-condensed tbody .day.old:hover,
.datepicker[data-bg=gray] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-centuries .table-condensed tbody .day.old:hover,
.calendar[data-bg=white] .calendar-builds .datepicker .datepicker-centuries .table-condensed tbody .day.old.prova,
.calendar[data-bg=white] .calendar-input .datepicker .datepicker-centuries .table-condensed tbody .day.old.prova,
.calendar[data-bg=white] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-centuries .table-condensed tbody .day.old.prova,
.calendar[data-bg=gray] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-centuries .table-condensed tbody .day.old.prova,
.calendar[data-bg=white] .datepicker[data-bg=white] .calendar-input .datepicker .datepicker-centuries .table-condensed tbody .day.old.prova,
.datepicker[data-bg=white] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-centuries .table-condensed tbody .day.old.prova,
.calendar[data-bg=white] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-centuries .table-condensed tbody .day.old.prova,
.datepicker[data-bg=gray] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-centuries .table-condensed tbody .day.old.prova,
.calendar[data-bg=white] .calendar-builds .datepicker .datepicker-centuries .table-condensed tbody .day.old.trabalho,
.calendar[data-bg=white] .calendar-input .datepicker .datepicker-centuries .table-condensed tbody .day.old.trabalho,
.calendar[data-bg=white] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-centuries .table-condensed tbody .day.old.trabalho,
.calendar[data-bg=gray] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-centuries .table-condensed tbody .day.old.trabalho,
.calendar[data-bg=white] .datepicker[data-bg=white] .calendar-input .datepicker .datepicker-centuries .table-condensed tbody .day.old.trabalho,
.datepicker[data-bg=white] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-centuries .table-condensed tbody .day.old.trabalho,
.calendar[data-bg=white] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-centuries .table-condensed tbody .day.old.trabalho,
.datepicker[data-bg=gray] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-centuries .table-condensed tbody .day.old.trabalho,
.calendar[data-bg=white] .calendar-builds .datepicker .datepicker-centuries .table-condensed tbody .day.old.encontro,
.calendar[data-bg=white] .calendar-input .datepicker .datepicker-centuries .table-condensed tbody .day.old.encontro,
.calendar[data-bg=white] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-centuries .table-condensed tbody .day.old.encontro,
.calendar[data-bg=gray] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-centuries .table-condensed tbody .day.old.encontro,
.calendar[data-bg=white] .datepicker[data-bg=white] .calendar-input .datepicker .datepicker-centuries .table-condensed tbody .day.old.encontro,
.datepicker[data-bg=white] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-centuries .table-condensed tbody .day.old.encontro,
.calendar[data-bg=white] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-centuries .table-condensed tbody .day.old.encontro,
.datepicker[data-bg=gray] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-centuries .table-condensed tbody .day.old.encontro,
.calendar[data-bg=white] .calendar-builds .datepicker .datepicker-centuries .table-condensed tbody .day.new.active,
.calendar[data-bg=white] .calendar-input .datepicker .datepicker-centuries .table-condensed tbody .day.new.active,
.calendar[data-bg=white] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-centuries .table-condensed tbody .day.new.active,
.calendar[data-bg=gray] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-centuries .table-condensed tbody .day.new.active,
.calendar[data-bg=white] .datepicker[data-bg=white] .calendar-input .datepicker .datepicker-centuries .table-condensed tbody .day.new.active,
.datepicker[data-bg=white] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-centuries .table-condensed tbody .day.new.active,
.calendar[data-bg=white] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-centuries .table-condensed tbody .day.new.active,
.datepicker[data-bg=gray] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-centuries .table-condensed tbody .day.new.active,
.calendar[data-bg=white] .calendar-builds .datepicker .datepicker-centuries .table-condensed tbody .day.new:hover,
.calendar[data-bg=white] .calendar-input .datepicker .datepicker-centuries .table-condensed tbody .day.new:hover,
.calendar[data-bg=white] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-centuries .table-condensed tbody .day.new:hover,
.calendar[data-bg=gray] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-centuries .table-condensed tbody .day.new:hover,
.calendar[data-bg=white] .datepicker[data-bg=white] .calendar-input .datepicker .datepicker-centuries .table-condensed tbody .day.new:hover,
.datepicker[data-bg=white] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-centuries .table-condensed tbody .day.new:hover,
.calendar[data-bg=white] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-centuries .table-condensed tbody .day.new:hover,
.datepicker[data-bg=gray] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-centuries .table-condensed tbody .day.new:hover,
.calendar[data-bg=white] .calendar-builds .datepicker .datepicker-centuries .table-condensed tbody .day.new.prova,
.calendar[data-bg=white] .calendar-input .datepicker .datepicker-centuries .table-condensed tbody .day.new.prova,
.calendar[data-bg=white] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-centuries .table-condensed tbody .day.new.prova,
.calendar[data-bg=gray] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-centuries .table-condensed tbody .day.new.prova,
.calendar[data-bg=white] .datepicker[data-bg=white] .calendar-input .datepicker .datepicker-centuries .table-condensed tbody .day.new.prova,
.datepicker[data-bg=white] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-centuries .table-condensed tbody .day.new.prova,
.calendar[data-bg=white] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-centuries .table-condensed tbody .day.new.prova,
.datepicker[data-bg=gray] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-centuries .table-condensed tbody .day.new.prova,
.calendar[data-bg=white] .calendar-builds .datepicker .datepicker-centuries .table-condensed tbody .day.new.trabalho,
.calendar[data-bg=white] .calendar-input .datepicker .datepicker-centuries .table-condensed tbody .day.new.trabalho,
.calendar[data-bg=white] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-centuries .table-condensed tbody .day.new.trabalho,
.calendar[data-bg=gray] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-centuries .table-condensed tbody .day.new.trabalho,
.calendar[data-bg=white] .datepicker[data-bg=white] .calendar-input .datepicker .datepicker-centuries .table-condensed tbody .day.new.trabalho,
.datepicker[data-bg=white] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-centuries .table-condensed tbody .day.new.trabalho,
.calendar[data-bg=white] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-centuries .table-condensed tbody .day.new.trabalho,
.datepicker[data-bg=gray] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-centuries .table-condensed tbody .day.new.trabalho,
.calendar[data-bg=white] .calendar-builds .datepicker .datepicker-centuries .table-condensed tbody .day.new.encontro,
.calendar[data-bg=white] .calendar-input .datepicker .datepicker-centuries .table-condensed tbody .day.new.encontro,
.calendar[data-bg=white] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-centuries .table-condensed tbody .day.new.encontro,
.calendar[data-bg=gray] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-centuries .table-condensed tbody .day.new.encontro,
.calendar[data-bg=white] .datepicker[data-bg=white] .calendar-input .datepicker .datepicker-centuries .table-condensed tbody .day.new.encontro,
.datepicker[data-bg=white] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-centuries .table-condensed tbody .day.new.encontro,
.calendar[data-bg=white] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-centuries .table-condensed tbody .day.new.encontro,
.datepicker[data-bg=gray] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-centuries .table-condensed tbody .day.new.encontro,
.datepicker[data-bg=white] .calendar-builds .datepicker .datepicker-days .table-condensed tbody .day.old.active,
.datepicker[data-bg=white] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-days .table-condensed tbody .day.old.active,
.calendar[data-bg=white] .datepicker[data-bg=white] .calendar-input .datepicker .datepicker-days .table-condensed tbody .day.old.active,
.datepicker[data-bg=white] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-days .table-condensed tbody .day.old.active,
.calendar[data-bg=gray] .datepicker[data-bg=white] .calendar-input .datepicker .datepicker-days .table-condensed tbody .day.old.active,
.datepicker[data-bg=white] .calendar-input .datepicker .datepicker-days .table-condensed tbody .day.old.active,
.datepicker[data-bg=white] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-days .table-condensed tbody .day.old.active,
.datepicker[data-bg=gray] .datepicker[data-bg=white] .calendar-input .datepicker .datepicker-days .table-condensed tbody .day.old.active,
.datepicker[data-bg=white] .calendar-builds .datepicker .datepicker-days .table-condensed tbody .day.old:hover,
.datepicker[data-bg=white] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-days .table-condensed tbody .day.old:hover,
.calendar[data-bg=white] .datepicker[data-bg=white] .calendar-input .datepicker .datepicker-days .table-condensed tbody .day.old:hover,
.datepicker[data-bg=white] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-days .table-condensed tbody .day.old:hover,
.calendar[data-bg=gray] .datepicker[data-bg=white] .calendar-input .datepicker .datepicker-days .table-condensed tbody .day.old:hover,
.datepicker[data-bg=white] .calendar-input .datepicker .datepicker-days .table-condensed tbody .day.old:hover,
.datepicker[data-bg=white] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-days .table-condensed tbody .day.old:hover,
.datepicker[data-bg=gray] .datepicker[data-bg=white] .calendar-input .datepicker .datepicker-days .table-condensed tbody .day.old:hover,
.datepicker[data-bg=white] .calendar-builds .datepicker .datepicker-days .table-condensed tbody .day.old.prova,
.datepicker[data-bg=white] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-days .table-condensed tbody .day.old.prova,
.calendar[data-bg=white] .datepicker[data-bg=white] .calendar-input .datepicker .datepicker-days .table-condensed tbody .day.old.prova,
.datepicker[data-bg=white] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-days .table-condensed tbody .day.old.prova,
.calendar[data-bg=gray] .datepicker[data-bg=white] .calendar-input .datepicker .datepicker-days .table-condensed tbody .day.old.prova,
.datepicker[data-bg=white] .calendar-input .datepicker .datepicker-days .table-condensed tbody .day.old.prova,
.datepicker[data-bg=white] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-days .table-condensed tbody .day.old.prova,
.datepicker[data-bg=gray] .datepicker[data-bg=white] .calendar-input .datepicker .datepicker-days .table-condensed tbody .day.old.prova,
.datepicker[data-bg=white] .calendar-builds .datepicker .datepicker-days .table-condensed tbody .day.old.trabalho,
.datepicker[data-bg=white] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-days .table-condensed tbody .day.old.trabalho,
.calendar[data-bg=white] .datepicker[data-bg=white] .calendar-input .datepicker .datepicker-days .table-condensed tbody .day.old.trabalho,
.datepicker[data-bg=white] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-days .table-condensed tbody .day.old.trabalho,
.calendar[data-bg=gray] .datepicker[data-bg=white] .calendar-input .datepicker .datepicker-days .table-condensed tbody .day.old.trabalho,
.datepicker[data-bg=white] .calendar-input .datepicker .datepicker-days .table-condensed tbody .day.old.trabalho,
.datepicker[data-bg=white] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-days .table-condensed tbody .day.old.trabalho,
.datepicker[data-bg=gray] .datepicker[data-bg=white] .calendar-input .datepicker .datepicker-days .table-condensed tbody .day.old.trabalho,
.datepicker[data-bg=white] .calendar-builds .datepicker .datepicker-days .table-condensed tbody .day.old.encontro,
.datepicker[data-bg=white] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-days .table-condensed tbody .day.old.encontro,
.calendar[data-bg=white] .datepicker[data-bg=white] .calendar-input .datepicker .datepicker-days .table-condensed tbody .day.old.encontro,
.datepicker[data-bg=white] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-days .table-condensed tbody .day.old.encontro,
.calendar[data-bg=gray] .datepicker[data-bg=white] .calendar-input .datepicker .datepicker-days .table-condensed tbody .day.old.encontro,
.datepicker[data-bg=white] .calendar-input .datepicker .datepicker-days .table-condensed tbody .day.old.encontro,
.datepicker[data-bg=white] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-days .table-condensed tbody .day.old.encontro,
.datepicker[data-bg=gray] .datepicker[data-bg=white] .calendar-input .datepicker .datepicker-days .table-condensed tbody .day.old.encontro,
.datepicker[data-bg=white] .calendar-builds .datepicker .datepicker-days .table-condensed tbody .day.new.active,
.datepicker[data-bg=white] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-days .table-condensed tbody .day.new.active,
.calendar[data-bg=white] .datepicker[data-bg=white] .calendar-input .datepicker .datepicker-days .table-condensed tbody .day.new.active,
.datepicker[data-bg=white] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-days .table-condensed tbody .day.new.active,
.calendar[data-bg=gray] .datepicker[data-bg=white] .calendar-input .datepicker .datepicker-days .table-condensed tbody .day.new.active,
.datepicker[data-bg=white] .calendar-input .datepicker .datepicker-days .table-condensed tbody .day.new.active,
.datepicker[data-bg=white] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-days .table-condensed tbody .day.new.active,
.datepicker[data-bg=gray] .datepicker[data-bg=white] .calendar-input .datepicker .datepicker-days .table-condensed tbody .day.new.active,
.datepicker[data-bg=white] .calendar-builds .datepicker .datepicker-days .table-condensed tbody .day.new:hover,
.datepicker[data-bg=white] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-days .table-condensed tbody .day.new:hover,
.calendar[data-bg=white] .datepicker[data-bg=white] .calendar-input .datepicker .datepicker-days .table-condensed tbody .day.new:hover,
.datepicker[data-bg=white] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-days .table-condensed tbody .day.new:hover,
.calendar[data-bg=gray] .datepicker[data-bg=white] .calendar-input .datepicker .datepicker-days .table-condensed tbody .day.new:hover,
.datepicker[data-bg=white] .calendar-input .datepicker .datepicker-days .table-condensed tbody .day.new:hover,
.datepicker[data-bg=white] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-days .table-condensed tbody .day.new:hover,
.datepicker[data-bg=gray] .datepicker[data-bg=white] .calendar-input .datepicker .datepicker-days .table-condensed tbody .day.new:hover,
.datepicker[data-bg=white] .calendar-builds .datepicker .datepicker-days .table-condensed tbody .day.new.prova,
.datepicker[data-bg=white] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-days .table-condensed tbody .day.new.prova,
.calendar[data-bg=white] .datepicker[data-bg=white] .calendar-input .datepicker .datepicker-days .table-condensed tbody .day.new.prova,
.datepicker[data-bg=white] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-days .table-condensed tbody .day.new.prova,
.calendar[data-bg=gray] .datepicker[data-bg=white] .calendar-input .datepicker .datepicker-days .table-condensed tbody .day.new.prova,
.datepicker[data-bg=white] .calendar-input .datepicker .datepicker-days .table-condensed tbody .day.new.prova,
.datepicker[data-bg=white] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-days .table-condensed tbody .day.new.prova,
.datepicker[data-bg=gray] .datepicker[data-bg=white] .calendar-input .datepicker .datepicker-days .table-condensed tbody .day.new.prova,
.datepicker[data-bg=white] .calendar-builds .datepicker .datepicker-days .table-condensed tbody .day.new.trabalho,
.datepicker[data-bg=white] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-days .table-condensed tbody .day.new.trabalho,
.calendar[data-bg=white] .datepicker[data-bg=white] .calendar-input .datepicker .datepicker-days .table-condensed tbody .day.new.trabalho,
.datepicker[data-bg=white] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-days .table-condensed tbody .day.new.trabalho,
.calendar[data-bg=gray] .datepicker[data-bg=white] .calendar-input .datepicker .datepicker-days .table-condensed tbody .day.new.trabalho,
.datepicker[data-bg=white] .calendar-input .datepicker .datepicker-days .table-condensed tbody .day.new.trabalho,
.datepicker[data-bg=white] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-days .table-condensed tbody .day.new.trabalho,
.datepicker[data-bg=gray] .datepicker[data-bg=white] .calendar-input .datepicker .datepicker-days .table-condensed tbody .day.new.trabalho,
.datepicker[data-bg=white] .calendar-builds .datepicker .datepicker-days .table-condensed tbody .day.new.encontro,
.datepicker[data-bg=white] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-days .table-condensed tbody .day.new.encontro,
.calendar[data-bg=white] .datepicker[data-bg=white] .calendar-input .datepicker .datepicker-days .table-condensed tbody .day.new.encontro,
.datepicker[data-bg=white] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-days .table-condensed tbody .day.new.encontro,
.calendar[data-bg=gray] .datepicker[data-bg=white] .calendar-input .datepicker .datepicker-days .table-condensed tbody .day.new.encontro,
.datepicker[data-bg=white] .calendar-input .datepicker .datepicker-days .table-condensed tbody .day.new.encontro,
.datepicker[data-bg=white] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-days .table-condensed tbody .day.new.encontro,
.datepicker[data-bg=gray] .datepicker[data-bg=white] .calendar-input .datepicker .datepicker-days .table-condensed tbody .day.new.encontro,
.datepicker[data-bg=white] .calendar-builds .datepicker .datepicker-months .table-condensed tbody .day.old.active,
.datepicker[data-bg=white] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-months .table-condensed tbody .day.old.active,
.calendar[data-bg=white] .datepicker[data-bg=white] .calendar-input .datepicker .datepicker-months .table-condensed tbody .day.old.active,
.datepicker[data-bg=white] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-months .table-condensed tbody .day.old.active,
.calendar[data-bg=gray] .datepicker[data-bg=white] .calendar-input .datepicker .datepicker-months .table-condensed tbody .day.old.active,
.datepicker[data-bg=white] .calendar-input .datepicker .datepicker-months .table-condensed tbody .day.old.active,
.datepicker[data-bg=white] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-months .table-condensed tbody .day.old.active,
.datepicker[data-bg=gray] .datepicker[data-bg=white] .calendar-input .datepicker .datepicker-months .table-condensed tbody .day.old.active,
.datepicker[data-bg=white] .calendar-builds .datepicker .datepicker-months .table-condensed tbody .day.old:hover,
.datepicker[data-bg=white] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-months .table-condensed tbody .day.old:hover,
.calendar[data-bg=white] .datepicker[data-bg=white] .calendar-input .datepicker .datepicker-months .table-condensed tbody .day.old:hover,
.datepicker[data-bg=white] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-months .table-condensed tbody .day.old:hover,
.calendar[data-bg=gray] .datepicker[data-bg=white] .calendar-input .datepicker .datepicker-months .table-condensed tbody .day.old:hover,
.datepicker[data-bg=white] .calendar-input .datepicker .datepicker-months .table-condensed tbody .day.old:hover,
.datepicker[data-bg=white] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-months .table-condensed tbody .day.old:hover,
.datepicker[data-bg=gray] .datepicker[data-bg=white] .calendar-input .datepicker .datepicker-months .table-condensed tbody .day.old:hover,
.datepicker[data-bg=white] .calendar-builds .datepicker .datepicker-months .table-condensed tbody .day.old.prova,
.datepicker[data-bg=white] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-months .table-condensed tbody .day.old.prova,
.calendar[data-bg=white] .datepicker[data-bg=white] .calendar-input .datepicker .datepicker-months .table-condensed tbody .day.old.prova,
.datepicker[data-bg=white] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-months .table-condensed tbody .day.old.prova,
.calendar[data-bg=gray] .datepicker[data-bg=white] .calendar-input .datepicker .datepicker-months .table-condensed tbody .day.old.prova,
.datepicker[data-bg=white] .calendar-input .datepicker .datepicker-months .table-condensed tbody .day.old.prova,
.datepicker[data-bg=white] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-months .table-condensed tbody .day.old.prova,
.datepicker[data-bg=gray] .datepicker[data-bg=white] .calendar-input .datepicker .datepicker-months .table-condensed tbody .day.old.prova,
.datepicker[data-bg=white] .calendar-builds .datepicker .datepicker-months .table-condensed tbody .day.old.trabalho,
.datepicker[data-bg=white] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-months .table-condensed tbody .day.old.trabalho,
.calendar[data-bg=white] .datepicker[data-bg=white] .calendar-input .datepicker .datepicker-months .table-condensed tbody .day.old.trabalho,
.datepicker[data-bg=white] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-months .table-condensed tbody .day.old.trabalho,
.calendar[data-bg=gray] .datepicker[data-bg=white] .calendar-input .datepicker .datepicker-months .table-condensed tbody .day.old.trabalho,
.datepicker[data-bg=white] .calendar-input .datepicker .datepicker-months .table-condensed tbody .day.old.trabalho,
.datepicker[data-bg=white] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-months .table-condensed tbody .day.old.trabalho,
.datepicker[data-bg=gray] .datepicker[data-bg=white] .calendar-input .datepicker .datepicker-months .table-condensed tbody .day.old.trabalho,
.datepicker[data-bg=white] .calendar-builds .datepicker .datepicker-months .table-condensed tbody .day.old.encontro,
.datepicker[data-bg=white] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-months .table-condensed tbody .day.old.encontro,
.calendar[data-bg=white] .datepicker[data-bg=white] .calendar-input .datepicker .datepicker-months .table-condensed tbody .day.old.encontro,
.datepicker[data-bg=white] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-months .table-condensed tbody .day.old.encontro,
.calendar[data-bg=gray] .datepicker[data-bg=white] .calendar-input .datepicker .datepicker-months .table-condensed tbody .day.old.encontro,
.datepicker[data-bg=white] .calendar-input .datepicker .datepicker-months .table-condensed tbody .day.old.encontro,
.datepicker[data-bg=white] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-months .table-condensed tbody .day.old.encontro,
.datepicker[data-bg=gray] .datepicker[data-bg=white] .calendar-input .datepicker .datepicker-months .table-condensed tbody .day.old.encontro,
.datepicker[data-bg=white] .calendar-builds .datepicker .datepicker-months .table-condensed tbody .day.new.active,
.datepicker[data-bg=white] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-months .table-condensed tbody .day.new.active,
.calendar[data-bg=white] .datepicker[data-bg=white] .calendar-input .datepicker .datepicker-months .table-condensed tbody .day.new.active,
.datepicker[data-bg=white] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-months .table-condensed tbody .day.new.active,
.calendar[data-bg=gray] .datepicker[data-bg=white] .calendar-input .datepicker .datepicker-months .table-condensed tbody .day.new.active,
.datepicker[data-bg=white] .calendar-input .datepicker .datepicker-months .table-condensed tbody .day.new.active,
.datepicker[data-bg=white] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-months .table-condensed tbody .day.new.active,
.datepicker[data-bg=gray] .datepicker[data-bg=white] .calendar-input .datepicker .datepicker-months .table-condensed tbody .day.new.active,
.datepicker[data-bg=white] .calendar-builds .datepicker .datepicker-months .table-condensed tbody .day.new:hover,
.datepicker[data-bg=white] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-months .table-condensed tbody .day.new:hover,
.calendar[data-bg=white] .datepicker[data-bg=white] .calendar-input .datepicker .datepicker-months .table-condensed tbody .day.new:hover,
.datepicker[data-bg=white] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-months .table-condensed tbody .day.new:hover,
.calendar[data-bg=gray] .datepicker[data-bg=white] .calendar-input .datepicker .datepicker-months .table-condensed tbody .day.new:hover,
.datepicker[data-bg=white] .calendar-input .datepicker .datepicker-months .table-condensed tbody .day.new:hover,
.datepicker[data-bg=white] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-months .table-condensed tbody .day.new:hover,
.datepicker[data-bg=gray] .datepicker[data-bg=white] .calendar-input .datepicker .datepicker-months .table-condensed tbody .day.new:hover,
.datepicker[data-bg=white] .calendar-builds .datepicker .datepicker-months .table-condensed tbody .day.new.prova,
.datepicker[data-bg=white] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-months .table-condensed tbody .day.new.prova,
.calendar[data-bg=white] .datepicker[data-bg=white] .calendar-input .datepicker .datepicker-months .table-condensed tbody .day.new.prova,
.datepicker[data-bg=white] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-months .table-condensed tbody .day.new.prova,
.calendar[data-bg=gray] .datepicker[data-bg=white] .calendar-input .datepicker .datepicker-months .table-condensed tbody .day.new.prova,
.datepicker[data-bg=white] .calendar-input .datepicker .datepicker-months .table-condensed tbody .day.new.prova,
.datepicker[data-bg=white] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-months .table-condensed tbody .day.new.prova,
.datepicker[data-bg=gray] .datepicker[data-bg=white] .calendar-input .datepicker .datepicker-months .table-condensed tbody .day.new.prova,
.datepicker[data-bg=white] .calendar-builds .datepicker .datepicker-months .table-condensed tbody .day.new.trabalho,
.datepicker[data-bg=white] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-months .table-condensed tbody .day.new.trabalho,
.calendar[data-bg=white] .datepicker[data-bg=white] .calendar-input .datepicker .datepicker-months .table-condensed tbody .day.new.trabalho,
.datepicker[data-bg=white] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-months .table-condensed tbody .day.new.trabalho,
.calendar[data-bg=gray] .datepicker[data-bg=white] .calendar-input .datepicker .datepicker-months .table-condensed tbody .day.new.trabalho,
.datepicker[data-bg=white] .calendar-input .datepicker .datepicker-months .table-condensed tbody .day.new.trabalho,
.datepicker[data-bg=white] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-months .table-condensed tbody .day.new.trabalho,
.datepicker[data-bg=gray] .datepicker[data-bg=white] .calendar-input .datepicker .datepicker-months .table-condensed tbody .day.new.trabalho,
.datepicker[data-bg=white] .calendar-builds .datepicker .datepicker-months .table-condensed tbody .day.new.encontro,
.datepicker[data-bg=white] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-months .table-condensed tbody .day.new.encontro,
.calendar[data-bg=white] .datepicker[data-bg=white] .calendar-input .datepicker .datepicker-months .table-condensed tbody .day.new.encontro,
.datepicker[data-bg=white] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-months .table-condensed tbody .day.new.encontro,
.calendar[data-bg=gray] .datepicker[data-bg=white] .calendar-input .datepicker .datepicker-months .table-condensed tbody .day.new.encontro,
.datepicker[data-bg=white] .calendar-input .datepicker .datepicker-months .table-condensed tbody .day.new.encontro,
.datepicker[data-bg=white] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-months .table-condensed tbody .day.new.encontro,
.datepicker[data-bg=gray] .datepicker[data-bg=white] .calendar-input .datepicker .datepicker-months .table-condensed tbody .day.new.encontro,
.datepicker[data-bg=white] .calendar-builds .datepicker .datepicker-years .table-condensed tbody .day.old.active,
.datepicker[data-bg=white] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-years .table-condensed tbody .day.old.active,
.calendar[data-bg=white] .datepicker[data-bg=white] .calendar-input .datepicker .datepicker-years .table-condensed tbody .day.old.active,
.datepicker[data-bg=white] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-years .table-condensed tbody .day.old.active,
.calendar[data-bg=gray] .datepicker[data-bg=white] .calendar-input .datepicker .datepicker-years .table-condensed tbody .day.old.active,
.datepicker[data-bg=white] .calendar-input .datepicker .datepicker-years .table-condensed tbody .day.old.active,
.datepicker[data-bg=white] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-years .table-condensed tbody .day.old.active,
.datepicker[data-bg=gray] .datepicker[data-bg=white] .calendar-input .datepicker .datepicker-years .table-condensed tbody .day.old.active,
.datepicker[data-bg=white] .calendar-builds .datepicker .datepicker-years .table-condensed tbody .day.old:hover,
.datepicker[data-bg=white] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-years .table-condensed tbody .day.old:hover,
.calendar[data-bg=white] .datepicker[data-bg=white] .calendar-input .datepicker .datepicker-years .table-condensed tbody .day.old:hover,
.datepicker[data-bg=white] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-years .table-condensed tbody .day.old:hover,
.calendar[data-bg=gray] .datepicker[data-bg=white] .calendar-input .datepicker .datepicker-years .table-condensed tbody .day.old:hover,
.datepicker[data-bg=white] .calendar-input .datepicker .datepicker-years .table-condensed tbody .day.old:hover,
.datepicker[data-bg=white] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-years .table-condensed tbody .day.old:hover,
.datepicker[data-bg=gray] .datepicker[data-bg=white] .calendar-input .datepicker .datepicker-years .table-condensed tbody .day.old:hover,
.datepicker[data-bg=white] .calendar-builds .datepicker .datepicker-years .table-condensed tbody .day.old.prova,
.datepicker[data-bg=white] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-years .table-condensed tbody .day.old.prova,
.calendar[data-bg=white] .datepicker[data-bg=white] .calendar-input .datepicker .datepicker-years .table-condensed tbody .day.old.prova,
.datepicker[data-bg=white] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-years .table-condensed tbody .day.old.prova,
.calendar[data-bg=gray] .datepicker[data-bg=white] .calendar-input .datepicker .datepicker-years .table-condensed tbody .day.old.prova,
.datepicker[data-bg=white] .calendar-input .datepicker .datepicker-years .table-condensed tbody .day.old.prova,
.datepicker[data-bg=white] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-years .table-condensed tbody .day.old.prova,
.datepicker[data-bg=gray] .datepicker[data-bg=white] .calendar-input .datepicker .datepicker-years .table-condensed tbody .day.old.prova,
.datepicker[data-bg=white] .calendar-builds .datepicker .datepicker-years .table-condensed tbody .day.old.trabalho,
.datepicker[data-bg=white] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-years .table-condensed tbody .day.old.trabalho,
.calendar[data-bg=white] .datepicker[data-bg=white] .calendar-input .datepicker .datepicker-years .table-condensed tbody .day.old.trabalho,
.datepicker[data-bg=white] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-years .table-condensed tbody .day.old.trabalho,
.calendar[data-bg=gray] .datepicker[data-bg=white] .calendar-input .datepicker .datepicker-years .table-condensed tbody .day.old.trabalho,
.datepicker[data-bg=white] .calendar-input .datepicker .datepicker-years .table-condensed tbody .day.old.trabalho,
.datepicker[data-bg=white] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-years .table-condensed tbody .day.old.trabalho,
.datepicker[data-bg=gray] .datepicker[data-bg=white] .calendar-input .datepicker .datepicker-years .table-condensed tbody .day.old.trabalho,
.datepicker[data-bg=white] .calendar-builds .datepicker .datepicker-years .table-condensed tbody .day.old.encontro,
.datepicker[data-bg=white] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-years .table-condensed tbody .day.old.encontro,
.calendar[data-bg=white] .datepicker[data-bg=white] .calendar-input .datepicker .datepicker-years .table-condensed tbody .day.old.encontro,
.datepicker[data-bg=white] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-years .table-condensed tbody .day.old.encontro,
.calendar[data-bg=gray] .datepicker[data-bg=white] .calendar-input .datepicker .datepicker-years .table-condensed tbody .day.old.encontro,
.datepicker[data-bg=white] .calendar-input .datepicker .datepicker-years .table-condensed tbody .day.old.encontro,
.datepicker[data-bg=white] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-years .table-condensed tbody .day.old.encontro,
.datepicker[data-bg=gray] .datepicker[data-bg=white] .calendar-input .datepicker .datepicker-years .table-condensed tbody .day.old.encontro,
.datepicker[data-bg=white] .calendar-builds .datepicker .datepicker-years .table-condensed tbody .day.new.active,
.datepicker[data-bg=white] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-years .table-condensed tbody .day.new.active,
.calendar[data-bg=white] .datepicker[data-bg=white] .calendar-input .datepicker .datepicker-years .table-condensed tbody .day.new.active,
.datepicker[data-bg=white] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-years .table-condensed tbody .day.new.active,
.calendar[data-bg=gray] .datepicker[data-bg=white] .calendar-input .datepicker .datepicker-years .table-condensed tbody .day.new.active,
.datepicker[data-bg=white] .calendar-input .datepicker .datepicker-years .table-condensed tbody .day.new.active,
.datepicker[data-bg=white] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-years .table-condensed tbody .day.new.active,
.datepicker[data-bg=gray] .datepicker[data-bg=white] .calendar-input .datepicker .datepicker-years .table-condensed tbody .day.new.active,
.datepicker[data-bg=white] .calendar-builds .datepicker .datepicker-years .table-condensed tbody .day.new:hover,
.datepicker[data-bg=white] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-years .table-condensed tbody .day.new:hover,
.calendar[data-bg=white] .datepicker[data-bg=white] .calendar-input .datepicker .datepicker-years .table-condensed tbody .day.new:hover,
.datepicker[data-bg=white] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-years .table-condensed tbody .day.new:hover,
.calendar[data-bg=gray] .datepicker[data-bg=white] .calendar-input .datepicker .datepicker-years .table-condensed tbody .day.new:hover,
.datepicker[data-bg=white] .calendar-input .datepicker .datepicker-years .table-condensed tbody .day.new:hover,
.datepicker[data-bg=white] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-years .table-condensed tbody .day.new:hover,
.datepicker[data-bg=gray] .datepicker[data-bg=white] .calendar-input .datepicker .datepicker-years .table-condensed tbody .day.new:hover,
.datepicker[data-bg=white] .calendar-builds .datepicker .datepicker-years .table-condensed tbody .day.new.prova,
.datepicker[data-bg=white] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-years .table-condensed tbody .day.new.prova,
.calendar[data-bg=white] .datepicker[data-bg=white] .calendar-input .datepicker .datepicker-years .table-condensed tbody .day.new.prova,
.datepicker[data-bg=white] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-years .table-condensed tbody .day.new.prova,
.calendar[data-bg=gray] .datepicker[data-bg=white] .calendar-input .datepicker .datepicker-years .table-condensed tbody .day.new.prova,
.datepicker[data-bg=white] .calendar-input .datepicker .datepicker-years .table-condensed tbody .day.new.prova,
.datepicker[data-bg=white] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-years .table-condensed tbody .day.new.prova,
.datepicker[data-bg=gray] .datepicker[data-bg=white] .calendar-input .datepicker .datepicker-years .table-condensed tbody .day.new.prova,
.datepicker[data-bg=white] .calendar-builds .datepicker .datepicker-years .table-condensed tbody .day.new.trabalho,
.datepicker[data-bg=white] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-years .table-condensed tbody .day.new.trabalho,
.calendar[data-bg=white] .datepicker[data-bg=white] .calendar-input .datepicker .datepicker-years .table-condensed tbody .day.new.trabalho,
.datepicker[data-bg=white] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-years .table-condensed tbody .day.new.trabalho,
.calendar[data-bg=gray] .datepicker[data-bg=white] .calendar-input .datepicker .datepicker-years .table-condensed tbody .day.new.trabalho,
.datepicker[data-bg=white] .calendar-input .datepicker .datepicker-years .table-condensed tbody .day.new.trabalho,
.datepicker[data-bg=white] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-years .table-condensed tbody .day.new.trabalho,
.datepicker[data-bg=gray] .datepicker[data-bg=white] .calendar-input .datepicker .datepicker-years .table-condensed tbody .day.new.trabalho,
.datepicker[data-bg=white] .calendar-builds .datepicker .datepicker-years .table-condensed tbody .day.new.encontro,
.datepicker[data-bg=white] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-years .table-condensed tbody .day.new.encontro,
.calendar[data-bg=white] .datepicker[data-bg=white] .calendar-input .datepicker .datepicker-years .table-condensed tbody .day.new.encontro,
.datepicker[data-bg=white] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-years .table-condensed tbody .day.new.encontro,
.calendar[data-bg=gray] .datepicker[data-bg=white] .calendar-input .datepicker .datepicker-years .table-condensed tbody .day.new.encontro,
.datepicker[data-bg=white] .calendar-input .datepicker .datepicker-years .table-condensed tbody .day.new.encontro,
.datepicker[data-bg=white] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-years .table-condensed tbody .day.new.encontro,
.datepicker[data-bg=gray] .datepicker[data-bg=white] .calendar-input .datepicker .datepicker-years .table-condensed tbody .day.new.encontro,
.datepicker[data-bg=white] .calendar-builds .datepicker .datepicker-decades .table-condensed tbody .day.old.active,
.datepicker[data-bg=white] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-decades .table-condensed tbody .day.old.active,
.calendar[data-bg=white] .datepicker[data-bg=white] .calendar-input .datepicker .datepicker-decades .table-condensed tbody .day.old.active,
.datepicker[data-bg=white] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-decades .table-condensed tbody .day.old.active,
.calendar[data-bg=gray] .datepicker[data-bg=white] .calendar-input .datepicker .datepicker-decades .table-condensed tbody .day.old.active,
.datepicker[data-bg=white] .calendar-input .datepicker .datepicker-decades .table-condensed tbody .day.old.active,
.datepicker[data-bg=white] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-decades .table-condensed tbody .day.old.active,
.datepicker[data-bg=gray] .datepicker[data-bg=white] .calendar-input .datepicker .datepicker-decades .table-condensed tbody .day.old.active,
.datepicker[data-bg=white] .calendar-builds .datepicker .datepicker-decades .table-condensed tbody .day.old:hover,
.datepicker[data-bg=white] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-decades .table-condensed tbody .day.old:hover,
.calendar[data-bg=white] .datepicker[data-bg=white] .calendar-input .datepicker .datepicker-decades .table-condensed tbody .day.old:hover,
.datepicker[data-bg=white] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-decades .table-condensed tbody .day.old:hover,
.calendar[data-bg=gray] .datepicker[data-bg=white] .calendar-input .datepicker .datepicker-decades .table-condensed tbody .day.old:hover,
.datepicker[data-bg=white] .calendar-input .datepicker .datepicker-decades .table-condensed tbody .day.old:hover,
.datepicker[data-bg=white] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-decades .table-condensed tbody .day.old:hover,
.datepicker[data-bg=gray] .datepicker[data-bg=white] .calendar-input .datepicker .datepicker-decades .table-condensed tbody .day.old:hover,
.datepicker[data-bg=white] .calendar-builds .datepicker .datepicker-decades .table-condensed tbody .day.old.prova,
.datepicker[data-bg=white] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-decades .table-condensed tbody .day.old.prova,
.calendar[data-bg=white] .datepicker[data-bg=white] .calendar-input .datepicker .datepicker-decades .table-condensed tbody .day.old.prova,
.datepicker[data-bg=white] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-decades .table-condensed tbody .day.old.prova,
.calendar[data-bg=gray] .datepicker[data-bg=white] .calendar-input .datepicker .datepicker-decades .table-condensed tbody .day.old.prova,
.datepicker[data-bg=white] .calendar-input .datepicker .datepicker-decades .table-condensed tbody .day.old.prova,
.datepicker[data-bg=white] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-decades .table-condensed tbody .day.old.prova,
.datepicker[data-bg=gray] .datepicker[data-bg=white] .calendar-input .datepicker .datepicker-decades .table-condensed tbody .day.old.prova,
.datepicker[data-bg=white] .calendar-builds .datepicker .datepicker-decades .table-condensed tbody .day.old.trabalho,
.datepicker[data-bg=white] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-decades .table-condensed tbody .day.old.trabalho,
.calendar[data-bg=white] .datepicker[data-bg=white] .calendar-input .datepicker .datepicker-decades .table-condensed tbody .day.old.trabalho,
.datepicker[data-bg=white] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-decades .table-condensed tbody .day.old.trabalho,
.calendar[data-bg=gray] .datepicker[data-bg=white] .calendar-input .datepicker .datepicker-decades .table-condensed tbody .day.old.trabalho,
.datepicker[data-bg=white] .calendar-input .datepicker .datepicker-decades .table-condensed tbody .day.old.trabalho,
.datepicker[data-bg=white] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-decades .table-condensed tbody .day.old.trabalho,
.datepicker[data-bg=gray] .datepicker[data-bg=white] .calendar-input .datepicker .datepicker-decades .table-condensed tbody .day.old.trabalho,
.datepicker[data-bg=white] .calendar-builds .datepicker .datepicker-decades .table-condensed tbody .day.old.encontro,
.datepicker[data-bg=white] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-decades .table-condensed tbody .day.old.encontro,
.calendar[data-bg=white] .datepicker[data-bg=white] .calendar-input .datepicker .datepicker-decades .table-condensed tbody .day.old.encontro,
.datepicker[data-bg=white] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-decades .table-condensed tbody .day.old.encontro,
.calendar[data-bg=gray] .datepicker[data-bg=white] .calendar-input .datepicker .datepicker-decades .table-condensed tbody .day.old.encontro,
.datepicker[data-bg=white] .calendar-input .datepicker .datepicker-decades .table-condensed tbody .day.old.encontro,
.datepicker[data-bg=white] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-decades .table-condensed tbody .day.old.encontro,
.datepicker[data-bg=gray] .datepicker[data-bg=white] .calendar-input .datepicker .datepicker-decades .table-condensed tbody .day.old.encontro,
.datepicker[data-bg=white] .calendar-builds .datepicker .datepicker-decades .table-condensed tbody .day.new.active,
.datepicker[data-bg=white] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-decades .table-condensed tbody .day.new.active,
.calendar[data-bg=white] .datepicker[data-bg=white] .calendar-input .datepicker .datepicker-decades .table-condensed tbody .day.new.active,
.datepicker[data-bg=white] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-decades .table-condensed tbody .day.new.active,
.calendar[data-bg=gray] .datepicker[data-bg=white] .calendar-input .datepicker .datepicker-decades .table-condensed tbody .day.new.active,
.datepicker[data-bg=white] .calendar-input .datepicker .datepicker-decades .table-condensed tbody .day.new.active,
.datepicker[data-bg=white] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-decades .table-condensed tbody .day.new.active,
.datepicker[data-bg=gray] .datepicker[data-bg=white] .calendar-input .datepicker .datepicker-decades .table-condensed tbody .day.new.active,
.datepicker[data-bg=white] .calendar-builds .datepicker .datepicker-decades .table-condensed tbody .day.new:hover,
.datepicker[data-bg=white] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-decades .table-condensed tbody .day.new:hover,
.calendar[data-bg=white] .datepicker[data-bg=white] .calendar-input .datepicker .datepicker-decades .table-condensed tbody .day.new:hover,
.datepicker[data-bg=white] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-decades .table-condensed tbody .day.new:hover,
.calendar[data-bg=gray] .datepicker[data-bg=white] .calendar-input .datepicker .datepicker-decades .table-condensed tbody .day.new:hover,
.datepicker[data-bg=white] .calendar-input .datepicker .datepicker-decades .table-condensed tbody .day.new:hover,
.datepicker[data-bg=white] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-decades .table-condensed tbody .day.new:hover,
.datepicker[data-bg=gray] .datepicker[data-bg=white] .calendar-input .datepicker .datepicker-decades .table-condensed tbody .day.new:hover,
.datepicker[data-bg=white] .calendar-builds .datepicker .datepicker-decades .table-condensed tbody .day.new.prova,
.datepicker[data-bg=white] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-decades .table-condensed tbody .day.new.prova,
.calendar[data-bg=white] .datepicker[data-bg=white] .calendar-input .datepicker .datepicker-decades .table-condensed tbody .day.new.prova,
.datepicker[data-bg=white] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-decades .table-condensed tbody .day.new.prova,
.calendar[data-bg=gray] .datepicker[data-bg=white] .calendar-input .datepicker .datepicker-decades .table-condensed tbody .day.new.prova,
.datepicker[data-bg=white] .calendar-input .datepicker .datepicker-decades .table-condensed tbody .day.new.prova,
.datepicker[data-bg=white] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-decades .table-condensed tbody .day.new.prova,
.datepicker[data-bg=gray] .datepicker[data-bg=white] .calendar-input .datepicker .datepicker-decades .table-condensed tbody .day.new.prova,
.datepicker[data-bg=white] .calendar-builds .datepicker .datepicker-decades .table-condensed tbody .day.new.trabalho,
.datepicker[data-bg=white] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-decades .table-condensed tbody .day.new.trabalho,
.calendar[data-bg=white] .datepicker[data-bg=white] .calendar-input .datepicker .datepicker-decades .table-condensed tbody .day.new.trabalho,
.datepicker[data-bg=white] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-decades .table-condensed tbody .day.new.trabalho,
.calendar[data-bg=gray] .datepicker[data-bg=white] .calendar-input .datepicker .datepicker-decades .table-condensed tbody .day.new.trabalho,
.datepicker[data-bg=white] .calendar-input .datepicker .datepicker-decades .table-condensed tbody .day.new.trabalho,
.datepicker[data-bg=white] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-decades .table-condensed tbody .day.new.trabalho,
.datepicker[data-bg=gray] .datepicker[data-bg=white] .calendar-input .datepicker .datepicker-decades .table-condensed tbody .day.new.trabalho,
.datepicker[data-bg=white] .calendar-builds .datepicker .datepicker-decades .table-condensed tbody .day.new.encontro,
.datepicker[data-bg=white] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-decades .table-condensed tbody .day.new.encontro,
.calendar[data-bg=white] .datepicker[data-bg=white] .calendar-input .datepicker .datepicker-decades .table-condensed tbody .day.new.encontro,
.datepicker[data-bg=white] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-decades .table-condensed tbody .day.new.encontro,
.calendar[data-bg=gray] .datepicker[data-bg=white] .calendar-input .datepicker .datepicker-decades .table-condensed tbody .day.new.encontro,
.datepicker[data-bg=white] .calendar-input .datepicker .datepicker-decades .table-condensed tbody .day.new.encontro,
.datepicker[data-bg=white] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-decades .table-condensed tbody .day.new.encontro,
.datepicker[data-bg=gray] .datepicker[data-bg=white] .calendar-input .datepicker .datepicker-decades .table-condensed tbody .day.new.encontro,
.datepicker[data-bg=white] .calendar-builds .datepicker .datepicker-centuries .table-condensed tbody .day.old.active,
.datepicker[data-bg=white] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-centuries .table-condensed tbody .day.old.active,
.calendar[data-bg=white] .datepicker[data-bg=white] .calendar-input .datepicker .datepicker-centuries .table-condensed tbody .day.old.active,
.datepicker[data-bg=white] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-centuries .table-condensed tbody .day.old.active,
.calendar[data-bg=gray] .datepicker[data-bg=white] .calendar-input .datepicker .datepicker-centuries .table-condensed tbody .day.old.active,
.datepicker[data-bg=white] .calendar-input .datepicker .datepicker-centuries .table-condensed tbody .day.old.active,
.datepicker[data-bg=white] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-centuries .table-condensed tbody .day.old.active,
.datepicker[data-bg=gray] .datepicker[data-bg=white] .calendar-input .datepicker .datepicker-centuries .table-condensed tbody .day.old.active,
.datepicker[data-bg=white] .calendar-builds .datepicker .datepicker-centuries .table-condensed tbody .day.old:hover,
.datepicker[data-bg=white] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-centuries .table-condensed tbody .day.old:hover,
.calendar[data-bg=white] .datepicker[data-bg=white] .calendar-input .datepicker .datepicker-centuries .table-condensed tbody .day.old:hover,
.datepicker[data-bg=white] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-centuries .table-condensed tbody .day.old:hover,
.calendar[data-bg=gray] .datepicker[data-bg=white] .calendar-input .datepicker .datepicker-centuries .table-condensed tbody .day.old:hover,
.datepicker[data-bg=white] .calendar-input .datepicker .datepicker-centuries .table-condensed tbody .day.old:hover,
.datepicker[data-bg=white] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-centuries .table-condensed tbody .day.old:hover,
.datepicker[data-bg=gray] .datepicker[data-bg=white] .calendar-input .datepicker .datepicker-centuries .table-condensed tbody .day.old:hover,
.datepicker[data-bg=white] .calendar-builds .datepicker .datepicker-centuries .table-condensed tbody .day.old.prova,
.datepicker[data-bg=white] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-centuries .table-condensed tbody .day.old.prova,
.calendar[data-bg=white] .datepicker[data-bg=white] .calendar-input .datepicker .datepicker-centuries .table-condensed tbody .day.old.prova,
.datepicker[data-bg=white] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-centuries .table-condensed tbody .day.old.prova,
.calendar[data-bg=gray] .datepicker[data-bg=white] .calendar-input .datepicker .datepicker-centuries .table-condensed tbody .day.old.prova,
.datepicker[data-bg=white] .calendar-input .datepicker .datepicker-centuries .table-condensed tbody .day.old.prova,
.datepicker[data-bg=white] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-centuries .table-condensed tbody .day.old.prova,
.datepicker[data-bg=gray] .datepicker[data-bg=white] .calendar-input .datepicker .datepicker-centuries .table-condensed tbody .day.old.prova,
.datepicker[data-bg=white] .calendar-builds .datepicker .datepicker-centuries .table-condensed tbody .day.old.trabalho,
.datepicker[data-bg=white] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-centuries .table-condensed tbody .day.old.trabalho,
.calendar[data-bg=white] .datepicker[data-bg=white] .calendar-input .datepicker .datepicker-centuries .table-condensed tbody .day.old.trabalho,
.datepicker[data-bg=white] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-centuries .table-condensed tbody .day.old.trabalho,
.calendar[data-bg=gray] .datepicker[data-bg=white] .calendar-input .datepicker .datepicker-centuries .table-condensed tbody .day.old.trabalho,
.datepicker[data-bg=white] .calendar-input .datepicker .datepicker-centuries .table-condensed tbody .day.old.trabalho,
.datepicker[data-bg=white] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-centuries .table-condensed tbody .day.old.trabalho,
.datepicker[data-bg=gray] .datepicker[data-bg=white] .calendar-input .datepicker .datepicker-centuries .table-condensed tbody .day.old.trabalho,
.datepicker[data-bg=white] .calendar-builds .datepicker .datepicker-centuries .table-condensed tbody .day.old.encontro,
.datepicker[data-bg=white] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-centuries .table-condensed tbody .day.old.encontro,
.calendar[data-bg=white] .datepicker[data-bg=white] .calendar-input .datepicker .datepicker-centuries .table-condensed tbody .day.old.encontro,
.datepicker[data-bg=white] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-centuries .table-condensed tbody .day.old.encontro,
.calendar[data-bg=gray] .datepicker[data-bg=white] .calendar-input .datepicker .datepicker-centuries .table-condensed tbody .day.old.encontro,
.datepicker[data-bg=white] .calendar-input .datepicker .datepicker-centuries .table-condensed tbody .day.old.encontro,
.datepicker[data-bg=white] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-centuries .table-condensed tbody .day.old.encontro,
.datepicker[data-bg=gray] .datepicker[data-bg=white] .calendar-input .datepicker .datepicker-centuries .table-condensed tbody .day.old.encontro,
.datepicker[data-bg=white] .calendar-builds .datepicker .datepicker-centuries .table-condensed tbody .day.new.active,
.datepicker[data-bg=white] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-centuries .table-condensed tbody .day.new.active,
.calendar[data-bg=white] .datepicker[data-bg=white] .calendar-input .datepicker .datepicker-centuries .table-condensed tbody .day.new.active,
.datepicker[data-bg=white] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-centuries .table-condensed tbody .day.new.active,
.calendar[data-bg=gray] .datepicker[data-bg=white] .calendar-input .datepicker .datepicker-centuries .table-condensed tbody .day.new.active,
.datepicker[data-bg=white] .calendar-input .datepicker .datepicker-centuries .table-condensed tbody .day.new.active,
.datepicker[data-bg=white] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-centuries .table-condensed tbody .day.new.active,
.datepicker[data-bg=gray] .datepicker[data-bg=white] .calendar-input .datepicker .datepicker-centuries .table-condensed tbody .day.new.active,
.datepicker[data-bg=white] .calendar-builds .datepicker .datepicker-centuries .table-condensed tbody .day.new:hover,
.datepicker[data-bg=white] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-centuries .table-condensed tbody .day.new:hover,
.calendar[data-bg=white] .datepicker[data-bg=white] .calendar-input .datepicker .datepicker-centuries .table-condensed tbody .day.new:hover,
.datepicker[data-bg=white] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-centuries .table-condensed tbody .day.new:hover,
.calendar[data-bg=gray] .datepicker[data-bg=white] .calendar-input .datepicker .datepicker-centuries .table-condensed tbody .day.new:hover,
.datepicker[data-bg=white] .calendar-input .datepicker .datepicker-centuries .table-condensed tbody .day.new:hover,
.datepicker[data-bg=white] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-centuries .table-condensed tbody .day.new:hover,
.datepicker[data-bg=gray] .datepicker[data-bg=white] .calendar-input .datepicker .datepicker-centuries .table-condensed tbody .day.new:hover,
.datepicker[data-bg=white] .calendar-builds .datepicker .datepicker-centuries .table-condensed tbody .day.new.prova,
.datepicker[data-bg=white] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-centuries .table-condensed tbody .day.new.prova,
.calendar[data-bg=white] .datepicker[data-bg=white] .calendar-input .datepicker .datepicker-centuries .table-condensed tbody .day.new.prova,
.datepicker[data-bg=white] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-centuries .table-condensed tbody .day.new.prova,
.calendar[data-bg=gray] .datepicker[data-bg=white] .calendar-input .datepicker .datepicker-centuries .table-condensed tbody .day.new.prova,
.datepicker[data-bg=white] .calendar-input .datepicker .datepicker-centuries .table-condensed tbody .day.new.prova,
.datepicker[data-bg=white] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-centuries .table-condensed tbody .day.new.prova,
.datepicker[data-bg=gray] .datepicker[data-bg=white] .calendar-input .datepicker .datepicker-centuries .table-condensed tbody .day.new.prova,
.datepicker[data-bg=white] .calendar-builds .datepicker .datepicker-centuries .table-condensed tbody .day.new.trabalho,
.datepicker[data-bg=white] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-centuries .table-condensed tbody .day.new.trabalho,
.calendar[data-bg=white] .datepicker[data-bg=white] .calendar-input .datepicker .datepicker-centuries .table-condensed tbody .day.new.trabalho,
.datepicker[data-bg=white] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-centuries .table-condensed tbody .day.new.trabalho,
.calendar[data-bg=gray] .datepicker[data-bg=white] .calendar-input .datepicker .datepicker-centuries .table-condensed tbody .day.new.trabalho,
.datepicker[data-bg=white] .calendar-input .datepicker .datepicker-centuries .table-condensed tbody .day.new.trabalho,
.datepicker[data-bg=white] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-centuries .table-condensed tbody .day.new.trabalho,
.datepicker[data-bg=gray] .datepicker[data-bg=white] .calendar-input .datepicker .datepicker-centuries .table-condensed tbody .day.new.trabalho,
.datepicker[data-bg=white] .calendar-builds .datepicker .datepicker-centuries .table-condensed tbody .day.new.encontro,
.datepicker[data-bg=white] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-centuries .table-condensed tbody .day.new.encontro,
.calendar[data-bg=white] .datepicker[data-bg=white] .calendar-input .datepicker .datepicker-centuries .table-condensed tbody .day.new.encontro,
.datepicker[data-bg=white] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-centuries .table-condensed tbody .day.new.encontro,
.calendar[data-bg=gray] .datepicker[data-bg=white] .calendar-input .datepicker .datepicker-centuries .table-condensed tbody .day.new.encontro,
.datepicker[data-bg=white] .calendar-input .datepicker .datepicker-centuries .table-condensed tbody .day.new.encontro,
.datepicker[data-bg=white] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-centuries .table-condensed tbody .day.new.encontro,
.datepicker[data-bg=gray] .datepicker[data-bg=white] .calendar-input .datepicker .datepicker-centuries .table-condensed tbody .day.new.encontro {
  color: var(--secondary-darkest-color);
  opacity: 0.6;
}
.calendar[data-bg=white] .calendar-builds hr, .calendar[data-bg=white] .calendar-input hr,
.datepicker[data-bg=white] .calendar-builds hr,
.datepicker[data-bg=white] .calendar-input hr {
  border-top: 2px solid var(--border-color);
}
.calendar[data-bg=white] .calendar-builds ul li, .calendar[data-bg=white] .calendar-input ul li,
.datepicker[data-bg=white] .calendar-builds ul li,
.datepicker[data-bg=white] .calendar-input ul li {
  color: var(--secondary-darkest-color);
}
.calendar[data-bg=gray] .calendar-builds, .calendar[data-bg=gray] .calendar-input,
.datepicker[data-bg=gray] .calendar-builds,
.datepicker[data-bg=gray] .calendar-input {
  background-color: var(--secondary-lighter-color);
}
.calendar[data-bg=gray] .calendar-builds .datepicker .datepicker-days .table-condensed thead .prev:hover, .calendar[data-bg=gray] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-days .table-condensed thead .prev:hover, .calendar[data-bg=white] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-days .table-condensed thead .prev:hover, .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-days .table-condensed thead .prev:hover,
.calendar[data-bg=gray] .datepicker[data-bg=white] .calendar-input .datepicker .datepicker-days .table-condensed thead .prev:hover,
.datepicker[data-bg=white] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-days .table-condensed thead .prev:hover,
.calendar[data-bg=gray] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-days .table-condensed thead .prev:hover,
.datepicker[data-bg=gray] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-days .table-condensed thead .prev:hover,
.calendar[data-bg=gray] .calendar-builds .datepicker .datepicker-days .table-condensed thead .next:hover,
.calendar[data-bg=gray] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-days .table-condensed thead .next:hover,
.calendar[data-bg=white] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-days .table-condensed thead .next:hover,
.calendar[data-bg=gray] .calendar-input .datepicker .datepicker-days .table-condensed thead .next:hover,
.calendar[data-bg=gray] .datepicker[data-bg=white] .calendar-input .datepicker .datepicker-days .table-condensed thead .next:hover,
.datepicker[data-bg=white] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-days .table-condensed thead .next:hover,
.calendar[data-bg=gray] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-days .table-condensed thead .next:hover,
.datepicker[data-bg=gray] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-days .table-condensed thead .next:hover,
.calendar[data-bg=gray] .calendar-builds .datepicker .datepicker-months .table-condensed thead .prev:hover,
.calendar[data-bg=gray] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-months .table-condensed thead .prev:hover,
.calendar[data-bg=white] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-months .table-condensed thead .prev:hover,
.calendar[data-bg=gray] .calendar-input .datepicker .datepicker-months .table-condensed thead .prev:hover,
.calendar[data-bg=gray] .datepicker[data-bg=white] .calendar-input .datepicker .datepicker-months .table-condensed thead .prev:hover,
.datepicker[data-bg=white] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-months .table-condensed thead .prev:hover,
.calendar[data-bg=gray] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-months .table-condensed thead .prev:hover,
.datepicker[data-bg=gray] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-months .table-condensed thead .prev:hover,
.calendar[data-bg=gray] .calendar-builds .datepicker .datepicker-months .table-condensed thead .next:hover,
.calendar[data-bg=gray] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-months .table-condensed thead .next:hover,
.calendar[data-bg=white] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-months .table-condensed thead .next:hover,
.calendar[data-bg=gray] .calendar-input .datepicker .datepicker-months .table-condensed thead .next:hover,
.calendar[data-bg=gray] .datepicker[data-bg=white] .calendar-input .datepicker .datepicker-months .table-condensed thead .next:hover,
.datepicker[data-bg=white] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-months .table-condensed thead .next:hover,
.calendar[data-bg=gray] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-months .table-condensed thead .next:hover,
.datepicker[data-bg=gray] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-months .table-condensed thead .next:hover,
.calendar[data-bg=gray] .calendar-builds .datepicker .datepicker-years .table-condensed thead .prev:hover,
.calendar[data-bg=gray] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-years .table-condensed thead .prev:hover,
.calendar[data-bg=white] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-years .table-condensed thead .prev:hover,
.calendar[data-bg=gray] .calendar-input .datepicker .datepicker-years .table-condensed thead .prev:hover,
.calendar[data-bg=gray] .datepicker[data-bg=white] .calendar-input .datepicker .datepicker-years .table-condensed thead .prev:hover,
.datepicker[data-bg=white] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-years .table-condensed thead .prev:hover,
.calendar[data-bg=gray] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-years .table-condensed thead .prev:hover,
.datepicker[data-bg=gray] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-years .table-condensed thead .prev:hover,
.calendar[data-bg=gray] .calendar-builds .datepicker .datepicker-years .table-condensed thead .next:hover,
.calendar[data-bg=gray] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-years .table-condensed thead .next:hover,
.calendar[data-bg=white] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-years .table-condensed thead .next:hover,
.calendar[data-bg=gray] .calendar-input .datepicker .datepicker-years .table-condensed thead .next:hover,
.calendar[data-bg=gray] .datepicker[data-bg=white] .calendar-input .datepicker .datepicker-years .table-condensed thead .next:hover,
.datepicker[data-bg=white] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-years .table-condensed thead .next:hover,
.calendar[data-bg=gray] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-years .table-condensed thead .next:hover,
.datepicker[data-bg=gray] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-years .table-condensed thead .next:hover,
.calendar[data-bg=gray] .calendar-builds .datepicker .datepicker-decades .table-condensed thead .prev:hover,
.calendar[data-bg=gray] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-decades .table-condensed thead .prev:hover,
.calendar[data-bg=white] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-decades .table-condensed thead .prev:hover,
.calendar[data-bg=gray] .calendar-input .datepicker .datepicker-decades .table-condensed thead .prev:hover,
.calendar[data-bg=gray] .datepicker[data-bg=white] .calendar-input .datepicker .datepicker-decades .table-condensed thead .prev:hover,
.datepicker[data-bg=white] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-decades .table-condensed thead .prev:hover,
.calendar[data-bg=gray] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-decades .table-condensed thead .prev:hover,
.datepicker[data-bg=gray] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-decades .table-condensed thead .prev:hover,
.calendar[data-bg=gray] .calendar-builds .datepicker .datepicker-decades .table-condensed thead .next:hover,
.calendar[data-bg=gray] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-decades .table-condensed thead .next:hover,
.calendar[data-bg=white] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-decades .table-condensed thead .next:hover,
.calendar[data-bg=gray] .calendar-input .datepicker .datepicker-decades .table-condensed thead .next:hover,
.calendar[data-bg=gray] .datepicker[data-bg=white] .calendar-input .datepicker .datepicker-decades .table-condensed thead .next:hover,
.datepicker[data-bg=white] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-decades .table-condensed thead .next:hover,
.calendar[data-bg=gray] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-decades .table-condensed thead .next:hover,
.datepicker[data-bg=gray] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-decades .table-condensed thead .next:hover,
.calendar[data-bg=gray] .calendar-builds .datepicker .datepicker-centuries .table-condensed thead .prev:hover,
.calendar[data-bg=gray] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-centuries .table-condensed thead .prev:hover,
.calendar[data-bg=white] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-centuries .table-condensed thead .prev:hover,
.calendar[data-bg=gray] .calendar-input .datepicker .datepicker-centuries .table-condensed thead .prev:hover,
.calendar[data-bg=gray] .datepicker[data-bg=white] .calendar-input .datepicker .datepicker-centuries .table-condensed thead .prev:hover,
.datepicker[data-bg=white] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-centuries .table-condensed thead .prev:hover,
.calendar[data-bg=gray] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-centuries .table-condensed thead .prev:hover,
.datepicker[data-bg=gray] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-centuries .table-condensed thead .prev:hover,
.calendar[data-bg=gray] .calendar-builds .datepicker .datepicker-centuries .table-condensed thead .next:hover,
.calendar[data-bg=gray] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-centuries .table-condensed thead .next:hover,
.calendar[data-bg=white] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-centuries .table-condensed thead .next:hover,
.calendar[data-bg=gray] .calendar-input .datepicker .datepicker-centuries .table-condensed thead .next:hover,
.calendar[data-bg=gray] .datepicker[data-bg=white] .calendar-input .datepicker .datepicker-centuries .table-condensed thead .next:hover,
.datepicker[data-bg=white] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-centuries .table-condensed thead .next:hover,
.calendar[data-bg=gray] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-centuries .table-condensed thead .next:hover,
.datepicker[data-bg=gray] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-centuries .table-condensed thead .next:hover,
.datepicker[data-bg=gray] .calendar-builds .datepicker .datepicker-days .table-condensed thead .prev:hover,
.datepicker[data-bg=gray] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-days .table-condensed thead .prev:hover,
.calendar[data-bg=white] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-days .table-condensed thead .prev:hover,
.datepicker[data-bg=gray] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-days .table-condensed thead .prev:hover,
.calendar[data-bg=gray] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-days .table-condensed thead .prev:hover,
.datepicker[data-bg=gray] .datepicker[data-bg=white] .calendar-input .datepicker .datepicker-days .table-condensed thead .prev:hover,
.datepicker[data-bg=white] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-days .table-condensed thead .prev:hover,
.datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-days .table-condensed thead .prev:hover,
.datepicker[data-bg=gray] .calendar-builds .datepicker .datepicker-days .table-condensed thead .next:hover,
.datepicker[data-bg=gray] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-days .table-condensed thead .next:hover,
.calendar[data-bg=white] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-days .table-condensed thead .next:hover,
.datepicker[data-bg=gray] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-days .table-condensed thead .next:hover,
.calendar[data-bg=gray] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-days .table-condensed thead .next:hover,
.datepicker[data-bg=gray] .datepicker[data-bg=white] .calendar-input .datepicker .datepicker-days .table-condensed thead .next:hover,
.datepicker[data-bg=white] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-days .table-condensed thead .next:hover,
.datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-days .table-condensed thead .next:hover,
.datepicker[data-bg=gray] .calendar-builds .datepicker .datepicker-months .table-condensed thead .prev:hover,
.datepicker[data-bg=gray] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-months .table-condensed thead .prev:hover,
.calendar[data-bg=white] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-months .table-condensed thead .prev:hover,
.datepicker[data-bg=gray] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-months .table-condensed thead .prev:hover,
.calendar[data-bg=gray] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-months .table-condensed thead .prev:hover,
.datepicker[data-bg=gray] .datepicker[data-bg=white] .calendar-input .datepicker .datepicker-months .table-condensed thead .prev:hover,
.datepicker[data-bg=white] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-months .table-condensed thead .prev:hover,
.datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-months .table-condensed thead .prev:hover,
.datepicker[data-bg=gray] .calendar-builds .datepicker .datepicker-months .table-condensed thead .next:hover,
.datepicker[data-bg=gray] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-months .table-condensed thead .next:hover,
.calendar[data-bg=white] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-months .table-condensed thead .next:hover,
.datepicker[data-bg=gray] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-months .table-condensed thead .next:hover,
.calendar[data-bg=gray] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-months .table-condensed thead .next:hover,
.datepicker[data-bg=gray] .datepicker[data-bg=white] .calendar-input .datepicker .datepicker-months .table-condensed thead .next:hover,
.datepicker[data-bg=white] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-months .table-condensed thead .next:hover,
.datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-months .table-condensed thead .next:hover,
.datepicker[data-bg=gray] .calendar-builds .datepicker .datepicker-years .table-condensed thead .prev:hover,
.datepicker[data-bg=gray] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-years .table-condensed thead .prev:hover,
.calendar[data-bg=white] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-years .table-condensed thead .prev:hover,
.datepicker[data-bg=gray] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-years .table-condensed thead .prev:hover,
.calendar[data-bg=gray] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-years .table-condensed thead .prev:hover,
.datepicker[data-bg=gray] .datepicker[data-bg=white] .calendar-input .datepicker .datepicker-years .table-condensed thead .prev:hover,
.datepicker[data-bg=white] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-years .table-condensed thead .prev:hover,
.datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-years .table-condensed thead .prev:hover,
.datepicker[data-bg=gray] .calendar-builds .datepicker .datepicker-years .table-condensed thead .next:hover,
.datepicker[data-bg=gray] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-years .table-condensed thead .next:hover,
.calendar[data-bg=white] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-years .table-condensed thead .next:hover,
.datepicker[data-bg=gray] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-years .table-condensed thead .next:hover,
.calendar[data-bg=gray] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-years .table-condensed thead .next:hover,
.datepicker[data-bg=gray] .datepicker[data-bg=white] .calendar-input .datepicker .datepicker-years .table-condensed thead .next:hover,
.datepicker[data-bg=white] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-years .table-condensed thead .next:hover,
.datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-years .table-condensed thead .next:hover,
.datepicker[data-bg=gray] .calendar-builds .datepicker .datepicker-decades .table-condensed thead .prev:hover,
.datepicker[data-bg=gray] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-decades .table-condensed thead .prev:hover,
.calendar[data-bg=white] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-decades .table-condensed thead .prev:hover,
.datepicker[data-bg=gray] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-decades .table-condensed thead .prev:hover,
.calendar[data-bg=gray] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-decades .table-condensed thead .prev:hover,
.datepicker[data-bg=gray] .datepicker[data-bg=white] .calendar-input .datepicker .datepicker-decades .table-condensed thead .prev:hover,
.datepicker[data-bg=white] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-decades .table-condensed thead .prev:hover,
.datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-decades .table-condensed thead .prev:hover,
.datepicker[data-bg=gray] .calendar-builds .datepicker .datepicker-decades .table-condensed thead .next:hover,
.datepicker[data-bg=gray] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-decades .table-condensed thead .next:hover,
.calendar[data-bg=white] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-decades .table-condensed thead .next:hover,
.datepicker[data-bg=gray] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-decades .table-condensed thead .next:hover,
.calendar[data-bg=gray] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-decades .table-condensed thead .next:hover,
.datepicker[data-bg=gray] .datepicker[data-bg=white] .calendar-input .datepicker .datepicker-decades .table-condensed thead .next:hover,
.datepicker[data-bg=white] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-decades .table-condensed thead .next:hover,
.datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-decades .table-condensed thead .next:hover,
.datepicker[data-bg=gray] .calendar-builds .datepicker .datepicker-centuries .table-condensed thead .prev:hover,
.datepicker[data-bg=gray] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-centuries .table-condensed thead .prev:hover,
.calendar[data-bg=white] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-centuries .table-condensed thead .prev:hover,
.datepicker[data-bg=gray] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-centuries .table-condensed thead .prev:hover,
.calendar[data-bg=gray] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-centuries .table-condensed thead .prev:hover,
.datepicker[data-bg=gray] .datepicker[data-bg=white] .calendar-input .datepicker .datepicker-centuries .table-condensed thead .prev:hover,
.datepicker[data-bg=white] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-centuries .table-condensed thead .prev:hover,
.datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-centuries .table-condensed thead .prev:hover,
.datepicker[data-bg=gray] .calendar-builds .datepicker .datepicker-centuries .table-condensed thead .next:hover,
.datepicker[data-bg=gray] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-centuries .table-condensed thead .next:hover,
.calendar[data-bg=white] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-centuries .table-condensed thead .next:hover,
.datepicker[data-bg=gray] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-centuries .table-condensed thead .next:hover,
.calendar[data-bg=gray] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-centuries .table-condensed thead .next:hover,
.datepicker[data-bg=gray] .datepicker[data-bg=white] .calendar-input .datepicker .datepicker-centuries .table-condensed thead .next:hover,
.datepicker[data-bg=white] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-centuries .table-condensed thead .next:hover,
.datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-centuries .table-condensed thead .next:hover {
  background-color: var(--white);
}
.calendar[data-bg=gray] .calendar-builds .datepicker .datepicker-days .table-condensed tbody td .focused, .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-days .table-condensed tbody td .focused,
.calendar[data-bg=gray] .calendar-builds .datepicker .datepicker-months .table-condensed tbody td .focused,
.calendar[data-bg=gray] .calendar-input .datepicker .datepicker-months .table-condensed tbody td .focused,
.calendar[data-bg=gray] .calendar-builds .datepicker .datepicker-years .table-condensed tbody td .focused,
.calendar[data-bg=gray] .calendar-input .datepicker .datepicker-years .table-condensed tbody td .focused,
.calendar[data-bg=gray] .calendar-builds .datepicker .datepicker-decades .table-condensed tbody td .focused,
.calendar[data-bg=gray] .calendar-input .datepicker .datepicker-decades .table-condensed tbody td .focused,
.calendar[data-bg=gray] .calendar-builds .datepicker .datepicker-centuries .table-condensed tbody td .focused,
.calendar[data-bg=gray] .calendar-input .datepicker .datepicker-centuries .table-condensed tbody td .focused,
.datepicker[data-bg=gray] .calendar-builds .datepicker .datepicker-days .table-condensed tbody td .focused,
.datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-days .table-condensed tbody td .focused,
.datepicker[data-bg=gray] .calendar-builds .datepicker .datepicker-months .table-condensed tbody td .focused,
.datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-months .table-condensed tbody td .focused,
.datepicker[data-bg=gray] .calendar-builds .datepicker .datepicker-years .table-condensed tbody td .focused,
.datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-years .table-condensed tbody td .focused,
.datepicker[data-bg=gray] .calendar-builds .datepicker .datepicker-decades .table-condensed tbody td .focused,
.datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-decades .table-condensed tbody td .focused,
.datepicker[data-bg=gray] .calendar-builds .datepicker .datepicker-centuries .table-condensed tbody td .focused,
.datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-centuries .table-condensed tbody td .focused {
  background-color: var(--white);
  color: var(--secondary-darkest-color);
}
.calendar[data-bg=gray] .calendar-builds .datepicker .datepicker-days .table-condensed tbody .active, .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-days .table-condensed tbody .active,
.calendar[data-bg=gray] .calendar-builds .datepicker .datepicker-months .table-condensed tbody .active,
.calendar[data-bg=gray] .calendar-input .datepicker .datepicker-months .table-condensed tbody .active,
.calendar[data-bg=gray] .calendar-builds .datepicker .datepicker-years .table-condensed tbody .active,
.calendar[data-bg=gray] .calendar-input .datepicker .datepicker-years .table-condensed tbody .active,
.calendar[data-bg=gray] .calendar-builds .datepicker .datepicker-decades .table-condensed tbody .active,
.calendar[data-bg=gray] .calendar-input .datepicker .datepicker-decades .table-condensed tbody .active,
.calendar[data-bg=gray] .calendar-builds .datepicker .datepicker-centuries .table-condensed tbody .active,
.calendar[data-bg=gray] .calendar-input .datepicker .datepicker-centuries .table-condensed tbody .active,
.datepicker[data-bg=gray] .calendar-builds .datepicker .datepicker-days .table-condensed tbody .active,
.datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-days .table-condensed tbody .active,
.datepicker[data-bg=gray] .calendar-builds .datepicker .datepicker-months .table-condensed tbody .active,
.datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-months .table-condensed tbody .active,
.datepicker[data-bg=gray] .calendar-builds .datepicker .datepicker-years .table-condensed tbody .active,
.datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-years .table-condensed tbody .active,
.datepicker[data-bg=gray] .calendar-builds .datepicker .datepicker-decades .table-condensed tbody .active,
.datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-decades .table-condensed tbody .active,
.datepicker[data-bg=gray] .calendar-builds .datepicker .datepicker-centuries .table-condensed tbody .active,
.datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-centuries .table-condensed tbody .active {
  background-color: var(--white);
}
.calendar[data-bg=gray] .calendar-builds .datepicker .datepicker-days .table-condensed tbody .day, .calendar[data-bg=gray] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-days .table-condensed tbody .day, .calendar[data-bg=white] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-days .table-condensed tbody .day, .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-days .table-condensed tbody .day,
.calendar[data-bg=gray] .datepicker[data-bg=white] .calendar-input .datepicker .datepicker-days .table-condensed tbody .day,
.datepicker[data-bg=white] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-days .table-condensed tbody .day,
.calendar[data-bg=gray] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-days .table-condensed tbody .day,
.datepicker[data-bg=gray] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-days .table-condensed tbody .day,
.calendar[data-bg=gray] .calendar-builds .datepicker .datepicker-days .table-condensed tbody .month,
.calendar[data-bg=gray] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-days .table-condensed tbody .month,
.calendar[data-bg=white] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-days .table-condensed tbody .month,
.calendar[data-bg=gray] .calendar-input .datepicker .datepicker-days .table-condensed tbody .month,
.calendar[data-bg=gray] .datepicker[data-bg=white] .calendar-input .datepicker .datepicker-days .table-condensed tbody .month,
.datepicker[data-bg=white] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-days .table-condensed tbody .month,
.calendar[data-bg=gray] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-days .table-condensed tbody .month,
.datepicker[data-bg=gray] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-days .table-condensed tbody .month,
.calendar[data-bg=gray] .calendar-builds .datepicker .datepicker-days .table-condensed tbody .year,
.calendar[data-bg=gray] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-days .table-condensed tbody .year,
.calendar[data-bg=white] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-days .table-condensed tbody .year,
.calendar[data-bg=gray] .calendar-input .datepicker .datepicker-days .table-condensed tbody .year,
.calendar[data-bg=gray] .datepicker[data-bg=white] .calendar-input .datepicker .datepicker-days .table-condensed tbody .year,
.datepicker[data-bg=white] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-days .table-condensed tbody .year,
.calendar[data-bg=gray] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-days .table-condensed tbody .year,
.datepicker[data-bg=gray] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-days .table-condensed tbody .year,
.calendar[data-bg=gray] .calendar-builds .datepicker .datepicker-days .table-condensed tbody .decate,
.calendar[data-bg=gray] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-days .table-condensed tbody .decate,
.calendar[data-bg=white] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-days .table-condensed tbody .decate,
.calendar[data-bg=gray] .calendar-input .datepicker .datepicker-days .table-condensed tbody .decate,
.calendar[data-bg=gray] .datepicker[data-bg=white] .calendar-input .datepicker .datepicker-days .table-condensed tbody .decate,
.datepicker[data-bg=white] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-days .table-condensed tbody .decate,
.calendar[data-bg=gray] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-days .table-condensed tbody .decate,
.datepicker[data-bg=gray] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-days .table-condensed tbody .decate,
.calendar[data-bg=gray] .calendar-builds .datepicker .datepicker-days .table-condensed tbody .century,
.calendar[data-bg=gray] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-days .table-condensed tbody .century,
.calendar[data-bg=white] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-days .table-condensed tbody .century,
.calendar[data-bg=gray] .calendar-input .datepicker .datepicker-days .table-condensed tbody .century,
.calendar[data-bg=gray] .datepicker[data-bg=white] .calendar-input .datepicker .datepicker-days .table-condensed tbody .century,
.datepicker[data-bg=white] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-days .table-condensed tbody .century,
.calendar[data-bg=gray] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-days .table-condensed tbody .century,
.datepicker[data-bg=gray] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-days .table-condensed tbody .century,
.calendar[data-bg=gray] .calendar-builds .datepicker .datepicker-months .table-condensed tbody .day,
.calendar[data-bg=gray] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-months .table-condensed tbody .day,
.calendar[data-bg=white] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-months .table-condensed tbody .day,
.calendar[data-bg=gray] .calendar-input .datepicker .datepicker-months .table-condensed tbody .day,
.calendar[data-bg=gray] .datepicker[data-bg=white] .calendar-input .datepicker .datepicker-months .table-condensed tbody .day,
.datepicker[data-bg=white] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-months .table-condensed tbody .day,
.calendar[data-bg=gray] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-months .table-condensed tbody .day,
.datepicker[data-bg=gray] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-months .table-condensed tbody .day,
.calendar[data-bg=gray] .calendar-builds .datepicker .datepicker-months .table-condensed tbody .month,
.calendar[data-bg=gray] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-months .table-condensed tbody .month,
.calendar[data-bg=white] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-months .table-condensed tbody .month,
.calendar[data-bg=gray] .calendar-input .datepicker .datepicker-months .table-condensed tbody .month,
.calendar[data-bg=gray] .datepicker[data-bg=white] .calendar-input .datepicker .datepicker-months .table-condensed tbody .month,
.datepicker[data-bg=white] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-months .table-condensed tbody .month,
.calendar[data-bg=gray] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-months .table-condensed tbody .month,
.datepicker[data-bg=gray] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-months .table-condensed tbody .month,
.calendar[data-bg=gray] .calendar-builds .datepicker .datepicker-months .table-condensed tbody .year,
.calendar[data-bg=gray] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-months .table-condensed tbody .year,
.calendar[data-bg=white] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-months .table-condensed tbody .year,
.calendar[data-bg=gray] .calendar-input .datepicker .datepicker-months .table-condensed tbody .year,
.calendar[data-bg=gray] .datepicker[data-bg=white] .calendar-input .datepicker .datepicker-months .table-condensed tbody .year,
.datepicker[data-bg=white] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-months .table-condensed tbody .year,
.calendar[data-bg=gray] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-months .table-condensed tbody .year,
.datepicker[data-bg=gray] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-months .table-condensed tbody .year,
.calendar[data-bg=gray] .calendar-builds .datepicker .datepicker-months .table-condensed tbody .decate,
.calendar[data-bg=gray] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-months .table-condensed tbody .decate,
.calendar[data-bg=white] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-months .table-condensed tbody .decate,
.calendar[data-bg=gray] .calendar-input .datepicker .datepicker-months .table-condensed tbody .decate,
.calendar[data-bg=gray] .datepicker[data-bg=white] .calendar-input .datepicker .datepicker-months .table-condensed tbody .decate,
.datepicker[data-bg=white] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-months .table-condensed tbody .decate,
.calendar[data-bg=gray] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-months .table-condensed tbody .decate,
.datepicker[data-bg=gray] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-months .table-condensed tbody .decate,
.calendar[data-bg=gray] .calendar-builds .datepicker .datepicker-months .table-condensed tbody .century,
.calendar[data-bg=gray] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-months .table-condensed tbody .century,
.calendar[data-bg=white] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-months .table-condensed tbody .century,
.calendar[data-bg=gray] .calendar-input .datepicker .datepicker-months .table-condensed tbody .century,
.calendar[data-bg=gray] .datepicker[data-bg=white] .calendar-input .datepicker .datepicker-months .table-condensed tbody .century,
.datepicker[data-bg=white] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-months .table-condensed tbody .century,
.calendar[data-bg=gray] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-months .table-condensed tbody .century,
.datepicker[data-bg=gray] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-months .table-condensed tbody .century,
.calendar[data-bg=gray] .calendar-builds .datepicker .datepicker-years .table-condensed tbody .day,
.calendar[data-bg=gray] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-years .table-condensed tbody .day,
.calendar[data-bg=white] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-years .table-condensed tbody .day,
.calendar[data-bg=gray] .calendar-input .datepicker .datepicker-years .table-condensed tbody .day,
.calendar[data-bg=gray] .datepicker[data-bg=white] .calendar-input .datepicker .datepicker-years .table-condensed tbody .day,
.datepicker[data-bg=white] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-years .table-condensed tbody .day,
.calendar[data-bg=gray] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-years .table-condensed tbody .day,
.datepicker[data-bg=gray] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-years .table-condensed tbody .day,
.calendar[data-bg=gray] .calendar-builds .datepicker .datepicker-years .table-condensed tbody .month,
.calendar[data-bg=gray] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-years .table-condensed tbody .month,
.calendar[data-bg=white] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-years .table-condensed tbody .month,
.calendar[data-bg=gray] .calendar-input .datepicker .datepicker-years .table-condensed tbody .month,
.calendar[data-bg=gray] .datepicker[data-bg=white] .calendar-input .datepicker .datepicker-years .table-condensed tbody .month,
.datepicker[data-bg=white] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-years .table-condensed tbody .month,
.calendar[data-bg=gray] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-years .table-condensed tbody .month,
.datepicker[data-bg=gray] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-years .table-condensed tbody .month,
.calendar[data-bg=gray] .calendar-builds .datepicker .datepicker-years .table-condensed tbody .year,
.calendar[data-bg=gray] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-years .table-condensed tbody .year,
.calendar[data-bg=white] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-years .table-condensed tbody .year,
.calendar[data-bg=gray] .calendar-input .datepicker .datepicker-years .table-condensed tbody .year,
.calendar[data-bg=gray] .datepicker[data-bg=white] .calendar-input .datepicker .datepicker-years .table-condensed tbody .year,
.datepicker[data-bg=white] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-years .table-condensed tbody .year,
.calendar[data-bg=gray] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-years .table-condensed tbody .year,
.datepicker[data-bg=gray] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-years .table-condensed tbody .year,
.calendar[data-bg=gray] .calendar-builds .datepicker .datepicker-years .table-condensed tbody .decate,
.calendar[data-bg=gray] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-years .table-condensed tbody .decate,
.calendar[data-bg=white] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-years .table-condensed tbody .decate,
.calendar[data-bg=gray] .calendar-input .datepicker .datepicker-years .table-condensed tbody .decate,
.calendar[data-bg=gray] .datepicker[data-bg=white] .calendar-input .datepicker .datepicker-years .table-condensed tbody .decate,
.datepicker[data-bg=white] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-years .table-condensed tbody .decate,
.calendar[data-bg=gray] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-years .table-condensed tbody .decate,
.datepicker[data-bg=gray] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-years .table-condensed tbody .decate,
.calendar[data-bg=gray] .calendar-builds .datepicker .datepicker-years .table-condensed tbody .century,
.calendar[data-bg=gray] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-years .table-condensed tbody .century,
.calendar[data-bg=white] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-years .table-condensed tbody .century,
.calendar[data-bg=gray] .calendar-input .datepicker .datepicker-years .table-condensed tbody .century,
.calendar[data-bg=gray] .datepicker[data-bg=white] .calendar-input .datepicker .datepicker-years .table-condensed tbody .century,
.datepicker[data-bg=white] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-years .table-condensed tbody .century,
.calendar[data-bg=gray] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-years .table-condensed tbody .century,
.datepicker[data-bg=gray] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-years .table-condensed tbody .century,
.calendar[data-bg=gray] .calendar-builds .datepicker .datepicker-decades .table-condensed tbody .day,
.calendar[data-bg=gray] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-decades .table-condensed tbody .day,
.calendar[data-bg=white] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-decades .table-condensed tbody .day,
.calendar[data-bg=gray] .calendar-input .datepicker .datepicker-decades .table-condensed tbody .day,
.calendar[data-bg=gray] .datepicker[data-bg=white] .calendar-input .datepicker .datepicker-decades .table-condensed tbody .day,
.datepicker[data-bg=white] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-decades .table-condensed tbody .day,
.calendar[data-bg=gray] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-decades .table-condensed tbody .day,
.datepicker[data-bg=gray] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-decades .table-condensed tbody .day,
.calendar[data-bg=gray] .calendar-builds .datepicker .datepicker-decades .table-condensed tbody .month,
.calendar[data-bg=gray] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-decades .table-condensed tbody .month,
.calendar[data-bg=white] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-decades .table-condensed tbody .month,
.calendar[data-bg=gray] .calendar-input .datepicker .datepicker-decades .table-condensed tbody .month,
.calendar[data-bg=gray] .datepicker[data-bg=white] .calendar-input .datepicker .datepicker-decades .table-condensed tbody .month,
.datepicker[data-bg=white] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-decades .table-condensed tbody .month,
.calendar[data-bg=gray] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-decades .table-condensed tbody .month,
.datepicker[data-bg=gray] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-decades .table-condensed tbody .month,
.calendar[data-bg=gray] .calendar-builds .datepicker .datepicker-decades .table-condensed tbody .year,
.calendar[data-bg=gray] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-decades .table-condensed tbody .year,
.calendar[data-bg=white] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-decades .table-condensed tbody .year,
.calendar[data-bg=gray] .calendar-input .datepicker .datepicker-decades .table-condensed tbody .year,
.calendar[data-bg=gray] .datepicker[data-bg=white] .calendar-input .datepicker .datepicker-decades .table-condensed tbody .year,
.datepicker[data-bg=white] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-decades .table-condensed tbody .year,
.calendar[data-bg=gray] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-decades .table-condensed tbody .year,
.datepicker[data-bg=gray] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-decades .table-condensed tbody .year,
.calendar[data-bg=gray] .calendar-builds .datepicker .datepicker-decades .table-condensed tbody .decate,
.calendar[data-bg=gray] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-decades .table-condensed tbody .decate,
.calendar[data-bg=white] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-decades .table-condensed tbody .decate,
.calendar[data-bg=gray] .calendar-input .datepicker .datepicker-decades .table-condensed tbody .decate,
.calendar[data-bg=gray] .datepicker[data-bg=white] .calendar-input .datepicker .datepicker-decades .table-condensed tbody .decate,
.datepicker[data-bg=white] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-decades .table-condensed tbody .decate,
.calendar[data-bg=gray] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-decades .table-condensed tbody .decate,
.datepicker[data-bg=gray] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-decades .table-condensed tbody .decate,
.calendar[data-bg=gray] .calendar-builds .datepicker .datepicker-decades .table-condensed tbody .century,
.calendar[data-bg=gray] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-decades .table-condensed tbody .century,
.calendar[data-bg=white] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-decades .table-condensed tbody .century,
.calendar[data-bg=gray] .calendar-input .datepicker .datepicker-decades .table-condensed tbody .century,
.calendar[data-bg=gray] .datepicker[data-bg=white] .calendar-input .datepicker .datepicker-decades .table-condensed tbody .century,
.datepicker[data-bg=white] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-decades .table-condensed tbody .century,
.calendar[data-bg=gray] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-decades .table-condensed tbody .century,
.datepicker[data-bg=gray] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-decades .table-condensed tbody .century,
.calendar[data-bg=gray] .calendar-builds .datepicker .datepicker-centuries .table-condensed tbody .day,
.calendar[data-bg=gray] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-centuries .table-condensed tbody .day,
.calendar[data-bg=white] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-centuries .table-condensed tbody .day,
.calendar[data-bg=gray] .calendar-input .datepicker .datepicker-centuries .table-condensed tbody .day,
.calendar[data-bg=gray] .datepicker[data-bg=white] .calendar-input .datepicker .datepicker-centuries .table-condensed tbody .day,
.datepicker[data-bg=white] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-centuries .table-condensed tbody .day,
.calendar[data-bg=gray] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-centuries .table-condensed tbody .day,
.datepicker[data-bg=gray] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-centuries .table-condensed tbody .day,
.calendar[data-bg=gray] .calendar-builds .datepicker .datepicker-centuries .table-condensed tbody .month,
.calendar[data-bg=gray] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-centuries .table-condensed tbody .month,
.calendar[data-bg=white] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-centuries .table-condensed tbody .month,
.calendar[data-bg=gray] .calendar-input .datepicker .datepicker-centuries .table-condensed tbody .month,
.calendar[data-bg=gray] .datepicker[data-bg=white] .calendar-input .datepicker .datepicker-centuries .table-condensed tbody .month,
.datepicker[data-bg=white] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-centuries .table-condensed tbody .month,
.calendar[data-bg=gray] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-centuries .table-condensed tbody .month,
.datepicker[data-bg=gray] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-centuries .table-condensed tbody .month,
.calendar[data-bg=gray] .calendar-builds .datepicker .datepicker-centuries .table-condensed tbody .year,
.calendar[data-bg=gray] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-centuries .table-condensed tbody .year,
.calendar[data-bg=white] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-centuries .table-condensed tbody .year,
.calendar[data-bg=gray] .calendar-input .datepicker .datepicker-centuries .table-condensed tbody .year,
.calendar[data-bg=gray] .datepicker[data-bg=white] .calendar-input .datepicker .datepicker-centuries .table-condensed tbody .year,
.datepicker[data-bg=white] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-centuries .table-condensed tbody .year,
.calendar[data-bg=gray] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-centuries .table-condensed tbody .year,
.datepicker[data-bg=gray] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-centuries .table-condensed tbody .year,
.calendar[data-bg=gray] .calendar-builds .datepicker .datepicker-centuries .table-condensed tbody .decate,
.calendar[data-bg=gray] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-centuries .table-condensed tbody .decate,
.calendar[data-bg=white] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-centuries .table-condensed tbody .decate,
.calendar[data-bg=gray] .calendar-input .datepicker .datepicker-centuries .table-condensed tbody .decate,
.calendar[data-bg=gray] .datepicker[data-bg=white] .calendar-input .datepicker .datepicker-centuries .table-condensed tbody .decate,
.datepicker[data-bg=white] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-centuries .table-condensed tbody .decate,
.calendar[data-bg=gray] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-centuries .table-condensed tbody .decate,
.datepicker[data-bg=gray] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-centuries .table-condensed tbody .decate,
.calendar[data-bg=gray] .calendar-builds .datepicker .datepicker-centuries .table-condensed tbody .century,
.calendar[data-bg=gray] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-centuries .table-condensed tbody .century,
.calendar[data-bg=white] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-centuries .table-condensed tbody .century,
.calendar[data-bg=gray] .calendar-input .datepicker .datepicker-centuries .table-condensed tbody .century,
.calendar[data-bg=gray] .datepicker[data-bg=white] .calendar-input .datepicker .datepicker-centuries .table-condensed tbody .century,
.datepicker[data-bg=white] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-centuries .table-condensed tbody .century,
.calendar[data-bg=gray] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-centuries .table-condensed tbody .century,
.datepicker[data-bg=gray] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-centuries .table-condensed tbody .century,
.datepicker[data-bg=gray] .calendar-builds .datepicker .datepicker-days .table-condensed tbody .day,
.datepicker[data-bg=gray] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-days .table-condensed tbody .day,
.calendar[data-bg=white] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-days .table-condensed tbody .day,
.datepicker[data-bg=gray] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-days .table-condensed tbody .day,
.calendar[data-bg=gray] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-days .table-condensed tbody .day,
.datepicker[data-bg=gray] .datepicker[data-bg=white] .calendar-input .datepicker .datepicker-days .table-condensed tbody .day,
.datepicker[data-bg=white] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-days .table-condensed tbody .day,
.datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-days .table-condensed tbody .day,
.datepicker[data-bg=gray] .calendar-builds .datepicker .datepicker-days .table-condensed tbody .month,
.datepicker[data-bg=gray] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-days .table-condensed tbody .month,
.calendar[data-bg=white] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-days .table-condensed tbody .month,
.datepicker[data-bg=gray] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-days .table-condensed tbody .month,
.calendar[data-bg=gray] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-days .table-condensed tbody .month,
.datepicker[data-bg=gray] .datepicker[data-bg=white] .calendar-input .datepicker .datepicker-days .table-condensed tbody .month,
.datepicker[data-bg=white] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-days .table-condensed tbody .month,
.datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-days .table-condensed tbody .month,
.datepicker[data-bg=gray] .calendar-builds .datepicker .datepicker-days .table-condensed tbody .year,
.datepicker[data-bg=gray] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-days .table-condensed tbody .year,
.calendar[data-bg=white] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-days .table-condensed tbody .year,
.datepicker[data-bg=gray] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-days .table-condensed tbody .year,
.calendar[data-bg=gray] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-days .table-condensed tbody .year,
.datepicker[data-bg=gray] .datepicker[data-bg=white] .calendar-input .datepicker .datepicker-days .table-condensed tbody .year,
.datepicker[data-bg=white] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-days .table-condensed tbody .year,
.datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-days .table-condensed tbody .year,
.datepicker[data-bg=gray] .calendar-builds .datepicker .datepicker-days .table-condensed tbody .decate,
.datepicker[data-bg=gray] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-days .table-condensed tbody .decate,
.calendar[data-bg=white] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-days .table-condensed tbody .decate,
.datepicker[data-bg=gray] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-days .table-condensed tbody .decate,
.calendar[data-bg=gray] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-days .table-condensed tbody .decate,
.datepicker[data-bg=gray] .datepicker[data-bg=white] .calendar-input .datepicker .datepicker-days .table-condensed tbody .decate,
.datepicker[data-bg=white] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-days .table-condensed tbody .decate,
.datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-days .table-condensed tbody .decate,
.datepicker[data-bg=gray] .calendar-builds .datepicker .datepicker-days .table-condensed tbody .century,
.datepicker[data-bg=gray] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-days .table-condensed tbody .century,
.calendar[data-bg=white] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-days .table-condensed tbody .century,
.datepicker[data-bg=gray] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-days .table-condensed tbody .century,
.calendar[data-bg=gray] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-days .table-condensed tbody .century,
.datepicker[data-bg=gray] .datepicker[data-bg=white] .calendar-input .datepicker .datepicker-days .table-condensed tbody .century,
.datepicker[data-bg=white] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-days .table-condensed tbody .century,
.datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-days .table-condensed tbody .century,
.datepicker[data-bg=gray] .calendar-builds .datepicker .datepicker-months .table-condensed tbody .day,
.datepicker[data-bg=gray] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-months .table-condensed tbody .day,
.calendar[data-bg=white] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-months .table-condensed tbody .day,
.datepicker[data-bg=gray] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-months .table-condensed tbody .day,
.calendar[data-bg=gray] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-months .table-condensed tbody .day,
.datepicker[data-bg=gray] .datepicker[data-bg=white] .calendar-input .datepicker .datepicker-months .table-condensed tbody .day,
.datepicker[data-bg=white] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-months .table-condensed tbody .day,
.datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-months .table-condensed tbody .day,
.datepicker[data-bg=gray] .calendar-builds .datepicker .datepicker-months .table-condensed tbody .month,
.datepicker[data-bg=gray] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-months .table-condensed tbody .month,
.calendar[data-bg=white] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-months .table-condensed tbody .month,
.datepicker[data-bg=gray] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-months .table-condensed tbody .month,
.calendar[data-bg=gray] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-months .table-condensed tbody .month,
.datepicker[data-bg=gray] .datepicker[data-bg=white] .calendar-input .datepicker .datepicker-months .table-condensed tbody .month,
.datepicker[data-bg=white] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-months .table-condensed tbody .month,
.datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-months .table-condensed tbody .month,
.datepicker[data-bg=gray] .calendar-builds .datepicker .datepicker-months .table-condensed tbody .year,
.datepicker[data-bg=gray] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-months .table-condensed tbody .year,
.calendar[data-bg=white] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-months .table-condensed tbody .year,
.datepicker[data-bg=gray] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-months .table-condensed tbody .year,
.calendar[data-bg=gray] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-months .table-condensed tbody .year,
.datepicker[data-bg=gray] .datepicker[data-bg=white] .calendar-input .datepicker .datepicker-months .table-condensed tbody .year,
.datepicker[data-bg=white] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-months .table-condensed tbody .year,
.datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-months .table-condensed tbody .year,
.datepicker[data-bg=gray] .calendar-builds .datepicker .datepicker-months .table-condensed tbody .decate,
.datepicker[data-bg=gray] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-months .table-condensed tbody .decate,
.calendar[data-bg=white] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-months .table-condensed tbody .decate,
.datepicker[data-bg=gray] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-months .table-condensed tbody .decate,
.calendar[data-bg=gray] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-months .table-condensed tbody .decate,
.datepicker[data-bg=gray] .datepicker[data-bg=white] .calendar-input .datepicker .datepicker-months .table-condensed tbody .decate,
.datepicker[data-bg=white] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-months .table-condensed tbody .decate,
.datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-months .table-condensed tbody .decate,
.datepicker[data-bg=gray] .calendar-builds .datepicker .datepicker-months .table-condensed tbody .century,
.datepicker[data-bg=gray] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-months .table-condensed tbody .century,
.calendar[data-bg=white] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-months .table-condensed tbody .century,
.datepicker[data-bg=gray] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-months .table-condensed tbody .century,
.calendar[data-bg=gray] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-months .table-condensed tbody .century,
.datepicker[data-bg=gray] .datepicker[data-bg=white] .calendar-input .datepicker .datepicker-months .table-condensed tbody .century,
.datepicker[data-bg=white] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-months .table-condensed tbody .century,
.datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-months .table-condensed tbody .century,
.datepicker[data-bg=gray] .calendar-builds .datepicker .datepicker-years .table-condensed tbody .day,
.datepicker[data-bg=gray] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-years .table-condensed tbody .day,
.calendar[data-bg=white] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-years .table-condensed tbody .day,
.datepicker[data-bg=gray] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-years .table-condensed tbody .day,
.calendar[data-bg=gray] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-years .table-condensed tbody .day,
.datepicker[data-bg=gray] .datepicker[data-bg=white] .calendar-input .datepicker .datepicker-years .table-condensed tbody .day,
.datepicker[data-bg=white] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-years .table-condensed tbody .day,
.datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-years .table-condensed tbody .day,
.datepicker[data-bg=gray] .calendar-builds .datepicker .datepicker-years .table-condensed tbody .month,
.datepicker[data-bg=gray] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-years .table-condensed tbody .month,
.calendar[data-bg=white] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-years .table-condensed tbody .month,
.datepicker[data-bg=gray] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-years .table-condensed tbody .month,
.calendar[data-bg=gray] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-years .table-condensed tbody .month,
.datepicker[data-bg=gray] .datepicker[data-bg=white] .calendar-input .datepicker .datepicker-years .table-condensed tbody .month,
.datepicker[data-bg=white] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-years .table-condensed tbody .month,
.datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-years .table-condensed tbody .month,
.datepicker[data-bg=gray] .calendar-builds .datepicker .datepicker-years .table-condensed tbody .year,
.datepicker[data-bg=gray] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-years .table-condensed tbody .year,
.calendar[data-bg=white] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-years .table-condensed tbody .year,
.datepicker[data-bg=gray] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-years .table-condensed tbody .year,
.calendar[data-bg=gray] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-years .table-condensed tbody .year,
.datepicker[data-bg=gray] .datepicker[data-bg=white] .calendar-input .datepicker .datepicker-years .table-condensed tbody .year,
.datepicker[data-bg=white] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-years .table-condensed tbody .year,
.datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-years .table-condensed tbody .year,
.datepicker[data-bg=gray] .calendar-builds .datepicker .datepicker-years .table-condensed tbody .decate,
.datepicker[data-bg=gray] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-years .table-condensed tbody .decate,
.calendar[data-bg=white] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-years .table-condensed tbody .decate,
.datepicker[data-bg=gray] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-years .table-condensed tbody .decate,
.calendar[data-bg=gray] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-years .table-condensed tbody .decate,
.datepicker[data-bg=gray] .datepicker[data-bg=white] .calendar-input .datepicker .datepicker-years .table-condensed tbody .decate,
.datepicker[data-bg=white] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-years .table-condensed tbody .decate,
.datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-years .table-condensed tbody .decate,
.datepicker[data-bg=gray] .calendar-builds .datepicker .datepicker-years .table-condensed tbody .century,
.datepicker[data-bg=gray] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-years .table-condensed tbody .century,
.calendar[data-bg=white] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-years .table-condensed tbody .century,
.datepicker[data-bg=gray] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-years .table-condensed tbody .century,
.calendar[data-bg=gray] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-years .table-condensed tbody .century,
.datepicker[data-bg=gray] .datepicker[data-bg=white] .calendar-input .datepicker .datepicker-years .table-condensed tbody .century,
.datepicker[data-bg=white] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-years .table-condensed tbody .century,
.datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-years .table-condensed tbody .century,
.datepicker[data-bg=gray] .calendar-builds .datepicker .datepicker-decades .table-condensed tbody .day,
.datepicker[data-bg=gray] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-decades .table-condensed tbody .day,
.calendar[data-bg=white] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-decades .table-condensed tbody .day,
.datepicker[data-bg=gray] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-decades .table-condensed tbody .day,
.calendar[data-bg=gray] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-decades .table-condensed tbody .day,
.datepicker[data-bg=gray] .datepicker[data-bg=white] .calendar-input .datepicker .datepicker-decades .table-condensed tbody .day,
.datepicker[data-bg=white] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-decades .table-condensed tbody .day,
.datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-decades .table-condensed tbody .day,
.datepicker[data-bg=gray] .calendar-builds .datepicker .datepicker-decades .table-condensed tbody .month,
.datepicker[data-bg=gray] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-decades .table-condensed tbody .month,
.calendar[data-bg=white] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-decades .table-condensed tbody .month,
.datepicker[data-bg=gray] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-decades .table-condensed tbody .month,
.calendar[data-bg=gray] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-decades .table-condensed tbody .month,
.datepicker[data-bg=gray] .datepicker[data-bg=white] .calendar-input .datepicker .datepicker-decades .table-condensed tbody .month,
.datepicker[data-bg=white] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-decades .table-condensed tbody .month,
.datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-decades .table-condensed tbody .month,
.datepicker[data-bg=gray] .calendar-builds .datepicker .datepicker-decades .table-condensed tbody .year,
.datepicker[data-bg=gray] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-decades .table-condensed tbody .year,
.calendar[data-bg=white] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-decades .table-condensed tbody .year,
.datepicker[data-bg=gray] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-decades .table-condensed tbody .year,
.calendar[data-bg=gray] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-decades .table-condensed tbody .year,
.datepicker[data-bg=gray] .datepicker[data-bg=white] .calendar-input .datepicker .datepicker-decades .table-condensed tbody .year,
.datepicker[data-bg=white] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-decades .table-condensed tbody .year,
.datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-decades .table-condensed tbody .year,
.datepicker[data-bg=gray] .calendar-builds .datepicker .datepicker-decades .table-condensed tbody .decate,
.datepicker[data-bg=gray] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-decades .table-condensed tbody .decate,
.calendar[data-bg=white] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-decades .table-condensed tbody .decate,
.datepicker[data-bg=gray] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-decades .table-condensed tbody .decate,
.calendar[data-bg=gray] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-decades .table-condensed tbody .decate,
.datepicker[data-bg=gray] .datepicker[data-bg=white] .calendar-input .datepicker .datepicker-decades .table-condensed tbody .decate,
.datepicker[data-bg=white] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-decades .table-condensed tbody .decate,
.datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-decades .table-condensed tbody .decate,
.datepicker[data-bg=gray] .calendar-builds .datepicker .datepicker-decades .table-condensed tbody .century,
.datepicker[data-bg=gray] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-decades .table-condensed tbody .century,
.calendar[data-bg=white] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-decades .table-condensed tbody .century,
.datepicker[data-bg=gray] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-decades .table-condensed tbody .century,
.calendar[data-bg=gray] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-decades .table-condensed tbody .century,
.datepicker[data-bg=gray] .datepicker[data-bg=white] .calendar-input .datepicker .datepicker-decades .table-condensed tbody .century,
.datepicker[data-bg=white] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-decades .table-condensed tbody .century,
.datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-decades .table-condensed tbody .century,
.datepicker[data-bg=gray] .calendar-builds .datepicker .datepicker-centuries .table-condensed tbody .day,
.datepicker[data-bg=gray] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-centuries .table-condensed tbody .day,
.calendar[data-bg=white] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-centuries .table-condensed tbody .day,
.datepicker[data-bg=gray] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-centuries .table-condensed tbody .day,
.calendar[data-bg=gray] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-centuries .table-condensed tbody .day,
.datepicker[data-bg=gray] .datepicker[data-bg=white] .calendar-input .datepicker .datepicker-centuries .table-condensed tbody .day,
.datepicker[data-bg=white] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-centuries .table-condensed tbody .day,
.datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-centuries .table-condensed tbody .day,
.datepicker[data-bg=gray] .calendar-builds .datepicker .datepicker-centuries .table-condensed tbody .month,
.datepicker[data-bg=gray] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-centuries .table-condensed tbody .month,
.calendar[data-bg=white] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-centuries .table-condensed tbody .month,
.datepicker[data-bg=gray] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-centuries .table-condensed tbody .month,
.calendar[data-bg=gray] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-centuries .table-condensed tbody .month,
.datepicker[data-bg=gray] .datepicker[data-bg=white] .calendar-input .datepicker .datepicker-centuries .table-condensed tbody .month,
.datepicker[data-bg=white] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-centuries .table-condensed tbody .month,
.datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-centuries .table-condensed tbody .month,
.datepicker[data-bg=gray] .calendar-builds .datepicker .datepicker-centuries .table-condensed tbody .year,
.datepicker[data-bg=gray] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-centuries .table-condensed tbody .year,
.calendar[data-bg=white] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-centuries .table-condensed tbody .year,
.datepicker[data-bg=gray] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-centuries .table-condensed tbody .year,
.calendar[data-bg=gray] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-centuries .table-condensed tbody .year,
.datepicker[data-bg=gray] .datepicker[data-bg=white] .calendar-input .datepicker .datepicker-centuries .table-condensed tbody .year,
.datepicker[data-bg=white] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-centuries .table-condensed tbody .year,
.datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-centuries .table-condensed tbody .year,
.datepicker[data-bg=gray] .calendar-builds .datepicker .datepicker-centuries .table-condensed tbody .decate,
.datepicker[data-bg=gray] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-centuries .table-condensed tbody .decate,
.calendar[data-bg=white] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-centuries .table-condensed tbody .decate,
.datepicker[data-bg=gray] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-centuries .table-condensed tbody .decate,
.calendar[data-bg=gray] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-centuries .table-condensed tbody .decate,
.datepicker[data-bg=gray] .datepicker[data-bg=white] .calendar-input .datepicker .datepicker-centuries .table-condensed tbody .decate,
.datepicker[data-bg=white] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-centuries .table-condensed tbody .decate,
.datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-centuries .table-condensed tbody .decate,
.datepicker[data-bg=gray] .calendar-builds .datepicker .datepicker-centuries .table-condensed tbody .century,
.datepicker[data-bg=gray] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-centuries .table-condensed tbody .century,
.calendar[data-bg=white] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-centuries .table-condensed tbody .century,
.datepicker[data-bg=gray] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-centuries .table-condensed tbody .century,
.calendar[data-bg=gray] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-centuries .table-condensed tbody .century,
.datepicker[data-bg=gray] .datepicker[data-bg=white] .calendar-input .datepicker .datepicker-centuries .table-condensed tbody .century,
.datepicker[data-bg=white] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-centuries .table-condensed tbody .century,
.datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-centuries .table-condensed tbody .century {
  color: var(--secondary-darkest-color);
}
.calendar[data-bg=gray] .calendar-builds .datepicker .datepicker-days .table-condensed tbody .day:hover, .calendar[data-bg=gray] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-days .table-condensed tbody .day:hover, .calendar[data-bg=white] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-days .table-condensed tbody .day:hover, .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-days .table-condensed tbody .day:hover,
.calendar[data-bg=gray] .datepicker[data-bg=white] .calendar-input .datepicker .datepicker-days .table-condensed tbody .day:hover,
.datepicker[data-bg=white] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-days .table-condensed tbody .day:hover,
.calendar[data-bg=gray] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-days .table-condensed tbody .day:hover,
.datepicker[data-bg=gray] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-days .table-condensed tbody .day:hover,
.calendar[data-bg=gray] .calendar-builds .datepicker .datepicker-days .table-condensed tbody .month:hover,
.calendar[data-bg=gray] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-days .table-condensed tbody .month:hover,
.calendar[data-bg=white] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-days .table-condensed tbody .month:hover,
.calendar[data-bg=gray] .calendar-input .datepicker .datepicker-days .table-condensed tbody .month:hover,
.calendar[data-bg=gray] .datepicker[data-bg=white] .calendar-input .datepicker .datepicker-days .table-condensed tbody .month:hover,
.datepicker[data-bg=white] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-days .table-condensed tbody .month:hover,
.calendar[data-bg=gray] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-days .table-condensed tbody .month:hover,
.datepicker[data-bg=gray] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-days .table-condensed tbody .month:hover,
.calendar[data-bg=gray] .calendar-builds .datepicker .datepicker-days .table-condensed tbody .year:hover,
.calendar[data-bg=gray] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-days .table-condensed tbody .year:hover,
.calendar[data-bg=white] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-days .table-condensed tbody .year:hover,
.calendar[data-bg=gray] .calendar-input .datepicker .datepicker-days .table-condensed tbody .year:hover,
.calendar[data-bg=gray] .datepicker[data-bg=white] .calendar-input .datepicker .datepicker-days .table-condensed tbody .year:hover,
.datepicker[data-bg=white] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-days .table-condensed tbody .year:hover,
.calendar[data-bg=gray] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-days .table-condensed tbody .year:hover,
.datepicker[data-bg=gray] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-days .table-condensed tbody .year:hover,
.calendar[data-bg=gray] .calendar-builds .datepicker .datepicker-days .table-condensed tbody .decate:hover,
.calendar[data-bg=gray] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-days .table-condensed tbody .decate:hover,
.calendar[data-bg=white] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-days .table-condensed tbody .decate:hover,
.calendar[data-bg=gray] .calendar-input .datepicker .datepicker-days .table-condensed tbody .decate:hover,
.calendar[data-bg=gray] .datepicker[data-bg=white] .calendar-input .datepicker .datepicker-days .table-condensed tbody .decate:hover,
.datepicker[data-bg=white] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-days .table-condensed tbody .decate:hover,
.calendar[data-bg=gray] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-days .table-condensed tbody .decate:hover,
.datepicker[data-bg=gray] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-days .table-condensed tbody .decate:hover,
.calendar[data-bg=gray] .calendar-builds .datepicker .datepicker-days .table-condensed tbody .century:hover,
.calendar[data-bg=gray] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-days .table-condensed tbody .century:hover,
.calendar[data-bg=white] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-days .table-condensed tbody .century:hover,
.calendar[data-bg=gray] .calendar-input .datepicker .datepicker-days .table-condensed tbody .century:hover,
.calendar[data-bg=gray] .datepicker[data-bg=white] .calendar-input .datepicker .datepicker-days .table-condensed tbody .century:hover,
.datepicker[data-bg=white] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-days .table-condensed tbody .century:hover,
.calendar[data-bg=gray] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-days .table-condensed tbody .century:hover,
.datepicker[data-bg=gray] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-days .table-condensed tbody .century:hover,
.calendar[data-bg=gray] .calendar-builds .datepicker .datepicker-months .table-condensed tbody .day:hover,
.calendar[data-bg=gray] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-months .table-condensed tbody .day:hover,
.calendar[data-bg=white] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-months .table-condensed tbody .day:hover,
.calendar[data-bg=gray] .calendar-input .datepicker .datepicker-months .table-condensed tbody .day:hover,
.calendar[data-bg=gray] .datepicker[data-bg=white] .calendar-input .datepicker .datepicker-months .table-condensed tbody .day:hover,
.datepicker[data-bg=white] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-months .table-condensed tbody .day:hover,
.calendar[data-bg=gray] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-months .table-condensed tbody .day:hover,
.datepicker[data-bg=gray] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-months .table-condensed tbody .day:hover,
.calendar[data-bg=gray] .calendar-builds .datepicker .datepicker-months .table-condensed tbody .month:hover,
.calendar[data-bg=gray] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-months .table-condensed tbody .month:hover,
.calendar[data-bg=white] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-months .table-condensed tbody .month:hover,
.calendar[data-bg=gray] .calendar-input .datepicker .datepicker-months .table-condensed tbody .month:hover,
.calendar[data-bg=gray] .datepicker[data-bg=white] .calendar-input .datepicker .datepicker-months .table-condensed tbody .month:hover,
.datepicker[data-bg=white] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-months .table-condensed tbody .month:hover,
.calendar[data-bg=gray] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-months .table-condensed tbody .month:hover,
.datepicker[data-bg=gray] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-months .table-condensed tbody .month:hover,
.calendar[data-bg=gray] .calendar-builds .datepicker .datepicker-months .table-condensed tbody .year:hover,
.calendar[data-bg=gray] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-months .table-condensed tbody .year:hover,
.calendar[data-bg=white] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-months .table-condensed tbody .year:hover,
.calendar[data-bg=gray] .calendar-input .datepicker .datepicker-months .table-condensed tbody .year:hover,
.calendar[data-bg=gray] .datepicker[data-bg=white] .calendar-input .datepicker .datepicker-months .table-condensed tbody .year:hover,
.datepicker[data-bg=white] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-months .table-condensed tbody .year:hover,
.calendar[data-bg=gray] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-months .table-condensed tbody .year:hover,
.datepicker[data-bg=gray] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-months .table-condensed tbody .year:hover,
.calendar[data-bg=gray] .calendar-builds .datepicker .datepicker-months .table-condensed tbody .decate:hover,
.calendar[data-bg=gray] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-months .table-condensed tbody .decate:hover,
.calendar[data-bg=white] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-months .table-condensed tbody .decate:hover,
.calendar[data-bg=gray] .calendar-input .datepicker .datepicker-months .table-condensed tbody .decate:hover,
.calendar[data-bg=gray] .datepicker[data-bg=white] .calendar-input .datepicker .datepicker-months .table-condensed tbody .decate:hover,
.datepicker[data-bg=white] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-months .table-condensed tbody .decate:hover,
.calendar[data-bg=gray] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-months .table-condensed tbody .decate:hover,
.datepicker[data-bg=gray] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-months .table-condensed tbody .decate:hover,
.calendar[data-bg=gray] .calendar-builds .datepicker .datepicker-months .table-condensed tbody .century:hover,
.calendar[data-bg=gray] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-months .table-condensed tbody .century:hover,
.calendar[data-bg=white] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-months .table-condensed tbody .century:hover,
.calendar[data-bg=gray] .calendar-input .datepicker .datepicker-months .table-condensed tbody .century:hover,
.calendar[data-bg=gray] .datepicker[data-bg=white] .calendar-input .datepicker .datepicker-months .table-condensed tbody .century:hover,
.datepicker[data-bg=white] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-months .table-condensed tbody .century:hover,
.calendar[data-bg=gray] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-months .table-condensed tbody .century:hover,
.datepicker[data-bg=gray] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-months .table-condensed tbody .century:hover,
.calendar[data-bg=gray] .calendar-builds .datepicker .datepicker-years .table-condensed tbody .day:hover,
.calendar[data-bg=gray] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-years .table-condensed tbody .day:hover,
.calendar[data-bg=white] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-years .table-condensed tbody .day:hover,
.calendar[data-bg=gray] .calendar-input .datepicker .datepicker-years .table-condensed tbody .day:hover,
.calendar[data-bg=gray] .datepicker[data-bg=white] .calendar-input .datepicker .datepicker-years .table-condensed tbody .day:hover,
.datepicker[data-bg=white] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-years .table-condensed tbody .day:hover,
.calendar[data-bg=gray] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-years .table-condensed tbody .day:hover,
.datepicker[data-bg=gray] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-years .table-condensed tbody .day:hover,
.calendar[data-bg=gray] .calendar-builds .datepicker .datepicker-years .table-condensed tbody .month:hover,
.calendar[data-bg=gray] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-years .table-condensed tbody .month:hover,
.calendar[data-bg=white] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-years .table-condensed tbody .month:hover,
.calendar[data-bg=gray] .calendar-input .datepicker .datepicker-years .table-condensed tbody .month:hover,
.calendar[data-bg=gray] .datepicker[data-bg=white] .calendar-input .datepicker .datepicker-years .table-condensed tbody .month:hover,
.datepicker[data-bg=white] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-years .table-condensed tbody .month:hover,
.calendar[data-bg=gray] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-years .table-condensed tbody .month:hover,
.datepicker[data-bg=gray] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-years .table-condensed tbody .month:hover,
.calendar[data-bg=gray] .calendar-builds .datepicker .datepicker-years .table-condensed tbody .year:hover,
.calendar[data-bg=gray] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-years .table-condensed tbody .year:hover,
.calendar[data-bg=white] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-years .table-condensed tbody .year:hover,
.calendar[data-bg=gray] .calendar-input .datepicker .datepicker-years .table-condensed tbody .year:hover,
.calendar[data-bg=gray] .datepicker[data-bg=white] .calendar-input .datepicker .datepicker-years .table-condensed tbody .year:hover,
.datepicker[data-bg=white] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-years .table-condensed tbody .year:hover,
.calendar[data-bg=gray] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-years .table-condensed tbody .year:hover,
.datepicker[data-bg=gray] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-years .table-condensed tbody .year:hover,
.calendar[data-bg=gray] .calendar-builds .datepicker .datepicker-years .table-condensed tbody .decate:hover,
.calendar[data-bg=gray] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-years .table-condensed tbody .decate:hover,
.calendar[data-bg=white] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-years .table-condensed tbody .decate:hover,
.calendar[data-bg=gray] .calendar-input .datepicker .datepicker-years .table-condensed tbody .decate:hover,
.calendar[data-bg=gray] .datepicker[data-bg=white] .calendar-input .datepicker .datepicker-years .table-condensed tbody .decate:hover,
.datepicker[data-bg=white] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-years .table-condensed tbody .decate:hover,
.calendar[data-bg=gray] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-years .table-condensed tbody .decate:hover,
.datepicker[data-bg=gray] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-years .table-condensed tbody .decate:hover,
.calendar[data-bg=gray] .calendar-builds .datepicker .datepicker-years .table-condensed tbody .century:hover,
.calendar[data-bg=gray] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-years .table-condensed tbody .century:hover,
.calendar[data-bg=white] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-years .table-condensed tbody .century:hover,
.calendar[data-bg=gray] .calendar-input .datepicker .datepicker-years .table-condensed tbody .century:hover,
.calendar[data-bg=gray] .datepicker[data-bg=white] .calendar-input .datepicker .datepicker-years .table-condensed tbody .century:hover,
.datepicker[data-bg=white] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-years .table-condensed tbody .century:hover,
.calendar[data-bg=gray] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-years .table-condensed tbody .century:hover,
.datepicker[data-bg=gray] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-years .table-condensed tbody .century:hover,
.calendar[data-bg=gray] .calendar-builds .datepicker .datepicker-decades .table-condensed tbody .day:hover,
.calendar[data-bg=gray] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-decades .table-condensed tbody .day:hover,
.calendar[data-bg=white] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-decades .table-condensed tbody .day:hover,
.calendar[data-bg=gray] .calendar-input .datepicker .datepicker-decades .table-condensed tbody .day:hover,
.calendar[data-bg=gray] .datepicker[data-bg=white] .calendar-input .datepicker .datepicker-decades .table-condensed tbody .day:hover,
.datepicker[data-bg=white] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-decades .table-condensed tbody .day:hover,
.calendar[data-bg=gray] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-decades .table-condensed tbody .day:hover,
.datepicker[data-bg=gray] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-decades .table-condensed tbody .day:hover,
.calendar[data-bg=gray] .calendar-builds .datepicker .datepicker-decades .table-condensed tbody .month:hover,
.calendar[data-bg=gray] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-decades .table-condensed tbody .month:hover,
.calendar[data-bg=white] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-decades .table-condensed tbody .month:hover,
.calendar[data-bg=gray] .calendar-input .datepicker .datepicker-decades .table-condensed tbody .month:hover,
.calendar[data-bg=gray] .datepicker[data-bg=white] .calendar-input .datepicker .datepicker-decades .table-condensed tbody .month:hover,
.datepicker[data-bg=white] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-decades .table-condensed tbody .month:hover,
.calendar[data-bg=gray] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-decades .table-condensed tbody .month:hover,
.datepicker[data-bg=gray] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-decades .table-condensed tbody .month:hover,
.calendar[data-bg=gray] .calendar-builds .datepicker .datepicker-decades .table-condensed tbody .year:hover,
.calendar[data-bg=gray] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-decades .table-condensed tbody .year:hover,
.calendar[data-bg=white] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-decades .table-condensed tbody .year:hover,
.calendar[data-bg=gray] .calendar-input .datepicker .datepicker-decades .table-condensed tbody .year:hover,
.calendar[data-bg=gray] .datepicker[data-bg=white] .calendar-input .datepicker .datepicker-decades .table-condensed tbody .year:hover,
.datepicker[data-bg=white] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-decades .table-condensed tbody .year:hover,
.calendar[data-bg=gray] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-decades .table-condensed tbody .year:hover,
.datepicker[data-bg=gray] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-decades .table-condensed tbody .year:hover,
.calendar[data-bg=gray] .calendar-builds .datepicker .datepicker-decades .table-condensed tbody .decate:hover,
.calendar[data-bg=gray] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-decades .table-condensed tbody .decate:hover,
.calendar[data-bg=white] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-decades .table-condensed tbody .decate:hover,
.calendar[data-bg=gray] .calendar-input .datepicker .datepicker-decades .table-condensed tbody .decate:hover,
.calendar[data-bg=gray] .datepicker[data-bg=white] .calendar-input .datepicker .datepicker-decades .table-condensed tbody .decate:hover,
.datepicker[data-bg=white] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-decades .table-condensed tbody .decate:hover,
.calendar[data-bg=gray] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-decades .table-condensed tbody .decate:hover,
.datepicker[data-bg=gray] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-decades .table-condensed tbody .decate:hover,
.calendar[data-bg=gray] .calendar-builds .datepicker .datepicker-decades .table-condensed tbody .century:hover,
.calendar[data-bg=gray] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-decades .table-condensed tbody .century:hover,
.calendar[data-bg=white] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-decades .table-condensed tbody .century:hover,
.calendar[data-bg=gray] .calendar-input .datepicker .datepicker-decades .table-condensed tbody .century:hover,
.calendar[data-bg=gray] .datepicker[data-bg=white] .calendar-input .datepicker .datepicker-decades .table-condensed tbody .century:hover,
.datepicker[data-bg=white] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-decades .table-condensed tbody .century:hover,
.calendar[data-bg=gray] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-decades .table-condensed tbody .century:hover,
.datepicker[data-bg=gray] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-decades .table-condensed tbody .century:hover,
.calendar[data-bg=gray] .calendar-builds .datepicker .datepicker-centuries .table-condensed tbody .day:hover,
.calendar[data-bg=gray] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-centuries .table-condensed tbody .day:hover,
.calendar[data-bg=white] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-centuries .table-condensed tbody .day:hover,
.calendar[data-bg=gray] .calendar-input .datepicker .datepicker-centuries .table-condensed tbody .day:hover,
.calendar[data-bg=gray] .datepicker[data-bg=white] .calendar-input .datepicker .datepicker-centuries .table-condensed tbody .day:hover,
.datepicker[data-bg=white] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-centuries .table-condensed tbody .day:hover,
.calendar[data-bg=gray] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-centuries .table-condensed tbody .day:hover,
.datepicker[data-bg=gray] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-centuries .table-condensed tbody .day:hover,
.calendar[data-bg=gray] .calendar-builds .datepicker .datepicker-centuries .table-condensed tbody .month:hover,
.calendar[data-bg=gray] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-centuries .table-condensed tbody .month:hover,
.calendar[data-bg=white] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-centuries .table-condensed tbody .month:hover,
.calendar[data-bg=gray] .calendar-input .datepicker .datepicker-centuries .table-condensed tbody .month:hover,
.calendar[data-bg=gray] .datepicker[data-bg=white] .calendar-input .datepicker .datepicker-centuries .table-condensed tbody .month:hover,
.datepicker[data-bg=white] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-centuries .table-condensed tbody .month:hover,
.calendar[data-bg=gray] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-centuries .table-condensed tbody .month:hover,
.datepicker[data-bg=gray] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-centuries .table-condensed tbody .month:hover,
.calendar[data-bg=gray] .calendar-builds .datepicker .datepicker-centuries .table-condensed tbody .year:hover,
.calendar[data-bg=gray] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-centuries .table-condensed tbody .year:hover,
.calendar[data-bg=white] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-centuries .table-condensed tbody .year:hover,
.calendar[data-bg=gray] .calendar-input .datepicker .datepicker-centuries .table-condensed tbody .year:hover,
.calendar[data-bg=gray] .datepicker[data-bg=white] .calendar-input .datepicker .datepicker-centuries .table-condensed tbody .year:hover,
.datepicker[data-bg=white] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-centuries .table-condensed tbody .year:hover,
.calendar[data-bg=gray] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-centuries .table-condensed tbody .year:hover,
.datepicker[data-bg=gray] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-centuries .table-condensed tbody .year:hover,
.calendar[data-bg=gray] .calendar-builds .datepicker .datepicker-centuries .table-condensed tbody .decate:hover,
.calendar[data-bg=gray] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-centuries .table-condensed tbody .decate:hover,
.calendar[data-bg=white] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-centuries .table-condensed tbody .decate:hover,
.calendar[data-bg=gray] .calendar-input .datepicker .datepicker-centuries .table-condensed tbody .decate:hover,
.calendar[data-bg=gray] .datepicker[data-bg=white] .calendar-input .datepicker .datepicker-centuries .table-condensed tbody .decate:hover,
.datepicker[data-bg=white] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-centuries .table-condensed tbody .decate:hover,
.calendar[data-bg=gray] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-centuries .table-condensed tbody .decate:hover,
.datepicker[data-bg=gray] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-centuries .table-condensed tbody .decate:hover,
.calendar[data-bg=gray] .calendar-builds .datepicker .datepicker-centuries .table-condensed tbody .century:hover,
.calendar[data-bg=gray] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-centuries .table-condensed tbody .century:hover,
.calendar[data-bg=white] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-centuries .table-condensed tbody .century:hover,
.calendar[data-bg=gray] .calendar-input .datepicker .datepicker-centuries .table-condensed tbody .century:hover,
.calendar[data-bg=gray] .datepicker[data-bg=white] .calendar-input .datepicker .datepicker-centuries .table-condensed tbody .century:hover,
.datepicker[data-bg=white] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-centuries .table-condensed tbody .century:hover,
.calendar[data-bg=gray] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-centuries .table-condensed tbody .century:hover,
.datepicker[data-bg=gray] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-centuries .table-condensed tbody .century:hover,
.datepicker[data-bg=gray] .calendar-builds .datepicker .datepicker-days .table-condensed tbody .day:hover,
.datepicker[data-bg=gray] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-days .table-condensed tbody .day:hover,
.calendar[data-bg=white] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-days .table-condensed tbody .day:hover,
.datepicker[data-bg=gray] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-days .table-condensed tbody .day:hover,
.calendar[data-bg=gray] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-days .table-condensed tbody .day:hover,
.datepicker[data-bg=gray] .datepicker[data-bg=white] .calendar-input .datepicker .datepicker-days .table-condensed tbody .day:hover,
.datepicker[data-bg=white] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-days .table-condensed tbody .day:hover,
.datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-days .table-condensed tbody .day:hover,
.datepicker[data-bg=gray] .calendar-builds .datepicker .datepicker-days .table-condensed tbody .month:hover,
.datepicker[data-bg=gray] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-days .table-condensed tbody .month:hover,
.calendar[data-bg=white] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-days .table-condensed tbody .month:hover,
.datepicker[data-bg=gray] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-days .table-condensed tbody .month:hover,
.calendar[data-bg=gray] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-days .table-condensed tbody .month:hover,
.datepicker[data-bg=gray] .datepicker[data-bg=white] .calendar-input .datepicker .datepicker-days .table-condensed tbody .month:hover,
.datepicker[data-bg=white] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-days .table-condensed tbody .month:hover,
.datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-days .table-condensed tbody .month:hover,
.datepicker[data-bg=gray] .calendar-builds .datepicker .datepicker-days .table-condensed tbody .year:hover,
.datepicker[data-bg=gray] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-days .table-condensed tbody .year:hover,
.calendar[data-bg=white] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-days .table-condensed tbody .year:hover,
.datepicker[data-bg=gray] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-days .table-condensed tbody .year:hover,
.calendar[data-bg=gray] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-days .table-condensed tbody .year:hover,
.datepicker[data-bg=gray] .datepicker[data-bg=white] .calendar-input .datepicker .datepicker-days .table-condensed tbody .year:hover,
.datepicker[data-bg=white] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-days .table-condensed tbody .year:hover,
.datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-days .table-condensed tbody .year:hover,
.datepicker[data-bg=gray] .calendar-builds .datepicker .datepicker-days .table-condensed tbody .decate:hover,
.datepicker[data-bg=gray] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-days .table-condensed tbody .decate:hover,
.calendar[data-bg=white] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-days .table-condensed tbody .decate:hover,
.datepicker[data-bg=gray] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-days .table-condensed tbody .decate:hover,
.calendar[data-bg=gray] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-days .table-condensed tbody .decate:hover,
.datepicker[data-bg=gray] .datepicker[data-bg=white] .calendar-input .datepicker .datepicker-days .table-condensed tbody .decate:hover,
.datepicker[data-bg=white] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-days .table-condensed tbody .decate:hover,
.datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-days .table-condensed tbody .decate:hover,
.datepicker[data-bg=gray] .calendar-builds .datepicker .datepicker-days .table-condensed tbody .century:hover,
.datepicker[data-bg=gray] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-days .table-condensed tbody .century:hover,
.calendar[data-bg=white] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-days .table-condensed tbody .century:hover,
.datepicker[data-bg=gray] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-days .table-condensed tbody .century:hover,
.calendar[data-bg=gray] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-days .table-condensed tbody .century:hover,
.datepicker[data-bg=gray] .datepicker[data-bg=white] .calendar-input .datepicker .datepicker-days .table-condensed tbody .century:hover,
.datepicker[data-bg=white] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-days .table-condensed tbody .century:hover,
.datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-days .table-condensed tbody .century:hover,
.datepicker[data-bg=gray] .calendar-builds .datepicker .datepicker-months .table-condensed tbody .day:hover,
.datepicker[data-bg=gray] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-months .table-condensed tbody .day:hover,
.calendar[data-bg=white] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-months .table-condensed tbody .day:hover,
.datepicker[data-bg=gray] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-months .table-condensed tbody .day:hover,
.calendar[data-bg=gray] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-months .table-condensed tbody .day:hover,
.datepicker[data-bg=gray] .datepicker[data-bg=white] .calendar-input .datepicker .datepicker-months .table-condensed tbody .day:hover,
.datepicker[data-bg=white] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-months .table-condensed tbody .day:hover,
.datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-months .table-condensed tbody .day:hover,
.datepicker[data-bg=gray] .calendar-builds .datepicker .datepicker-months .table-condensed tbody .month:hover,
.datepicker[data-bg=gray] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-months .table-condensed tbody .month:hover,
.calendar[data-bg=white] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-months .table-condensed tbody .month:hover,
.datepicker[data-bg=gray] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-months .table-condensed tbody .month:hover,
.calendar[data-bg=gray] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-months .table-condensed tbody .month:hover,
.datepicker[data-bg=gray] .datepicker[data-bg=white] .calendar-input .datepicker .datepicker-months .table-condensed tbody .month:hover,
.datepicker[data-bg=white] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-months .table-condensed tbody .month:hover,
.datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-months .table-condensed tbody .month:hover,
.datepicker[data-bg=gray] .calendar-builds .datepicker .datepicker-months .table-condensed tbody .year:hover,
.datepicker[data-bg=gray] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-months .table-condensed tbody .year:hover,
.calendar[data-bg=white] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-months .table-condensed tbody .year:hover,
.datepicker[data-bg=gray] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-months .table-condensed tbody .year:hover,
.calendar[data-bg=gray] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-months .table-condensed tbody .year:hover,
.datepicker[data-bg=gray] .datepicker[data-bg=white] .calendar-input .datepicker .datepicker-months .table-condensed tbody .year:hover,
.datepicker[data-bg=white] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-months .table-condensed tbody .year:hover,
.datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-months .table-condensed tbody .year:hover,
.datepicker[data-bg=gray] .calendar-builds .datepicker .datepicker-months .table-condensed tbody .decate:hover,
.datepicker[data-bg=gray] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-months .table-condensed tbody .decate:hover,
.calendar[data-bg=white] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-months .table-condensed tbody .decate:hover,
.datepicker[data-bg=gray] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-months .table-condensed tbody .decate:hover,
.calendar[data-bg=gray] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-months .table-condensed tbody .decate:hover,
.datepicker[data-bg=gray] .datepicker[data-bg=white] .calendar-input .datepicker .datepicker-months .table-condensed tbody .decate:hover,
.datepicker[data-bg=white] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-months .table-condensed tbody .decate:hover,
.datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-months .table-condensed tbody .decate:hover,
.datepicker[data-bg=gray] .calendar-builds .datepicker .datepicker-months .table-condensed tbody .century:hover,
.datepicker[data-bg=gray] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-months .table-condensed tbody .century:hover,
.calendar[data-bg=white] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-months .table-condensed tbody .century:hover,
.datepicker[data-bg=gray] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-months .table-condensed tbody .century:hover,
.calendar[data-bg=gray] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-months .table-condensed tbody .century:hover,
.datepicker[data-bg=gray] .datepicker[data-bg=white] .calendar-input .datepicker .datepicker-months .table-condensed tbody .century:hover,
.datepicker[data-bg=white] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-months .table-condensed tbody .century:hover,
.datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-months .table-condensed tbody .century:hover,
.datepicker[data-bg=gray] .calendar-builds .datepicker .datepicker-years .table-condensed tbody .day:hover,
.datepicker[data-bg=gray] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-years .table-condensed tbody .day:hover,
.calendar[data-bg=white] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-years .table-condensed tbody .day:hover,
.datepicker[data-bg=gray] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-years .table-condensed tbody .day:hover,
.calendar[data-bg=gray] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-years .table-condensed tbody .day:hover,
.datepicker[data-bg=gray] .datepicker[data-bg=white] .calendar-input .datepicker .datepicker-years .table-condensed tbody .day:hover,
.datepicker[data-bg=white] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-years .table-condensed tbody .day:hover,
.datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-years .table-condensed tbody .day:hover,
.datepicker[data-bg=gray] .calendar-builds .datepicker .datepicker-years .table-condensed tbody .month:hover,
.datepicker[data-bg=gray] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-years .table-condensed tbody .month:hover,
.calendar[data-bg=white] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-years .table-condensed tbody .month:hover,
.datepicker[data-bg=gray] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-years .table-condensed tbody .month:hover,
.calendar[data-bg=gray] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-years .table-condensed tbody .month:hover,
.datepicker[data-bg=gray] .datepicker[data-bg=white] .calendar-input .datepicker .datepicker-years .table-condensed tbody .month:hover,
.datepicker[data-bg=white] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-years .table-condensed tbody .month:hover,
.datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-years .table-condensed tbody .month:hover,
.datepicker[data-bg=gray] .calendar-builds .datepicker .datepicker-years .table-condensed tbody .year:hover,
.datepicker[data-bg=gray] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-years .table-condensed tbody .year:hover,
.calendar[data-bg=white] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-years .table-condensed tbody .year:hover,
.datepicker[data-bg=gray] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-years .table-condensed tbody .year:hover,
.calendar[data-bg=gray] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-years .table-condensed tbody .year:hover,
.datepicker[data-bg=gray] .datepicker[data-bg=white] .calendar-input .datepicker .datepicker-years .table-condensed tbody .year:hover,
.datepicker[data-bg=white] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-years .table-condensed tbody .year:hover,
.datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-years .table-condensed tbody .year:hover,
.datepicker[data-bg=gray] .calendar-builds .datepicker .datepicker-years .table-condensed tbody .decate:hover,
.datepicker[data-bg=gray] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-years .table-condensed tbody .decate:hover,
.calendar[data-bg=white] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-years .table-condensed tbody .decate:hover,
.datepicker[data-bg=gray] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-years .table-condensed tbody .decate:hover,
.calendar[data-bg=gray] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-years .table-condensed tbody .decate:hover,
.datepicker[data-bg=gray] .datepicker[data-bg=white] .calendar-input .datepicker .datepicker-years .table-condensed tbody .decate:hover,
.datepicker[data-bg=white] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-years .table-condensed tbody .decate:hover,
.datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-years .table-condensed tbody .decate:hover,
.datepicker[data-bg=gray] .calendar-builds .datepicker .datepicker-years .table-condensed tbody .century:hover,
.datepicker[data-bg=gray] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-years .table-condensed tbody .century:hover,
.calendar[data-bg=white] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-years .table-condensed tbody .century:hover,
.datepicker[data-bg=gray] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-years .table-condensed tbody .century:hover,
.calendar[data-bg=gray] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-years .table-condensed tbody .century:hover,
.datepicker[data-bg=gray] .datepicker[data-bg=white] .calendar-input .datepicker .datepicker-years .table-condensed tbody .century:hover,
.datepicker[data-bg=white] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-years .table-condensed tbody .century:hover,
.datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-years .table-condensed tbody .century:hover,
.datepicker[data-bg=gray] .calendar-builds .datepicker .datepicker-decades .table-condensed tbody .day:hover,
.datepicker[data-bg=gray] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-decades .table-condensed tbody .day:hover,
.calendar[data-bg=white] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-decades .table-condensed tbody .day:hover,
.datepicker[data-bg=gray] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-decades .table-condensed tbody .day:hover,
.calendar[data-bg=gray] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-decades .table-condensed tbody .day:hover,
.datepicker[data-bg=gray] .datepicker[data-bg=white] .calendar-input .datepicker .datepicker-decades .table-condensed tbody .day:hover,
.datepicker[data-bg=white] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-decades .table-condensed tbody .day:hover,
.datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-decades .table-condensed tbody .day:hover,
.datepicker[data-bg=gray] .calendar-builds .datepicker .datepicker-decades .table-condensed tbody .month:hover,
.datepicker[data-bg=gray] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-decades .table-condensed tbody .month:hover,
.calendar[data-bg=white] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-decades .table-condensed tbody .month:hover,
.datepicker[data-bg=gray] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-decades .table-condensed tbody .month:hover,
.calendar[data-bg=gray] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-decades .table-condensed tbody .month:hover,
.datepicker[data-bg=gray] .datepicker[data-bg=white] .calendar-input .datepicker .datepicker-decades .table-condensed tbody .month:hover,
.datepicker[data-bg=white] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-decades .table-condensed tbody .month:hover,
.datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-decades .table-condensed tbody .month:hover,
.datepicker[data-bg=gray] .calendar-builds .datepicker .datepicker-decades .table-condensed tbody .year:hover,
.datepicker[data-bg=gray] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-decades .table-condensed tbody .year:hover,
.calendar[data-bg=white] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-decades .table-condensed tbody .year:hover,
.datepicker[data-bg=gray] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-decades .table-condensed tbody .year:hover,
.calendar[data-bg=gray] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-decades .table-condensed tbody .year:hover,
.datepicker[data-bg=gray] .datepicker[data-bg=white] .calendar-input .datepicker .datepicker-decades .table-condensed tbody .year:hover,
.datepicker[data-bg=white] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-decades .table-condensed tbody .year:hover,
.datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-decades .table-condensed tbody .year:hover,
.datepicker[data-bg=gray] .calendar-builds .datepicker .datepicker-decades .table-condensed tbody .decate:hover,
.datepicker[data-bg=gray] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-decades .table-condensed tbody .decate:hover,
.calendar[data-bg=white] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-decades .table-condensed tbody .decate:hover,
.datepicker[data-bg=gray] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-decades .table-condensed tbody .decate:hover,
.calendar[data-bg=gray] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-decades .table-condensed tbody .decate:hover,
.datepicker[data-bg=gray] .datepicker[data-bg=white] .calendar-input .datepicker .datepicker-decades .table-condensed tbody .decate:hover,
.datepicker[data-bg=white] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-decades .table-condensed tbody .decate:hover,
.datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-decades .table-condensed tbody .decate:hover,
.datepicker[data-bg=gray] .calendar-builds .datepicker .datepicker-decades .table-condensed tbody .century:hover,
.datepicker[data-bg=gray] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-decades .table-condensed tbody .century:hover,
.calendar[data-bg=white] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-decades .table-condensed tbody .century:hover,
.datepicker[data-bg=gray] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-decades .table-condensed tbody .century:hover,
.calendar[data-bg=gray] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-decades .table-condensed tbody .century:hover,
.datepicker[data-bg=gray] .datepicker[data-bg=white] .calendar-input .datepicker .datepicker-decades .table-condensed tbody .century:hover,
.datepicker[data-bg=white] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-decades .table-condensed tbody .century:hover,
.datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-decades .table-condensed tbody .century:hover,
.datepicker[data-bg=gray] .calendar-builds .datepicker .datepicker-centuries .table-condensed tbody .day:hover,
.datepicker[data-bg=gray] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-centuries .table-condensed tbody .day:hover,
.calendar[data-bg=white] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-centuries .table-condensed tbody .day:hover,
.datepicker[data-bg=gray] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-centuries .table-condensed tbody .day:hover,
.calendar[data-bg=gray] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-centuries .table-condensed tbody .day:hover,
.datepicker[data-bg=gray] .datepicker[data-bg=white] .calendar-input .datepicker .datepicker-centuries .table-condensed tbody .day:hover,
.datepicker[data-bg=white] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-centuries .table-condensed tbody .day:hover,
.datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-centuries .table-condensed tbody .day:hover,
.datepicker[data-bg=gray] .calendar-builds .datepicker .datepicker-centuries .table-condensed tbody .month:hover,
.datepicker[data-bg=gray] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-centuries .table-condensed tbody .month:hover,
.calendar[data-bg=white] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-centuries .table-condensed tbody .month:hover,
.datepicker[data-bg=gray] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-centuries .table-condensed tbody .month:hover,
.calendar[data-bg=gray] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-centuries .table-condensed tbody .month:hover,
.datepicker[data-bg=gray] .datepicker[data-bg=white] .calendar-input .datepicker .datepicker-centuries .table-condensed tbody .month:hover,
.datepicker[data-bg=white] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-centuries .table-condensed tbody .month:hover,
.datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-centuries .table-condensed tbody .month:hover,
.datepicker[data-bg=gray] .calendar-builds .datepicker .datepicker-centuries .table-condensed tbody .year:hover,
.datepicker[data-bg=gray] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-centuries .table-condensed tbody .year:hover,
.calendar[data-bg=white] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-centuries .table-condensed tbody .year:hover,
.datepicker[data-bg=gray] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-centuries .table-condensed tbody .year:hover,
.calendar[data-bg=gray] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-centuries .table-condensed tbody .year:hover,
.datepicker[data-bg=gray] .datepicker[data-bg=white] .calendar-input .datepicker .datepicker-centuries .table-condensed tbody .year:hover,
.datepicker[data-bg=white] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-centuries .table-condensed tbody .year:hover,
.datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-centuries .table-condensed tbody .year:hover,
.datepicker[data-bg=gray] .calendar-builds .datepicker .datepicker-centuries .table-condensed tbody .decate:hover,
.datepicker[data-bg=gray] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-centuries .table-condensed tbody .decate:hover,
.calendar[data-bg=white] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-centuries .table-condensed tbody .decate:hover,
.datepicker[data-bg=gray] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-centuries .table-condensed tbody .decate:hover,
.calendar[data-bg=gray] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-centuries .table-condensed tbody .decate:hover,
.datepicker[data-bg=gray] .datepicker[data-bg=white] .calendar-input .datepicker .datepicker-centuries .table-condensed tbody .decate:hover,
.datepicker[data-bg=white] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-centuries .table-condensed tbody .decate:hover,
.datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-centuries .table-condensed tbody .decate:hover,
.datepicker[data-bg=gray] .calendar-builds .datepicker .datepicker-centuries .table-condensed tbody .century:hover,
.datepicker[data-bg=gray] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-centuries .table-condensed tbody .century:hover,
.calendar[data-bg=white] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-centuries .table-condensed tbody .century:hover,
.datepicker[data-bg=gray] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-centuries .table-condensed tbody .century:hover,
.calendar[data-bg=gray] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-centuries .table-condensed tbody .century:hover,
.datepicker[data-bg=gray] .datepicker[data-bg=white] .calendar-input .datepicker .datepicker-centuries .table-condensed tbody .century:hover,
.datepicker[data-bg=white] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-centuries .table-condensed tbody .century:hover,
.datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-centuries .table-condensed tbody .century:hover {
  background-color: var(--white);
}
.calendar[data-bg=gray] .calendar-builds .datepicker .datepicker-days .table-condensed tbody .day.focused, .calendar[data-bg=gray] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-days .table-condensed tbody .day.focused, .calendar[data-bg=white] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-days .table-condensed tbody .day.focused, .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-days .table-condensed tbody .day.focused,
.calendar[data-bg=gray] .datepicker[data-bg=white] .calendar-input .datepicker .datepicker-days .table-condensed tbody .day.focused,
.datepicker[data-bg=white] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-days .table-condensed tbody .day.focused,
.calendar[data-bg=gray] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-days .table-condensed tbody .day.focused,
.datepicker[data-bg=gray] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-days .table-condensed tbody .day.focused,
.calendar[data-bg=gray] .calendar-builds .datepicker .datepicker-days .table-condensed tbody .month.focused,
.calendar[data-bg=gray] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-days .table-condensed tbody .month.focused,
.calendar[data-bg=white] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-days .table-condensed tbody .month.focused,
.calendar[data-bg=gray] .calendar-input .datepicker .datepicker-days .table-condensed tbody .month.focused,
.calendar[data-bg=gray] .datepicker[data-bg=white] .calendar-input .datepicker .datepicker-days .table-condensed tbody .month.focused,
.datepicker[data-bg=white] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-days .table-condensed tbody .month.focused,
.calendar[data-bg=gray] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-days .table-condensed tbody .month.focused,
.datepicker[data-bg=gray] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-days .table-condensed tbody .month.focused,
.calendar[data-bg=gray] .calendar-builds .datepicker .datepicker-days .table-condensed tbody .year.focused,
.calendar[data-bg=gray] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-days .table-condensed tbody .year.focused,
.calendar[data-bg=white] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-days .table-condensed tbody .year.focused,
.calendar[data-bg=gray] .calendar-input .datepicker .datepicker-days .table-condensed tbody .year.focused,
.calendar[data-bg=gray] .datepicker[data-bg=white] .calendar-input .datepicker .datepicker-days .table-condensed tbody .year.focused,
.datepicker[data-bg=white] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-days .table-condensed tbody .year.focused,
.calendar[data-bg=gray] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-days .table-condensed tbody .year.focused,
.datepicker[data-bg=gray] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-days .table-condensed tbody .year.focused,
.calendar[data-bg=gray] .calendar-builds .datepicker .datepicker-days .table-condensed tbody .decate.focused,
.calendar[data-bg=gray] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-days .table-condensed tbody .decate.focused,
.calendar[data-bg=white] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-days .table-condensed tbody .decate.focused,
.calendar[data-bg=gray] .calendar-input .datepicker .datepicker-days .table-condensed tbody .decate.focused,
.calendar[data-bg=gray] .datepicker[data-bg=white] .calendar-input .datepicker .datepicker-days .table-condensed tbody .decate.focused,
.datepicker[data-bg=white] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-days .table-condensed tbody .decate.focused,
.calendar[data-bg=gray] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-days .table-condensed tbody .decate.focused,
.datepicker[data-bg=gray] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-days .table-condensed tbody .decate.focused,
.calendar[data-bg=gray] .calendar-builds .datepicker .datepicker-days .table-condensed tbody .century.focused,
.calendar[data-bg=gray] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-days .table-condensed tbody .century.focused,
.calendar[data-bg=white] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-days .table-condensed tbody .century.focused,
.calendar[data-bg=gray] .calendar-input .datepicker .datepicker-days .table-condensed tbody .century.focused,
.calendar[data-bg=gray] .datepicker[data-bg=white] .calendar-input .datepicker .datepicker-days .table-condensed tbody .century.focused,
.datepicker[data-bg=white] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-days .table-condensed tbody .century.focused,
.calendar[data-bg=gray] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-days .table-condensed tbody .century.focused,
.datepicker[data-bg=gray] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-days .table-condensed tbody .century.focused,
.calendar[data-bg=gray] .calendar-builds .datepicker .datepicker-months .table-condensed tbody .day.focused,
.calendar[data-bg=gray] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-months .table-condensed tbody .day.focused,
.calendar[data-bg=white] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-months .table-condensed tbody .day.focused,
.calendar[data-bg=gray] .calendar-input .datepicker .datepicker-months .table-condensed tbody .day.focused,
.calendar[data-bg=gray] .datepicker[data-bg=white] .calendar-input .datepicker .datepicker-months .table-condensed tbody .day.focused,
.datepicker[data-bg=white] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-months .table-condensed tbody .day.focused,
.calendar[data-bg=gray] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-months .table-condensed tbody .day.focused,
.datepicker[data-bg=gray] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-months .table-condensed tbody .day.focused,
.calendar[data-bg=gray] .calendar-builds .datepicker .datepicker-months .table-condensed tbody .month.focused,
.calendar[data-bg=gray] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-months .table-condensed tbody .month.focused,
.calendar[data-bg=white] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-months .table-condensed tbody .month.focused,
.calendar[data-bg=gray] .calendar-input .datepicker .datepicker-months .table-condensed tbody .month.focused,
.calendar[data-bg=gray] .datepicker[data-bg=white] .calendar-input .datepicker .datepicker-months .table-condensed tbody .month.focused,
.datepicker[data-bg=white] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-months .table-condensed tbody .month.focused,
.calendar[data-bg=gray] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-months .table-condensed tbody .month.focused,
.datepicker[data-bg=gray] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-months .table-condensed tbody .month.focused,
.calendar[data-bg=gray] .calendar-builds .datepicker .datepicker-months .table-condensed tbody .year.focused,
.calendar[data-bg=gray] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-months .table-condensed tbody .year.focused,
.calendar[data-bg=white] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-months .table-condensed tbody .year.focused,
.calendar[data-bg=gray] .calendar-input .datepicker .datepicker-months .table-condensed tbody .year.focused,
.calendar[data-bg=gray] .datepicker[data-bg=white] .calendar-input .datepicker .datepicker-months .table-condensed tbody .year.focused,
.datepicker[data-bg=white] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-months .table-condensed tbody .year.focused,
.calendar[data-bg=gray] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-months .table-condensed tbody .year.focused,
.datepicker[data-bg=gray] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-months .table-condensed tbody .year.focused,
.calendar[data-bg=gray] .calendar-builds .datepicker .datepicker-months .table-condensed tbody .decate.focused,
.calendar[data-bg=gray] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-months .table-condensed tbody .decate.focused,
.calendar[data-bg=white] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-months .table-condensed tbody .decate.focused,
.calendar[data-bg=gray] .calendar-input .datepicker .datepicker-months .table-condensed tbody .decate.focused,
.calendar[data-bg=gray] .datepicker[data-bg=white] .calendar-input .datepicker .datepicker-months .table-condensed tbody .decate.focused,
.datepicker[data-bg=white] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-months .table-condensed tbody .decate.focused,
.calendar[data-bg=gray] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-months .table-condensed tbody .decate.focused,
.datepicker[data-bg=gray] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-months .table-condensed tbody .decate.focused,
.calendar[data-bg=gray] .calendar-builds .datepicker .datepicker-months .table-condensed tbody .century.focused,
.calendar[data-bg=gray] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-months .table-condensed tbody .century.focused,
.calendar[data-bg=white] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-months .table-condensed tbody .century.focused,
.calendar[data-bg=gray] .calendar-input .datepicker .datepicker-months .table-condensed tbody .century.focused,
.calendar[data-bg=gray] .datepicker[data-bg=white] .calendar-input .datepicker .datepicker-months .table-condensed tbody .century.focused,
.datepicker[data-bg=white] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-months .table-condensed tbody .century.focused,
.calendar[data-bg=gray] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-months .table-condensed tbody .century.focused,
.datepicker[data-bg=gray] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-months .table-condensed tbody .century.focused,
.calendar[data-bg=gray] .calendar-builds .datepicker .datepicker-years .table-condensed tbody .day.focused,
.calendar[data-bg=gray] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-years .table-condensed tbody .day.focused,
.calendar[data-bg=white] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-years .table-condensed tbody .day.focused,
.calendar[data-bg=gray] .calendar-input .datepicker .datepicker-years .table-condensed tbody .day.focused,
.calendar[data-bg=gray] .datepicker[data-bg=white] .calendar-input .datepicker .datepicker-years .table-condensed tbody .day.focused,
.datepicker[data-bg=white] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-years .table-condensed tbody .day.focused,
.calendar[data-bg=gray] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-years .table-condensed tbody .day.focused,
.datepicker[data-bg=gray] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-years .table-condensed tbody .day.focused,
.calendar[data-bg=gray] .calendar-builds .datepicker .datepicker-years .table-condensed tbody .month.focused,
.calendar[data-bg=gray] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-years .table-condensed tbody .month.focused,
.calendar[data-bg=white] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-years .table-condensed tbody .month.focused,
.calendar[data-bg=gray] .calendar-input .datepicker .datepicker-years .table-condensed tbody .month.focused,
.calendar[data-bg=gray] .datepicker[data-bg=white] .calendar-input .datepicker .datepicker-years .table-condensed tbody .month.focused,
.datepicker[data-bg=white] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-years .table-condensed tbody .month.focused,
.calendar[data-bg=gray] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-years .table-condensed tbody .month.focused,
.datepicker[data-bg=gray] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-years .table-condensed tbody .month.focused,
.calendar[data-bg=gray] .calendar-builds .datepicker .datepicker-years .table-condensed tbody .year.focused,
.calendar[data-bg=gray] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-years .table-condensed tbody .year.focused,
.calendar[data-bg=white] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-years .table-condensed tbody .year.focused,
.calendar[data-bg=gray] .calendar-input .datepicker .datepicker-years .table-condensed tbody .year.focused,
.calendar[data-bg=gray] .datepicker[data-bg=white] .calendar-input .datepicker .datepicker-years .table-condensed tbody .year.focused,
.datepicker[data-bg=white] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-years .table-condensed tbody .year.focused,
.calendar[data-bg=gray] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-years .table-condensed tbody .year.focused,
.datepicker[data-bg=gray] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-years .table-condensed tbody .year.focused,
.calendar[data-bg=gray] .calendar-builds .datepicker .datepicker-years .table-condensed tbody .decate.focused,
.calendar[data-bg=gray] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-years .table-condensed tbody .decate.focused,
.calendar[data-bg=white] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-years .table-condensed tbody .decate.focused,
.calendar[data-bg=gray] .calendar-input .datepicker .datepicker-years .table-condensed tbody .decate.focused,
.calendar[data-bg=gray] .datepicker[data-bg=white] .calendar-input .datepicker .datepicker-years .table-condensed tbody .decate.focused,
.datepicker[data-bg=white] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-years .table-condensed tbody .decate.focused,
.calendar[data-bg=gray] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-years .table-condensed tbody .decate.focused,
.datepicker[data-bg=gray] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-years .table-condensed tbody .decate.focused,
.calendar[data-bg=gray] .calendar-builds .datepicker .datepicker-years .table-condensed tbody .century.focused,
.calendar[data-bg=gray] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-years .table-condensed tbody .century.focused,
.calendar[data-bg=white] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-years .table-condensed tbody .century.focused,
.calendar[data-bg=gray] .calendar-input .datepicker .datepicker-years .table-condensed tbody .century.focused,
.calendar[data-bg=gray] .datepicker[data-bg=white] .calendar-input .datepicker .datepicker-years .table-condensed tbody .century.focused,
.datepicker[data-bg=white] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-years .table-condensed tbody .century.focused,
.calendar[data-bg=gray] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-years .table-condensed tbody .century.focused,
.datepicker[data-bg=gray] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-years .table-condensed tbody .century.focused,
.calendar[data-bg=gray] .calendar-builds .datepicker .datepicker-decades .table-condensed tbody .day.focused,
.calendar[data-bg=gray] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-decades .table-condensed tbody .day.focused,
.calendar[data-bg=white] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-decades .table-condensed tbody .day.focused,
.calendar[data-bg=gray] .calendar-input .datepicker .datepicker-decades .table-condensed tbody .day.focused,
.calendar[data-bg=gray] .datepicker[data-bg=white] .calendar-input .datepicker .datepicker-decades .table-condensed tbody .day.focused,
.datepicker[data-bg=white] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-decades .table-condensed tbody .day.focused,
.calendar[data-bg=gray] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-decades .table-condensed tbody .day.focused,
.datepicker[data-bg=gray] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-decades .table-condensed tbody .day.focused,
.calendar[data-bg=gray] .calendar-builds .datepicker .datepicker-decades .table-condensed tbody .month.focused,
.calendar[data-bg=gray] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-decades .table-condensed tbody .month.focused,
.calendar[data-bg=white] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-decades .table-condensed tbody .month.focused,
.calendar[data-bg=gray] .calendar-input .datepicker .datepicker-decades .table-condensed tbody .month.focused,
.calendar[data-bg=gray] .datepicker[data-bg=white] .calendar-input .datepicker .datepicker-decades .table-condensed tbody .month.focused,
.datepicker[data-bg=white] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-decades .table-condensed tbody .month.focused,
.calendar[data-bg=gray] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-decades .table-condensed tbody .month.focused,
.datepicker[data-bg=gray] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-decades .table-condensed tbody .month.focused,
.calendar[data-bg=gray] .calendar-builds .datepicker .datepicker-decades .table-condensed tbody .year.focused,
.calendar[data-bg=gray] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-decades .table-condensed tbody .year.focused,
.calendar[data-bg=white] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-decades .table-condensed tbody .year.focused,
.calendar[data-bg=gray] .calendar-input .datepicker .datepicker-decades .table-condensed tbody .year.focused,
.calendar[data-bg=gray] .datepicker[data-bg=white] .calendar-input .datepicker .datepicker-decades .table-condensed tbody .year.focused,
.datepicker[data-bg=white] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-decades .table-condensed tbody .year.focused,
.calendar[data-bg=gray] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-decades .table-condensed tbody .year.focused,
.datepicker[data-bg=gray] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-decades .table-condensed tbody .year.focused,
.calendar[data-bg=gray] .calendar-builds .datepicker .datepicker-decades .table-condensed tbody .decate.focused,
.calendar[data-bg=gray] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-decades .table-condensed tbody .decate.focused,
.calendar[data-bg=white] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-decades .table-condensed tbody .decate.focused,
.calendar[data-bg=gray] .calendar-input .datepicker .datepicker-decades .table-condensed tbody .decate.focused,
.calendar[data-bg=gray] .datepicker[data-bg=white] .calendar-input .datepicker .datepicker-decades .table-condensed tbody .decate.focused,
.datepicker[data-bg=white] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-decades .table-condensed tbody .decate.focused,
.calendar[data-bg=gray] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-decades .table-condensed tbody .decate.focused,
.datepicker[data-bg=gray] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-decades .table-condensed tbody .decate.focused,
.calendar[data-bg=gray] .calendar-builds .datepicker .datepicker-decades .table-condensed tbody .century.focused,
.calendar[data-bg=gray] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-decades .table-condensed tbody .century.focused,
.calendar[data-bg=white] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-decades .table-condensed tbody .century.focused,
.calendar[data-bg=gray] .calendar-input .datepicker .datepicker-decades .table-condensed tbody .century.focused,
.calendar[data-bg=gray] .datepicker[data-bg=white] .calendar-input .datepicker .datepicker-decades .table-condensed tbody .century.focused,
.datepicker[data-bg=white] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-decades .table-condensed tbody .century.focused,
.calendar[data-bg=gray] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-decades .table-condensed tbody .century.focused,
.datepicker[data-bg=gray] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-decades .table-condensed tbody .century.focused,
.calendar[data-bg=gray] .calendar-builds .datepicker .datepicker-centuries .table-condensed tbody .day.focused,
.calendar[data-bg=gray] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-centuries .table-condensed tbody .day.focused,
.calendar[data-bg=white] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-centuries .table-condensed tbody .day.focused,
.calendar[data-bg=gray] .calendar-input .datepicker .datepicker-centuries .table-condensed tbody .day.focused,
.calendar[data-bg=gray] .datepicker[data-bg=white] .calendar-input .datepicker .datepicker-centuries .table-condensed tbody .day.focused,
.datepicker[data-bg=white] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-centuries .table-condensed tbody .day.focused,
.calendar[data-bg=gray] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-centuries .table-condensed tbody .day.focused,
.datepicker[data-bg=gray] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-centuries .table-condensed tbody .day.focused,
.calendar[data-bg=gray] .calendar-builds .datepicker .datepicker-centuries .table-condensed tbody .month.focused,
.calendar[data-bg=gray] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-centuries .table-condensed tbody .month.focused,
.calendar[data-bg=white] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-centuries .table-condensed tbody .month.focused,
.calendar[data-bg=gray] .calendar-input .datepicker .datepicker-centuries .table-condensed tbody .month.focused,
.calendar[data-bg=gray] .datepicker[data-bg=white] .calendar-input .datepicker .datepicker-centuries .table-condensed tbody .month.focused,
.datepicker[data-bg=white] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-centuries .table-condensed tbody .month.focused,
.calendar[data-bg=gray] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-centuries .table-condensed tbody .month.focused,
.datepicker[data-bg=gray] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-centuries .table-condensed tbody .month.focused,
.calendar[data-bg=gray] .calendar-builds .datepicker .datepicker-centuries .table-condensed tbody .year.focused,
.calendar[data-bg=gray] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-centuries .table-condensed tbody .year.focused,
.calendar[data-bg=white] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-centuries .table-condensed tbody .year.focused,
.calendar[data-bg=gray] .calendar-input .datepicker .datepicker-centuries .table-condensed tbody .year.focused,
.calendar[data-bg=gray] .datepicker[data-bg=white] .calendar-input .datepicker .datepicker-centuries .table-condensed tbody .year.focused,
.datepicker[data-bg=white] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-centuries .table-condensed tbody .year.focused,
.calendar[data-bg=gray] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-centuries .table-condensed tbody .year.focused,
.datepicker[data-bg=gray] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-centuries .table-condensed tbody .year.focused,
.calendar[data-bg=gray] .calendar-builds .datepicker .datepicker-centuries .table-condensed tbody .decate.focused,
.calendar[data-bg=gray] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-centuries .table-condensed tbody .decate.focused,
.calendar[data-bg=white] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-centuries .table-condensed tbody .decate.focused,
.calendar[data-bg=gray] .calendar-input .datepicker .datepicker-centuries .table-condensed tbody .decate.focused,
.calendar[data-bg=gray] .datepicker[data-bg=white] .calendar-input .datepicker .datepicker-centuries .table-condensed tbody .decate.focused,
.datepicker[data-bg=white] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-centuries .table-condensed tbody .decate.focused,
.calendar[data-bg=gray] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-centuries .table-condensed tbody .decate.focused,
.datepicker[data-bg=gray] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-centuries .table-condensed tbody .decate.focused,
.calendar[data-bg=gray] .calendar-builds .datepicker .datepicker-centuries .table-condensed tbody .century.focused,
.calendar[data-bg=gray] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-centuries .table-condensed tbody .century.focused,
.calendar[data-bg=white] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-centuries .table-condensed tbody .century.focused,
.calendar[data-bg=gray] .calendar-input .datepicker .datepicker-centuries .table-condensed tbody .century.focused,
.calendar[data-bg=gray] .datepicker[data-bg=white] .calendar-input .datepicker .datepicker-centuries .table-condensed tbody .century.focused,
.datepicker[data-bg=white] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-centuries .table-condensed tbody .century.focused,
.calendar[data-bg=gray] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-centuries .table-condensed tbody .century.focused,
.datepicker[data-bg=gray] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-centuries .table-condensed tbody .century.focused,
.datepicker[data-bg=gray] .calendar-builds .datepicker .datepicker-days .table-condensed tbody .day.focused,
.datepicker[data-bg=gray] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-days .table-condensed tbody .day.focused,
.calendar[data-bg=white] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-days .table-condensed tbody .day.focused,
.datepicker[data-bg=gray] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-days .table-condensed tbody .day.focused,
.calendar[data-bg=gray] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-days .table-condensed tbody .day.focused,
.datepicker[data-bg=gray] .datepicker[data-bg=white] .calendar-input .datepicker .datepicker-days .table-condensed tbody .day.focused,
.datepicker[data-bg=white] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-days .table-condensed tbody .day.focused,
.datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-days .table-condensed tbody .day.focused,
.datepicker[data-bg=gray] .calendar-builds .datepicker .datepicker-days .table-condensed tbody .month.focused,
.datepicker[data-bg=gray] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-days .table-condensed tbody .month.focused,
.calendar[data-bg=white] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-days .table-condensed tbody .month.focused,
.datepicker[data-bg=gray] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-days .table-condensed tbody .month.focused,
.calendar[data-bg=gray] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-days .table-condensed tbody .month.focused,
.datepicker[data-bg=gray] .datepicker[data-bg=white] .calendar-input .datepicker .datepicker-days .table-condensed tbody .month.focused,
.datepicker[data-bg=white] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-days .table-condensed tbody .month.focused,
.datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-days .table-condensed tbody .month.focused,
.datepicker[data-bg=gray] .calendar-builds .datepicker .datepicker-days .table-condensed tbody .year.focused,
.datepicker[data-bg=gray] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-days .table-condensed tbody .year.focused,
.calendar[data-bg=white] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-days .table-condensed tbody .year.focused,
.datepicker[data-bg=gray] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-days .table-condensed tbody .year.focused,
.calendar[data-bg=gray] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-days .table-condensed tbody .year.focused,
.datepicker[data-bg=gray] .datepicker[data-bg=white] .calendar-input .datepicker .datepicker-days .table-condensed tbody .year.focused,
.datepicker[data-bg=white] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-days .table-condensed tbody .year.focused,
.datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-days .table-condensed tbody .year.focused,
.datepicker[data-bg=gray] .calendar-builds .datepicker .datepicker-days .table-condensed tbody .decate.focused,
.datepicker[data-bg=gray] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-days .table-condensed tbody .decate.focused,
.calendar[data-bg=white] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-days .table-condensed tbody .decate.focused,
.datepicker[data-bg=gray] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-days .table-condensed tbody .decate.focused,
.calendar[data-bg=gray] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-days .table-condensed tbody .decate.focused,
.datepicker[data-bg=gray] .datepicker[data-bg=white] .calendar-input .datepicker .datepicker-days .table-condensed tbody .decate.focused,
.datepicker[data-bg=white] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-days .table-condensed tbody .decate.focused,
.datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-days .table-condensed tbody .decate.focused,
.datepicker[data-bg=gray] .calendar-builds .datepicker .datepicker-days .table-condensed tbody .century.focused,
.datepicker[data-bg=gray] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-days .table-condensed tbody .century.focused,
.calendar[data-bg=white] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-days .table-condensed tbody .century.focused,
.datepicker[data-bg=gray] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-days .table-condensed tbody .century.focused,
.calendar[data-bg=gray] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-days .table-condensed tbody .century.focused,
.datepicker[data-bg=gray] .datepicker[data-bg=white] .calendar-input .datepicker .datepicker-days .table-condensed tbody .century.focused,
.datepicker[data-bg=white] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-days .table-condensed tbody .century.focused,
.datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-days .table-condensed tbody .century.focused,
.datepicker[data-bg=gray] .calendar-builds .datepicker .datepicker-months .table-condensed tbody .day.focused,
.datepicker[data-bg=gray] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-months .table-condensed tbody .day.focused,
.calendar[data-bg=white] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-months .table-condensed tbody .day.focused,
.datepicker[data-bg=gray] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-months .table-condensed tbody .day.focused,
.calendar[data-bg=gray] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-months .table-condensed tbody .day.focused,
.datepicker[data-bg=gray] .datepicker[data-bg=white] .calendar-input .datepicker .datepicker-months .table-condensed tbody .day.focused,
.datepicker[data-bg=white] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-months .table-condensed tbody .day.focused,
.datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-months .table-condensed tbody .day.focused,
.datepicker[data-bg=gray] .calendar-builds .datepicker .datepicker-months .table-condensed tbody .month.focused,
.datepicker[data-bg=gray] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-months .table-condensed tbody .month.focused,
.calendar[data-bg=white] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-months .table-condensed tbody .month.focused,
.datepicker[data-bg=gray] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-months .table-condensed tbody .month.focused,
.calendar[data-bg=gray] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-months .table-condensed tbody .month.focused,
.datepicker[data-bg=gray] .datepicker[data-bg=white] .calendar-input .datepicker .datepicker-months .table-condensed tbody .month.focused,
.datepicker[data-bg=white] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-months .table-condensed tbody .month.focused,
.datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-months .table-condensed tbody .month.focused,
.datepicker[data-bg=gray] .calendar-builds .datepicker .datepicker-months .table-condensed tbody .year.focused,
.datepicker[data-bg=gray] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-months .table-condensed tbody .year.focused,
.calendar[data-bg=white] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-months .table-condensed tbody .year.focused,
.datepicker[data-bg=gray] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-months .table-condensed tbody .year.focused,
.calendar[data-bg=gray] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-months .table-condensed tbody .year.focused,
.datepicker[data-bg=gray] .datepicker[data-bg=white] .calendar-input .datepicker .datepicker-months .table-condensed tbody .year.focused,
.datepicker[data-bg=white] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-months .table-condensed tbody .year.focused,
.datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-months .table-condensed tbody .year.focused,
.datepicker[data-bg=gray] .calendar-builds .datepicker .datepicker-months .table-condensed tbody .decate.focused,
.datepicker[data-bg=gray] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-months .table-condensed tbody .decate.focused,
.calendar[data-bg=white] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-months .table-condensed tbody .decate.focused,
.datepicker[data-bg=gray] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-months .table-condensed tbody .decate.focused,
.calendar[data-bg=gray] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-months .table-condensed tbody .decate.focused,
.datepicker[data-bg=gray] .datepicker[data-bg=white] .calendar-input .datepicker .datepicker-months .table-condensed tbody .decate.focused,
.datepicker[data-bg=white] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-months .table-condensed tbody .decate.focused,
.datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-months .table-condensed tbody .decate.focused,
.datepicker[data-bg=gray] .calendar-builds .datepicker .datepicker-months .table-condensed tbody .century.focused,
.datepicker[data-bg=gray] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-months .table-condensed tbody .century.focused,
.calendar[data-bg=white] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-months .table-condensed tbody .century.focused,
.datepicker[data-bg=gray] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-months .table-condensed tbody .century.focused,
.calendar[data-bg=gray] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-months .table-condensed tbody .century.focused,
.datepicker[data-bg=gray] .datepicker[data-bg=white] .calendar-input .datepicker .datepicker-months .table-condensed tbody .century.focused,
.datepicker[data-bg=white] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-months .table-condensed tbody .century.focused,
.datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-months .table-condensed tbody .century.focused,
.datepicker[data-bg=gray] .calendar-builds .datepicker .datepicker-years .table-condensed tbody .day.focused,
.datepicker[data-bg=gray] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-years .table-condensed tbody .day.focused,
.calendar[data-bg=white] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-years .table-condensed tbody .day.focused,
.datepicker[data-bg=gray] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-years .table-condensed tbody .day.focused,
.calendar[data-bg=gray] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-years .table-condensed tbody .day.focused,
.datepicker[data-bg=gray] .datepicker[data-bg=white] .calendar-input .datepicker .datepicker-years .table-condensed tbody .day.focused,
.datepicker[data-bg=white] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-years .table-condensed tbody .day.focused,
.datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-years .table-condensed tbody .day.focused,
.datepicker[data-bg=gray] .calendar-builds .datepicker .datepicker-years .table-condensed tbody .month.focused,
.datepicker[data-bg=gray] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-years .table-condensed tbody .month.focused,
.calendar[data-bg=white] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-years .table-condensed tbody .month.focused,
.datepicker[data-bg=gray] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-years .table-condensed tbody .month.focused,
.calendar[data-bg=gray] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-years .table-condensed tbody .month.focused,
.datepicker[data-bg=gray] .datepicker[data-bg=white] .calendar-input .datepicker .datepicker-years .table-condensed tbody .month.focused,
.datepicker[data-bg=white] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-years .table-condensed tbody .month.focused,
.datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-years .table-condensed tbody .month.focused,
.datepicker[data-bg=gray] .calendar-builds .datepicker .datepicker-years .table-condensed tbody .year.focused,
.datepicker[data-bg=gray] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-years .table-condensed tbody .year.focused,
.calendar[data-bg=white] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-years .table-condensed tbody .year.focused,
.datepicker[data-bg=gray] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-years .table-condensed tbody .year.focused,
.calendar[data-bg=gray] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-years .table-condensed tbody .year.focused,
.datepicker[data-bg=gray] .datepicker[data-bg=white] .calendar-input .datepicker .datepicker-years .table-condensed tbody .year.focused,
.datepicker[data-bg=white] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-years .table-condensed tbody .year.focused,
.datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-years .table-condensed tbody .year.focused,
.datepicker[data-bg=gray] .calendar-builds .datepicker .datepicker-years .table-condensed tbody .decate.focused,
.datepicker[data-bg=gray] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-years .table-condensed tbody .decate.focused,
.calendar[data-bg=white] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-years .table-condensed tbody .decate.focused,
.datepicker[data-bg=gray] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-years .table-condensed tbody .decate.focused,
.calendar[data-bg=gray] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-years .table-condensed tbody .decate.focused,
.datepicker[data-bg=gray] .datepicker[data-bg=white] .calendar-input .datepicker .datepicker-years .table-condensed tbody .decate.focused,
.datepicker[data-bg=white] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-years .table-condensed tbody .decate.focused,
.datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-years .table-condensed tbody .decate.focused,
.datepicker[data-bg=gray] .calendar-builds .datepicker .datepicker-years .table-condensed tbody .century.focused,
.datepicker[data-bg=gray] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-years .table-condensed tbody .century.focused,
.calendar[data-bg=white] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-years .table-condensed tbody .century.focused,
.datepicker[data-bg=gray] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-years .table-condensed tbody .century.focused,
.calendar[data-bg=gray] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-years .table-condensed tbody .century.focused,
.datepicker[data-bg=gray] .datepicker[data-bg=white] .calendar-input .datepicker .datepicker-years .table-condensed tbody .century.focused,
.datepicker[data-bg=white] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-years .table-condensed tbody .century.focused,
.datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-years .table-condensed tbody .century.focused,
.datepicker[data-bg=gray] .calendar-builds .datepicker .datepicker-decades .table-condensed tbody .day.focused,
.datepicker[data-bg=gray] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-decades .table-condensed tbody .day.focused,
.calendar[data-bg=white] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-decades .table-condensed tbody .day.focused,
.datepicker[data-bg=gray] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-decades .table-condensed tbody .day.focused,
.calendar[data-bg=gray] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-decades .table-condensed tbody .day.focused,
.datepicker[data-bg=gray] .datepicker[data-bg=white] .calendar-input .datepicker .datepicker-decades .table-condensed tbody .day.focused,
.datepicker[data-bg=white] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-decades .table-condensed tbody .day.focused,
.datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-decades .table-condensed tbody .day.focused,
.datepicker[data-bg=gray] .calendar-builds .datepicker .datepicker-decades .table-condensed tbody .month.focused,
.datepicker[data-bg=gray] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-decades .table-condensed tbody .month.focused,
.calendar[data-bg=white] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-decades .table-condensed tbody .month.focused,
.datepicker[data-bg=gray] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-decades .table-condensed tbody .month.focused,
.calendar[data-bg=gray] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-decades .table-condensed tbody .month.focused,
.datepicker[data-bg=gray] .datepicker[data-bg=white] .calendar-input .datepicker .datepicker-decades .table-condensed tbody .month.focused,
.datepicker[data-bg=white] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-decades .table-condensed tbody .month.focused,
.datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-decades .table-condensed tbody .month.focused,
.datepicker[data-bg=gray] .calendar-builds .datepicker .datepicker-decades .table-condensed tbody .year.focused,
.datepicker[data-bg=gray] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-decades .table-condensed tbody .year.focused,
.calendar[data-bg=white] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-decades .table-condensed tbody .year.focused,
.datepicker[data-bg=gray] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-decades .table-condensed tbody .year.focused,
.calendar[data-bg=gray] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-decades .table-condensed tbody .year.focused,
.datepicker[data-bg=gray] .datepicker[data-bg=white] .calendar-input .datepicker .datepicker-decades .table-condensed tbody .year.focused,
.datepicker[data-bg=white] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-decades .table-condensed tbody .year.focused,
.datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-decades .table-condensed tbody .year.focused,
.datepicker[data-bg=gray] .calendar-builds .datepicker .datepicker-decades .table-condensed tbody .decate.focused,
.datepicker[data-bg=gray] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-decades .table-condensed tbody .decate.focused,
.calendar[data-bg=white] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-decades .table-condensed tbody .decate.focused,
.datepicker[data-bg=gray] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-decades .table-condensed tbody .decate.focused,
.calendar[data-bg=gray] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-decades .table-condensed tbody .decate.focused,
.datepicker[data-bg=gray] .datepicker[data-bg=white] .calendar-input .datepicker .datepicker-decades .table-condensed tbody .decate.focused,
.datepicker[data-bg=white] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-decades .table-condensed tbody .decate.focused,
.datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-decades .table-condensed tbody .decate.focused,
.datepicker[data-bg=gray] .calendar-builds .datepicker .datepicker-decades .table-condensed tbody .century.focused,
.datepicker[data-bg=gray] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-decades .table-condensed tbody .century.focused,
.calendar[data-bg=white] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-decades .table-condensed tbody .century.focused,
.datepicker[data-bg=gray] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-decades .table-condensed tbody .century.focused,
.calendar[data-bg=gray] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-decades .table-condensed tbody .century.focused,
.datepicker[data-bg=gray] .datepicker[data-bg=white] .calendar-input .datepicker .datepicker-decades .table-condensed tbody .century.focused,
.datepicker[data-bg=white] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-decades .table-condensed tbody .century.focused,
.datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-decades .table-condensed tbody .century.focused,
.datepicker[data-bg=gray] .calendar-builds .datepicker .datepicker-centuries .table-condensed tbody .day.focused,
.datepicker[data-bg=gray] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-centuries .table-condensed tbody .day.focused,
.calendar[data-bg=white] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-centuries .table-condensed tbody .day.focused,
.datepicker[data-bg=gray] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-centuries .table-condensed tbody .day.focused,
.calendar[data-bg=gray] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-centuries .table-condensed tbody .day.focused,
.datepicker[data-bg=gray] .datepicker[data-bg=white] .calendar-input .datepicker .datepicker-centuries .table-condensed tbody .day.focused,
.datepicker[data-bg=white] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-centuries .table-condensed tbody .day.focused,
.datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-centuries .table-condensed tbody .day.focused,
.datepicker[data-bg=gray] .calendar-builds .datepicker .datepicker-centuries .table-condensed tbody .month.focused,
.datepicker[data-bg=gray] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-centuries .table-condensed tbody .month.focused,
.calendar[data-bg=white] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-centuries .table-condensed tbody .month.focused,
.datepicker[data-bg=gray] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-centuries .table-condensed tbody .month.focused,
.calendar[data-bg=gray] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-centuries .table-condensed tbody .month.focused,
.datepicker[data-bg=gray] .datepicker[data-bg=white] .calendar-input .datepicker .datepicker-centuries .table-condensed tbody .month.focused,
.datepicker[data-bg=white] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-centuries .table-condensed tbody .month.focused,
.datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-centuries .table-condensed tbody .month.focused,
.datepicker[data-bg=gray] .calendar-builds .datepicker .datepicker-centuries .table-condensed tbody .year.focused,
.datepicker[data-bg=gray] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-centuries .table-condensed tbody .year.focused,
.calendar[data-bg=white] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-centuries .table-condensed tbody .year.focused,
.datepicker[data-bg=gray] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-centuries .table-condensed tbody .year.focused,
.calendar[data-bg=gray] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-centuries .table-condensed tbody .year.focused,
.datepicker[data-bg=gray] .datepicker[data-bg=white] .calendar-input .datepicker .datepicker-centuries .table-condensed tbody .year.focused,
.datepicker[data-bg=white] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-centuries .table-condensed tbody .year.focused,
.datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-centuries .table-condensed tbody .year.focused,
.datepicker[data-bg=gray] .calendar-builds .datepicker .datepicker-centuries .table-condensed tbody .decate.focused,
.datepicker[data-bg=gray] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-centuries .table-condensed tbody .decate.focused,
.calendar[data-bg=white] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-centuries .table-condensed tbody .decate.focused,
.datepicker[data-bg=gray] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-centuries .table-condensed tbody .decate.focused,
.calendar[data-bg=gray] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-centuries .table-condensed tbody .decate.focused,
.datepicker[data-bg=gray] .datepicker[data-bg=white] .calendar-input .datepicker .datepicker-centuries .table-condensed tbody .decate.focused,
.datepicker[data-bg=white] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-centuries .table-condensed tbody .decate.focused,
.datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-centuries .table-condensed tbody .decate.focused,
.datepicker[data-bg=gray] .calendar-builds .datepicker .datepicker-centuries .table-condensed tbody .century.focused,
.datepicker[data-bg=gray] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-centuries .table-condensed tbody .century.focused,
.calendar[data-bg=white] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-centuries .table-condensed tbody .century.focused,
.datepicker[data-bg=gray] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-centuries .table-condensed tbody .century.focused,
.calendar[data-bg=gray] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-centuries .table-condensed tbody .century.focused,
.datepicker[data-bg=gray] .datepicker[data-bg=white] .calendar-input .datepicker .datepicker-centuries .table-condensed tbody .century.focused,
.datepicker[data-bg=white] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-centuries .table-condensed tbody .century.focused,
.datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-centuries .table-condensed tbody .century.focused {
  background-color: var(--white);
}
.calendar[data-bg=gray] .calendar-builds .datepicker .datepicker-days .table-condensed tbody .day.today, .calendar[data-bg=gray] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-days .table-condensed tbody .day.today, .calendar[data-bg=white] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-days .table-condensed tbody .day.today, .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-days .table-condensed tbody .day.today,
.calendar[data-bg=gray] .datepicker[data-bg=white] .calendar-input .datepicker .datepicker-days .table-condensed tbody .day.today,
.datepicker[data-bg=white] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-days .table-condensed tbody .day.today,
.calendar[data-bg=gray] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-days .table-condensed tbody .day.today,
.datepicker[data-bg=gray] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-days .table-condensed tbody .day.today, .calendar[data-bg=gray] .calendar-builds .datepicker .datepicker-days .table-condensed tbody .day.active, .calendar[data-bg=gray] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-days .table-condensed tbody .day.active, .calendar[data-bg=white] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-days .table-condensed tbody .day.active, .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-days .table-condensed tbody .day.active,
.calendar[data-bg=gray] .datepicker[data-bg=white] .calendar-input .datepicker .datepicker-days .table-condensed tbody .day.active,
.datepicker[data-bg=white] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-days .table-condensed tbody .day.active,
.calendar[data-bg=gray] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-days .table-condensed tbody .day.active,
.datepicker[data-bg=gray] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-days .table-condensed tbody .day.active,
.calendar[data-bg=gray] .calendar-builds .datepicker .datepicker-days .table-condensed tbody .month.today,
.calendar[data-bg=gray] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-days .table-condensed tbody .month.today,
.calendar[data-bg=white] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-days .table-condensed tbody .month.today,
.calendar[data-bg=gray] .calendar-input .datepicker .datepicker-days .table-condensed tbody .month.today,
.calendar[data-bg=gray] .datepicker[data-bg=white] .calendar-input .datepicker .datepicker-days .table-condensed tbody .month.today,
.datepicker[data-bg=white] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-days .table-condensed tbody .month.today,
.calendar[data-bg=gray] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-days .table-condensed tbody .month.today,
.datepicker[data-bg=gray] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-days .table-condensed tbody .month.today,
.calendar[data-bg=gray] .calendar-builds .datepicker .datepicker-days .table-condensed tbody .month.active,
.calendar[data-bg=gray] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-days .table-condensed tbody .month.active,
.calendar[data-bg=white] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-days .table-condensed tbody .month.active,
.calendar[data-bg=gray] .calendar-input .datepicker .datepicker-days .table-condensed tbody .month.active,
.calendar[data-bg=gray] .datepicker[data-bg=white] .calendar-input .datepicker .datepicker-days .table-condensed tbody .month.active,
.datepicker[data-bg=white] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-days .table-condensed tbody .month.active,
.calendar[data-bg=gray] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-days .table-condensed tbody .month.active,
.datepicker[data-bg=gray] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-days .table-condensed tbody .month.active,
.calendar[data-bg=gray] .calendar-builds .datepicker .datepicker-days .table-condensed tbody .year.today,
.calendar[data-bg=gray] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-days .table-condensed tbody .year.today,
.calendar[data-bg=white] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-days .table-condensed tbody .year.today,
.calendar[data-bg=gray] .calendar-input .datepicker .datepicker-days .table-condensed tbody .year.today,
.calendar[data-bg=gray] .datepicker[data-bg=white] .calendar-input .datepicker .datepicker-days .table-condensed tbody .year.today,
.datepicker[data-bg=white] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-days .table-condensed tbody .year.today,
.calendar[data-bg=gray] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-days .table-condensed tbody .year.today,
.datepicker[data-bg=gray] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-days .table-condensed tbody .year.today,
.calendar[data-bg=gray] .calendar-builds .datepicker .datepicker-days .table-condensed tbody .year.active,
.calendar[data-bg=gray] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-days .table-condensed tbody .year.active,
.calendar[data-bg=white] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-days .table-condensed tbody .year.active,
.calendar[data-bg=gray] .calendar-input .datepicker .datepicker-days .table-condensed tbody .year.active,
.calendar[data-bg=gray] .datepicker[data-bg=white] .calendar-input .datepicker .datepicker-days .table-condensed tbody .year.active,
.datepicker[data-bg=white] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-days .table-condensed tbody .year.active,
.calendar[data-bg=gray] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-days .table-condensed tbody .year.active,
.datepicker[data-bg=gray] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-days .table-condensed tbody .year.active,
.calendar[data-bg=gray] .calendar-builds .datepicker .datepicker-days .table-condensed tbody .decate.today,
.calendar[data-bg=gray] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-days .table-condensed tbody .decate.today,
.calendar[data-bg=white] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-days .table-condensed tbody .decate.today,
.calendar[data-bg=gray] .calendar-input .datepicker .datepicker-days .table-condensed tbody .decate.today,
.calendar[data-bg=gray] .datepicker[data-bg=white] .calendar-input .datepicker .datepicker-days .table-condensed tbody .decate.today,
.datepicker[data-bg=white] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-days .table-condensed tbody .decate.today,
.calendar[data-bg=gray] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-days .table-condensed tbody .decate.today,
.datepicker[data-bg=gray] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-days .table-condensed tbody .decate.today,
.calendar[data-bg=gray] .calendar-builds .datepicker .datepicker-days .table-condensed tbody .decate.active,
.calendar[data-bg=gray] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-days .table-condensed tbody .decate.active,
.calendar[data-bg=white] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-days .table-condensed tbody .decate.active,
.calendar[data-bg=gray] .calendar-input .datepicker .datepicker-days .table-condensed tbody .decate.active,
.calendar[data-bg=gray] .datepicker[data-bg=white] .calendar-input .datepicker .datepicker-days .table-condensed tbody .decate.active,
.datepicker[data-bg=white] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-days .table-condensed tbody .decate.active,
.calendar[data-bg=gray] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-days .table-condensed tbody .decate.active,
.datepicker[data-bg=gray] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-days .table-condensed tbody .decate.active,
.calendar[data-bg=gray] .calendar-builds .datepicker .datepicker-days .table-condensed tbody .century.today,
.calendar[data-bg=gray] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-days .table-condensed tbody .century.today,
.calendar[data-bg=white] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-days .table-condensed tbody .century.today,
.calendar[data-bg=gray] .calendar-input .datepicker .datepicker-days .table-condensed tbody .century.today,
.calendar[data-bg=gray] .datepicker[data-bg=white] .calendar-input .datepicker .datepicker-days .table-condensed tbody .century.today,
.datepicker[data-bg=white] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-days .table-condensed tbody .century.today,
.calendar[data-bg=gray] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-days .table-condensed tbody .century.today,
.datepicker[data-bg=gray] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-days .table-condensed tbody .century.today,
.calendar[data-bg=gray] .calendar-builds .datepicker .datepicker-days .table-condensed tbody .century.active,
.calendar[data-bg=gray] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-days .table-condensed tbody .century.active,
.calendar[data-bg=white] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-days .table-condensed tbody .century.active,
.calendar[data-bg=gray] .calendar-input .datepicker .datepicker-days .table-condensed tbody .century.active,
.calendar[data-bg=gray] .datepicker[data-bg=white] .calendar-input .datepicker .datepicker-days .table-condensed tbody .century.active,
.datepicker[data-bg=white] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-days .table-condensed tbody .century.active,
.calendar[data-bg=gray] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-days .table-condensed tbody .century.active,
.datepicker[data-bg=gray] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-days .table-condensed tbody .century.active,
.calendar[data-bg=gray] .calendar-builds .datepicker .datepicker-months .table-condensed tbody .day.today,
.calendar[data-bg=gray] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-months .table-condensed tbody .day.today,
.calendar[data-bg=white] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-months .table-condensed tbody .day.today,
.calendar[data-bg=gray] .calendar-input .datepicker .datepicker-months .table-condensed tbody .day.today,
.calendar[data-bg=gray] .datepicker[data-bg=white] .calendar-input .datepicker .datepicker-months .table-condensed tbody .day.today,
.datepicker[data-bg=white] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-months .table-condensed tbody .day.today,
.calendar[data-bg=gray] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-months .table-condensed tbody .day.today,
.datepicker[data-bg=gray] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-months .table-condensed tbody .day.today,
.calendar[data-bg=gray] .calendar-builds .datepicker .datepicker-months .table-condensed tbody .day.active,
.calendar[data-bg=gray] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-months .table-condensed tbody .day.active,
.calendar[data-bg=white] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-months .table-condensed tbody .day.active,
.calendar[data-bg=gray] .calendar-input .datepicker .datepicker-months .table-condensed tbody .day.active,
.calendar[data-bg=gray] .datepicker[data-bg=white] .calendar-input .datepicker .datepicker-months .table-condensed tbody .day.active,
.datepicker[data-bg=white] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-months .table-condensed tbody .day.active,
.calendar[data-bg=gray] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-months .table-condensed tbody .day.active,
.datepicker[data-bg=gray] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-months .table-condensed tbody .day.active,
.calendar[data-bg=gray] .calendar-builds .datepicker .datepicker-months .table-condensed tbody .month.today,
.calendar[data-bg=gray] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-months .table-condensed tbody .month.today,
.calendar[data-bg=white] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-months .table-condensed tbody .month.today,
.calendar[data-bg=gray] .calendar-input .datepicker .datepicker-months .table-condensed tbody .month.today,
.calendar[data-bg=gray] .datepicker[data-bg=white] .calendar-input .datepicker .datepicker-months .table-condensed tbody .month.today,
.datepicker[data-bg=white] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-months .table-condensed tbody .month.today,
.calendar[data-bg=gray] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-months .table-condensed tbody .month.today,
.datepicker[data-bg=gray] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-months .table-condensed tbody .month.today,
.calendar[data-bg=gray] .calendar-builds .datepicker .datepicker-months .table-condensed tbody .month.active,
.calendar[data-bg=gray] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-months .table-condensed tbody .month.active,
.calendar[data-bg=white] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-months .table-condensed tbody .month.active,
.calendar[data-bg=gray] .calendar-input .datepicker .datepicker-months .table-condensed tbody .month.active,
.calendar[data-bg=gray] .datepicker[data-bg=white] .calendar-input .datepicker .datepicker-months .table-condensed tbody .month.active,
.datepicker[data-bg=white] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-months .table-condensed tbody .month.active,
.calendar[data-bg=gray] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-months .table-condensed tbody .month.active,
.datepicker[data-bg=gray] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-months .table-condensed tbody .month.active,
.calendar[data-bg=gray] .calendar-builds .datepicker .datepicker-months .table-condensed tbody .year.today,
.calendar[data-bg=gray] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-months .table-condensed tbody .year.today,
.calendar[data-bg=white] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-months .table-condensed tbody .year.today,
.calendar[data-bg=gray] .calendar-input .datepicker .datepicker-months .table-condensed tbody .year.today,
.calendar[data-bg=gray] .datepicker[data-bg=white] .calendar-input .datepicker .datepicker-months .table-condensed tbody .year.today,
.datepicker[data-bg=white] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-months .table-condensed tbody .year.today,
.calendar[data-bg=gray] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-months .table-condensed tbody .year.today,
.datepicker[data-bg=gray] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-months .table-condensed tbody .year.today,
.calendar[data-bg=gray] .calendar-builds .datepicker .datepicker-months .table-condensed tbody .year.active,
.calendar[data-bg=gray] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-months .table-condensed tbody .year.active,
.calendar[data-bg=white] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-months .table-condensed tbody .year.active,
.calendar[data-bg=gray] .calendar-input .datepicker .datepicker-months .table-condensed tbody .year.active,
.calendar[data-bg=gray] .datepicker[data-bg=white] .calendar-input .datepicker .datepicker-months .table-condensed tbody .year.active,
.datepicker[data-bg=white] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-months .table-condensed tbody .year.active,
.calendar[data-bg=gray] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-months .table-condensed tbody .year.active,
.datepicker[data-bg=gray] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-months .table-condensed tbody .year.active,
.calendar[data-bg=gray] .calendar-builds .datepicker .datepicker-months .table-condensed tbody .decate.today,
.calendar[data-bg=gray] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-months .table-condensed tbody .decate.today,
.calendar[data-bg=white] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-months .table-condensed tbody .decate.today,
.calendar[data-bg=gray] .calendar-input .datepicker .datepicker-months .table-condensed tbody .decate.today,
.calendar[data-bg=gray] .datepicker[data-bg=white] .calendar-input .datepicker .datepicker-months .table-condensed tbody .decate.today,
.datepicker[data-bg=white] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-months .table-condensed tbody .decate.today,
.calendar[data-bg=gray] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-months .table-condensed tbody .decate.today,
.datepicker[data-bg=gray] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-months .table-condensed tbody .decate.today,
.calendar[data-bg=gray] .calendar-builds .datepicker .datepicker-months .table-condensed tbody .decate.active,
.calendar[data-bg=gray] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-months .table-condensed tbody .decate.active,
.calendar[data-bg=white] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-months .table-condensed tbody .decate.active,
.calendar[data-bg=gray] .calendar-input .datepicker .datepicker-months .table-condensed tbody .decate.active,
.calendar[data-bg=gray] .datepicker[data-bg=white] .calendar-input .datepicker .datepicker-months .table-condensed tbody .decate.active,
.datepicker[data-bg=white] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-months .table-condensed tbody .decate.active,
.calendar[data-bg=gray] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-months .table-condensed tbody .decate.active,
.datepicker[data-bg=gray] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-months .table-condensed tbody .decate.active,
.calendar[data-bg=gray] .calendar-builds .datepicker .datepicker-months .table-condensed tbody .century.today,
.calendar[data-bg=gray] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-months .table-condensed tbody .century.today,
.calendar[data-bg=white] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-months .table-condensed tbody .century.today,
.calendar[data-bg=gray] .calendar-input .datepicker .datepicker-months .table-condensed tbody .century.today,
.calendar[data-bg=gray] .datepicker[data-bg=white] .calendar-input .datepicker .datepicker-months .table-condensed tbody .century.today,
.datepicker[data-bg=white] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-months .table-condensed tbody .century.today,
.calendar[data-bg=gray] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-months .table-condensed tbody .century.today,
.datepicker[data-bg=gray] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-months .table-condensed tbody .century.today,
.calendar[data-bg=gray] .calendar-builds .datepicker .datepicker-months .table-condensed tbody .century.active,
.calendar[data-bg=gray] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-months .table-condensed tbody .century.active,
.calendar[data-bg=white] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-months .table-condensed tbody .century.active,
.calendar[data-bg=gray] .calendar-input .datepicker .datepicker-months .table-condensed tbody .century.active,
.calendar[data-bg=gray] .datepicker[data-bg=white] .calendar-input .datepicker .datepicker-months .table-condensed tbody .century.active,
.datepicker[data-bg=white] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-months .table-condensed tbody .century.active,
.calendar[data-bg=gray] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-months .table-condensed tbody .century.active,
.datepicker[data-bg=gray] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-months .table-condensed tbody .century.active,
.calendar[data-bg=gray] .calendar-builds .datepicker .datepicker-years .table-condensed tbody .day.today,
.calendar[data-bg=gray] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-years .table-condensed tbody .day.today,
.calendar[data-bg=white] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-years .table-condensed tbody .day.today,
.calendar[data-bg=gray] .calendar-input .datepicker .datepicker-years .table-condensed tbody .day.today,
.calendar[data-bg=gray] .datepicker[data-bg=white] .calendar-input .datepicker .datepicker-years .table-condensed tbody .day.today,
.datepicker[data-bg=white] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-years .table-condensed tbody .day.today,
.calendar[data-bg=gray] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-years .table-condensed tbody .day.today,
.datepicker[data-bg=gray] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-years .table-condensed tbody .day.today,
.calendar[data-bg=gray] .calendar-builds .datepicker .datepicker-years .table-condensed tbody .day.active,
.calendar[data-bg=gray] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-years .table-condensed tbody .day.active,
.calendar[data-bg=white] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-years .table-condensed tbody .day.active,
.calendar[data-bg=gray] .calendar-input .datepicker .datepicker-years .table-condensed tbody .day.active,
.calendar[data-bg=gray] .datepicker[data-bg=white] .calendar-input .datepicker .datepicker-years .table-condensed tbody .day.active,
.datepicker[data-bg=white] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-years .table-condensed tbody .day.active,
.calendar[data-bg=gray] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-years .table-condensed tbody .day.active,
.datepicker[data-bg=gray] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-years .table-condensed tbody .day.active,
.calendar[data-bg=gray] .calendar-builds .datepicker .datepicker-years .table-condensed tbody .month.today,
.calendar[data-bg=gray] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-years .table-condensed tbody .month.today,
.calendar[data-bg=white] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-years .table-condensed tbody .month.today,
.calendar[data-bg=gray] .calendar-input .datepicker .datepicker-years .table-condensed tbody .month.today,
.calendar[data-bg=gray] .datepicker[data-bg=white] .calendar-input .datepicker .datepicker-years .table-condensed tbody .month.today,
.datepicker[data-bg=white] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-years .table-condensed tbody .month.today,
.calendar[data-bg=gray] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-years .table-condensed tbody .month.today,
.datepicker[data-bg=gray] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-years .table-condensed tbody .month.today,
.calendar[data-bg=gray] .calendar-builds .datepicker .datepicker-years .table-condensed tbody .month.active,
.calendar[data-bg=gray] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-years .table-condensed tbody .month.active,
.calendar[data-bg=white] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-years .table-condensed tbody .month.active,
.calendar[data-bg=gray] .calendar-input .datepicker .datepicker-years .table-condensed tbody .month.active,
.calendar[data-bg=gray] .datepicker[data-bg=white] .calendar-input .datepicker .datepicker-years .table-condensed tbody .month.active,
.datepicker[data-bg=white] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-years .table-condensed tbody .month.active,
.calendar[data-bg=gray] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-years .table-condensed tbody .month.active,
.datepicker[data-bg=gray] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-years .table-condensed tbody .month.active,
.calendar[data-bg=gray] .calendar-builds .datepicker .datepicker-years .table-condensed tbody .year.today,
.calendar[data-bg=gray] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-years .table-condensed tbody .year.today,
.calendar[data-bg=white] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-years .table-condensed tbody .year.today,
.calendar[data-bg=gray] .calendar-input .datepicker .datepicker-years .table-condensed tbody .year.today,
.calendar[data-bg=gray] .datepicker[data-bg=white] .calendar-input .datepicker .datepicker-years .table-condensed tbody .year.today,
.datepicker[data-bg=white] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-years .table-condensed tbody .year.today,
.calendar[data-bg=gray] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-years .table-condensed tbody .year.today,
.datepicker[data-bg=gray] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-years .table-condensed tbody .year.today,
.calendar[data-bg=gray] .calendar-builds .datepicker .datepicker-years .table-condensed tbody .year.active,
.calendar[data-bg=gray] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-years .table-condensed tbody .year.active,
.calendar[data-bg=white] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-years .table-condensed tbody .year.active,
.calendar[data-bg=gray] .calendar-input .datepicker .datepicker-years .table-condensed tbody .year.active,
.calendar[data-bg=gray] .datepicker[data-bg=white] .calendar-input .datepicker .datepicker-years .table-condensed tbody .year.active,
.datepicker[data-bg=white] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-years .table-condensed tbody .year.active,
.calendar[data-bg=gray] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-years .table-condensed tbody .year.active,
.datepicker[data-bg=gray] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-years .table-condensed tbody .year.active,
.calendar[data-bg=gray] .calendar-builds .datepicker .datepicker-years .table-condensed tbody .decate.today,
.calendar[data-bg=gray] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-years .table-condensed tbody .decate.today,
.calendar[data-bg=white] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-years .table-condensed tbody .decate.today,
.calendar[data-bg=gray] .calendar-input .datepicker .datepicker-years .table-condensed tbody .decate.today,
.calendar[data-bg=gray] .datepicker[data-bg=white] .calendar-input .datepicker .datepicker-years .table-condensed tbody .decate.today,
.datepicker[data-bg=white] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-years .table-condensed tbody .decate.today,
.calendar[data-bg=gray] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-years .table-condensed tbody .decate.today,
.datepicker[data-bg=gray] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-years .table-condensed tbody .decate.today,
.calendar[data-bg=gray] .calendar-builds .datepicker .datepicker-years .table-condensed tbody .decate.active,
.calendar[data-bg=gray] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-years .table-condensed tbody .decate.active,
.calendar[data-bg=white] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-years .table-condensed tbody .decate.active,
.calendar[data-bg=gray] .calendar-input .datepicker .datepicker-years .table-condensed tbody .decate.active,
.calendar[data-bg=gray] .datepicker[data-bg=white] .calendar-input .datepicker .datepicker-years .table-condensed tbody .decate.active,
.datepicker[data-bg=white] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-years .table-condensed tbody .decate.active,
.calendar[data-bg=gray] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-years .table-condensed tbody .decate.active,
.datepicker[data-bg=gray] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-years .table-condensed tbody .decate.active,
.calendar[data-bg=gray] .calendar-builds .datepicker .datepicker-years .table-condensed tbody .century.today,
.calendar[data-bg=gray] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-years .table-condensed tbody .century.today,
.calendar[data-bg=white] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-years .table-condensed tbody .century.today,
.calendar[data-bg=gray] .calendar-input .datepicker .datepicker-years .table-condensed tbody .century.today,
.calendar[data-bg=gray] .datepicker[data-bg=white] .calendar-input .datepicker .datepicker-years .table-condensed tbody .century.today,
.datepicker[data-bg=white] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-years .table-condensed tbody .century.today,
.calendar[data-bg=gray] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-years .table-condensed tbody .century.today,
.datepicker[data-bg=gray] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-years .table-condensed tbody .century.today,
.calendar[data-bg=gray] .calendar-builds .datepicker .datepicker-years .table-condensed tbody .century.active,
.calendar[data-bg=gray] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-years .table-condensed tbody .century.active,
.calendar[data-bg=white] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-years .table-condensed tbody .century.active,
.calendar[data-bg=gray] .calendar-input .datepicker .datepicker-years .table-condensed tbody .century.active,
.calendar[data-bg=gray] .datepicker[data-bg=white] .calendar-input .datepicker .datepicker-years .table-condensed tbody .century.active,
.datepicker[data-bg=white] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-years .table-condensed tbody .century.active,
.calendar[data-bg=gray] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-years .table-condensed tbody .century.active,
.datepicker[data-bg=gray] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-years .table-condensed tbody .century.active,
.calendar[data-bg=gray] .calendar-builds .datepicker .datepicker-decades .table-condensed tbody .day.today,
.calendar[data-bg=gray] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-decades .table-condensed tbody .day.today,
.calendar[data-bg=white] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-decades .table-condensed tbody .day.today,
.calendar[data-bg=gray] .calendar-input .datepicker .datepicker-decades .table-condensed tbody .day.today,
.calendar[data-bg=gray] .datepicker[data-bg=white] .calendar-input .datepicker .datepicker-decades .table-condensed tbody .day.today,
.datepicker[data-bg=white] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-decades .table-condensed tbody .day.today,
.calendar[data-bg=gray] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-decades .table-condensed tbody .day.today,
.datepicker[data-bg=gray] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-decades .table-condensed tbody .day.today,
.calendar[data-bg=gray] .calendar-builds .datepicker .datepicker-decades .table-condensed tbody .day.active,
.calendar[data-bg=gray] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-decades .table-condensed tbody .day.active,
.calendar[data-bg=white] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-decades .table-condensed tbody .day.active,
.calendar[data-bg=gray] .calendar-input .datepicker .datepicker-decades .table-condensed tbody .day.active,
.calendar[data-bg=gray] .datepicker[data-bg=white] .calendar-input .datepicker .datepicker-decades .table-condensed tbody .day.active,
.datepicker[data-bg=white] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-decades .table-condensed tbody .day.active,
.calendar[data-bg=gray] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-decades .table-condensed tbody .day.active,
.datepicker[data-bg=gray] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-decades .table-condensed tbody .day.active,
.calendar[data-bg=gray] .calendar-builds .datepicker .datepicker-decades .table-condensed tbody .month.today,
.calendar[data-bg=gray] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-decades .table-condensed tbody .month.today,
.calendar[data-bg=white] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-decades .table-condensed tbody .month.today,
.calendar[data-bg=gray] .calendar-input .datepicker .datepicker-decades .table-condensed tbody .month.today,
.calendar[data-bg=gray] .datepicker[data-bg=white] .calendar-input .datepicker .datepicker-decades .table-condensed tbody .month.today,
.datepicker[data-bg=white] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-decades .table-condensed tbody .month.today,
.calendar[data-bg=gray] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-decades .table-condensed tbody .month.today,
.datepicker[data-bg=gray] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-decades .table-condensed tbody .month.today,
.calendar[data-bg=gray] .calendar-builds .datepicker .datepicker-decades .table-condensed tbody .month.active,
.calendar[data-bg=gray] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-decades .table-condensed tbody .month.active,
.calendar[data-bg=white] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-decades .table-condensed tbody .month.active,
.calendar[data-bg=gray] .calendar-input .datepicker .datepicker-decades .table-condensed tbody .month.active,
.calendar[data-bg=gray] .datepicker[data-bg=white] .calendar-input .datepicker .datepicker-decades .table-condensed tbody .month.active,
.datepicker[data-bg=white] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-decades .table-condensed tbody .month.active,
.calendar[data-bg=gray] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-decades .table-condensed tbody .month.active,
.datepicker[data-bg=gray] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-decades .table-condensed tbody .month.active,
.calendar[data-bg=gray] .calendar-builds .datepicker .datepicker-decades .table-condensed tbody .year.today,
.calendar[data-bg=gray] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-decades .table-condensed tbody .year.today,
.calendar[data-bg=white] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-decades .table-condensed tbody .year.today,
.calendar[data-bg=gray] .calendar-input .datepicker .datepicker-decades .table-condensed tbody .year.today,
.calendar[data-bg=gray] .datepicker[data-bg=white] .calendar-input .datepicker .datepicker-decades .table-condensed tbody .year.today,
.datepicker[data-bg=white] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-decades .table-condensed tbody .year.today,
.calendar[data-bg=gray] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-decades .table-condensed tbody .year.today,
.datepicker[data-bg=gray] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-decades .table-condensed tbody .year.today,
.calendar[data-bg=gray] .calendar-builds .datepicker .datepicker-decades .table-condensed tbody .year.active,
.calendar[data-bg=gray] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-decades .table-condensed tbody .year.active,
.calendar[data-bg=white] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-decades .table-condensed tbody .year.active,
.calendar[data-bg=gray] .calendar-input .datepicker .datepicker-decades .table-condensed tbody .year.active,
.calendar[data-bg=gray] .datepicker[data-bg=white] .calendar-input .datepicker .datepicker-decades .table-condensed tbody .year.active,
.datepicker[data-bg=white] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-decades .table-condensed tbody .year.active,
.calendar[data-bg=gray] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-decades .table-condensed tbody .year.active,
.datepicker[data-bg=gray] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-decades .table-condensed tbody .year.active,
.calendar[data-bg=gray] .calendar-builds .datepicker .datepicker-decades .table-condensed tbody .decate.today,
.calendar[data-bg=gray] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-decades .table-condensed tbody .decate.today,
.calendar[data-bg=white] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-decades .table-condensed tbody .decate.today,
.calendar[data-bg=gray] .calendar-input .datepicker .datepicker-decades .table-condensed tbody .decate.today,
.calendar[data-bg=gray] .datepicker[data-bg=white] .calendar-input .datepicker .datepicker-decades .table-condensed tbody .decate.today,
.datepicker[data-bg=white] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-decades .table-condensed tbody .decate.today,
.calendar[data-bg=gray] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-decades .table-condensed tbody .decate.today,
.datepicker[data-bg=gray] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-decades .table-condensed tbody .decate.today,
.calendar[data-bg=gray] .calendar-builds .datepicker .datepicker-decades .table-condensed tbody .decate.active,
.calendar[data-bg=gray] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-decades .table-condensed tbody .decate.active,
.calendar[data-bg=white] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-decades .table-condensed tbody .decate.active,
.calendar[data-bg=gray] .calendar-input .datepicker .datepicker-decades .table-condensed tbody .decate.active,
.calendar[data-bg=gray] .datepicker[data-bg=white] .calendar-input .datepicker .datepicker-decades .table-condensed tbody .decate.active,
.datepicker[data-bg=white] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-decades .table-condensed tbody .decate.active,
.calendar[data-bg=gray] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-decades .table-condensed tbody .decate.active,
.datepicker[data-bg=gray] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-decades .table-condensed tbody .decate.active,
.calendar[data-bg=gray] .calendar-builds .datepicker .datepicker-decades .table-condensed tbody .century.today,
.calendar[data-bg=gray] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-decades .table-condensed tbody .century.today,
.calendar[data-bg=white] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-decades .table-condensed tbody .century.today,
.calendar[data-bg=gray] .calendar-input .datepicker .datepicker-decades .table-condensed tbody .century.today,
.calendar[data-bg=gray] .datepicker[data-bg=white] .calendar-input .datepicker .datepicker-decades .table-condensed tbody .century.today,
.datepicker[data-bg=white] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-decades .table-condensed tbody .century.today,
.calendar[data-bg=gray] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-decades .table-condensed tbody .century.today,
.datepicker[data-bg=gray] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-decades .table-condensed tbody .century.today,
.calendar[data-bg=gray] .calendar-builds .datepicker .datepicker-decades .table-condensed tbody .century.active,
.calendar[data-bg=gray] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-decades .table-condensed tbody .century.active,
.calendar[data-bg=white] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-decades .table-condensed tbody .century.active,
.calendar[data-bg=gray] .calendar-input .datepicker .datepicker-decades .table-condensed tbody .century.active,
.calendar[data-bg=gray] .datepicker[data-bg=white] .calendar-input .datepicker .datepicker-decades .table-condensed tbody .century.active,
.datepicker[data-bg=white] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-decades .table-condensed tbody .century.active,
.calendar[data-bg=gray] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-decades .table-condensed tbody .century.active,
.datepicker[data-bg=gray] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-decades .table-condensed tbody .century.active,
.calendar[data-bg=gray] .calendar-builds .datepicker .datepicker-centuries .table-condensed tbody .day.today,
.calendar[data-bg=gray] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-centuries .table-condensed tbody .day.today,
.calendar[data-bg=white] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-centuries .table-condensed tbody .day.today,
.calendar[data-bg=gray] .calendar-input .datepicker .datepicker-centuries .table-condensed tbody .day.today,
.calendar[data-bg=gray] .datepicker[data-bg=white] .calendar-input .datepicker .datepicker-centuries .table-condensed tbody .day.today,
.datepicker[data-bg=white] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-centuries .table-condensed tbody .day.today,
.calendar[data-bg=gray] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-centuries .table-condensed tbody .day.today,
.datepicker[data-bg=gray] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-centuries .table-condensed tbody .day.today,
.calendar[data-bg=gray] .calendar-builds .datepicker .datepicker-centuries .table-condensed tbody .day.active,
.calendar[data-bg=gray] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-centuries .table-condensed tbody .day.active,
.calendar[data-bg=white] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-centuries .table-condensed tbody .day.active,
.calendar[data-bg=gray] .calendar-input .datepicker .datepicker-centuries .table-condensed tbody .day.active,
.calendar[data-bg=gray] .datepicker[data-bg=white] .calendar-input .datepicker .datepicker-centuries .table-condensed tbody .day.active,
.datepicker[data-bg=white] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-centuries .table-condensed tbody .day.active,
.calendar[data-bg=gray] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-centuries .table-condensed tbody .day.active,
.datepicker[data-bg=gray] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-centuries .table-condensed tbody .day.active,
.calendar[data-bg=gray] .calendar-builds .datepicker .datepicker-centuries .table-condensed tbody .month.today,
.calendar[data-bg=gray] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-centuries .table-condensed tbody .month.today,
.calendar[data-bg=white] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-centuries .table-condensed tbody .month.today,
.calendar[data-bg=gray] .calendar-input .datepicker .datepicker-centuries .table-condensed tbody .month.today,
.calendar[data-bg=gray] .datepicker[data-bg=white] .calendar-input .datepicker .datepicker-centuries .table-condensed tbody .month.today,
.datepicker[data-bg=white] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-centuries .table-condensed tbody .month.today,
.calendar[data-bg=gray] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-centuries .table-condensed tbody .month.today,
.datepicker[data-bg=gray] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-centuries .table-condensed tbody .month.today,
.calendar[data-bg=gray] .calendar-builds .datepicker .datepicker-centuries .table-condensed tbody .month.active,
.calendar[data-bg=gray] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-centuries .table-condensed tbody .month.active,
.calendar[data-bg=white] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-centuries .table-condensed tbody .month.active,
.calendar[data-bg=gray] .calendar-input .datepicker .datepicker-centuries .table-condensed tbody .month.active,
.calendar[data-bg=gray] .datepicker[data-bg=white] .calendar-input .datepicker .datepicker-centuries .table-condensed tbody .month.active,
.datepicker[data-bg=white] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-centuries .table-condensed tbody .month.active,
.calendar[data-bg=gray] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-centuries .table-condensed tbody .month.active,
.datepicker[data-bg=gray] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-centuries .table-condensed tbody .month.active,
.calendar[data-bg=gray] .calendar-builds .datepicker .datepicker-centuries .table-condensed tbody .year.today,
.calendar[data-bg=gray] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-centuries .table-condensed tbody .year.today,
.calendar[data-bg=white] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-centuries .table-condensed tbody .year.today,
.calendar[data-bg=gray] .calendar-input .datepicker .datepicker-centuries .table-condensed tbody .year.today,
.calendar[data-bg=gray] .datepicker[data-bg=white] .calendar-input .datepicker .datepicker-centuries .table-condensed tbody .year.today,
.datepicker[data-bg=white] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-centuries .table-condensed tbody .year.today,
.calendar[data-bg=gray] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-centuries .table-condensed tbody .year.today,
.datepicker[data-bg=gray] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-centuries .table-condensed tbody .year.today,
.calendar[data-bg=gray] .calendar-builds .datepicker .datepicker-centuries .table-condensed tbody .year.active,
.calendar[data-bg=gray] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-centuries .table-condensed tbody .year.active,
.calendar[data-bg=white] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-centuries .table-condensed tbody .year.active,
.calendar[data-bg=gray] .calendar-input .datepicker .datepicker-centuries .table-condensed tbody .year.active,
.calendar[data-bg=gray] .datepicker[data-bg=white] .calendar-input .datepicker .datepicker-centuries .table-condensed tbody .year.active,
.datepicker[data-bg=white] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-centuries .table-condensed tbody .year.active,
.calendar[data-bg=gray] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-centuries .table-condensed tbody .year.active,
.datepicker[data-bg=gray] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-centuries .table-condensed tbody .year.active,
.calendar[data-bg=gray] .calendar-builds .datepicker .datepicker-centuries .table-condensed tbody .decate.today,
.calendar[data-bg=gray] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-centuries .table-condensed tbody .decate.today,
.calendar[data-bg=white] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-centuries .table-condensed tbody .decate.today,
.calendar[data-bg=gray] .calendar-input .datepicker .datepicker-centuries .table-condensed tbody .decate.today,
.calendar[data-bg=gray] .datepicker[data-bg=white] .calendar-input .datepicker .datepicker-centuries .table-condensed tbody .decate.today,
.datepicker[data-bg=white] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-centuries .table-condensed tbody .decate.today,
.calendar[data-bg=gray] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-centuries .table-condensed tbody .decate.today,
.datepicker[data-bg=gray] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-centuries .table-condensed tbody .decate.today,
.calendar[data-bg=gray] .calendar-builds .datepicker .datepicker-centuries .table-condensed tbody .decate.active,
.calendar[data-bg=gray] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-centuries .table-condensed tbody .decate.active,
.calendar[data-bg=white] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-centuries .table-condensed tbody .decate.active,
.calendar[data-bg=gray] .calendar-input .datepicker .datepicker-centuries .table-condensed tbody .decate.active,
.calendar[data-bg=gray] .datepicker[data-bg=white] .calendar-input .datepicker .datepicker-centuries .table-condensed tbody .decate.active,
.datepicker[data-bg=white] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-centuries .table-condensed tbody .decate.active,
.calendar[data-bg=gray] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-centuries .table-condensed tbody .decate.active,
.datepicker[data-bg=gray] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-centuries .table-condensed tbody .decate.active,
.calendar[data-bg=gray] .calendar-builds .datepicker .datepicker-centuries .table-condensed tbody .century.today,
.calendar[data-bg=gray] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-centuries .table-condensed tbody .century.today,
.calendar[data-bg=white] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-centuries .table-condensed tbody .century.today,
.calendar[data-bg=gray] .calendar-input .datepicker .datepicker-centuries .table-condensed tbody .century.today,
.calendar[data-bg=gray] .datepicker[data-bg=white] .calendar-input .datepicker .datepicker-centuries .table-condensed tbody .century.today,
.datepicker[data-bg=white] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-centuries .table-condensed tbody .century.today,
.calendar[data-bg=gray] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-centuries .table-condensed tbody .century.today,
.datepicker[data-bg=gray] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-centuries .table-condensed tbody .century.today,
.calendar[data-bg=gray] .calendar-builds .datepicker .datepicker-centuries .table-condensed tbody .century.active,
.calendar[data-bg=gray] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-centuries .table-condensed tbody .century.active,
.calendar[data-bg=white] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-centuries .table-condensed tbody .century.active,
.calendar[data-bg=gray] .calendar-input .datepicker .datepicker-centuries .table-condensed tbody .century.active,
.calendar[data-bg=gray] .datepicker[data-bg=white] .calendar-input .datepicker .datepicker-centuries .table-condensed tbody .century.active,
.datepicker[data-bg=white] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-centuries .table-condensed tbody .century.active,
.calendar[data-bg=gray] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-centuries .table-condensed tbody .century.active,
.datepicker[data-bg=gray] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-centuries .table-condensed tbody .century.active,
.datepicker[data-bg=gray] .calendar-builds .datepicker .datepicker-days .table-condensed tbody .day.today,
.datepicker[data-bg=gray] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-days .table-condensed tbody .day.today,
.calendar[data-bg=white] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-days .table-condensed tbody .day.today,
.datepicker[data-bg=gray] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-days .table-condensed tbody .day.today,
.calendar[data-bg=gray] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-days .table-condensed tbody .day.today,
.datepicker[data-bg=gray] .datepicker[data-bg=white] .calendar-input .datepicker .datepicker-days .table-condensed tbody .day.today,
.datepicker[data-bg=white] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-days .table-condensed tbody .day.today,
.datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-days .table-condensed tbody .day.today,
.datepicker[data-bg=gray] .calendar-builds .datepicker .datepicker-days .table-condensed tbody .day.active,
.datepicker[data-bg=gray] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-days .table-condensed tbody .day.active,
.calendar[data-bg=white] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-days .table-condensed tbody .day.active,
.datepicker[data-bg=gray] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-days .table-condensed tbody .day.active,
.calendar[data-bg=gray] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-days .table-condensed tbody .day.active,
.datepicker[data-bg=gray] .datepicker[data-bg=white] .calendar-input .datepicker .datepicker-days .table-condensed tbody .day.active,
.datepicker[data-bg=white] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-days .table-condensed tbody .day.active,
.datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-days .table-condensed tbody .day.active,
.datepicker[data-bg=gray] .calendar-builds .datepicker .datepicker-days .table-condensed tbody .month.today,
.datepicker[data-bg=gray] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-days .table-condensed tbody .month.today,
.calendar[data-bg=white] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-days .table-condensed tbody .month.today,
.datepicker[data-bg=gray] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-days .table-condensed tbody .month.today,
.calendar[data-bg=gray] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-days .table-condensed tbody .month.today,
.datepicker[data-bg=gray] .datepicker[data-bg=white] .calendar-input .datepicker .datepicker-days .table-condensed tbody .month.today,
.datepicker[data-bg=white] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-days .table-condensed tbody .month.today,
.datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-days .table-condensed tbody .month.today,
.datepicker[data-bg=gray] .calendar-builds .datepicker .datepicker-days .table-condensed tbody .month.active,
.datepicker[data-bg=gray] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-days .table-condensed tbody .month.active,
.calendar[data-bg=white] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-days .table-condensed tbody .month.active,
.datepicker[data-bg=gray] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-days .table-condensed tbody .month.active,
.calendar[data-bg=gray] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-days .table-condensed tbody .month.active,
.datepicker[data-bg=gray] .datepicker[data-bg=white] .calendar-input .datepicker .datepicker-days .table-condensed tbody .month.active,
.datepicker[data-bg=white] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-days .table-condensed tbody .month.active,
.datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-days .table-condensed tbody .month.active,
.datepicker[data-bg=gray] .calendar-builds .datepicker .datepicker-days .table-condensed tbody .year.today,
.datepicker[data-bg=gray] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-days .table-condensed tbody .year.today,
.calendar[data-bg=white] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-days .table-condensed tbody .year.today,
.datepicker[data-bg=gray] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-days .table-condensed tbody .year.today,
.calendar[data-bg=gray] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-days .table-condensed tbody .year.today,
.datepicker[data-bg=gray] .datepicker[data-bg=white] .calendar-input .datepicker .datepicker-days .table-condensed tbody .year.today,
.datepicker[data-bg=white] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-days .table-condensed tbody .year.today,
.datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-days .table-condensed tbody .year.today,
.datepicker[data-bg=gray] .calendar-builds .datepicker .datepicker-days .table-condensed tbody .year.active,
.datepicker[data-bg=gray] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-days .table-condensed tbody .year.active,
.calendar[data-bg=white] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-days .table-condensed tbody .year.active,
.datepicker[data-bg=gray] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-days .table-condensed tbody .year.active,
.calendar[data-bg=gray] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-days .table-condensed tbody .year.active,
.datepicker[data-bg=gray] .datepicker[data-bg=white] .calendar-input .datepicker .datepicker-days .table-condensed tbody .year.active,
.datepicker[data-bg=white] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-days .table-condensed tbody .year.active,
.datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-days .table-condensed tbody .year.active,
.datepicker[data-bg=gray] .calendar-builds .datepicker .datepicker-days .table-condensed tbody .decate.today,
.datepicker[data-bg=gray] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-days .table-condensed tbody .decate.today,
.calendar[data-bg=white] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-days .table-condensed tbody .decate.today,
.datepicker[data-bg=gray] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-days .table-condensed tbody .decate.today,
.calendar[data-bg=gray] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-days .table-condensed tbody .decate.today,
.datepicker[data-bg=gray] .datepicker[data-bg=white] .calendar-input .datepicker .datepicker-days .table-condensed tbody .decate.today,
.datepicker[data-bg=white] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-days .table-condensed tbody .decate.today,
.datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-days .table-condensed tbody .decate.today,
.datepicker[data-bg=gray] .calendar-builds .datepicker .datepicker-days .table-condensed tbody .decate.active,
.datepicker[data-bg=gray] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-days .table-condensed tbody .decate.active,
.calendar[data-bg=white] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-days .table-condensed tbody .decate.active,
.datepicker[data-bg=gray] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-days .table-condensed tbody .decate.active,
.calendar[data-bg=gray] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-days .table-condensed tbody .decate.active,
.datepicker[data-bg=gray] .datepicker[data-bg=white] .calendar-input .datepicker .datepicker-days .table-condensed tbody .decate.active,
.datepicker[data-bg=white] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-days .table-condensed tbody .decate.active,
.datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-days .table-condensed tbody .decate.active,
.datepicker[data-bg=gray] .calendar-builds .datepicker .datepicker-days .table-condensed tbody .century.today,
.datepicker[data-bg=gray] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-days .table-condensed tbody .century.today,
.calendar[data-bg=white] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-days .table-condensed tbody .century.today,
.datepicker[data-bg=gray] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-days .table-condensed tbody .century.today,
.calendar[data-bg=gray] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-days .table-condensed tbody .century.today,
.datepicker[data-bg=gray] .datepicker[data-bg=white] .calendar-input .datepicker .datepicker-days .table-condensed tbody .century.today,
.datepicker[data-bg=white] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-days .table-condensed tbody .century.today,
.datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-days .table-condensed tbody .century.today,
.datepicker[data-bg=gray] .calendar-builds .datepicker .datepicker-days .table-condensed tbody .century.active,
.datepicker[data-bg=gray] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-days .table-condensed tbody .century.active,
.calendar[data-bg=white] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-days .table-condensed tbody .century.active,
.datepicker[data-bg=gray] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-days .table-condensed tbody .century.active,
.calendar[data-bg=gray] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-days .table-condensed tbody .century.active,
.datepicker[data-bg=gray] .datepicker[data-bg=white] .calendar-input .datepicker .datepicker-days .table-condensed tbody .century.active,
.datepicker[data-bg=white] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-days .table-condensed tbody .century.active,
.datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-days .table-condensed tbody .century.active,
.datepicker[data-bg=gray] .calendar-builds .datepicker .datepicker-months .table-condensed tbody .day.today,
.datepicker[data-bg=gray] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-months .table-condensed tbody .day.today,
.calendar[data-bg=white] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-months .table-condensed tbody .day.today,
.datepicker[data-bg=gray] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-months .table-condensed tbody .day.today,
.calendar[data-bg=gray] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-months .table-condensed tbody .day.today,
.datepicker[data-bg=gray] .datepicker[data-bg=white] .calendar-input .datepicker .datepicker-months .table-condensed tbody .day.today,
.datepicker[data-bg=white] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-months .table-condensed tbody .day.today,
.datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-months .table-condensed tbody .day.today,
.datepicker[data-bg=gray] .calendar-builds .datepicker .datepicker-months .table-condensed tbody .day.active,
.datepicker[data-bg=gray] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-months .table-condensed tbody .day.active,
.calendar[data-bg=white] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-months .table-condensed tbody .day.active,
.datepicker[data-bg=gray] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-months .table-condensed tbody .day.active,
.calendar[data-bg=gray] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-months .table-condensed tbody .day.active,
.datepicker[data-bg=gray] .datepicker[data-bg=white] .calendar-input .datepicker .datepicker-months .table-condensed tbody .day.active,
.datepicker[data-bg=white] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-months .table-condensed tbody .day.active,
.datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-months .table-condensed tbody .day.active,
.datepicker[data-bg=gray] .calendar-builds .datepicker .datepicker-months .table-condensed tbody .month.today,
.datepicker[data-bg=gray] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-months .table-condensed tbody .month.today,
.calendar[data-bg=white] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-months .table-condensed tbody .month.today,
.datepicker[data-bg=gray] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-months .table-condensed tbody .month.today,
.calendar[data-bg=gray] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-months .table-condensed tbody .month.today,
.datepicker[data-bg=gray] .datepicker[data-bg=white] .calendar-input .datepicker .datepicker-months .table-condensed tbody .month.today,
.datepicker[data-bg=white] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-months .table-condensed tbody .month.today,
.datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-months .table-condensed tbody .month.today,
.datepicker[data-bg=gray] .calendar-builds .datepicker .datepicker-months .table-condensed tbody .month.active,
.datepicker[data-bg=gray] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-months .table-condensed tbody .month.active,
.calendar[data-bg=white] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-months .table-condensed tbody .month.active,
.datepicker[data-bg=gray] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-months .table-condensed tbody .month.active,
.calendar[data-bg=gray] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-months .table-condensed tbody .month.active,
.datepicker[data-bg=gray] .datepicker[data-bg=white] .calendar-input .datepicker .datepicker-months .table-condensed tbody .month.active,
.datepicker[data-bg=white] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-months .table-condensed tbody .month.active,
.datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-months .table-condensed tbody .month.active,
.datepicker[data-bg=gray] .calendar-builds .datepicker .datepicker-months .table-condensed tbody .year.today,
.datepicker[data-bg=gray] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-months .table-condensed tbody .year.today,
.calendar[data-bg=white] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-months .table-condensed tbody .year.today,
.datepicker[data-bg=gray] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-months .table-condensed tbody .year.today,
.calendar[data-bg=gray] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-months .table-condensed tbody .year.today,
.datepicker[data-bg=gray] .datepicker[data-bg=white] .calendar-input .datepicker .datepicker-months .table-condensed tbody .year.today,
.datepicker[data-bg=white] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-months .table-condensed tbody .year.today,
.datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-months .table-condensed tbody .year.today,
.datepicker[data-bg=gray] .calendar-builds .datepicker .datepicker-months .table-condensed tbody .year.active,
.datepicker[data-bg=gray] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-months .table-condensed tbody .year.active,
.calendar[data-bg=white] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-months .table-condensed tbody .year.active,
.datepicker[data-bg=gray] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-months .table-condensed tbody .year.active,
.calendar[data-bg=gray] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-months .table-condensed tbody .year.active,
.datepicker[data-bg=gray] .datepicker[data-bg=white] .calendar-input .datepicker .datepicker-months .table-condensed tbody .year.active,
.datepicker[data-bg=white] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-months .table-condensed tbody .year.active,
.datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-months .table-condensed tbody .year.active,
.datepicker[data-bg=gray] .calendar-builds .datepicker .datepicker-months .table-condensed tbody .decate.today,
.datepicker[data-bg=gray] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-months .table-condensed tbody .decate.today,
.calendar[data-bg=white] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-months .table-condensed tbody .decate.today,
.datepicker[data-bg=gray] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-months .table-condensed tbody .decate.today,
.calendar[data-bg=gray] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-months .table-condensed tbody .decate.today,
.datepicker[data-bg=gray] .datepicker[data-bg=white] .calendar-input .datepicker .datepicker-months .table-condensed tbody .decate.today,
.datepicker[data-bg=white] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-months .table-condensed tbody .decate.today,
.datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-months .table-condensed tbody .decate.today,
.datepicker[data-bg=gray] .calendar-builds .datepicker .datepicker-months .table-condensed tbody .decate.active,
.datepicker[data-bg=gray] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-months .table-condensed tbody .decate.active,
.calendar[data-bg=white] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-months .table-condensed tbody .decate.active,
.datepicker[data-bg=gray] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-months .table-condensed tbody .decate.active,
.calendar[data-bg=gray] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-months .table-condensed tbody .decate.active,
.datepicker[data-bg=gray] .datepicker[data-bg=white] .calendar-input .datepicker .datepicker-months .table-condensed tbody .decate.active,
.datepicker[data-bg=white] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-months .table-condensed tbody .decate.active,
.datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-months .table-condensed tbody .decate.active,
.datepicker[data-bg=gray] .calendar-builds .datepicker .datepicker-months .table-condensed tbody .century.today,
.datepicker[data-bg=gray] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-months .table-condensed tbody .century.today,
.calendar[data-bg=white] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-months .table-condensed tbody .century.today,
.datepicker[data-bg=gray] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-months .table-condensed tbody .century.today,
.calendar[data-bg=gray] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-months .table-condensed tbody .century.today,
.datepicker[data-bg=gray] .datepicker[data-bg=white] .calendar-input .datepicker .datepicker-months .table-condensed tbody .century.today,
.datepicker[data-bg=white] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-months .table-condensed tbody .century.today,
.datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-months .table-condensed tbody .century.today,
.datepicker[data-bg=gray] .calendar-builds .datepicker .datepicker-months .table-condensed tbody .century.active,
.datepicker[data-bg=gray] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-months .table-condensed tbody .century.active,
.calendar[data-bg=white] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-months .table-condensed tbody .century.active,
.datepicker[data-bg=gray] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-months .table-condensed tbody .century.active,
.calendar[data-bg=gray] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-months .table-condensed tbody .century.active,
.datepicker[data-bg=gray] .datepicker[data-bg=white] .calendar-input .datepicker .datepicker-months .table-condensed tbody .century.active,
.datepicker[data-bg=white] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-months .table-condensed tbody .century.active,
.datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-months .table-condensed tbody .century.active,
.datepicker[data-bg=gray] .calendar-builds .datepicker .datepicker-years .table-condensed tbody .day.today,
.datepicker[data-bg=gray] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-years .table-condensed tbody .day.today,
.calendar[data-bg=white] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-years .table-condensed tbody .day.today,
.datepicker[data-bg=gray] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-years .table-condensed tbody .day.today,
.calendar[data-bg=gray] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-years .table-condensed tbody .day.today,
.datepicker[data-bg=gray] .datepicker[data-bg=white] .calendar-input .datepicker .datepicker-years .table-condensed tbody .day.today,
.datepicker[data-bg=white] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-years .table-condensed tbody .day.today,
.datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-years .table-condensed tbody .day.today,
.datepicker[data-bg=gray] .calendar-builds .datepicker .datepicker-years .table-condensed tbody .day.active,
.datepicker[data-bg=gray] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-years .table-condensed tbody .day.active,
.calendar[data-bg=white] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-years .table-condensed tbody .day.active,
.datepicker[data-bg=gray] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-years .table-condensed tbody .day.active,
.calendar[data-bg=gray] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-years .table-condensed tbody .day.active,
.datepicker[data-bg=gray] .datepicker[data-bg=white] .calendar-input .datepicker .datepicker-years .table-condensed tbody .day.active,
.datepicker[data-bg=white] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-years .table-condensed tbody .day.active,
.datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-years .table-condensed tbody .day.active,
.datepicker[data-bg=gray] .calendar-builds .datepicker .datepicker-years .table-condensed tbody .month.today,
.datepicker[data-bg=gray] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-years .table-condensed tbody .month.today,
.calendar[data-bg=white] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-years .table-condensed tbody .month.today,
.datepicker[data-bg=gray] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-years .table-condensed tbody .month.today,
.calendar[data-bg=gray] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-years .table-condensed tbody .month.today,
.datepicker[data-bg=gray] .datepicker[data-bg=white] .calendar-input .datepicker .datepicker-years .table-condensed tbody .month.today,
.datepicker[data-bg=white] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-years .table-condensed tbody .month.today,
.datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-years .table-condensed tbody .month.today,
.datepicker[data-bg=gray] .calendar-builds .datepicker .datepicker-years .table-condensed tbody .month.active,
.datepicker[data-bg=gray] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-years .table-condensed tbody .month.active,
.calendar[data-bg=white] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-years .table-condensed tbody .month.active,
.datepicker[data-bg=gray] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-years .table-condensed tbody .month.active,
.calendar[data-bg=gray] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-years .table-condensed tbody .month.active,
.datepicker[data-bg=gray] .datepicker[data-bg=white] .calendar-input .datepicker .datepicker-years .table-condensed tbody .month.active,
.datepicker[data-bg=white] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-years .table-condensed tbody .month.active,
.datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-years .table-condensed tbody .month.active,
.datepicker[data-bg=gray] .calendar-builds .datepicker .datepicker-years .table-condensed tbody .year.today,
.datepicker[data-bg=gray] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-years .table-condensed tbody .year.today,
.calendar[data-bg=white] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-years .table-condensed tbody .year.today,
.datepicker[data-bg=gray] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-years .table-condensed tbody .year.today,
.calendar[data-bg=gray] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-years .table-condensed tbody .year.today,
.datepicker[data-bg=gray] .datepicker[data-bg=white] .calendar-input .datepicker .datepicker-years .table-condensed tbody .year.today,
.datepicker[data-bg=white] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-years .table-condensed tbody .year.today,
.datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-years .table-condensed tbody .year.today,
.datepicker[data-bg=gray] .calendar-builds .datepicker .datepicker-years .table-condensed tbody .year.active,
.datepicker[data-bg=gray] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-years .table-condensed tbody .year.active,
.calendar[data-bg=white] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-years .table-condensed tbody .year.active,
.datepicker[data-bg=gray] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-years .table-condensed tbody .year.active,
.calendar[data-bg=gray] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-years .table-condensed tbody .year.active,
.datepicker[data-bg=gray] .datepicker[data-bg=white] .calendar-input .datepicker .datepicker-years .table-condensed tbody .year.active,
.datepicker[data-bg=white] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-years .table-condensed tbody .year.active,
.datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-years .table-condensed tbody .year.active,
.datepicker[data-bg=gray] .calendar-builds .datepicker .datepicker-years .table-condensed tbody .decate.today,
.datepicker[data-bg=gray] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-years .table-condensed tbody .decate.today,
.calendar[data-bg=white] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-years .table-condensed tbody .decate.today,
.datepicker[data-bg=gray] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-years .table-condensed tbody .decate.today,
.calendar[data-bg=gray] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-years .table-condensed tbody .decate.today,
.datepicker[data-bg=gray] .datepicker[data-bg=white] .calendar-input .datepicker .datepicker-years .table-condensed tbody .decate.today,
.datepicker[data-bg=white] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-years .table-condensed tbody .decate.today,
.datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-years .table-condensed tbody .decate.today,
.datepicker[data-bg=gray] .calendar-builds .datepicker .datepicker-years .table-condensed tbody .decate.active,
.datepicker[data-bg=gray] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-years .table-condensed tbody .decate.active,
.calendar[data-bg=white] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-years .table-condensed tbody .decate.active,
.datepicker[data-bg=gray] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-years .table-condensed tbody .decate.active,
.calendar[data-bg=gray] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-years .table-condensed tbody .decate.active,
.datepicker[data-bg=gray] .datepicker[data-bg=white] .calendar-input .datepicker .datepicker-years .table-condensed tbody .decate.active,
.datepicker[data-bg=white] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-years .table-condensed tbody .decate.active,
.datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-years .table-condensed tbody .decate.active,
.datepicker[data-bg=gray] .calendar-builds .datepicker .datepicker-years .table-condensed tbody .century.today,
.datepicker[data-bg=gray] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-years .table-condensed tbody .century.today,
.calendar[data-bg=white] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-years .table-condensed tbody .century.today,
.datepicker[data-bg=gray] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-years .table-condensed tbody .century.today,
.calendar[data-bg=gray] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-years .table-condensed tbody .century.today,
.datepicker[data-bg=gray] .datepicker[data-bg=white] .calendar-input .datepicker .datepicker-years .table-condensed tbody .century.today,
.datepicker[data-bg=white] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-years .table-condensed tbody .century.today,
.datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-years .table-condensed tbody .century.today,
.datepicker[data-bg=gray] .calendar-builds .datepicker .datepicker-years .table-condensed tbody .century.active,
.datepicker[data-bg=gray] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-years .table-condensed tbody .century.active,
.calendar[data-bg=white] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-years .table-condensed tbody .century.active,
.datepicker[data-bg=gray] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-years .table-condensed tbody .century.active,
.calendar[data-bg=gray] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-years .table-condensed tbody .century.active,
.datepicker[data-bg=gray] .datepicker[data-bg=white] .calendar-input .datepicker .datepicker-years .table-condensed tbody .century.active,
.datepicker[data-bg=white] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-years .table-condensed tbody .century.active,
.datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-years .table-condensed tbody .century.active,
.datepicker[data-bg=gray] .calendar-builds .datepicker .datepicker-decades .table-condensed tbody .day.today,
.datepicker[data-bg=gray] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-decades .table-condensed tbody .day.today,
.calendar[data-bg=white] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-decades .table-condensed tbody .day.today,
.datepicker[data-bg=gray] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-decades .table-condensed tbody .day.today,
.calendar[data-bg=gray] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-decades .table-condensed tbody .day.today,
.datepicker[data-bg=gray] .datepicker[data-bg=white] .calendar-input .datepicker .datepicker-decades .table-condensed tbody .day.today,
.datepicker[data-bg=white] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-decades .table-condensed tbody .day.today,
.datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-decades .table-condensed tbody .day.today,
.datepicker[data-bg=gray] .calendar-builds .datepicker .datepicker-decades .table-condensed tbody .day.active,
.datepicker[data-bg=gray] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-decades .table-condensed tbody .day.active,
.calendar[data-bg=white] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-decades .table-condensed tbody .day.active,
.datepicker[data-bg=gray] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-decades .table-condensed tbody .day.active,
.calendar[data-bg=gray] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-decades .table-condensed tbody .day.active,
.datepicker[data-bg=gray] .datepicker[data-bg=white] .calendar-input .datepicker .datepicker-decades .table-condensed tbody .day.active,
.datepicker[data-bg=white] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-decades .table-condensed tbody .day.active,
.datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-decades .table-condensed tbody .day.active,
.datepicker[data-bg=gray] .calendar-builds .datepicker .datepicker-decades .table-condensed tbody .month.today,
.datepicker[data-bg=gray] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-decades .table-condensed tbody .month.today,
.calendar[data-bg=white] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-decades .table-condensed tbody .month.today,
.datepicker[data-bg=gray] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-decades .table-condensed tbody .month.today,
.calendar[data-bg=gray] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-decades .table-condensed tbody .month.today,
.datepicker[data-bg=gray] .datepicker[data-bg=white] .calendar-input .datepicker .datepicker-decades .table-condensed tbody .month.today,
.datepicker[data-bg=white] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-decades .table-condensed tbody .month.today,
.datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-decades .table-condensed tbody .month.today,
.datepicker[data-bg=gray] .calendar-builds .datepicker .datepicker-decades .table-condensed tbody .month.active,
.datepicker[data-bg=gray] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-decades .table-condensed tbody .month.active,
.calendar[data-bg=white] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-decades .table-condensed tbody .month.active,
.datepicker[data-bg=gray] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-decades .table-condensed tbody .month.active,
.calendar[data-bg=gray] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-decades .table-condensed tbody .month.active,
.datepicker[data-bg=gray] .datepicker[data-bg=white] .calendar-input .datepicker .datepicker-decades .table-condensed tbody .month.active,
.datepicker[data-bg=white] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-decades .table-condensed tbody .month.active,
.datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-decades .table-condensed tbody .month.active,
.datepicker[data-bg=gray] .calendar-builds .datepicker .datepicker-decades .table-condensed tbody .year.today,
.datepicker[data-bg=gray] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-decades .table-condensed tbody .year.today,
.calendar[data-bg=white] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-decades .table-condensed tbody .year.today,
.datepicker[data-bg=gray] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-decades .table-condensed tbody .year.today,
.calendar[data-bg=gray] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-decades .table-condensed tbody .year.today,
.datepicker[data-bg=gray] .datepicker[data-bg=white] .calendar-input .datepicker .datepicker-decades .table-condensed tbody .year.today,
.datepicker[data-bg=white] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-decades .table-condensed tbody .year.today,
.datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-decades .table-condensed tbody .year.today,
.datepicker[data-bg=gray] .calendar-builds .datepicker .datepicker-decades .table-condensed tbody .year.active,
.datepicker[data-bg=gray] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-decades .table-condensed tbody .year.active,
.calendar[data-bg=white] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-decades .table-condensed tbody .year.active,
.datepicker[data-bg=gray] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-decades .table-condensed tbody .year.active,
.calendar[data-bg=gray] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-decades .table-condensed tbody .year.active,
.datepicker[data-bg=gray] .datepicker[data-bg=white] .calendar-input .datepicker .datepicker-decades .table-condensed tbody .year.active,
.datepicker[data-bg=white] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-decades .table-condensed tbody .year.active,
.datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-decades .table-condensed tbody .year.active,
.datepicker[data-bg=gray] .calendar-builds .datepicker .datepicker-decades .table-condensed tbody .decate.today,
.datepicker[data-bg=gray] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-decades .table-condensed tbody .decate.today,
.calendar[data-bg=white] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-decades .table-condensed tbody .decate.today,
.datepicker[data-bg=gray] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-decades .table-condensed tbody .decate.today,
.calendar[data-bg=gray] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-decades .table-condensed tbody .decate.today,
.datepicker[data-bg=gray] .datepicker[data-bg=white] .calendar-input .datepicker .datepicker-decades .table-condensed tbody .decate.today,
.datepicker[data-bg=white] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-decades .table-condensed tbody .decate.today,
.datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-decades .table-condensed tbody .decate.today,
.datepicker[data-bg=gray] .calendar-builds .datepicker .datepicker-decades .table-condensed tbody .decate.active,
.datepicker[data-bg=gray] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-decades .table-condensed tbody .decate.active,
.calendar[data-bg=white] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-decades .table-condensed tbody .decate.active,
.datepicker[data-bg=gray] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-decades .table-condensed tbody .decate.active,
.calendar[data-bg=gray] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-decades .table-condensed tbody .decate.active,
.datepicker[data-bg=gray] .datepicker[data-bg=white] .calendar-input .datepicker .datepicker-decades .table-condensed tbody .decate.active,
.datepicker[data-bg=white] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-decades .table-condensed tbody .decate.active,
.datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-decades .table-condensed tbody .decate.active,
.datepicker[data-bg=gray] .calendar-builds .datepicker .datepicker-decades .table-condensed tbody .century.today,
.datepicker[data-bg=gray] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-decades .table-condensed tbody .century.today,
.calendar[data-bg=white] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-decades .table-condensed tbody .century.today,
.datepicker[data-bg=gray] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-decades .table-condensed tbody .century.today,
.calendar[data-bg=gray] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-decades .table-condensed tbody .century.today,
.datepicker[data-bg=gray] .datepicker[data-bg=white] .calendar-input .datepicker .datepicker-decades .table-condensed tbody .century.today,
.datepicker[data-bg=white] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-decades .table-condensed tbody .century.today,
.datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-decades .table-condensed tbody .century.today,
.datepicker[data-bg=gray] .calendar-builds .datepicker .datepicker-decades .table-condensed tbody .century.active,
.datepicker[data-bg=gray] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-decades .table-condensed tbody .century.active,
.calendar[data-bg=white] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-decades .table-condensed tbody .century.active,
.datepicker[data-bg=gray] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-decades .table-condensed tbody .century.active,
.calendar[data-bg=gray] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-decades .table-condensed tbody .century.active,
.datepicker[data-bg=gray] .datepicker[data-bg=white] .calendar-input .datepicker .datepicker-decades .table-condensed tbody .century.active,
.datepicker[data-bg=white] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-decades .table-condensed tbody .century.active,
.datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-decades .table-condensed tbody .century.active,
.datepicker[data-bg=gray] .calendar-builds .datepicker .datepicker-centuries .table-condensed tbody .day.today,
.datepicker[data-bg=gray] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-centuries .table-condensed tbody .day.today,
.calendar[data-bg=white] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-centuries .table-condensed tbody .day.today,
.datepicker[data-bg=gray] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-centuries .table-condensed tbody .day.today,
.calendar[data-bg=gray] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-centuries .table-condensed tbody .day.today,
.datepicker[data-bg=gray] .datepicker[data-bg=white] .calendar-input .datepicker .datepicker-centuries .table-condensed tbody .day.today,
.datepicker[data-bg=white] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-centuries .table-condensed tbody .day.today,
.datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-centuries .table-condensed tbody .day.today,
.datepicker[data-bg=gray] .calendar-builds .datepicker .datepicker-centuries .table-condensed tbody .day.active,
.datepicker[data-bg=gray] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-centuries .table-condensed tbody .day.active,
.calendar[data-bg=white] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-centuries .table-condensed tbody .day.active,
.datepicker[data-bg=gray] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-centuries .table-condensed tbody .day.active,
.calendar[data-bg=gray] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-centuries .table-condensed tbody .day.active,
.datepicker[data-bg=gray] .datepicker[data-bg=white] .calendar-input .datepicker .datepicker-centuries .table-condensed tbody .day.active,
.datepicker[data-bg=white] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-centuries .table-condensed tbody .day.active,
.datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-centuries .table-condensed tbody .day.active,
.datepicker[data-bg=gray] .calendar-builds .datepicker .datepicker-centuries .table-condensed tbody .month.today,
.datepicker[data-bg=gray] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-centuries .table-condensed tbody .month.today,
.calendar[data-bg=white] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-centuries .table-condensed tbody .month.today,
.datepicker[data-bg=gray] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-centuries .table-condensed tbody .month.today,
.calendar[data-bg=gray] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-centuries .table-condensed tbody .month.today,
.datepicker[data-bg=gray] .datepicker[data-bg=white] .calendar-input .datepicker .datepicker-centuries .table-condensed tbody .month.today,
.datepicker[data-bg=white] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-centuries .table-condensed tbody .month.today,
.datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-centuries .table-condensed tbody .month.today,
.datepicker[data-bg=gray] .calendar-builds .datepicker .datepicker-centuries .table-condensed tbody .month.active,
.datepicker[data-bg=gray] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-centuries .table-condensed tbody .month.active,
.calendar[data-bg=white] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-centuries .table-condensed tbody .month.active,
.datepicker[data-bg=gray] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-centuries .table-condensed tbody .month.active,
.calendar[data-bg=gray] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-centuries .table-condensed tbody .month.active,
.datepicker[data-bg=gray] .datepicker[data-bg=white] .calendar-input .datepicker .datepicker-centuries .table-condensed tbody .month.active,
.datepicker[data-bg=white] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-centuries .table-condensed tbody .month.active,
.datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-centuries .table-condensed tbody .month.active,
.datepicker[data-bg=gray] .calendar-builds .datepicker .datepicker-centuries .table-condensed tbody .year.today,
.datepicker[data-bg=gray] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-centuries .table-condensed tbody .year.today,
.calendar[data-bg=white] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-centuries .table-condensed tbody .year.today,
.datepicker[data-bg=gray] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-centuries .table-condensed tbody .year.today,
.calendar[data-bg=gray] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-centuries .table-condensed tbody .year.today,
.datepicker[data-bg=gray] .datepicker[data-bg=white] .calendar-input .datepicker .datepicker-centuries .table-condensed tbody .year.today,
.datepicker[data-bg=white] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-centuries .table-condensed tbody .year.today,
.datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-centuries .table-condensed tbody .year.today,
.datepicker[data-bg=gray] .calendar-builds .datepicker .datepicker-centuries .table-condensed tbody .year.active,
.datepicker[data-bg=gray] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-centuries .table-condensed tbody .year.active,
.calendar[data-bg=white] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-centuries .table-condensed tbody .year.active,
.datepicker[data-bg=gray] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-centuries .table-condensed tbody .year.active,
.calendar[data-bg=gray] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-centuries .table-condensed tbody .year.active,
.datepicker[data-bg=gray] .datepicker[data-bg=white] .calendar-input .datepicker .datepicker-centuries .table-condensed tbody .year.active,
.datepicker[data-bg=white] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-centuries .table-condensed tbody .year.active,
.datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-centuries .table-condensed tbody .year.active,
.datepicker[data-bg=gray] .calendar-builds .datepicker .datepicker-centuries .table-condensed tbody .decate.today,
.datepicker[data-bg=gray] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-centuries .table-condensed tbody .decate.today,
.calendar[data-bg=white] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-centuries .table-condensed tbody .decate.today,
.datepicker[data-bg=gray] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-centuries .table-condensed tbody .decate.today,
.calendar[data-bg=gray] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-centuries .table-condensed tbody .decate.today,
.datepicker[data-bg=gray] .datepicker[data-bg=white] .calendar-input .datepicker .datepicker-centuries .table-condensed tbody .decate.today,
.datepicker[data-bg=white] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-centuries .table-condensed tbody .decate.today,
.datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-centuries .table-condensed tbody .decate.today,
.datepicker[data-bg=gray] .calendar-builds .datepicker .datepicker-centuries .table-condensed tbody .decate.active,
.datepicker[data-bg=gray] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-centuries .table-condensed tbody .decate.active,
.calendar[data-bg=white] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-centuries .table-condensed tbody .decate.active,
.datepicker[data-bg=gray] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-centuries .table-condensed tbody .decate.active,
.calendar[data-bg=gray] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-centuries .table-condensed tbody .decate.active,
.datepicker[data-bg=gray] .datepicker[data-bg=white] .calendar-input .datepicker .datepicker-centuries .table-condensed tbody .decate.active,
.datepicker[data-bg=white] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-centuries .table-condensed tbody .decate.active,
.datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-centuries .table-condensed tbody .decate.active,
.datepicker[data-bg=gray] .calendar-builds .datepicker .datepicker-centuries .table-condensed tbody .century.today,
.datepicker[data-bg=gray] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-centuries .table-condensed tbody .century.today,
.calendar[data-bg=white] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-centuries .table-condensed tbody .century.today,
.datepicker[data-bg=gray] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-centuries .table-condensed tbody .century.today,
.calendar[data-bg=gray] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-centuries .table-condensed tbody .century.today,
.datepicker[data-bg=gray] .datepicker[data-bg=white] .calendar-input .datepicker .datepicker-centuries .table-condensed tbody .century.today,
.datepicker[data-bg=white] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-centuries .table-condensed tbody .century.today,
.datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-centuries .table-condensed tbody .century.today,
.datepicker[data-bg=gray] .calendar-builds .datepicker .datepicker-centuries .table-condensed tbody .century.active,
.datepicker[data-bg=gray] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-centuries .table-condensed tbody .century.active,
.calendar[data-bg=white] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-centuries .table-condensed tbody .century.active,
.datepicker[data-bg=gray] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-centuries .table-condensed tbody .century.active,
.calendar[data-bg=gray] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-centuries .table-condensed tbody .century.active,
.datepicker[data-bg=gray] .datepicker[data-bg=white] .calendar-input .datepicker .datepicker-centuries .table-condensed tbody .century.active,
.datepicker[data-bg=white] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-centuries .table-condensed tbody .century.active,
.datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-centuries .table-condensed tbody .century.active {
  background-color: var(--white);
}
.calendar[data-bg=gray] .calendar-builds .datepicker .datepicker-days .table-condensed tbody .day.old, .calendar[data-bg=gray] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-days .table-condensed tbody .day.old, .calendar[data-bg=white] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-days .table-condensed tbody .day.old, .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-days .table-condensed tbody .day.old,
.calendar[data-bg=gray] .datepicker[data-bg=white] .calendar-input .datepicker .datepicker-days .table-condensed tbody .day.old,
.datepicker[data-bg=white] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-days .table-condensed tbody .day.old,
.calendar[data-bg=gray] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-days .table-condensed tbody .day.old,
.datepicker[data-bg=gray] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-days .table-condensed tbody .day.old, .calendar[data-bg=gray] .calendar-builds .datepicker .datepicker-days .table-condensed tbody .day.new, .calendar[data-bg=gray] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-days .table-condensed tbody .day.new, .calendar[data-bg=white] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-days .table-condensed tbody .day.new, .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-days .table-condensed tbody .day.new,
.calendar[data-bg=gray] .datepicker[data-bg=white] .calendar-input .datepicker .datepicker-days .table-condensed tbody .day.new,
.datepicker[data-bg=white] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-days .table-condensed tbody .day.new,
.calendar[data-bg=gray] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-days .table-condensed tbody .day.new,
.datepicker[data-bg=gray] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-days .table-condensed tbody .day.new,
.calendar[data-bg=gray] .calendar-builds .datepicker .datepicker-days .table-condensed tbody .month.old,
.calendar[data-bg=gray] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-days .table-condensed tbody .month.old,
.calendar[data-bg=white] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-days .table-condensed tbody .month.old,
.calendar[data-bg=gray] .calendar-input .datepicker .datepicker-days .table-condensed tbody .month.old,
.calendar[data-bg=gray] .datepicker[data-bg=white] .calendar-input .datepicker .datepicker-days .table-condensed tbody .month.old,
.datepicker[data-bg=white] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-days .table-condensed tbody .month.old,
.calendar[data-bg=gray] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-days .table-condensed tbody .month.old,
.datepicker[data-bg=gray] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-days .table-condensed tbody .month.old,
.calendar[data-bg=gray] .calendar-builds .datepicker .datepicker-days .table-condensed tbody .month.new,
.calendar[data-bg=gray] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-days .table-condensed tbody .month.new,
.calendar[data-bg=white] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-days .table-condensed tbody .month.new,
.calendar[data-bg=gray] .calendar-input .datepicker .datepicker-days .table-condensed tbody .month.new,
.calendar[data-bg=gray] .datepicker[data-bg=white] .calendar-input .datepicker .datepicker-days .table-condensed tbody .month.new,
.datepicker[data-bg=white] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-days .table-condensed tbody .month.new,
.calendar[data-bg=gray] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-days .table-condensed tbody .month.new,
.datepicker[data-bg=gray] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-days .table-condensed tbody .month.new,
.calendar[data-bg=gray] .calendar-builds .datepicker .datepicker-days .table-condensed tbody .year.old,
.calendar[data-bg=gray] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-days .table-condensed tbody .year.old,
.calendar[data-bg=white] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-days .table-condensed tbody .year.old,
.calendar[data-bg=gray] .calendar-input .datepicker .datepicker-days .table-condensed tbody .year.old,
.calendar[data-bg=gray] .datepicker[data-bg=white] .calendar-input .datepicker .datepicker-days .table-condensed tbody .year.old,
.datepicker[data-bg=white] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-days .table-condensed tbody .year.old,
.calendar[data-bg=gray] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-days .table-condensed tbody .year.old,
.datepicker[data-bg=gray] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-days .table-condensed tbody .year.old,
.calendar[data-bg=gray] .calendar-builds .datepicker .datepicker-days .table-condensed tbody .year.new,
.calendar[data-bg=gray] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-days .table-condensed tbody .year.new,
.calendar[data-bg=white] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-days .table-condensed tbody .year.new,
.calendar[data-bg=gray] .calendar-input .datepicker .datepicker-days .table-condensed tbody .year.new,
.calendar[data-bg=gray] .datepicker[data-bg=white] .calendar-input .datepicker .datepicker-days .table-condensed tbody .year.new,
.datepicker[data-bg=white] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-days .table-condensed tbody .year.new,
.calendar[data-bg=gray] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-days .table-condensed tbody .year.new,
.datepicker[data-bg=gray] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-days .table-condensed tbody .year.new,
.calendar[data-bg=gray] .calendar-builds .datepicker .datepicker-days .table-condensed tbody .decate.old,
.calendar[data-bg=gray] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-days .table-condensed tbody .decate.old,
.calendar[data-bg=white] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-days .table-condensed tbody .decate.old,
.calendar[data-bg=gray] .calendar-input .datepicker .datepicker-days .table-condensed tbody .decate.old,
.calendar[data-bg=gray] .datepicker[data-bg=white] .calendar-input .datepicker .datepicker-days .table-condensed tbody .decate.old,
.datepicker[data-bg=white] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-days .table-condensed tbody .decate.old,
.calendar[data-bg=gray] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-days .table-condensed tbody .decate.old,
.datepicker[data-bg=gray] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-days .table-condensed tbody .decate.old,
.calendar[data-bg=gray] .calendar-builds .datepicker .datepicker-days .table-condensed tbody .decate.new,
.calendar[data-bg=gray] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-days .table-condensed tbody .decate.new,
.calendar[data-bg=white] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-days .table-condensed tbody .decate.new,
.calendar[data-bg=gray] .calendar-input .datepicker .datepicker-days .table-condensed tbody .decate.new,
.calendar[data-bg=gray] .datepicker[data-bg=white] .calendar-input .datepicker .datepicker-days .table-condensed tbody .decate.new,
.datepicker[data-bg=white] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-days .table-condensed tbody .decate.new,
.calendar[data-bg=gray] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-days .table-condensed tbody .decate.new,
.datepicker[data-bg=gray] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-days .table-condensed tbody .decate.new,
.calendar[data-bg=gray] .calendar-builds .datepicker .datepicker-days .table-condensed tbody .century.old,
.calendar[data-bg=gray] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-days .table-condensed tbody .century.old,
.calendar[data-bg=white] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-days .table-condensed tbody .century.old,
.calendar[data-bg=gray] .calendar-input .datepicker .datepicker-days .table-condensed tbody .century.old,
.calendar[data-bg=gray] .datepicker[data-bg=white] .calendar-input .datepicker .datepicker-days .table-condensed tbody .century.old,
.datepicker[data-bg=white] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-days .table-condensed tbody .century.old,
.calendar[data-bg=gray] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-days .table-condensed tbody .century.old,
.datepicker[data-bg=gray] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-days .table-condensed tbody .century.old,
.calendar[data-bg=gray] .calendar-builds .datepicker .datepicker-days .table-condensed tbody .century.new,
.calendar[data-bg=gray] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-days .table-condensed tbody .century.new,
.calendar[data-bg=white] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-days .table-condensed tbody .century.new,
.calendar[data-bg=gray] .calendar-input .datepicker .datepicker-days .table-condensed tbody .century.new,
.calendar[data-bg=gray] .datepicker[data-bg=white] .calendar-input .datepicker .datepicker-days .table-condensed tbody .century.new,
.datepicker[data-bg=white] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-days .table-condensed tbody .century.new,
.calendar[data-bg=gray] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-days .table-condensed tbody .century.new,
.datepicker[data-bg=gray] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-days .table-condensed tbody .century.new,
.calendar[data-bg=gray] .calendar-builds .datepicker .datepicker-months .table-condensed tbody .day.old,
.calendar[data-bg=gray] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-months .table-condensed tbody .day.old,
.calendar[data-bg=white] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-months .table-condensed tbody .day.old,
.calendar[data-bg=gray] .calendar-input .datepicker .datepicker-months .table-condensed tbody .day.old,
.calendar[data-bg=gray] .datepicker[data-bg=white] .calendar-input .datepicker .datepicker-months .table-condensed tbody .day.old,
.datepicker[data-bg=white] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-months .table-condensed tbody .day.old,
.calendar[data-bg=gray] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-months .table-condensed tbody .day.old,
.datepicker[data-bg=gray] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-months .table-condensed tbody .day.old,
.calendar[data-bg=gray] .calendar-builds .datepicker .datepicker-months .table-condensed tbody .day.new,
.calendar[data-bg=gray] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-months .table-condensed tbody .day.new,
.calendar[data-bg=white] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-months .table-condensed tbody .day.new,
.calendar[data-bg=gray] .calendar-input .datepicker .datepicker-months .table-condensed tbody .day.new,
.calendar[data-bg=gray] .datepicker[data-bg=white] .calendar-input .datepicker .datepicker-months .table-condensed tbody .day.new,
.datepicker[data-bg=white] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-months .table-condensed tbody .day.new,
.calendar[data-bg=gray] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-months .table-condensed tbody .day.new,
.datepicker[data-bg=gray] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-months .table-condensed tbody .day.new,
.calendar[data-bg=gray] .calendar-builds .datepicker .datepicker-months .table-condensed tbody .month.old,
.calendar[data-bg=gray] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-months .table-condensed tbody .month.old,
.calendar[data-bg=white] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-months .table-condensed tbody .month.old,
.calendar[data-bg=gray] .calendar-input .datepicker .datepicker-months .table-condensed tbody .month.old,
.calendar[data-bg=gray] .datepicker[data-bg=white] .calendar-input .datepicker .datepicker-months .table-condensed tbody .month.old,
.datepicker[data-bg=white] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-months .table-condensed tbody .month.old,
.calendar[data-bg=gray] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-months .table-condensed tbody .month.old,
.datepicker[data-bg=gray] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-months .table-condensed tbody .month.old,
.calendar[data-bg=gray] .calendar-builds .datepicker .datepicker-months .table-condensed tbody .month.new,
.calendar[data-bg=gray] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-months .table-condensed tbody .month.new,
.calendar[data-bg=white] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-months .table-condensed tbody .month.new,
.calendar[data-bg=gray] .calendar-input .datepicker .datepicker-months .table-condensed tbody .month.new,
.calendar[data-bg=gray] .datepicker[data-bg=white] .calendar-input .datepicker .datepicker-months .table-condensed tbody .month.new,
.datepicker[data-bg=white] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-months .table-condensed tbody .month.new,
.calendar[data-bg=gray] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-months .table-condensed tbody .month.new,
.datepicker[data-bg=gray] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-months .table-condensed tbody .month.new,
.calendar[data-bg=gray] .calendar-builds .datepicker .datepicker-months .table-condensed tbody .year.old,
.calendar[data-bg=gray] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-months .table-condensed tbody .year.old,
.calendar[data-bg=white] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-months .table-condensed tbody .year.old,
.calendar[data-bg=gray] .calendar-input .datepicker .datepicker-months .table-condensed tbody .year.old,
.calendar[data-bg=gray] .datepicker[data-bg=white] .calendar-input .datepicker .datepicker-months .table-condensed tbody .year.old,
.datepicker[data-bg=white] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-months .table-condensed tbody .year.old,
.calendar[data-bg=gray] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-months .table-condensed tbody .year.old,
.datepicker[data-bg=gray] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-months .table-condensed tbody .year.old,
.calendar[data-bg=gray] .calendar-builds .datepicker .datepicker-months .table-condensed tbody .year.new,
.calendar[data-bg=gray] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-months .table-condensed tbody .year.new,
.calendar[data-bg=white] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-months .table-condensed tbody .year.new,
.calendar[data-bg=gray] .calendar-input .datepicker .datepicker-months .table-condensed tbody .year.new,
.calendar[data-bg=gray] .datepicker[data-bg=white] .calendar-input .datepicker .datepicker-months .table-condensed tbody .year.new,
.datepicker[data-bg=white] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-months .table-condensed tbody .year.new,
.calendar[data-bg=gray] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-months .table-condensed tbody .year.new,
.datepicker[data-bg=gray] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-months .table-condensed tbody .year.new,
.calendar[data-bg=gray] .calendar-builds .datepicker .datepicker-months .table-condensed tbody .decate.old,
.calendar[data-bg=gray] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-months .table-condensed tbody .decate.old,
.calendar[data-bg=white] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-months .table-condensed tbody .decate.old,
.calendar[data-bg=gray] .calendar-input .datepicker .datepicker-months .table-condensed tbody .decate.old,
.calendar[data-bg=gray] .datepicker[data-bg=white] .calendar-input .datepicker .datepicker-months .table-condensed tbody .decate.old,
.datepicker[data-bg=white] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-months .table-condensed tbody .decate.old,
.calendar[data-bg=gray] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-months .table-condensed tbody .decate.old,
.datepicker[data-bg=gray] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-months .table-condensed tbody .decate.old,
.calendar[data-bg=gray] .calendar-builds .datepicker .datepicker-months .table-condensed tbody .decate.new,
.calendar[data-bg=gray] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-months .table-condensed tbody .decate.new,
.calendar[data-bg=white] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-months .table-condensed tbody .decate.new,
.calendar[data-bg=gray] .calendar-input .datepicker .datepicker-months .table-condensed tbody .decate.new,
.calendar[data-bg=gray] .datepicker[data-bg=white] .calendar-input .datepicker .datepicker-months .table-condensed tbody .decate.new,
.datepicker[data-bg=white] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-months .table-condensed tbody .decate.new,
.calendar[data-bg=gray] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-months .table-condensed tbody .decate.new,
.datepicker[data-bg=gray] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-months .table-condensed tbody .decate.new,
.calendar[data-bg=gray] .calendar-builds .datepicker .datepicker-months .table-condensed tbody .century.old,
.calendar[data-bg=gray] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-months .table-condensed tbody .century.old,
.calendar[data-bg=white] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-months .table-condensed tbody .century.old,
.calendar[data-bg=gray] .calendar-input .datepicker .datepicker-months .table-condensed tbody .century.old,
.calendar[data-bg=gray] .datepicker[data-bg=white] .calendar-input .datepicker .datepicker-months .table-condensed tbody .century.old,
.datepicker[data-bg=white] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-months .table-condensed tbody .century.old,
.calendar[data-bg=gray] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-months .table-condensed tbody .century.old,
.datepicker[data-bg=gray] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-months .table-condensed tbody .century.old,
.calendar[data-bg=gray] .calendar-builds .datepicker .datepicker-months .table-condensed tbody .century.new,
.calendar[data-bg=gray] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-months .table-condensed tbody .century.new,
.calendar[data-bg=white] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-months .table-condensed tbody .century.new,
.calendar[data-bg=gray] .calendar-input .datepicker .datepicker-months .table-condensed tbody .century.new,
.calendar[data-bg=gray] .datepicker[data-bg=white] .calendar-input .datepicker .datepicker-months .table-condensed tbody .century.new,
.datepicker[data-bg=white] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-months .table-condensed tbody .century.new,
.calendar[data-bg=gray] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-months .table-condensed tbody .century.new,
.datepicker[data-bg=gray] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-months .table-condensed tbody .century.new,
.calendar[data-bg=gray] .calendar-builds .datepicker .datepicker-years .table-condensed tbody .day.old,
.calendar[data-bg=gray] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-years .table-condensed tbody .day.old,
.calendar[data-bg=white] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-years .table-condensed tbody .day.old,
.calendar[data-bg=gray] .calendar-input .datepicker .datepicker-years .table-condensed tbody .day.old,
.calendar[data-bg=gray] .datepicker[data-bg=white] .calendar-input .datepicker .datepicker-years .table-condensed tbody .day.old,
.datepicker[data-bg=white] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-years .table-condensed tbody .day.old,
.calendar[data-bg=gray] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-years .table-condensed tbody .day.old,
.datepicker[data-bg=gray] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-years .table-condensed tbody .day.old,
.calendar[data-bg=gray] .calendar-builds .datepicker .datepicker-years .table-condensed tbody .day.new,
.calendar[data-bg=gray] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-years .table-condensed tbody .day.new,
.calendar[data-bg=white] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-years .table-condensed tbody .day.new,
.calendar[data-bg=gray] .calendar-input .datepicker .datepicker-years .table-condensed tbody .day.new,
.calendar[data-bg=gray] .datepicker[data-bg=white] .calendar-input .datepicker .datepicker-years .table-condensed tbody .day.new,
.datepicker[data-bg=white] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-years .table-condensed tbody .day.new,
.calendar[data-bg=gray] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-years .table-condensed tbody .day.new,
.datepicker[data-bg=gray] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-years .table-condensed tbody .day.new,
.calendar[data-bg=gray] .calendar-builds .datepicker .datepicker-years .table-condensed tbody .month.old,
.calendar[data-bg=gray] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-years .table-condensed tbody .month.old,
.calendar[data-bg=white] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-years .table-condensed tbody .month.old,
.calendar[data-bg=gray] .calendar-input .datepicker .datepicker-years .table-condensed tbody .month.old,
.calendar[data-bg=gray] .datepicker[data-bg=white] .calendar-input .datepicker .datepicker-years .table-condensed tbody .month.old,
.datepicker[data-bg=white] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-years .table-condensed tbody .month.old,
.calendar[data-bg=gray] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-years .table-condensed tbody .month.old,
.datepicker[data-bg=gray] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-years .table-condensed tbody .month.old,
.calendar[data-bg=gray] .calendar-builds .datepicker .datepicker-years .table-condensed tbody .month.new,
.calendar[data-bg=gray] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-years .table-condensed tbody .month.new,
.calendar[data-bg=white] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-years .table-condensed tbody .month.new,
.calendar[data-bg=gray] .calendar-input .datepicker .datepicker-years .table-condensed tbody .month.new,
.calendar[data-bg=gray] .datepicker[data-bg=white] .calendar-input .datepicker .datepicker-years .table-condensed tbody .month.new,
.datepicker[data-bg=white] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-years .table-condensed tbody .month.new,
.calendar[data-bg=gray] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-years .table-condensed tbody .month.new,
.datepicker[data-bg=gray] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-years .table-condensed tbody .month.new,
.calendar[data-bg=gray] .calendar-builds .datepicker .datepicker-years .table-condensed tbody .year.old,
.calendar[data-bg=gray] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-years .table-condensed tbody .year.old,
.calendar[data-bg=white] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-years .table-condensed tbody .year.old,
.calendar[data-bg=gray] .calendar-input .datepicker .datepicker-years .table-condensed tbody .year.old,
.calendar[data-bg=gray] .datepicker[data-bg=white] .calendar-input .datepicker .datepicker-years .table-condensed tbody .year.old,
.datepicker[data-bg=white] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-years .table-condensed tbody .year.old,
.calendar[data-bg=gray] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-years .table-condensed tbody .year.old,
.datepicker[data-bg=gray] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-years .table-condensed tbody .year.old,
.calendar[data-bg=gray] .calendar-builds .datepicker .datepicker-years .table-condensed tbody .year.new,
.calendar[data-bg=gray] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-years .table-condensed tbody .year.new,
.calendar[data-bg=white] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-years .table-condensed tbody .year.new,
.calendar[data-bg=gray] .calendar-input .datepicker .datepicker-years .table-condensed tbody .year.new,
.calendar[data-bg=gray] .datepicker[data-bg=white] .calendar-input .datepicker .datepicker-years .table-condensed tbody .year.new,
.datepicker[data-bg=white] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-years .table-condensed tbody .year.new,
.calendar[data-bg=gray] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-years .table-condensed tbody .year.new,
.datepicker[data-bg=gray] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-years .table-condensed tbody .year.new,
.calendar[data-bg=gray] .calendar-builds .datepicker .datepicker-years .table-condensed tbody .decate.old,
.calendar[data-bg=gray] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-years .table-condensed tbody .decate.old,
.calendar[data-bg=white] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-years .table-condensed tbody .decate.old,
.calendar[data-bg=gray] .calendar-input .datepicker .datepicker-years .table-condensed tbody .decate.old,
.calendar[data-bg=gray] .datepicker[data-bg=white] .calendar-input .datepicker .datepicker-years .table-condensed tbody .decate.old,
.datepicker[data-bg=white] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-years .table-condensed tbody .decate.old,
.calendar[data-bg=gray] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-years .table-condensed tbody .decate.old,
.datepicker[data-bg=gray] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-years .table-condensed tbody .decate.old,
.calendar[data-bg=gray] .calendar-builds .datepicker .datepicker-years .table-condensed tbody .decate.new,
.calendar[data-bg=gray] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-years .table-condensed tbody .decate.new,
.calendar[data-bg=white] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-years .table-condensed tbody .decate.new,
.calendar[data-bg=gray] .calendar-input .datepicker .datepicker-years .table-condensed tbody .decate.new,
.calendar[data-bg=gray] .datepicker[data-bg=white] .calendar-input .datepicker .datepicker-years .table-condensed tbody .decate.new,
.datepicker[data-bg=white] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-years .table-condensed tbody .decate.new,
.calendar[data-bg=gray] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-years .table-condensed tbody .decate.new,
.datepicker[data-bg=gray] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-years .table-condensed tbody .decate.new,
.calendar[data-bg=gray] .calendar-builds .datepicker .datepicker-years .table-condensed tbody .century.old,
.calendar[data-bg=gray] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-years .table-condensed tbody .century.old,
.calendar[data-bg=white] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-years .table-condensed tbody .century.old,
.calendar[data-bg=gray] .calendar-input .datepicker .datepicker-years .table-condensed tbody .century.old,
.calendar[data-bg=gray] .datepicker[data-bg=white] .calendar-input .datepicker .datepicker-years .table-condensed tbody .century.old,
.datepicker[data-bg=white] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-years .table-condensed tbody .century.old,
.calendar[data-bg=gray] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-years .table-condensed tbody .century.old,
.datepicker[data-bg=gray] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-years .table-condensed tbody .century.old,
.calendar[data-bg=gray] .calendar-builds .datepicker .datepicker-years .table-condensed tbody .century.new,
.calendar[data-bg=gray] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-years .table-condensed tbody .century.new,
.calendar[data-bg=white] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-years .table-condensed tbody .century.new,
.calendar[data-bg=gray] .calendar-input .datepicker .datepicker-years .table-condensed tbody .century.new,
.calendar[data-bg=gray] .datepicker[data-bg=white] .calendar-input .datepicker .datepicker-years .table-condensed tbody .century.new,
.datepicker[data-bg=white] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-years .table-condensed tbody .century.new,
.calendar[data-bg=gray] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-years .table-condensed tbody .century.new,
.datepicker[data-bg=gray] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-years .table-condensed tbody .century.new,
.calendar[data-bg=gray] .calendar-builds .datepicker .datepicker-decades .table-condensed tbody .day.old,
.calendar[data-bg=gray] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-decades .table-condensed tbody .day.old,
.calendar[data-bg=white] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-decades .table-condensed tbody .day.old,
.calendar[data-bg=gray] .calendar-input .datepicker .datepicker-decades .table-condensed tbody .day.old,
.calendar[data-bg=gray] .datepicker[data-bg=white] .calendar-input .datepicker .datepicker-decades .table-condensed tbody .day.old,
.datepicker[data-bg=white] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-decades .table-condensed tbody .day.old,
.calendar[data-bg=gray] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-decades .table-condensed tbody .day.old,
.datepicker[data-bg=gray] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-decades .table-condensed tbody .day.old,
.calendar[data-bg=gray] .calendar-builds .datepicker .datepicker-decades .table-condensed tbody .day.new,
.calendar[data-bg=gray] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-decades .table-condensed tbody .day.new,
.calendar[data-bg=white] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-decades .table-condensed tbody .day.new,
.calendar[data-bg=gray] .calendar-input .datepicker .datepicker-decades .table-condensed tbody .day.new,
.calendar[data-bg=gray] .datepicker[data-bg=white] .calendar-input .datepicker .datepicker-decades .table-condensed tbody .day.new,
.datepicker[data-bg=white] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-decades .table-condensed tbody .day.new,
.calendar[data-bg=gray] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-decades .table-condensed tbody .day.new,
.datepicker[data-bg=gray] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-decades .table-condensed tbody .day.new,
.calendar[data-bg=gray] .calendar-builds .datepicker .datepicker-decades .table-condensed tbody .month.old,
.calendar[data-bg=gray] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-decades .table-condensed tbody .month.old,
.calendar[data-bg=white] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-decades .table-condensed tbody .month.old,
.calendar[data-bg=gray] .calendar-input .datepicker .datepicker-decades .table-condensed tbody .month.old,
.calendar[data-bg=gray] .datepicker[data-bg=white] .calendar-input .datepicker .datepicker-decades .table-condensed tbody .month.old,
.datepicker[data-bg=white] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-decades .table-condensed tbody .month.old,
.calendar[data-bg=gray] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-decades .table-condensed tbody .month.old,
.datepicker[data-bg=gray] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-decades .table-condensed tbody .month.old,
.calendar[data-bg=gray] .calendar-builds .datepicker .datepicker-decades .table-condensed tbody .month.new,
.calendar[data-bg=gray] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-decades .table-condensed tbody .month.new,
.calendar[data-bg=white] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-decades .table-condensed tbody .month.new,
.calendar[data-bg=gray] .calendar-input .datepicker .datepicker-decades .table-condensed tbody .month.new,
.calendar[data-bg=gray] .datepicker[data-bg=white] .calendar-input .datepicker .datepicker-decades .table-condensed tbody .month.new,
.datepicker[data-bg=white] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-decades .table-condensed tbody .month.new,
.calendar[data-bg=gray] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-decades .table-condensed tbody .month.new,
.datepicker[data-bg=gray] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-decades .table-condensed tbody .month.new,
.calendar[data-bg=gray] .calendar-builds .datepicker .datepicker-decades .table-condensed tbody .year.old,
.calendar[data-bg=gray] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-decades .table-condensed tbody .year.old,
.calendar[data-bg=white] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-decades .table-condensed tbody .year.old,
.calendar[data-bg=gray] .calendar-input .datepicker .datepicker-decades .table-condensed tbody .year.old,
.calendar[data-bg=gray] .datepicker[data-bg=white] .calendar-input .datepicker .datepicker-decades .table-condensed tbody .year.old,
.datepicker[data-bg=white] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-decades .table-condensed tbody .year.old,
.calendar[data-bg=gray] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-decades .table-condensed tbody .year.old,
.datepicker[data-bg=gray] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-decades .table-condensed tbody .year.old,
.calendar[data-bg=gray] .calendar-builds .datepicker .datepicker-decades .table-condensed tbody .year.new,
.calendar[data-bg=gray] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-decades .table-condensed tbody .year.new,
.calendar[data-bg=white] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-decades .table-condensed tbody .year.new,
.calendar[data-bg=gray] .calendar-input .datepicker .datepicker-decades .table-condensed tbody .year.new,
.calendar[data-bg=gray] .datepicker[data-bg=white] .calendar-input .datepicker .datepicker-decades .table-condensed tbody .year.new,
.datepicker[data-bg=white] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-decades .table-condensed tbody .year.new,
.calendar[data-bg=gray] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-decades .table-condensed tbody .year.new,
.datepicker[data-bg=gray] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-decades .table-condensed tbody .year.new,
.calendar[data-bg=gray] .calendar-builds .datepicker .datepicker-decades .table-condensed tbody .decate.old,
.calendar[data-bg=gray] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-decades .table-condensed tbody .decate.old,
.calendar[data-bg=white] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-decades .table-condensed tbody .decate.old,
.calendar[data-bg=gray] .calendar-input .datepicker .datepicker-decades .table-condensed tbody .decate.old,
.calendar[data-bg=gray] .datepicker[data-bg=white] .calendar-input .datepicker .datepicker-decades .table-condensed tbody .decate.old,
.datepicker[data-bg=white] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-decades .table-condensed tbody .decate.old,
.calendar[data-bg=gray] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-decades .table-condensed tbody .decate.old,
.datepicker[data-bg=gray] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-decades .table-condensed tbody .decate.old,
.calendar[data-bg=gray] .calendar-builds .datepicker .datepicker-decades .table-condensed tbody .decate.new,
.calendar[data-bg=gray] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-decades .table-condensed tbody .decate.new,
.calendar[data-bg=white] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-decades .table-condensed tbody .decate.new,
.calendar[data-bg=gray] .calendar-input .datepicker .datepicker-decades .table-condensed tbody .decate.new,
.calendar[data-bg=gray] .datepicker[data-bg=white] .calendar-input .datepicker .datepicker-decades .table-condensed tbody .decate.new,
.datepicker[data-bg=white] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-decades .table-condensed tbody .decate.new,
.calendar[data-bg=gray] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-decades .table-condensed tbody .decate.new,
.datepicker[data-bg=gray] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-decades .table-condensed tbody .decate.new,
.calendar[data-bg=gray] .calendar-builds .datepicker .datepicker-decades .table-condensed tbody .century.old,
.calendar[data-bg=gray] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-decades .table-condensed tbody .century.old,
.calendar[data-bg=white] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-decades .table-condensed tbody .century.old,
.calendar[data-bg=gray] .calendar-input .datepicker .datepicker-decades .table-condensed tbody .century.old,
.calendar[data-bg=gray] .datepicker[data-bg=white] .calendar-input .datepicker .datepicker-decades .table-condensed tbody .century.old,
.datepicker[data-bg=white] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-decades .table-condensed tbody .century.old,
.calendar[data-bg=gray] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-decades .table-condensed tbody .century.old,
.datepicker[data-bg=gray] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-decades .table-condensed tbody .century.old,
.calendar[data-bg=gray] .calendar-builds .datepicker .datepicker-decades .table-condensed tbody .century.new,
.calendar[data-bg=gray] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-decades .table-condensed tbody .century.new,
.calendar[data-bg=white] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-decades .table-condensed tbody .century.new,
.calendar[data-bg=gray] .calendar-input .datepicker .datepicker-decades .table-condensed tbody .century.new,
.calendar[data-bg=gray] .datepicker[data-bg=white] .calendar-input .datepicker .datepicker-decades .table-condensed tbody .century.new,
.datepicker[data-bg=white] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-decades .table-condensed tbody .century.new,
.calendar[data-bg=gray] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-decades .table-condensed tbody .century.new,
.datepicker[data-bg=gray] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-decades .table-condensed tbody .century.new,
.calendar[data-bg=gray] .calendar-builds .datepicker .datepicker-centuries .table-condensed tbody .day.old,
.calendar[data-bg=gray] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-centuries .table-condensed tbody .day.old,
.calendar[data-bg=white] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-centuries .table-condensed tbody .day.old,
.calendar[data-bg=gray] .calendar-input .datepicker .datepicker-centuries .table-condensed tbody .day.old,
.calendar[data-bg=gray] .datepicker[data-bg=white] .calendar-input .datepicker .datepicker-centuries .table-condensed tbody .day.old,
.datepicker[data-bg=white] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-centuries .table-condensed tbody .day.old,
.calendar[data-bg=gray] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-centuries .table-condensed tbody .day.old,
.datepicker[data-bg=gray] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-centuries .table-condensed tbody .day.old,
.calendar[data-bg=gray] .calendar-builds .datepicker .datepicker-centuries .table-condensed tbody .day.new,
.calendar[data-bg=gray] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-centuries .table-condensed tbody .day.new,
.calendar[data-bg=white] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-centuries .table-condensed tbody .day.new,
.calendar[data-bg=gray] .calendar-input .datepicker .datepicker-centuries .table-condensed tbody .day.new,
.calendar[data-bg=gray] .datepicker[data-bg=white] .calendar-input .datepicker .datepicker-centuries .table-condensed tbody .day.new,
.datepicker[data-bg=white] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-centuries .table-condensed tbody .day.new,
.calendar[data-bg=gray] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-centuries .table-condensed tbody .day.new,
.datepicker[data-bg=gray] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-centuries .table-condensed tbody .day.new,
.calendar[data-bg=gray] .calendar-builds .datepicker .datepicker-centuries .table-condensed tbody .month.old,
.calendar[data-bg=gray] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-centuries .table-condensed tbody .month.old,
.calendar[data-bg=white] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-centuries .table-condensed tbody .month.old,
.calendar[data-bg=gray] .calendar-input .datepicker .datepicker-centuries .table-condensed tbody .month.old,
.calendar[data-bg=gray] .datepicker[data-bg=white] .calendar-input .datepicker .datepicker-centuries .table-condensed tbody .month.old,
.datepicker[data-bg=white] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-centuries .table-condensed tbody .month.old,
.calendar[data-bg=gray] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-centuries .table-condensed tbody .month.old,
.datepicker[data-bg=gray] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-centuries .table-condensed tbody .month.old,
.calendar[data-bg=gray] .calendar-builds .datepicker .datepicker-centuries .table-condensed tbody .month.new,
.calendar[data-bg=gray] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-centuries .table-condensed tbody .month.new,
.calendar[data-bg=white] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-centuries .table-condensed tbody .month.new,
.calendar[data-bg=gray] .calendar-input .datepicker .datepicker-centuries .table-condensed tbody .month.new,
.calendar[data-bg=gray] .datepicker[data-bg=white] .calendar-input .datepicker .datepicker-centuries .table-condensed tbody .month.new,
.datepicker[data-bg=white] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-centuries .table-condensed tbody .month.new,
.calendar[data-bg=gray] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-centuries .table-condensed tbody .month.new,
.datepicker[data-bg=gray] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-centuries .table-condensed tbody .month.new,
.calendar[data-bg=gray] .calendar-builds .datepicker .datepicker-centuries .table-condensed tbody .year.old,
.calendar[data-bg=gray] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-centuries .table-condensed tbody .year.old,
.calendar[data-bg=white] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-centuries .table-condensed tbody .year.old,
.calendar[data-bg=gray] .calendar-input .datepicker .datepicker-centuries .table-condensed tbody .year.old,
.calendar[data-bg=gray] .datepicker[data-bg=white] .calendar-input .datepicker .datepicker-centuries .table-condensed tbody .year.old,
.datepicker[data-bg=white] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-centuries .table-condensed tbody .year.old,
.calendar[data-bg=gray] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-centuries .table-condensed tbody .year.old,
.datepicker[data-bg=gray] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-centuries .table-condensed tbody .year.old,
.calendar[data-bg=gray] .calendar-builds .datepicker .datepicker-centuries .table-condensed tbody .year.new,
.calendar[data-bg=gray] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-centuries .table-condensed tbody .year.new,
.calendar[data-bg=white] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-centuries .table-condensed tbody .year.new,
.calendar[data-bg=gray] .calendar-input .datepicker .datepicker-centuries .table-condensed tbody .year.new,
.calendar[data-bg=gray] .datepicker[data-bg=white] .calendar-input .datepicker .datepicker-centuries .table-condensed tbody .year.new,
.datepicker[data-bg=white] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-centuries .table-condensed tbody .year.new,
.calendar[data-bg=gray] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-centuries .table-condensed tbody .year.new,
.datepicker[data-bg=gray] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-centuries .table-condensed tbody .year.new,
.calendar[data-bg=gray] .calendar-builds .datepicker .datepicker-centuries .table-condensed tbody .decate.old,
.calendar[data-bg=gray] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-centuries .table-condensed tbody .decate.old,
.calendar[data-bg=white] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-centuries .table-condensed tbody .decate.old,
.calendar[data-bg=gray] .calendar-input .datepicker .datepicker-centuries .table-condensed tbody .decate.old,
.calendar[data-bg=gray] .datepicker[data-bg=white] .calendar-input .datepicker .datepicker-centuries .table-condensed tbody .decate.old,
.datepicker[data-bg=white] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-centuries .table-condensed tbody .decate.old,
.calendar[data-bg=gray] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-centuries .table-condensed tbody .decate.old,
.datepicker[data-bg=gray] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-centuries .table-condensed tbody .decate.old,
.calendar[data-bg=gray] .calendar-builds .datepicker .datepicker-centuries .table-condensed tbody .decate.new,
.calendar[data-bg=gray] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-centuries .table-condensed tbody .decate.new,
.calendar[data-bg=white] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-centuries .table-condensed tbody .decate.new,
.calendar[data-bg=gray] .calendar-input .datepicker .datepicker-centuries .table-condensed tbody .decate.new,
.calendar[data-bg=gray] .datepicker[data-bg=white] .calendar-input .datepicker .datepicker-centuries .table-condensed tbody .decate.new,
.datepicker[data-bg=white] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-centuries .table-condensed tbody .decate.new,
.calendar[data-bg=gray] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-centuries .table-condensed tbody .decate.new,
.datepicker[data-bg=gray] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-centuries .table-condensed tbody .decate.new,
.calendar[data-bg=gray] .calendar-builds .datepicker .datepicker-centuries .table-condensed tbody .century.old,
.calendar[data-bg=gray] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-centuries .table-condensed tbody .century.old,
.calendar[data-bg=white] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-centuries .table-condensed tbody .century.old,
.calendar[data-bg=gray] .calendar-input .datepicker .datepicker-centuries .table-condensed tbody .century.old,
.calendar[data-bg=gray] .datepicker[data-bg=white] .calendar-input .datepicker .datepicker-centuries .table-condensed tbody .century.old,
.datepicker[data-bg=white] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-centuries .table-condensed tbody .century.old,
.calendar[data-bg=gray] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-centuries .table-condensed tbody .century.old,
.datepicker[data-bg=gray] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-centuries .table-condensed tbody .century.old,
.calendar[data-bg=gray] .calendar-builds .datepicker .datepicker-centuries .table-condensed tbody .century.new,
.calendar[data-bg=gray] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-centuries .table-condensed tbody .century.new,
.calendar[data-bg=white] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-centuries .table-condensed tbody .century.new,
.calendar[data-bg=gray] .calendar-input .datepicker .datepicker-centuries .table-condensed tbody .century.new,
.calendar[data-bg=gray] .datepicker[data-bg=white] .calendar-input .datepicker .datepicker-centuries .table-condensed tbody .century.new,
.datepicker[data-bg=white] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-centuries .table-condensed tbody .century.new,
.calendar[data-bg=gray] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-centuries .table-condensed tbody .century.new,
.datepicker[data-bg=gray] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-centuries .table-condensed tbody .century.new,
.datepicker[data-bg=gray] .calendar-builds .datepicker .datepicker-days .table-condensed tbody .day.old,
.datepicker[data-bg=gray] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-days .table-condensed tbody .day.old,
.calendar[data-bg=white] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-days .table-condensed tbody .day.old,
.datepicker[data-bg=gray] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-days .table-condensed tbody .day.old,
.calendar[data-bg=gray] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-days .table-condensed tbody .day.old,
.datepicker[data-bg=gray] .datepicker[data-bg=white] .calendar-input .datepicker .datepicker-days .table-condensed tbody .day.old,
.datepicker[data-bg=white] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-days .table-condensed tbody .day.old,
.datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-days .table-condensed tbody .day.old,
.datepicker[data-bg=gray] .calendar-builds .datepicker .datepicker-days .table-condensed tbody .day.new,
.datepicker[data-bg=gray] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-days .table-condensed tbody .day.new,
.calendar[data-bg=white] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-days .table-condensed tbody .day.new,
.datepicker[data-bg=gray] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-days .table-condensed tbody .day.new,
.calendar[data-bg=gray] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-days .table-condensed tbody .day.new,
.datepicker[data-bg=gray] .datepicker[data-bg=white] .calendar-input .datepicker .datepicker-days .table-condensed tbody .day.new,
.datepicker[data-bg=white] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-days .table-condensed tbody .day.new,
.datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-days .table-condensed tbody .day.new,
.datepicker[data-bg=gray] .calendar-builds .datepicker .datepicker-days .table-condensed tbody .month.old,
.datepicker[data-bg=gray] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-days .table-condensed tbody .month.old,
.calendar[data-bg=white] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-days .table-condensed tbody .month.old,
.datepicker[data-bg=gray] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-days .table-condensed tbody .month.old,
.calendar[data-bg=gray] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-days .table-condensed tbody .month.old,
.datepicker[data-bg=gray] .datepicker[data-bg=white] .calendar-input .datepicker .datepicker-days .table-condensed tbody .month.old,
.datepicker[data-bg=white] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-days .table-condensed tbody .month.old,
.datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-days .table-condensed tbody .month.old,
.datepicker[data-bg=gray] .calendar-builds .datepicker .datepicker-days .table-condensed tbody .month.new,
.datepicker[data-bg=gray] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-days .table-condensed tbody .month.new,
.calendar[data-bg=white] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-days .table-condensed tbody .month.new,
.datepicker[data-bg=gray] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-days .table-condensed tbody .month.new,
.calendar[data-bg=gray] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-days .table-condensed tbody .month.new,
.datepicker[data-bg=gray] .datepicker[data-bg=white] .calendar-input .datepicker .datepicker-days .table-condensed tbody .month.new,
.datepicker[data-bg=white] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-days .table-condensed tbody .month.new,
.datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-days .table-condensed tbody .month.new,
.datepicker[data-bg=gray] .calendar-builds .datepicker .datepicker-days .table-condensed tbody .year.old,
.datepicker[data-bg=gray] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-days .table-condensed tbody .year.old,
.calendar[data-bg=white] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-days .table-condensed tbody .year.old,
.datepicker[data-bg=gray] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-days .table-condensed tbody .year.old,
.calendar[data-bg=gray] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-days .table-condensed tbody .year.old,
.datepicker[data-bg=gray] .datepicker[data-bg=white] .calendar-input .datepicker .datepicker-days .table-condensed tbody .year.old,
.datepicker[data-bg=white] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-days .table-condensed tbody .year.old,
.datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-days .table-condensed tbody .year.old,
.datepicker[data-bg=gray] .calendar-builds .datepicker .datepicker-days .table-condensed tbody .year.new,
.datepicker[data-bg=gray] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-days .table-condensed tbody .year.new,
.calendar[data-bg=white] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-days .table-condensed tbody .year.new,
.datepicker[data-bg=gray] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-days .table-condensed tbody .year.new,
.calendar[data-bg=gray] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-days .table-condensed tbody .year.new,
.datepicker[data-bg=gray] .datepicker[data-bg=white] .calendar-input .datepicker .datepicker-days .table-condensed tbody .year.new,
.datepicker[data-bg=white] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-days .table-condensed tbody .year.new,
.datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-days .table-condensed tbody .year.new,
.datepicker[data-bg=gray] .calendar-builds .datepicker .datepicker-days .table-condensed tbody .decate.old,
.datepicker[data-bg=gray] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-days .table-condensed tbody .decate.old,
.calendar[data-bg=white] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-days .table-condensed tbody .decate.old,
.datepicker[data-bg=gray] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-days .table-condensed tbody .decate.old,
.calendar[data-bg=gray] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-days .table-condensed tbody .decate.old,
.datepicker[data-bg=gray] .datepicker[data-bg=white] .calendar-input .datepicker .datepicker-days .table-condensed tbody .decate.old,
.datepicker[data-bg=white] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-days .table-condensed tbody .decate.old,
.datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-days .table-condensed tbody .decate.old,
.datepicker[data-bg=gray] .calendar-builds .datepicker .datepicker-days .table-condensed tbody .decate.new,
.datepicker[data-bg=gray] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-days .table-condensed tbody .decate.new,
.calendar[data-bg=white] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-days .table-condensed tbody .decate.new,
.datepicker[data-bg=gray] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-days .table-condensed tbody .decate.new,
.calendar[data-bg=gray] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-days .table-condensed tbody .decate.new,
.datepicker[data-bg=gray] .datepicker[data-bg=white] .calendar-input .datepicker .datepicker-days .table-condensed tbody .decate.new,
.datepicker[data-bg=white] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-days .table-condensed tbody .decate.new,
.datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-days .table-condensed tbody .decate.new,
.datepicker[data-bg=gray] .calendar-builds .datepicker .datepicker-days .table-condensed tbody .century.old,
.datepicker[data-bg=gray] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-days .table-condensed tbody .century.old,
.calendar[data-bg=white] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-days .table-condensed tbody .century.old,
.datepicker[data-bg=gray] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-days .table-condensed tbody .century.old,
.calendar[data-bg=gray] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-days .table-condensed tbody .century.old,
.datepicker[data-bg=gray] .datepicker[data-bg=white] .calendar-input .datepicker .datepicker-days .table-condensed tbody .century.old,
.datepicker[data-bg=white] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-days .table-condensed tbody .century.old,
.datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-days .table-condensed tbody .century.old,
.datepicker[data-bg=gray] .calendar-builds .datepicker .datepicker-days .table-condensed tbody .century.new,
.datepicker[data-bg=gray] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-days .table-condensed tbody .century.new,
.calendar[data-bg=white] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-days .table-condensed tbody .century.new,
.datepicker[data-bg=gray] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-days .table-condensed tbody .century.new,
.calendar[data-bg=gray] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-days .table-condensed tbody .century.new,
.datepicker[data-bg=gray] .datepicker[data-bg=white] .calendar-input .datepicker .datepicker-days .table-condensed tbody .century.new,
.datepicker[data-bg=white] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-days .table-condensed tbody .century.new,
.datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-days .table-condensed tbody .century.new,
.datepicker[data-bg=gray] .calendar-builds .datepicker .datepicker-months .table-condensed tbody .day.old,
.datepicker[data-bg=gray] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-months .table-condensed tbody .day.old,
.calendar[data-bg=white] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-months .table-condensed tbody .day.old,
.datepicker[data-bg=gray] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-months .table-condensed tbody .day.old,
.calendar[data-bg=gray] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-months .table-condensed tbody .day.old,
.datepicker[data-bg=gray] .datepicker[data-bg=white] .calendar-input .datepicker .datepicker-months .table-condensed tbody .day.old,
.datepicker[data-bg=white] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-months .table-condensed tbody .day.old,
.datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-months .table-condensed tbody .day.old,
.datepicker[data-bg=gray] .calendar-builds .datepicker .datepicker-months .table-condensed tbody .day.new,
.datepicker[data-bg=gray] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-months .table-condensed tbody .day.new,
.calendar[data-bg=white] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-months .table-condensed tbody .day.new,
.datepicker[data-bg=gray] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-months .table-condensed tbody .day.new,
.calendar[data-bg=gray] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-months .table-condensed tbody .day.new,
.datepicker[data-bg=gray] .datepicker[data-bg=white] .calendar-input .datepicker .datepicker-months .table-condensed tbody .day.new,
.datepicker[data-bg=white] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-months .table-condensed tbody .day.new,
.datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-months .table-condensed tbody .day.new,
.datepicker[data-bg=gray] .calendar-builds .datepicker .datepicker-months .table-condensed tbody .month.old,
.datepicker[data-bg=gray] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-months .table-condensed tbody .month.old,
.calendar[data-bg=white] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-months .table-condensed tbody .month.old,
.datepicker[data-bg=gray] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-months .table-condensed tbody .month.old,
.calendar[data-bg=gray] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-months .table-condensed tbody .month.old,
.datepicker[data-bg=gray] .datepicker[data-bg=white] .calendar-input .datepicker .datepicker-months .table-condensed tbody .month.old,
.datepicker[data-bg=white] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-months .table-condensed tbody .month.old,
.datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-months .table-condensed tbody .month.old,
.datepicker[data-bg=gray] .calendar-builds .datepicker .datepicker-months .table-condensed tbody .month.new,
.datepicker[data-bg=gray] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-months .table-condensed tbody .month.new,
.calendar[data-bg=white] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-months .table-condensed tbody .month.new,
.datepicker[data-bg=gray] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-months .table-condensed tbody .month.new,
.calendar[data-bg=gray] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-months .table-condensed tbody .month.new,
.datepicker[data-bg=gray] .datepicker[data-bg=white] .calendar-input .datepicker .datepicker-months .table-condensed tbody .month.new,
.datepicker[data-bg=white] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-months .table-condensed tbody .month.new,
.datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-months .table-condensed tbody .month.new,
.datepicker[data-bg=gray] .calendar-builds .datepicker .datepicker-months .table-condensed tbody .year.old,
.datepicker[data-bg=gray] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-months .table-condensed tbody .year.old,
.calendar[data-bg=white] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-months .table-condensed tbody .year.old,
.datepicker[data-bg=gray] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-months .table-condensed tbody .year.old,
.calendar[data-bg=gray] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-months .table-condensed tbody .year.old,
.datepicker[data-bg=gray] .datepicker[data-bg=white] .calendar-input .datepicker .datepicker-months .table-condensed tbody .year.old,
.datepicker[data-bg=white] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-months .table-condensed tbody .year.old,
.datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-months .table-condensed tbody .year.old,
.datepicker[data-bg=gray] .calendar-builds .datepicker .datepicker-months .table-condensed tbody .year.new,
.datepicker[data-bg=gray] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-months .table-condensed tbody .year.new,
.calendar[data-bg=white] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-months .table-condensed tbody .year.new,
.datepicker[data-bg=gray] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-months .table-condensed tbody .year.new,
.calendar[data-bg=gray] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-months .table-condensed tbody .year.new,
.datepicker[data-bg=gray] .datepicker[data-bg=white] .calendar-input .datepicker .datepicker-months .table-condensed tbody .year.new,
.datepicker[data-bg=white] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-months .table-condensed tbody .year.new,
.datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-months .table-condensed tbody .year.new,
.datepicker[data-bg=gray] .calendar-builds .datepicker .datepicker-months .table-condensed tbody .decate.old,
.datepicker[data-bg=gray] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-months .table-condensed tbody .decate.old,
.calendar[data-bg=white] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-months .table-condensed tbody .decate.old,
.datepicker[data-bg=gray] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-months .table-condensed tbody .decate.old,
.calendar[data-bg=gray] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-months .table-condensed tbody .decate.old,
.datepicker[data-bg=gray] .datepicker[data-bg=white] .calendar-input .datepicker .datepicker-months .table-condensed tbody .decate.old,
.datepicker[data-bg=white] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-months .table-condensed tbody .decate.old,
.datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-months .table-condensed tbody .decate.old,
.datepicker[data-bg=gray] .calendar-builds .datepicker .datepicker-months .table-condensed tbody .decate.new,
.datepicker[data-bg=gray] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-months .table-condensed tbody .decate.new,
.calendar[data-bg=white] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-months .table-condensed tbody .decate.new,
.datepicker[data-bg=gray] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-months .table-condensed tbody .decate.new,
.calendar[data-bg=gray] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-months .table-condensed tbody .decate.new,
.datepicker[data-bg=gray] .datepicker[data-bg=white] .calendar-input .datepicker .datepicker-months .table-condensed tbody .decate.new,
.datepicker[data-bg=white] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-months .table-condensed tbody .decate.new,
.datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-months .table-condensed tbody .decate.new,
.datepicker[data-bg=gray] .calendar-builds .datepicker .datepicker-months .table-condensed tbody .century.old,
.datepicker[data-bg=gray] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-months .table-condensed tbody .century.old,
.calendar[data-bg=white] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-months .table-condensed tbody .century.old,
.datepicker[data-bg=gray] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-months .table-condensed tbody .century.old,
.calendar[data-bg=gray] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-months .table-condensed tbody .century.old,
.datepicker[data-bg=gray] .datepicker[data-bg=white] .calendar-input .datepicker .datepicker-months .table-condensed tbody .century.old,
.datepicker[data-bg=white] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-months .table-condensed tbody .century.old,
.datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-months .table-condensed tbody .century.old,
.datepicker[data-bg=gray] .calendar-builds .datepicker .datepicker-months .table-condensed tbody .century.new,
.datepicker[data-bg=gray] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-months .table-condensed tbody .century.new,
.calendar[data-bg=white] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-months .table-condensed tbody .century.new,
.datepicker[data-bg=gray] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-months .table-condensed tbody .century.new,
.calendar[data-bg=gray] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-months .table-condensed tbody .century.new,
.datepicker[data-bg=gray] .datepicker[data-bg=white] .calendar-input .datepicker .datepicker-months .table-condensed tbody .century.new,
.datepicker[data-bg=white] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-months .table-condensed tbody .century.new,
.datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-months .table-condensed tbody .century.new,
.datepicker[data-bg=gray] .calendar-builds .datepicker .datepicker-years .table-condensed tbody .day.old,
.datepicker[data-bg=gray] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-years .table-condensed tbody .day.old,
.calendar[data-bg=white] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-years .table-condensed tbody .day.old,
.datepicker[data-bg=gray] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-years .table-condensed tbody .day.old,
.calendar[data-bg=gray] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-years .table-condensed tbody .day.old,
.datepicker[data-bg=gray] .datepicker[data-bg=white] .calendar-input .datepicker .datepicker-years .table-condensed tbody .day.old,
.datepicker[data-bg=white] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-years .table-condensed tbody .day.old,
.datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-years .table-condensed tbody .day.old,
.datepicker[data-bg=gray] .calendar-builds .datepicker .datepicker-years .table-condensed tbody .day.new,
.datepicker[data-bg=gray] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-years .table-condensed tbody .day.new,
.calendar[data-bg=white] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-years .table-condensed tbody .day.new,
.datepicker[data-bg=gray] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-years .table-condensed tbody .day.new,
.calendar[data-bg=gray] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-years .table-condensed tbody .day.new,
.datepicker[data-bg=gray] .datepicker[data-bg=white] .calendar-input .datepicker .datepicker-years .table-condensed tbody .day.new,
.datepicker[data-bg=white] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-years .table-condensed tbody .day.new,
.datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-years .table-condensed tbody .day.new,
.datepicker[data-bg=gray] .calendar-builds .datepicker .datepicker-years .table-condensed tbody .month.old,
.datepicker[data-bg=gray] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-years .table-condensed tbody .month.old,
.calendar[data-bg=white] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-years .table-condensed tbody .month.old,
.datepicker[data-bg=gray] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-years .table-condensed tbody .month.old,
.calendar[data-bg=gray] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-years .table-condensed tbody .month.old,
.datepicker[data-bg=gray] .datepicker[data-bg=white] .calendar-input .datepicker .datepicker-years .table-condensed tbody .month.old,
.datepicker[data-bg=white] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-years .table-condensed tbody .month.old,
.datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-years .table-condensed tbody .month.old,
.datepicker[data-bg=gray] .calendar-builds .datepicker .datepicker-years .table-condensed tbody .month.new,
.datepicker[data-bg=gray] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-years .table-condensed tbody .month.new,
.calendar[data-bg=white] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-years .table-condensed tbody .month.new,
.datepicker[data-bg=gray] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-years .table-condensed tbody .month.new,
.calendar[data-bg=gray] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-years .table-condensed tbody .month.new,
.datepicker[data-bg=gray] .datepicker[data-bg=white] .calendar-input .datepicker .datepicker-years .table-condensed tbody .month.new,
.datepicker[data-bg=white] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-years .table-condensed tbody .month.new,
.datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-years .table-condensed tbody .month.new,
.datepicker[data-bg=gray] .calendar-builds .datepicker .datepicker-years .table-condensed tbody .year.old,
.datepicker[data-bg=gray] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-years .table-condensed tbody .year.old,
.calendar[data-bg=white] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-years .table-condensed tbody .year.old,
.datepicker[data-bg=gray] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-years .table-condensed tbody .year.old,
.calendar[data-bg=gray] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-years .table-condensed tbody .year.old,
.datepicker[data-bg=gray] .datepicker[data-bg=white] .calendar-input .datepicker .datepicker-years .table-condensed tbody .year.old,
.datepicker[data-bg=white] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-years .table-condensed tbody .year.old,
.datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-years .table-condensed tbody .year.old,
.datepicker[data-bg=gray] .calendar-builds .datepicker .datepicker-years .table-condensed tbody .year.new,
.datepicker[data-bg=gray] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-years .table-condensed tbody .year.new,
.calendar[data-bg=white] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-years .table-condensed tbody .year.new,
.datepicker[data-bg=gray] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-years .table-condensed tbody .year.new,
.calendar[data-bg=gray] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-years .table-condensed tbody .year.new,
.datepicker[data-bg=gray] .datepicker[data-bg=white] .calendar-input .datepicker .datepicker-years .table-condensed tbody .year.new,
.datepicker[data-bg=white] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-years .table-condensed tbody .year.new,
.datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-years .table-condensed tbody .year.new,
.datepicker[data-bg=gray] .calendar-builds .datepicker .datepicker-years .table-condensed tbody .decate.old,
.datepicker[data-bg=gray] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-years .table-condensed tbody .decate.old,
.calendar[data-bg=white] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-years .table-condensed tbody .decate.old,
.datepicker[data-bg=gray] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-years .table-condensed tbody .decate.old,
.calendar[data-bg=gray] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-years .table-condensed tbody .decate.old,
.datepicker[data-bg=gray] .datepicker[data-bg=white] .calendar-input .datepicker .datepicker-years .table-condensed tbody .decate.old,
.datepicker[data-bg=white] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-years .table-condensed tbody .decate.old,
.datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-years .table-condensed tbody .decate.old,
.datepicker[data-bg=gray] .calendar-builds .datepicker .datepicker-years .table-condensed tbody .decate.new,
.datepicker[data-bg=gray] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-years .table-condensed tbody .decate.new,
.calendar[data-bg=white] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-years .table-condensed tbody .decate.new,
.datepicker[data-bg=gray] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-years .table-condensed tbody .decate.new,
.calendar[data-bg=gray] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-years .table-condensed tbody .decate.new,
.datepicker[data-bg=gray] .datepicker[data-bg=white] .calendar-input .datepicker .datepicker-years .table-condensed tbody .decate.new,
.datepicker[data-bg=white] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-years .table-condensed tbody .decate.new,
.datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-years .table-condensed tbody .decate.new,
.datepicker[data-bg=gray] .calendar-builds .datepicker .datepicker-years .table-condensed tbody .century.old,
.datepicker[data-bg=gray] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-years .table-condensed tbody .century.old,
.calendar[data-bg=white] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-years .table-condensed tbody .century.old,
.datepicker[data-bg=gray] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-years .table-condensed tbody .century.old,
.calendar[data-bg=gray] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-years .table-condensed tbody .century.old,
.datepicker[data-bg=gray] .datepicker[data-bg=white] .calendar-input .datepicker .datepicker-years .table-condensed tbody .century.old,
.datepicker[data-bg=white] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-years .table-condensed tbody .century.old,
.datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-years .table-condensed tbody .century.old,
.datepicker[data-bg=gray] .calendar-builds .datepicker .datepicker-years .table-condensed tbody .century.new,
.datepicker[data-bg=gray] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-years .table-condensed tbody .century.new,
.calendar[data-bg=white] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-years .table-condensed tbody .century.new,
.datepicker[data-bg=gray] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-years .table-condensed tbody .century.new,
.calendar[data-bg=gray] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-years .table-condensed tbody .century.new,
.datepicker[data-bg=gray] .datepicker[data-bg=white] .calendar-input .datepicker .datepicker-years .table-condensed tbody .century.new,
.datepicker[data-bg=white] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-years .table-condensed tbody .century.new,
.datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-years .table-condensed tbody .century.new,
.datepicker[data-bg=gray] .calendar-builds .datepicker .datepicker-decades .table-condensed tbody .day.old,
.datepicker[data-bg=gray] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-decades .table-condensed tbody .day.old,
.calendar[data-bg=white] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-decades .table-condensed tbody .day.old,
.datepicker[data-bg=gray] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-decades .table-condensed tbody .day.old,
.calendar[data-bg=gray] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-decades .table-condensed tbody .day.old,
.datepicker[data-bg=gray] .datepicker[data-bg=white] .calendar-input .datepicker .datepicker-decades .table-condensed tbody .day.old,
.datepicker[data-bg=white] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-decades .table-condensed tbody .day.old,
.datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-decades .table-condensed tbody .day.old,
.datepicker[data-bg=gray] .calendar-builds .datepicker .datepicker-decades .table-condensed tbody .day.new,
.datepicker[data-bg=gray] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-decades .table-condensed tbody .day.new,
.calendar[data-bg=white] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-decades .table-condensed tbody .day.new,
.datepicker[data-bg=gray] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-decades .table-condensed tbody .day.new,
.calendar[data-bg=gray] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-decades .table-condensed tbody .day.new,
.datepicker[data-bg=gray] .datepicker[data-bg=white] .calendar-input .datepicker .datepicker-decades .table-condensed tbody .day.new,
.datepicker[data-bg=white] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-decades .table-condensed tbody .day.new,
.datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-decades .table-condensed tbody .day.new,
.datepicker[data-bg=gray] .calendar-builds .datepicker .datepicker-decades .table-condensed tbody .month.old,
.datepicker[data-bg=gray] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-decades .table-condensed tbody .month.old,
.calendar[data-bg=white] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-decades .table-condensed tbody .month.old,
.datepicker[data-bg=gray] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-decades .table-condensed tbody .month.old,
.calendar[data-bg=gray] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-decades .table-condensed tbody .month.old,
.datepicker[data-bg=gray] .datepicker[data-bg=white] .calendar-input .datepicker .datepicker-decades .table-condensed tbody .month.old,
.datepicker[data-bg=white] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-decades .table-condensed tbody .month.old,
.datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-decades .table-condensed tbody .month.old,
.datepicker[data-bg=gray] .calendar-builds .datepicker .datepicker-decades .table-condensed tbody .month.new,
.datepicker[data-bg=gray] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-decades .table-condensed tbody .month.new,
.calendar[data-bg=white] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-decades .table-condensed tbody .month.new,
.datepicker[data-bg=gray] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-decades .table-condensed tbody .month.new,
.calendar[data-bg=gray] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-decades .table-condensed tbody .month.new,
.datepicker[data-bg=gray] .datepicker[data-bg=white] .calendar-input .datepicker .datepicker-decades .table-condensed tbody .month.new,
.datepicker[data-bg=white] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-decades .table-condensed tbody .month.new,
.datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-decades .table-condensed tbody .month.new,
.datepicker[data-bg=gray] .calendar-builds .datepicker .datepicker-decades .table-condensed tbody .year.old,
.datepicker[data-bg=gray] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-decades .table-condensed tbody .year.old,
.calendar[data-bg=white] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-decades .table-condensed tbody .year.old,
.datepicker[data-bg=gray] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-decades .table-condensed tbody .year.old,
.calendar[data-bg=gray] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-decades .table-condensed tbody .year.old,
.datepicker[data-bg=gray] .datepicker[data-bg=white] .calendar-input .datepicker .datepicker-decades .table-condensed tbody .year.old,
.datepicker[data-bg=white] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-decades .table-condensed tbody .year.old,
.datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-decades .table-condensed tbody .year.old,
.datepicker[data-bg=gray] .calendar-builds .datepicker .datepicker-decades .table-condensed tbody .year.new,
.datepicker[data-bg=gray] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-decades .table-condensed tbody .year.new,
.calendar[data-bg=white] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-decades .table-condensed tbody .year.new,
.datepicker[data-bg=gray] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-decades .table-condensed tbody .year.new,
.calendar[data-bg=gray] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-decades .table-condensed tbody .year.new,
.datepicker[data-bg=gray] .datepicker[data-bg=white] .calendar-input .datepicker .datepicker-decades .table-condensed tbody .year.new,
.datepicker[data-bg=white] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-decades .table-condensed tbody .year.new,
.datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-decades .table-condensed tbody .year.new,
.datepicker[data-bg=gray] .calendar-builds .datepicker .datepicker-decades .table-condensed tbody .decate.old,
.datepicker[data-bg=gray] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-decades .table-condensed tbody .decate.old,
.calendar[data-bg=white] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-decades .table-condensed tbody .decate.old,
.datepicker[data-bg=gray] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-decades .table-condensed tbody .decate.old,
.calendar[data-bg=gray] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-decades .table-condensed tbody .decate.old,
.datepicker[data-bg=gray] .datepicker[data-bg=white] .calendar-input .datepicker .datepicker-decades .table-condensed tbody .decate.old,
.datepicker[data-bg=white] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-decades .table-condensed tbody .decate.old,
.datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-decades .table-condensed tbody .decate.old,
.datepicker[data-bg=gray] .calendar-builds .datepicker .datepicker-decades .table-condensed tbody .decate.new,
.datepicker[data-bg=gray] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-decades .table-condensed tbody .decate.new,
.calendar[data-bg=white] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-decades .table-condensed tbody .decate.new,
.datepicker[data-bg=gray] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-decades .table-condensed tbody .decate.new,
.calendar[data-bg=gray] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-decades .table-condensed tbody .decate.new,
.datepicker[data-bg=gray] .datepicker[data-bg=white] .calendar-input .datepicker .datepicker-decades .table-condensed tbody .decate.new,
.datepicker[data-bg=white] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-decades .table-condensed tbody .decate.new,
.datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-decades .table-condensed tbody .decate.new,
.datepicker[data-bg=gray] .calendar-builds .datepicker .datepicker-decades .table-condensed tbody .century.old,
.datepicker[data-bg=gray] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-decades .table-condensed tbody .century.old,
.calendar[data-bg=white] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-decades .table-condensed tbody .century.old,
.datepicker[data-bg=gray] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-decades .table-condensed tbody .century.old,
.calendar[data-bg=gray] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-decades .table-condensed tbody .century.old,
.datepicker[data-bg=gray] .datepicker[data-bg=white] .calendar-input .datepicker .datepicker-decades .table-condensed tbody .century.old,
.datepicker[data-bg=white] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-decades .table-condensed tbody .century.old,
.datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-decades .table-condensed tbody .century.old,
.datepicker[data-bg=gray] .calendar-builds .datepicker .datepicker-decades .table-condensed tbody .century.new,
.datepicker[data-bg=gray] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-decades .table-condensed tbody .century.new,
.calendar[data-bg=white] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-decades .table-condensed tbody .century.new,
.datepicker[data-bg=gray] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-decades .table-condensed tbody .century.new,
.calendar[data-bg=gray] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-decades .table-condensed tbody .century.new,
.datepicker[data-bg=gray] .datepicker[data-bg=white] .calendar-input .datepicker .datepicker-decades .table-condensed tbody .century.new,
.datepicker[data-bg=white] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-decades .table-condensed tbody .century.new,
.datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-decades .table-condensed tbody .century.new,
.datepicker[data-bg=gray] .calendar-builds .datepicker .datepicker-centuries .table-condensed tbody .day.old,
.datepicker[data-bg=gray] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-centuries .table-condensed tbody .day.old,
.calendar[data-bg=white] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-centuries .table-condensed tbody .day.old,
.datepicker[data-bg=gray] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-centuries .table-condensed tbody .day.old,
.calendar[data-bg=gray] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-centuries .table-condensed tbody .day.old,
.datepicker[data-bg=gray] .datepicker[data-bg=white] .calendar-input .datepicker .datepicker-centuries .table-condensed tbody .day.old,
.datepicker[data-bg=white] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-centuries .table-condensed tbody .day.old,
.datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-centuries .table-condensed tbody .day.old,
.datepicker[data-bg=gray] .calendar-builds .datepicker .datepicker-centuries .table-condensed tbody .day.new,
.datepicker[data-bg=gray] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-centuries .table-condensed tbody .day.new,
.calendar[data-bg=white] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-centuries .table-condensed tbody .day.new,
.datepicker[data-bg=gray] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-centuries .table-condensed tbody .day.new,
.calendar[data-bg=gray] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-centuries .table-condensed tbody .day.new,
.datepicker[data-bg=gray] .datepicker[data-bg=white] .calendar-input .datepicker .datepicker-centuries .table-condensed tbody .day.new,
.datepicker[data-bg=white] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-centuries .table-condensed tbody .day.new,
.datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-centuries .table-condensed tbody .day.new,
.datepicker[data-bg=gray] .calendar-builds .datepicker .datepicker-centuries .table-condensed tbody .month.old,
.datepicker[data-bg=gray] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-centuries .table-condensed tbody .month.old,
.calendar[data-bg=white] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-centuries .table-condensed tbody .month.old,
.datepicker[data-bg=gray] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-centuries .table-condensed tbody .month.old,
.calendar[data-bg=gray] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-centuries .table-condensed tbody .month.old,
.datepicker[data-bg=gray] .datepicker[data-bg=white] .calendar-input .datepicker .datepicker-centuries .table-condensed tbody .month.old,
.datepicker[data-bg=white] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-centuries .table-condensed tbody .month.old,
.datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-centuries .table-condensed tbody .month.old,
.datepicker[data-bg=gray] .calendar-builds .datepicker .datepicker-centuries .table-condensed tbody .month.new,
.datepicker[data-bg=gray] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-centuries .table-condensed tbody .month.new,
.calendar[data-bg=white] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-centuries .table-condensed tbody .month.new,
.datepicker[data-bg=gray] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-centuries .table-condensed tbody .month.new,
.calendar[data-bg=gray] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-centuries .table-condensed tbody .month.new,
.datepicker[data-bg=gray] .datepicker[data-bg=white] .calendar-input .datepicker .datepicker-centuries .table-condensed tbody .month.new,
.datepicker[data-bg=white] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-centuries .table-condensed tbody .month.new,
.datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-centuries .table-condensed tbody .month.new,
.datepicker[data-bg=gray] .calendar-builds .datepicker .datepicker-centuries .table-condensed tbody .year.old,
.datepicker[data-bg=gray] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-centuries .table-condensed tbody .year.old,
.calendar[data-bg=white] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-centuries .table-condensed tbody .year.old,
.datepicker[data-bg=gray] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-centuries .table-condensed tbody .year.old,
.calendar[data-bg=gray] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-centuries .table-condensed tbody .year.old,
.datepicker[data-bg=gray] .datepicker[data-bg=white] .calendar-input .datepicker .datepicker-centuries .table-condensed tbody .year.old,
.datepicker[data-bg=white] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-centuries .table-condensed tbody .year.old,
.datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-centuries .table-condensed tbody .year.old,
.datepicker[data-bg=gray] .calendar-builds .datepicker .datepicker-centuries .table-condensed tbody .year.new,
.datepicker[data-bg=gray] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-centuries .table-condensed tbody .year.new,
.calendar[data-bg=white] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-centuries .table-condensed tbody .year.new,
.datepicker[data-bg=gray] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-centuries .table-condensed tbody .year.new,
.calendar[data-bg=gray] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-centuries .table-condensed tbody .year.new,
.datepicker[data-bg=gray] .datepicker[data-bg=white] .calendar-input .datepicker .datepicker-centuries .table-condensed tbody .year.new,
.datepicker[data-bg=white] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-centuries .table-condensed tbody .year.new,
.datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-centuries .table-condensed tbody .year.new,
.datepicker[data-bg=gray] .calendar-builds .datepicker .datepicker-centuries .table-condensed tbody .decate.old,
.datepicker[data-bg=gray] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-centuries .table-condensed tbody .decate.old,
.calendar[data-bg=white] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-centuries .table-condensed tbody .decate.old,
.datepicker[data-bg=gray] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-centuries .table-condensed tbody .decate.old,
.calendar[data-bg=gray] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-centuries .table-condensed tbody .decate.old,
.datepicker[data-bg=gray] .datepicker[data-bg=white] .calendar-input .datepicker .datepicker-centuries .table-condensed tbody .decate.old,
.datepicker[data-bg=white] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-centuries .table-condensed tbody .decate.old,
.datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-centuries .table-condensed tbody .decate.old,
.datepicker[data-bg=gray] .calendar-builds .datepicker .datepicker-centuries .table-condensed tbody .decate.new,
.datepicker[data-bg=gray] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-centuries .table-condensed tbody .decate.new,
.calendar[data-bg=white] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-centuries .table-condensed tbody .decate.new,
.datepicker[data-bg=gray] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-centuries .table-condensed tbody .decate.new,
.calendar[data-bg=gray] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-centuries .table-condensed tbody .decate.new,
.datepicker[data-bg=gray] .datepicker[data-bg=white] .calendar-input .datepicker .datepicker-centuries .table-condensed tbody .decate.new,
.datepicker[data-bg=white] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-centuries .table-condensed tbody .decate.new,
.datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-centuries .table-condensed tbody .decate.new,
.datepicker[data-bg=gray] .calendar-builds .datepicker .datepicker-centuries .table-condensed tbody .century.old,
.datepicker[data-bg=gray] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-centuries .table-condensed tbody .century.old,
.calendar[data-bg=white] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-centuries .table-condensed tbody .century.old,
.datepicker[data-bg=gray] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-centuries .table-condensed tbody .century.old,
.calendar[data-bg=gray] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-centuries .table-condensed tbody .century.old,
.datepicker[data-bg=gray] .datepicker[data-bg=white] .calendar-input .datepicker .datepicker-centuries .table-condensed tbody .century.old,
.datepicker[data-bg=white] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-centuries .table-condensed tbody .century.old,
.datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-centuries .table-condensed tbody .century.old,
.datepicker[data-bg=gray] .calendar-builds .datepicker .datepicker-centuries .table-condensed tbody .century.new,
.datepicker[data-bg=gray] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-centuries .table-condensed tbody .century.new,
.calendar[data-bg=white] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-centuries .table-condensed tbody .century.new,
.datepicker[data-bg=gray] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-centuries .table-condensed tbody .century.new,
.calendar[data-bg=gray] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-centuries .table-condensed tbody .century.new,
.datepicker[data-bg=gray] .datepicker[data-bg=white] .calendar-input .datepicker .datepicker-centuries .table-condensed tbody .century.new,
.datepicker[data-bg=white] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-centuries .table-condensed tbody .century.new,
.datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-centuries .table-condensed tbody .century.new {
  color: var(--white);
}
.calendar[data-bg=gray] .calendar-builds .datepicker .datepicker-days .table-condensed tbody .day.old.active, .calendar[data-bg=gray] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-days .table-condensed tbody .day.old.active, .calendar[data-bg=white] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-days .table-condensed tbody .day.old.active, .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-days .table-condensed tbody .day.old.active,
.calendar[data-bg=gray] .datepicker[data-bg=white] .calendar-input .datepicker .datepicker-days .table-condensed tbody .day.old.active,
.datepicker[data-bg=white] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-days .table-condensed tbody .day.old.active,
.calendar[data-bg=gray] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-days .table-condensed tbody .day.old.active,
.datepicker[data-bg=gray] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-days .table-condensed tbody .day.old.active, .calendar[data-bg=gray] .calendar-builds .datepicker .datepicker-days .table-condensed tbody .day.old:hover, .calendar[data-bg=gray] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-days .table-condensed tbody .day.old:hover, .calendar[data-bg=white] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-days .table-condensed tbody .day.old:hover, .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-days .table-condensed tbody .day.old:hover,
.calendar[data-bg=gray] .datepicker[data-bg=white] .calendar-input .datepicker .datepicker-days .table-condensed tbody .day.old:hover,
.datepicker[data-bg=white] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-days .table-condensed tbody .day.old:hover,
.calendar[data-bg=gray] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-days .table-condensed tbody .day.old:hover,
.datepicker[data-bg=gray] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-days .table-condensed tbody .day.old:hover, .calendar[data-bg=gray] .calendar-builds .datepicker .datepicker-days .table-condensed tbody .day.old.prova, .calendar[data-bg=gray] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-days .table-condensed tbody .day.old.prova, .calendar[data-bg=white] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-days .table-condensed tbody .day.old.prova, .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-days .table-condensed tbody .day.old.prova,
.calendar[data-bg=gray] .datepicker[data-bg=white] .calendar-input .datepicker .datepicker-days .table-condensed tbody .day.old.prova,
.datepicker[data-bg=white] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-days .table-condensed tbody .day.old.prova,
.calendar[data-bg=gray] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-days .table-condensed tbody .day.old.prova,
.datepicker[data-bg=gray] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-days .table-condensed tbody .day.old.prova, .calendar[data-bg=gray] .calendar-builds .datepicker .datepicker-days .table-condensed tbody .day.old.trabalho, .calendar[data-bg=gray] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-days .table-condensed tbody .day.old.trabalho, .calendar[data-bg=white] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-days .table-condensed tbody .day.old.trabalho, .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-days .table-condensed tbody .day.old.trabalho,
.calendar[data-bg=gray] .datepicker[data-bg=white] .calendar-input .datepicker .datepicker-days .table-condensed tbody .day.old.trabalho,
.datepicker[data-bg=white] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-days .table-condensed tbody .day.old.trabalho,
.calendar[data-bg=gray] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-days .table-condensed tbody .day.old.trabalho,
.datepicker[data-bg=gray] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-days .table-condensed tbody .day.old.trabalho, .calendar[data-bg=gray] .calendar-builds .datepicker .datepicker-days .table-condensed tbody .day.old.encontro, .calendar[data-bg=gray] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-days .table-condensed tbody .day.old.encontro, .calendar[data-bg=white] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-days .table-condensed tbody .day.old.encontro, .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-days .table-condensed tbody .day.old.encontro,
.calendar[data-bg=gray] .datepicker[data-bg=white] .calendar-input .datepicker .datepicker-days .table-condensed tbody .day.old.encontro,
.datepicker[data-bg=white] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-days .table-condensed tbody .day.old.encontro,
.calendar[data-bg=gray] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-days .table-condensed tbody .day.old.encontro,
.datepicker[data-bg=gray] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-days .table-condensed tbody .day.old.encontro, .calendar[data-bg=gray] .calendar-builds .datepicker .datepicker-days .table-condensed tbody .day.new.active, .calendar[data-bg=gray] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-days .table-condensed tbody .day.new.active, .calendar[data-bg=white] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-days .table-condensed tbody .day.new.active, .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-days .table-condensed tbody .day.new.active,
.calendar[data-bg=gray] .datepicker[data-bg=white] .calendar-input .datepicker .datepicker-days .table-condensed tbody .day.new.active,
.datepicker[data-bg=white] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-days .table-condensed tbody .day.new.active,
.calendar[data-bg=gray] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-days .table-condensed tbody .day.new.active,
.datepicker[data-bg=gray] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-days .table-condensed tbody .day.new.active, .calendar[data-bg=gray] .calendar-builds .datepicker .datepicker-days .table-condensed tbody .day.new:hover, .calendar[data-bg=gray] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-days .table-condensed tbody .day.new:hover, .calendar[data-bg=white] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-days .table-condensed tbody .day.new:hover, .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-days .table-condensed tbody .day.new:hover,
.calendar[data-bg=gray] .datepicker[data-bg=white] .calendar-input .datepicker .datepicker-days .table-condensed tbody .day.new:hover,
.datepicker[data-bg=white] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-days .table-condensed tbody .day.new:hover,
.calendar[data-bg=gray] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-days .table-condensed tbody .day.new:hover,
.datepicker[data-bg=gray] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-days .table-condensed tbody .day.new:hover, .calendar[data-bg=gray] .calendar-builds .datepicker .datepicker-days .table-condensed tbody .day.new.prova, .calendar[data-bg=gray] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-days .table-condensed tbody .day.new.prova, .calendar[data-bg=white] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-days .table-condensed tbody .day.new.prova, .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-days .table-condensed tbody .day.new.prova,
.calendar[data-bg=gray] .datepicker[data-bg=white] .calendar-input .datepicker .datepicker-days .table-condensed tbody .day.new.prova,
.datepicker[data-bg=white] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-days .table-condensed tbody .day.new.prova,
.calendar[data-bg=gray] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-days .table-condensed tbody .day.new.prova,
.datepicker[data-bg=gray] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-days .table-condensed tbody .day.new.prova, .calendar[data-bg=gray] .calendar-builds .datepicker .datepicker-days .table-condensed tbody .day.new.trabalho, .calendar[data-bg=gray] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-days .table-condensed tbody .day.new.trabalho, .calendar[data-bg=white] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-days .table-condensed tbody .day.new.trabalho, .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-days .table-condensed tbody .day.new.trabalho,
.calendar[data-bg=gray] .datepicker[data-bg=white] .calendar-input .datepicker .datepicker-days .table-condensed tbody .day.new.trabalho,
.datepicker[data-bg=white] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-days .table-condensed tbody .day.new.trabalho,
.calendar[data-bg=gray] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-days .table-condensed tbody .day.new.trabalho,
.datepicker[data-bg=gray] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-days .table-condensed tbody .day.new.trabalho, .calendar[data-bg=gray] .calendar-builds .datepicker .datepicker-days .table-condensed tbody .day.new.encontro, .calendar[data-bg=gray] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-days .table-condensed tbody .day.new.encontro, .calendar[data-bg=white] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-days .table-condensed tbody .day.new.encontro, .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-days .table-condensed tbody .day.new.encontro,
.calendar[data-bg=gray] .datepicker[data-bg=white] .calendar-input .datepicker .datepicker-days .table-condensed tbody .day.new.encontro,
.datepicker[data-bg=white] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-days .table-condensed tbody .day.new.encontro,
.calendar[data-bg=gray] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-days .table-condensed tbody .day.new.encontro,
.datepicker[data-bg=gray] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-days .table-condensed tbody .day.new.encontro,
.calendar[data-bg=gray] .calendar-builds .datepicker .datepicker-days .table-condensed tbody .month.old.active,
.calendar[data-bg=gray] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-days .table-condensed tbody .month.old.active,
.calendar[data-bg=white] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-days .table-condensed tbody .month.old.active,
.calendar[data-bg=gray] .calendar-input .datepicker .datepicker-days .table-condensed tbody .month.old.active,
.calendar[data-bg=gray] .datepicker[data-bg=white] .calendar-input .datepicker .datepicker-days .table-condensed tbody .month.old.active,
.datepicker[data-bg=white] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-days .table-condensed tbody .month.old.active,
.calendar[data-bg=gray] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-days .table-condensed tbody .month.old.active,
.datepicker[data-bg=gray] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-days .table-condensed tbody .month.old.active,
.calendar[data-bg=gray] .calendar-builds .datepicker .datepicker-days .table-condensed tbody .month.old:hover,
.calendar[data-bg=gray] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-days .table-condensed tbody .month.old:hover,
.calendar[data-bg=white] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-days .table-condensed tbody .month.old:hover,
.calendar[data-bg=gray] .calendar-input .datepicker .datepicker-days .table-condensed tbody .month.old:hover,
.calendar[data-bg=gray] .datepicker[data-bg=white] .calendar-input .datepicker .datepicker-days .table-condensed tbody .month.old:hover,
.datepicker[data-bg=white] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-days .table-condensed tbody .month.old:hover,
.calendar[data-bg=gray] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-days .table-condensed tbody .month.old:hover,
.datepicker[data-bg=gray] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-days .table-condensed tbody .month.old:hover,
.calendar[data-bg=gray] .calendar-builds .datepicker .datepicker-days .table-condensed tbody .month.old.prova,
.calendar[data-bg=gray] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-days .table-condensed tbody .month.old.prova,
.calendar[data-bg=white] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-days .table-condensed tbody .month.old.prova,
.calendar[data-bg=gray] .calendar-input .datepicker .datepicker-days .table-condensed tbody .month.old.prova,
.calendar[data-bg=gray] .datepicker[data-bg=white] .calendar-input .datepicker .datepicker-days .table-condensed tbody .month.old.prova,
.datepicker[data-bg=white] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-days .table-condensed tbody .month.old.prova,
.calendar[data-bg=gray] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-days .table-condensed tbody .month.old.prova,
.datepicker[data-bg=gray] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-days .table-condensed tbody .month.old.prova,
.calendar[data-bg=gray] .calendar-builds .datepicker .datepicker-days .table-condensed tbody .month.old.trabalho,
.calendar[data-bg=gray] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-days .table-condensed tbody .month.old.trabalho,
.calendar[data-bg=white] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-days .table-condensed tbody .month.old.trabalho,
.calendar[data-bg=gray] .calendar-input .datepicker .datepicker-days .table-condensed tbody .month.old.trabalho,
.calendar[data-bg=gray] .datepicker[data-bg=white] .calendar-input .datepicker .datepicker-days .table-condensed tbody .month.old.trabalho,
.datepicker[data-bg=white] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-days .table-condensed tbody .month.old.trabalho,
.calendar[data-bg=gray] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-days .table-condensed tbody .month.old.trabalho,
.datepicker[data-bg=gray] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-days .table-condensed tbody .month.old.trabalho,
.calendar[data-bg=gray] .calendar-builds .datepicker .datepicker-days .table-condensed tbody .month.old.encontro,
.calendar[data-bg=gray] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-days .table-condensed tbody .month.old.encontro,
.calendar[data-bg=white] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-days .table-condensed tbody .month.old.encontro,
.calendar[data-bg=gray] .calendar-input .datepicker .datepicker-days .table-condensed tbody .month.old.encontro,
.calendar[data-bg=gray] .datepicker[data-bg=white] .calendar-input .datepicker .datepicker-days .table-condensed tbody .month.old.encontro,
.datepicker[data-bg=white] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-days .table-condensed tbody .month.old.encontro,
.calendar[data-bg=gray] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-days .table-condensed tbody .month.old.encontro,
.datepicker[data-bg=gray] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-days .table-condensed tbody .month.old.encontro,
.calendar[data-bg=gray] .calendar-builds .datepicker .datepicker-days .table-condensed tbody .month.new.active,
.calendar[data-bg=gray] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-days .table-condensed tbody .month.new.active,
.calendar[data-bg=white] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-days .table-condensed tbody .month.new.active,
.calendar[data-bg=gray] .calendar-input .datepicker .datepicker-days .table-condensed tbody .month.new.active,
.calendar[data-bg=gray] .datepicker[data-bg=white] .calendar-input .datepicker .datepicker-days .table-condensed tbody .month.new.active,
.datepicker[data-bg=white] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-days .table-condensed tbody .month.new.active,
.calendar[data-bg=gray] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-days .table-condensed tbody .month.new.active,
.datepicker[data-bg=gray] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-days .table-condensed tbody .month.new.active,
.calendar[data-bg=gray] .calendar-builds .datepicker .datepicker-days .table-condensed tbody .month.new:hover,
.calendar[data-bg=gray] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-days .table-condensed tbody .month.new:hover,
.calendar[data-bg=white] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-days .table-condensed tbody .month.new:hover,
.calendar[data-bg=gray] .calendar-input .datepicker .datepicker-days .table-condensed tbody .month.new:hover,
.calendar[data-bg=gray] .datepicker[data-bg=white] .calendar-input .datepicker .datepicker-days .table-condensed tbody .month.new:hover,
.datepicker[data-bg=white] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-days .table-condensed tbody .month.new:hover,
.calendar[data-bg=gray] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-days .table-condensed tbody .month.new:hover,
.datepicker[data-bg=gray] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-days .table-condensed tbody .month.new:hover,
.calendar[data-bg=gray] .calendar-builds .datepicker .datepicker-days .table-condensed tbody .month.new.prova,
.calendar[data-bg=gray] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-days .table-condensed tbody .month.new.prova,
.calendar[data-bg=white] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-days .table-condensed tbody .month.new.prova,
.calendar[data-bg=gray] .calendar-input .datepicker .datepicker-days .table-condensed tbody .month.new.prova,
.calendar[data-bg=gray] .datepicker[data-bg=white] .calendar-input .datepicker .datepicker-days .table-condensed tbody .month.new.prova,
.datepicker[data-bg=white] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-days .table-condensed tbody .month.new.prova,
.calendar[data-bg=gray] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-days .table-condensed tbody .month.new.prova,
.datepicker[data-bg=gray] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-days .table-condensed tbody .month.new.prova,
.calendar[data-bg=gray] .calendar-builds .datepicker .datepicker-days .table-condensed tbody .month.new.trabalho,
.calendar[data-bg=gray] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-days .table-condensed tbody .month.new.trabalho,
.calendar[data-bg=white] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-days .table-condensed tbody .month.new.trabalho,
.calendar[data-bg=gray] .calendar-input .datepicker .datepicker-days .table-condensed tbody .month.new.trabalho,
.calendar[data-bg=gray] .datepicker[data-bg=white] .calendar-input .datepicker .datepicker-days .table-condensed tbody .month.new.trabalho,
.datepicker[data-bg=white] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-days .table-condensed tbody .month.new.trabalho,
.calendar[data-bg=gray] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-days .table-condensed tbody .month.new.trabalho,
.datepicker[data-bg=gray] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-days .table-condensed tbody .month.new.trabalho,
.calendar[data-bg=gray] .calendar-builds .datepicker .datepicker-days .table-condensed tbody .month.new.encontro,
.calendar[data-bg=gray] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-days .table-condensed tbody .month.new.encontro,
.calendar[data-bg=white] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-days .table-condensed tbody .month.new.encontro,
.calendar[data-bg=gray] .calendar-input .datepicker .datepicker-days .table-condensed tbody .month.new.encontro,
.calendar[data-bg=gray] .datepicker[data-bg=white] .calendar-input .datepicker .datepicker-days .table-condensed tbody .month.new.encontro,
.datepicker[data-bg=white] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-days .table-condensed tbody .month.new.encontro,
.calendar[data-bg=gray] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-days .table-condensed tbody .month.new.encontro,
.datepicker[data-bg=gray] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-days .table-condensed tbody .month.new.encontro,
.calendar[data-bg=gray] .calendar-builds .datepicker .datepicker-days .table-condensed tbody .year.old.active,
.calendar[data-bg=gray] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-days .table-condensed tbody .year.old.active,
.calendar[data-bg=white] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-days .table-condensed tbody .year.old.active,
.calendar[data-bg=gray] .calendar-input .datepicker .datepicker-days .table-condensed tbody .year.old.active,
.calendar[data-bg=gray] .datepicker[data-bg=white] .calendar-input .datepicker .datepicker-days .table-condensed tbody .year.old.active,
.datepicker[data-bg=white] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-days .table-condensed tbody .year.old.active,
.calendar[data-bg=gray] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-days .table-condensed tbody .year.old.active,
.datepicker[data-bg=gray] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-days .table-condensed tbody .year.old.active,
.calendar[data-bg=gray] .calendar-builds .datepicker .datepicker-days .table-condensed tbody .year.old:hover,
.calendar[data-bg=gray] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-days .table-condensed tbody .year.old:hover,
.calendar[data-bg=white] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-days .table-condensed tbody .year.old:hover,
.calendar[data-bg=gray] .calendar-input .datepicker .datepicker-days .table-condensed tbody .year.old:hover,
.calendar[data-bg=gray] .datepicker[data-bg=white] .calendar-input .datepicker .datepicker-days .table-condensed tbody .year.old:hover,
.datepicker[data-bg=white] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-days .table-condensed tbody .year.old:hover,
.calendar[data-bg=gray] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-days .table-condensed tbody .year.old:hover,
.datepicker[data-bg=gray] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-days .table-condensed tbody .year.old:hover,
.calendar[data-bg=gray] .calendar-builds .datepicker .datepicker-days .table-condensed tbody .year.old.prova,
.calendar[data-bg=gray] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-days .table-condensed tbody .year.old.prova,
.calendar[data-bg=white] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-days .table-condensed tbody .year.old.prova,
.calendar[data-bg=gray] .calendar-input .datepicker .datepicker-days .table-condensed tbody .year.old.prova,
.calendar[data-bg=gray] .datepicker[data-bg=white] .calendar-input .datepicker .datepicker-days .table-condensed tbody .year.old.prova,
.datepicker[data-bg=white] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-days .table-condensed tbody .year.old.prova,
.calendar[data-bg=gray] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-days .table-condensed tbody .year.old.prova,
.datepicker[data-bg=gray] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-days .table-condensed tbody .year.old.prova,
.calendar[data-bg=gray] .calendar-builds .datepicker .datepicker-days .table-condensed tbody .year.old.trabalho,
.calendar[data-bg=gray] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-days .table-condensed tbody .year.old.trabalho,
.calendar[data-bg=white] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-days .table-condensed tbody .year.old.trabalho,
.calendar[data-bg=gray] .calendar-input .datepicker .datepicker-days .table-condensed tbody .year.old.trabalho,
.calendar[data-bg=gray] .datepicker[data-bg=white] .calendar-input .datepicker .datepicker-days .table-condensed tbody .year.old.trabalho,
.datepicker[data-bg=white] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-days .table-condensed tbody .year.old.trabalho,
.calendar[data-bg=gray] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-days .table-condensed tbody .year.old.trabalho,
.datepicker[data-bg=gray] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-days .table-condensed tbody .year.old.trabalho,
.calendar[data-bg=gray] .calendar-builds .datepicker .datepicker-days .table-condensed tbody .year.old.encontro,
.calendar[data-bg=gray] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-days .table-condensed tbody .year.old.encontro,
.calendar[data-bg=white] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-days .table-condensed tbody .year.old.encontro,
.calendar[data-bg=gray] .calendar-input .datepicker .datepicker-days .table-condensed tbody .year.old.encontro,
.calendar[data-bg=gray] .datepicker[data-bg=white] .calendar-input .datepicker .datepicker-days .table-condensed tbody .year.old.encontro,
.datepicker[data-bg=white] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-days .table-condensed tbody .year.old.encontro,
.calendar[data-bg=gray] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-days .table-condensed tbody .year.old.encontro,
.datepicker[data-bg=gray] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-days .table-condensed tbody .year.old.encontro,
.calendar[data-bg=gray] .calendar-builds .datepicker .datepicker-days .table-condensed tbody .year.new.active,
.calendar[data-bg=gray] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-days .table-condensed tbody .year.new.active,
.calendar[data-bg=white] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-days .table-condensed tbody .year.new.active,
.calendar[data-bg=gray] .calendar-input .datepicker .datepicker-days .table-condensed tbody .year.new.active,
.calendar[data-bg=gray] .datepicker[data-bg=white] .calendar-input .datepicker .datepicker-days .table-condensed tbody .year.new.active,
.datepicker[data-bg=white] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-days .table-condensed tbody .year.new.active,
.calendar[data-bg=gray] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-days .table-condensed tbody .year.new.active,
.datepicker[data-bg=gray] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-days .table-condensed tbody .year.new.active,
.calendar[data-bg=gray] .calendar-builds .datepicker .datepicker-days .table-condensed tbody .year.new:hover,
.calendar[data-bg=gray] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-days .table-condensed tbody .year.new:hover,
.calendar[data-bg=white] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-days .table-condensed tbody .year.new:hover,
.calendar[data-bg=gray] .calendar-input .datepicker .datepicker-days .table-condensed tbody .year.new:hover,
.calendar[data-bg=gray] .datepicker[data-bg=white] .calendar-input .datepicker .datepicker-days .table-condensed tbody .year.new:hover,
.datepicker[data-bg=white] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-days .table-condensed tbody .year.new:hover,
.calendar[data-bg=gray] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-days .table-condensed tbody .year.new:hover,
.datepicker[data-bg=gray] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-days .table-condensed tbody .year.new:hover,
.calendar[data-bg=gray] .calendar-builds .datepicker .datepicker-days .table-condensed tbody .year.new.prova,
.calendar[data-bg=gray] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-days .table-condensed tbody .year.new.prova,
.calendar[data-bg=white] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-days .table-condensed tbody .year.new.prova,
.calendar[data-bg=gray] .calendar-input .datepicker .datepicker-days .table-condensed tbody .year.new.prova,
.calendar[data-bg=gray] .datepicker[data-bg=white] .calendar-input .datepicker .datepicker-days .table-condensed tbody .year.new.prova,
.datepicker[data-bg=white] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-days .table-condensed tbody .year.new.prova,
.calendar[data-bg=gray] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-days .table-condensed tbody .year.new.prova,
.datepicker[data-bg=gray] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-days .table-condensed tbody .year.new.prova,
.calendar[data-bg=gray] .calendar-builds .datepicker .datepicker-days .table-condensed tbody .year.new.trabalho,
.calendar[data-bg=gray] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-days .table-condensed tbody .year.new.trabalho,
.calendar[data-bg=white] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-days .table-condensed tbody .year.new.trabalho,
.calendar[data-bg=gray] .calendar-input .datepicker .datepicker-days .table-condensed tbody .year.new.trabalho,
.calendar[data-bg=gray] .datepicker[data-bg=white] .calendar-input .datepicker .datepicker-days .table-condensed tbody .year.new.trabalho,
.datepicker[data-bg=white] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-days .table-condensed tbody .year.new.trabalho,
.calendar[data-bg=gray] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-days .table-condensed tbody .year.new.trabalho,
.datepicker[data-bg=gray] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-days .table-condensed tbody .year.new.trabalho,
.calendar[data-bg=gray] .calendar-builds .datepicker .datepicker-days .table-condensed tbody .year.new.encontro,
.calendar[data-bg=gray] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-days .table-condensed tbody .year.new.encontro,
.calendar[data-bg=white] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-days .table-condensed tbody .year.new.encontro,
.calendar[data-bg=gray] .calendar-input .datepicker .datepicker-days .table-condensed tbody .year.new.encontro,
.calendar[data-bg=gray] .datepicker[data-bg=white] .calendar-input .datepicker .datepicker-days .table-condensed tbody .year.new.encontro,
.datepicker[data-bg=white] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-days .table-condensed tbody .year.new.encontro,
.calendar[data-bg=gray] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-days .table-condensed tbody .year.new.encontro,
.datepicker[data-bg=gray] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-days .table-condensed tbody .year.new.encontro,
.calendar[data-bg=gray] .calendar-builds .datepicker .datepicker-days .table-condensed tbody .decate.old.active,
.calendar[data-bg=gray] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-days .table-condensed tbody .decate.old.active,
.calendar[data-bg=white] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-days .table-condensed tbody .decate.old.active,
.calendar[data-bg=gray] .calendar-input .datepicker .datepicker-days .table-condensed tbody .decate.old.active,
.calendar[data-bg=gray] .datepicker[data-bg=white] .calendar-input .datepicker .datepicker-days .table-condensed tbody .decate.old.active,
.datepicker[data-bg=white] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-days .table-condensed tbody .decate.old.active,
.calendar[data-bg=gray] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-days .table-condensed tbody .decate.old.active,
.datepicker[data-bg=gray] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-days .table-condensed tbody .decate.old.active,
.calendar[data-bg=gray] .calendar-builds .datepicker .datepicker-days .table-condensed tbody .decate.old:hover,
.calendar[data-bg=gray] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-days .table-condensed tbody .decate.old:hover,
.calendar[data-bg=white] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-days .table-condensed tbody .decate.old:hover,
.calendar[data-bg=gray] .calendar-input .datepicker .datepicker-days .table-condensed tbody .decate.old:hover,
.calendar[data-bg=gray] .datepicker[data-bg=white] .calendar-input .datepicker .datepicker-days .table-condensed tbody .decate.old:hover,
.datepicker[data-bg=white] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-days .table-condensed tbody .decate.old:hover,
.calendar[data-bg=gray] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-days .table-condensed tbody .decate.old:hover,
.datepicker[data-bg=gray] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-days .table-condensed tbody .decate.old:hover,
.calendar[data-bg=gray] .calendar-builds .datepicker .datepicker-days .table-condensed tbody .decate.old.prova,
.calendar[data-bg=gray] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-days .table-condensed tbody .decate.old.prova,
.calendar[data-bg=white] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-days .table-condensed tbody .decate.old.prova,
.calendar[data-bg=gray] .calendar-input .datepicker .datepicker-days .table-condensed tbody .decate.old.prova,
.calendar[data-bg=gray] .datepicker[data-bg=white] .calendar-input .datepicker .datepicker-days .table-condensed tbody .decate.old.prova,
.datepicker[data-bg=white] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-days .table-condensed tbody .decate.old.prova,
.calendar[data-bg=gray] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-days .table-condensed tbody .decate.old.prova,
.datepicker[data-bg=gray] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-days .table-condensed tbody .decate.old.prova,
.calendar[data-bg=gray] .calendar-builds .datepicker .datepicker-days .table-condensed tbody .decate.old.trabalho,
.calendar[data-bg=gray] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-days .table-condensed tbody .decate.old.trabalho,
.calendar[data-bg=white] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-days .table-condensed tbody .decate.old.trabalho,
.calendar[data-bg=gray] .calendar-input .datepicker .datepicker-days .table-condensed tbody .decate.old.trabalho,
.calendar[data-bg=gray] .datepicker[data-bg=white] .calendar-input .datepicker .datepicker-days .table-condensed tbody .decate.old.trabalho,
.datepicker[data-bg=white] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-days .table-condensed tbody .decate.old.trabalho,
.calendar[data-bg=gray] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-days .table-condensed tbody .decate.old.trabalho,
.datepicker[data-bg=gray] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-days .table-condensed tbody .decate.old.trabalho,
.calendar[data-bg=gray] .calendar-builds .datepicker .datepicker-days .table-condensed tbody .decate.old.encontro,
.calendar[data-bg=gray] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-days .table-condensed tbody .decate.old.encontro,
.calendar[data-bg=white] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-days .table-condensed tbody .decate.old.encontro,
.calendar[data-bg=gray] .calendar-input .datepicker .datepicker-days .table-condensed tbody .decate.old.encontro,
.calendar[data-bg=gray] .datepicker[data-bg=white] .calendar-input .datepicker .datepicker-days .table-condensed tbody .decate.old.encontro,
.datepicker[data-bg=white] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-days .table-condensed tbody .decate.old.encontro,
.calendar[data-bg=gray] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-days .table-condensed tbody .decate.old.encontro,
.datepicker[data-bg=gray] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-days .table-condensed tbody .decate.old.encontro,
.calendar[data-bg=gray] .calendar-builds .datepicker .datepicker-days .table-condensed tbody .decate.new.active,
.calendar[data-bg=gray] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-days .table-condensed tbody .decate.new.active,
.calendar[data-bg=white] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-days .table-condensed tbody .decate.new.active,
.calendar[data-bg=gray] .calendar-input .datepicker .datepicker-days .table-condensed tbody .decate.new.active,
.calendar[data-bg=gray] .datepicker[data-bg=white] .calendar-input .datepicker .datepicker-days .table-condensed tbody .decate.new.active,
.datepicker[data-bg=white] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-days .table-condensed tbody .decate.new.active,
.calendar[data-bg=gray] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-days .table-condensed tbody .decate.new.active,
.datepicker[data-bg=gray] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-days .table-condensed tbody .decate.new.active,
.calendar[data-bg=gray] .calendar-builds .datepicker .datepicker-days .table-condensed tbody .decate.new:hover,
.calendar[data-bg=gray] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-days .table-condensed tbody .decate.new:hover,
.calendar[data-bg=white] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-days .table-condensed tbody .decate.new:hover,
.calendar[data-bg=gray] .calendar-input .datepicker .datepicker-days .table-condensed tbody .decate.new:hover,
.calendar[data-bg=gray] .datepicker[data-bg=white] .calendar-input .datepicker .datepicker-days .table-condensed tbody .decate.new:hover,
.datepicker[data-bg=white] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-days .table-condensed tbody .decate.new:hover,
.calendar[data-bg=gray] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-days .table-condensed tbody .decate.new:hover,
.datepicker[data-bg=gray] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-days .table-condensed tbody .decate.new:hover,
.calendar[data-bg=gray] .calendar-builds .datepicker .datepicker-days .table-condensed tbody .decate.new.prova,
.calendar[data-bg=gray] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-days .table-condensed tbody .decate.new.prova,
.calendar[data-bg=white] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-days .table-condensed tbody .decate.new.prova,
.calendar[data-bg=gray] .calendar-input .datepicker .datepicker-days .table-condensed tbody .decate.new.prova,
.calendar[data-bg=gray] .datepicker[data-bg=white] .calendar-input .datepicker .datepicker-days .table-condensed tbody .decate.new.prova,
.datepicker[data-bg=white] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-days .table-condensed tbody .decate.new.prova,
.calendar[data-bg=gray] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-days .table-condensed tbody .decate.new.prova,
.datepicker[data-bg=gray] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-days .table-condensed tbody .decate.new.prova,
.calendar[data-bg=gray] .calendar-builds .datepicker .datepicker-days .table-condensed tbody .decate.new.trabalho,
.calendar[data-bg=gray] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-days .table-condensed tbody .decate.new.trabalho,
.calendar[data-bg=white] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-days .table-condensed tbody .decate.new.trabalho,
.calendar[data-bg=gray] .calendar-input .datepicker .datepicker-days .table-condensed tbody .decate.new.trabalho,
.calendar[data-bg=gray] .datepicker[data-bg=white] .calendar-input .datepicker .datepicker-days .table-condensed tbody .decate.new.trabalho,
.datepicker[data-bg=white] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-days .table-condensed tbody .decate.new.trabalho,
.calendar[data-bg=gray] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-days .table-condensed tbody .decate.new.trabalho,
.datepicker[data-bg=gray] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-days .table-condensed tbody .decate.new.trabalho,
.calendar[data-bg=gray] .calendar-builds .datepicker .datepicker-days .table-condensed tbody .decate.new.encontro,
.calendar[data-bg=gray] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-days .table-condensed tbody .decate.new.encontro,
.calendar[data-bg=white] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-days .table-condensed tbody .decate.new.encontro,
.calendar[data-bg=gray] .calendar-input .datepicker .datepicker-days .table-condensed tbody .decate.new.encontro,
.calendar[data-bg=gray] .datepicker[data-bg=white] .calendar-input .datepicker .datepicker-days .table-condensed tbody .decate.new.encontro,
.datepicker[data-bg=white] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-days .table-condensed tbody .decate.new.encontro,
.calendar[data-bg=gray] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-days .table-condensed tbody .decate.new.encontro,
.datepicker[data-bg=gray] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-days .table-condensed tbody .decate.new.encontro,
.calendar[data-bg=gray] .calendar-builds .datepicker .datepicker-days .table-condensed tbody .century.old.active,
.calendar[data-bg=gray] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-days .table-condensed tbody .century.old.active,
.calendar[data-bg=white] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-days .table-condensed tbody .century.old.active,
.calendar[data-bg=gray] .calendar-input .datepicker .datepicker-days .table-condensed tbody .century.old.active,
.calendar[data-bg=gray] .datepicker[data-bg=white] .calendar-input .datepicker .datepicker-days .table-condensed tbody .century.old.active,
.datepicker[data-bg=white] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-days .table-condensed tbody .century.old.active,
.calendar[data-bg=gray] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-days .table-condensed tbody .century.old.active,
.datepicker[data-bg=gray] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-days .table-condensed tbody .century.old.active,
.calendar[data-bg=gray] .calendar-builds .datepicker .datepicker-days .table-condensed tbody .century.old:hover,
.calendar[data-bg=gray] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-days .table-condensed tbody .century.old:hover,
.calendar[data-bg=white] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-days .table-condensed tbody .century.old:hover,
.calendar[data-bg=gray] .calendar-input .datepicker .datepicker-days .table-condensed tbody .century.old:hover,
.calendar[data-bg=gray] .datepicker[data-bg=white] .calendar-input .datepicker .datepicker-days .table-condensed tbody .century.old:hover,
.datepicker[data-bg=white] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-days .table-condensed tbody .century.old:hover,
.calendar[data-bg=gray] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-days .table-condensed tbody .century.old:hover,
.datepicker[data-bg=gray] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-days .table-condensed tbody .century.old:hover,
.calendar[data-bg=gray] .calendar-builds .datepicker .datepicker-days .table-condensed tbody .century.old.prova,
.calendar[data-bg=gray] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-days .table-condensed tbody .century.old.prova,
.calendar[data-bg=white] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-days .table-condensed tbody .century.old.prova,
.calendar[data-bg=gray] .calendar-input .datepicker .datepicker-days .table-condensed tbody .century.old.prova,
.calendar[data-bg=gray] .datepicker[data-bg=white] .calendar-input .datepicker .datepicker-days .table-condensed tbody .century.old.prova,
.datepicker[data-bg=white] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-days .table-condensed tbody .century.old.prova,
.calendar[data-bg=gray] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-days .table-condensed tbody .century.old.prova,
.datepicker[data-bg=gray] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-days .table-condensed tbody .century.old.prova,
.calendar[data-bg=gray] .calendar-builds .datepicker .datepicker-days .table-condensed tbody .century.old.trabalho,
.calendar[data-bg=gray] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-days .table-condensed tbody .century.old.trabalho,
.calendar[data-bg=white] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-days .table-condensed tbody .century.old.trabalho,
.calendar[data-bg=gray] .calendar-input .datepicker .datepicker-days .table-condensed tbody .century.old.trabalho,
.calendar[data-bg=gray] .datepicker[data-bg=white] .calendar-input .datepicker .datepicker-days .table-condensed tbody .century.old.trabalho,
.datepicker[data-bg=white] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-days .table-condensed tbody .century.old.trabalho,
.calendar[data-bg=gray] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-days .table-condensed tbody .century.old.trabalho,
.datepicker[data-bg=gray] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-days .table-condensed tbody .century.old.trabalho,
.calendar[data-bg=gray] .calendar-builds .datepicker .datepicker-days .table-condensed tbody .century.old.encontro,
.calendar[data-bg=gray] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-days .table-condensed tbody .century.old.encontro,
.calendar[data-bg=white] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-days .table-condensed tbody .century.old.encontro,
.calendar[data-bg=gray] .calendar-input .datepicker .datepicker-days .table-condensed tbody .century.old.encontro,
.calendar[data-bg=gray] .datepicker[data-bg=white] .calendar-input .datepicker .datepicker-days .table-condensed tbody .century.old.encontro,
.datepicker[data-bg=white] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-days .table-condensed tbody .century.old.encontro,
.calendar[data-bg=gray] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-days .table-condensed tbody .century.old.encontro,
.datepicker[data-bg=gray] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-days .table-condensed tbody .century.old.encontro,
.calendar[data-bg=gray] .calendar-builds .datepicker .datepicker-days .table-condensed tbody .century.new.active,
.calendar[data-bg=gray] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-days .table-condensed tbody .century.new.active,
.calendar[data-bg=white] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-days .table-condensed tbody .century.new.active,
.calendar[data-bg=gray] .calendar-input .datepicker .datepicker-days .table-condensed tbody .century.new.active,
.calendar[data-bg=gray] .datepicker[data-bg=white] .calendar-input .datepicker .datepicker-days .table-condensed tbody .century.new.active,
.datepicker[data-bg=white] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-days .table-condensed tbody .century.new.active,
.calendar[data-bg=gray] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-days .table-condensed tbody .century.new.active,
.datepicker[data-bg=gray] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-days .table-condensed tbody .century.new.active,
.calendar[data-bg=gray] .calendar-builds .datepicker .datepicker-days .table-condensed tbody .century.new:hover,
.calendar[data-bg=gray] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-days .table-condensed tbody .century.new:hover,
.calendar[data-bg=white] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-days .table-condensed tbody .century.new:hover,
.calendar[data-bg=gray] .calendar-input .datepicker .datepicker-days .table-condensed tbody .century.new:hover,
.calendar[data-bg=gray] .datepicker[data-bg=white] .calendar-input .datepicker .datepicker-days .table-condensed tbody .century.new:hover,
.datepicker[data-bg=white] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-days .table-condensed tbody .century.new:hover,
.calendar[data-bg=gray] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-days .table-condensed tbody .century.new:hover,
.datepicker[data-bg=gray] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-days .table-condensed tbody .century.new:hover,
.calendar[data-bg=gray] .calendar-builds .datepicker .datepicker-days .table-condensed tbody .century.new.prova,
.calendar[data-bg=gray] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-days .table-condensed tbody .century.new.prova,
.calendar[data-bg=white] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-days .table-condensed tbody .century.new.prova,
.calendar[data-bg=gray] .calendar-input .datepicker .datepicker-days .table-condensed tbody .century.new.prova,
.calendar[data-bg=gray] .datepicker[data-bg=white] .calendar-input .datepicker .datepicker-days .table-condensed tbody .century.new.prova,
.datepicker[data-bg=white] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-days .table-condensed tbody .century.new.prova,
.calendar[data-bg=gray] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-days .table-condensed tbody .century.new.prova,
.datepicker[data-bg=gray] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-days .table-condensed tbody .century.new.prova,
.calendar[data-bg=gray] .calendar-builds .datepicker .datepicker-days .table-condensed tbody .century.new.trabalho,
.calendar[data-bg=gray] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-days .table-condensed tbody .century.new.trabalho,
.calendar[data-bg=white] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-days .table-condensed tbody .century.new.trabalho,
.calendar[data-bg=gray] .calendar-input .datepicker .datepicker-days .table-condensed tbody .century.new.trabalho,
.calendar[data-bg=gray] .datepicker[data-bg=white] .calendar-input .datepicker .datepicker-days .table-condensed tbody .century.new.trabalho,
.datepicker[data-bg=white] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-days .table-condensed tbody .century.new.trabalho,
.calendar[data-bg=gray] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-days .table-condensed tbody .century.new.trabalho,
.datepicker[data-bg=gray] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-days .table-condensed tbody .century.new.trabalho,
.calendar[data-bg=gray] .calendar-builds .datepicker .datepicker-days .table-condensed tbody .century.new.encontro,
.calendar[data-bg=gray] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-days .table-condensed tbody .century.new.encontro,
.calendar[data-bg=white] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-days .table-condensed tbody .century.new.encontro,
.calendar[data-bg=gray] .calendar-input .datepicker .datepicker-days .table-condensed tbody .century.new.encontro,
.calendar[data-bg=gray] .datepicker[data-bg=white] .calendar-input .datepicker .datepicker-days .table-condensed tbody .century.new.encontro,
.datepicker[data-bg=white] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-days .table-condensed tbody .century.new.encontro,
.calendar[data-bg=gray] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-days .table-condensed tbody .century.new.encontro,
.datepicker[data-bg=gray] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-days .table-condensed tbody .century.new.encontro,
.calendar[data-bg=gray] .calendar-builds .datepicker .datepicker-months .table-condensed tbody .day.old.active,
.calendar[data-bg=gray] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-months .table-condensed tbody .day.old.active,
.calendar[data-bg=white] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-months .table-condensed tbody .day.old.active,
.calendar[data-bg=gray] .calendar-input .datepicker .datepicker-months .table-condensed tbody .day.old.active,
.calendar[data-bg=gray] .datepicker[data-bg=white] .calendar-input .datepicker .datepicker-months .table-condensed tbody .day.old.active,
.datepicker[data-bg=white] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-months .table-condensed tbody .day.old.active,
.calendar[data-bg=gray] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-months .table-condensed tbody .day.old.active,
.datepicker[data-bg=gray] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-months .table-condensed tbody .day.old.active,
.calendar[data-bg=gray] .calendar-builds .datepicker .datepicker-months .table-condensed tbody .day.old:hover,
.calendar[data-bg=gray] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-months .table-condensed tbody .day.old:hover,
.calendar[data-bg=white] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-months .table-condensed tbody .day.old:hover,
.calendar[data-bg=gray] .calendar-input .datepicker .datepicker-months .table-condensed tbody .day.old:hover,
.calendar[data-bg=gray] .datepicker[data-bg=white] .calendar-input .datepicker .datepicker-months .table-condensed tbody .day.old:hover,
.datepicker[data-bg=white] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-months .table-condensed tbody .day.old:hover,
.calendar[data-bg=gray] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-months .table-condensed tbody .day.old:hover,
.datepicker[data-bg=gray] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-months .table-condensed tbody .day.old:hover,
.calendar[data-bg=gray] .calendar-builds .datepicker .datepicker-months .table-condensed tbody .day.old.prova,
.calendar[data-bg=gray] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-months .table-condensed tbody .day.old.prova,
.calendar[data-bg=white] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-months .table-condensed tbody .day.old.prova,
.calendar[data-bg=gray] .calendar-input .datepicker .datepicker-months .table-condensed tbody .day.old.prova,
.calendar[data-bg=gray] .datepicker[data-bg=white] .calendar-input .datepicker .datepicker-months .table-condensed tbody .day.old.prova,
.datepicker[data-bg=white] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-months .table-condensed tbody .day.old.prova,
.calendar[data-bg=gray] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-months .table-condensed tbody .day.old.prova,
.datepicker[data-bg=gray] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-months .table-condensed tbody .day.old.prova,
.calendar[data-bg=gray] .calendar-builds .datepicker .datepicker-months .table-condensed tbody .day.old.trabalho,
.calendar[data-bg=gray] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-months .table-condensed tbody .day.old.trabalho,
.calendar[data-bg=white] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-months .table-condensed tbody .day.old.trabalho,
.calendar[data-bg=gray] .calendar-input .datepicker .datepicker-months .table-condensed tbody .day.old.trabalho,
.calendar[data-bg=gray] .datepicker[data-bg=white] .calendar-input .datepicker .datepicker-months .table-condensed tbody .day.old.trabalho,
.datepicker[data-bg=white] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-months .table-condensed tbody .day.old.trabalho,
.calendar[data-bg=gray] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-months .table-condensed tbody .day.old.trabalho,
.datepicker[data-bg=gray] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-months .table-condensed tbody .day.old.trabalho,
.calendar[data-bg=gray] .calendar-builds .datepicker .datepicker-months .table-condensed tbody .day.old.encontro,
.calendar[data-bg=gray] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-months .table-condensed tbody .day.old.encontro,
.calendar[data-bg=white] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-months .table-condensed tbody .day.old.encontro,
.calendar[data-bg=gray] .calendar-input .datepicker .datepicker-months .table-condensed tbody .day.old.encontro,
.calendar[data-bg=gray] .datepicker[data-bg=white] .calendar-input .datepicker .datepicker-months .table-condensed tbody .day.old.encontro,
.datepicker[data-bg=white] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-months .table-condensed tbody .day.old.encontro,
.calendar[data-bg=gray] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-months .table-condensed tbody .day.old.encontro,
.datepicker[data-bg=gray] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-months .table-condensed tbody .day.old.encontro,
.calendar[data-bg=gray] .calendar-builds .datepicker .datepicker-months .table-condensed tbody .day.new.active,
.calendar[data-bg=gray] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-months .table-condensed tbody .day.new.active,
.calendar[data-bg=white] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-months .table-condensed tbody .day.new.active,
.calendar[data-bg=gray] .calendar-input .datepicker .datepicker-months .table-condensed tbody .day.new.active,
.calendar[data-bg=gray] .datepicker[data-bg=white] .calendar-input .datepicker .datepicker-months .table-condensed tbody .day.new.active,
.datepicker[data-bg=white] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-months .table-condensed tbody .day.new.active,
.calendar[data-bg=gray] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-months .table-condensed tbody .day.new.active,
.datepicker[data-bg=gray] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-months .table-condensed tbody .day.new.active,
.calendar[data-bg=gray] .calendar-builds .datepicker .datepicker-months .table-condensed tbody .day.new:hover,
.calendar[data-bg=gray] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-months .table-condensed tbody .day.new:hover,
.calendar[data-bg=white] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-months .table-condensed tbody .day.new:hover,
.calendar[data-bg=gray] .calendar-input .datepicker .datepicker-months .table-condensed tbody .day.new:hover,
.calendar[data-bg=gray] .datepicker[data-bg=white] .calendar-input .datepicker .datepicker-months .table-condensed tbody .day.new:hover,
.datepicker[data-bg=white] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-months .table-condensed tbody .day.new:hover,
.calendar[data-bg=gray] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-months .table-condensed tbody .day.new:hover,
.datepicker[data-bg=gray] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-months .table-condensed tbody .day.new:hover,
.calendar[data-bg=gray] .calendar-builds .datepicker .datepicker-months .table-condensed tbody .day.new.prova,
.calendar[data-bg=gray] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-months .table-condensed tbody .day.new.prova,
.calendar[data-bg=white] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-months .table-condensed tbody .day.new.prova,
.calendar[data-bg=gray] .calendar-input .datepicker .datepicker-months .table-condensed tbody .day.new.prova,
.calendar[data-bg=gray] .datepicker[data-bg=white] .calendar-input .datepicker .datepicker-months .table-condensed tbody .day.new.prova,
.datepicker[data-bg=white] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-months .table-condensed tbody .day.new.prova,
.calendar[data-bg=gray] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-months .table-condensed tbody .day.new.prova,
.datepicker[data-bg=gray] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-months .table-condensed tbody .day.new.prova,
.calendar[data-bg=gray] .calendar-builds .datepicker .datepicker-months .table-condensed tbody .day.new.trabalho,
.calendar[data-bg=gray] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-months .table-condensed tbody .day.new.trabalho,
.calendar[data-bg=white] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-months .table-condensed tbody .day.new.trabalho,
.calendar[data-bg=gray] .calendar-input .datepicker .datepicker-months .table-condensed tbody .day.new.trabalho,
.calendar[data-bg=gray] .datepicker[data-bg=white] .calendar-input .datepicker .datepicker-months .table-condensed tbody .day.new.trabalho,
.datepicker[data-bg=white] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-months .table-condensed tbody .day.new.trabalho,
.calendar[data-bg=gray] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-months .table-condensed tbody .day.new.trabalho,
.datepicker[data-bg=gray] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-months .table-condensed tbody .day.new.trabalho,
.calendar[data-bg=gray] .calendar-builds .datepicker .datepicker-months .table-condensed tbody .day.new.encontro,
.calendar[data-bg=gray] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-months .table-condensed tbody .day.new.encontro,
.calendar[data-bg=white] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-months .table-condensed tbody .day.new.encontro,
.calendar[data-bg=gray] .calendar-input .datepicker .datepicker-months .table-condensed tbody .day.new.encontro,
.calendar[data-bg=gray] .datepicker[data-bg=white] .calendar-input .datepicker .datepicker-months .table-condensed tbody .day.new.encontro,
.datepicker[data-bg=white] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-months .table-condensed tbody .day.new.encontro,
.calendar[data-bg=gray] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-months .table-condensed tbody .day.new.encontro,
.datepicker[data-bg=gray] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-months .table-condensed tbody .day.new.encontro,
.calendar[data-bg=gray] .calendar-builds .datepicker .datepicker-months .table-condensed tbody .month.old.active,
.calendar[data-bg=gray] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-months .table-condensed tbody .month.old.active,
.calendar[data-bg=white] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-months .table-condensed tbody .month.old.active,
.calendar[data-bg=gray] .calendar-input .datepicker .datepicker-months .table-condensed tbody .month.old.active,
.calendar[data-bg=gray] .datepicker[data-bg=white] .calendar-input .datepicker .datepicker-months .table-condensed tbody .month.old.active,
.datepicker[data-bg=white] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-months .table-condensed tbody .month.old.active,
.calendar[data-bg=gray] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-months .table-condensed tbody .month.old.active,
.datepicker[data-bg=gray] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-months .table-condensed tbody .month.old.active,
.calendar[data-bg=gray] .calendar-builds .datepicker .datepicker-months .table-condensed tbody .month.old:hover,
.calendar[data-bg=gray] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-months .table-condensed tbody .month.old:hover,
.calendar[data-bg=white] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-months .table-condensed tbody .month.old:hover,
.calendar[data-bg=gray] .calendar-input .datepicker .datepicker-months .table-condensed tbody .month.old:hover,
.calendar[data-bg=gray] .datepicker[data-bg=white] .calendar-input .datepicker .datepicker-months .table-condensed tbody .month.old:hover,
.datepicker[data-bg=white] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-months .table-condensed tbody .month.old:hover,
.calendar[data-bg=gray] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-months .table-condensed tbody .month.old:hover,
.datepicker[data-bg=gray] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-months .table-condensed tbody .month.old:hover,
.calendar[data-bg=gray] .calendar-builds .datepicker .datepicker-months .table-condensed tbody .month.old.prova,
.calendar[data-bg=gray] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-months .table-condensed tbody .month.old.prova,
.calendar[data-bg=white] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-months .table-condensed tbody .month.old.prova,
.calendar[data-bg=gray] .calendar-input .datepicker .datepicker-months .table-condensed tbody .month.old.prova,
.calendar[data-bg=gray] .datepicker[data-bg=white] .calendar-input .datepicker .datepicker-months .table-condensed tbody .month.old.prova,
.datepicker[data-bg=white] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-months .table-condensed tbody .month.old.prova,
.calendar[data-bg=gray] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-months .table-condensed tbody .month.old.prova,
.datepicker[data-bg=gray] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-months .table-condensed tbody .month.old.prova,
.calendar[data-bg=gray] .calendar-builds .datepicker .datepicker-months .table-condensed tbody .month.old.trabalho,
.calendar[data-bg=gray] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-months .table-condensed tbody .month.old.trabalho,
.calendar[data-bg=white] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-months .table-condensed tbody .month.old.trabalho,
.calendar[data-bg=gray] .calendar-input .datepicker .datepicker-months .table-condensed tbody .month.old.trabalho,
.calendar[data-bg=gray] .datepicker[data-bg=white] .calendar-input .datepicker .datepicker-months .table-condensed tbody .month.old.trabalho,
.datepicker[data-bg=white] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-months .table-condensed tbody .month.old.trabalho,
.calendar[data-bg=gray] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-months .table-condensed tbody .month.old.trabalho,
.datepicker[data-bg=gray] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-months .table-condensed tbody .month.old.trabalho,
.calendar[data-bg=gray] .calendar-builds .datepicker .datepicker-months .table-condensed tbody .month.old.encontro,
.calendar[data-bg=gray] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-months .table-condensed tbody .month.old.encontro,
.calendar[data-bg=white] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-months .table-condensed tbody .month.old.encontro,
.calendar[data-bg=gray] .calendar-input .datepicker .datepicker-months .table-condensed tbody .month.old.encontro,
.calendar[data-bg=gray] .datepicker[data-bg=white] .calendar-input .datepicker .datepicker-months .table-condensed tbody .month.old.encontro,
.datepicker[data-bg=white] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-months .table-condensed tbody .month.old.encontro,
.calendar[data-bg=gray] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-months .table-condensed tbody .month.old.encontro,
.datepicker[data-bg=gray] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-months .table-condensed tbody .month.old.encontro,
.calendar[data-bg=gray] .calendar-builds .datepicker .datepicker-months .table-condensed tbody .month.new.active,
.calendar[data-bg=gray] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-months .table-condensed tbody .month.new.active,
.calendar[data-bg=white] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-months .table-condensed tbody .month.new.active,
.calendar[data-bg=gray] .calendar-input .datepicker .datepicker-months .table-condensed tbody .month.new.active,
.calendar[data-bg=gray] .datepicker[data-bg=white] .calendar-input .datepicker .datepicker-months .table-condensed tbody .month.new.active,
.datepicker[data-bg=white] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-months .table-condensed tbody .month.new.active,
.calendar[data-bg=gray] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-months .table-condensed tbody .month.new.active,
.datepicker[data-bg=gray] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-months .table-condensed tbody .month.new.active,
.calendar[data-bg=gray] .calendar-builds .datepicker .datepicker-months .table-condensed tbody .month.new:hover,
.calendar[data-bg=gray] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-months .table-condensed tbody .month.new:hover,
.calendar[data-bg=white] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-months .table-condensed tbody .month.new:hover,
.calendar[data-bg=gray] .calendar-input .datepicker .datepicker-months .table-condensed tbody .month.new:hover,
.calendar[data-bg=gray] .datepicker[data-bg=white] .calendar-input .datepicker .datepicker-months .table-condensed tbody .month.new:hover,
.datepicker[data-bg=white] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-months .table-condensed tbody .month.new:hover,
.calendar[data-bg=gray] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-months .table-condensed tbody .month.new:hover,
.datepicker[data-bg=gray] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-months .table-condensed tbody .month.new:hover,
.calendar[data-bg=gray] .calendar-builds .datepicker .datepicker-months .table-condensed tbody .month.new.prova,
.calendar[data-bg=gray] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-months .table-condensed tbody .month.new.prova,
.calendar[data-bg=white] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-months .table-condensed tbody .month.new.prova,
.calendar[data-bg=gray] .calendar-input .datepicker .datepicker-months .table-condensed tbody .month.new.prova,
.calendar[data-bg=gray] .datepicker[data-bg=white] .calendar-input .datepicker .datepicker-months .table-condensed tbody .month.new.prova,
.datepicker[data-bg=white] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-months .table-condensed tbody .month.new.prova,
.calendar[data-bg=gray] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-months .table-condensed tbody .month.new.prova,
.datepicker[data-bg=gray] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-months .table-condensed tbody .month.new.prova,
.calendar[data-bg=gray] .calendar-builds .datepicker .datepicker-months .table-condensed tbody .month.new.trabalho,
.calendar[data-bg=gray] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-months .table-condensed tbody .month.new.trabalho,
.calendar[data-bg=white] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-months .table-condensed tbody .month.new.trabalho,
.calendar[data-bg=gray] .calendar-input .datepicker .datepicker-months .table-condensed tbody .month.new.trabalho,
.calendar[data-bg=gray] .datepicker[data-bg=white] .calendar-input .datepicker .datepicker-months .table-condensed tbody .month.new.trabalho,
.datepicker[data-bg=white] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-months .table-condensed tbody .month.new.trabalho,
.calendar[data-bg=gray] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-months .table-condensed tbody .month.new.trabalho,
.datepicker[data-bg=gray] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-months .table-condensed tbody .month.new.trabalho,
.calendar[data-bg=gray] .calendar-builds .datepicker .datepicker-months .table-condensed tbody .month.new.encontro,
.calendar[data-bg=gray] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-months .table-condensed tbody .month.new.encontro,
.calendar[data-bg=white] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-months .table-condensed tbody .month.new.encontro,
.calendar[data-bg=gray] .calendar-input .datepicker .datepicker-months .table-condensed tbody .month.new.encontro,
.calendar[data-bg=gray] .datepicker[data-bg=white] .calendar-input .datepicker .datepicker-months .table-condensed tbody .month.new.encontro,
.datepicker[data-bg=white] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-months .table-condensed tbody .month.new.encontro,
.calendar[data-bg=gray] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-months .table-condensed tbody .month.new.encontro,
.datepicker[data-bg=gray] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-months .table-condensed tbody .month.new.encontro,
.calendar[data-bg=gray] .calendar-builds .datepicker .datepicker-months .table-condensed tbody .year.old.active,
.calendar[data-bg=gray] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-months .table-condensed tbody .year.old.active,
.calendar[data-bg=white] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-months .table-condensed tbody .year.old.active,
.calendar[data-bg=gray] .calendar-input .datepicker .datepicker-months .table-condensed tbody .year.old.active,
.calendar[data-bg=gray] .datepicker[data-bg=white] .calendar-input .datepicker .datepicker-months .table-condensed tbody .year.old.active,
.datepicker[data-bg=white] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-months .table-condensed tbody .year.old.active,
.calendar[data-bg=gray] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-months .table-condensed tbody .year.old.active,
.datepicker[data-bg=gray] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-months .table-condensed tbody .year.old.active,
.calendar[data-bg=gray] .calendar-builds .datepicker .datepicker-months .table-condensed tbody .year.old:hover,
.calendar[data-bg=gray] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-months .table-condensed tbody .year.old:hover,
.calendar[data-bg=white] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-months .table-condensed tbody .year.old:hover,
.calendar[data-bg=gray] .calendar-input .datepicker .datepicker-months .table-condensed tbody .year.old:hover,
.calendar[data-bg=gray] .datepicker[data-bg=white] .calendar-input .datepicker .datepicker-months .table-condensed tbody .year.old:hover,
.datepicker[data-bg=white] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-months .table-condensed tbody .year.old:hover,
.calendar[data-bg=gray] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-months .table-condensed tbody .year.old:hover,
.datepicker[data-bg=gray] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-months .table-condensed tbody .year.old:hover,
.calendar[data-bg=gray] .calendar-builds .datepicker .datepicker-months .table-condensed tbody .year.old.prova,
.calendar[data-bg=gray] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-months .table-condensed tbody .year.old.prova,
.calendar[data-bg=white] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-months .table-condensed tbody .year.old.prova,
.calendar[data-bg=gray] .calendar-input .datepicker .datepicker-months .table-condensed tbody .year.old.prova,
.calendar[data-bg=gray] .datepicker[data-bg=white] .calendar-input .datepicker .datepicker-months .table-condensed tbody .year.old.prova,
.datepicker[data-bg=white] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-months .table-condensed tbody .year.old.prova,
.calendar[data-bg=gray] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-months .table-condensed tbody .year.old.prova,
.datepicker[data-bg=gray] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-months .table-condensed tbody .year.old.prova,
.calendar[data-bg=gray] .calendar-builds .datepicker .datepicker-months .table-condensed tbody .year.old.trabalho,
.calendar[data-bg=gray] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-months .table-condensed tbody .year.old.trabalho,
.calendar[data-bg=white] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-months .table-condensed tbody .year.old.trabalho,
.calendar[data-bg=gray] .calendar-input .datepicker .datepicker-months .table-condensed tbody .year.old.trabalho,
.calendar[data-bg=gray] .datepicker[data-bg=white] .calendar-input .datepicker .datepicker-months .table-condensed tbody .year.old.trabalho,
.datepicker[data-bg=white] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-months .table-condensed tbody .year.old.trabalho,
.calendar[data-bg=gray] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-months .table-condensed tbody .year.old.trabalho,
.datepicker[data-bg=gray] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-months .table-condensed tbody .year.old.trabalho,
.calendar[data-bg=gray] .calendar-builds .datepicker .datepicker-months .table-condensed tbody .year.old.encontro,
.calendar[data-bg=gray] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-months .table-condensed tbody .year.old.encontro,
.calendar[data-bg=white] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-months .table-condensed tbody .year.old.encontro,
.calendar[data-bg=gray] .calendar-input .datepicker .datepicker-months .table-condensed tbody .year.old.encontro,
.calendar[data-bg=gray] .datepicker[data-bg=white] .calendar-input .datepicker .datepicker-months .table-condensed tbody .year.old.encontro,
.datepicker[data-bg=white] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-months .table-condensed tbody .year.old.encontro,
.calendar[data-bg=gray] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-months .table-condensed tbody .year.old.encontro,
.datepicker[data-bg=gray] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-months .table-condensed tbody .year.old.encontro,
.calendar[data-bg=gray] .calendar-builds .datepicker .datepicker-months .table-condensed tbody .year.new.active,
.calendar[data-bg=gray] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-months .table-condensed tbody .year.new.active,
.calendar[data-bg=white] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-months .table-condensed tbody .year.new.active,
.calendar[data-bg=gray] .calendar-input .datepicker .datepicker-months .table-condensed tbody .year.new.active,
.calendar[data-bg=gray] .datepicker[data-bg=white] .calendar-input .datepicker .datepicker-months .table-condensed tbody .year.new.active,
.datepicker[data-bg=white] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-months .table-condensed tbody .year.new.active,
.calendar[data-bg=gray] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-months .table-condensed tbody .year.new.active,
.datepicker[data-bg=gray] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-months .table-condensed tbody .year.new.active,
.calendar[data-bg=gray] .calendar-builds .datepicker .datepicker-months .table-condensed tbody .year.new:hover,
.calendar[data-bg=gray] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-months .table-condensed tbody .year.new:hover,
.calendar[data-bg=white] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-months .table-condensed tbody .year.new:hover,
.calendar[data-bg=gray] .calendar-input .datepicker .datepicker-months .table-condensed tbody .year.new:hover,
.calendar[data-bg=gray] .datepicker[data-bg=white] .calendar-input .datepicker .datepicker-months .table-condensed tbody .year.new:hover,
.datepicker[data-bg=white] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-months .table-condensed tbody .year.new:hover,
.calendar[data-bg=gray] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-months .table-condensed tbody .year.new:hover,
.datepicker[data-bg=gray] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-months .table-condensed tbody .year.new:hover,
.calendar[data-bg=gray] .calendar-builds .datepicker .datepicker-months .table-condensed tbody .year.new.prova,
.calendar[data-bg=gray] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-months .table-condensed tbody .year.new.prova,
.calendar[data-bg=white] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-months .table-condensed tbody .year.new.prova,
.calendar[data-bg=gray] .calendar-input .datepicker .datepicker-months .table-condensed tbody .year.new.prova,
.calendar[data-bg=gray] .datepicker[data-bg=white] .calendar-input .datepicker .datepicker-months .table-condensed tbody .year.new.prova,
.datepicker[data-bg=white] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-months .table-condensed tbody .year.new.prova,
.calendar[data-bg=gray] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-months .table-condensed tbody .year.new.prova,
.datepicker[data-bg=gray] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-months .table-condensed tbody .year.new.prova,
.calendar[data-bg=gray] .calendar-builds .datepicker .datepicker-months .table-condensed tbody .year.new.trabalho,
.calendar[data-bg=gray] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-months .table-condensed tbody .year.new.trabalho,
.calendar[data-bg=white] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-months .table-condensed tbody .year.new.trabalho,
.calendar[data-bg=gray] .calendar-input .datepicker .datepicker-months .table-condensed tbody .year.new.trabalho,
.calendar[data-bg=gray] .datepicker[data-bg=white] .calendar-input .datepicker .datepicker-months .table-condensed tbody .year.new.trabalho,
.datepicker[data-bg=white] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-months .table-condensed tbody .year.new.trabalho,
.calendar[data-bg=gray] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-months .table-condensed tbody .year.new.trabalho,
.datepicker[data-bg=gray] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-months .table-condensed tbody .year.new.trabalho,
.calendar[data-bg=gray] .calendar-builds .datepicker .datepicker-months .table-condensed tbody .year.new.encontro,
.calendar[data-bg=gray] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-months .table-condensed tbody .year.new.encontro,
.calendar[data-bg=white] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-months .table-condensed tbody .year.new.encontro,
.calendar[data-bg=gray] .calendar-input .datepicker .datepicker-months .table-condensed tbody .year.new.encontro,
.calendar[data-bg=gray] .datepicker[data-bg=white] .calendar-input .datepicker .datepicker-months .table-condensed tbody .year.new.encontro,
.datepicker[data-bg=white] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-months .table-condensed tbody .year.new.encontro,
.calendar[data-bg=gray] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-months .table-condensed tbody .year.new.encontro,
.datepicker[data-bg=gray] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-months .table-condensed tbody .year.new.encontro,
.calendar[data-bg=gray] .calendar-builds .datepicker .datepicker-months .table-condensed tbody .decate.old.active,
.calendar[data-bg=gray] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-months .table-condensed tbody .decate.old.active,
.calendar[data-bg=white] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-months .table-condensed tbody .decate.old.active,
.calendar[data-bg=gray] .calendar-input .datepicker .datepicker-months .table-condensed tbody .decate.old.active,
.calendar[data-bg=gray] .datepicker[data-bg=white] .calendar-input .datepicker .datepicker-months .table-condensed tbody .decate.old.active,
.datepicker[data-bg=white] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-months .table-condensed tbody .decate.old.active,
.calendar[data-bg=gray] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-months .table-condensed tbody .decate.old.active,
.datepicker[data-bg=gray] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-months .table-condensed tbody .decate.old.active,
.calendar[data-bg=gray] .calendar-builds .datepicker .datepicker-months .table-condensed tbody .decate.old:hover,
.calendar[data-bg=gray] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-months .table-condensed tbody .decate.old:hover,
.calendar[data-bg=white] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-months .table-condensed tbody .decate.old:hover,
.calendar[data-bg=gray] .calendar-input .datepicker .datepicker-months .table-condensed tbody .decate.old:hover,
.calendar[data-bg=gray] .datepicker[data-bg=white] .calendar-input .datepicker .datepicker-months .table-condensed tbody .decate.old:hover,
.datepicker[data-bg=white] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-months .table-condensed tbody .decate.old:hover,
.calendar[data-bg=gray] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-months .table-condensed tbody .decate.old:hover,
.datepicker[data-bg=gray] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-months .table-condensed tbody .decate.old:hover,
.calendar[data-bg=gray] .calendar-builds .datepicker .datepicker-months .table-condensed tbody .decate.old.prova,
.calendar[data-bg=gray] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-months .table-condensed tbody .decate.old.prova,
.calendar[data-bg=white] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-months .table-condensed tbody .decate.old.prova,
.calendar[data-bg=gray] .calendar-input .datepicker .datepicker-months .table-condensed tbody .decate.old.prova,
.calendar[data-bg=gray] .datepicker[data-bg=white] .calendar-input .datepicker .datepicker-months .table-condensed tbody .decate.old.prova,
.datepicker[data-bg=white] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-months .table-condensed tbody .decate.old.prova,
.calendar[data-bg=gray] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-months .table-condensed tbody .decate.old.prova,
.datepicker[data-bg=gray] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-months .table-condensed tbody .decate.old.prova,
.calendar[data-bg=gray] .calendar-builds .datepicker .datepicker-months .table-condensed tbody .decate.old.trabalho,
.calendar[data-bg=gray] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-months .table-condensed tbody .decate.old.trabalho,
.calendar[data-bg=white] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-months .table-condensed tbody .decate.old.trabalho,
.calendar[data-bg=gray] .calendar-input .datepicker .datepicker-months .table-condensed tbody .decate.old.trabalho,
.calendar[data-bg=gray] .datepicker[data-bg=white] .calendar-input .datepicker .datepicker-months .table-condensed tbody .decate.old.trabalho,
.datepicker[data-bg=white] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-months .table-condensed tbody .decate.old.trabalho,
.calendar[data-bg=gray] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-months .table-condensed tbody .decate.old.trabalho,
.datepicker[data-bg=gray] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-months .table-condensed tbody .decate.old.trabalho,
.calendar[data-bg=gray] .calendar-builds .datepicker .datepicker-months .table-condensed tbody .decate.old.encontro,
.calendar[data-bg=gray] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-months .table-condensed tbody .decate.old.encontro,
.calendar[data-bg=white] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-months .table-condensed tbody .decate.old.encontro,
.calendar[data-bg=gray] .calendar-input .datepicker .datepicker-months .table-condensed tbody .decate.old.encontro,
.calendar[data-bg=gray] .datepicker[data-bg=white] .calendar-input .datepicker .datepicker-months .table-condensed tbody .decate.old.encontro,
.datepicker[data-bg=white] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-months .table-condensed tbody .decate.old.encontro,
.calendar[data-bg=gray] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-months .table-condensed tbody .decate.old.encontro,
.datepicker[data-bg=gray] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-months .table-condensed tbody .decate.old.encontro,
.calendar[data-bg=gray] .calendar-builds .datepicker .datepicker-months .table-condensed tbody .decate.new.active,
.calendar[data-bg=gray] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-months .table-condensed tbody .decate.new.active,
.calendar[data-bg=white] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-months .table-condensed tbody .decate.new.active,
.calendar[data-bg=gray] .calendar-input .datepicker .datepicker-months .table-condensed tbody .decate.new.active,
.calendar[data-bg=gray] .datepicker[data-bg=white] .calendar-input .datepicker .datepicker-months .table-condensed tbody .decate.new.active,
.datepicker[data-bg=white] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-months .table-condensed tbody .decate.new.active,
.calendar[data-bg=gray] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-months .table-condensed tbody .decate.new.active,
.datepicker[data-bg=gray] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-months .table-condensed tbody .decate.new.active,
.calendar[data-bg=gray] .calendar-builds .datepicker .datepicker-months .table-condensed tbody .decate.new:hover,
.calendar[data-bg=gray] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-months .table-condensed tbody .decate.new:hover,
.calendar[data-bg=white] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-months .table-condensed tbody .decate.new:hover,
.calendar[data-bg=gray] .calendar-input .datepicker .datepicker-months .table-condensed tbody .decate.new:hover,
.calendar[data-bg=gray] .datepicker[data-bg=white] .calendar-input .datepicker .datepicker-months .table-condensed tbody .decate.new:hover,
.datepicker[data-bg=white] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-months .table-condensed tbody .decate.new:hover,
.calendar[data-bg=gray] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-months .table-condensed tbody .decate.new:hover,
.datepicker[data-bg=gray] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-months .table-condensed tbody .decate.new:hover,
.calendar[data-bg=gray] .calendar-builds .datepicker .datepicker-months .table-condensed tbody .decate.new.prova,
.calendar[data-bg=gray] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-months .table-condensed tbody .decate.new.prova,
.calendar[data-bg=white] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-months .table-condensed tbody .decate.new.prova,
.calendar[data-bg=gray] .calendar-input .datepicker .datepicker-months .table-condensed tbody .decate.new.prova,
.calendar[data-bg=gray] .datepicker[data-bg=white] .calendar-input .datepicker .datepicker-months .table-condensed tbody .decate.new.prova,
.datepicker[data-bg=white] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-months .table-condensed tbody .decate.new.prova,
.calendar[data-bg=gray] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-months .table-condensed tbody .decate.new.prova,
.datepicker[data-bg=gray] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-months .table-condensed tbody .decate.new.prova,
.calendar[data-bg=gray] .calendar-builds .datepicker .datepicker-months .table-condensed tbody .decate.new.trabalho,
.calendar[data-bg=gray] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-months .table-condensed tbody .decate.new.trabalho,
.calendar[data-bg=white] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-months .table-condensed tbody .decate.new.trabalho,
.calendar[data-bg=gray] .calendar-input .datepicker .datepicker-months .table-condensed tbody .decate.new.trabalho,
.calendar[data-bg=gray] .datepicker[data-bg=white] .calendar-input .datepicker .datepicker-months .table-condensed tbody .decate.new.trabalho,
.datepicker[data-bg=white] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-months .table-condensed tbody .decate.new.trabalho,
.calendar[data-bg=gray] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-months .table-condensed tbody .decate.new.trabalho,
.datepicker[data-bg=gray] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-months .table-condensed tbody .decate.new.trabalho,
.calendar[data-bg=gray] .calendar-builds .datepicker .datepicker-months .table-condensed tbody .decate.new.encontro,
.calendar[data-bg=gray] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-months .table-condensed tbody .decate.new.encontro,
.calendar[data-bg=white] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-months .table-condensed tbody .decate.new.encontro,
.calendar[data-bg=gray] .calendar-input .datepicker .datepicker-months .table-condensed tbody .decate.new.encontro,
.calendar[data-bg=gray] .datepicker[data-bg=white] .calendar-input .datepicker .datepicker-months .table-condensed tbody .decate.new.encontro,
.datepicker[data-bg=white] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-months .table-condensed tbody .decate.new.encontro,
.calendar[data-bg=gray] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-months .table-condensed tbody .decate.new.encontro,
.datepicker[data-bg=gray] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-months .table-condensed tbody .decate.new.encontro,
.calendar[data-bg=gray] .calendar-builds .datepicker .datepicker-months .table-condensed tbody .century.old.active,
.calendar[data-bg=gray] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-months .table-condensed tbody .century.old.active,
.calendar[data-bg=white] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-months .table-condensed tbody .century.old.active,
.calendar[data-bg=gray] .calendar-input .datepicker .datepicker-months .table-condensed tbody .century.old.active,
.calendar[data-bg=gray] .datepicker[data-bg=white] .calendar-input .datepicker .datepicker-months .table-condensed tbody .century.old.active,
.datepicker[data-bg=white] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-months .table-condensed tbody .century.old.active,
.calendar[data-bg=gray] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-months .table-condensed tbody .century.old.active,
.datepicker[data-bg=gray] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-months .table-condensed tbody .century.old.active,
.calendar[data-bg=gray] .calendar-builds .datepicker .datepicker-months .table-condensed tbody .century.old:hover,
.calendar[data-bg=gray] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-months .table-condensed tbody .century.old:hover,
.calendar[data-bg=white] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-months .table-condensed tbody .century.old:hover,
.calendar[data-bg=gray] .calendar-input .datepicker .datepicker-months .table-condensed tbody .century.old:hover,
.calendar[data-bg=gray] .datepicker[data-bg=white] .calendar-input .datepicker .datepicker-months .table-condensed tbody .century.old:hover,
.datepicker[data-bg=white] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-months .table-condensed tbody .century.old:hover,
.calendar[data-bg=gray] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-months .table-condensed tbody .century.old:hover,
.datepicker[data-bg=gray] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-months .table-condensed tbody .century.old:hover,
.calendar[data-bg=gray] .calendar-builds .datepicker .datepicker-months .table-condensed tbody .century.old.prova,
.calendar[data-bg=gray] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-months .table-condensed tbody .century.old.prova,
.calendar[data-bg=white] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-months .table-condensed tbody .century.old.prova,
.calendar[data-bg=gray] .calendar-input .datepicker .datepicker-months .table-condensed tbody .century.old.prova,
.calendar[data-bg=gray] .datepicker[data-bg=white] .calendar-input .datepicker .datepicker-months .table-condensed tbody .century.old.prova,
.datepicker[data-bg=white] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-months .table-condensed tbody .century.old.prova,
.calendar[data-bg=gray] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-months .table-condensed tbody .century.old.prova,
.datepicker[data-bg=gray] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-months .table-condensed tbody .century.old.prova,
.calendar[data-bg=gray] .calendar-builds .datepicker .datepicker-months .table-condensed tbody .century.old.trabalho,
.calendar[data-bg=gray] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-months .table-condensed tbody .century.old.trabalho,
.calendar[data-bg=white] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-months .table-condensed tbody .century.old.trabalho,
.calendar[data-bg=gray] .calendar-input .datepicker .datepicker-months .table-condensed tbody .century.old.trabalho,
.calendar[data-bg=gray] .datepicker[data-bg=white] .calendar-input .datepicker .datepicker-months .table-condensed tbody .century.old.trabalho,
.datepicker[data-bg=white] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-months .table-condensed tbody .century.old.trabalho,
.calendar[data-bg=gray] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-months .table-condensed tbody .century.old.trabalho,
.datepicker[data-bg=gray] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-months .table-condensed tbody .century.old.trabalho,
.calendar[data-bg=gray] .calendar-builds .datepicker .datepicker-months .table-condensed tbody .century.old.encontro,
.calendar[data-bg=gray] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-months .table-condensed tbody .century.old.encontro,
.calendar[data-bg=white] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-months .table-condensed tbody .century.old.encontro,
.calendar[data-bg=gray] .calendar-input .datepicker .datepicker-months .table-condensed tbody .century.old.encontro,
.calendar[data-bg=gray] .datepicker[data-bg=white] .calendar-input .datepicker .datepicker-months .table-condensed tbody .century.old.encontro,
.datepicker[data-bg=white] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-months .table-condensed tbody .century.old.encontro,
.calendar[data-bg=gray] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-months .table-condensed tbody .century.old.encontro,
.datepicker[data-bg=gray] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-months .table-condensed tbody .century.old.encontro,
.calendar[data-bg=gray] .calendar-builds .datepicker .datepicker-months .table-condensed tbody .century.new.active,
.calendar[data-bg=gray] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-months .table-condensed tbody .century.new.active,
.calendar[data-bg=white] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-months .table-condensed tbody .century.new.active,
.calendar[data-bg=gray] .calendar-input .datepicker .datepicker-months .table-condensed tbody .century.new.active,
.calendar[data-bg=gray] .datepicker[data-bg=white] .calendar-input .datepicker .datepicker-months .table-condensed tbody .century.new.active,
.datepicker[data-bg=white] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-months .table-condensed tbody .century.new.active,
.calendar[data-bg=gray] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-months .table-condensed tbody .century.new.active,
.datepicker[data-bg=gray] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-months .table-condensed tbody .century.new.active,
.calendar[data-bg=gray] .calendar-builds .datepicker .datepicker-months .table-condensed tbody .century.new:hover,
.calendar[data-bg=gray] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-months .table-condensed tbody .century.new:hover,
.calendar[data-bg=white] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-months .table-condensed tbody .century.new:hover,
.calendar[data-bg=gray] .calendar-input .datepicker .datepicker-months .table-condensed tbody .century.new:hover,
.calendar[data-bg=gray] .datepicker[data-bg=white] .calendar-input .datepicker .datepicker-months .table-condensed tbody .century.new:hover,
.datepicker[data-bg=white] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-months .table-condensed tbody .century.new:hover,
.calendar[data-bg=gray] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-months .table-condensed tbody .century.new:hover,
.datepicker[data-bg=gray] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-months .table-condensed tbody .century.new:hover,
.calendar[data-bg=gray] .calendar-builds .datepicker .datepicker-months .table-condensed tbody .century.new.prova,
.calendar[data-bg=gray] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-months .table-condensed tbody .century.new.prova,
.calendar[data-bg=white] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-months .table-condensed tbody .century.new.prova,
.calendar[data-bg=gray] .calendar-input .datepicker .datepicker-months .table-condensed tbody .century.new.prova,
.calendar[data-bg=gray] .datepicker[data-bg=white] .calendar-input .datepicker .datepicker-months .table-condensed tbody .century.new.prova,
.datepicker[data-bg=white] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-months .table-condensed tbody .century.new.prova,
.calendar[data-bg=gray] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-months .table-condensed tbody .century.new.prova,
.datepicker[data-bg=gray] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-months .table-condensed tbody .century.new.prova,
.calendar[data-bg=gray] .calendar-builds .datepicker .datepicker-months .table-condensed tbody .century.new.trabalho,
.calendar[data-bg=gray] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-months .table-condensed tbody .century.new.trabalho,
.calendar[data-bg=white] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-months .table-condensed tbody .century.new.trabalho,
.calendar[data-bg=gray] .calendar-input .datepicker .datepicker-months .table-condensed tbody .century.new.trabalho,
.calendar[data-bg=gray] .datepicker[data-bg=white] .calendar-input .datepicker .datepicker-months .table-condensed tbody .century.new.trabalho,
.datepicker[data-bg=white] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-months .table-condensed tbody .century.new.trabalho,
.calendar[data-bg=gray] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-months .table-condensed tbody .century.new.trabalho,
.datepicker[data-bg=gray] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-months .table-condensed tbody .century.new.trabalho,
.calendar[data-bg=gray] .calendar-builds .datepicker .datepicker-months .table-condensed tbody .century.new.encontro,
.calendar[data-bg=gray] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-months .table-condensed tbody .century.new.encontro,
.calendar[data-bg=white] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-months .table-condensed tbody .century.new.encontro,
.calendar[data-bg=gray] .calendar-input .datepicker .datepicker-months .table-condensed tbody .century.new.encontro,
.calendar[data-bg=gray] .datepicker[data-bg=white] .calendar-input .datepicker .datepicker-months .table-condensed tbody .century.new.encontro,
.datepicker[data-bg=white] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-months .table-condensed tbody .century.new.encontro,
.calendar[data-bg=gray] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-months .table-condensed tbody .century.new.encontro,
.datepicker[data-bg=gray] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-months .table-condensed tbody .century.new.encontro,
.calendar[data-bg=gray] .calendar-builds .datepicker .datepicker-years .table-condensed tbody .day.old.active,
.calendar[data-bg=gray] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-years .table-condensed tbody .day.old.active,
.calendar[data-bg=white] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-years .table-condensed tbody .day.old.active,
.calendar[data-bg=gray] .calendar-input .datepicker .datepicker-years .table-condensed tbody .day.old.active,
.calendar[data-bg=gray] .datepicker[data-bg=white] .calendar-input .datepicker .datepicker-years .table-condensed tbody .day.old.active,
.datepicker[data-bg=white] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-years .table-condensed tbody .day.old.active,
.calendar[data-bg=gray] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-years .table-condensed tbody .day.old.active,
.datepicker[data-bg=gray] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-years .table-condensed tbody .day.old.active,
.calendar[data-bg=gray] .calendar-builds .datepicker .datepicker-years .table-condensed tbody .day.old:hover,
.calendar[data-bg=gray] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-years .table-condensed tbody .day.old:hover,
.calendar[data-bg=white] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-years .table-condensed tbody .day.old:hover,
.calendar[data-bg=gray] .calendar-input .datepicker .datepicker-years .table-condensed tbody .day.old:hover,
.calendar[data-bg=gray] .datepicker[data-bg=white] .calendar-input .datepicker .datepicker-years .table-condensed tbody .day.old:hover,
.datepicker[data-bg=white] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-years .table-condensed tbody .day.old:hover,
.calendar[data-bg=gray] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-years .table-condensed tbody .day.old:hover,
.datepicker[data-bg=gray] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-years .table-condensed tbody .day.old:hover,
.calendar[data-bg=gray] .calendar-builds .datepicker .datepicker-years .table-condensed tbody .day.old.prova,
.calendar[data-bg=gray] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-years .table-condensed tbody .day.old.prova,
.calendar[data-bg=white] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-years .table-condensed tbody .day.old.prova,
.calendar[data-bg=gray] .calendar-input .datepicker .datepicker-years .table-condensed tbody .day.old.prova,
.calendar[data-bg=gray] .datepicker[data-bg=white] .calendar-input .datepicker .datepicker-years .table-condensed tbody .day.old.prova,
.datepicker[data-bg=white] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-years .table-condensed tbody .day.old.prova,
.calendar[data-bg=gray] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-years .table-condensed tbody .day.old.prova,
.datepicker[data-bg=gray] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-years .table-condensed tbody .day.old.prova,
.calendar[data-bg=gray] .calendar-builds .datepicker .datepicker-years .table-condensed tbody .day.old.trabalho,
.calendar[data-bg=gray] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-years .table-condensed tbody .day.old.trabalho,
.calendar[data-bg=white] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-years .table-condensed tbody .day.old.trabalho,
.calendar[data-bg=gray] .calendar-input .datepicker .datepicker-years .table-condensed tbody .day.old.trabalho,
.calendar[data-bg=gray] .datepicker[data-bg=white] .calendar-input .datepicker .datepicker-years .table-condensed tbody .day.old.trabalho,
.datepicker[data-bg=white] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-years .table-condensed tbody .day.old.trabalho,
.calendar[data-bg=gray] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-years .table-condensed tbody .day.old.trabalho,
.datepicker[data-bg=gray] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-years .table-condensed tbody .day.old.trabalho,
.calendar[data-bg=gray] .calendar-builds .datepicker .datepicker-years .table-condensed tbody .day.old.encontro,
.calendar[data-bg=gray] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-years .table-condensed tbody .day.old.encontro,
.calendar[data-bg=white] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-years .table-condensed tbody .day.old.encontro,
.calendar[data-bg=gray] .calendar-input .datepicker .datepicker-years .table-condensed tbody .day.old.encontro,
.calendar[data-bg=gray] .datepicker[data-bg=white] .calendar-input .datepicker .datepicker-years .table-condensed tbody .day.old.encontro,
.datepicker[data-bg=white] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-years .table-condensed tbody .day.old.encontro,
.calendar[data-bg=gray] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-years .table-condensed tbody .day.old.encontro,
.datepicker[data-bg=gray] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-years .table-condensed tbody .day.old.encontro,
.calendar[data-bg=gray] .calendar-builds .datepicker .datepicker-years .table-condensed tbody .day.new.active,
.calendar[data-bg=gray] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-years .table-condensed tbody .day.new.active,
.calendar[data-bg=white] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-years .table-condensed tbody .day.new.active,
.calendar[data-bg=gray] .calendar-input .datepicker .datepicker-years .table-condensed tbody .day.new.active,
.calendar[data-bg=gray] .datepicker[data-bg=white] .calendar-input .datepicker .datepicker-years .table-condensed tbody .day.new.active,
.datepicker[data-bg=white] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-years .table-condensed tbody .day.new.active,
.calendar[data-bg=gray] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-years .table-condensed tbody .day.new.active,
.datepicker[data-bg=gray] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-years .table-condensed tbody .day.new.active,
.calendar[data-bg=gray] .calendar-builds .datepicker .datepicker-years .table-condensed tbody .day.new:hover,
.calendar[data-bg=gray] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-years .table-condensed tbody .day.new:hover,
.calendar[data-bg=white] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-years .table-condensed tbody .day.new:hover,
.calendar[data-bg=gray] .calendar-input .datepicker .datepicker-years .table-condensed tbody .day.new:hover,
.calendar[data-bg=gray] .datepicker[data-bg=white] .calendar-input .datepicker .datepicker-years .table-condensed tbody .day.new:hover,
.datepicker[data-bg=white] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-years .table-condensed tbody .day.new:hover,
.calendar[data-bg=gray] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-years .table-condensed tbody .day.new:hover,
.datepicker[data-bg=gray] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-years .table-condensed tbody .day.new:hover,
.calendar[data-bg=gray] .calendar-builds .datepicker .datepicker-years .table-condensed tbody .day.new.prova,
.calendar[data-bg=gray] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-years .table-condensed tbody .day.new.prova,
.calendar[data-bg=white] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-years .table-condensed tbody .day.new.prova,
.calendar[data-bg=gray] .calendar-input .datepicker .datepicker-years .table-condensed tbody .day.new.prova,
.calendar[data-bg=gray] .datepicker[data-bg=white] .calendar-input .datepicker .datepicker-years .table-condensed tbody .day.new.prova,
.datepicker[data-bg=white] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-years .table-condensed tbody .day.new.prova,
.calendar[data-bg=gray] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-years .table-condensed tbody .day.new.prova,
.datepicker[data-bg=gray] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-years .table-condensed tbody .day.new.prova,
.calendar[data-bg=gray] .calendar-builds .datepicker .datepicker-years .table-condensed tbody .day.new.trabalho,
.calendar[data-bg=gray] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-years .table-condensed tbody .day.new.trabalho,
.calendar[data-bg=white] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-years .table-condensed tbody .day.new.trabalho,
.calendar[data-bg=gray] .calendar-input .datepicker .datepicker-years .table-condensed tbody .day.new.trabalho,
.calendar[data-bg=gray] .datepicker[data-bg=white] .calendar-input .datepicker .datepicker-years .table-condensed tbody .day.new.trabalho,
.datepicker[data-bg=white] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-years .table-condensed tbody .day.new.trabalho,
.calendar[data-bg=gray] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-years .table-condensed tbody .day.new.trabalho,
.datepicker[data-bg=gray] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-years .table-condensed tbody .day.new.trabalho,
.calendar[data-bg=gray] .calendar-builds .datepicker .datepicker-years .table-condensed tbody .day.new.encontro,
.calendar[data-bg=gray] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-years .table-condensed tbody .day.new.encontro,
.calendar[data-bg=white] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-years .table-condensed tbody .day.new.encontro,
.calendar[data-bg=gray] .calendar-input .datepicker .datepicker-years .table-condensed tbody .day.new.encontro,
.calendar[data-bg=gray] .datepicker[data-bg=white] .calendar-input .datepicker .datepicker-years .table-condensed tbody .day.new.encontro,
.datepicker[data-bg=white] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-years .table-condensed tbody .day.new.encontro,
.calendar[data-bg=gray] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-years .table-condensed tbody .day.new.encontro,
.datepicker[data-bg=gray] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-years .table-condensed tbody .day.new.encontro,
.calendar[data-bg=gray] .calendar-builds .datepicker .datepicker-years .table-condensed tbody .month.old.active,
.calendar[data-bg=gray] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-years .table-condensed tbody .month.old.active,
.calendar[data-bg=white] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-years .table-condensed tbody .month.old.active,
.calendar[data-bg=gray] .calendar-input .datepicker .datepicker-years .table-condensed tbody .month.old.active,
.calendar[data-bg=gray] .datepicker[data-bg=white] .calendar-input .datepicker .datepicker-years .table-condensed tbody .month.old.active,
.datepicker[data-bg=white] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-years .table-condensed tbody .month.old.active,
.calendar[data-bg=gray] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-years .table-condensed tbody .month.old.active,
.datepicker[data-bg=gray] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-years .table-condensed tbody .month.old.active,
.calendar[data-bg=gray] .calendar-builds .datepicker .datepicker-years .table-condensed tbody .month.old:hover,
.calendar[data-bg=gray] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-years .table-condensed tbody .month.old:hover,
.calendar[data-bg=white] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-years .table-condensed tbody .month.old:hover,
.calendar[data-bg=gray] .calendar-input .datepicker .datepicker-years .table-condensed tbody .month.old:hover,
.calendar[data-bg=gray] .datepicker[data-bg=white] .calendar-input .datepicker .datepicker-years .table-condensed tbody .month.old:hover,
.datepicker[data-bg=white] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-years .table-condensed tbody .month.old:hover,
.calendar[data-bg=gray] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-years .table-condensed tbody .month.old:hover,
.datepicker[data-bg=gray] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-years .table-condensed tbody .month.old:hover,
.calendar[data-bg=gray] .calendar-builds .datepicker .datepicker-years .table-condensed tbody .month.old.prova,
.calendar[data-bg=gray] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-years .table-condensed tbody .month.old.prova,
.calendar[data-bg=white] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-years .table-condensed tbody .month.old.prova,
.calendar[data-bg=gray] .calendar-input .datepicker .datepicker-years .table-condensed tbody .month.old.prova,
.calendar[data-bg=gray] .datepicker[data-bg=white] .calendar-input .datepicker .datepicker-years .table-condensed tbody .month.old.prova,
.datepicker[data-bg=white] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-years .table-condensed tbody .month.old.prova,
.calendar[data-bg=gray] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-years .table-condensed tbody .month.old.prova,
.datepicker[data-bg=gray] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-years .table-condensed tbody .month.old.prova,
.calendar[data-bg=gray] .calendar-builds .datepicker .datepicker-years .table-condensed tbody .month.old.trabalho,
.calendar[data-bg=gray] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-years .table-condensed tbody .month.old.trabalho,
.calendar[data-bg=white] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-years .table-condensed tbody .month.old.trabalho,
.calendar[data-bg=gray] .calendar-input .datepicker .datepicker-years .table-condensed tbody .month.old.trabalho,
.calendar[data-bg=gray] .datepicker[data-bg=white] .calendar-input .datepicker .datepicker-years .table-condensed tbody .month.old.trabalho,
.datepicker[data-bg=white] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-years .table-condensed tbody .month.old.trabalho,
.calendar[data-bg=gray] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-years .table-condensed tbody .month.old.trabalho,
.datepicker[data-bg=gray] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-years .table-condensed tbody .month.old.trabalho,
.calendar[data-bg=gray] .calendar-builds .datepicker .datepicker-years .table-condensed tbody .month.old.encontro,
.calendar[data-bg=gray] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-years .table-condensed tbody .month.old.encontro,
.calendar[data-bg=white] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-years .table-condensed tbody .month.old.encontro,
.calendar[data-bg=gray] .calendar-input .datepicker .datepicker-years .table-condensed tbody .month.old.encontro,
.calendar[data-bg=gray] .datepicker[data-bg=white] .calendar-input .datepicker .datepicker-years .table-condensed tbody .month.old.encontro,
.datepicker[data-bg=white] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-years .table-condensed tbody .month.old.encontro,
.calendar[data-bg=gray] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-years .table-condensed tbody .month.old.encontro,
.datepicker[data-bg=gray] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-years .table-condensed tbody .month.old.encontro,
.calendar[data-bg=gray] .calendar-builds .datepicker .datepicker-years .table-condensed tbody .month.new.active,
.calendar[data-bg=gray] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-years .table-condensed tbody .month.new.active,
.calendar[data-bg=white] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-years .table-condensed tbody .month.new.active,
.calendar[data-bg=gray] .calendar-input .datepicker .datepicker-years .table-condensed tbody .month.new.active,
.calendar[data-bg=gray] .datepicker[data-bg=white] .calendar-input .datepicker .datepicker-years .table-condensed tbody .month.new.active,
.datepicker[data-bg=white] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-years .table-condensed tbody .month.new.active,
.calendar[data-bg=gray] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-years .table-condensed tbody .month.new.active,
.datepicker[data-bg=gray] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-years .table-condensed tbody .month.new.active,
.calendar[data-bg=gray] .calendar-builds .datepicker .datepicker-years .table-condensed tbody .month.new:hover,
.calendar[data-bg=gray] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-years .table-condensed tbody .month.new:hover,
.calendar[data-bg=white] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-years .table-condensed tbody .month.new:hover,
.calendar[data-bg=gray] .calendar-input .datepicker .datepicker-years .table-condensed tbody .month.new:hover,
.calendar[data-bg=gray] .datepicker[data-bg=white] .calendar-input .datepicker .datepicker-years .table-condensed tbody .month.new:hover,
.datepicker[data-bg=white] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-years .table-condensed tbody .month.new:hover,
.calendar[data-bg=gray] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-years .table-condensed tbody .month.new:hover,
.datepicker[data-bg=gray] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-years .table-condensed tbody .month.new:hover,
.calendar[data-bg=gray] .calendar-builds .datepicker .datepicker-years .table-condensed tbody .month.new.prova,
.calendar[data-bg=gray] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-years .table-condensed tbody .month.new.prova,
.calendar[data-bg=white] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-years .table-condensed tbody .month.new.prova,
.calendar[data-bg=gray] .calendar-input .datepicker .datepicker-years .table-condensed tbody .month.new.prova,
.calendar[data-bg=gray] .datepicker[data-bg=white] .calendar-input .datepicker .datepicker-years .table-condensed tbody .month.new.prova,
.datepicker[data-bg=white] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-years .table-condensed tbody .month.new.prova,
.calendar[data-bg=gray] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-years .table-condensed tbody .month.new.prova,
.datepicker[data-bg=gray] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-years .table-condensed tbody .month.new.prova,
.calendar[data-bg=gray] .calendar-builds .datepicker .datepicker-years .table-condensed tbody .month.new.trabalho,
.calendar[data-bg=gray] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-years .table-condensed tbody .month.new.trabalho,
.calendar[data-bg=white] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-years .table-condensed tbody .month.new.trabalho,
.calendar[data-bg=gray] .calendar-input .datepicker .datepicker-years .table-condensed tbody .month.new.trabalho,
.calendar[data-bg=gray] .datepicker[data-bg=white] .calendar-input .datepicker .datepicker-years .table-condensed tbody .month.new.trabalho,
.datepicker[data-bg=white] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-years .table-condensed tbody .month.new.trabalho,
.calendar[data-bg=gray] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-years .table-condensed tbody .month.new.trabalho,
.datepicker[data-bg=gray] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-years .table-condensed tbody .month.new.trabalho,
.calendar[data-bg=gray] .calendar-builds .datepicker .datepicker-years .table-condensed tbody .month.new.encontro,
.calendar[data-bg=gray] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-years .table-condensed tbody .month.new.encontro,
.calendar[data-bg=white] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-years .table-condensed tbody .month.new.encontro,
.calendar[data-bg=gray] .calendar-input .datepicker .datepicker-years .table-condensed tbody .month.new.encontro,
.calendar[data-bg=gray] .datepicker[data-bg=white] .calendar-input .datepicker .datepicker-years .table-condensed tbody .month.new.encontro,
.datepicker[data-bg=white] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-years .table-condensed tbody .month.new.encontro,
.calendar[data-bg=gray] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-years .table-condensed tbody .month.new.encontro,
.datepicker[data-bg=gray] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-years .table-condensed tbody .month.new.encontro,
.calendar[data-bg=gray] .calendar-builds .datepicker .datepicker-years .table-condensed tbody .year.old.active,
.calendar[data-bg=gray] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-years .table-condensed tbody .year.old.active,
.calendar[data-bg=white] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-years .table-condensed tbody .year.old.active,
.calendar[data-bg=gray] .calendar-input .datepicker .datepicker-years .table-condensed tbody .year.old.active,
.calendar[data-bg=gray] .datepicker[data-bg=white] .calendar-input .datepicker .datepicker-years .table-condensed tbody .year.old.active,
.datepicker[data-bg=white] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-years .table-condensed tbody .year.old.active,
.calendar[data-bg=gray] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-years .table-condensed tbody .year.old.active,
.datepicker[data-bg=gray] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-years .table-condensed tbody .year.old.active,
.calendar[data-bg=gray] .calendar-builds .datepicker .datepicker-years .table-condensed tbody .year.old:hover,
.calendar[data-bg=gray] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-years .table-condensed tbody .year.old:hover,
.calendar[data-bg=white] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-years .table-condensed tbody .year.old:hover,
.calendar[data-bg=gray] .calendar-input .datepicker .datepicker-years .table-condensed tbody .year.old:hover,
.calendar[data-bg=gray] .datepicker[data-bg=white] .calendar-input .datepicker .datepicker-years .table-condensed tbody .year.old:hover,
.datepicker[data-bg=white] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-years .table-condensed tbody .year.old:hover,
.calendar[data-bg=gray] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-years .table-condensed tbody .year.old:hover,
.datepicker[data-bg=gray] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-years .table-condensed tbody .year.old:hover,
.calendar[data-bg=gray] .calendar-builds .datepicker .datepicker-years .table-condensed tbody .year.old.prova,
.calendar[data-bg=gray] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-years .table-condensed tbody .year.old.prova,
.calendar[data-bg=white] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-years .table-condensed tbody .year.old.prova,
.calendar[data-bg=gray] .calendar-input .datepicker .datepicker-years .table-condensed tbody .year.old.prova,
.calendar[data-bg=gray] .datepicker[data-bg=white] .calendar-input .datepicker .datepicker-years .table-condensed tbody .year.old.prova,
.datepicker[data-bg=white] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-years .table-condensed tbody .year.old.prova,
.calendar[data-bg=gray] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-years .table-condensed tbody .year.old.prova,
.datepicker[data-bg=gray] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-years .table-condensed tbody .year.old.prova,
.calendar[data-bg=gray] .calendar-builds .datepicker .datepicker-years .table-condensed tbody .year.old.trabalho,
.calendar[data-bg=gray] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-years .table-condensed tbody .year.old.trabalho,
.calendar[data-bg=white] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-years .table-condensed tbody .year.old.trabalho,
.calendar[data-bg=gray] .calendar-input .datepicker .datepicker-years .table-condensed tbody .year.old.trabalho,
.calendar[data-bg=gray] .datepicker[data-bg=white] .calendar-input .datepicker .datepicker-years .table-condensed tbody .year.old.trabalho,
.datepicker[data-bg=white] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-years .table-condensed tbody .year.old.trabalho,
.calendar[data-bg=gray] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-years .table-condensed tbody .year.old.trabalho,
.datepicker[data-bg=gray] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-years .table-condensed tbody .year.old.trabalho,
.calendar[data-bg=gray] .calendar-builds .datepicker .datepicker-years .table-condensed tbody .year.old.encontro,
.calendar[data-bg=gray] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-years .table-condensed tbody .year.old.encontro,
.calendar[data-bg=white] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-years .table-condensed tbody .year.old.encontro,
.calendar[data-bg=gray] .calendar-input .datepicker .datepicker-years .table-condensed tbody .year.old.encontro,
.calendar[data-bg=gray] .datepicker[data-bg=white] .calendar-input .datepicker .datepicker-years .table-condensed tbody .year.old.encontro,
.datepicker[data-bg=white] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-years .table-condensed tbody .year.old.encontro,
.calendar[data-bg=gray] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-years .table-condensed tbody .year.old.encontro,
.datepicker[data-bg=gray] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-years .table-condensed tbody .year.old.encontro,
.calendar[data-bg=gray] .calendar-builds .datepicker .datepicker-years .table-condensed tbody .year.new.active,
.calendar[data-bg=gray] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-years .table-condensed tbody .year.new.active,
.calendar[data-bg=white] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-years .table-condensed tbody .year.new.active,
.calendar[data-bg=gray] .calendar-input .datepicker .datepicker-years .table-condensed tbody .year.new.active,
.calendar[data-bg=gray] .datepicker[data-bg=white] .calendar-input .datepicker .datepicker-years .table-condensed tbody .year.new.active,
.datepicker[data-bg=white] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-years .table-condensed tbody .year.new.active,
.calendar[data-bg=gray] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-years .table-condensed tbody .year.new.active,
.datepicker[data-bg=gray] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-years .table-condensed tbody .year.new.active,
.calendar[data-bg=gray] .calendar-builds .datepicker .datepicker-years .table-condensed tbody .year.new:hover,
.calendar[data-bg=gray] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-years .table-condensed tbody .year.new:hover,
.calendar[data-bg=white] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-years .table-condensed tbody .year.new:hover,
.calendar[data-bg=gray] .calendar-input .datepicker .datepicker-years .table-condensed tbody .year.new:hover,
.calendar[data-bg=gray] .datepicker[data-bg=white] .calendar-input .datepicker .datepicker-years .table-condensed tbody .year.new:hover,
.datepicker[data-bg=white] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-years .table-condensed tbody .year.new:hover,
.calendar[data-bg=gray] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-years .table-condensed tbody .year.new:hover,
.datepicker[data-bg=gray] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-years .table-condensed tbody .year.new:hover,
.calendar[data-bg=gray] .calendar-builds .datepicker .datepicker-years .table-condensed tbody .year.new.prova,
.calendar[data-bg=gray] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-years .table-condensed tbody .year.new.prova,
.calendar[data-bg=white] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-years .table-condensed tbody .year.new.prova,
.calendar[data-bg=gray] .calendar-input .datepicker .datepicker-years .table-condensed tbody .year.new.prova,
.calendar[data-bg=gray] .datepicker[data-bg=white] .calendar-input .datepicker .datepicker-years .table-condensed tbody .year.new.prova,
.datepicker[data-bg=white] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-years .table-condensed tbody .year.new.prova,
.calendar[data-bg=gray] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-years .table-condensed tbody .year.new.prova,
.datepicker[data-bg=gray] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-years .table-condensed tbody .year.new.prova,
.calendar[data-bg=gray] .calendar-builds .datepicker .datepicker-years .table-condensed tbody .year.new.trabalho,
.calendar[data-bg=gray] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-years .table-condensed tbody .year.new.trabalho,
.calendar[data-bg=white] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-years .table-condensed tbody .year.new.trabalho,
.calendar[data-bg=gray] .calendar-input .datepicker .datepicker-years .table-condensed tbody .year.new.trabalho,
.calendar[data-bg=gray] .datepicker[data-bg=white] .calendar-input .datepicker .datepicker-years .table-condensed tbody .year.new.trabalho,
.datepicker[data-bg=white] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-years .table-condensed tbody .year.new.trabalho,
.calendar[data-bg=gray] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-years .table-condensed tbody .year.new.trabalho,
.datepicker[data-bg=gray] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-years .table-condensed tbody .year.new.trabalho,
.calendar[data-bg=gray] .calendar-builds .datepicker .datepicker-years .table-condensed tbody .year.new.encontro,
.calendar[data-bg=gray] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-years .table-condensed tbody .year.new.encontro,
.calendar[data-bg=white] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-years .table-condensed tbody .year.new.encontro,
.calendar[data-bg=gray] .calendar-input .datepicker .datepicker-years .table-condensed tbody .year.new.encontro,
.calendar[data-bg=gray] .datepicker[data-bg=white] .calendar-input .datepicker .datepicker-years .table-condensed tbody .year.new.encontro,
.datepicker[data-bg=white] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-years .table-condensed tbody .year.new.encontro,
.calendar[data-bg=gray] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-years .table-condensed tbody .year.new.encontro,
.datepicker[data-bg=gray] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-years .table-condensed tbody .year.new.encontro,
.calendar[data-bg=gray] .calendar-builds .datepicker .datepicker-years .table-condensed tbody .decate.old.active,
.calendar[data-bg=gray] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-years .table-condensed tbody .decate.old.active,
.calendar[data-bg=white] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-years .table-condensed tbody .decate.old.active,
.calendar[data-bg=gray] .calendar-input .datepicker .datepicker-years .table-condensed tbody .decate.old.active,
.calendar[data-bg=gray] .datepicker[data-bg=white] .calendar-input .datepicker .datepicker-years .table-condensed tbody .decate.old.active,
.datepicker[data-bg=white] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-years .table-condensed tbody .decate.old.active,
.calendar[data-bg=gray] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-years .table-condensed tbody .decate.old.active,
.datepicker[data-bg=gray] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-years .table-condensed tbody .decate.old.active,
.calendar[data-bg=gray] .calendar-builds .datepicker .datepicker-years .table-condensed tbody .decate.old:hover,
.calendar[data-bg=gray] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-years .table-condensed tbody .decate.old:hover,
.calendar[data-bg=white] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-years .table-condensed tbody .decate.old:hover,
.calendar[data-bg=gray] .calendar-input .datepicker .datepicker-years .table-condensed tbody .decate.old:hover,
.calendar[data-bg=gray] .datepicker[data-bg=white] .calendar-input .datepicker .datepicker-years .table-condensed tbody .decate.old:hover,
.datepicker[data-bg=white] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-years .table-condensed tbody .decate.old:hover,
.calendar[data-bg=gray] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-years .table-condensed tbody .decate.old:hover,
.datepicker[data-bg=gray] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-years .table-condensed tbody .decate.old:hover,
.calendar[data-bg=gray] .calendar-builds .datepicker .datepicker-years .table-condensed tbody .decate.old.prova,
.calendar[data-bg=gray] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-years .table-condensed tbody .decate.old.prova,
.calendar[data-bg=white] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-years .table-condensed tbody .decate.old.prova,
.calendar[data-bg=gray] .calendar-input .datepicker .datepicker-years .table-condensed tbody .decate.old.prova,
.calendar[data-bg=gray] .datepicker[data-bg=white] .calendar-input .datepicker .datepicker-years .table-condensed tbody .decate.old.prova,
.datepicker[data-bg=white] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-years .table-condensed tbody .decate.old.prova,
.calendar[data-bg=gray] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-years .table-condensed tbody .decate.old.prova,
.datepicker[data-bg=gray] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-years .table-condensed tbody .decate.old.prova,
.calendar[data-bg=gray] .calendar-builds .datepicker .datepicker-years .table-condensed tbody .decate.old.trabalho,
.calendar[data-bg=gray] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-years .table-condensed tbody .decate.old.trabalho,
.calendar[data-bg=white] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-years .table-condensed tbody .decate.old.trabalho,
.calendar[data-bg=gray] .calendar-input .datepicker .datepicker-years .table-condensed tbody .decate.old.trabalho,
.calendar[data-bg=gray] .datepicker[data-bg=white] .calendar-input .datepicker .datepicker-years .table-condensed tbody .decate.old.trabalho,
.datepicker[data-bg=white] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-years .table-condensed tbody .decate.old.trabalho,
.calendar[data-bg=gray] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-years .table-condensed tbody .decate.old.trabalho,
.datepicker[data-bg=gray] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-years .table-condensed tbody .decate.old.trabalho,
.calendar[data-bg=gray] .calendar-builds .datepicker .datepicker-years .table-condensed tbody .decate.old.encontro,
.calendar[data-bg=gray] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-years .table-condensed tbody .decate.old.encontro,
.calendar[data-bg=white] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-years .table-condensed tbody .decate.old.encontro,
.calendar[data-bg=gray] .calendar-input .datepicker .datepicker-years .table-condensed tbody .decate.old.encontro,
.calendar[data-bg=gray] .datepicker[data-bg=white] .calendar-input .datepicker .datepicker-years .table-condensed tbody .decate.old.encontro,
.datepicker[data-bg=white] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-years .table-condensed tbody .decate.old.encontro,
.calendar[data-bg=gray] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-years .table-condensed tbody .decate.old.encontro,
.datepicker[data-bg=gray] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-years .table-condensed tbody .decate.old.encontro,
.calendar[data-bg=gray] .calendar-builds .datepicker .datepicker-years .table-condensed tbody .decate.new.active,
.calendar[data-bg=gray] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-years .table-condensed tbody .decate.new.active,
.calendar[data-bg=white] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-years .table-condensed tbody .decate.new.active,
.calendar[data-bg=gray] .calendar-input .datepicker .datepicker-years .table-condensed tbody .decate.new.active,
.calendar[data-bg=gray] .datepicker[data-bg=white] .calendar-input .datepicker .datepicker-years .table-condensed tbody .decate.new.active,
.datepicker[data-bg=white] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-years .table-condensed tbody .decate.new.active,
.calendar[data-bg=gray] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-years .table-condensed tbody .decate.new.active,
.datepicker[data-bg=gray] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-years .table-condensed tbody .decate.new.active,
.calendar[data-bg=gray] .calendar-builds .datepicker .datepicker-years .table-condensed tbody .decate.new:hover,
.calendar[data-bg=gray] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-years .table-condensed tbody .decate.new:hover,
.calendar[data-bg=white] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-years .table-condensed tbody .decate.new:hover,
.calendar[data-bg=gray] .calendar-input .datepicker .datepicker-years .table-condensed tbody .decate.new:hover,
.calendar[data-bg=gray] .datepicker[data-bg=white] .calendar-input .datepicker .datepicker-years .table-condensed tbody .decate.new:hover,
.datepicker[data-bg=white] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-years .table-condensed tbody .decate.new:hover,
.calendar[data-bg=gray] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-years .table-condensed tbody .decate.new:hover,
.datepicker[data-bg=gray] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-years .table-condensed tbody .decate.new:hover,
.calendar[data-bg=gray] .calendar-builds .datepicker .datepicker-years .table-condensed tbody .decate.new.prova,
.calendar[data-bg=gray] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-years .table-condensed tbody .decate.new.prova,
.calendar[data-bg=white] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-years .table-condensed tbody .decate.new.prova,
.calendar[data-bg=gray] .calendar-input .datepicker .datepicker-years .table-condensed tbody .decate.new.prova,
.calendar[data-bg=gray] .datepicker[data-bg=white] .calendar-input .datepicker .datepicker-years .table-condensed tbody .decate.new.prova,
.datepicker[data-bg=white] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-years .table-condensed tbody .decate.new.prova,
.calendar[data-bg=gray] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-years .table-condensed tbody .decate.new.prova,
.datepicker[data-bg=gray] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-years .table-condensed tbody .decate.new.prova,
.calendar[data-bg=gray] .calendar-builds .datepicker .datepicker-years .table-condensed tbody .decate.new.trabalho,
.calendar[data-bg=gray] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-years .table-condensed tbody .decate.new.trabalho,
.calendar[data-bg=white] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-years .table-condensed tbody .decate.new.trabalho,
.calendar[data-bg=gray] .calendar-input .datepicker .datepicker-years .table-condensed tbody .decate.new.trabalho,
.calendar[data-bg=gray] .datepicker[data-bg=white] .calendar-input .datepicker .datepicker-years .table-condensed tbody .decate.new.trabalho,
.datepicker[data-bg=white] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-years .table-condensed tbody .decate.new.trabalho,
.calendar[data-bg=gray] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-years .table-condensed tbody .decate.new.trabalho,
.datepicker[data-bg=gray] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-years .table-condensed tbody .decate.new.trabalho,
.calendar[data-bg=gray] .calendar-builds .datepicker .datepicker-years .table-condensed tbody .decate.new.encontro,
.calendar[data-bg=gray] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-years .table-condensed tbody .decate.new.encontro,
.calendar[data-bg=white] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-years .table-condensed tbody .decate.new.encontro,
.calendar[data-bg=gray] .calendar-input .datepicker .datepicker-years .table-condensed tbody .decate.new.encontro,
.calendar[data-bg=gray] .datepicker[data-bg=white] .calendar-input .datepicker .datepicker-years .table-condensed tbody .decate.new.encontro,
.datepicker[data-bg=white] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-years .table-condensed tbody .decate.new.encontro,
.calendar[data-bg=gray] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-years .table-condensed tbody .decate.new.encontro,
.datepicker[data-bg=gray] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-years .table-condensed tbody .decate.new.encontro,
.calendar[data-bg=gray] .calendar-builds .datepicker .datepicker-years .table-condensed tbody .century.old.active,
.calendar[data-bg=gray] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-years .table-condensed tbody .century.old.active,
.calendar[data-bg=white] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-years .table-condensed tbody .century.old.active,
.calendar[data-bg=gray] .calendar-input .datepicker .datepicker-years .table-condensed tbody .century.old.active,
.calendar[data-bg=gray] .datepicker[data-bg=white] .calendar-input .datepicker .datepicker-years .table-condensed tbody .century.old.active,
.datepicker[data-bg=white] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-years .table-condensed tbody .century.old.active,
.calendar[data-bg=gray] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-years .table-condensed tbody .century.old.active,
.datepicker[data-bg=gray] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-years .table-condensed tbody .century.old.active,
.calendar[data-bg=gray] .calendar-builds .datepicker .datepicker-years .table-condensed tbody .century.old:hover,
.calendar[data-bg=gray] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-years .table-condensed tbody .century.old:hover,
.calendar[data-bg=white] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-years .table-condensed tbody .century.old:hover,
.calendar[data-bg=gray] .calendar-input .datepicker .datepicker-years .table-condensed tbody .century.old:hover,
.calendar[data-bg=gray] .datepicker[data-bg=white] .calendar-input .datepicker .datepicker-years .table-condensed tbody .century.old:hover,
.datepicker[data-bg=white] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-years .table-condensed tbody .century.old:hover,
.calendar[data-bg=gray] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-years .table-condensed tbody .century.old:hover,
.datepicker[data-bg=gray] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-years .table-condensed tbody .century.old:hover,
.calendar[data-bg=gray] .calendar-builds .datepicker .datepicker-years .table-condensed tbody .century.old.prova,
.calendar[data-bg=gray] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-years .table-condensed tbody .century.old.prova,
.calendar[data-bg=white] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-years .table-condensed tbody .century.old.prova,
.calendar[data-bg=gray] .calendar-input .datepicker .datepicker-years .table-condensed tbody .century.old.prova,
.calendar[data-bg=gray] .datepicker[data-bg=white] .calendar-input .datepicker .datepicker-years .table-condensed tbody .century.old.prova,
.datepicker[data-bg=white] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-years .table-condensed tbody .century.old.prova,
.calendar[data-bg=gray] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-years .table-condensed tbody .century.old.prova,
.datepicker[data-bg=gray] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-years .table-condensed tbody .century.old.prova,
.calendar[data-bg=gray] .calendar-builds .datepicker .datepicker-years .table-condensed tbody .century.old.trabalho,
.calendar[data-bg=gray] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-years .table-condensed tbody .century.old.trabalho,
.calendar[data-bg=white] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-years .table-condensed tbody .century.old.trabalho,
.calendar[data-bg=gray] .calendar-input .datepicker .datepicker-years .table-condensed tbody .century.old.trabalho,
.calendar[data-bg=gray] .datepicker[data-bg=white] .calendar-input .datepicker .datepicker-years .table-condensed tbody .century.old.trabalho,
.datepicker[data-bg=white] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-years .table-condensed tbody .century.old.trabalho,
.calendar[data-bg=gray] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-years .table-condensed tbody .century.old.trabalho,
.datepicker[data-bg=gray] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-years .table-condensed tbody .century.old.trabalho,
.calendar[data-bg=gray] .calendar-builds .datepicker .datepicker-years .table-condensed tbody .century.old.encontro,
.calendar[data-bg=gray] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-years .table-condensed tbody .century.old.encontro,
.calendar[data-bg=white] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-years .table-condensed tbody .century.old.encontro,
.calendar[data-bg=gray] .calendar-input .datepicker .datepicker-years .table-condensed tbody .century.old.encontro,
.calendar[data-bg=gray] .datepicker[data-bg=white] .calendar-input .datepicker .datepicker-years .table-condensed tbody .century.old.encontro,
.datepicker[data-bg=white] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-years .table-condensed tbody .century.old.encontro,
.calendar[data-bg=gray] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-years .table-condensed tbody .century.old.encontro,
.datepicker[data-bg=gray] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-years .table-condensed tbody .century.old.encontro,
.calendar[data-bg=gray] .calendar-builds .datepicker .datepicker-years .table-condensed tbody .century.new.active,
.calendar[data-bg=gray] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-years .table-condensed tbody .century.new.active,
.calendar[data-bg=white] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-years .table-condensed tbody .century.new.active,
.calendar[data-bg=gray] .calendar-input .datepicker .datepicker-years .table-condensed tbody .century.new.active,
.calendar[data-bg=gray] .datepicker[data-bg=white] .calendar-input .datepicker .datepicker-years .table-condensed tbody .century.new.active,
.datepicker[data-bg=white] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-years .table-condensed tbody .century.new.active,
.calendar[data-bg=gray] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-years .table-condensed tbody .century.new.active,
.datepicker[data-bg=gray] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-years .table-condensed tbody .century.new.active,
.calendar[data-bg=gray] .calendar-builds .datepicker .datepicker-years .table-condensed tbody .century.new:hover,
.calendar[data-bg=gray] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-years .table-condensed tbody .century.new:hover,
.calendar[data-bg=white] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-years .table-condensed tbody .century.new:hover,
.calendar[data-bg=gray] .calendar-input .datepicker .datepicker-years .table-condensed tbody .century.new:hover,
.calendar[data-bg=gray] .datepicker[data-bg=white] .calendar-input .datepicker .datepicker-years .table-condensed tbody .century.new:hover,
.datepicker[data-bg=white] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-years .table-condensed tbody .century.new:hover,
.calendar[data-bg=gray] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-years .table-condensed tbody .century.new:hover,
.datepicker[data-bg=gray] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-years .table-condensed tbody .century.new:hover,
.calendar[data-bg=gray] .calendar-builds .datepicker .datepicker-years .table-condensed tbody .century.new.prova,
.calendar[data-bg=gray] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-years .table-condensed tbody .century.new.prova,
.calendar[data-bg=white] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-years .table-condensed tbody .century.new.prova,
.calendar[data-bg=gray] .calendar-input .datepicker .datepicker-years .table-condensed tbody .century.new.prova,
.calendar[data-bg=gray] .datepicker[data-bg=white] .calendar-input .datepicker .datepicker-years .table-condensed tbody .century.new.prova,
.datepicker[data-bg=white] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-years .table-condensed tbody .century.new.prova,
.calendar[data-bg=gray] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-years .table-condensed tbody .century.new.prova,
.datepicker[data-bg=gray] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-years .table-condensed tbody .century.new.prova,
.calendar[data-bg=gray] .calendar-builds .datepicker .datepicker-years .table-condensed tbody .century.new.trabalho,
.calendar[data-bg=gray] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-years .table-condensed tbody .century.new.trabalho,
.calendar[data-bg=white] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-years .table-condensed tbody .century.new.trabalho,
.calendar[data-bg=gray] .calendar-input .datepicker .datepicker-years .table-condensed tbody .century.new.trabalho,
.calendar[data-bg=gray] .datepicker[data-bg=white] .calendar-input .datepicker .datepicker-years .table-condensed tbody .century.new.trabalho,
.datepicker[data-bg=white] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-years .table-condensed tbody .century.new.trabalho,
.calendar[data-bg=gray] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-years .table-condensed tbody .century.new.trabalho,
.datepicker[data-bg=gray] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-years .table-condensed tbody .century.new.trabalho,
.calendar[data-bg=gray] .calendar-builds .datepicker .datepicker-years .table-condensed tbody .century.new.encontro,
.calendar[data-bg=gray] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-years .table-condensed tbody .century.new.encontro,
.calendar[data-bg=white] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-years .table-condensed tbody .century.new.encontro,
.calendar[data-bg=gray] .calendar-input .datepicker .datepicker-years .table-condensed tbody .century.new.encontro,
.calendar[data-bg=gray] .datepicker[data-bg=white] .calendar-input .datepicker .datepicker-years .table-condensed tbody .century.new.encontro,
.datepicker[data-bg=white] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-years .table-condensed tbody .century.new.encontro,
.calendar[data-bg=gray] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-years .table-condensed tbody .century.new.encontro,
.datepicker[data-bg=gray] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-years .table-condensed tbody .century.new.encontro,
.calendar[data-bg=gray] .calendar-builds .datepicker .datepicker-decades .table-condensed tbody .day.old.active,
.calendar[data-bg=gray] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-decades .table-condensed tbody .day.old.active,
.calendar[data-bg=white] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-decades .table-condensed tbody .day.old.active,
.calendar[data-bg=gray] .calendar-input .datepicker .datepicker-decades .table-condensed tbody .day.old.active,
.calendar[data-bg=gray] .datepicker[data-bg=white] .calendar-input .datepicker .datepicker-decades .table-condensed tbody .day.old.active,
.datepicker[data-bg=white] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-decades .table-condensed tbody .day.old.active,
.calendar[data-bg=gray] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-decades .table-condensed tbody .day.old.active,
.datepicker[data-bg=gray] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-decades .table-condensed tbody .day.old.active,
.calendar[data-bg=gray] .calendar-builds .datepicker .datepicker-decades .table-condensed tbody .day.old:hover,
.calendar[data-bg=gray] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-decades .table-condensed tbody .day.old:hover,
.calendar[data-bg=white] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-decades .table-condensed tbody .day.old:hover,
.calendar[data-bg=gray] .calendar-input .datepicker .datepicker-decades .table-condensed tbody .day.old:hover,
.calendar[data-bg=gray] .datepicker[data-bg=white] .calendar-input .datepicker .datepicker-decades .table-condensed tbody .day.old:hover,
.datepicker[data-bg=white] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-decades .table-condensed tbody .day.old:hover,
.calendar[data-bg=gray] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-decades .table-condensed tbody .day.old:hover,
.datepicker[data-bg=gray] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-decades .table-condensed tbody .day.old:hover,
.calendar[data-bg=gray] .calendar-builds .datepicker .datepicker-decades .table-condensed tbody .day.old.prova,
.calendar[data-bg=gray] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-decades .table-condensed tbody .day.old.prova,
.calendar[data-bg=white] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-decades .table-condensed tbody .day.old.prova,
.calendar[data-bg=gray] .calendar-input .datepicker .datepicker-decades .table-condensed tbody .day.old.prova,
.calendar[data-bg=gray] .datepicker[data-bg=white] .calendar-input .datepicker .datepicker-decades .table-condensed tbody .day.old.prova,
.datepicker[data-bg=white] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-decades .table-condensed tbody .day.old.prova,
.calendar[data-bg=gray] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-decades .table-condensed tbody .day.old.prova,
.datepicker[data-bg=gray] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-decades .table-condensed tbody .day.old.prova,
.calendar[data-bg=gray] .calendar-builds .datepicker .datepicker-decades .table-condensed tbody .day.old.trabalho,
.calendar[data-bg=gray] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-decades .table-condensed tbody .day.old.trabalho,
.calendar[data-bg=white] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-decades .table-condensed tbody .day.old.trabalho,
.calendar[data-bg=gray] .calendar-input .datepicker .datepicker-decades .table-condensed tbody .day.old.trabalho,
.calendar[data-bg=gray] .datepicker[data-bg=white] .calendar-input .datepicker .datepicker-decades .table-condensed tbody .day.old.trabalho,
.datepicker[data-bg=white] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-decades .table-condensed tbody .day.old.trabalho,
.calendar[data-bg=gray] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-decades .table-condensed tbody .day.old.trabalho,
.datepicker[data-bg=gray] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-decades .table-condensed tbody .day.old.trabalho,
.calendar[data-bg=gray] .calendar-builds .datepicker .datepicker-decades .table-condensed tbody .day.old.encontro,
.calendar[data-bg=gray] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-decades .table-condensed tbody .day.old.encontro,
.calendar[data-bg=white] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-decades .table-condensed tbody .day.old.encontro,
.calendar[data-bg=gray] .calendar-input .datepicker .datepicker-decades .table-condensed tbody .day.old.encontro,
.calendar[data-bg=gray] .datepicker[data-bg=white] .calendar-input .datepicker .datepicker-decades .table-condensed tbody .day.old.encontro,
.datepicker[data-bg=white] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-decades .table-condensed tbody .day.old.encontro,
.calendar[data-bg=gray] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-decades .table-condensed tbody .day.old.encontro,
.datepicker[data-bg=gray] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-decades .table-condensed tbody .day.old.encontro,
.calendar[data-bg=gray] .calendar-builds .datepicker .datepicker-decades .table-condensed tbody .day.new.active,
.calendar[data-bg=gray] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-decades .table-condensed tbody .day.new.active,
.calendar[data-bg=white] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-decades .table-condensed tbody .day.new.active,
.calendar[data-bg=gray] .calendar-input .datepicker .datepicker-decades .table-condensed tbody .day.new.active,
.calendar[data-bg=gray] .datepicker[data-bg=white] .calendar-input .datepicker .datepicker-decades .table-condensed tbody .day.new.active,
.datepicker[data-bg=white] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-decades .table-condensed tbody .day.new.active,
.calendar[data-bg=gray] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-decades .table-condensed tbody .day.new.active,
.datepicker[data-bg=gray] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-decades .table-condensed tbody .day.new.active,
.calendar[data-bg=gray] .calendar-builds .datepicker .datepicker-decades .table-condensed tbody .day.new:hover,
.calendar[data-bg=gray] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-decades .table-condensed tbody .day.new:hover,
.calendar[data-bg=white] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-decades .table-condensed tbody .day.new:hover,
.calendar[data-bg=gray] .calendar-input .datepicker .datepicker-decades .table-condensed tbody .day.new:hover,
.calendar[data-bg=gray] .datepicker[data-bg=white] .calendar-input .datepicker .datepicker-decades .table-condensed tbody .day.new:hover,
.datepicker[data-bg=white] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-decades .table-condensed tbody .day.new:hover,
.calendar[data-bg=gray] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-decades .table-condensed tbody .day.new:hover,
.datepicker[data-bg=gray] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-decades .table-condensed tbody .day.new:hover,
.calendar[data-bg=gray] .calendar-builds .datepicker .datepicker-decades .table-condensed tbody .day.new.prova,
.calendar[data-bg=gray] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-decades .table-condensed tbody .day.new.prova,
.calendar[data-bg=white] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-decades .table-condensed tbody .day.new.prova,
.calendar[data-bg=gray] .calendar-input .datepicker .datepicker-decades .table-condensed tbody .day.new.prova,
.calendar[data-bg=gray] .datepicker[data-bg=white] .calendar-input .datepicker .datepicker-decades .table-condensed tbody .day.new.prova,
.datepicker[data-bg=white] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-decades .table-condensed tbody .day.new.prova,
.calendar[data-bg=gray] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-decades .table-condensed tbody .day.new.prova,
.datepicker[data-bg=gray] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-decades .table-condensed tbody .day.new.prova,
.calendar[data-bg=gray] .calendar-builds .datepicker .datepicker-decades .table-condensed tbody .day.new.trabalho,
.calendar[data-bg=gray] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-decades .table-condensed tbody .day.new.trabalho,
.calendar[data-bg=white] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-decades .table-condensed tbody .day.new.trabalho,
.calendar[data-bg=gray] .calendar-input .datepicker .datepicker-decades .table-condensed tbody .day.new.trabalho,
.calendar[data-bg=gray] .datepicker[data-bg=white] .calendar-input .datepicker .datepicker-decades .table-condensed tbody .day.new.trabalho,
.datepicker[data-bg=white] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-decades .table-condensed tbody .day.new.trabalho,
.calendar[data-bg=gray] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-decades .table-condensed tbody .day.new.trabalho,
.datepicker[data-bg=gray] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-decades .table-condensed tbody .day.new.trabalho,
.calendar[data-bg=gray] .calendar-builds .datepicker .datepicker-decades .table-condensed tbody .day.new.encontro,
.calendar[data-bg=gray] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-decades .table-condensed tbody .day.new.encontro,
.calendar[data-bg=white] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-decades .table-condensed tbody .day.new.encontro,
.calendar[data-bg=gray] .calendar-input .datepicker .datepicker-decades .table-condensed tbody .day.new.encontro,
.calendar[data-bg=gray] .datepicker[data-bg=white] .calendar-input .datepicker .datepicker-decades .table-condensed tbody .day.new.encontro,
.datepicker[data-bg=white] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-decades .table-condensed tbody .day.new.encontro,
.calendar[data-bg=gray] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-decades .table-condensed tbody .day.new.encontro,
.datepicker[data-bg=gray] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-decades .table-condensed tbody .day.new.encontro,
.calendar[data-bg=gray] .calendar-builds .datepicker .datepicker-decades .table-condensed tbody .month.old.active,
.calendar[data-bg=gray] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-decades .table-condensed tbody .month.old.active,
.calendar[data-bg=white] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-decades .table-condensed tbody .month.old.active,
.calendar[data-bg=gray] .calendar-input .datepicker .datepicker-decades .table-condensed tbody .month.old.active,
.calendar[data-bg=gray] .datepicker[data-bg=white] .calendar-input .datepicker .datepicker-decades .table-condensed tbody .month.old.active,
.datepicker[data-bg=white] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-decades .table-condensed tbody .month.old.active,
.calendar[data-bg=gray] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-decades .table-condensed tbody .month.old.active,
.datepicker[data-bg=gray] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-decades .table-condensed tbody .month.old.active,
.calendar[data-bg=gray] .calendar-builds .datepicker .datepicker-decades .table-condensed tbody .month.old:hover,
.calendar[data-bg=gray] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-decades .table-condensed tbody .month.old:hover,
.calendar[data-bg=white] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-decades .table-condensed tbody .month.old:hover,
.calendar[data-bg=gray] .calendar-input .datepicker .datepicker-decades .table-condensed tbody .month.old:hover,
.calendar[data-bg=gray] .datepicker[data-bg=white] .calendar-input .datepicker .datepicker-decades .table-condensed tbody .month.old:hover,
.datepicker[data-bg=white] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-decades .table-condensed tbody .month.old:hover,
.calendar[data-bg=gray] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-decades .table-condensed tbody .month.old:hover,
.datepicker[data-bg=gray] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-decades .table-condensed tbody .month.old:hover,
.calendar[data-bg=gray] .calendar-builds .datepicker .datepicker-decades .table-condensed tbody .month.old.prova,
.calendar[data-bg=gray] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-decades .table-condensed tbody .month.old.prova,
.calendar[data-bg=white] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-decades .table-condensed tbody .month.old.prova,
.calendar[data-bg=gray] .calendar-input .datepicker .datepicker-decades .table-condensed tbody .month.old.prova,
.calendar[data-bg=gray] .datepicker[data-bg=white] .calendar-input .datepicker .datepicker-decades .table-condensed tbody .month.old.prova,
.datepicker[data-bg=white] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-decades .table-condensed tbody .month.old.prova,
.calendar[data-bg=gray] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-decades .table-condensed tbody .month.old.prova,
.datepicker[data-bg=gray] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-decades .table-condensed tbody .month.old.prova,
.calendar[data-bg=gray] .calendar-builds .datepicker .datepicker-decades .table-condensed tbody .month.old.trabalho,
.calendar[data-bg=gray] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-decades .table-condensed tbody .month.old.trabalho,
.calendar[data-bg=white] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-decades .table-condensed tbody .month.old.trabalho,
.calendar[data-bg=gray] .calendar-input .datepicker .datepicker-decades .table-condensed tbody .month.old.trabalho,
.calendar[data-bg=gray] .datepicker[data-bg=white] .calendar-input .datepicker .datepicker-decades .table-condensed tbody .month.old.trabalho,
.datepicker[data-bg=white] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-decades .table-condensed tbody .month.old.trabalho,
.calendar[data-bg=gray] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-decades .table-condensed tbody .month.old.trabalho,
.datepicker[data-bg=gray] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-decades .table-condensed tbody .month.old.trabalho,
.calendar[data-bg=gray] .calendar-builds .datepicker .datepicker-decades .table-condensed tbody .month.old.encontro,
.calendar[data-bg=gray] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-decades .table-condensed tbody .month.old.encontro,
.calendar[data-bg=white] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-decades .table-condensed tbody .month.old.encontro,
.calendar[data-bg=gray] .calendar-input .datepicker .datepicker-decades .table-condensed tbody .month.old.encontro,
.calendar[data-bg=gray] .datepicker[data-bg=white] .calendar-input .datepicker .datepicker-decades .table-condensed tbody .month.old.encontro,
.datepicker[data-bg=white] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-decades .table-condensed tbody .month.old.encontro,
.calendar[data-bg=gray] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-decades .table-condensed tbody .month.old.encontro,
.datepicker[data-bg=gray] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-decades .table-condensed tbody .month.old.encontro,
.calendar[data-bg=gray] .calendar-builds .datepicker .datepicker-decades .table-condensed tbody .month.new.active,
.calendar[data-bg=gray] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-decades .table-condensed tbody .month.new.active,
.calendar[data-bg=white] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-decades .table-condensed tbody .month.new.active,
.calendar[data-bg=gray] .calendar-input .datepicker .datepicker-decades .table-condensed tbody .month.new.active,
.calendar[data-bg=gray] .datepicker[data-bg=white] .calendar-input .datepicker .datepicker-decades .table-condensed tbody .month.new.active,
.datepicker[data-bg=white] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-decades .table-condensed tbody .month.new.active,
.calendar[data-bg=gray] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-decades .table-condensed tbody .month.new.active,
.datepicker[data-bg=gray] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-decades .table-condensed tbody .month.new.active,
.calendar[data-bg=gray] .calendar-builds .datepicker .datepicker-decades .table-condensed tbody .month.new:hover,
.calendar[data-bg=gray] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-decades .table-condensed tbody .month.new:hover,
.calendar[data-bg=white] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-decades .table-condensed tbody .month.new:hover,
.calendar[data-bg=gray] .calendar-input .datepicker .datepicker-decades .table-condensed tbody .month.new:hover,
.calendar[data-bg=gray] .datepicker[data-bg=white] .calendar-input .datepicker .datepicker-decades .table-condensed tbody .month.new:hover,
.datepicker[data-bg=white] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-decades .table-condensed tbody .month.new:hover,
.calendar[data-bg=gray] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-decades .table-condensed tbody .month.new:hover,
.datepicker[data-bg=gray] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-decades .table-condensed tbody .month.new:hover,
.calendar[data-bg=gray] .calendar-builds .datepicker .datepicker-decades .table-condensed tbody .month.new.prova,
.calendar[data-bg=gray] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-decades .table-condensed tbody .month.new.prova,
.calendar[data-bg=white] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-decades .table-condensed tbody .month.new.prova,
.calendar[data-bg=gray] .calendar-input .datepicker .datepicker-decades .table-condensed tbody .month.new.prova,
.calendar[data-bg=gray] .datepicker[data-bg=white] .calendar-input .datepicker .datepicker-decades .table-condensed tbody .month.new.prova,
.datepicker[data-bg=white] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-decades .table-condensed tbody .month.new.prova,
.calendar[data-bg=gray] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-decades .table-condensed tbody .month.new.prova,
.datepicker[data-bg=gray] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-decades .table-condensed tbody .month.new.prova,
.calendar[data-bg=gray] .calendar-builds .datepicker .datepicker-decades .table-condensed tbody .month.new.trabalho,
.calendar[data-bg=gray] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-decades .table-condensed tbody .month.new.trabalho,
.calendar[data-bg=white] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-decades .table-condensed tbody .month.new.trabalho,
.calendar[data-bg=gray] .calendar-input .datepicker .datepicker-decades .table-condensed tbody .month.new.trabalho,
.calendar[data-bg=gray] .datepicker[data-bg=white] .calendar-input .datepicker .datepicker-decades .table-condensed tbody .month.new.trabalho,
.datepicker[data-bg=white] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-decades .table-condensed tbody .month.new.trabalho,
.calendar[data-bg=gray] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-decades .table-condensed tbody .month.new.trabalho,
.datepicker[data-bg=gray] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-decades .table-condensed tbody .month.new.trabalho,
.calendar[data-bg=gray] .calendar-builds .datepicker .datepicker-decades .table-condensed tbody .month.new.encontro,
.calendar[data-bg=gray] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-decades .table-condensed tbody .month.new.encontro,
.calendar[data-bg=white] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-decades .table-condensed tbody .month.new.encontro,
.calendar[data-bg=gray] .calendar-input .datepicker .datepicker-decades .table-condensed tbody .month.new.encontro,
.calendar[data-bg=gray] .datepicker[data-bg=white] .calendar-input .datepicker .datepicker-decades .table-condensed tbody .month.new.encontro,
.datepicker[data-bg=white] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-decades .table-condensed tbody .month.new.encontro,
.calendar[data-bg=gray] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-decades .table-condensed tbody .month.new.encontro,
.datepicker[data-bg=gray] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-decades .table-condensed tbody .month.new.encontro,
.calendar[data-bg=gray] .calendar-builds .datepicker .datepicker-decades .table-condensed tbody .year.old.active,
.calendar[data-bg=gray] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-decades .table-condensed tbody .year.old.active,
.calendar[data-bg=white] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-decades .table-condensed tbody .year.old.active,
.calendar[data-bg=gray] .calendar-input .datepicker .datepicker-decades .table-condensed tbody .year.old.active,
.calendar[data-bg=gray] .datepicker[data-bg=white] .calendar-input .datepicker .datepicker-decades .table-condensed tbody .year.old.active,
.datepicker[data-bg=white] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-decades .table-condensed tbody .year.old.active,
.calendar[data-bg=gray] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-decades .table-condensed tbody .year.old.active,
.datepicker[data-bg=gray] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-decades .table-condensed tbody .year.old.active,
.calendar[data-bg=gray] .calendar-builds .datepicker .datepicker-decades .table-condensed tbody .year.old:hover,
.calendar[data-bg=gray] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-decades .table-condensed tbody .year.old:hover,
.calendar[data-bg=white] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-decades .table-condensed tbody .year.old:hover,
.calendar[data-bg=gray] .calendar-input .datepicker .datepicker-decades .table-condensed tbody .year.old:hover,
.calendar[data-bg=gray] .datepicker[data-bg=white] .calendar-input .datepicker .datepicker-decades .table-condensed tbody .year.old:hover,
.datepicker[data-bg=white] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-decades .table-condensed tbody .year.old:hover,
.calendar[data-bg=gray] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-decades .table-condensed tbody .year.old:hover,
.datepicker[data-bg=gray] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-decades .table-condensed tbody .year.old:hover,
.calendar[data-bg=gray] .calendar-builds .datepicker .datepicker-decades .table-condensed tbody .year.old.prova,
.calendar[data-bg=gray] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-decades .table-condensed tbody .year.old.prova,
.calendar[data-bg=white] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-decades .table-condensed tbody .year.old.prova,
.calendar[data-bg=gray] .calendar-input .datepicker .datepicker-decades .table-condensed tbody .year.old.prova,
.calendar[data-bg=gray] .datepicker[data-bg=white] .calendar-input .datepicker .datepicker-decades .table-condensed tbody .year.old.prova,
.datepicker[data-bg=white] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-decades .table-condensed tbody .year.old.prova,
.calendar[data-bg=gray] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-decades .table-condensed tbody .year.old.prova,
.datepicker[data-bg=gray] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-decades .table-condensed tbody .year.old.prova,
.calendar[data-bg=gray] .calendar-builds .datepicker .datepicker-decades .table-condensed tbody .year.old.trabalho,
.calendar[data-bg=gray] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-decades .table-condensed tbody .year.old.trabalho,
.calendar[data-bg=white] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-decades .table-condensed tbody .year.old.trabalho,
.calendar[data-bg=gray] .calendar-input .datepicker .datepicker-decades .table-condensed tbody .year.old.trabalho,
.calendar[data-bg=gray] .datepicker[data-bg=white] .calendar-input .datepicker .datepicker-decades .table-condensed tbody .year.old.trabalho,
.datepicker[data-bg=white] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-decades .table-condensed tbody .year.old.trabalho,
.calendar[data-bg=gray] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-decades .table-condensed tbody .year.old.trabalho,
.datepicker[data-bg=gray] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-decades .table-condensed tbody .year.old.trabalho,
.calendar[data-bg=gray] .calendar-builds .datepicker .datepicker-decades .table-condensed tbody .year.old.encontro,
.calendar[data-bg=gray] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-decades .table-condensed tbody .year.old.encontro,
.calendar[data-bg=white] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-decades .table-condensed tbody .year.old.encontro,
.calendar[data-bg=gray] .calendar-input .datepicker .datepicker-decades .table-condensed tbody .year.old.encontro,
.calendar[data-bg=gray] .datepicker[data-bg=white] .calendar-input .datepicker .datepicker-decades .table-condensed tbody .year.old.encontro,
.datepicker[data-bg=white] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-decades .table-condensed tbody .year.old.encontro,
.calendar[data-bg=gray] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-decades .table-condensed tbody .year.old.encontro,
.datepicker[data-bg=gray] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-decades .table-condensed tbody .year.old.encontro,
.calendar[data-bg=gray] .calendar-builds .datepicker .datepicker-decades .table-condensed tbody .year.new.active,
.calendar[data-bg=gray] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-decades .table-condensed tbody .year.new.active,
.calendar[data-bg=white] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-decades .table-condensed tbody .year.new.active,
.calendar[data-bg=gray] .calendar-input .datepicker .datepicker-decades .table-condensed tbody .year.new.active,
.calendar[data-bg=gray] .datepicker[data-bg=white] .calendar-input .datepicker .datepicker-decades .table-condensed tbody .year.new.active,
.datepicker[data-bg=white] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-decades .table-condensed tbody .year.new.active,
.calendar[data-bg=gray] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-decades .table-condensed tbody .year.new.active,
.datepicker[data-bg=gray] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-decades .table-condensed tbody .year.new.active,
.calendar[data-bg=gray] .calendar-builds .datepicker .datepicker-decades .table-condensed tbody .year.new:hover,
.calendar[data-bg=gray] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-decades .table-condensed tbody .year.new:hover,
.calendar[data-bg=white] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-decades .table-condensed tbody .year.new:hover,
.calendar[data-bg=gray] .calendar-input .datepicker .datepicker-decades .table-condensed tbody .year.new:hover,
.calendar[data-bg=gray] .datepicker[data-bg=white] .calendar-input .datepicker .datepicker-decades .table-condensed tbody .year.new:hover,
.datepicker[data-bg=white] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-decades .table-condensed tbody .year.new:hover,
.calendar[data-bg=gray] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-decades .table-condensed tbody .year.new:hover,
.datepicker[data-bg=gray] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-decades .table-condensed tbody .year.new:hover,
.calendar[data-bg=gray] .calendar-builds .datepicker .datepicker-decades .table-condensed tbody .year.new.prova,
.calendar[data-bg=gray] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-decades .table-condensed tbody .year.new.prova,
.calendar[data-bg=white] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-decades .table-condensed tbody .year.new.prova,
.calendar[data-bg=gray] .calendar-input .datepicker .datepicker-decades .table-condensed tbody .year.new.prova,
.calendar[data-bg=gray] .datepicker[data-bg=white] .calendar-input .datepicker .datepicker-decades .table-condensed tbody .year.new.prova,
.datepicker[data-bg=white] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-decades .table-condensed tbody .year.new.prova,
.calendar[data-bg=gray] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-decades .table-condensed tbody .year.new.prova,
.datepicker[data-bg=gray] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-decades .table-condensed tbody .year.new.prova,
.calendar[data-bg=gray] .calendar-builds .datepicker .datepicker-decades .table-condensed tbody .year.new.trabalho,
.calendar[data-bg=gray] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-decades .table-condensed tbody .year.new.trabalho,
.calendar[data-bg=white] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-decades .table-condensed tbody .year.new.trabalho,
.calendar[data-bg=gray] .calendar-input .datepicker .datepicker-decades .table-condensed tbody .year.new.trabalho,
.calendar[data-bg=gray] .datepicker[data-bg=white] .calendar-input .datepicker .datepicker-decades .table-condensed tbody .year.new.trabalho,
.datepicker[data-bg=white] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-decades .table-condensed tbody .year.new.trabalho,
.calendar[data-bg=gray] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-decades .table-condensed tbody .year.new.trabalho,
.datepicker[data-bg=gray] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-decades .table-condensed tbody .year.new.trabalho,
.calendar[data-bg=gray] .calendar-builds .datepicker .datepicker-decades .table-condensed tbody .year.new.encontro,
.calendar[data-bg=gray] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-decades .table-condensed tbody .year.new.encontro,
.calendar[data-bg=white] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-decades .table-condensed tbody .year.new.encontro,
.calendar[data-bg=gray] .calendar-input .datepicker .datepicker-decades .table-condensed tbody .year.new.encontro,
.calendar[data-bg=gray] .datepicker[data-bg=white] .calendar-input .datepicker .datepicker-decades .table-condensed tbody .year.new.encontro,
.datepicker[data-bg=white] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-decades .table-condensed tbody .year.new.encontro,
.calendar[data-bg=gray] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-decades .table-condensed tbody .year.new.encontro,
.datepicker[data-bg=gray] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-decades .table-condensed tbody .year.new.encontro,
.calendar[data-bg=gray] .calendar-builds .datepicker .datepicker-decades .table-condensed tbody .decate.old.active,
.calendar[data-bg=gray] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-decades .table-condensed tbody .decate.old.active,
.calendar[data-bg=white] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-decades .table-condensed tbody .decate.old.active,
.calendar[data-bg=gray] .calendar-input .datepicker .datepicker-decades .table-condensed tbody .decate.old.active,
.calendar[data-bg=gray] .datepicker[data-bg=white] .calendar-input .datepicker .datepicker-decades .table-condensed tbody .decate.old.active,
.datepicker[data-bg=white] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-decades .table-condensed tbody .decate.old.active,
.calendar[data-bg=gray] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-decades .table-condensed tbody .decate.old.active,
.datepicker[data-bg=gray] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-decades .table-condensed tbody .decate.old.active,
.calendar[data-bg=gray] .calendar-builds .datepicker .datepicker-decades .table-condensed tbody .decate.old:hover,
.calendar[data-bg=gray] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-decades .table-condensed tbody .decate.old:hover,
.calendar[data-bg=white] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-decades .table-condensed tbody .decate.old:hover,
.calendar[data-bg=gray] .calendar-input .datepicker .datepicker-decades .table-condensed tbody .decate.old:hover,
.calendar[data-bg=gray] .datepicker[data-bg=white] .calendar-input .datepicker .datepicker-decades .table-condensed tbody .decate.old:hover,
.datepicker[data-bg=white] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-decades .table-condensed tbody .decate.old:hover,
.calendar[data-bg=gray] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-decades .table-condensed tbody .decate.old:hover,
.datepicker[data-bg=gray] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-decades .table-condensed tbody .decate.old:hover,
.calendar[data-bg=gray] .calendar-builds .datepicker .datepicker-decades .table-condensed tbody .decate.old.prova,
.calendar[data-bg=gray] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-decades .table-condensed tbody .decate.old.prova,
.calendar[data-bg=white] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-decades .table-condensed tbody .decate.old.prova,
.calendar[data-bg=gray] .calendar-input .datepicker .datepicker-decades .table-condensed tbody .decate.old.prova,
.calendar[data-bg=gray] .datepicker[data-bg=white] .calendar-input .datepicker .datepicker-decades .table-condensed tbody .decate.old.prova,
.datepicker[data-bg=white] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-decades .table-condensed tbody .decate.old.prova,
.calendar[data-bg=gray] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-decades .table-condensed tbody .decate.old.prova,
.datepicker[data-bg=gray] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-decades .table-condensed tbody .decate.old.prova,
.calendar[data-bg=gray] .calendar-builds .datepicker .datepicker-decades .table-condensed tbody .decate.old.trabalho,
.calendar[data-bg=gray] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-decades .table-condensed tbody .decate.old.trabalho,
.calendar[data-bg=white] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-decades .table-condensed tbody .decate.old.trabalho,
.calendar[data-bg=gray] .calendar-input .datepicker .datepicker-decades .table-condensed tbody .decate.old.trabalho,
.calendar[data-bg=gray] .datepicker[data-bg=white] .calendar-input .datepicker .datepicker-decades .table-condensed tbody .decate.old.trabalho,
.datepicker[data-bg=white] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-decades .table-condensed tbody .decate.old.trabalho,
.calendar[data-bg=gray] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-decades .table-condensed tbody .decate.old.trabalho,
.datepicker[data-bg=gray] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-decades .table-condensed tbody .decate.old.trabalho,
.calendar[data-bg=gray] .calendar-builds .datepicker .datepicker-decades .table-condensed tbody .decate.old.encontro,
.calendar[data-bg=gray] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-decades .table-condensed tbody .decate.old.encontro,
.calendar[data-bg=white] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-decades .table-condensed tbody .decate.old.encontro,
.calendar[data-bg=gray] .calendar-input .datepicker .datepicker-decades .table-condensed tbody .decate.old.encontro,
.calendar[data-bg=gray] .datepicker[data-bg=white] .calendar-input .datepicker .datepicker-decades .table-condensed tbody .decate.old.encontro,
.datepicker[data-bg=white] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-decades .table-condensed tbody .decate.old.encontro,
.calendar[data-bg=gray] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-decades .table-condensed tbody .decate.old.encontro,
.datepicker[data-bg=gray] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-decades .table-condensed tbody .decate.old.encontro,
.calendar[data-bg=gray] .calendar-builds .datepicker .datepicker-decades .table-condensed tbody .decate.new.active,
.calendar[data-bg=gray] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-decades .table-condensed tbody .decate.new.active,
.calendar[data-bg=white] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-decades .table-condensed tbody .decate.new.active,
.calendar[data-bg=gray] .calendar-input .datepicker .datepicker-decades .table-condensed tbody .decate.new.active,
.calendar[data-bg=gray] .datepicker[data-bg=white] .calendar-input .datepicker .datepicker-decades .table-condensed tbody .decate.new.active,
.datepicker[data-bg=white] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-decades .table-condensed tbody .decate.new.active,
.calendar[data-bg=gray] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-decades .table-condensed tbody .decate.new.active,
.datepicker[data-bg=gray] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-decades .table-condensed tbody .decate.new.active,
.calendar[data-bg=gray] .calendar-builds .datepicker .datepicker-decades .table-condensed tbody .decate.new:hover,
.calendar[data-bg=gray] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-decades .table-condensed tbody .decate.new:hover,
.calendar[data-bg=white] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-decades .table-condensed tbody .decate.new:hover,
.calendar[data-bg=gray] .calendar-input .datepicker .datepicker-decades .table-condensed tbody .decate.new:hover,
.calendar[data-bg=gray] .datepicker[data-bg=white] .calendar-input .datepicker .datepicker-decades .table-condensed tbody .decate.new:hover,
.datepicker[data-bg=white] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-decades .table-condensed tbody .decate.new:hover,
.calendar[data-bg=gray] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-decades .table-condensed tbody .decate.new:hover,
.datepicker[data-bg=gray] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-decades .table-condensed tbody .decate.new:hover,
.calendar[data-bg=gray] .calendar-builds .datepicker .datepicker-decades .table-condensed tbody .decate.new.prova,
.calendar[data-bg=gray] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-decades .table-condensed tbody .decate.new.prova,
.calendar[data-bg=white] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-decades .table-condensed tbody .decate.new.prova,
.calendar[data-bg=gray] .calendar-input .datepicker .datepicker-decades .table-condensed tbody .decate.new.prova,
.calendar[data-bg=gray] .datepicker[data-bg=white] .calendar-input .datepicker .datepicker-decades .table-condensed tbody .decate.new.prova,
.datepicker[data-bg=white] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-decades .table-condensed tbody .decate.new.prova,
.calendar[data-bg=gray] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-decades .table-condensed tbody .decate.new.prova,
.datepicker[data-bg=gray] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-decades .table-condensed tbody .decate.new.prova,
.calendar[data-bg=gray] .calendar-builds .datepicker .datepicker-decades .table-condensed tbody .decate.new.trabalho,
.calendar[data-bg=gray] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-decades .table-condensed tbody .decate.new.trabalho,
.calendar[data-bg=white] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-decades .table-condensed tbody .decate.new.trabalho,
.calendar[data-bg=gray] .calendar-input .datepicker .datepicker-decades .table-condensed tbody .decate.new.trabalho,
.calendar[data-bg=gray] .datepicker[data-bg=white] .calendar-input .datepicker .datepicker-decades .table-condensed tbody .decate.new.trabalho,
.datepicker[data-bg=white] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-decades .table-condensed tbody .decate.new.trabalho,
.calendar[data-bg=gray] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-decades .table-condensed tbody .decate.new.trabalho,
.datepicker[data-bg=gray] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-decades .table-condensed tbody .decate.new.trabalho,
.calendar[data-bg=gray] .calendar-builds .datepicker .datepicker-decades .table-condensed tbody .decate.new.encontro,
.calendar[data-bg=gray] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-decades .table-condensed tbody .decate.new.encontro,
.calendar[data-bg=white] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-decades .table-condensed tbody .decate.new.encontro,
.calendar[data-bg=gray] .calendar-input .datepicker .datepicker-decades .table-condensed tbody .decate.new.encontro,
.calendar[data-bg=gray] .datepicker[data-bg=white] .calendar-input .datepicker .datepicker-decades .table-condensed tbody .decate.new.encontro,
.datepicker[data-bg=white] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-decades .table-condensed tbody .decate.new.encontro,
.calendar[data-bg=gray] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-decades .table-condensed tbody .decate.new.encontro,
.datepicker[data-bg=gray] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-decades .table-condensed tbody .decate.new.encontro,
.calendar[data-bg=gray] .calendar-builds .datepicker .datepicker-decades .table-condensed tbody .century.old.active,
.calendar[data-bg=gray] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-decades .table-condensed tbody .century.old.active,
.calendar[data-bg=white] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-decades .table-condensed tbody .century.old.active,
.calendar[data-bg=gray] .calendar-input .datepicker .datepicker-decades .table-condensed tbody .century.old.active,
.calendar[data-bg=gray] .datepicker[data-bg=white] .calendar-input .datepicker .datepicker-decades .table-condensed tbody .century.old.active,
.datepicker[data-bg=white] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-decades .table-condensed tbody .century.old.active,
.calendar[data-bg=gray] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-decades .table-condensed tbody .century.old.active,
.datepicker[data-bg=gray] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-decades .table-condensed tbody .century.old.active,
.calendar[data-bg=gray] .calendar-builds .datepicker .datepicker-decades .table-condensed tbody .century.old:hover,
.calendar[data-bg=gray] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-decades .table-condensed tbody .century.old:hover,
.calendar[data-bg=white] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-decades .table-condensed tbody .century.old:hover,
.calendar[data-bg=gray] .calendar-input .datepicker .datepicker-decades .table-condensed tbody .century.old:hover,
.calendar[data-bg=gray] .datepicker[data-bg=white] .calendar-input .datepicker .datepicker-decades .table-condensed tbody .century.old:hover,
.datepicker[data-bg=white] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-decades .table-condensed tbody .century.old:hover,
.calendar[data-bg=gray] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-decades .table-condensed tbody .century.old:hover,
.datepicker[data-bg=gray] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-decades .table-condensed tbody .century.old:hover,
.calendar[data-bg=gray] .calendar-builds .datepicker .datepicker-decades .table-condensed tbody .century.old.prova,
.calendar[data-bg=gray] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-decades .table-condensed tbody .century.old.prova,
.calendar[data-bg=white] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-decades .table-condensed tbody .century.old.prova,
.calendar[data-bg=gray] .calendar-input .datepicker .datepicker-decades .table-condensed tbody .century.old.prova,
.calendar[data-bg=gray] .datepicker[data-bg=white] .calendar-input .datepicker .datepicker-decades .table-condensed tbody .century.old.prova,
.datepicker[data-bg=white] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-decades .table-condensed tbody .century.old.prova,
.calendar[data-bg=gray] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-decades .table-condensed tbody .century.old.prova,
.datepicker[data-bg=gray] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-decades .table-condensed tbody .century.old.prova,
.calendar[data-bg=gray] .calendar-builds .datepicker .datepicker-decades .table-condensed tbody .century.old.trabalho,
.calendar[data-bg=gray] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-decades .table-condensed tbody .century.old.trabalho,
.calendar[data-bg=white] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-decades .table-condensed tbody .century.old.trabalho,
.calendar[data-bg=gray] .calendar-input .datepicker .datepicker-decades .table-condensed tbody .century.old.trabalho,
.calendar[data-bg=gray] .datepicker[data-bg=white] .calendar-input .datepicker .datepicker-decades .table-condensed tbody .century.old.trabalho,
.datepicker[data-bg=white] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-decades .table-condensed tbody .century.old.trabalho,
.calendar[data-bg=gray] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-decades .table-condensed tbody .century.old.trabalho,
.datepicker[data-bg=gray] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-decades .table-condensed tbody .century.old.trabalho,
.calendar[data-bg=gray] .calendar-builds .datepicker .datepicker-decades .table-condensed tbody .century.old.encontro,
.calendar[data-bg=gray] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-decades .table-condensed tbody .century.old.encontro,
.calendar[data-bg=white] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-decades .table-condensed tbody .century.old.encontro,
.calendar[data-bg=gray] .calendar-input .datepicker .datepicker-decades .table-condensed tbody .century.old.encontro,
.calendar[data-bg=gray] .datepicker[data-bg=white] .calendar-input .datepicker .datepicker-decades .table-condensed tbody .century.old.encontro,
.datepicker[data-bg=white] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-decades .table-condensed tbody .century.old.encontro,
.calendar[data-bg=gray] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-decades .table-condensed tbody .century.old.encontro,
.datepicker[data-bg=gray] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-decades .table-condensed tbody .century.old.encontro,
.calendar[data-bg=gray] .calendar-builds .datepicker .datepicker-decades .table-condensed tbody .century.new.active,
.calendar[data-bg=gray] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-decades .table-condensed tbody .century.new.active,
.calendar[data-bg=white] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-decades .table-condensed tbody .century.new.active,
.calendar[data-bg=gray] .calendar-input .datepicker .datepicker-decades .table-condensed tbody .century.new.active,
.calendar[data-bg=gray] .datepicker[data-bg=white] .calendar-input .datepicker .datepicker-decades .table-condensed tbody .century.new.active,
.datepicker[data-bg=white] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-decades .table-condensed tbody .century.new.active,
.calendar[data-bg=gray] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-decades .table-condensed tbody .century.new.active,
.datepicker[data-bg=gray] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-decades .table-condensed tbody .century.new.active,
.calendar[data-bg=gray] .calendar-builds .datepicker .datepicker-decades .table-condensed tbody .century.new:hover,
.calendar[data-bg=gray] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-decades .table-condensed tbody .century.new:hover,
.calendar[data-bg=white] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-decades .table-condensed tbody .century.new:hover,
.calendar[data-bg=gray] .calendar-input .datepicker .datepicker-decades .table-condensed tbody .century.new:hover,
.calendar[data-bg=gray] .datepicker[data-bg=white] .calendar-input .datepicker .datepicker-decades .table-condensed tbody .century.new:hover,
.datepicker[data-bg=white] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-decades .table-condensed tbody .century.new:hover,
.calendar[data-bg=gray] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-decades .table-condensed tbody .century.new:hover,
.datepicker[data-bg=gray] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-decades .table-condensed tbody .century.new:hover,
.calendar[data-bg=gray] .calendar-builds .datepicker .datepicker-decades .table-condensed tbody .century.new.prova,
.calendar[data-bg=gray] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-decades .table-condensed tbody .century.new.prova,
.calendar[data-bg=white] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-decades .table-condensed tbody .century.new.prova,
.calendar[data-bg=gray] .calendar-input .datepicker .datepicker-decades .table-condensed tbody .century.new.prova,
.calendar[data-bg=gray] .datepicker[data-bg=white] .calendar-input .datepicker .datepicker-decades .table-condensed tbody .century.new.prova,
.datepicker[data-bg=white] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-decades .table-condensed tbody .century.new.prova,
.calendar[data-bg=gray] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-decades .table-condensed tbody .century.new.prova,
.datepicker[data-bg=gray] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-decades .table-condensed tbody .century.new.prova,
.calendar[data-bg=gray] .calendar-builds .datepicker .datepicker-decades .table-condensed tbody .century.new.trabalho,
.calendar[data-bg=gray] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-decades .table-condensed tbody .century.new.trabalho,
.calendar[data-bg=white] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-decades .table-condensed tbody .century.new.trabalho,
.calendar[data-bg=gray] .calendar-input .datepicker .datepicker-decades .table-condensed tbody .century.new.trabalho,
.calendar[data-bg=gray] .datepicker[data-bg=white] .calendar-input .datepicker .datepicker-decades .table-condensed tbody .century.new.trabalho,
.datepicker[data-bg=white] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-decades .table-condensed tbody .century.new.trabalho,
.calendar[data-bg=gray] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-decades .table-condensed tbody .century.new.trabalho,
.datepicker[data-bg=gray] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-decades .table-condensed tbody .century.new.trabalho,
.calendar[data-bg=gray] .calendar-builds .datepicker .datepicker-decades .table-condensed tbody .century.new.encontro,
.calendar[data-bg=gray] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-decades .table-condensed tbody .century.new.encontro,
.calendar[data-bg=white] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-decades .table-condensed tbody .century.new.encontro,
.calendar[data-bg=gray] .calendar-input .datepicker .datepicker-decades .table-condensed tbody .century.new.encontro,
.calendar[data-bg=gray] .datepicker[data-bg=white] .calendar-input .datepicker .datepicker-decades .table-condensed tbody .century.new.encontro,
.datepicker[data-bg=white] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-decades .table-condensed tbody .century.new.encontro,
.calendar[data-bg=gray] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-decades .table-condensed tbody .century.new.encontro,
.datepicker[data-bg=gray] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-decades .table-condensed tbody .century.new.encontro,
.calendar[data-bg=gray] .calendar-builds .datepicker .datepicker-centuries .table-condensed tbody .day.old.active,
.calendar[data-bg=gray] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-centuries .table-condensed tbody .day.old.active,
.calendar[data-bg=white] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-centuries .table-condensed tbody .day.old.active,
.calendar[data-bg=gray] .calendar-input .datepicker .datepicker-centuries .table-condensed tbody .day.old.active,
.calendar[data-bg=gray] .datepicker[data-bg=white] .calendar-input .datepicker .datepicker-centuries .table-condensed tbody .day.old.active,
.datepicker[data-bg=white] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-centuries .table-condensed tbody .day.old.active,
.calendar[data-bg=gray] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-centuries .table-condensed tbody .day.old.active,
.datepicker[data-bg=gray] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-centuries .table-condensed tbody .day.old.active,
.calendar[data-bg=gray] .calendar-builds .datepicker .datepicker-centuries .table-condensed tbody .day.old:hover,
.calendar[data-bg=gray] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-centuries .table-condensed tbody .day.old:hover,
.calendar[data-bg=white] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-centuries .table-condensed tbody .day.old:hover,
.calendar[data-bg=gray] .calendar-input .datepicker .datepicker-centuries .table-condensed tbody .day.old:hover,
.calendar[data-bg=gray] .datepicker[data-bg=white] .calendar-input .datepicker .datepicker-centuries .table-condensed tbody .day.old:hover,
.datepicker[data-bg=white] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-centuries .table-condensed tbody .day.old:hover,
.calendar[data-bg=gray] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-centuries .table-condensed tbody .day.old:hover,
.datepicker[data-bg=gray] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-centuries .table-condensed tbody .day.old:hover,
.calendar[data-bg=gray] .calendar-builds .datepicker .datepicker-centuries .table-condensed tbody .day.old.prova,
.calendar[data-bg=gray] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-centuries .table-condensed tbody .day.old.prova,
.calendar[data-bg=white] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-centuries .table-condensed tbody .day.old.prova,
.calendar[data-bg=gray] .calendar-input .datepicker .datepicker-centuries .table-condensed tbody .day.old.prova,
.calendar[data-bg=gray] .datepicker[data-bg=white] .calendar-input .datepicker .datepicker-centuries .table-condensed tbody .day.old.prova,
.datepicker[data-bg=white] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-centuries .table-condensed tbody .day.old.prova,
.calendar[data-bg=gray] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-centuries .table-condensed tbody .day.old.prova,
.datepicker[data-bg=gray] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-centuries .table-condensed tbody .day.old.prova,
.calendar[data-bg=gray] .calendar-builds .datepicker .datepicker-centuries .table-condensed tbody .day.old.trabalho,
.calendar[data-bg=gray] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-centuries .table-condensed tbody .day.old.trabalho,
.calendar[data-bg=white] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-centuries .table-condensed tbody .day.old.trabalho,
.calendar[data-bg=gray] .calendar-input .datepicker .datepicker-centuries .table-condensed tbody .day.old.trabalho,
.calendar[data-bg=gray] .datepicker[data-bg=white] .calendar-input .datepicker .datepicker-centuries .table-condensed tbody .day.old.trabalho,
.datepicker[data-bg=white] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-centuries .table-condensed tbody .day.old.trabalho,
.calendar[data-bg=gray] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-centuries .table-condensed tbody .day.old.trabalho,
.datepicker[data-bg=gray] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-centuries .table-condensed tbody .day.old.trabalho,
.calendar[data-bg=gray] .calendar-builds .datepicker .datepicker-centuries .table-condensed tbody .day.old.encontro,
.calendar[data-bg=gray] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-centuries .table-condensed tbody .day.old.encontro,
.calendar[data-bg=white] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-centuries .table-condensed tbody .day.old.encontro,
.calendar[data-bg=gray] .calendar-input .datepicker .datepicker-centuries .table-condensed tbody .day.old.encontro,
.calendar[data-bg=gray] .datepicker[data-bg=white] .calendar-input .datepicker .datepicker-centuries .table-condensed tbody .day.old.encontro,
.datepicker[data-bg=white] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-centuries .table-condensed tbody .day.old.encontro,
.calendar[data-bg=gray] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-centuries .table-condensed tbody .day.old.encontro,
.datepicker[data-bg=gray] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-centuries .table-condensed tbody .day.old.encontro,
.calendar[data-bg=gray] .calendar-builds .datepicker .datepicker-centuries .table-condensed tbody .day.new.active,
.calendar[data-bg=gray] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-centuries .table-condensed tbody .day.new.active,
.calendar[data-bg=white] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-centuries .table-condensed tbody .day.new.active,
.calendar[data-bg=gray] .calendar-input .datepicker .datepicker-centuries .table-condensed tbody .day.new.active,
.calendar[data-bg=gray] .datepicker[data-bg=white] .calendar-input .datepicker .datepicker-centuries .table-condensed tbody .day.new.active,
.datepicker[data-bg=white] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-centuries .table-condensed tbody .day.new.active,
.calendar[data-bg=gray] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-centuries .table-condensed tbody .day.new.active,
.datepicker[data-bg=gray] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-centuries .table-condensed tbody .day.new.active,
.calendar[data-bg=gray] .calendar-builds .datepicker .datepicker-centuries .table-condensed tbody .day.new:hover,
.calendar[data-bg=gray] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-centuries .table-condensed tbody .day.new:hover,
.calendar[data-bg=white] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-centuries .table-condensed tbody .day.new:hover,
.calendar[data-bg=gray] .calendar-input .datepicker .datepicker-centuries .table-condensed tbody .day.new:hover,
.calendar[data-bg=gray] .datepicker[data-bg=white] .calendar-input .datepicker .datepicker-centuries .table-condensed tbody .day.new:hover,
.datepicker[data-bg=white] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-centuries .table-condensed tbody .day.new:hover,
.calendar[data-bg=gray] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-centuries .table-condensed tbody .day.new:hover,
.datepicker[data-bg=gray] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-centuries .table-condensed tbody .day.new:hover,
.calendar[data-bg=gray] .calendar-builds .datepicker .datepicker-centuries .table-condensed tbody .day.new.prova,
.calendar[data-bg=gray] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-centuries .table-condensed tbody .day.new.prova,
.calendar[data-bg=white] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-centuries .table-condensed tbody .day.new.prova,
.calendar[data-bg=gray] .calendar-input .datepicker .datepicker-centuries .table-condensed tbody .day.new.prova,
.calendar[data-bg=gray] .datepicker[data-bg=white] .calendar-input .datepicker .datepicker-centuries .table-condensed tbody .day.new.prova,
.datepicker[data-bg=white] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-centuries .table-condensed tbody .day.new.prova,
.calendar[data-bg=gray] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-centuries .table-condensed tbody .day.new.prova,
.datepicker[data-bg=gray] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-centuries .table-condensed tbody .day.new.prova,
.calendar[data-bg=gray] .calendar-builds .datepicker .datepicker-centuries .table-condensed tbody .day.new.trabalho,
.calendar[data-bg=gray] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-centuries .table-condensed tbody .day.new.trabalho,
.calendar[data-bg=white] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-centuries .table-condensed tbody .day.new.trabalho,
.calendar[data-bg=gray] .calendar-input .datepicker .datepicker-centuries .table-condensed tbody .day.new.trabalho,
.calendar[data-bg=gray] .datepicker[data-bg=white] .calendar-input .datepicker .datepicker-centuries .table-condensed tbody .day.new.trabalho,
.datepicker[data-bg=white] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-centuries .table-condensed tbody .day.new.trabalho,
.calendar[data-bg=gray] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-centuries .table-condensed tbody .day.new.trabalho,
.datepicker[data-bg=gray] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-centuries .table-condensed tbody .day.new.trabalho,
.calendar[data-bg=gray] .calendar-builds .datepicker .datepicker-centuries .table-condensed tbody .day.new.encontro,
.calendar[data-bg=gray] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-centuries .table-condensed tbody .day.new.encontro,
.calendar[data-bg=white] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-centuries .table-condensed tbody .day.new.encontro,
.calendar[data-bg=gray] .calendar-input .datepicker .datepicker-centuries .table-condensed tbody .day.new.encontro,
.calendar[data-bg=gray] .datepicker[data-bg=white] .calendar-input .datepicker .datepicker-centuries .table-condensed tbody .day.new.encontro,
.datepicker[data-bg=white] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-centuries .table-condensed tbody .day.new.encontro,
.calendar[data-bg=gray] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-centuries .table-condensed tbody .day.new.encontro,
.datepicker[data-bg=gray] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-centuries .table-condensed tbody .day.new.encontro,
.calendar[data-bg=gray] .calendar-builds .datepicker .datepicker-centuries .table-condensed tbody .month.old.active,
.calendar[data-bg=gray] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-centuries .table-condensed tbody .month.old.active,
.calendar[data-bg=white] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-centuries .table-condensed tbody .month.old.active,
.calendar[data-bg=gray] .calendar-input .datepicker .datepicker-centuries .table-condensed tbody .month.old.active,
.calendar[data-bg=gray] .datepicker[data-bg=white] .calendar-input .datepicker .datepicker-centuries .table-condensed tbody .month.old.active,
.datepicker[data-bg=white] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-centuries .table-condensed tbody .month.old.active,
.calendar[data-bg=gray] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-centuries .table-condensed tbody .month.old.active,
.datepicker[data-bg=gray] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-centuries .table-condensed tbody .month.old.active,
.calendar[data-bg=gray] .calendar-builds .datepicker .datepicker-centuries .table-condensed tbody .month.old:hover,
.calendar[data-bg=gray] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-centuries .table-condensed tbody .month.old:hover,
.calendar[data-bg=white] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-centuries .table-condensed tbody .month.old:hover,
.calendar[data-bg=gray] .calendar-input .datepicker .datepicker-centuries .table-condensed tbody .month.old:hover,
.calendar[data-bg=gray] .datepicker[data-bg=white] .calendar-input .datepicker .datepicker-centuries .table-condensed tbody .month.old:hover,
.datepicker[data-bg=white] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-centuries .table-condensed tbody .month.old:hover,
.calendar[data-bg=gray] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-centuries .table-condensed tbody .month.old:hover,
.datepicker[data-bg=gray] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-centuries .table-condensed tbody .month.old:hover,
.calendar[data-bg=gray] .calendar-builds .datepicker .datepicker-centuries .table-condensed tbody .month.old.prova,
.calendar[data-bg=gray] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-centuries .table-condensed tbody .month.old.prova,
.calendar[data-bg=white] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-centuries .table-condensed tbody .month.old.prova,
.calendar[data-bg=gray] .calendar-input .datepicker .datepicker-centuries .table-condensed tbody .month.old.prova,
.calendar[data-bg=gray] .datepicker[data-bg=white] .calendar-input .datepicker .datepicker-centuries .table-condensed tbody .month.old.prova,
.datepicker[data-bg=white] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-centuries .table-condensed tbody .month.old.prova,
.calendar[data-bg=gray] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-centuries .table-condensed tbody .month.old.prova,
.datepicker[data-bg=gray] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-centuries .table-condensed tbody .month.old.prova,
.calendar[data-bg=gray] .calendar-builds .datepicker .datepicker-centuries .table-condensed tbody .month.old.trabalho,
.calendar[data-bg=gray] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-centuries .table-condensed tbody .month.old.trabalho,
.calendar[data-bg=white] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-centuries .table-condensed tbody .month.old.trabalho,
.calendar[data-bg=gray] .calendar-input .datepicker .datepicker-centuries .table-condensed tbody .month.old.trabalho,
.calendar[data-bg=gray] .datepicker[data-bg=white] .calendar-input .datepicker .datepicker-centuries .table-condensed tbody .month.old.trabalho,
.datepicker[data-bg=white] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-centuries .table-condensed tbody .month.old.trabalho,
.calendar[data-bg=gray] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-centuries .table-condensed tbody .month.old.trabalho,
.datepicker[data-bg=gray] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-centuries .table-condensed tbody .month.old.trabalho,
.calendar[data-bg=gray] .calendar-builds .datepicker .datepicker-centuries .table-condensed tbody .month.old.encontro,
.calendar[data-bg=gray] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-centuries .table-condensed tbody .month.old.encontro,
.calendar[data-bg=white] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-centuries .table-condensed tbody .month.old.encontro,
.calendar[data-bg=gray] .calendar-input .datepicker .datepicker-centuries .table-condensed tbody .month.old.encontro,
.calendar[data-bg=gray] .datepicker[data-bg=white] .calendar-input .datepicker .datepicker-centuries .table-condensed tbody .month.old.encontro,
.datepicker[data-bg=white] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-centuries .table-condensed tbody .month.old.encontro,
.calendar[data-bg=gray] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-centuries .table-condensed tbody .month.old.encontro,
.datepicker[data-bg=gray] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-centuries .table-condensed tbody .month.old.encontro,
.calendar[data-bg=gray] .calendar-builds .datepicker .datepicker-centuries .table-condensed tbody .month.new.active,
.calendar[data-bg=gray] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-centuries .table-condensed tbody .month.new.active,
.calendar[data-bg=white] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-centuries .table-condensed tbody .month.new.active,
.calendar[data-bg=gray] .calendar-input .datepicker .datepicker-centuries .table-condensed tbody .month.new.active,
.calendar[data-bg=gray] .datepicker[data-bg=white] .calendar-input .datepicker .datepicker-centuries .table-condensed tbody .month.new.active,
.datepicker[data-bg=white] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-centuries .table-condensed tbody .month.new.active,
.calendar[data-bg=gray] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-centuries .table-condensed tbody .month.new.active,
.datepicker[data-bg=gray] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-centuries .table-condensed tbody .month.new.active,
.calendar[data-bg=gray] .calendar-builds .datepicker .datepicker-centuries .table-condensed tbody .month.new:hover,
.calendar[data-bg=gray] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-centuries .table-condensed tbody .month.new:hover,
.calendar[data-bg=white] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-centuries .table-condensed tbody .month.new:hover,
.calendar[data-bg=gray] .calendar-input .datepicker .datepicker-centuries .table-condensed tbody .month.new:hover,
.calendar[data-bg=gray] .datepicker[data-bg=white] .calendar-input .datepicker .datepicker-centuries .table-condensed tbody .month.new:hover,
.datepicker[data-bg=white] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-centuries .table-condensed tbody .month.new:hover,
.calendar[data-bg=gray] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-centuries .table-condensed tbody .month.new:hover,
.datepicker[data-bg=gray] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-centuries .table-condensed tbody .month.new:hover,
.calendar[data-bg=gray] .calendar-builds .datepicker .datepicker-centuries .table-condensed tbody .month.new.prova,
.calendar[data-bg=gray] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-centuries .table-condensed tbody .month.new.prova,
.calendar[data-bg=white] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-centuries .table-condensed tbody .month.new.prova,
.calendar[data-bg=gray] .calendar-input .datepicker .datepicker-centuries .table-condensed tbody .month.new.prova,
.calendar[data-bg=gray] .datepicker[data-bg=white] .calendar-input .datepicker .datepicker-centuries .table-condensed tbody .month.new.prova,
.datepicker[data-bg=white] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-centuries .table-condensed tbody .month.new.prova,
.calendar[data-bg=gray] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-centuries .table-condensed tbody .month.new.prova,
.datepicker[data-bg=gray] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-centuries .table-condensed tbody .month.new.prova,
.calendar[data-bg=gray] .calendar-builds .datepicker .datepicker-centuries .table-condensed tbody .month.new.trabalho,
.calendar[data-bg=gray] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-centuries .table-condensed tbody .month.new.trabalho,
.calendar[data-bg=white] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-centuries .table-condensed tbody .month.new.trabalho,
.calendar[data-bg=gray] .calendar-input .datepicker .datepicker-centuries .table-condensed tbody .month.new.trabalho,
.calendar[data-bg=gray] .datepicker[data-bg=white] .calendar-input .datepicker .datepicker-centuries .table-condensed tbody .month.new.trabalho,
.datepicker[data-bg=white] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-centuries .table-condensed tbody .month.new.trabalho,
.calendar[data-bg=gray] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-centuries .table-condensed tbody .month.new.trabalho,
.datepicker[data-bg=gray] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-centuries .table-condensed tbody .month.new.trabalho,
.calendar[data-bg=gray] .calendar-builds .datepicker .datepicker-centuries .table-condensed tbody .month.new.encontro,
.calendar[data-bg=gray] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-centuries .table-condensed tbody .month.new.encontro,
.calendar[data-bg=white] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-centuries .table-condensed tbody .month.new.encontro,
.calendar[data-bg=gray] .calendar-input .datepicker .datepicker-centuries .table-condensed tbody .month.new.encontro,
.calendar[data-bg=gray] .datepicker[data-bg=white] .calendar-input .datepicker .datepicker-centuries .table-condensed tbody .month.new.encontro,
.datepicker[data-bg=white] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-centuries .table-condensed tbody .month.new.encontro,
.calendar[data-bg=gray] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-centuries .table-condensed tbody .month.new.encontro,
.datepicker[data-bg=gray] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-centuries .table-condensed tbody .month.new.encontro,
.calendar[data-bg=gray] .calendar-builds .datepicker .datepicker-centuries .table-condensed tbody .year.old.active,
.calendar[data-bg=gray] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-centuries .table-condensed tbody .year.old.active,
.calendar[data-bg=white] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-centuries .table-condensed tbody .year.old.active,
.calendar[data-bg=gray] .calendar-input .datepicker .datepicker-centuries .table-condensed tbody .year.old.active,
.calendar[data-bg=gray] .datepicker[data-bg=white] .calendar-input .datepicker .datepicker-centuries .table-condensed tbody .year.old.active,
.datepicker[data-bg=white] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-centuries .table-condensed tbody .year.old.active,
.calendar[data-bg=gray] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-centuries .table-condensed tbody .year.old.active,
.datepicker[data-bg=gray] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-centuries .table-condensed tbody .year.old.active,
.calendar[data-bg=gray] .calendar-builds .datepicker .datepicker-centuries .table-condensed tbody .year.old:hover,
.calendar[data-bg=gray] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-centuries .table-condensed tbody .year.old:hover,
.calendar[data-bg=white] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-centuries .table-condensed tbody .year.old:hover,
.calendar[data-bg=gray] .calendar-input .datepicker .datepicker-centuries .table-condensed tbody .year.old:hover,
.calendar[data-bg=gray] .datepicker[data-bg=white] .calendar-input .datepicker .datepicker-centuries .table-condensed tbody .year.old:hover,
.datepicker[data-bg=white] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-centuries .table-condensed tbody .year.old:hover,
.calendar[data-bg=gray] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-centuries .table-condensed tbody .year.old:hover,
.datepicker[data-bg=gray] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-centuries .table-condensed tbody .year.old:hover,
.calendar[data-bg=gray] .calendar-builds .datepicker .datepicker-centuries .table-condensed tbody .year.old.prova,
.calendar[data-bg=gray] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-centuries .table-condensed tbody .year.old.prova,
.calendar[data-bg=white] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-centuries .table-condensed tbody .year.old.prova,
.calendar[data-bg=gray] .calendar-input .datepicker .datepicker-centuries .table-condensed tbody .year.old.prova,
.calendar[data-bg=gray] .datepicker[data-bg=white] .calendar-input .datepicker .datepicker-centuries .table-condensed tbody .year.old.prova,
.datepicker[data-bg=white] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-centuries .table-condensed tbody .year.old.prova,
.calendar[data-bg=gray] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-centuries .table-condensed tbody .year.old.prova,
.datepicker[data-bg=gray] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-centuries .table-condensed tbody .year.old.prova,
.calendar[data-bg=gray] .calendar-builds .datepicker .datepicker-centuries .table-condensed tbody .year.old.trabalho,
.calendar[data-bg=gray] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-centuries .table-condensed tbody .year.old.trabalho,
.calendar[data-bg=white] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-centuries .table-condensed tbody .year.old.trabalho,
.calendar[data-bg=gray] .calendar-input .datepicker .datepicker-centuries .table-condensed tbody .year.old.trabalho,
.calendar[data-bg=gray] .datepicker[data-bg=white] .calendar-input .datepicker .datepicker-centuries .table-condensed tbody .year.old.trabalho,
.datepicker[data-bg=white] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-centuries .table-condensed tbody .year.old.trabalho,
.calendar[data-bg=gray] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-centuries .table-condensed tbody .year.old.trabalho,
.datepicker[data-bg=gray] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-centuries .table-condensed tbody .year.old.trabalho,
.calendar[data-bg=gray] .calendar-builds .datepicker .datepicker-centuries .table-condensed tbody .year.old.encontro,
.calendar[data-bg=gray] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-centuries .table-condensed tbody .year.old.encontro,
.calendar[data-bg=white] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-centuries .table-condensed tbody .year.old.encontro,
.calendar[data-bg=gray] .calendar-input .datepicker .datepicker-centuries .table-condensed tbody .year.old.encontro,
.calendar[data-bg=gray] .datepicker[data-bg=white] .calendar-input .datepicker .datepicker-centuries .table-condensed tbody .year.old.encontro,
.datepicker[data-bg=white] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-centuries .table-condensed tbody .year.old.encontro,
.calendar[data-bg=gray] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-centuries .table-condensed tbody .year.old.encontro,
.datepicker[data-bg=gray] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-centuries .table-condensed tbody .year.old.encontro,
.calendar[data-bg=gray] .calendar-builds .datepicker .datepicker-centuries .table-condensed tbody .year.new.active,
.calendar[data-bg=gray] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-centuries .table-condensed tbody .year.new.active,
.calendar[data-bg=white] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-centuries .table-condensed tbody .year.new.active,
.calendar[data-bg=gray] .calendar-input .datepicker .datepicker-centuries .table-condensed tbody .year.new.active,
.calendar[data-bg=gray] .datepicker[data-bg=white] .calendar-input .datepicker .datepicker-centuries .table-condensed tbody .year.new.active,
.datepicker[data-bg=white] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-centuries .table-condensed tbody .year.new.active,
.calendar[data-bg=gray] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-centuries .table-condensed tbody .year.new.active,
.datepicker[data-bg=gray] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-centuries .table-condensed tbody .year.new.active,
.calendar[data-bg=gray] .calendar-builds .datepicker .datepicker-centuries .table-condensed tbody .year.new:hover,
.calendar[data-bg=gray] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-centuries .table-condensed tbody .year.new:hover,
.calendar[data-bg=white] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-centuries .table-condensed tbody .year.new:hover,
.calendar[data-bg=gray] .calendar-input .datepicker .datepicker-centuries .table-condensed tbody .year.new:hover,
.calendar[data-bg=gray] .datepicker[data-bg=white] .calendar-input .datepicker .datepicker-centuries .table-condensed tbody .year.new:hover,
.datepicker[data-bg=white] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-centuries .table-condensed tbody .year.new:hover,
.calendar[data-bg=gray] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-centuries .table-condensed tbody .year.new:hover,
.datepicker[data-bg=gray] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-centuries .table-condensed tbody .year.new:hover,
.calendar[data-bg=gray] .calendar-builds .datepicker .datepicker-centuries .table-condensed tbody .year.new.prova,
.calendar[data-bg=gray] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-centuries .table-condensed tbody .year.new.prova,
.calendar[data-bg=white] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-centuries .table-condensed tbody .year.new.prova,
.calendar[data-bg=gray] .calendar-input .datepicker .datepicker-centuries .table-condensed tbody .year.new.prova,
.calendar[data-bg=gray] .datepicker[data-bg=white] .calendar-input .datepicker .datepicker-centuries .table-condensed tbody .year.new.prova,
.datepicker[data-bg=white] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-centuries .table-condensed tbody .year.new.prova,
.calendar[data-bg=gray] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-centuries .table-condensed tbody .year.new.prova,
.datepicker[data-bg=gray] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-centuries .table-condensed tbody .year.new.prova,
.calendar[data-bg=gray] .calendar-builds .datepicker .datepicker-centuries .table-condensed tbody .year.new.trabalho,
.calendar[data-bg=gray] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-centuries .table-condensed tbody .year.new.trabalho,
.calendar[data-bg=white] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-centuries .table-condensed tbody .year.new.trabalho,
.calendar[data-bg=gray] .calendar-input .datepicker .datepicker-centuries .table-condensed tbody .year.new.trabalho,
.calendar[data-bg=gray] .datepicker[data-bg=white] .calendar-input .datepicker .datepicker-centuries .table-condensed tbody .year.new.trabalho,
.datepicker[data-bg=white] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-centuries .table-condensed tbody .year.new.trabalho,
.calendar[data-bg=gray] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-centuries .table-condensed tbody .year.new.trabalho,
.datepicker[data-bg=gray] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-centuries .table-condensed tbody .year.new.trabalho,
.calendar[data-bg=gray] .calendar-builds .datepicker .datepicker-centuries .table-condensed tbody .year.new.encontro,
.calendar[data-bg=gray] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-centuries .table-condensed tbody .year.new.encontro,
.calendar[data-bg=white] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-centuries .table-condensed tbody .year.new.encontro,
.calendar[data-bg=gray] .calendar-input .datepicker .datepicker-centuries .table-condensed tbody .year.new.encontro,
.calendar[data-bg=gray] .datepicker[data-bg=white] .calendar-input .datepicker .datepicker-centuries .table-condensed tbody .year.new.encontro,
.datepicker[data-bg=white] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-centuries .table-condensed tbody .year.new.encontro,
.calendar[data-bg=gray] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-centuries .table-condensed tbody .year.new.encontro,
.datepicker[data-bg=gray] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-centuries .table-condensed tbody .year.new.encontro,
.calendar[data-bg=gray] .calendar-builds .datepicker .datepicker-centuries .table-condensed tbody .decate.old.active,
.calendar[data-bg=gray] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-centuries .table-condensed tbody .decate.old.active,
.calendar[data-bg=white] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-centuries .table-condensed tbody .decate.old.active,
.calendar[data-bg=gray] .calendar-input .datepicker .datepicker-centuries .table-condensed tbody .decate.old.active,
.calendar[data-bg=gray] .datepicker[data-bg=white] .calendar-input .datepicker .datepicker-centuries .table-condensed tbody .decate.old.active,
.datepicker[data-bg=white] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-centuries .table-condensed tbody .decate.old.active,
.calendar[data-bg=gray] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-centuries .table-condensed tbody .decate.old.active,
.datepicker[data-bg=gray] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-centuries .table-condensed tbody .decate.old.active,
.calendar[data-bg=gray] .calendar-builds .datepicker .datepicker-centuries .table-condensed tbody .decate.old:hover,
.calendar[data-bg=gray] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-centuries .table-condensed tbody .decate.old:hover,
.calendar[data-bg=white] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-centuries .table-condensed tbody .decate.old:hover,
.calendar[data-bg=gray] .calendar-input .datepicker .datepicker-centuries .table-condensed tbody .decate.old:hover,
.calendar[data-bg=gray] .datepicker[data-bg=white] .calendar-input .datepicker .datepicker-centuries .table-condensed tbody .decate.old:hover,
.datepicker[data-bg=white] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-centuries .table-condensed tbody .decate.old:hover,
.calendar[data-bg=gray] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-centuries .table-condensed tbody .decate.old:hover,
.datepicker[data-bg=gray] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-centuries .table-condensed tbody .decate.old:hover,
.calendar[data-bg=gray] .calendar-builds .datepicker .datepicker-centuries .table-condensed tbody .decate.old.prova,
.calendar[data-bg=gray] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-centuries .table-condensed tbody .decate.old.prova,
.calendar[data-bg=white] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-centuries .table-condensed tbody .decate.old.prova,
.calendar[data-bg=gray] .calendar-input .datepicker .datepicker-centuries .table-condensed tbody .decate.old.prova,
.calendar[data-bg=gray] .datepicker[data-bg=white] .calendar-input .datepicker .datepicker-centuries .table-condensed tbody .decate.old.prova,
.datepicker[data-bg=white] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-centuries .table-condensed tbody .decate.old.prova,
.calendar[data-bg=gray] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-centuries .table-condensed tbody .decate.old.prova,
.datepicker[data-bg=gray] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-centuries .table-condensed tbody .decate.old.prova,
.calendar[data-bg=gray] .calendar-builds .datepicker .datepicker-centuries .table-condensed tbody .decate.old.trabalho,
.calendar[data-bg=gray] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-centuries .table-condensed tbody .decate.old.trabalho,
.calendar[data-bg=white] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-centuries .table-condensed tbody .decate.old.trabalho,
.calendar[data-bg=gray] .calendar-input .datepicker .datepicker-centuries .table-condensed tbody .decate.old.trabalho,
.calendar[data-bg=gray] .datepicker[data-bg=white] .calendar-input .datepicker .datepicker-centuries .table-condensed tbody .decate.old.trabalho,
.datepicker[data-bg=white] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-centuries .table-condensed tbody .decate.old.trabalho,
.calendar[data-bg=gray] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-centuries .table-condensed tbody .decate.old.trabalho,
.datepicker[data-bg=gray] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-centuries .table-condensed tbody .decate.old.trabalho,
.calendar[data-bg=gray] .calendar-builds .datepicker .datepicker-centuries .table-condensed tbody .decate.old.encontro,
.calendar[data-bg=gray] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-centuries .table-condensed tbody .decate.old.encontro,
.calendar[data-bg=white] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-centuries .table-condensed tbody .decate.old.encontro,
.calendar[data-bg=gray] .calendar-input .datepicker .datepicker-centuries .table-condensed tbody .decate.old.encontro,
.calendar[data-bg=gray] .datepicker[data-bg=white] .calendar-input .datepicker .datepicker-centuries .table-condensed tbody .decate.old.encontro,
.datepicker[data-bg=white] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-centuries .table-condensed tbody .decate.old.encontro,
.calendar[data-bg=gray] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-centuries .table-condensed tbody .decate.old.encontro,
.datepicker[data-bg=gray] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-centuries .table-condensed tbody .decate.old.encontro,
.calendar[data-bg=gray] .calendar-builds .datepicker .datepicker-centuries .table-condensed tbody .decate.new.active,
.calendar[data-bg=gray] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-centuries .table-condensed tbody .decate.new.active,
.calendar[data-bg=white] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-centuries .table-condensed tbody .decate.new.active,
.calendar[data-bg=gray] .calendar-input .datepicker .datepicker-centuries .table-condensed tbody .decate.new.active,
.calendar[data-bg=gray] .datepicker[data-bg=white] .calendar-input .datepicker .datepicker-centuries .table-condensed tbody .decate.new.active,
.datepicker[data-bg=white] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-centuries .table-condensed tbody .decate.new.active,
.calendar[data-bg=gray] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-centuries .table-condensed tbody .decate.new.active,
.datepicker[data-bg=gray] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-centuries .table-condensed tbody .decate.new.active,
.calendar[data-bg=gray] .calendar-builds .datepicker .datepicker-centuries .table-condensed tbody .decate.new:hover,
.calendar[data-bg=gray] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-centuries .table-condensed tbody .decate.new:hover,
.calendar[data-bg=white] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-centuries .table-condensed tbody .decate.new:hover,
.calendar[data-bg=gray] .calendar-input .datepicker .datepicker-centuries .table-condensed tbody .decate.new:hover,
.calendar[data-bg=gray] .datepicker[data-bg=white] .calendar-input .datepicker .datepicker-centuries .table-condensed tbody .decate.new:hover,
.datepicker[data-bg=white] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-centuries .table-condensed tbody .decate.new:hover,
.calendar[data-bg=gray] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-centuries .table-condensed tbody .decate.new:hover,
.datepicker[data-bg=gray] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-centuries .table-condensed tbody .decate.new:hover,
.calendar[data-bg=gray] .calendar-builds .datepicker .datepicker-centuries .table-condensed tbody .decate.new.prova,
.calendar[data-bg=gray] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-centuries .table-condensed tbody .decate.new.prova,
.calendar[data-bg=white] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-centuries .table-condensed tbody .decate.new.prova,
.calendar[data-bg=gray] .calendar-input .datepicker .datepicker-centuries .table-condensed tbody .decate.new.prova,
.calendar[data-bg=gray] .datepicker[data-bg=white] .calendar-input .datepicker .datepicker-centuries .table-condensed tbody .decate.new.prova,
.datepicker[data-bg=white] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-centuries .table-condensed tbody .decate.new.prova,
.calendar[data-bg=gray] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-centuries .table-condensed tbody .decate.new.prova,
.datepicker[data-bg=gray] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-centuries .table-condensed tbody .decate.new.prova,
.calendar[data-bg=gray] .calendar-builds .datepicker .datepicker-centuries .table-condensed tbody .decate.new.trabalho,
.calendar[data-bg=gray] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-centuries .table-condensed tbody .decate.new.trabalho,
.calendar[data-bg=white] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-centuries .table-condensed tbody .decate.new.trabalho,
.calendar[data-bg=gray] .calendar-input .datepicker .datepicker-centuries .table-condensed tbody .decate.new.trabalho,
.calendar[data-bg=gray] .datepicker[data-bg=white] .calendar-input .datepicker .datepicker-centuries .table-condensed tbody .decate.new.trabalho,
.datepicker[data-bg=white] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-centuries .table-condensed tbody .decate.new.trabalho,
.calendar[data-bg=gray] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-centuries .table-condensed tbody .decate.new.trabalho,
.datepicker[data-bg=gray] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-centuries .table-condensed tbody .decate.new.trabalho,
.calendar[data-bg=gray] .calendar-builds .datepicker .datepicker-centuries .table-condensed tbody .decate.new.encontro,
.calendar[data-bg=gray] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-centuries .table-condensed tbody .decate.new.encontro,
.calendar[data-bg=white] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-centuries .table-condensed tbody .decate.new.encontro,
.calendar[data-bg=gray] .calendar-input .datepicker .datepicker-centuries .table-condensed tbody .decate.new.encontro,
.calendar[data-bg=gray] .datepicker[data-bg=white] .calendar-input .datepicker .datepicker-centuries .table-condensed tbody .decate.new.encontro,
.datepicker[data-bg=white] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-centuries .table-condensed tbody .decate.new.encontro,
.calendar[data-bg=gray] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-centuries .table-condensed tbody .decate.new.encontro,
.datepicker[data-bg=gray] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-centuries .table-condensed tbody .decate.new.encontro,
.calendar[data-bg=gray] .calendar-builds .datepicker .datepicker-centuries .table-condensed tbody .century.old.active,
.calendar[data-bg=gray] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-centuries .table-condensed tbody .century.old.active,
.calendar[data-bg=white] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-centuries .table-condensed tbody .century.old.active,
.calendar[data-bg=gray] .calendar-input .datepicker .datepicker-centuries .table-condensed tbody .century.old.active,
.calendar[data-bg=gray] .datepicker[data-bg=white] .calendar-input .datepicker .datepicker-centuries .table-condensed tbody .century.old.active,
.datepicker[data-bg=white] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-centuries .table-condensed tbody .century.old.active,
.calendar[data-bg=gray] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-centuries .table-condensed tbody .century.old.active,
.datepicker[data-bg=gray] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-centuries .table-condensed tbody .century.old.active,
.calendar[data-bg=gray] .calendar-builds .datepicker .datepicker-centuries .table-condensed tbody .century.old:hover,
.calendar[data-bg=gray] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-centuries .table-condensed tbody .century.old:hover,
.calendar[data-bg=white] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-centuries .table-condensed tbody .century.old:hover,
.calendar[data-bg=gray] .calendar-input .datepicker .datepicker-centuries .table-condensed tbody .century.old:hover,
.calendar[data-bg=gray] .datepicker[data-bg=white] .calendar-input .datepicker .datepicker-centuries .table-condensed tbody .century.old:hover,
.datepicker[data-bg=white] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-centuries .table-condensed tbody .century.old:hover,
.calendar[data-bg=gray] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-centuries .table-condensed tbody .century.old:hover,
.datepicker[data-bg=gray] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-centuries .table-condensed tbody .century.old:hover,
.calendar[data-bg=gray] .calendar-builds .datepicker .datepicker-centuries .table-condensed tbody .century.old.prova,
.calendar[data-bg=gray] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-centuries .table-condensed tbody .century.old.prova,
.calendar[data-bg=white] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-centuries .table-condensed tbody .century.old.prova,
.calendar[data-bg=gray] .calendar-input .datepicker .datepicker-centuries .table-condensed tbody .century.old.prova,
.calendar[data-bg=gray] .datepicker[data-bg=white] .calendar-input .datepicker .datepicker-centuries .table-condensed tbody .century.old.prova,
.datepicker[data-bg=white] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-centuries .table-condensed tbody .century.old.prova,
.calendar[data-bg=gray] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-centuries .table-condensed tbody .century.old.prova,
.datepicker[data-bg=gray] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-centuries .table-condensed tbody .century.old.prova,
.calendar[data-bg=gray] .calendar-builds .datepicker .datepicker-centuries .table-condensed tbody .century.old.trabalho,
.calendar[data-bg=gray] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-centuries .table-condensed tbody .century.old.trabalho,
.calendar[data-bg=white] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-centuries .table-condensed tbody .century.old.trabalho,
.calendar[data-bg=gray] .calendar-input .datepicker .datepicker-centuries .table-condensed tbody .century.old.trabalho,
.calendar[data-bg=gray] .datepicker[data-bg=white] .calendar-input .datepicker .datepicker-centuries .table-condensed tbody .century.old.trabalho,
.datepicker[data-bg=white] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-centuries .table-condensed tbody .century.old.trabalho,
.calendar[data-bg=gray] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-centuries .table-condensed tbody .century.old.trabalho,
.datepicker[data-bg=gray] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-centuries .table-condensed tbody .century.old.trabalho,
.calendar[data-bg=gray] .calendar-builds .datepicker .datepicker-centuries .table-condensed tbody .century.old.encontro,
.calendar[data-bg=gray] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-centuries .table-condensed tbody .century.old.encontro,
.calendar[data-bg=white] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-centuries .table-condensed tbody .century.old.encontro,
.calendar[data-bg=gray] .calendar-input .datepicker .datepicker-centuries .table-condensed tbody .century.old.encontro,
.calendar[data-bg=gray] .datepicker[data-bg=white] .calendar-input .datepicker .datepicker-centuries .table-condensed tbody .century.old.encontro,
.datepicker[data-bg=white] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-centuries .table-condensed tbody .century.old.encontro,
.calendar[data-bg=gray] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-centuries .table-condensed tbody .century.old.encontro,
.datepicker[data-bg=gray] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-centuries .table-condensed tbody .century.old.encontro,
.calendar[data-bg=gray] .calendar-builds .datepicker .datepicker-centuries .table-condensed tbody .century.new.active,
.calendar[data-bg=gray] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-centuries .table-condensed tbody .century.new.active,
.calendar[data-bg=white] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-centuries .table-condensed tbody .century.new.active,
.calendar[data-bg=gray] .calendar-input .datepicker .datepicker-centuries .table-condensed tbody .century.new.active,
.calendar[data-bg=gray] .datepicker[data-bg=white] .calendar-input .datepicker .datepicker-centuries .table-condensed tbody .century.new.active,
.datepicker[data-bg=white] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-centuries .table-condensed tbody .century.new.active,
.calendar[data-bg=gray] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-centuries .table-condensed tbody .century.new.active,
.datepicker[data-bg=gray] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-centuries .table-condensed tbody .century.new.active,
.calendar[data-bg=gray] .calendar-builds .datepicker .datepicker-centuries .table-condensed tbody .century.new:hover,
.calendar[data-bg=gray] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-centuries .table-condensed tbody .century.new:hover,
.calendar[data-bg=white] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-centuries .table-condensed tbody .century.new:hover,
.calendar[data-bg=gray] .calendar-input .datepicker .datepicker-centuries .table-condensed tbody .century.new:hover,
.calendar[data-bg=gray] .datepicker[data-bg=white] .calendar-input .datepicker .datepicker-centuries .table-condensed tbody .century.new:hover,
.datepicker[data-bg=white] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-centuries .table-condensed tbody .century.new:hover,
.calendar[data-bg=gray] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-centuries .table-condensed tbody .century.new:hover,
.datepicker[data-bg=gray] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-centuries .table-condensed tbody .century.new:hover,
.calendar[data-bg=gray] .calendar-builds .datepicker .datepicker-centuries .table-condensed tbody .century.new.prova,
.calendar[data-bg=gray] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-centuries .table-condensed tbody .century.new.prova,
.calendar[data-bg=white] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-centuries .table-condensed tbody .century.new.prova,
.calendar[data-bg=gray] .calendar-input .datepicker .datepicker-centuries .table-condensed tbody .century.new.prova,
.calendar[data-bg=gray] .datepicker[data-bg=white] .calendar-input .datepicker .datepicker-centuries .table-condensed tbody .century.new.prova,
.datepicker[data-bg=white] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-centuries .table-condensed tbody .century.new.prova,
.calendar[data-bg=gray] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-centuries .table-condensed tbody .century.new.prova,
.datepicker[data-bg=gray] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-centuries .table-condensed tbody .century.new.prova,
.calendar[data-bg=gray] .calendar-builds .datepicker .datepicker-centuries .table-condensed tbody .century.new.trabalho,
.calendar[data-bg=gray] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-centuries .table-condensed tbody .century.new.trabalho,
.calendar[data-bg=white] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-centuries .table-condensed tbody .century.new.trabalho,
.calendar[data-bg=gray] .calendar-input .datepicker .datepicker-centuries .table-condensed tbody .century.new.trabalho,
.calendar[data-bg=gray] .datepicker[data-bg=white] .calendar-input .datepicker .datepicker-centuries .table-condensed tbody .century.new.trabalho,
.datepicker[data-bg=white] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-centuries .table-condensed tbody .century.new.trabalho,
.calendar[data-bg=gray] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-centuries .table-condensed tbody .century.new.trabalho,
.datepicker[data-bg=gray] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-centuries .table-condensed tbody .century.new.trabalho,
.calendar[data-bg=gray] .calendar-builds .datepicker .datepicker-centuries .table-condensed tbody .century.new.encontro,
.calendar[data-bg=gray] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-centuries .table-condensed tbody .century.new.encontro,
.calendar[data-bg=white] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-centuries .table-condensed tbody .century.new.encontro,
.calendar[data-bg=gray] .calendar-input .datepicker .datepicker-centuries .table-condensed tbody .century.new.encontro,
.calendar[data-bg=gray] .datepicker[data-bg=white] .calendar-input .datepicker .datepicker-centuries .table-condensed tbody .century.new.encontro,
.datepicker[data-bg=white] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-centuries .table-condensed tbody .century.new.encontro,
.calendar[data-bg=gray] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-centuries .table-condensed tbody .century.new.encontro,
.datepicker[data-bg=gray] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-centuries .table-condensed tbody .century.new.encontro,
.datepicker[data-bg=gray] .calendar-builds .datepicker .datepicker-days .table-condensed tbody .day.old.active,
.datepicker[data-bg=gray] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-days .table-condensed tbody .day.old.active,
.calendar[data-bg=white] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-days .table-condensed tbody .day.old.active,
.datepicker[data-bg=gray] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-days .table-condensed tbody .day.old.active,
.calendar[data-bg=gray] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-days .table-condensed tbody .day.old.active,
.datepicker[data-bg=gray] .datepicker[data-bg=white] .calendar-input .datepicker .datepicker-days .table-condensed tbody .day.old.active,
.datepicker[data-bg=white] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-days .table-condensed tbody .day.old.active,
.datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-days .table-condensed tbody .day.old.active,
.datepicker[data-bg=gray] .calendar-builds .datepicker .datepicker-days .table-condensed tbody .day.old:hover,
.datepicker[data-bg=gray] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-days .table-condensed tbody .day.old:hover,
.calendar[data-bg=white] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-days .table-condensed tbody .day.old:hover,
.datepicker[data-bg=gray] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-days .table-condensed tbody .day.old:hover,
.calendar[data-bg=gray] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-days .table-condensed tbody .day.old:hover,
.datepicker[data-bg=gray] .datepicker[data-bg=white] .calendar-input .datepicker .datepicker-days .table-condensed tbody .day.old:hover,
.datepicker[data-bg=white] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-days .table-condensed tbody .day.old:hover,
.datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-days .table-condensed tbody .day.old:hover,
.datepicker[data-bg=gray] .calendar-builds .datepicker .datepicker-days .table-condensed tbody .day.old.prova,
.datepicker[data-bg=gray] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-days .table-condensed tbody .day.old.prova,
.calendar[data-bg=white] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-days .table-condensed tbody .day.old.prova,
.datepicker[data-bg=gray] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-days .table-condensed tbody .day.old.prova,
.calendar[data-bg=gray] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-days .table-condensed tbody .day.old.prova,
.datepicker[data-bg=gray] .datepicker[data-bg=white] .calendar-input .datepicker .datepicker-days .table-condensed tbody .day.old.prova,
.datepicker[data-bg=white] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-days .table-condensed tbody .day.old.prova,
.datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-days .table-condensed tbody .day.old.prova,
.datepicker[data-bg=gray] .calendar-builds .datepicker .datepicker-days .table-condensed tbody .day.old.trabalho,
.datepicker[data-bg=gray] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-days .table-condensed tbody .day.old.trabalho,
.calendar[data-bg=white] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-days .table-condensed tbody .day.old.trabalho,
.datepicker[data-bg=gray] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-days .table-condensed tbody .day.old.trabalho,
.calendar[data-bg=gray] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-days .table-condensed tbody .day.old.trabalho,
.datepicker[data-bg=gray] .datepicker[data-bg=white] .calendar-input .datepicker .datepicker-days .table-condensed tbody .day.old.trabalho,
.datepicker[data-bg=white] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-days .table-condensed tbody .day.old.trabalho,
.datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-days .table-condensed tbody .day.old.trabalho,
.datepicker[data-bg=gray] .calendar-builds .datepicker .datepicker-days .table-condensed tbody .day.old.encontro,
.datepicker[data-bg=gray] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-days .table-condensed tbody .day.old.encontro,
.calendar[data-bg=white] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-days .table-condensed tbody .day.old.encontro,
.datepicker[data-bg=gray] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-days .table-condensed tbody .day.old.encontro,
.calendar[data-bg=gray] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-days .table-condensed tbody .day.old.encontro,
.datepicker[data-bg=gray] .datepicker[data-bg=white] .calendar-input .datepicker .datepicker-days .table-condensed tbody .day.old.encontro,
.datepicker[data-bg=white] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-days .table-condensed tbody .day.old.encontro,
.datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-days .table-condensed tbody .day.old.encontro,
.datepicker[data-bg=gray] .calendar-builds .datepicker .datepicker-days .table-condensed tbody .day.new.active,
.datepicker[data-bg=gray] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-days .table-condensed tbody .day.new.active,
.calendar[data-bg=white] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-days .table-condensed tbody .day.new.active,
.datepicker[data-bg=gray] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-days .table-condensed tbody .day.new.active,
.calendar[data-bg=gray] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-days .table-condensed tbody .day.new.active,
.datepicker[data-bg=gray] .datepicker[data-bg=white] .calendar-input .datepicker .datepicker-days .table-condensed tbody .day.new.active,
.datepicker[data-bg=white] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-days .table-condensed tbody .day.new.active,
.datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-days .table-condensed tbody .day.new.active,
.datepicker[data-bg=gray] .calendar-builds .datepicker .datepicker-days .table-condensed tbody .day.new:hover,
.datepicker[data-bg=gray] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-days .table-condensed tbody .day.new:hover,
.calendar[data-bg=white] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-days .table-condensed tbody .day.new:hover,
.datepicker[data-bg=gray] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-days .table-condensed tbody .day.new:hover,
.calendar[data-bg=gray] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-days .table-condensed tbody .day.new:hover,
.datepicker[data-bg=gray] .datepicker[data-bg=white] .calendar-input .datepicker .datepicker-days .table-condensed tbody .day.new:hover,
.datepicker[data-bg=white] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-days .table-condensed tbody .day.new:hover,
.datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-days .table-condensed tbody .day.new:hover,
.datepicker[data-bg=gray] .calendar-builds .datepicker .datepicker-days .table-condensed tbody .day.new.prova,
.datepicker[data-bg=gray] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-days .table-condensed tbody .day.new.prova,
.calendar[data-bg=white] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-days .table-condensed tbody .day.new.prova,
.datepicker[data-bg=gray] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-days .table-condensed tbody .day.new.prova,
.calendar[data-bg=gray] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-days .table-condensed tbody .day.new.prova,
.datepicker[data-bg=gray] .datepicker[data-bg=white] .calendar-input .datepicker .datepicker-days .table-condensed tbody .day.new.prova,
.datepicker[data-bg=white] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-days .table-condensed tbody .day.new.prova,
.datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-days .table-condensed tbody .day.new.prova,
.datepicker[data-bg=gray] .calendar-builds .datepicker .datepicker-days .table-condensed tbody .day.new.trabalho,
.datepicker[data-bg=gray] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-days .table-condensed tbody .day.new.trabalho,
.calendar[data-bg=white] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-days .table-condensed tbody .day.new.trabalho,
.datepicker[data-bg=gray] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-days .table-condensed tbody .day.new.trabalho,
.calendar[data-bg=gray] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-days .table-condensed tbody .day.new.trabalho,
.datepicker[data-bg=gray] .datepicker[data-bg=white] .calendar-input .datepicker .datepicker-days .table-condensed tbody .day.new.trabalho,
.datepicker[data-bg=white] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-days .table-condensed tbody .day.new.trabalho,
.datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-days .table-condensed tbody .day.new.trabalho,
.datepicker[data-bg=gray] .calendar-builds .datepicker .datepicker-days .table-condensed tbody .day.new.encontro,
.datepicker[data-bg=gray] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-days .table-condensed tbody .day.new.encontro,
.calendar[data-bg=white] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-days .table-condensed tbody .day.new.encontro,
.datepicker[data-bg=gray] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-days .table-condensed tbody .day.new.encontro,
.calendar[data-bg=gray] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-days .table-condensed tbody .day.new.encontro,
.datepicker[data-bg=gray] .datepicker[data-bg=white] .calendar-input .datepicker .datepicker-days .table-condensed tbody .day.new.encontro,
.datepicker[data-bg=white] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-days .table-condensed tbody .day.new.encontro,
.datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-days .table-condensed tbody .day.new.encontro,
.datepicker[data-bg=gray] .calendar-builds .datepicker .datepicker-days .table-condensed tbody .month.old.active,
.datepicker[data-bg=gray] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-days .table-condensed tbody .month.old.active,
.calendar[data-bg=white] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-days .table-condensed tbody .month.old.active,
.datepicker[data-bg=gray] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-days .table-condensed tbody .month.old.active,
.calendar[data-bg=gray] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-days .table-condensed tbody .month.old.active,
.datepicker[data-bg=gray] .datepicker[data-bg=white] .calendar-input .datepicker .datepicker-days .table-condensed tbody .month.old.active,
.datepicker[data-bg=white] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-days .table-condensed tbody .month.old.active,
.datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-days .table-condensed tbody .month.old.active,
.datepicker[data-bg=gray] .calendar-builds .datepicker .datepicker-days .table-condensed tbody .month.old:hover,
.datepicker[data-bg=gray] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-days .table-condensed tbody .month.old:hover,
.calendar[data-bg=white] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-days .table-condensed tbody .month.old:hover,
.datepicker[data-bg=gray] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-days .table-condensed tbody .month.old:hover,
.calendar[data-bg=gray] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-days .table-condensed tbody .month.old:hover,
.datepicker[data-bg=gray] .datepicker[data-bg=white] .calendar-input .datepicker .datepicker-days .table-condensed tbody .month.old:hover,
.datepicker[data-bg=white] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-days .table-condensed tbody .month.old:hover,
.datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-days .table-condensed tbody .month.old:hover,
.datepicker[data-bg=gray] .calendar-builds .datepicker .datepicker-days .table-condensed tbody .month.old.prova,
.datepicker[data-bg=gray] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-days .table-condensed tbody .month.old.prova,
.calendar[data-bg=white] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-days .table-condensed tbody .month.old.prova,
.datepicker[data-bg=gray] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-days .table-condensed tbody .month.old.prova,
.calendar[data-bg=gray] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-days .table-condensed tbody .month.old.prova,
.datepicker[data-bg=gray] .datepicker[data-bg=white] .calendar-input .datepicker .datepicker-days .table-condensed tbody .month.old.prova,
.datepicker[data-bg=white] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-days .table-condensed tbody .month.old.prova,
.datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-days .table-condensed tbody .month.old.prova,
.datepicker[data-bg=gray] .calendar-builds .datepicker .datepicker-days .table-condensed tbody .month.old.trabalho,
.datepicker[data-bg=gray] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-days .table-condensed tbody .month.old.trabalho,
.calendar[data-bg=white] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-days .table-condensed tbody .month.old.trabalho,
.datepicker[data-bg=gray] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-days .table-condensed tbody .month.old.trabalho,
.calendar[data-bg=gray] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-days .table-condensed tbody .month.old.trabalho,
.datepicker[data-bg=gray] .datepicker[data-bg=white] .calendar-input .datepicker .datepicker-days .table-condensed tbody .month.old.trabalho,
.datepicker[data-bg=white] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-days .table-condensed tbody .month.old.trabalho,
.datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-days .table-condensed tbody .month.old.trabalho,
.datepicker[data-bg=gray] .calendar-builds .datepicker .datepicker-days .table-condensed tbody .month.old.encontro,
.datepicker[data-bg=gray] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-days .table-condensed tbody .month.old.encontro,
.calendar[data-bg=white] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-days .table-condensed tbody .month.old.encontro,
.datepicker[data-bg=gray] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-days .table-condensed tbody .month.old.encontro,
.calendar[data-bg=gray] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-days .table-condensed tbody .month.old.encontro,
.datepicker[data-bg=gray] .datepicker[data-bg=white] .calendar-input .datepicker .datepicker-days .table-condensed tbody .month.old.encontro,
.datepicker[data-bg=white] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-days .table-condensed tbody .month.old.encontro,
.datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-days .table-condensed tbody .month.old.encontro,
.datepicker[data-bg=gray] .calendar-builds .datepicker .datepicker-days .table-condensed tbody .month.new.active,
.datepicker[data-bg=gray] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-days .table-condensed tbody .month.new.active,
.calendar[data-bg=white] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-days .table-condensed tbody .month.new.active,
.datepicker[data-bg=gray] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-days .table-condensed tbody .month.new.active,
.calendar[data-bg=gray] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-days .table-condensed tbody .month.new.active,
.datepicker[data-bg=gray] .datepicker[data-bg=white] .calendar-input .datepicker .datepicker-days .table-condensed tbody .month.new.active,
.datepicker[data-bg=white] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-days .table-condensed tbody .month.new.active,
.datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-days .table-condensed tbody .month.new.active,
.datepicker[data-bg=gray] .calendar-builds .datepicker .datepicker-days .table-condensed tbody .month.new:hover,
.datepicker[data-bg=gray] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-days .table-condensed tbody .month.new:hover,
.calendar[data-bg=white] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-days .table-condensed tbody .month.new:hover,
.datepicker[data-bg=gray] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-days .table-condensed tbody .month.new:hover,
.calendar[data-bg=gray] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-days .table-condensed tbody .month.new:hover,
.datepicker[data-bg=gray] .datepicker[data-bg=white] .calendar-input .datepicker .datepicker-days .table-condensed tbody .month.new:hover,
.datepicker[data-bg=white] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-days .table-condensed tbody .month.new:hover,
.datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-days .table-condensed tbody .month.new:hover,
.datepicker[data-bg=gray] .calendar-builds .datepicker .datepicker-days .table-condensed tbody .month.new.prova,
.datepicker[data-bg=gray] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-days .table-condensed tbody .month.new.prova,
.calendar[data-bg=white] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-days .table-condensed tbody .month.new.prova,
.datepicker[data-bg=gray] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-days .table-condensed tbody .month.new.prova,
.calendar[data-bg=gray] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-days .table-condensed tbody .month.new.prova,
.datepicker[data-bg=gray] .datepicker[data-bg=white] .calendar-input .datepicker .datepicker-days .table-condensed tbody .month.new.prova,
.datepicker[data-bg=white] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-days .table-condensed tbody .month.new.prova,
.datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-days .table-condensed tbody .month.new.prova,
.datepicker[data-bg=gray] .calendar-builds .datepicker .datepicker-days .table-condensed tbody .month.new.trabalho,
.datepicker[data-bg=gray] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-days .table-condensed tbody .month.new.trabalho,
.calendar[data-bg=white] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-days .table-condensed tbody .month.new.trabalho,
.datepicker[data-bg=gray] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-days .table-condensed tbody .month.new.trabalho,
.calendar[data-bg=gray] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-days .table-condensed tbody .month.new.trabalho,
.datepicker[data-bg=gray] .datepicker[data-bg=white] .calendar-input .datepicker .datepicker-days .table-condensed tbody .month.new.trabalho,
.datepicker[data-bg=white] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-days .table-condensed tbody .month.new.trabalho,
.datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-days .table-condensed tbody .month.new.trabalho,
.datepicker[data-bg=gray] .calendar-builds .datepicker .datepicker-days .table-condensed tbody .month.new.encontro,
.datepicker[data-bg=gray] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-days .table-condensed tbody .month.new.encontro,
.calendar[data-bg=white] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-days .table-condensed tbody .month.new.encontro,
.datepicker[data-bg=gray] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-days .table-condensed tbody .month.new.encontro,
.calendar[data-bg=gray] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-days .table-condensed tbody .month.new.encontro,
.datepicker[data-bg=gray] .datepicker[data-bg=white] .calendar-input .datepicker .datepicker-days .table-condensed tbody .month.new.encontro,
.datepicker[data-bg=white] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-days .table-condensed tbody .month.new.encontro,
.datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-days .table-condensed tbody .month.new.encontro,
.datepicker[data-bg=gray] .calendar-builds .datepicker .datepicker-days .table-condensed tbody .year.old.active,
.datepicker[data-bg=gray] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-days .table-condensed tbody .year.old.active,
.calendar[data-bg=white] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-days .table-condensed tbody .year.old.active,
.datepicker[data-bg=gray] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-days .table-condensed tbody .year.old.active,
.calendar[data-bg=gray] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-days .table-condensed tbody .year.old.active,
.datepicker[data-bg=gray] .datepicker[data-bg=white] .calendar-input .datepicker .datepicker-days .table-condensed tbody .year.old.active,
.datepicker[data-bg=white] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-days .table-condensed tbody .year.old.active,
.datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-days .table-condensed tbody .year.old.active,
.datepicker[data-bg=gray] .calendar-builds .datepicker .datepicker-days .table-condensed tbody .year.old:hover,
.datepicker[data-bg=gray] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-days .table-condensed tbody .year.old:hover,
.calendar[data-bg=white] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-days .table-condensed tbody .year.old:hover,
.datepicker[data-bg=gray] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-days .table-condensed tbody .year.old:hover,
.calendar[data-bg=gray] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-days .table-condensed tbody .year.old:hover,
.datepicker[data-bg=gray] .datepicker[data-bg=white] .calendar-input .datepicker .datepicker-days .table-condensed tbody .year.old:hover,
.datepicker[data-bg=white] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-days .table-condensed tbody .year.old:hover,
.datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-days .table-condensed tbody .year.old:hover,
.datepicker[data-bg=gray] .calendar-builds .datepicker .datepicker-days .table-condensed tbody .year.old.prova,
.datepicker[data-bg=gray] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-days .table-condensed tbody .year.old.prova,
.calendar[data-bg=white] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-days .table-condensed tbody .year.old.prova,
.datepicker[data-bg=gray] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-days .table-condensed tbody .year.old.prova,
.calendar[data-bg=gray] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-days .table-condensed tbody .year.old.prova,
.datepicker[data-bg=gray] .datepicker[data-bg=white] .calendar-input .datepicker .datepicker-days .table-condensed tbody .year.old.prova,
.datepicker[data-bg=white] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-days .table-condensed tbody .year.old.prova,
.datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-days .table-condensed tbody .year.old.prova,
.datepicker[data-bg=gray] .calendar-builds .datepicker .datepicker-days .table-condensed tbody .year.old.trabalho,
.datepicker[data-bg=gray] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-days .table-condensed tbody .year.old.trabalho,
.calendar[data-bg=white] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-days .table-condensed tbody .year.old.trabalho,
.datepicker[data-bg=gray] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-days .table-condensed tbody .year.old.trabalho,
.calendar[data-bg=gray] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-days .table-condensed tbody .year.old.trabalho,
.datepicker[data-bg=gray] .datepicker[data-bg=white] .calendar-input .datepicker .datepicker-days .table-condensed tbody .year.old.trabalho,
.datepicker[data-bg=white] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-days .table-condensed tbody .year.old.trabalho,
.datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-days .table-condensed tbody .year.old.trabalho,
.datepicker[data-bg=gray] .calendar-builds .datepicker .datepicker-days .table-condensed tbody .year.old.encontro,
.datepicker[data-bg=gray] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-days .table-condensed tbody .year.old.encontro,
.calendar[data-bg=white] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-days .table-condensed tbody .year.old.encontro,
.datepicker[data-bg=gray] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-days .table-condensed tbody .year.old.encontro,
.calendar[data-bg=gray] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-days .table-condensed tbody .year.old.encontro,
.datepicker[data-bg=gray] .datepicker[data-bg=white] .calendar-input .datepicker .datepicker-days .table-condensed tbody .year.old.encontro,
.datepicker[data-bg=white] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-days .table-condensed tbody .year.old.encontro,
.datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-days .table-condensed tbody .year.old.encontro,
.datepicker[data-bg=gray] .calendar-builds .datepicker .datepicker-days .table-condensed tbody .year.new.active,
.datepicker[data-bg=gray] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-days .table-condensed tbody .year.new.active,
.calendar[data-bg=white] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-days .table-condensed tbody .year.new.active,
.datepicker[data-bg=gray] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-days .table-condensed tbody .year.new.active,
.calendar[data-bg=gray] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-days .table-condensed tbody .year.new.active,
.datepicker[data-bg=gray] .datepicker[data-bg=white] .calendar-input .datepicker .datepicker-days .table-condensed tbody .year.new.active,
.datepicker[data-bg=white] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-days .table-condensed tbody .year.new.active,
.datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-days .table-condensed tbody .year.new.active,
.datepicker[data-bg=gray] .calendar-builds .datepicker .datepicker-days .table-condensed tbody .year.new:hover,
.datepicker[data-bg=gray] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-days .table-condensed tbody .year.new:hover,
.calendar[data-bg=white] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-days .table-condensed tbody .year.new:hover,
.datepicker[data-bg=gray] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-days .table-condensed tbody .year.new:hover,
.calendar[data-bg=gray] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-days .table-condensed tbody .year.new:hover,
.datepicker[data-bg=gray] .datepicker[data-bg=white] .calendar-input .datepicker .datepicker-days .table-condensed tbody .year.new:hover,
.datepicker[data-bg=white] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-days .table-condensed tbody .year.new:hover,
.datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-days .table-condensed tbody .year.new:hover,
.datepicker[data-bg=gray] .calendar-builds .datepicker .datepicker-days .table-condensed tbody .year.new.prova,
.datepicker[data-bg=gray] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-days .table-condensed tbody .year.new.prova,
.calendar[data-bg=white] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-days .table-condensed tbody .year.new.prova,
.datepicker[data-bg=gray] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-days .table-condensed tbody .year.new.prova,
.calendar[data-bg=gray] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-days .table-condensed tbody .year.new.prova,
.datepicker[data-bg=gray] .datepicker[data-bg=white] .calendar-input .datepicker .datepicker-days .table-condensed tbody .year.new.prova,
.datepicker[data-bg=white] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-days .table-condensed tbody .year.new.prova,
.datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-days .table-condensed tbody .year.new.prova,
.datepicker[data-bg=gray] .calendar-builds .datepicker .datepicker-days .table-condensed tbody .year.new.trabalho,
.datepicker[data-bg=gray] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-days .table-condensed tbody .year.new.trabalho,
.calendar[data-bg=white] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-days .table-condensed tbody .year.new.trabalho,
.datepicker[data-bg=gray] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-days .table-condensed tbody .year.new.trabalho,
.calendar[data-bg=gray] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-days .table-condensed tbody .year.new.trabalho,
.datepicker[data-bg=gray] .datepicker[data-bg=white] .calendar-input .datepicker .datepicker-days .table-condensed tbody .year.new.trabalho,
.datepicker[data-bg=white] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-days .table-condensed tbody .year.new.trabalho,
.datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-days .table-condensed tbody .year.new.trabalho,
.datepicker[data-bg=gray] .calendar-builds .datepicker .datepicker-days .table-condensed tbody .year.new.encontro,
.datepicker[data-bg=gray] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-days .table-condensed tbody .year.new.encontro,
.calendar[data-bg=white] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-days .table-condensed tbody .year.new.encontro,
.datepicker[data-bg=gray] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-days .table-condensed tbody .year.new.encontro,
.calendar[data-bg=gray] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-days .table-condensed tbody .year.new.encontro,
.datepicker[data-bg=gray] .datepicker[data-bg=white] .calendar-input .datepicker .datepicker-days .table-condensed tbody .year.new.encontro,
.datepicker[data-bg=white] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-days .table-condensed tbody .year.new.encontro,
.datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-days .table-condensed tbody .year.new.encontro,
.datepicker[data-bg=gray] .calendar-builds .datepicker .datepicker-days .table-condensed tbody .decate.old.active,
.datepicker[data-bg=gray] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-days .table-condensed tbody .decate.old.active,
.calendar[data-bg=white] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-days .table-condensed tbody .decate.old.active,
.datepicker[data-bg=gray] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-days .table-condensed tbody .decate.old.active,
.calendar[data-bg=gray] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-days .table-condensed tbody .decate.old.active,
.datepicker[data-bg=gray] .datepicker[data-bg=white] .calendar-input .datepicker .datepicker-days .table-condensed tbody .decate.old.active,
.datepicker[data-bg=white] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-days .table-condensed tbody .decate.old.active,
.datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-days .table-condensed tbody .decate.old.active,
.datepicker[data-bg=gray] .calendar-builds .datepicker .datepicker-days .table-condensed tbody .decate.old:hover,
.datepicker[data-bg=gray] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-days .table-condensed tbody .decate.old:hover,
.calendar[data-bg=white] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-days .table-condensed tbody .decate.old:hover,
.datepicker[data-bg=gray] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-days .table-condensed tbody .decate.old:hover,
.calendar[data-bg=gray] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-days .table-condensed tbody .decate.old:hover,
.datepicker[data-bg=gray] .datepicker[data-bg=white] .calendar-input .datepicker .datepicker-days .table-condensed tbody .decate.old:hover,
.datepicker[data-bg=white] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-days .table-condensed tbody .decate.old:hover,
.datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-days .table-condensed tbody .decate.old:hover,
.datepicker[data-bg=gray] .calendar-builds .datepicker .datepicker-days .table-condensed tbody .decate.old.prova,
.datepicker[data-bg=gray] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-days .table-condensed tbody .decate.old.prova,
.calendar[data-bg=white] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-days .table-condensed tbody .decate.old.prova,
.datepicker[data-bg=gray] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-days .table-condensed tbody .decate.old.prova,
.calendar[data-bg=gray] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-days .table-condensed tbody .decate.old.prova,
.datepicker[data-bg=gray] .datepicker[data-bg=white] .calendar-input .datepicker .datepicker-days .table-condensed tbody .decate.old.prova,
.datepicker[data-bg=white] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-days .table-condensed tbody .decate.old.prova,
.datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-days .table-condensed tbody .decate.old.prova,
.datepicker[data-bg=gray] .calendar-builds .datepicker .datepicker-days .table-condensed tbody .decate.old.trabalho,
.datepicker[data-bg=gray] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-days .table-condensed tbody .decate.old.trabalho,
.calendar[data-bg=white] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-days .table-condensed tbody .decate.old.trabalho,
.datepicker[data-bg=gray] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-days .table-condensed tbody .decate.old.trabalho,
.calendar[data-bg=gray] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-days .table-condensed tbody .decate.old.trabalho,
.datepicker[data-bg=gray] .datepicker[data-bg=white] .calendar-input .datepicker .datepicker-days .table-condensed tbody .decate.old.trabalho,
.datepicker[data-bg=white] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-days .table-condensed tbody .decate.old.trabalho,
.datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-days .table-condensed tbody .decate.old.trabalho,
.datepicker[data-bg=gray] .calendar-builds .datepicker .datepicker-days .table-condensed tbody .decate.old.encontro,
.datepicker[data-bg=gray] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-days .table-condensed tbody .decate.old.encontro,
.calendar[data-bg=white] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-days .table-condensed tbody .decate.old.encontro,
.datepicker[data-bg=gray] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-days .table-condensed tbody .decate.old.encontro,
.calendar[data-bg=gray] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-days .table-condensed tbody .decate.old.encontro,
.datepicker[data-bg=gray] .datepicker[data-bg=white] .calendar-input .datepicker .datepicker-days .table-condensed tbody .decate.old.encontro,
.datepicker[data-bg=white] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-days .table-condensed tbody .decate.old.encontro,
.datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-days .table-condensed tbody .decate.old.encontro,
.datepicker[data-bg=gray] .calendar-builds .datepicker .datepicker-days .table-condensed tbody .decate.new.active,
.datepicker[data-bg=gray] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-days .table-condensed tbody .decate.new.active,
.calendar[data-bg=white] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-days .table-condensed tbody .decate.new.active,
.datepicker[data-bg=gray] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-days .table-condensed tbody .decate.new.active,
.calendar[data-bg=gray] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-days .table-condensed tbody .decate.new.active,
.datepicker[data-bg=gray] .datepicker[data-bg=white] .calendar-input .datepicker .datepicker-days .table-condensed tbody .decate.new.active,
.datepicker[data-bg=white] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-days .table-condensed tbody .decate.new.active,
.datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-days .table-condensed tbody .decate.new.active,
.datepicker[data-bg=gray] .calendar-builds .datepicker .datepicker-days .table-condensed tbody .decate.new:hover,
.datepicker[data-bg=gray] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-days .table-condensed tbody .decate.new:hover,
.calendar[data-bg=white] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-days .table-condensed tbody .decate.new:hover,
.datepicker[data-bg=gray] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-days .table-condensed tbody .decate.new:hover,
.calendar[data-bg=gray] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-days .table-condensed tbody .decate.new:hover,
.datepicker[data-bg=gray] .datepicker[data-bg=white] .calendar-input .datepicker .datepicker-days .table-condensed tbody .decate.new:hover,
.datepicker[data-bg=white] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-days .table-condensed tbody .decate.new:hover,
.datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-days .table-condensed tbody .decate.new:hover,
.datepicker[data-bg=gray] .calendar-builds .datepicker .datepicker-days .table-condensed tbody .decate.new.prova,
.datepicker[data-bg=gray] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-days .table-condensed tbody .decate.new.prova,
.calendar[data-bg=white] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-days .table-condensed tbody .decate.new.prova,
.datepicker[data-bg=gray] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-days .table-condensed tbody .decate.new.prova,
.calendar[data-bg=gray] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-days .table-condensed tbody .decate.new.prova,
.datepicker[data-bg=gray] .datepicker[data-bg=white] .calendar-input .datepicker .datepicker-days .table-condensed tbody .decate.new.prova,
.datepicker[data-bg=white] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-days .table-condensed tbody .decate.new.prova,
.datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-days .table-condensed tbody .decate.new.prova,
.datepicker[data-bg=gray] .calendar-builds .datepicker .datepicker-days .table-condensed tbody .decate.new.trabalho,
.datepicker[data-bg=gray] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-days .table-condensed tbody .decate.new.trabalho,
.calendar[data-bg=white] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-days .table-condensed tbody .decate.new.trabalho,
.datepicker[data-bg=gray] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-days .table-condensed tbody .decate.new.trabalho,
.calendar[data-bg=gray] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-days .table-condensed tbody .decate.new.trabalho,
.datepicker[data-bg=gray] .datepicker[data-bg=white] .calendar-input .datepicker .datepicker-days .table-condensed tbody .decate.new.trabalho,
.datepicker[data-bg=white] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-days .table-condensed tbody .decate.new.trabalho,
.datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-days .table-condensed tbody .decate.new.trabalho,
.datepicker[data-bg=gray] .calendar-builds .datepicker .datepicker-days .table-condensed tbody .decate.new.encontro,
.datepicker[data-bg=gray] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-days .table-condensed tbody .decate.new.encontro,
.calendar[data-bg=white] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-days .table-condensed tbody .decate.new.encontro,
.datepicker[data-bg=gray] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-days .table-condensed tbody .decate.new.encontro,
.calendar[data-bg=gray] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-days .table-condensed tbody .decate.new.encontro,
.datepicker[data-bg=gray] .datepicker[data-bg=white] .calendar-input .datepicker .datepicker-days .table-condensed tbody .decate.new.encontro,
.datepicker[data-bg=white] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-days .table-condensed tbody .decate.new.encontro,
.datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-days .table-condensed tbody .decate.new.encontro,
.datepicker[data-bg=gray] .calendar-builds .datepicker .datepicker-days .table-condensed tbody .century.old.active,
.datepicker[data-bg=gray] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-days .table-condensed tbody .century.old.active,
.calendar[data-bg=white] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-days .table-condensed tbody .century.old.active,
.datepicker[data-bg=gray] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-days .table-condensed tbody .century.old.active,
.calendar[data-bg=gray] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-days .table-condensed tbody .century.old.active,
.datepicker[data-bg=gray] .datepicker[data-bg=white] .calendar-input .datepicker .datepicker-days .table-condensed tbody .century.old.active,
.datepicker[data-bg=white] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-days .table-condensed tbody .century.old.active,
.datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-days .table-condensed tbody .century.old.active,
.datepicker[data-bg=gray] .calendar-builds .datepicker .datepicker-days .table-condensed tbody .century.old:hover,
.datepicker[data-bg=gray] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-days .table-condensed tbody .century.old:hover,
.calendar[data-bg=white] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-days .table-condensed tbody .century.old:hover,
.datepicker[data-bg=gray] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-days .table-condensed tbody .century.old:hover,
.calendar[data-bg=gray] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-days .table-condensed tbody .century.old:hover,
.datepicker[data-bg=gray] .datepicker[data-bg=white] .calendar-input .datepicker .datepicker-days .table-condensed tbody .century.old:hover,
.datepicker[data-bg=white] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-days .table-condensed tbody .century.old:hover,
.datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-days .table-condensed tbody .century.old:hover,
.datepicker[data-bg=gray] .calendar-builds .datepicker .datepicker-days .table-condensed tbody .century.old.prova,
.datepicker[data-bg=gray] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-days .table-condensed tbody .century.old.prova,
.calendar[data-bg=white] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-days .table-condensed tbody .century.old.prova,
.datepicker[data-bg=gray] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-days .table-condensed tbody .century.old.prova,
.calendar[data-bg=gray] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-days .table-condensed tbody .century.old.prova,
.datepicker[data-bg=gray] .datepicker[data-bg=white] .calendar-input .datepicker .datepicker-days .table-condensed tbody .century.old.prova,
.datepicker[data-bg=white] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-days .table-condensed tbody .century.old.prova,
.datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-days .table-condensed tbody .century.old.prova,
.datepicker[data-bg=gray] .calendar-builds .datepicker .datepicker-days .table-condensed tbody .century.old.trabalho,
.datepicker[data-bg=gray] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-days .table-condensed tbody .century.old.trabalho,
.calendar[data-bg=white] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-days .table-condensed tbody .century.old.trabalho,
.datepicker[data-bg=gray] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-days .table-condensed tbody .century.old.trabalho,
.calendar[data-bg=gray] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-days .table-condensed tbody .century.old.trabalho,
.datepicker[data-bg=gray] .datepicker[data-bg=white] .calendar-input .datepicker .datepicker-days .table-condensed tbody .century.old.trabalho,
.datepicker[data-bg=white] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-days .table-condensed tbody .century.old.trabalho,
.datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-days .table-condensed tbody .century.old.trabalho,
.datepicker[data-bg=gray] .calendar-builds .datepicker .datepicker-days .table-condensed tbody .century.old.encontro,
.datepicker[data-bg=gray] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-days .table-condensed tbody .century.old.encontro,
.calendar[data-bg=white] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-days .table-condensed tbody .century.old.encontro,
.datepicker[data-bg=gray] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-days .table-condensed tbody .century.old.encontro,
.calendar[data-bg=gray] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-days .table-condensed tbody .century.old.encontro,
.datepicker[data-bg=gray] .datepicker[data-bg=white] .calendar-input .datepicker .datepicker-days .table-condensed tbody .century.old.encontro,
.datepicker[data-bg=white] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-days .table-condensed tbody .century.old.encontro,
.datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-days .table-condensed tbody .century.old.encontro,
.datepicker[data-bg=gray] .calendar-builds .datepicker .datepicker-days .table-condensed tbody .century.new.active,
.datepicker[data-bg=gray] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-days .table-condensed tbody .century.new.active,
.calendar[data-bg=white] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-days .table-condensed tbody .century.new.active,
.datepicker[data-bg=gray] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-days .table-condensed tbody .century.new.active,
.calendar[data-bg=gray] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-days .table-condensed tbody .century.new.active,
.datepicker[data-bg=gray] .datepicker[data-bg=white] .calendar-input .datepicker .datepicker-days .table-condensed tbody .century.new.active,
.datepicker[data-bg=white] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-days .table-condensed tbody .century.new.active,
.datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-days .table-condensed tbody .century.new.active,
.datepicker[data-bg=gray] .calendar-builds .datepicker .datepicker-days .table-condensed tbody .century.new:hover,
.datepicker[data-bg=gray] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-days .table-condensed tbody .century.new:hover,
.calendar[data-bg=white] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-days .table-condensed tbody .century.new:hover,
.datepicker[data-bg=gray] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-days .table-condensed tbody .century.new:hover,
.calendar[data-bg=gray] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-days .table-condensed tbody .century.new:hover,
.datepicker[data-bg=gray] .datepicker[data-bg=white] .calendar-input .datepicker .datepicker-days .table-condensed tbody .century.new:hover,
.datepicker[data-bg=white] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-days .table-condensed tbody .century.new:hover,
.datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-days .table-condensed tbody .century.new:hover,
.datepicker[data-bg=gray] .calendar-builds .datepicker .datepicker-days .table-condensed tbody .century.new.prova,
.datepicker[data-bg=gray] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-days .table-condensed tbody .century.new.prova,
.calendar[data-bg=white] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-days .table-condensed tbody .century.new.prova,
.datepicker[data-bg=gray] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-days .table-condensed tbody .century.new.prova,
.calendar[data-bg=gray] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-days .table-condensed tbody .century.new.prova,
.datepicker[data-bg=gray] .datepicker[data-bg=white] .calendar-input .datepicker .datepicker-days .table-condensed tbody .century.new.prova,
.datepicker[data-bg=white] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-days .table-condensed tbody .century.new.prova,
.datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-days .table-condensed tbody .century.new.prova,
.datepicker[data-bg=gray] .calendar-builds .datepicker .datepicker-days .table-condensed tbody .century.new.trabalho,
.datepicker[data-bg=gray] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-days .table-condensed tbody .century.new.trabalho,
.calendar[data-bg=white] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-days .table-condensed tbody .century.new.trabalho,
.datepicker[data-bg=gray] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-days .table-condensed tbody .century.new.trabalho,
.calendar[data-bg=gray] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-days .table-condensed tbody .century.new.trabalho,
.datepicker[data-bg=gray] .datepicker[data-bg=white] .calendar-input .datepicker .datepicker-days .table-condensed tbody .century.new.trabalho,
.datepicker[data-bg=white] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-days .table-condensed tbody .century.new.trabalho,
.datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-days .table-condensed tbody .century.new.trabalho,
.datepicker[data-bg=gray] .calendar-builds .datepicker .datepicker-days .table-condensed tbody .century.new.encontro,
.datepicker[data-bg=gray] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-days .table-condensed tbody .century.new.encontro,
.calendar[data-bg=white] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-days .table-condensed tbody .century.new.encontro,
.datepicker[data-bg=gray] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-days .table-condensed tbody .century.new.encontro,
.calendar[data-bg=gray] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-days .table-condensed tbody .century.new.encontro,
.datepicker[data-bg=gray] .datepicker[data-bg=white] .calendar-input .datepicker .datepicker-days .table-condensed tbody .century.new.encontro,
.datepicker[data-bg=white] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-days .table-condensed tbody .century.new.encontro,
.datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-days .table-condensed tbody .century.new.encontro,
.datepicker[data-bg=gray] .calendar-builds .datepicker .datepicker-months .table-condensed tbody .day.old.active,
.datepicker[data-bg=gray] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-months .table-condensed tbody .day.old.active,
.calendar[data-bg=white] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-months .table-condensed tbody .day.old.active,
.datepicker[data-bg=gray] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-months .table-condensed tbody .day.old.active,
.calendar[data-bg=gray] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-months .table-condensed tbody .day.old.active,
.datepicker[data-bg=gray] .datepicker[data-bg=white] .calendar-input .datepicker .datepicker-months .table-condensed tbody .day.old.active,
.datepicker[data-bg=white] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-months .table-condensed tbody .day.old.active,
.datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-months .table-condensed tbody .day.old.active,
.datepicker[data-bg=gray] .calendar-builds .datepicker .datepicker-months .table-condensed tbody .day.old:hover,
.datepicker[data-bg=gray] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-months .table-condensed tbody .day.old:hover,
.calendar[data-bg=white] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-months .table-condensed tbody .day.old:hover,
.datepicker[data-bg=gray] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-months .table-condensed tbody .day.old:hover,
.calendar[data-bg=gray] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-months .table-condensed tbody .day.old:hover,
.datepicker[data-bg=gray] .datepicker[data-bg=white] .calendar-input .datepicker .datepicker-months .table-condensed tbody .day.old:hover,
.datepicker[data-bg=white] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-months .table-condensed tbody .day.old:hover,
.datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-months .table-condensed tbody .day.old:hover,
.datepicker[data-bg=gray] .calendar-builds .datepicker .datepicker-months .table-condensed tbody .day.old.prova,
.datepicker[data-bg=gray] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-months .table-condensed tbody .day.old.prova,
.calendar[data-bg=white] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-months .table-condensed tbody .day.old.prova,
.datepicker[data-bg=gray] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-months .table-condensed tbody .day.old.prova,
.calendar[data-bg=gray] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-months .table-condensed tbody .day.old.prova,
.datepicker[data-bg=gray] .datepicker[data-bg=white] .calendar-input .datepicker .datepicker-months .table-condensed tbody .day.old.prova,
.datepicker[data-bg=white] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-months .table-condensed tbody .day.old.prova,
.datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-months .table-condensed tbody .day.old.prova,
.datepicker[data-bg=gray] .calendar-builds .datepicker .datepicker-months .table-condensed tbody .day.old.trabalho,
.datepicker[data-bg=gray] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-months .table-condensed tbody .day.old.trabalho,
.calendar[data-bg=white] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-months .table-condensed tbody .day.old.trabalho,
.datepicker[data-bg=gray] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-months .table-condensed tbody .day.old.trabalho,
.calendar[data-bg=gray] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-months .table-condensed tbody .day.old.trabalho,
.datepicker[data-bg=gray] .datepicker[data-bg=white] .calendar-input .datepicker .datepicker-months .table-condensed tbody .day.old.trabalho,
.datepicker[data-bg=white] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-months .table-condensed tbody .day.old.trabalho,
.datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-months .table-condensed tbody .day.old.trabalho,
.datepicker[data-bg=gray] .calendar-builds .datepicker .datepicker-months .table-condensed tbody .day.old.encontro,
.datepicker[data-bg=gray] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-months .table-condensed tbody .day.old.encontro,
.calendar[data-bg=white] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-months .table-condensed tbody .day.old.encontro,
.datepicker[data-bg=gray] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-months .table-condensed tbody .day.old.encontro,
.calendar[data-bg=gray] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-months .table-condensed tbody .day.old.encontro,
.datepicker[data-bg=gray] .datepicker[data-bg=white] .calendar-input .datepicker .datepicker-months .table-condensed tbody .day.old.encontro,
.datepicker[data-bg=white] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-months .table-condensed tbody .day.old.encontro,
.datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-months .table-condensed tbody .day.old.encontro,
.datepicker[data-bg=gray] .calendar-builds .datepicker .datepicker-months .table-condensed tbody .day.new.active,
.datepicker[data-bg=gray] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-months .table-condensed tbody .day.new.active,
.calendar[data-bg=white] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-months .table-condensed tbody .day.new.active,
.datepicker[data-bg=gray] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-months .table-condensed tbody .day.new.active,
.calendar[data-bg=gray] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-months .table-condensed tbody .day.new.active,
.datepicker[data-bg=gray] .datepicker[data-bg=white] .calendar-input .datepicker .datepicker-months .table-condensed tbody .day.new.active,
.datepicker[data-bg=white] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-months .table-condensed tbody .day.new.active,
.datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-months .table-condensed tbody .day.new.active,
.datepicker[data-bg=gray] .calendar-builds .datepicker .datepicker-months .table-condensed tbody .day.new:hover,
.datepicker[data-bg=gray] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-months .table-condensed tbody .day.new:hover,
.calendar[data-bg=white] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-months .table-condensed tbody .day.new:hover,
.datepicker[data-bg=gray] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-months .table-condensed tbody .day.new:hover,
.calendar[data-bg=gray] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-months .table-condensed tbody .day.new:hover,
.datepicker[data-bg=gray] .datepicker[data-bg=white] .calendar-input .datepicker .datepicker-months .table-condensed tbody .day.new:hover,
.datepicker[data-bg=white] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-months .table-condensed tbody .day.new:hover,
.datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-months .table-condensed tbody .day.new:hover,
.datepicker[data-bg=gray] .calendar-builds .datepicker .datepicker-months .table-condensed tbody .day.new.prova,
.datepicker[data-bg=gray] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-months .table-condensed tbody .day.new.prova,
.calendar[data-bg=white] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-months .table-condensed tbody .day.new.prova,
.datepicker[data-bg=gray] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-months .table-condensed tbody .day.new.prova,
.calendar[data-bg=gray] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-months .table-condensed tbody .day.new.prova,
.datepicker[data-bg=gray] .datepicker[data-bg=white] .calendar-input .datepicker .datepicker-months .table-condensed tbody .day.new.prova,
.datepicker[data-bg=white] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-months .table-condensed tbody .day.new.prova,
.datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-months .table-condensed tbody .day.new.prova,
.datepicker[data-bg=gray] .calendar-builds .datepicker .datepicker-months .table-condensed tbody .day.new.trabalho,
.datepicker[data-bg=gray] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-months .table-condensed tbody .day.new.trabalho,
.calendar[data-bg=white] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-months .table-condensed tbody .day.new.trabalho,
.datepicker[data-bg=gray] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-months .table-condensed tbody .day.new.trabalho,
.calendar[data-bg=gray] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-months .table-condensed tbody .day.new.trabalho,
.datepicker[data-bg=gray] .datepicker[data-bg=white] .calendar-input .datepicker .datepicker-months .table-condensed tbody .day.new.trabalho,
.datepicker[data-bg=white] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-months .table-condensed tbody .day.new.trabalho,
.datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-months .table-condensed tbody .day.new.trabalho,
.datepicker[data-bg=gray] .calendar-builds .datepicker .datepicker-months .table-condensed tbody .day.new.encontro,
.datepicker[data-bg=gray] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-months .table-condensed tbody .day.new.encontro,
.calendar[data-bg=white] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-months .table-condensed tbody .day.new.encontro,
.datepicker[data-bg=gray] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-months .table-condensed tbody .day.new.encontro,
.calendar[data-bg=gray] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-months .table-condensed tbody .day.new.encontro,
.datepicker[data-bg=gray] .datepicker[data-bg=white] .calendar-input .datepicker .datepicker-months .table-condensed tbody .day.new.encontro,
.datepicker[data-bg=white] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-months .table-condensed tbody .day.new.encontro,
.datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-months .table-condensed tbody .day.new.encontro,
.datepicker[data-bg=gray] .calendar-builds .datepicker .datepicker-months .table-condensed tbody .month.old.active,
.datepicker[data-bg=gray] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-months .table-condensed tbody .month.old.active,
.calendar[data-bg=white] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-months .table-condensed tbody .month.old.active,
.datepicker[data-bg=gray] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-months .table-condensed tbody .month.old.active,
.calendar[data-bg=gray] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-months .table-condensed tbody .month.old.active,
.datepicker[data-bg=gray] .datepicker[data-bg=white] .calendar-input .datepicker .datepicker-months .table-condensed tbody .month.old.active,
.datepicker[data-bg=white] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-months .table-condensed tbody .month.old.active,
.datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-months .table-condensed tbody .month.old.active,
.datepicker[data-bg=gray] .calendar-builds .datepicker .datepicker-months .table-condensed tbody .month.old:hover,
.datepicker[data-bg=gray] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-months .table-condensed tbody .month.old:hover,
.calendar[data-bg=white] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-months .table-condensed tbody .month.old:hover,
.datepicker[data-bg=gray] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-months .table-condensed tbody .month.old:hover,
.calendar[data-bg=gray] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-months .table-condensed tbody .month.old:hover,
.datepicker[data-bg=gray] .datepicker[data-bg=white] .calendar-input .datepicker .datepicker-months .table-condensed tbody .month.old:hover,
.datepicker[data-bg=white] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-months .table-condensed tbody .month.old:hover,
.datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-months .table-condensed tbody .month.old:hover,
.datepicker[data-bg=gray] .calendar-builds .datepicker .datepicker-months .table-condensed tbody .month.old.prova,
.datepicker[data-bg=gray] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-months .table-condensed tbody .month.old.prova,
.calendar[data-bg=white] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-months .table-condensed tbody .month.old.prova,
.datepicker[data-bg=gray] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-months .table-condensed tbody .month.old.prova,
.calendar[data-bg=gray] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-months .table-condensed tbody .month.old.prova,
.datepicker[data-bg=gray] .datepicker[data-bg=white] .calendar-input .datepicker .datepicker-months .table-condensed tbody .month.old.prova,
.datepicker[data-bg=white] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-months .table-condensed tbody .month.old.prova,
.datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-months .table-condensed tbody .month.old.prova,
.datepicker[data-bg=gray] .calendar-builds .datepicker .datepicker-months .table-condensed tbody .month.old.trabalho,
.datepicker[data-bg=gray] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-months .table-condensed tbody .month.old.trabalho,
.calendar[data-bg=white] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-months .table-condensed tbody .month.old.trabalho,
.datepicker[data-bg=gray] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-months .table-condensed tbody .month.old.trabalho,
.calendar[data-bg=gray] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-months .table-condensed tbody .month.old.trabalho,
.datepicker[data-bg=gray] .datepicker[data-bg=white] .calendar-input .datepicker .datepicker-months .table-condensed tbody .month.old.trabalho,
.datepicker[data-bg=white] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-months .table-condensed tbody .month.old.trabalho,
.datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-months .table-condensed tbody .month.old.trabalho,
.datepicker[data-bg=gray] .calendar-builds .datepicker .datepicker-months .table-condensed tbody .month.old.encontro,
.datepicker[data-bg=gray] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-months .table-condensed tbody .month.old.encontro,
.calendar[data-bg=white] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-months .table-condensed tbody .month.old.encontro,
.datepicker[data-bg=gray] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-months .table-condensed tbody .month.old.encontro,
.calendar[data-bg=gray] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-months .table-condensed tbody .month.old.encontro,
.datepicker[data-bg=gray] .datepicker[data-bg=white] .calendar-input .datepicker .datepicker-months .table-condensed tbody .month.old.encontro,
.datepicker[data-bg=white] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-months .table-condensed tbody .month.old.encontro,
.datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-months .table-condensed tbody .month.old.encontro,
.datepicker[data-bg=gray] .calendar-builds .datepicker .datepicker-months .table-condensed tbody .month.new.active,
.datepicker[data-bg=gray] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-months .table-condensed tbody .month.new.active,
.calendar[data-bg=white] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-months .table-condensed tbody .month.new.active,
.datepicker[data-bg=gray] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-months .table-condensed tbody .month.new.active,
.calendar[data-bg=gray] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-months .table-condensed tbody .month.new.active,
.datepicker[data-bg=gray] .datepicker[data-bg=white] .calendar-input .datepicker .datepicker-months .table-condensed tbody .month.new.active,
.datepicker[data-bg=white] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-months .table-condensed tbody .month.new.active,
.datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-months .table-condensed tbody .month.new.active,
.datepicker[data-bg=gray] .calendar-builds .datepicker .datepicker-months .table-condensed tbody .month.new:hover,
.datepicker[data-bg=gray] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-months .table-condensed tbody .month.new:hover,
.calendar[data-bg=white] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-months .table-condensed tbody .month.new:hover,
.datepicker[data-bg=gray] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-months .table-condensed tbody .month.new:hover,
.calendar[data-bg=gray] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-months .table-condensed tbody .month.new:hover,
.datepicker[data-bg=gray] .datepicker[data-bg=white] .calendar-input .datepicker .datepicker-months .table-condensed tbody .month.new:hover,
.datepicker[data-bg=white] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-months .table-condensed tbody .month.new:hover,
.datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-months .table-condensed tbody .month.new:hover,
.datepicker[data-bg=gray] .calendar-builds .datepicker .datepicker-months .table-condensed tbody .month.new.prova,
.datepicker[data-bg=gray] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-months .table-condensed tbody .month.new.prova,
.calendar[data-bg=white] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-months .table-condensed tbody .month.new.prova,
.datepicker[data-bg=gray] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-months .table-condensed tbody .month.new.prova,
.calendar[data-bg=gray] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-months .table-condensed tbody .month.new.prova,
.datepicker[data-bg=gray] .datepicker[data-bg=white] .calendar-input .datepicker .datepicker-months .table-condensed tbody .month.new.prova,
.datepicker[data-bg=white] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-months .table-condensed tbody .month.new.prova,
.datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-months .table-condensed tbody .month.new.prova,
.datepicker[data-bg=gray] .calendar-builds .datepicker .datepicker-months .table-condensed tbody .month.new.trabalho,
.datepicker[data-bg=gray] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-months .table-condensed tbody .month.new.trabalho,
.calendar[data-bg=white] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-months .table-condensed tbody .month.new.trabalho,
.datepicker[data-bg=gray] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-months .table-condensed tbody .month.new.trabalho,
.calendar[data-bg=gray] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-months .table-condensed tbody .month.new.trabalho,
.datepicker[data-bg=gray] .datepicker[data-bg=white] .calendar-input .datepicker .datepicker-months .table-condensed tbody .month.new.trabalho,
.datepicker[data-bg=white] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-months .table-condensed tbody .month.new.trabalho,
.datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-months .table-condensed tbody .month.new.trabalho,
.datepicker[data-bg=gray] .calendar-builds .datepicker .datepicker-months .table-condensed tbody .month.new.encontro,
.datepicker[data-bg=gray] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-months .table-condensed tbody .month.new.encontro,
.calendar[data-bg=white] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-months .table-condensed tbody .month.new.encontro,
.datepicker[data-bg=gray] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-months .table-condensed tbody .month.new.encontro,
.calendar[data-bg=gray] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-months .table-condensed tbody .month.new.encontro,
.datepicker[data-bg=gray] .datepicker[data-bg=white] .calendar-input .datepicker .datepicker-months .table-condensed tbody .month.new.encontro,
.datepicker[data-bg=white] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-months .table-condensed tbody .month.new.encontro,
.datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-months .table-condensed tbody .month.new.encontro,
.datepicker[data-bg=gray] .calendar-builds .datepicker .datepicker-months .table-condensed tbody .year.old.active,
.datepicker[data-bg=gray] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-months .table-condensed tbody .year.old.active,
.calendar[data-bg=white] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-months .table-condensed tbody .year.old.active,
.datepicker[data-bg=gray] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-months .table-condensed tbody .year.old.active,
.calendar[data-bg=gray] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-months .table-condensed tbody .year.old.active,
.datepicker[data-bg=gray] .datepicker[data-bg=white] .calendar-input .datepicker .datepicker-months .table-condensed tbody .year.old.active,
.datepicker[data-bg=white] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-months .table-condensed tbody .year.old.active,
.datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-months .table-condensed tbody .year.old.active,
.datepicker[data-bg=gray] .calendar-builds .datepicker .datepicker-months .table-condensed tbody .year.old:hover,
.datepicker[data-bg=gray] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-months .table-condensed tbody .year.old:hover,
.calendar[data-bg=white] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-months .table-condensed tbody .year.old:hover,
.datepicker[data-bg=gray] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-months .table-condensed tbody .year.old:hover,
.calendar[data-bg=gray] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-months .table-condensed tbody .year.old:hover,
.datepicker[data-bg=gray] .datepicker[data-bg=white] .calendar-input .datepicker .datepicker-months .table-condensed tbody .year.old:hover,
.datepicker[data-bg=white] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-months .table-condensed tbody .year.old:hover,
.datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-months .table-condensed tbody .year.old:hover,
.datepicker[data-bg=gray] .calendar-builds .datepicker .datepicker-months .table-condensed tbody .year.old.prova,
.datepicker[data-bg=gray] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-months .table-condensed tbody .year.old.prova,
.calendar[data-bg=white] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-months .table-condensed tbody .year.old.prova,
.datepicker[data-bg=gray] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-months .table-condensed tbody .year.old.prova,
.calendar[data-bg=gray] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-months .table-condensed tbody .year.old.prova,
.datepicker[data-bg=gray] .datepicker[data-bg=white] .calendar-input .datepicker .datepicker-months .table-condensed tbody .year.old.prova,
.datepicker[data-bg=white] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-months .table-condensed tbody .year.old.prova,
.datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-months .table-condensed tbody .year.old.prova,
.datepicker[data-bg=gray] .calendar-builds .datepicker .datepicker-months .table-condensed tbody .year.old.trabalho,
.datepicker[data-bg=gray] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-months .table-condensed tbody .year.old.trabalho,
.calendar[data-bg=white] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-months .table-condensed tbody .year.old.trabalho,
.datepicker[data-bg=gray] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-months .table-condensed tbody .year.old.trabalho,
.calendar[data-bg=gray] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-months .table-condensed tbody .year.old.trabalho,
.datepicker[data-bg=gray] .datepicker[data-bg=white] .calendar-input .datepicker .datepicker-months .table-condensed tbody .year.old.trabalho,
.datepicker[data-bg=white] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-months .table-condensed tbody .year.old.trabalho,
.datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-months .table-condensed tbody .year.old.trabalho,
.datepicker[data-bg=gray] .calendar-builds .datepicker .datepicker-months .table-condensed tbody .year.old.encontro,
.datepicker[data-bg=gray] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-months .table-condensed tbody .year.old.encontro,
.calendar[data-bg=white] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-months .table-condensed tbody .year.old.encontro,
.datepicker[data-bg=gray] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-months .table-condensed tbody .year.old.encontro,
.calendar[data-bg=gray] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-months .table-condensed tbody .year.old.encontro,
.datepicker[data-bg=gray] .datepicker[data-bg=white] .calendar-input .datepicker .datepicker-months .table-condensed tbody .year.old.encontro,
.datepicker[data-bg=white] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-months .table-condensed tbody .year.old.encontro,
.datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-months .table-condensed tbody .year.old.encontro,
.datepicker[data-bg=gray] .calendar-builds .datepicker .datepicker-months .table-condensed tbody .year.new.active,
.datepicker[data-bg=gray] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-months .table-condensed tbody .year.new.active,
.calendar[data-bg=white] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-months .table-condensed tbody .year.new.active,
.datepicker[data-bg=gray] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-months .table-condensed tbody .year.new.active,
.calendar[data-bg=gray] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-months .table-condensed tbody .year.new.active,
.datepicker[data-bg=gray] .datepicker[data-bg=white] .calendar-input .datepicker .datepicker-months .table-condensed tbody .year.new.active,
.datepicker[data-bg=white] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-months .table-condensed tbody .year.new.active,
.datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-months .table-condensed tbody .year.new.active,
.datepicker[data-bg=gray] .calendar-builds .datepicker .datepicker-months .table-condensed tbody .year.new:hover,
.datepicker[data-bg=gray] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-months .table-condensed tbody .year.new:hover,
.calendar[data-bg=white] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-months .table-condensed tbody .year.new:hover,
.datepicker[data-bg=gray] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-months .table-condensed tbody .year.new:hover,
.calendar[data-bg=gray] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-months .table-condensed tbody .year.new:hover,
.datepicker[data-bg=gray] .datepicker[data-bg=white] .calendar-input .datepicker .datepicker-months .table-condensed tbody .year.new:hover,
.datepicker[data-bg=white] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-months .table-condensed tbody .year.new:hover,
.datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-months .table-condensed tbody .year.new:hover,
.datepicker[data-bg=gray] .calendar-builds .datepicker .datepicker-months .table-condensed tbody .year.new.prova,
.datepicker[data-bg=gray] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-months .table-condensed tbody .year.new.prova,
.calendar[data-bg=white] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-months .table-condensed tbody .year.new.prova,
.datepicker[data-bg=gray] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-months .table-condensed tbody .year.new.prova,
.calendar[data-bg=gray] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-months .table-condensed tbody .year.new.prova,
.datepicker[data-bg=gray] .datepicker[data-bg=white] .calendar-input .datepicker .datepicker-months .table-condensed tbody .year.new.prova,
.datepicker[data-bg=white] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-months .table-condensed tbody .year.new.prova,
.datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-months .table-condensed tbody .year.new.prova,
.datepicker[data-bg=gray] .calendar-builds .datepicker .datepicker-months .table-condensed tbody .year.new.trabalho,
.datepicker[data-bg=gray] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-months .table-condensed tbody .year.new.trabalho,
.calendar[data-bg=white] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-months .table-condensed tbody .year.new.trabalho,
.datepicker[data-bg=gray] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-months .table-condensed tbody .year.new.trabalho,
.calendar[data-bg=gray] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-months .table-condensed tbody .year.new.trabalho,
.datepicker[data-bg=gray] .datepicker[data-bg=white] .calendar-input .datepicker .datepicker-months .table-condensed tbody .year.new.trabalho,
.datepicker[data-bg=white] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-months .table-condensed tbody .year.new.trabalho,
.datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-months .table-condensed tbody .year.new.trabalho,
.datepicker[data-bg=gray] .calendar-builds .datepicker .datepicker-months .table-condensed tbody .year.new.encontro,
.datepicker[data-bg=gray] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-months .table-condensed tbody .year.new.encontro,
.calendar[data-bg=white] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-months .table-condensed tbody .year.new.encontro,
.datepicker[data-bg=gray] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-months .table-condensed tbody .year.new.encontro,
.calendar[data-bg=gray] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-months .table-condensed tbody .year.new.encontro,
.datepicker[data-bg=gray] .datepicker[data-bg=white] .calendar-input .datepicker .datepicker-months .table-condensed tbody .year.new.encontro,
.datepicker[data-bg=white] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-months .table-condensed tbody .year.new.encontro,
.datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-months .table-condensed tbody .year.new.encontro,
.datepicker[data-bg=gray] .calendar-builds .datepicker .datepicker-months .table-condensed tbody .decate.old.active,
.datepicker[data-bg=gray] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-months .table-condensed tbody .decate.old.active,
.calendar[data-bg=white] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-months .table-condensed tbody .decate.old.active,
.datepicker[data-bg=gray] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-months .table-condensed tbody .decate.old.active,
.calendar[data-bg=gray] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-months .table-condensed tbody .decate.old.active,
.datepicker[data-bg=gray] .datepicker[data-bg=white] .calendar-input .datepicker .datepicker-months .table-condensed tbody .decate.old.active,
.datepicker[data-bg=white] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-months .table-condensed tbody .decate.old.active,
.datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-months .table-condensed tbody .decate.old.active,
.datepicker[data-bg=gray] .calendar-builds .datepicker .datepicker-months .table-condensed tbody .decate.old:hover,
.datepicker[data-bg=gray] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-months .table-condensed tbody .decate.old:hover,
.calendar[data-bg=white] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-months .table-condensed tbody .decate.old:hover,
.datepicker[data-bg=gray] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-months .table-condensed tbody .decate.old:hover,
.calendar[data-bg=gray] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-months .table-condensed tbody .decate.old:hover,
.datepicker[data-bg=gray] .datepicker[data-bg=white] .calendar-input .datepicker .datepicker-months .table-condensed tbody .decate.old:hover,
.datepicker[data-bg=white] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-months .table-condensed tbody .decate.old:hover,
.datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-months .table-condensed tbody .decate.old:hover,
.datepicker[data-bg=gray] .calendar-builds .datepicker .datepicker-months .table-condensed tbody .decate.old.prova,
.datepicker[data-bg=gray] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-months .table-condensed tbody .decate.old.prova,
.calendar[data-bg=white] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-months .table-condensed tbody .decate.old.prova,
.datepicker[data-bg=gray] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-months .table-condensed tbody .decate.old.prova,
.calendar[data-bg=gray] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-months .table-condensed tbody .decate.old.prova,
.datepicker[data-bg=gray] .datepicker[data-bg=white] .calendar-input .datepicker .datepicker-months .table-condensed tbody .decate.old.prova,
.datepicker[data-bg=white] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-months .table-condensed tbody .decate.old.prova,
.datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-months .table-condensed tbody .decate.old.prova,
.datepicker[data-bg=gray] .calendar-builds .datepicker .datepicker-months .table-condensed tbody .decate.old.trabalho,
.datepicker[data-bg=gray] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-months .table-condensed tbody .decate.old.trabalho,
.calendar[data-bg=white] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-months .table-condensed tbody .decate.old.trabalho,
.datepicker[data-bg=gray] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-months .table-condensed tbody .decate.old.trabalho,
.calendar[data-bg=gray] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-months .table-condensed tbody .decate.old.trabalho,
.datepicker[data-bg=gray] .datepicker[data-bg=white] .calendar-input .datepicker .datepicker-months .table-condensed tbody .decate.old.trabalho,
.datepicker[data-bg=white] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-months .table-condensed tbody .decate.old.trabalho,
.datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-months .table-condensed tbody .decate.old.trabalho,
.datepicker[data-bg=gray] .calendar-builds .datepicker .datepicker-months .table-condensed tbody .decate.old.encontro,
.datepicker[data-bg=gray] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-months .table-condensed tbody .decate.old.encontro,
.calendar[data-bg=white] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-months .table-condensed tbody .decate.old.encontro,
.datepicker[data-bg=gray] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-months .table-condensed tbody .decate.old.encontro,
.calendar[data-bg=gray] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-months .table-condensed tbody .decate.old.encontro,
.datepicker[data-bg=gray] .datepicker[data-bg=white] .calendar-input .datepicker .datepicker-months .table-condensed tbody .decate.old.encontro,
.datepicker[data-bg=white] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-months .table-condensed tbody .decate.old.encontro,
.datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-months .table-condensed tbody .decate.old.encontro,
.datepicker[data-bg=gray] .calendar-builds .datepicker .datepicker-months .table-condensed tbody .decate.new.active,
.datepicker[data-bg=gray] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-months .table-condensed tbody .decate.new.active,
.calendar[data-bg=white] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-months .table-condensed tbody .decate.new.active,
.datepicker[data-bg=gray] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-months .table-condensed tbody .decate.new.active,
.calendar[data-bg=gray] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-months .table-condensed tbody .decate.new.active,
.datepicker[data-bg=gray] .datepicker[data-bg=white] .calendar-input .datepicker .datepicker-months .table-condensed tbody .decate.new.active,
.datepicker[data-bg=white] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-months .table-condensed tbody .decate.new.active,
.datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-months .table-condensed tbody .decate.new.active,
.datepicker[data-bg=gray] .calendar-builds .datepicker .datepicker-months .table-condensed tbody .decate.new:hover,
.datepicker[data-bg=gray] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-months .table-condensed tbody .decate.new:hover,
.calendar[data-bg=white] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-months .table-condensed tbody .decate.new:hover,
.datepicker[data-bg=gray] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-months .table-condensed tbody .decate.new:hover,
.calendar[data-bg=gray] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-months .table-condensed tbody .decate.new:hover,
.datepicker[data-bg=gray] .datepicker[data-bg=white] .calendar-input .datepicker .datepicker-months .table-condensed tbody .decate.new:hover,
.datepicker[data-bg=white] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-months .table-condensed tbody .decate.new:hover,
.datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-months .table-condensed tbody .decate.new:hover,
.datepicker[data-bg=gray] .calendar-builds .datepicker .datepicker-months .table-condensed tbody .decate.new.prova,
.datepicker[data-bg=gray] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-months .table-condensed tbody .decate.new.prova,
.calendar[data-bg=white] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-months .table-condensed tbody .decate.new.prova,
.datepicker[data-bg=gray] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-months .table-condensed tbody .decate.new.prova,
.calendar[data-bg=gray] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-months .table-condensed tbody .decate.new.prova,
.datepicker[data-bg=gray] .datepicker[data-bg=white] .calendar-input .datepicker .datepicker-months .table-condensed tbody .decate.new.prova,
.datepicker[data-bg=white] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-months .table-condensed tbody .decate.new.prova,
.datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-months .table-condensed tbody .decate.new.prova,
.datepicker[data-bg=gray] .calendar-builds .datepicker .datepicker-months .table-condensed tbody .decate.new.trabalho,
.datepicker[data-bg=gray] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-months .table-condensed tbody .decate.new.trabalho,
.calendar[data-bg=white] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-months .table-condensed tbody .decate.new.trabalho,
.datepicker[data-bg=gray] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-months .table-condensed tbody .decate.new.trabalho,
.calendar[data-bg=gray] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-months .table-condensed tbody .decate.new.trabalho,
.datepicker[data-bg=gray] .datepicker[data-bg=white] .calendar-input .datepicker .datepicker-months .table-condensed tbody .decate.new.trabalho,
.datepicker[data-bg=white] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-months .table-condensed tbody .decate.new.trabalho,
.datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-months .table-condensed tbody .decate.new.trabalho,
.datepicker[data-bg=gray] .calendar-builds .datepicker .datepicker-months .table-condensed tbody .decate.new.encontro,
.datepicker[data-bg=gray] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-months .table-condensed tbody .decate.new.encontro,
.calendar[data-bg=white] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-months .table-condensed tbody .decate.new.encontro,
.datepicker[data-bg=gray] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-months .table-condensed tbody .decate.new.encontro,
.calendar[data-bg=gray] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-months .table-condensed tbody .decate.new.encontro,
.datepicker[data-bg=gray] .datepicker[data-bg=white] .calendar-input .datepicker .datepicker-months .table-condensed tbody .decate.new.encontro,
.datepicker[data-bg=white] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-months .table-condensed tbody .decate.new.encontro,
.datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-months .table-condensed tbody .decate.new.encontro,
.datepicker[data-bg=gray] .calendar-builds .datepicker .datepicker-months .table-condensed tbody .century.old.active,
.datepicker[data-bg=gray] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-months .table-condensed tbody .century.old.active,
.calendar[data-bg=white] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-months .table-condensed tbody .century.old.active,
.datepicker[data-bg=gray] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-months .table-condensed tbody .century.old.active,
.calendar[data-bg=gray] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-months .table-condensed tbody .century.old.active,
.datepicker[data-bg=gray] .datepicker[data-bg=white] .calendar-input .datepicker .datepicker-months .table-condensed tbody .century.old.active,
.datepicker[data-bg=white] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-months .table-condensed tbody .century.old.active,
.datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-months .table-condensed tbody .century.old.active,
.datepicker[data-bg=gray] .calendar-builds .datepicker .datepicker-months .table-condensed tbody .century.old:hover,
.datepicker[data-bg=gray] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-months .table-condensed tbody .century.old:hover,
.calendar[data-bg=white] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-months .table-condensed tbody .century.old:hover,
.datepicker[data-bg=gray] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-months .table-condensed tbody .century.old:hover,
.calendar[data-bg=gray] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-months .table-condensed tbody .century.old:hover,
.datepicker[data-bg=gray] .datepicker[data-bg=white] .calendar-input .datepicker .datepicker-months .table-condensed tbody .century.old:hover,
.datepicker[data-bg=white] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-months .table-condensed tbody .century.old:hover,
.datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-months .table-condensed tbody .century.old:hover,
.datepicker[data-bg=gray] .calendar-builds .datepicker .datepicker-months .table-condensed tbody .century.old.prova,
.datepicker[data-bg=gray] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-months .table-condensed tbody .century.old.prova,
.calendar[data-bg=white] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-months .table-condensed tbody .century.old.prova,
.datepicker[data-bg=gray] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-months .table-condensed tbody .century.old.prova,
.calendar[data-bg=gray] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-months .table-condensed tbody .century.old.prova,
.datepicker[data-bg=gray] .datepicker[data-bg=white] .calendar-input .datepicker .datepicker-months .table-condensed tbody .century.old.prova,
.datepicker[data-bg=white] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-months .table-condensed tbody .century.old.prova,
.datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-months .table-condensed tbody .century.old.prova,
.datepicker[data-bg=gray] .calendar-builds .datepicker .datepicker-months .table-condensed tbody .century.old.trabalho,
.datepicker[data-bg=gray] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-months .table-condensed tbody .century.old.trabalho,
.calendar[data-bg=white] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-months .table-condensed tbody .century.old.trabalho,
.datepicker[data-bg=gray] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-months .table-condensed tbody .century.old.trabalho,
.calendar[data-bg=gray] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-months .table-condensed tbody .century.old.trabalho,
.datepicker[data-bg=gray] .datepicker[data-bg=white] .calendar-input .datepicker .datepicker-months .table-condensed tbody .century.old.trabalho,
.datepicker[data-bg=white] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-months .table-condensed tbody .century.old.trabalho,
.datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-months .table-condensed tbody .century.old.trabalho,
.datepicker[data-bg=gray] .calendar-builds .datepicker .datepicker-months .table-condensed tbody .century.old.encontro,
.datepicker[data-bg=gray] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-months .table-condensed tbody .century.old.encontro,
.calendar[data-bg=white] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-months .table-condensed tbody .century.old.encontro,
.datepicker[data-bg=gray] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-months .table-condensed tbody .century.old.encontro,
.calendar[data-bg=gray] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-months .table-condensed tbody .century.old.encontro,
.datepicker[data-bg=gray] .datepicker[data-bg=white] .calendar-input .datepicker .datepicker-months .table-condensed tbody .century.old.encontro,
.datepicker[data-bg=white] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-months .table-condensed tbody .century.old.encontro,
.datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-months .table-condensed tbody .century.old.encontro,
.datepicker[data-bg=gray] .calendar-builds .datepicker .datepicker-months .table-condensed tbody .century.new.active,
.datepicker[data-bg=gray] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-months .table-condensed tbody .century.new.active,
.calendar[data-bg=white] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-months .table-condensed tbody .century.new.active,
.datepicker[data-bg=gray] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-months .table-condensed tbody .century.new.active,
.calendar[data-bg=gray] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-months .table-condensed tbody .century.new.active,
.datepicker[data-bg=gray] .datepicker[data-bg=white] .calendar-input .datepicker .datepicker-months .table-condensed tbody .century.new.active,
.datepicker[data-bg=white] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-months .table-condensed tbody .century.new.active,
.datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-months .table-condensed tbody .century.new.active,
.datepicker[data-bg=gray] .calendar-builds .datepicker .datepicker-months .table-condensed tbody .century.new:hover,
.datepicker[data-bg=gray] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-months .table-condensed tbody .century.new:hover,
.calendar[data-bg=white] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-months .table-condensed tbody .century.new:hover,
.datepicker[data-bg=gray] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-months .table-condensed tbody .century.new:hover,
.calendar[data-bg=gray] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-months .table-condensed tbody .century.new:hover,
.datepicker[data-bg=gray] .datepicker[data-bg=white] .calendar-input .datepicker .datepicker-months .table-condensed tbody .century.new:hover,
.datepicker[data-bg=white] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-months .table-condensed tbody .century.new:hover,
.datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-months .table-condensed tbody .century.new:hover,
.datepicker[data-bg=gray] .calendar-builds .datepicker .datepicker-months .table-condensed tbody .century.new.prova,
.datepicker[data-bg=gray] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-months .table-condensed tbody .century.new.prova,
.calendar[data-bg=white] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-months .table-condensed tbody .century.new.prova,
.datepicker[data-bg=gray] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-months .table-condensed tbody .century.new.prova,
.calendar[data-bg=gray] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-months .table-condensed tbody .century.new.prova,
.datepicker[data-bg=gray] .datepicker[data-bg=white] .calendar-input .datepicker .datepicker-months .table-condensed tbody .century.new.prova,
.datepicker[data-bg=white] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-months .table-condensed tbody .century.new.prova,
.datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-months .table-condensed tbody .century.new.prova,
.datepicker[data-bg=gray] .calendar-builds .datepicker .datepicker-months .table-condensed tbody .century.new.trabalho,
.datepicker[data-bg=gray] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-months .table-condensed tbody .century.new.trabalho,
.calendar[data-bg=white] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-months .table-condensed tbody .century.new.trabalho,
.datepicker[data-bg=gray] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-months .table-condensed tbody .century.new.trabalho,
.calendar[data-bg=gray] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-months .table-condensed tbody .century.new.trabalho,
.datepicker[data-bg=gray] .datepicker[data-bg=white] .calendar-input .datepicker .datepicker-months .table-condensed tbody .century.new.trabalho,
.datepicker[data-bg=white] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-months .table-condensed tbody .century.new.trabalho,
.datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-months .table-condensed tbody .century.new.trabalho,
.datepicker[data-bg=gray] .calendar-builds .datepicker .datepicker-months .table-condensed tbody .century.new.encontro,
.datepicker[data-bg=gray] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-months .table-condensed tbody .century.new.encontro,
.calendar[data-bg=white] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-months .table-condensed tbody .century.new.encontro,
.datepicker[data-bg=gray] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-months .table-condensed tbody .century.new.encontro,
.calendar[data-bg=gray] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-months .table-condensed tbody .century.new.encontro,
.datepicker[data-bg=gray] .datepicker[data-bg=white] .calendar-input .datepicker .datepicker-months .table-condensed tbody .century.new.encontro,
.datepicker[data-bg=white] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-months .table-condensed tbody .century.new.encontro,
.datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-months .table-condensed tbody .century.new.encontro,
.datepicker[data-bg=gray] .calendar-builds .datepicker .datepicker-years .table-condensed tbody .day.old.active,
.datepicker[data-bg=gray] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-years .table-condensed tbody .day.old.active,
.calendar[data-bg=white] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-years .table-condensed tbody .day.old.active,
.datepicker[data-bg=gray] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-years .table-condensed tbody .day.old.active,
.calendar[data-bg=gray] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-years .table-condensed tbody .day.old.active,
.datepicker[data-bg=gray] .datepicker[data-bg=white] .calendar-input .datepicker .datepicker-years .table-condensed tbody .day.old.active,
.datepicker[data-bg=white] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-years .table-condensed tbody .day.old.active,
.datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-years .table-condensed tbody .day.old.active,
.datepicker[data-bg=gray] .calendar-builds .datepicker .datepicker-years .table-condensed tbody .day.old:hover,
.datepicker[data-bg=gray] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-years .table-condensed tbody .day.old:hover,
.calendar[data-bg=white] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-years .table-condensed tbody .day.old:hover,
.datepicker[data-bg=gray] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-years .table-condensed tbody .day.old:hover,
.calendar[data-bg=gray] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-years .table-condensed tbody .day.old:hover,
.datepicker[data-bg=gray] .datepicker[data-bg=white] .calendar-input .datepicker .datepicker-years .table-condensed tbody .day.old:hover,
.datepicker[data-bg=white] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-years .table-condensed tbody .day.old:hover,
.datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-years .table-condensed tbody .day.old:hover,
.datepicker[data-bg=gray] .calendar-builds .datepicker .datepicker-years .table-condensed tbody .day.old.prova,
.datepicker[data-bg=gray] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-years .table-condensed tbody .day.old.prova,
.calendar[data-bg=white] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-years .table-condensed tbody .day.old.prova,
.datepicker[data-bg=gray] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-years .table-condensed tbody .day.old.prova,
.calendar[data-bg=gray] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-years .table-condensed tbody .day.old.prova,
.datepicker[data-bg=gray] .datepicker[data-bg=white] .calendar-input .datepicker .datepicker-years .table-condensed tbody .day.old.prova,
.datepicker[data-bg=white] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-years .table-condensed tbody .day.old.prova,
.datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-years .table-condensed tbody .day.old.prova,
.datepicker[data-bg=gray] .calendar-builds .datepicker .datepicker-years .table-condensed tbody .day.old.trabalho,
.datepicker[data-bg=gray] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-years .table-condensed tbody .day.old.trabalho,
.calendar[data-bg=white] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-years .table-condensed tbody .day.old.trabalho,
.datepicker[data-bg=gray] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-years .table-condensed tbody .day.old.trabalho,
.calendar[data-bg=gray] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-years .table-condensed tbody .day.old.trabalho,
.datepicker[data-bg=gray] .datepicker[data-bg=white] .calendar-input .datepicker .datepicker-years .table-condensed tbody .day.old.trabalho,
.datepicker[data-bg=white] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-years .table-condensed tbody .day.old.trabalho,
.datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-years .table-condensed tbody .day.old.trabalho,
.datepicker[data-bg=gray] .calendar-builds .datepicker .datepicker-years .table-condensed tbody .day.old.encontro,
.datepicker[data-bg=gray] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-years .table-condensed tbody .day.old.encontro,
.calendar[data-bg=white] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-years .table-condensed tbody .day.old.encontro,
.datepicker[data-bg=gray] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-years .table-condensed tbody .day.old.encontro,
.calendar[data-bg=gray] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-years .table-condensed tbody .day.old.encontro,
.datepicker[data-bg=gray] .datepicker[data-bg=white] .calendar-input .datepicker .datepicker-years .table-condensed tbody .day.old.encontro,
.datepicker[data-bg=white] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-years .table-condensed tbody .day.old.encontro,
.datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-years .table-condensed tbody .day.old.encontro,
.datepicker[data-bg=gray] .calendar-builds .datepicker .datepicker-years .table-condensed tbody .day.new.active,
.datepicker[data-bg=gray] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-years .table-condensed tbody .day.new.active,
.calendar[data-bg=white] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-years .table-condensed tbody .day.new.active,
.datepicker[data-bg=gray] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-years .table-condensed tbody .day.new.active,
.calendar[data-bg=gray] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-years .table-condensed tbody .day.new.active,
.datepicker[data-bg=gray] .datepicker[data-bg=white] .calendar-input .datepicker .datepicker-years .table-condensed tbody .day.new.active,
.datepicker[data-bg=white] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-years .table-condensed tbody .day.new.active,
.datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-years .table-condensed tbody .day.new.active,
.datepicker[data-bg=gray] .calendar-builds .datepicker .datepicker-years .table-condensed tbody .day.new:hover,
.datepicker[data-bg=gray] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-years .table-condensed tbody .day.new:hover,
.calendar[data-bg=white] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-years .table-condensed tbody .day.new:hover,
.datepicker[data-bg=gray] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-years .table-condensed tbody .day.new:hover,
.calendar[data-bg=gray] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-years .table-condensed tbody .day.new:hover,
.datepicker[data-bg=gray] .datepicker[data-bg=white] .calendar-input .datepicker .datepicker-years .table-condensed tbody .day.new:hover,
.datepicker[data-bg=white] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-years .table-condensed tbody .day.new:hover,
.datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-years .table-condensed tbody .day.new:hover,
.datepicker[data-bg=gray] .calendar-builds .datepicker .datepicker-years .table-condensed tbody .day.new.prova,
.datepicker[data-bg=gray] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-years .table-condensed tbody .day.new.prova,
.calendar[data-bg=white] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-years .table-condensed tbody .day.new.prova,
.datepicker[data-bg=gray] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-years .table-condensed tbody .day.new.prova,
.calendar[data-bg=gray] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-years .table-condensed tbody .day.new.prova,
.datepicker[data-bg=gray] .datepicker[data-bg=white] .calendar-input .datepicker .datepicker-years .table-condensed tbody .day.new.prova,
.datepicker[data-bg=white] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-years .table-condensed tbody .day.new.prova,
.datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-years .table-condensed tbody .day.new.prova,
.datepicker[data-bg=gray] .calendar-builds .datepicker .datepicker-years .table-condensed tbody .day.new.trabalho,
.datepicker[data-bg=gray] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-years .table-condensed tbody .day.new.trabalho,
.calendar[data-bg=white] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-years .table-condensed tbody .day.new.trabalho,
.datepicker[data-bg=gray] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-years .table-condensed tbody .day.new.trabalho,
.calendar[data-bg=gray] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-years .table-condensed tbody .day.new.trabalho,
.datepicker[data-bg=gray] .datepicker[data-bg=white] .calendar-input .datepicker .datepicker-years .table-condensed tbody .day.new.trabalho,
.datepicker[data-bg=white] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-years .table-condensed tbody .day.new.trabalho,
.datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-years .table-condensed tbody .day.new.trabalho,
.datepicker[data-bg=gray] .calendar-builds .datepicker .datepicker-years .table-condensed tbody .day.new.encontro,
.datepicker[data-bg=gray] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-years .table-condensed tbody .day.new.encontro,
.calendar[data-bg=white] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-years .table-condensed tbody .day.new.encontro,
.datepicker[data-bg=gray] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-years .table-condensed tbody .day.new.encontro,
.calendar[data-bg=gray] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-years .table-condensed tbody .day.new.encontro,
.datepicker[data-bg=gray] .datepicker[data-bg=white] .calendar-input .datepicker .datepicker-years .table-condensed tbody .day.new.encontro,
.datepicker[data-bg=white] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-years .table-condensed tbody .day.new.encontro,
.datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-years .table-condensed tbody .day.new.encontro,
.datepicker[data-bg=gray] .calendar-builds .datepicker .datepicker-years .table-condensed tbody .month.old.active,
.datepicker[data-bg=gray] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-years .table-condensed tbody .month.old.active,
.calendar[data-bg=white] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-years .table-condensed tbody .month.old.active,
.datepicker[data-bg=gray] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-years .table-condensed tbody .month.old.active,
.calendar[data-bg=gray] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-years .table-condensed tbody .month.old.active,
.datepicker[data-bg=gray] .datepicker[data-bg=white] .calendar-input .datepicker .datepicker-years .table-condensed tbody .month.old.active,
.datepicker[data-bg=white] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-years .table-condensed tbody .month.old.active,
.datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-years .table-condensed tbody .month.old.active,
.datepicker[data-bg=gray] .calendar-builds .datepicker .datepicker-years .table-condensed tbody .month.old:hover,
.datepicker[data-bg=gray] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-years .table-condensed tbody .month.old:hover,
.calendar[data-bg=white] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-years .table-condensed tbody .month.old:hover,
.datepicker[data-bg=gray] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-years .table-condensed tbody .month.old:hover,
.calendar[data-bg=gray] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-years .table-condensed tbody .month.old:hover,
.datepicker[data-bg=gray] .datepicker[data-bg=white] .calendar-input .datepicker .datepicker-years .table-condensed tbody .month.old:hover,
.datepicker[data-bg=white] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-years .table-condensed tbody .month.old:hover,
.datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-years .table-condensed tbody .month.old:hover,
.datepicker[data-bg=gray] .calendar-builds .datepicker .datepicker-years .table-condensed tbody .month.old.prova,
.datepicker[data-bg=gray] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-years .table-condensed tbody .month.old.prova,
.calendar[data-bg=white] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-years .table-condensed tbody .month.old.prova,
.datepicker[data-bg=gray] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-years .table-condensed tbody .month.old.prova,
.calendar[data-bg=gray] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-years .table-condensed tbody .month.old.prova,
.datepicker[data-bg=gray] .datepicker[data-bg=white] .calendar-input .datepicker .datepicker-years .table-condensed tbody .month.old.prova,
.datepicker[data-bg=white] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-years .table-condensed tbody .month.old.prova,
.datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-years .table-condensed tbody .month.old.prova,
.datepicker[data-bg=gray] .calendar-builds .datepicker .datepicker-years .table-condensed tbody .month.old.trabalho,
.datepicker[data-bg=gray] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-years .table-condensed tbody .month.old.trabalho,
.calendar[data-bg=white] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-years .table-condensed tbody .month.old.trabalho,
.datepicker[data-bg=gray] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-years .table-condensed tbody .month.old.trabalho,
.calendar[data-bg=gray] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-years .table-condensed tbody .month.old.trabalho,
.datepicker[data-bg=gray] .datepicker[data-bg=white] .calendar-input .datepicker .datepicker-years .table-condensed tbody .month.old.trabalho,
.datepicker[data-bg=white] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-years .table-condensed tbody .month.old.trabalho,
.datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-years .table-condensed tbody .month.old.trabalho,
.datepicker[data-bg=gray] .calendar-builds .datepicker .datepicker-years .table-condensed tbody .month.old.encontro,
.datepicker[data-bg=gray] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-years .table-condensed tbody .month.old.encontro,
.calendar[data-bg=white] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-years .table-condensed tbody .month.old.encontro,
.datepicker[data-bg=gray] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-years .table-condensed tbody .month.old.encontro,
.calendar[data-bg=gray] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-years .table-condensed tbody .month.old.encontro,
.datepicker[data-bg=gray] .datepicker[data-bg=white] .calendar-input .datepicker .datepicker-years .table-condensed tbody .month.old.encontro,
.datepicker[data-bg=white] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-years .table-condensed tbody .month.old.encontro,
.datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-years .table-condensed tbody .month.old.encontro,
.datepicker[data-bg=gray] .calendar-builds .datepicker .datepicker-years .table-condensed tbody .month.new.active,
.datepicker[data-bg=gray] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-years .table-condensed tbody .month.new.active,
.calendar[data-bg=white] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-years .table-condensed tbody .month.new.active,
.datepicker[data-bg=gray] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-years .table-condensed tbody .month.new.active,
.calendar[data-bg=gray] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-years .table-condensed tbody .month.new.active,
.datepicker[data-bg=gray] .datepicker[data-bg=white] .calendar-input .datepicker .datepicker-years .table-condensed tbody .month.new.active,
.datepicker[data-bg=white] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-years .table-condensed tbody .month.new.active,
.datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-years .table-condensed tbody .month.new.active,
.datepicker[data-bg=gray] .calendar-builds .datepicker .datepicker-years .table-condensed tbody .month.new:hover,
.datepicker[data-bg=gray] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-years .table-condensed tbody .month.new:hover,
.calendar[data-bg=white] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-years .table-condensed tbody .month.new:hover,
.datepicker[data-bg=gray] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-years .table-condensed tbody .month.new:hover,
.calendar[data-bg=gray] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-years .table-condensed tbody .month.new:hover,
.datepicker[data-bg=gray] .datepicker[data-bg=white] .calendar-input .datepicker .datepicker-years .table-condensed tbody .month.new:hover,
.datepicker[data-bg=white] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-years .table-condensed tbody .month.new:hover,
.datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-years .table-condensed tbody .month.new:hover,
.datepicker[data-bg=gray] .calendar-builds .datepicker .datepicker-years .table-condensed tbody .month.new.prova,
.datepicker[data-bg=gray] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-years .table-condensed tbody .month.new.prova,
.calendar[data-bg=white] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-years .table-condensed tbody .month.new.prova,
.datepicker[data-bg=gray] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-years .table-condensed tbody .month.new.prova,
.calendar[data-bg=gray] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-years .table-condensed tbody .month.new.prova,
.datepicker[data-bg=gray] .datepicker[data-bg=white] .calendar-input .datepicker .datepicker-years .table-condensed tbody .month.new.prova,
.datepicker[data-bg=white] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-years .table-condensed tbody .month.new.prova,
.datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-years .table-condensed tbody .month.new.prova,
.datepicker[data-bg=gray] .calendar-builds .datepicker .datepicker-years .table-condensed tbody .month.new.trabalho,
.datepicker[data-bg=gray] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-years .table-condensed tbody .month.new.trabalho,
.calendar[data-bg=white] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-years .table-condensed tbody .month.new.trabalho,
.datepicker[data-bg=gray] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-years .table-condensed tbody .month.new.trabalho,
.calendar[data-bg=gray] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-years .table-condensed tbody .month.new.trabalho,
.datepicker[data-bg=gray] .datepicker[data-bg=white] .calendar-input .datepicker .datepicker-years .table-condensed tbody .month.new.trabalho,
.datepicker[data-bg=white] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-years .table-condensed tbody .month.new.trabalho,
.datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-years .table-condensed tbody .month.new.trabalho,
.datepicker[data-bg=gray] .calendar-builds .datepicker .datepicker-years .table-condensed tbody .month.new.encontro,
.datepicker[data-bg=gray] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-years .table-condensed tbody .month.new.encontro,
.calendar[data-bg=white] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-years .table-condensed tbody .month.new.encontro,
.datepicker[data-bg=gray] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-years .table-condensed tbody .month.new.encontro,
.calendar[data-bg=gray] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-years .table-condensed tbody .month.new.encontro,
.datepicker[data-bg=gray] .datepicker[data-bg=white] .calendar-input .datepicker .datepicker-years .table-condensed tbody .month.new.encontro,
.datepicker[data-bg=white] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-years .table-condensed tbody .month.new.encontro,
.datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-years .table-condensed tbody .month.new.encontro,
.datepicker[data-bg=gray] .calendar-builds .datepicker .datepicker-years .table-condensed tbody .year.old.active,
.datepicker[data-bg=gray] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-years .table-condensed tbody .year.old.active,
.calendar[data-bg=white] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-years .table-condensed tbody .year.old.active,
.datepicker[data-bg=gray] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-years .table-condensed tbody .year.old.active,
.calendar[data-bg=gray] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-years .table-condensed tbody .year.old.active,
.datepicker[data-bg=gray] .datepicker[data-bg=white] .calendar-input .datepicker .datepicker-years .table-condensed tbody .year.old.active,
.datepicker[data-bg=white] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-years .table-condensed tbody .year.old.active,
.datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-years .table-condensed tbody .year.old.active,
.datepicker[data-bg=gray] .calendar-builds .datepicker .datepicker-years .table-condensed tbody .year.old:hover,
.datepicker[data-bg=gray] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-years .table-condensed tbody .year.old:hover,
.calendar[data-bg=white] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-years .table-condensed tbody .year.old:hover,
.datepicker[data-bg=gray] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-years .table-condensed tbody .year.old:hover,
.calendar[data-bg=gray] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-years .table-condensed tbody .year.old:hover,
.datepicker[data-bg=gray] .datepicker[data-bg=white] .calendar-input .datepicker .datepicker-years .table-condensed tbody .year.old:hover,
.datepicker[data-bg=white] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-years .table-condensed tbody .year.old:hover,
.datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-years .table-condensed tbody .year.old:hover,
.datepicker[data-bg=gray] .calendar-builds .datepicker .datepicker-years .table-condensed tbody .year.old.prova,
.datepicker[data-bg=gray] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-years .table-condensed tbody .year.old.prova,
.calendar[data-bg=white] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-years .table-condensed tbody .year.old.prova,
.datepicker[data-bg=gray] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-years .table-condensed tbody .year.old.prova,
.calendar[data-bg=gray] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-years .table-condensed tbody .year.old.prova,
.datepicker[data-bg=gray] .datepicker[data-bg=white] .calendar-input .datepicker .datepicker-years .table-condensed tbody .year.old.prova,
.datepicker[data-bg=white] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-years .table-condensed tbody .year.old.prova,
.datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-years .table-condensed tbody .year.old.prova,
.datepicker[data-bg=gray] .calendar-builds .datepicker .datepicker-years .table-condensed tbody .year.old.trabalho,
.datepicker[data-bg=gray] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-years .table-condensed tbody .year.old.trabalho,
.calendar[data-bg=white] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-years .table-condensed tbody .year.old.trabalho,
.datepicker[data-bg=gray] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-years .table-condensed tbody .year.old.trabalho,
.calendar[data-bg=gray] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-years .table-condensed tbody .year.old.trabalho,
.datepicker[data-bg=gray] .datepicker[data-bg=white] .calendar-input .datepicker .datepicker-years .table-condensed tbody .year.old.trabalho,
.datepicker[data-bg=white] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-years .table-condensed tbody .year.old.trabalho,
.datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-years .table-condensed tbody .year.old.trabalho,
.datepicker[data-bg=gray] .calendar-builds .datepicker .datepicker-years .table-condensed tbody .year.old.encontro,
.datepicker[data-bg=gray] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-years .table-condensed tbody .year.old.encontro,
.calendar[data-bg=white] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-years .table-condensed tbody .year.old.encontro,
.datepicker[data-bg=gray] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-years .table-condensed tbody .year.old.encontro,
.calendar[data-bg=gray] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-years .table-condensed tbody .year.old.encontro,
.datepicker[data-bg=gray] .datepicker[data-bg=white] .calendar-input .datepicker .datepicker-years .table-condensed tbody .year.old.encontro,
.datepicker[data-bg=white] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-years .table-condensed tbody .year.old.encontro,
.datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-years .table-condensed tbody .year.old.encontro,
.datepicker[data-bg=gray] .calendar-builds .datepicker .datepicker-years .table-condensed tbody .year.new.active,
.datepicker[data-bg=gray] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-years .table-condensed tbody .year.new.active,
.calendar[data-bg=white] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-years .table-condensed tbody .year.new.active,
.datepicker[data-bg=gray] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-years .table-condensed tbody .year.new.active,
.calendar[data-bg=gray] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-years .table-condensed tbody .year.new.active,
.datepicker[data-bg=gray] .datepicker[data-bg=white] .calendar-input .datepicker .datepicker-years .table-condensed tbody .year.new.active,
.datepicker[data-bg=white] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-years .table-condensed tbody .year.new.active,
.datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-years .table-condensed tbody .year.new.active,
.datepicker[data-bg=gray] .calendar-builds .datepicker .datepicker-years .table-condensed tbody .year.new:hover,
.datepicker[data-bg=gray] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-years .table-condensed tbody .year.new:hover,
.calendar[data-bg=white] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-years .table-condensed tbody .year.new:hover,
.datepicker[data-bg=gray] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-years .table-condensed tbody .year.new:hover,
.calendar[data-bg=gray] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-years .table-condensed tbody .year.new:hover,
.datepicker[data-bg=gray] .datepicker[data-bg=white] .calendar-input .datepicker .datepicker-years .table-condensed tbody .year.new:hover,
.datepicker[data-bg=white] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-years .table-condensed tbody .year.new:hover,
.datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-years .table-condensed tbody .year.new:hover,
.datepicker[data-bg=gray] .calendar-builds .datepicker .datepicker-years .table-condensed tbody .year.new.prova,
.datepicker[data-bg=gray] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-years .table-condensed tbody .year.new.prova,
.calendar[data-bg=white] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-years .table-condensed tbody .year.new.prova,
.datepicker[data-bg=gray] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-years .table-condensed tbody .year.new.prova,
.calendar[data-bg=gray] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-years .table-condensed tbody .year.new.prova,
.datepicker[data-bg=gray] .datepicker[data-bg=white] .calendar-input .datepicker .datepicker-years .table-condensed tbody .year.new.prova,
.datepicker[data-bg=white] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-years .table-condensed tbody .year.new.prova,
.datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-years .table-condensed tbody .year.new.prova,
.datepicker[data-bg=gray] .calendar-builds .datepicker .datepicker-years .table-condensed tbody .year.new.trabalho,
.datepicker[data-bg=gray] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-years .table-condensed tbody .year.new.trabalho,
.calendar[data-bg=white] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-years .table-condensed tbody .year.new.trabalho,
.datepicker[data-bg=gray] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-years .table-condensed tbody .year.new.trabalho,
.calendar[data-bg=gray] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-years .table-condensed tbody .year.new.trabalho,
.datepicker[data-bg=gray] .datepicker[data-bg=white] .calendar-input .datepicker .datepicker-years .table-condensed tbody .year.new.trabalho,
.datepicker[data-bg=white] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-years .table-condensed tbody .year.new.trabalho,
.datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-years .table-condensed tbody .year.new.trabalho,
.datepicker[data-bg=gray] .calendar-builds .datepicker .datepicker-years .table-condensed tbody .year.new.encontro,
.datepicker[data-bg=gray] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-years .table-condensed tbody .year.new.encontro,
.calendar[data-bg=white] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-years .table-condensed tbody .year.new.encontro,
.datepicker[data-bg=gray] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-years .table-condensed tbody .year.new.encontro,
.calendar[data-bg=gray] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-years .table-condensed tbody .year.new.encontro,
.datepicker[data-bg=gray] .datepicker[data-bg=white] .calendar-input .datepicker .datepicker-years .table-condensed tbody .year.new.encontro,
.datepicker[data-bg=white] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-years .table-condensed tbody .year.new.encontro,
.datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-years .table-condensed tbody .year.new.encontro,
.datepicker[data-bg=gray] .calendar-builds .datepicker .datepicker-years .table-condensed tbody .decate.old.active,
.datepicker[data-bg=gray] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-years .table-condensed tbody .decate.old.active,
.calendar[data-bg=white] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-years .table-condensed tbody .decate.old.active,
.datepicker[data-bg=gray] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-years .table-condensed tbody .decate.old.active,
.calendar[data-bg=gray] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-years .table-condensed tbody .decate.old.active,
.datepicker[data-bg=gray] .datepicker[data-bg=white] .calendar-input .datepicker .datepicker-years .table-condensed tbody .decate.old.active,
.datepicker[data-bg=white] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-years .table-condensed tbody .decate.old.active,
.datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-years .table-condensed tbody .decate.old.active,
.datepicker[data-bg=gray] .calendar-builds .datepicker .datepicker-years .table-condensed tbody .decate.old:hover,
.datepicker[data-bg=gray] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-years .table-condensed tbody .decate.old:hover,
.calendar[data-bg=white] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-years .table-condensed tbody .decate.old:hover,
.datepicker[data-bg=gray] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-years .table-condensed tbody .decate.old:hover,
.calendar[data-bg=gray] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-years .table-condensed tbody .decate.old:hover,
.datepicker[data-bg=gray] .datepicker[data-bg=white] .calendar-input .datepicker .datepicker-years .table-condensed tbody .decate.old:hover,
.datepicker[data-bg=white] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-years .table-condensed tbody .decate.old:hover,
.datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-years .table-condensed tbody .decate.old:hover,
.datepicker[data-bg=gray] .calendar-builds .datepicker .datepicker-years .table-condensed tbody .decate.old.prova,
.datepicker[data-bg=gray] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-years .table-condensed tbody .decate.old.prova,
.calendar[data-bg=white] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-years .table-condensed tbody .decate.old.prova,
.datepicker[data-bg=gray] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-years .table-condensed tbody .decate.old.prova,
.calendar[data-bg=gray] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-years .table-condensed tbody .decate.old.prova,
.datepicker[data-bg=gray] .datepicker[data-bg=white] .calendar-input .datepicker .datepicker-years .table-condensed tbody .decate.old.prova,
.datepicker[data-bg=white] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-years .table-condensed tbody .decate.old.prova,
.datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-years .table-condensed tbody .decate.old.prova,
.datepicker[data-bg=gray] .calendar-builds .datepicker .datepicker-years .table-condensed tbody .decate.old.trabalho,
.datepicker[data-bg=gray] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-years .table-condensed tbody .decate.old.trabalho,
.calendar[data-bg=white] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-years .table-condensed tbody .decate.old.trabalho,
.datepicker[data-bg=gray] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-years .table-condensed tbody .decate.old.trabalho,
.calendar[data-bg=gray] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-years .table-condensed tbody .decate.old.trabalho,
.datepicker[data-bg=gray] .datepicker[data-bg=white] .calendar-input .datepicker .datepicker-years .table-condensed tbody .decate.old.trabalho,
.datepicker[data-bg=white] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-years .table-condensed tbody .decate.old.trabalho,
.datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-years .table-condensed tbody .decate.old.trabalho,
.datepicker[data-bg=gray] .calendar-builds .datepicker .datepicker-years .table-condensed tbody .decate.old.encontro,
.datepicker[data-bg=gray] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-years .table-condensed tbody .decate.old.encontro,
.calendar[data-bg=white] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-years .table-condensed tbody .decate.old.encontro,
.datepicker[data-bg=gray] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-years .table-condensed tbody .decate.old.encontro,
.calendar[data-bg=gray] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-years .table-condensed tbody .decate.old.encontro,
.datepicker[data-bg=gray] .datepicker[data-bg=white] .calendar-input .datepicker .datepicker-years .table-condensed tbody .decate.old.encontro,
.datepicker[data-bg=white] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-years .table-condensed tbody .decate.old.encontro,
.datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-years .table-condensed tbody .decate.old.encontro,
.datepicker[data-bg=gray] .calendar-builds .datepicker .datepicker-years .table-condensed tbody .decate.new.active,
.datepicker[data-bg=gray] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-years .table-condensed tbody .decate.new.active,
.calendar[data-bg=white] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-years .table-condensed tbody .decate.new.active,
.datepicker[data-bg=gray] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-years .table-condensed tbody .decate.new.active,
.calendar[data-bg=gray] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-years .table-condensed tbody .decate.new.active,
.datepicker[data-bg=gray] .datepicker[data-bg=white] .calendar-input .datepicker .datepicker-years .table-condensed tbody .decate.new.active,
.datepicker[data-bg=white] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-years .table-condensed tbody .decate.new.active,
.datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-years .table-condensed tbody .decate.new.active,
.datepicker[data-bg=gray] .calendar-builds .datepicker .datepicker-years .table-condensed tbody .decate.new:hover,
.datepicker[data-bg=gray] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-years .table-condensed tbody .decate.new:hover,
.calendar[data-bg=white] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-years .table-condensed tbody .decate.new:hover,
.datepicker[data-bg=gray] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-years .table-condensed tbody .decate.new:hover,
.calendar[data-bg=gray] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-years .table-condensed tbody .decate.new:hover,
.datepicker[data-bg=gray] .datepicker[data-bg=white] .calendar-input .datepicker .datepicker-years .table-condensed tbody .decate.new:hover,
.datepicker[data-bg=white] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-years .table-condensed tbody .decate.new:hover,
.datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-years .table-condensed tbody .decate.new:hover,
.datepicker[data-bg=gray] .calendar-builds .datepicker .datepicker-years .table-condensed tbody .decate.new.prova,
.datepicker[data-bg=gray] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-years .table-condensed tbody .decate.new.prova,
.calendar[data-bg=white] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-years .table-condensed tbody .decate.new.prova,
.datepicker[data-bg=gray] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-years .table-condensed tbody .decate.new.prova,
.calendar[data-bg=gray] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-years .table-condensed tbody .decate.new.prova,
.datepicker[data-bg=gray] .datepicker[data-bg=white] .calendar-input .datepicker .datepicker-years .table-condensed tbody .decate.new.prova,
.datepicker[data-bg=white] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-years .table-condensed tbody .decate.new.prova,
.datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-years .table-condensed tbody .decate.new.prova,
.datepicker[data-bg=gray] .calendar-builds .datepicker .datepicker-years .table-condensed tbody .decate.new.trabalho,
.datepicker[data-bg=gray] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-years .table-condensed tbody .decate.new.trabalho,
.calendar[data-bg=white] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-years .table-condensed tbody .decate.new.trabalho,
.datepicker[data-bg=gray] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-years .table-condensed tbody .decate.new.trabalho,
.calendar[data-bg=gray] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-years .table-condensed tbody .decate.new.trabalho,
.datepicker[data-bg=gray] .datepicker[data-bg=white] .calendar-input .datepicker .datepicker-years .table-condensed tbody .decate.new.trabalho,
.datepicker[data-bg=white] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-years .table-condensed tbody .decate.new.trabalho,
.datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-years .table-condensed tbody .decate.new.trabalho,
.datepicker[data-bg=gray] .calendar-builds .datepicker .datepicker-years .table-condensed tbody .decate.new.encontro,
.datepicker[data-bg=gray] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-years .table-condensed tbody .decate.new.encontro,
.calendar[data-bg=white] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-years .table-condensed tbody .decate.new.encontro,
.datepicker[data-bg=gray] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-years .table-condensed tbody .decate.new.encontro,
.calendar[data-bg=gray] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-years .table-condensed tbody .decate.new.encontro,
.datepicker[data-bg=gray] .datepicker[data-bg=white] .calendar-input .datepicker .datepicker-years .table-condensed tbody .decate.new.encontro,
.datepicker[data-bg=white] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-years .table-condensed tbody .decate.new.encontro,
.datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-years .table-condensed tbody .decate.new.encontro,
.datepicker[data-bg=gray] .calendar-builds .datepicker .datepicker-years .table-condensed tbody .century.old.active,
.datepicker[data-bg=gray] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-years .table-condensed tbody .century.old.active,
.calendar[data-bg=white] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-years .table-condensed tbody .century.old.active,
.datepicker[data-bg=gray] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-years .table-condensed tbody .century.old.active,
.calendar[data-bg=gray] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-years .table-condensed tbody .century.old.active,
.datepicker[data-bg=gray] .datepicker[data-bg=white] .calendar-input .datepicker .datepicker-years .table-condensed tbody .century.old.active,
.datepicker[data-bg=white] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-years .table-condensed tbody .century.old.active,
.datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-years .table-condensed tbody .century.old.active,
.datepicker[data-bg=gray] .calendar-builds .datepicker .datepicker-years .table-condensed tbody .century.old:hover,
.datepicker[data-bg=gray] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-years .table-condensed tbody .century.old:hover,
.calendar[data-bg=white] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-years .table-condensed tbody .century.old:hover,
.datepicker[data-bg=gray] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-years .table-condensed tbody .century.old:hover,
.calendar[data-bg=gray] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-years .table-condensed tbody .century.old:hover,
.datepicker[data-bg=gray] .datepicker[data-bg=white] .calendar-input .datepicker .datepicker-years .table-condensed tbody .century.old:hover,
.datepicker[data-bg=white] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-years .table-condensed tbody .century.old:hover,
.datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-years .table-condensed tbody .century.old:hover,
.datepicker[data-bg=gray] .calendar-builds .datepicker .datepicker-years .table-condensed tbody .century.old.prova,
.datepicker[data-bg=gray] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-years .table-condensed tbody .century.old.prova,
.calendar[data-bg=white] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-years .table-condensed tbody .century.old.prova,
.datepicker[data-bg=gray] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-years .table-condensed tbody .century.old.prova,
.calendar[data-bg=gray] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-years .table-condensed tbody .century.old.prova,
.datepicker[data-bg=gray] .datepicker[data-bg=white] .calendar-input .datepicker .datepicker-years .table-condensed tbody .century.old.prova,
.datepicker[data-bg=white] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-years .table-condensed tbody .century.old.prova,
.datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-years .table-condensed tbody .century.old.prova,
.datepicker[data-bg=gray] .calendar-builds .datepicker .datepicker-years .table-condensed tbody .century.old.trabalho,
.datepicker[data-bg=gray] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-years .table-condensed tbody .century.old.trabalho,
.calendar[data-bg=white] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-years .table-condensed tbody .century.old.trabalho,
.datepicker[data-bg=gray] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-years .table-condensed tbody .century.old.trabalho,
.calendar[data-bg=gray] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-years .table-condensed tbody .century.old.trabalho,
.datepicker[data-bg=gray] .datepicker[data-bg=white] .calendar-input .datepicker .datepicker-years .table-condensed tbody .century.old.trabalho,
.datepicker[data-bg=white] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-years .table-condensed tbody .century.old.trabalho,
.datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-years .table-condensed tbody .century.old.trabalho,
.datepicker[data-bg=gray] .calendar-builds .datepicker .datepicker-years .table-condensed tbody .century.old.encontro,
.datepicker[data-bg=gray] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-years .table-condensed tbody .century.old.encontro,
.calendar[data-bg=white] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-years .table-condensed tbody .century.old.encontro,
.datepicker[data-bg=gray] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-years .table-condensed tbody .century.old.encontro,
.calendar[data-bg=gray] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-years .table-condensed tbody .century.old.encontro,
.datepicker[data-bg=gray] .datepicker[data-bg=white] .calendar-input .datepicker .datepicker-years .table-condensed tbody .century.old.encontro,
.datepicker[data-bg=white] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-years .table-condensed tbody .century.old.encontro,
.datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-years .table-condensed tbody .century.old.encontro,
.datepicker[data-bg=gray] .calendar-builds .datepicker .datepicker-years .table-condensed tbody .century.new.active,
.datepicker[data-bg=gray] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-years .table-condensed tbody .century.new.active,
.calendar[data-bg=white] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-years .table-condensed tbody .century.new.active,
.datepicker[data-bg=gray] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-years .table-condensed tbody .century.new.active,
.calendar[data-bg=gray] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-years .table-condensed tbody .century.new.active,
.datepicker[data-bg=gray] .datepicker[data-bg=white] .calendar-input .datepicker .datepicker-years .table-condensed tbody .century.new.active,
.datepicker[data-bg=white] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-years .table-condensed tbody .century.new.active,
.datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-years .table-condensed tbody .century.new.active,
.datepicker[data-bg=gray] .calendar-builds .datepicker .datepicker-years .table-condensed tbody .century.new:hover,
.datepicker[data-bg=gray] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-years .table-condensed tbody .century.new:hover,
.calendar[data-bg=white] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-years .table-condensed tbody .century.new:hover,
.datepicker[data-bg=gray] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-years .table-condensed tbody .century.new:hover,
.calendar[data-bg=gray] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-years .table-condensed tbody .century.new:hover,
.datepicker[data-bg=gray] .datepicker[data-bg=white] .calendar-input .datepicker .datepicker-years .table-condensed tbody .century.new:hover,
.datepicker[data-bg=white] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-years .table-condensed tbody .century.new:hover,
.datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-years .table-condensed tbody .century.new:hover,
.datepicker[data-bg=gray] .calendar-builds .datepicker .datepicker-years .table-condensed tbody .century.new.prova,
.datepicker[data-bg=gray] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-years .table-condensed tbody .century.new.prova,
.calendar[data-bg=white] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-years .table-condensed tbody .century.new.prova,
.datepicker[data-bg=gray] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-years .table-condensed tbody .century.new.prova,
.calendar[data-bg=gray] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-years .table-condensed tbody .century.new.prova,
.datepicker[data-bg=gray] .datepicker[data-bg=white] .calendar-input .datepicker .datepicker-years .table-condensed tbody .century.new.prova,
.datepicker[data-bg=white] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-years .table-condensed tbody .century.new.prova,
.datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-years .table-condensed tbody .century.new.prova,
.datepicker[data-bg=gray] .calendar-builds .datepicker .datepicker-years .table-condensed tbody .century.new.trabalho,
.datepicker[data-bg=gray] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-years .table-condensed tbody .century.new.trabalho,
.calendar[data-bg=white] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-years .table-condensed tbody .century.new.trabalho,
.datepicker[data-bg=gray] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-years .table-condensed tbody .century.new.trabalho,
.calendar[data-bg=gray] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-years .table-condensed tbody .century.new.trabalho,
.datepicker[data-bg=gray] .datepicker[data-bg=white] .calendar-input .datepicker .datepicker-years .table-condensed tbody .century.new.trabalho,
.datepicker[data-bg=white] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-years .table-condensed tbody .century.new.trabalho,
.datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-years .table-condensed tbody .century.new.trabalho,
.datepicker[data-bg=gray] .calendar-builds .datepicker .datepicker-years .table-condensed tbody .century.new.encontro,
.datepicker[data-bg=gray] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-years .table-condensed tbody .century.new.encontro,
.calendar[data-bg=white] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-years .table-condensed tbody .century.new.encontro,
.datepicker[data-bg=gray] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-years .table-condensed tbody .century.new.encontro,
.calendar[data-bg=gray] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-years .table-condensed tbody .century.new.encontro,
.datepicker[data-bg=gray] .datepicker[data-bg=white] .calendar-input .datepicker .datepicker-years .table-condensed tbody .century.new.encontro,
.datepicker[data-bg=white] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-years .table-condensed tbody .century.new.encontro,
.datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-years .table-condensed tbody .century.new.encontro,
.datepicker[data-bg=gray] .calendar-builds .datepicker .datepicker-decades .table-condensed tbody .day.old.active,
.datepicker[data-bg=gray] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-decades .table-condensed tbody .day.old.active,
.calendar[data-bg=white] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-decades .table-condensed tbody .day.old.active,
.datepicker[data-bg=gray] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-decades .table-condensed tbody .day.old.active,
.calendar[data-bg=gray] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-decades .table-condensed tbody .day.old.active,
.datepicker[data-bg=gray] .datepicker[data-bg=white] .calendar-input .datepicker .datepicker-decades .table-condensed tbody .day.old.active,
.datepicker[data-bg=white] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-decades .table-condensed tbody .day.old.active,
.datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-decades .table-condensed tbody .day.old.active,
.datepicker[data-bg=gray] .calendar-builds .datepicker .datepicker-decades .table-condensed tbody .day.old:hover,
.datepicker[data-bg=gray] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-decades .table-condensed tbody .day.old:hover,
.calendar[data-bg=white] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-decades .table-condensed tbody .day.old:hover,
.datepicker[data-bg=gray] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-decades .table-condensed tbody .day.old:hover,
.calendar[data-bg=gray] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-decades .table-condensed tbody .day.old:hover,
.datepicker[data-bg=gray] .datepicker[data-bg=white] .calendar-input .datepicker .datepicker-decades .table-condensed tbody .day.old:hover,
.datepicker[data-bg=white] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-decades .table-condensed tbody .day.old:hover,
.datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-decades .table-condensed tbody .day.old:hover,
.datepicker[data-bg=gray] .calendar-builds .datepicker .datepicker-decades .table-condensed tbody .day.old.prova,
.datepicker[data-bg=gray] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-decades .table-condensed tbody .day.old.prova,
.calendar[data-bg=white] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-decades .table-condensed tbody .day.old.prova,
.datepicker[data-bg=gray] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-decades .table-condensed tbody .day.old.prova,
.calendar[data-bg=gray] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-decades .table-condensed tbody .day.old.prova,
.datepicker[data-bg=gray] .datepicker[data-bg=white] .calendar-input .datepicker .datepicker-decades .table-condensed tbody .day.old.prova,
.datepicker[data-bg=white] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-decades .table-condensed tbody .day.old.prova,
.datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-decades .table-condensed tbody .day.old.prova,
.datepicker[data-bg=gray] .calendar-builds .datepicker .datepicker-decades .table-condensed tbody .day.old.trabalho,
.datepicker[data-bg=gray] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-decades .table-condensed tbody .day.old.trabalho,
.calendar[data-bg=white] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-decades .table-condensed tbody .day.old.trabalho,
.datepicker[data-bg=gray] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-decades .table-condensed tbody .day.old.trabalho,
.calendar[data-bg=gray] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-decades .table-condensed tbody .day.old.trabalho,
.datepicker[data-bg=gray] .datepicker[data-bg=white] .calendar-input .datepicker .datepicker-decades .table-condensed tbody .day.old.trabalho,
.datepicker[data-bg=white] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-decades .table-condensed tbody .day.old.trabalho,
.datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-decades .table-condensed tbody .day.old.trabalho,
.datepicker[data-bg=gray] .calendar-builds .datepicker .datepicker-decades .table-condensed tbody .day.old.encontro,
.datepicker[data-bg=gray] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-decades .table-condensed tbody .day.old.encontro,
.calendar[data-bg=white] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-decades .table-condensed tbody .day.old.encontro,
.datepicker[data-bg=gray] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-decades .table-condensed tbody .day.old.encontro,
.calendar[data-bg=gray] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-decades .table-condensed tbody .day.old.encontro,
.datepicker[data-bg=gray] .datepicker[data-bg=white] .calendar-input .datepicker .datepicker-decades .table-condensed tbody .day.old.encontro,
.datepicker[data-bg=white] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-decades .table-condensed tbody .day.old.encontro,
.datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-decades .table-condensed tbody .day.old.encontro,
.datepicker[data-bg=gray] .calendar-builds .datepicker .datepicker-decades .table-condensed tbody .day.new.active,
.datepicker[data-bg=gray] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-decades .table-condensed tbody .day.new.active,
.calendar[data-bg=white] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-decades .table-condensed tbody .day.new.active,
.datepicker[data-bg=gray] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-decades .table-condensed tbody .day.new.active,
.calendar[data-bg=gray] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-decades .table-condensed tbody .day.new.active,
.datepicker[data-bg=gray] .datepicker[data-bg=white] .calendar-input .datepicker .datepicker-decades .table-condensed tbody .day.new.active,
.datepicker[data-bg=white] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-decades .table-condensed tbody .day.new.active,
.datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-decades .table-condensed tbody .day.new.active,
.datepicker[data-bg=gray] .calendar-builds .datepicker .datepicker-decades .table-condensed tbody .day.new:hover,
.datepicker[data-bg=gray] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-decades .table-condensed tbody .day.new:hover,
.calendar[data-bg=white] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-decades .table-condensed tbody .day.new:hover,
.datepicker[data-bg=gray] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-decades .table-condensed tbody .day.new:hover,
.calendar[data-bg=gray] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-decades .table-condensed tbody .day.new:hover,
.datepicker[data-bg=gray] .datepicker[data-bg=white] .calendar-input .datepicker .datepicker-decades .table-condensed tbody .day.new:hover,
.datepicker[data-bg=white] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-decades .table-condensed tbody .day.new:hover,
.datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-decades .table-condensed tbody .day.new:hover,
.datepicker[data-bg=gray] .calendar-builds .datepicker .datepicker-decades .table-condensed tbody .day.new.prova,
.datepicker[data-bg=gray] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-decades .table-condensed tbody .day.new.prova,
.calendar[data-bg=white] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-decades .table-condensed tbody .day.new.prova,
.datepicker[data-bg=gray] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-decades .table-condensed tbody .day.new.prova,
.calendar[data-bg=gray] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-decades .table-condensed tbody .day.new.prova,
.datepicker[data-bg=gray] .datepicker[data-bg=white] .calendar-input .datepicker .datepicker-decades .table-condensed tbody .day.new.prova,
.datepicker[data-bg=white] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-decades .table-condensed tbody .day.new.prova,
.datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-decades .table-condensed tbody .day.new.prova,
.datepicker[data-bg=gray] .calendar-builds .datepicker .datepicker-decades .table-condensed tbody .day.new.trabalho,
.datepicker[data-bg=gray] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-decades .table-condensed tbody .day.new.trabalho,
.calendar[data-bg=white] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-decades .table-condensed tbody .day.new.trabalho,
.datepicker[data-bg=gray] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-decades .table-condensed tbody .day.new.trabalho,
.calendar[data-bg=gray] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-decades .table-condensed tbody .day.new.trabalho,
.datepicker[data-bg=gray] .datepicker[data-bg=white] .calendar-input .datepicker .datepicker-decades .table-condensed tbody .day.new.trabalho,
.datepicker[data-bg=white] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-decades .table-condensed tbody .day.new.trabalho,
.datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-decades .table-condensed tbody .day.new.trabalho,
.datepicker[data-bg=gray] .calendar-builds .datepicker .datepicker-decades .table-condensed tbody .day.new.encontro,
.datepicker[data-bg=gray] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-decades .table-condensed tbody .day.new.encontro,
.calendar[data-bg=white] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-decades .table-condensed tbody .day.new.encontro,
.datepicker[data-bg=gray] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-decades .table-condensed tbody .day.new.encontro,
.calendar[data-bg=gray] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-decades .table-condensed tbody .day.new.encontro,
.datepicker[data-bg=gray] .datepicker[data-bg=white] .calendar-input .datepicker .datepicker-decades .table-condensed tbody .day.new.encontro,
.datepicker[data-bg=white] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-decades .table-condensed tbody .day.new.encontro,
.datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-decades .table-condensed tbody .day.new.encontro,
.datepicker[data-bg=gray] .calendar-builds .datepicker .datepicker-decades .table-condensed tbody .month.old.active,
.datepicker[data-bg=gray] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-decades .table-condensed tbody .month.old.active,
.calendar[data-bg=white] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-decades .table-condensed tbody .month.old.active,
.datepicker[data-bg=gray] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-decades .table-condensed tbody .month.old.active,
.calendar[data-bg=gray] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-decades .table-condensed tbody .month.old.active,
.datepicker[data-bg=gray] .datepicker[data-bg=white] .calendar-input .datepicker .datepicker-decades .table-condensed tbody .month.old.active,
.datepicker[data-bg=white] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-decades .table-condensed tbody .month.old.active,
.datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-decades .table-condensed tbody .month.old.active,
.datepicker[data-bg=gray] .calendar-builds .datepicker .datepicker-decades .table-condensed tbody .month.old:hover,
.datepicker[data-bg=gray] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-decades .table-condensed tbody .month.old:hover,
.calendar[data-bg=white] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-decades .table-condensed tbody .month.old:hover,
.datepicker[data-bg=gray] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-decades .table-condensed tbody .month.old:hover,
.calendar[data-bg=gray] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-decades .table-condensed tbody .month.old:hover,
.datepicker[data-bg=gray] .datepicker[data-bg=white] .calendar-input .datepicker .datepicker-decades .table-condensed tbody .month.old:hover,
.datepicker[data-bg=white] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-decades .table-condensed tbody .month.old:hover,
.datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-decades .table-condensed tbody .month.old:hover,
.datepicker[data-bg=gray] .calendar-builds .datepicker .datepicker-decades .table-condensed tbody .month.old.prova,
.datepicker[data-bg=gray] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-decades .table-condensed tbody .month.old.prova,
.calendar[data-bg=white] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-decades .table-condensed tbody .month.old.prova,
.datepicker[data-bg=gray] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-decades .table-condensed tbody .month.old.prova,
.calendar[data-bg=gray] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-decades .table-condensed tbody .month.old.prova,
.datepicker[data-bg=gray] .datepicker[data-bg=white] .calendar-input .datepicker .datepicker-decades .table-condensed tbody .month.old.prova,
.datepicker[data-bg=white] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-decades .table-condensed tbody .month.old.prova,
.datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-decades .table-condensed tbody .month.old.prova,
.datepicker[data-bg=gray] .calendar-builds .datepicker .datepicker-decades .table-condensed tbody .month.old.trabalho,
.datepicker[data-bg=gray] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-decades .table-condensed tbody .month.old.trabalho,
.calendar[data-bg=white] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-decades .table-condensed tbody .month.old.trabalho,
.datepicker[data-bg=gray] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-decades .table-condensed tbody .month.old.trabalho,
.calendar[data-bg=gray] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-decades .table-condensed tbody .month.old.trabalho,
.datepicker[data-bg=gray] .datepicker[data-bg=white] .calendar-input .datepicker .datepicker-decades .table-condensed tbody .month.old.trabalho,
.datepicker[data-bg=white] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-decades .table-condensed tbody .month.old.trabalho,
.datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-decades .table-condensed tbody .month.old.trabalho,
.datepicker[data-bg=gray] .calendar-builds .datepicker .datepicker-decades .table-condensed tbody .month.old.encontro,
.datepicker[data-bg=gray] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-decades .table-condensed tbody .month.old.encontro,
.calendar[data-bg=white] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-decades .table-condensed tbody .month.old.encontro,
.datepicker[data-bg=gray] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-decades .table-condensed tbody .month.old.encontro,
.calendar[data-bg=gray] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-decades .table-condensed tbody .month.old.encontro,
.datepicker[data-bg=gray] .datepicker[data-bg=white] .calendar-input .datepicker .datepicker-decades .table-condensed tbody .month.old.encontro,
.datepicker[data-bg=white] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-decades .table-condensed tbody .month.old.encontro,
.datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-decades .table-condensed tbody .month.old.encontro,
.datepicker[data-bg=gray] .calendar-builds .datepicker .datepicker-decades .table-condensed tbody .month.new.active,
.datepicker[data-bg=gray] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-decades .table-condensed tbody .month.new.active,
.calendar[data-bg=white] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-decades .table-condensed tbody .month.new.active,
.datepicker[data-bg=gray] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-decades .table-condensed tbody .month.new.active,
.calendar[data-bg=gray] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-decades .table-condensed tbody .month.new.active,
.datepicker[data-bg=gray] .datepicker[data-bg=white] .calendar-input .datepicker .datepicker-decades .table-condensed tbody .month.new.active,
.datepicker[data-bg=white] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-decades .table-condensed tbody .month.new.active,
.datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-decades .table-condensed tbody .month.new.active,
.datepicker[data-bg=gray] .calendar-builds .datepicker .datepicker-decades .table-condensed tbody .month.new:hover,
.datepicker[data-bg=gray] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-decades .table-condensed tbody .month.new:hover,
.calendar[data-bg=white] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-decades .table-condensed tbody .month.new:hover,
.datepicker[data-bg=gray] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-decades .table-condensed tbody .month.new:hover,
.calendar[data-bg=gray] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-decades .table-condensed tbody .month.new:hover,
.datepicker[data-bg=gray] .datepicker[data-bg=white] .calendar-input .datepicker .datepicker-decades .table-condensed tbody .month.new:hover,
.datepicker[data-bg=white] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-decades .table-condensed tbody .month.new:hover,
.datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-decades .table-condensed tbody .month.new:hover,
.datepicker[data-bg=gray] .calendar-builds .datepicker .datepicker-decades .table-condensed tbody .month.new.prova,
.datepicker[data-bg=gray] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-decades .table-condensed tbody .month.new.prova,
.calendar[data-bg=white] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-decades .table-condensed tbody .month.new.prova,
.datepicker[data-bg=gray] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-decades .table-condensed tbody .month.new.prova,
.calendar[data-bg=gray] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-decades .table-condensed tbody .month.new.prova,
.datepicker[data-bg=gray] .datepicker[data-bg=white] .calendar-input .datepicker .datepicker-decades .table-condensed tbody .month.new.prova,
.datepicker[data-bg=white] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-decades .table-condensed tbody .month.new.prova,
.datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-decades .table-condensed tbody .month.new.prova,
.datepicker[data-bg=gray] .calendar-builds .datepicker .datepicker-decades .table-condensed tbody .month.new.trabalho,
.datepicker[data-bg=gray] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-decades .table-condensed tbody .month.new.trabalho,
.calendar[data-bg=white] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-decades .table-condensed tbody .month.new.trabalho,
.datepicker[data-bg=gray] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-decades .table-condensed tbody .month.new.trabalho,
.calendar[data-bg=gray] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-decades .table-condensed tbody .month.new.trabalho,
.datepicker[data-bg=gray] .datepicker[data-bg=white] .calendar-input .datepicker .datepicker-decades .table-condensed tbody .month.new.trabalho,
.datepicker[data-bg=white] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-decades .table-condensed tbody .month.new.trabalho,
.datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-decades .table-condensed tbody .month.new.trabalho,
.datepicker[data-bg=gray] .calendar-builds .datepicker .datepicker-decades .table-condensed tbody .month.new.encontro,
.datepicker[data-bg=gray] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-decades .table-condensed tbody .month.new.encontro,
.calendar[data-bg=white] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-decades .table-condensed tbody .month.new.encontro,
.datepicker[data-bg=gray] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-decades .table-condensed tbody .month.new.encontro,
.calendar[data-bg=gray] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-decades .table-condensed tbody .month.new.encontro,
.datepicker[data-bg=gray] .datepicker[data-bg=white] .calendar-input .datepicker .datepicker-decades .table-condensed tbody .month.new.encontro,
.datepicker[data-bg=white] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-decades .table-condensed tbody .month.new.encontro,
.datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-decades .table-condensed tbody .month.new.encontro,
.datepicker[data-bg=gray] .calendar-builds .datepicker .datepicker-decades .table-condensed tbody .year.old.active,
.datepicker[data-bg=gray] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-decades .table-condensed tbody .year.old.active,
.calendar[data-bg=white] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-decades .table-condensed tbody .year.old.active,
.datepicker[data-bg=gray] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-decades .table-condensed tbody .year.old.active,
.calendar[data-bg=gray] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-decades .table-condensed tbody .year.old.active,
.datepicker[data-bg=gray] .datepicker[data-bg=white] .calendar-input .datepicker .datepicker-decades .table-condensed tbody .year.old.active,
.datepicker[data-bg=white] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-decades .table-condensed tbody .year.old.active,
.datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-decades .table-condensed tbody .year.old.active,
.datepicker[data-bg=gray] .calendar-builds .datepicker .datepicker-decades .table-condensed tbody .year.old:hover,
.datepicker[data-bg=gray] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-decades .table-condensed tbody .year.old:hover,
.calendar[data-bg=white] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-decades .table-condensed tbody .year.old:hover,
.datepicker[data-bg=gray] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-decades .table-condensed tbody .year.old:hover,
.calendar[data-bg=gray] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-decades .table-condensed tbody .year.old:hover,
.datepicker[data-bg=gray] .datepicker[data-bg=white] .calendar-input .datepicker .datepicker-decades .table-condensed tbody .year.old:hover,
.datepicker[data-bg=white] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-decades .table-condensed tbody .year.old:hover,
.datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-decades .table-condensed tbody .year.old:hover,
.datepicker[data-bg=gray] .calendar-builds .datepicker .datepicker-decades .table-condensed tbody .year.old.prova,
.datepicker[data-bg=gray] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-decades .table-condensed tbody .year.old.prova,
.calendar[data-bg=white] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-decades .table-condensed tbody .year.old.prova,
.datepicker[data-bg=gray] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-decades .table-condensed tbody .year.old.prova,
.calendar[data-bg=gray] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-decades .table-condensed tbody .year.old.prova,
.datepicker[data-bg=gray] .datepicker[data-bg=white] .calendar-input .datepicker .datepicker-decades .table-condensed tbody .year.old.prova,
.datepicker[data-bg=white] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-decades .table-condensed tbody .year.old.prova,
.datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-decades .table-condensed tbody .year.old.prova,
.datepicker[data-bg=gray] .calendar-builds .datepicker .datepicker-decades .table-condensed tbody .year.old.trabalho,
.datepicker[data-bg=gray] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-decades .table-condensed tbody .year.old.trabalho,
.calendar[data-bg=white] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-decades .table-condensed tbody .year.old.trabalho,
.datepicker[data-bg=gray] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-decades .table-condensed tbody .year.old.trabalho,
.calendar[data-bg=gray] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-decades .table-condensed tbody .year.old.trabalho,
.datepicker[data-bg=gray] .datepicker[data-bg=white] .calendar-input .datepicker .datepicker-decades .table-condensed tbody .year.old.trabalho,
.datepicker[data-bg=white] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-decades .table-condensed tbody .year.old.trabalho,
.datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-decades .table-condensed tbody .year.old.trabalho,
.datepicker[data-bg=gray] .calendar-builds .datepicker .datepicker-decades .table-condensed tbody .year.old.encontro,
.datepicker[data-bg=gray] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-decades .table-condensed tbody .year.old.encontro,
.calendar[data-bg=white] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-decades .table-condensed tbody .year.old.encontro,
.datepicker[data-bg=gray] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-decades .table-condensed tbody .year.old.encontro,
.calendar[data-bg=gray] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-decades .table-condensed tbody .year.old.encontro,
.datepicker[data-bg=gray] .datepicker[data-bg=white] .calendar-input .datepicker .datepicker-decades .table-condensed tbody .year.old.encontro,
.datepicker[data-bg=white] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-decades .table-condensed tbody .year.old.encontro,
.datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-decades .table-condensed tbody .year.old.encontro,
.datepicker[data-bg=gray] .calendar-builds .datepicker .datepicker-decades .table-condensed tbody .year.new.active,
.datepicker[data-bg=gray] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-decades .table-condensed tbody .year.new.active,
.calendar[data-bg=white] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-decades .table-condensed tbody .year.new.active,
.datepicker[data-bg=gray] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-decades .table-condensed tbody .year.new.active,
.calendar[data-bg=gray] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-decades .table-condensed tbody .year.new.active,
.datepicker[data-bg=gray] .datepicker[data-bg=white] .calendar-input .datepicker .datepicker-decades .table-condensed tbody .year.new.active,
.datepicker[data-bg=white] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-decades .table-condensed tbody .year.new.active,
.datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-decades .table-condensed tbody .year.new.active,
.datepicker[data-bg=gray] .calendar-builds .datepicker .datepicker-decades .table-condensed tbody .year.new:hover,
.datepicker[data-bg=gray] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-decades .table-condensed tbody .year.new:hover,
.calendar[data-bg=white] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-decades .table-condensed tbody .year.new:hover,
.datepicker[data-bg=gray] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-decades .table-condensed tbody .year.new:hover,
.calendar[data-bg=gray] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-decades .table-condensed tbody .year.new:hover,
.datepicker[data-bg=gray] .datepicker[data-bg=white] .calendar-input .datepicker .datepicker-decades .table-condensed tbody .year.new:hover,
.datepicker[data-bg=white] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-decades .table-condensed tbody .year.new:hover,
.datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-decades .table-condensed tbody .year.new:hover,
.datepicker[data-bg=gray] .calendar-builds .datepicker .datepicker-decades .table-condensed tbody .year.new.prova,
.datepicker[data-bg=gray] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-decades .table-condensed tbody .year.new.prova,
.calendar[data-bg=white] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-decades .table-condensed tbody .year.new.prova,
.datepicker[data-bg=gray] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-decades .table-condensed tbody .year.new.prova,
.calendar[data-bg=gray] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-decades .table-condensed tbody .year.new.prova,
.datepicker[data-bg=gray] .datepicker[data-bg=white] .calendar-input .datepicker .datepicker-decades .table-condensed tbody .year.new.prova,
.datepicker[data-bg=white] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-decades .table-condensed tbody .year.new.prova,
.datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-decades .table-condensed tbody .year.new.prova,
.datepicker[data-bg=gray] .calendar-builds .datepicker .datepicker-decades .table-condensed tbody .year.new.trabalho,
.datepicker[data-bg=gray] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-decades .table-condensed tbody .year.new.trabalho,
.calendar[data-bg=white] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-decades .table-condensed tbody .year.new.trabalho,
.datepicker[data-bg=gray] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-decades .table-condensed tbody .year.new.trabalho,
.calendar[data-bg=gray] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-decades .table-condensed tbody .year.new.trabalho,
.datepicker[data-bg=gray] .datepicker[data-bg=white] .calendar-input .datepicker .datepicker-decades .table-condensed tbody .year.new.trabalho,
.datepicker[data-bg=white] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-decades .table-condensed tbody .year.new.trabalho,
.datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-decades .table-condensed tbody .year.new.trabalho,
.datepicker[data-bg=gray] .calendar-builds .datepicker .datepicker-decades .table-condensed tbody .year.new.encontro,
.datepicker[data-bg=gray] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-decades .table-condensed tbody .year.new.encontro,
.calendar[data-bg=white] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-decades .table-condensed tbody .year.new.encontro,
.datepicker[data-bg=gray] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-decades .table-condensed tbody .year.new.encontro,
.calendar[data-bg=gray] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-decades .table-condensed tbody .year.new.encontro,
.datepicker[data-bg=gray] .datepicker[data-bg=white] .calendar-input .datepicker .datepicker-decades .table-condensed tbody .year.new.encontro,
.datepicker[data-bg=white] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-decades .table-condensed tbody .year.new.encontro,
.datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-decades .table-condensed tbody .year.new.encontro,
.datepicker[data-bg=gray] .calendar-builds .datepicker .datepicker-decades .table-condensed tbody .decate.old.active,
.datepicker[data-bg=gray] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-decades .table-condensed tbody .decate.old.active,
.calendar[data-bg=white] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-decades .table-condensed tbody .decate.old.active,
.datepicker[data-bg=gray] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-decades .table-condensed tbody .decate.old.active,
.calendar[data-bg=gray] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-decades .table-condensed tbody .decate.old.active,
.datepicker[data-bg=gray] .datepicker[data-bg=white] .calendar-input .datepicker .datepicker-decades .table-condensed tbody .decate.old.active,
.datepicker[data-bg=white] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-decades .table-condensed tbody .decate.old.active,
.datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-decades .table-condensed tbody .decate.old.active,
.datepicker[data-bg=gray] .calendar-builds .datepicker .datepicker-decades .table-condensed tbody .decate.old:hover,
.datepicker[data-bg=gray] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-decades .table-condensed tbody .decate.old:hover,
.calendar[data-bg=white] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-decades .table-condensed tbody .decate.old:hover,
.datepicker[data-bg=gray] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-decades .table-condensed tbody .decate.old:hover,
.calendar[data-bg=gray] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-decades .table-condensed tbody .decate.old:hover,
.datepicker[data-bg=gray] .datepicker[data-bg=white] .calendar-input .datepicker .datepicker-decades .table-condensed tbody .decate.old:hover,
.datepicker[data-bg=white] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-decades .table-condensed tbody .decate.old:hover,
.datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-decades .table-condensed tbody .decate.old:hover,
.datepicker[data-bg=gray] .calendar-builds .datepicker .datepicker-decades .table-condensed tbody .decate.old.prova,
.datepicker[data-bg=gray] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-decades .table-condensed tbody .decate.old.prova,
.calendar[data-bg=white] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-decades .table-condensed tbody .decate.old.prova,
.datepicker[data-bg=gray] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-decades .table-condensed tbody .decate.old.prova,
.calendar[data-bg=gray] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-decades .table-condensed tbody .decate.old.prova,
.datepicker[data-bg=gray] .datepicker[data-bg=white] .calendar-input .datepicker .datepicker-decades .table-condensed tbody .decate.old.prova,
.datepicker[data-bg=white] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-decades .table-condensed tbody .decate.old.prova,
.datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-decades .table-condensed tbody .decate.old.prova,
.datepicker[data-bg=gray] .calendar-builds .datepicker .datepicker-decades .table-condensed tbody .decate.old.trabalho,
.datepicker[data-bg=gray] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-decades .table-condensed tbody .decate.old.trabalho,
.calendar[data-bg=white] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-decades .table-condensed tbody .decate.old.trabalho,
.datepicker[data-bg=gray] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-decades .table-condensed tbody .decate.old.trabalho,
.calendar[data-bg=gray] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-decades .table-condensed tbody .decate.old.trabalho,
.datepicker[data-bg=gray] .datepicker[data-bg=white] .calendar-input .datepicker .datepicker-decades .table-condensed tbody .decate.old.trabalho,
.datepicker[data-bg=white] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-decades .table-condensed tbody .decate.old.trabalho,
.datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-decades .table-condensed tbody .decate.old.trabalho,
.datepicker[data-bg=gray] .calendar-builds .datepicker .datepicker-decades .table-condensed tbody .decate.old.encontro,
.datepicker[data-bg=gray] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-decades .table-condensed tbody .decate.old.encontro,
.calendar[data-bg=white] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-decades .table-condensed tbody .decate.old.encontro,
.datepicker[data-bg=gray] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-decades .table-condensed tbody .decate.old.encontro,
.calendar[data-bg=gray] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-decades .table-condensed tbody .decate.old.encontro,
.datepicker[data-bg=gray] .datepicker[data-bg=white] .calendar-input .datepicker .datepicker-decades .table-condensed tbody .decate.old.encontro,
.datepicker[data-bg=white] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-decades .table-condensed tbody .decate.old.encontro,
.datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-decades .table-condensed tbody .decate.old.encontro,
.datepicker[data-bg=gray] .calendar-builds .datepicker .datepicker-decades .table-condensed tbody .decate.new.active,
.datepicker[data-bg=gray] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-decades .table-condensed tbody .decate.new.active,
.calendar[data-bg=white] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-decades .table-condensed tbody .decate.new.active,
.datepicker[data-bg=gray] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-decades .table-condensed tbody .decate.new.active,
.calendar[data-bg=gray] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-decades .table-condensed tbody .decate.new.active,
.datepicker[data-bg=gray] .datepicker[data-bg=white] .calendar-input .datepicker .datepicker-decades .table-condensed tbody .decate.new.active,
.datepicker[data-bg=white] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-decades .table-condensed tbody .decate.new.active,
.datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-decades .table-condensed tbody .decate.new.active,
.datepicker[data-bg=gray] .calendar-builds .datepicker .datepicker-decades .table-condensed tbody .decate.new:hover,
.datepicker[data-bg=gray] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-decades .table-condensed tbody .decate.new:hover,
.calendar[data-bg=white] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-decades .table-condensed tbody .decate.new:hover,
.datepicker[data-bg=gray] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-decades .table-condensed tbody .decate.new:hover,
.calendar[data-bg=gray] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-decades .table-condensed tbody .decate.new:hover,
.datepicker[data-bg=gray] .datepicker[data-bg=white] .calendar-input .datepicker .datepicker-decades .table-condensed tbody .decate.new:hover,
.datepicker[data-bg=white] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-decades .table-condensed tbody .decate.new:hover,
.datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-decades .table-condensed tbody .decate.new:hover,
.datepicker[data-bg=gray] .calendar-builds .datepicker .datepicker-decades .table-condensed tbody .decate.new.prova,
.datepicker[data-bg=gray] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-decades .table-condensed tbody .decate.new.prova,
.calendar[data-bg=white] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-decades .table-condensed tbody .decate.new.prova,
.datepicker[data-bg=gray] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-decades .table-condensed tbody .decate.new.prova,
.calendar[data-bg=gray] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-decades .table-condensed tbody .decate.new.prova,
.datepicker[data-bg=gray] .datepicker[data-bg=white] .calendar-input .datepicker .datepicker-decades .table-condensed tbody .decate.new.prova,
.datepicker[data-bg=white] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-decades .table-condensed tbody .decate.new.prova,
.datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-decades .table-condensed tbody .decate.new.prova,
.datepicker[data-bg=gray] .calendar-builds .datepicker .datepicker-decades .table-condensed tbody .decate.new.trabalho,
.datepicker[data-bg=gray] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-decades .table-condensed tbody .decate.new.trabalho,
.calendar[data-bg=white] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-decades .table-condensed tbody .decate.new.trabalho,
.datepicker[data-bg=gray] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-decades .table-condensed tbody .decate.new.trabalho,
.calendar[data-bg=gray] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-decades .table-condensed tbody .decate.new.trabalho,
.datepicker[data-bg=gray] .datepicker[data-bg=white] .calendar-input .datepicker .datepicker-decades .table-condensed tbody .decate.new.trabalho,
.datepicker[data-bg=white] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-decades .table-condensed tbody .decate.new.trabalho,
.datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-decades .table-condensed tbody .decate.new.trabalho,
.datepicker[data-bg=gray] .calendar-builds .datepicker .datepicker-decades .table-condensed tbody .decate.new.encontro,
.datepicker[data-bg=gray] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-decades .table-condensed tbody .decate.new.encontro,
.calendar[data-bg=white] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-decades .table-condensed tbody .decate.new.encontro,
.datepicker[data-bg=gray] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-decades .table-condensed tbody .decate.new.encontro,
.calendar[data-bg=gray] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-decades .table-condensed tbody .decate.new.encontro,
.datepicker[data-bg=gray] .datepicker[data-bg=white] .calendar-input .datepicker .datepicker-decades .table-condensed tbody .decate.new.encontro,
.datepicker[data-bg=white] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-decades .table-condensed tbody .decate.new.encontro,
.datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-decades .table-condensed tbody .decate.new.encontro,
.datepicker[data-bg=gray] .calendar-builds .datepicker .datepicker-decades .table-condensed tbody .century.old.active,
.datepicker[data-bg=gray] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-decades .table-condensed tbody .century.old.active,
.calendar[data-bg=white] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-decades .table-condensed tbody .century.old.active,
.datepicker[data-bg=gray] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-decades .table-condensed tbody .century.old.active,
.calendar[data-bg=gray] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-decades .table-condensed tbody .century.old.active,
.datepicker[data-bg=gray] .datepicker[data-bg=white] .calendar-input .datepicker .datepicker-decades .table-condensed tbody .century.old.active,
.datepicker[data-bg=white] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-decades .table-condensed tbody .century.old.active,
.datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-decades .table-condensed tbody .century.old.active,
.datepicker[data-bg=gray] .calendar-builds .datepicker .datepicker-decades .table-condensed tbody .century.old:hover,
.datepicker[data-bg=gray] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-decades .table-condensed tbody .century.old:hover,
.calendar[data-bg=white] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-decades .table-condensed tbody .century.old:hover,
.datepicker[data-bg=gray] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-decades .table-condensed tbody .century.old:hover,
.calendar[data-bg=gray] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-decades .table-condensed tbody .century.old:hover,
.datepicker[data-bg=gray] .datepicker[data-bg=white] .calendar-input .datepicker .datepicker-decades .table-condensed tbody .century.old:hover,
.datepicker[data-bg=white] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-decades .table-condensed tbody .century.old:hover,
.datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-decades .table-condensed tbody .century.old:hover,
.datepicker[data-bg=gray] .calendar-builds .datepicker .datepicker-decades .table-condensed tbody .century.old.prova,
.datepicker[data-bg=gray] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-decades .table-condensed tbody .century.old.prova,
.calendar[data-bg=white] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-decades .table-condensed tbody .century.old.prova,
.datepicker[data-bg=gray] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-decades .table-condensed tbody .century.old.prova,
.calendar[data-bg=gray] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-decades .table-condensed tbody .century.old.prova,
.datepicker[data-bg=gray] .datepicker[data-bg=white] .calendar-input .datepicker .datepicker-decades .table-condensed tbody .century.old.prova,
.datepicker[data-bg=white] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-decades .table-condensed tbody .century.old.prova,
.datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-decades .table-condensed tbody .century.old.prova,
.datepicker[data-bg=gray] .calendar-builds .datepicker .datepicker-decades .table-condensed tbody .century.old.trabalho,
.datepicker[data-bg=gray] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-decades .table-condensed tbody .century.old.trabalho,
.calendar[data-bg=white] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-decades .table-condensed tbody .century.old.trabalho,
.datepicker[data-bg=gray] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-decades .table-condensed tbody .century.old.trabalho,
.calendar[data-bg=gray] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-decades .table-condensed tbody .century.old.trabalho,
.datepicker[data-bg=gray] .datepicker[data-bg=white] .calendar-input .datepicker .datepicker-decades .table-condensed tbody .century.old.trabalho,
.datepicker[data-bg=white] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-decades .table-condensed tbody .century.old.trabalho,
.datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-decades .table-condensed tbody .century.old.trabalho,
.datepicker[data-bg=gray] .calendar-builds .datepicker .datepicker-decades .table-condensed tbody .century.old.encontro,
.datepicker[data-bg=gray] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-decades .table-condensed tbody .century.old.encontro,
.calendar[data-bg=white] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-decades .table-condensed tbody .century.old.encontro,
.datepicker[data-bg=gray] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-decades .table-condensed tbody .century.old.encontro,
.calendar[data-bg=gray] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-decades .table-condensed tbody .century.old.encontro,
.datepicker[data-bg=gray] .datepicker[data-bg=white] .calendar-input .datepicker .datepicker-decades .table-condensed tbody .century.old.encontro,
.datepicker[data-bg=white] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-decades .table-condensed tbody .century.old.encontro,
.datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-decades .table-condensed tbody .century.old.encontro,
.datepicker[data-bg=gray] .calendar-builds .datepicker .datepicker-decades .table-condensed tbody .century.new.active,
.datepicker[data-bg=gray] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-decades .table-condensed tbody .century.new.active,
.calendar[data-bg=white] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-decades .table-condensed tbody .century.new.active,
.datepicker[data-bg=gray] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-decades .table-condensed tbody .century.new.active,
.calendar[data-bg=gray] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-decades .table-condensed tbody .century.new.active,
.datepicker[data-bg=gray] .datepicker[data-bg=white] .calendar-input .datepicker .datepicker-decades .table-condensed tbody .century.new.active,
.datepicker[data-bg=white] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-decades .table-condensed tbody .century.new.active,
.datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-decades .table-condensed tbody .century.new.active,
.datepicker[data-bg=gray] .calendar-builds .datepicker .datepicker-decades .table-condensed tbody .century.new:hover,
.datepicker[data-bg=gray] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-decades .table-condensed tbody .century.new:hover,
.calendar[data-bg=white] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-decades .table-condensed tbody .century.new:hover,
.datepicker[data-bg=gray] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-decades .table-condensed tbody .century.new:hover,
.calendar[data-bg=gray] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-decades .table-condensed tbody .century.new:hover,
.datepicker[data-bg=gray] .datepicker[data-bg=white] .calendar-input .datepicker .datepicker-decades .table-condensed tbody .century.new:hover,
.datepicker[data-bg=white] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-decades .table-condensed tbody .century.new:hover,
.datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-decades .table-condensed tbody .century.new:hover,
.datepicker[data-bg=gray] .calendar-builds .datepicker .datepicker-decades .table-condensed tbody .century.new.prova,
.datepicker[data-bg=gray] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-decades .table-condensed tbody .century.new.prova,
.calendar[data-bg=white] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-decades .table-condensed tbody .century.new.prova,
.datepicker[data-bg=gray] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-decades .table-condensed tbody .century.new.prova,
.calendar[data-bg=gray] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-decades .table-condensed tbody .century.new.prova,
.datepicker[data-bg=gray] .datepicker[data-bg=white] .calendar-input .datepicker .datepicker-decades .table-condensed tbody .century.new.prova,
.datepicker[data-bg=white] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-decades .table-condensed tbody .century.new.prova,
.datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-decades .table-condensed tbody .century.new.prova,
.datepicker[data-bg=gray] .calendar-builds .datepicker .datepicker-decades .table-condensed tbody .century.new.trabalho,
.datepicker[data-bg=gray] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-decades .table-condensed tbody .century.new.trabalho,
.calendar[data-bg=white] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-decades .table-condensed tbody .century.new.trabalho,
.datepicker[data-bg=gray] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-decades .table-condensed tbody .century.new.trabalho,
.calendar[data-bg=gray] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-decades .table-condensed tbody .century.new.trabalho,
.datepicker[data-bg=gray] .datepicker[data-bg=white] .calendar-input .datepicker .datepicker-decades .table-condensed tbody .century.new.trabalho,
.datepicker[data-bg=white] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-decades .table-condensed tbody .century.new.trabalho,
.datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-decades .table-condensed tbody .century.new.trabalho,
.datepicker[data-bg=gray] .calendar-builds .datepicker .datepicker-decades .table-condensed tbody .century.new.encontro,
.datepicker[data-bg=gray] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-decades .table-condensed tbody .century.new.encontro,
.calendar[data-bg=white] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-decades .table-condensed tbody .century.new.encontro,
.datepicker[data-bg=gray] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-decades .table-condensed tbody .century.new.encontro,
.calendar[data-bg=gray] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-decades .table-condensed tbody .century.new.encontro,
.datepicker[data-bg=gray] .datepicker[data-bg=white] .calendar-input .datepicker .datepicker-decades .table-condensed tbody .century.new.encontro,
.datepicker[data-bg=white] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-decades .table-condensed tbody .century.new.encontro,
.datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-decades .table-condensed tbody .century.new.encontro,
.datepicker[data-bg=gray] .calendar-builds .datepicker .datepicker-centuries .table-condensed tbody .day.old.active,
.datepicker[data-bg=gray] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-centuries .table-condensed tbody .day.old.active,
.calendar[data-bg=white] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-centuries .table-condensed tbody .day.old.active,
.datepicker[data-bg=gray] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-centuries .table-condensed tbody .day.old.active,
.calendar[data-bg=gray] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-centuries .table-condensed tbody .day.old.active,
.datepicker[data-bg=gray] .datepicker[data-bg=white] .calendar-input .datepicker .datepicker-centuries .table-condensed tbody .day.old.active,
.datepicker[data-bg=white] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-centuries .table-condensed tbody .day.old.active,
.datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-centuries .table-condensed tbody .day.old.active,
.datepicker[data-bg=gray] .calendar-builds .datepicker .datepicker-centuries .table-condensed tbody .day.old:hover,
.datepicker[data-bg=gray] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-centuries .table-condensed tbody .day.old:hover,
.calendar[data-bg=white] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-centuries .table-condensed tbody .day.old:hover,
.datepicker[data-bg=gray] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-centuries .table-condensed tbody .day.old:hover,
.calendar[data-bg=gray] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-centuries .table-condensed tbody .day.old:hover,
.datepicker[data-bg=gray] .datepicker[data-bg=white] .calendar-input .datepicker .datepicker-centuries .table-condensed tbody .day.old:hover,
.datepicker[data-bg=white] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-centuries .table-condensed tbody .day.old:hover,
.datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-centuries .table-condensed tbody .day.old:hover,
.datepicker[data-bg=gray] .calendar-builds .datepicker .datepicker-centuries .table-condensed tbody .day.old.prova,
.datepicker[data-bg=gray] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-centuries .table-condensed tbody .day.old.prova,
.calendar[data-bg=white] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-centuries .table-condensed tbody .day.old.prova,
.datepicker[data-bg=gray] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-centuries .table-condensed tbody .day.old.prova,
.calendar[data-bg=gray] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-centuries .table-condensed tbody .day.old.prova,
.datepicker[data-bg=gray] .datepicker[data-bg=white] .calendar-input .datepicker .datepicker-centuries .table-condensed tbody .day.old.prova,
.datepicker[data-bg=white] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-centuries .table-condensed tbody .day.old.prova,
.datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-centuries .table-condensed tbody .day.old.prova,
.datepicker[data-bg=gray] .calendar-builds .datepicker .datepicker-centuries .table-condensed tbody .day.old.trabalho,
.datepicker[data-bg=gray] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-centuries .table-condensed tbody .day.old.trabalho,
.calendar[data-bg=white] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-centuries .table-condensed tbody .day.old.trabalho,
.datepicker[data-bg=gray] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-centuries .table-condensed tbody .day.old.trabalho,
.calendar[data-bg=gray] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-centuries .table-condensed tbody .day.old.trabalho,
.datepicker[data-bg=gray] .datepicker[data-bg=white] .calendar-input .datepicker .datepicker-centuries .table-condensed tbody .day.old.trabalho,
.datepicker[data-bg=white] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-centuries .table-condensed tbody .day.old.trabalho,
.datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-centuries .table-condensed tbody .day.old.trabalho,
.datepicker[data-bg=gray] .calendar-builds .datepicker .datepicker-centuries .table-condensed tbody .day.old.encontro,
.datepicker[data-bg=gray] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-centuries .table-condensed tbody .day.old.encontro,
.calendar[data-bg=white] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-centuries .table-condensed tbody .day.old.encontro,
.datepicker[data-bg=gray] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-centuries .table-condensed tbody .day.old.encontro,
.calendar[data-bg=gray] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-centuries .table-condensed tbody .day.old.encontro,
.datepicker[data-bg=gray] .datepicker[data-bg=white] .calendar-input .datepicker .datepicker-centuries .table-condensed tbody .day.old.encontro,
.datepicker[data-bg=white] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-centuries .table-condensed tbody .day.old.encontro,
.datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-centuries .table-condensed tbody .day.old.encontro,
.datepicker[data-bg=gray] .calendar-builds .datepicker .datepicker-centuries .table-condensed tbody .day.new.active,
.datepicker[data-bg=gray] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-centuries .table-condensed tbody .day.new.active,
.calendar[data-bg=white] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-centuries .table-condensed tbody .day.new.active,
.datepicker[data-bg=gray] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-centuries .table-condensed tbody .day.new.active,
.calendar[data-bg=gray] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-centuries .table-condensed tbody .day.new.active,
.datepicker[data-bg=gray] .datepicker[data-bg=white] .calendar-input .datepicker .datepicker-centuries .table-condensed tbody .day.new.active,
.datepicker[data-bg=white] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-centuries .table-condensed tbody .day.new.active,
.datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-centuries .table-condensed tbody .day.new.active,
.datepicker[data-bg=gray] .calendar-builds .datepicker .datepicker-centuries .table-condensed tbody .day.new:hover,
.datepicker[data-bg=gray] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-centuries .table-condensed tbody .day.new:hover,
.calendar[data-bg=white] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-centuries .table-condensed tbody .day.new:hover,
.datepicker[data-bg=gray] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-centuries .table-condensed tbody .day.new:hover,
.calendar[data-bg=gray] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-centuries .table-condensed tbody .day.new:hover,
.datepicker[data-bg=gray] .datepicker[data-bg=white] .calendar-input .datepicker .datepicker-centuries .table-condensed tbody .day.new:hover,
.datepicker[data-bg=white] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-centuries .table-condensed tbody .day.new:hover,
.datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-centuries .table-condensed tbody .day.new:hover,
.datepicker[data-bg=gray] .calendar-builds .datepicker .datepicker-centuries .table-condensed tbody .day.new.prova,
.datepicker[data-bg=gray] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-centuries .table-condensed tbody .day.new.prova,
.calendar[data-bg=white] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-centuries .table-condensed tbody .day.new.prova,
.datepicker[data-bg=gray] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-centuries .table-condensed tbody .day.new.prova,
.calendar[data-bg=gray] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-centuries .table-condensed tbody .day.new.prova,
.datepicker[data-bg=gray] .datepicker[data-bg=white] .calendar-input .datepicker .datepicker-centuries .table-condensed tbody .day.new.prova,
.datepicker[data-bg=white] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-centuries .table-condensed tbody .day.new.prova,
.datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-centuries .table-condensed tbody .day.new.prova,
.datepicker[data-bg=gray] .calendar-builds .datepicker .datepicker-centuries .table-condensed tbody .day.new.trabalho,
.datepicker[data-bg=gray] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-centuries .table-condensed tbody .day.new.trabalho,
.calendar[data-bg=white] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-centuries .table-condensed tbody .day.new.trabalho,
.datepicker[data-bg=gray] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-centuries .table-condensed tbody .day.new.trabalho,
.calendar[data-bg=gray] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-centuries .table-condensed tbody .day.new.trabalho,
.datepicker[data-bg=gray] .datepicker[data-bg=white] .calendar-input .datepicker .datepicker-centuries .table-condensed tbody .day.new.trabalho,
.datepicker[data-bg=white] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-centuries .table-condensed tbody .day.new.trabalho,
.datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-centuries .table-condensed tbody .day.new.trabalho,
.datepicker[data-bg=gray] .calendar-builds .datepicker .datepicker-centuries .table-condensed tbody .day.new.encontro,
.datepicker[data-bg=gray] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-centuries .table-condensed tbody .day.new.encontro,
.calendar[data-bg=white] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-centuries .table-condensed tbody .day.new.encontro,
.datepicker[data-bg=gray] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-centuries .table-condensed tbody .day.new.encontro,
.calendar[data-bg=gray] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-centuries .table-condensed tbody .day.new.encontro,
.datepicker[data-bg=gray] .datepicker[data-bg=white] .calendar-input .datepicker .datepicker-centuries .table-condensed tbody .day.new.encontro,
.datepicker[data-bg=white] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-centuries .table-condensed tbody .day.new.encontro,
.datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-centuries .table-condensed tbody .day.new.encontro,
.datepicker[data-bg=gray] .calendar-builds .datepicker .datepicker-centuries .table-condensed tbody .month.old.active,
.datepicker[data-bg=gray] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-centuries .table-condensed tbody .month.old.active,
.calendar[data-bg=white] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-centuries .table-condensed tbody .month.old.active,
.datepicker[data-bg=gray] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-centuries .table-condensed tbody .month.old.active,
.calendar[data-bg=gray] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-centuries .table-condensed tbody .month.old.active,
.datepicker[data-bg=gray] .datepicker[data-bg=white] .calendar-input .datepicker .datepicker-centuries .table-condensed tbody .month.old.active,
.datepicker[data-bg=white] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-centuries .table-condensed tbody .month.old.active,
.datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-centuries .table-condensed tbody .month.old.active,
.datepicker[data-bg=gray] .calendar-builds .datepicker .datepicker-centuries .table-condensed tbody .month.old:hover,
.datepicker[data-bg=gray] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-centuries .table-condensed tbody .month.old:hover,
.calendar[data-bg=white] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-centuries .table-condensed tbody .month.old:hover,
.datepicker[data-bg=gray] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-centuries .table-condensed tbody .month.old:hover,
.calendar[data-bg=gray] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-centuries .table-condensed tbody .month.old:hover,
.datepicker[data-bg=gray] .datepicker[data-bg=white] .calendar-input .datepicker .datepicker-centuries .table-condensed tbody .month.old:hover,
.datepicker[data-bg=white] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-centuries .table-condensed tbody .month.old:hover,
.datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-centuries .table-condensed tbody .month.old:hover,
.datepicker[data-bg=gray] .calendar-builds .datepicker .datepicker-centuries .table-condensed tbody .month.old.prova,
.datepicker[data-bg=gray] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-centuries .table-condensed tbody .month.old.prova,
.calendar[data-bg=white] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-centuries .table-condensed tbody .month.old.prova,
.datepicker[data-bg=gray] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-centuries .table-condensed tbody .month.old.prova,
.calendar[data-bg=gray] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-centuries .table-condensed tbody .month.old.prova,
.datepicker[data-bg=gray] .datepicker[data-bg=white] .calendar-input .datepicker .datepicker-centuries .table-condensed tbody .month.old.prova,
.datepicker[data-bg=white] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-centuries .table-condensed tbody .month.old.prova,
.datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-centuries .table-condensed tbody .month.old.prova,
.datepicker[data-bg=gray] .calendar-builds .datepicker .datepicker-centuries .table-condensed tbody .month.old.trabalho,
.datepicker[data-bg=gray] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-centuries .table-condensed tbody .month.old.trabalho,
.calendar[data-bg=white] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-centuries .table-condensed tbody .month.old.trabalho,
.datepicker[data-bg=gray] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-centuries .table-condensed tbody .month.old.trabalho,
.calendar[data-bg=gray] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-centuries .table-condensed tbody .month.old.trabalho,
.datepicker[data-bg=gray] .datepicker[data-bg=white] .calendar-input .datepicker .datepicker-centuries .table-condensed tbody .month.old.trabalho,
.datepicker[data-bg=white] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-centuries .table-condensed tbody .month.old.trabalho,
.datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-centuries .table-condensed tbody .month.old.trabalho,
.datepicker[data-bg=gray] .calendar-builds .datepicker .datepicker-centuries .table-condensed tbody .month.old.encontro,
.datepicker[data-bg=gray] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-centuries .table-condensed tbody .month.old.encontro,
.calendar[data-bg=white] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-centuries .table-condensed tbody .month.old.encontro,
.datepicker[data-bg=gray] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-centuries .table-condensed tbody .month.old.encontro,
.calendar[data-bg=gray] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-centuries .table-condensed tbody .month.old.encontro,
.datepicker[data-bg=gray] .datepicker[data-bg=white] .calendar-input .datepicker .datepicker-centuries .table-condensed tbody .month.old.encontro,
.datepicker[data-bg=white] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-centuries .table-condensed tbody .month.old.encontro,
.datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-centuries .table-condensed tbody .month.old.encontro,
.datepicker[data-bg=gray] .calendar-builds .datepicker .datepicker-centuries .table-condensed tbody .month.new.active,
.datepicker[data-bg=gray] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-centuries .table-condensed tbody .month.new.active,
.calendar[data-bg=white] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-centuries .table-condensed tbody .month.new.active,
.datepicker[data-bg=gray] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-centuries .table-condensed tbody .month.new.active,
.calendar[data-bg=gray] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-centuries .table-condensed tbody .month.new.active,
.datepicker[data-bg=gray] .datepicker[data-bg=white] .calendar-input .datepicker .datepicker-centuries .table-condensed tbody .month.new.active,
.datepicker[data-bg=white] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-centuries .table-condensed tbody .month.new.active,
.datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-centuries .table-condensed tbody .month.new.active,
.datepicker[data-bg=gray] .calendar-builds .datepicker .datepicker-centuries .table-condensed tbody .month.new:hover,
.datepicker[data-bg=gray] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-centuries .table-condensed tbody .month.new:hover,
.calendar[data-bg=white] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-centuries .table-condensed tbody .month.new:hover,
.datepicker[data-bg=gray] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-centuries .table-condensed tbody .month.new:hover,
.calendar[data-bg=gray] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-centuries .table-condensed tbody .month.new:hover,
.datepicker[data-bg=gray] .datepicker[data-bg=white] .calendar-input .datepicker .datepicker-centuries .table-condensed tbody .month.new:hover,
.datepicker[data-bg=white] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-centuries .table-condensed tbody .month.new:hover,
.datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-centuries .table-condensed tbody .month.new:hover,
.datepicker[data-bg=gray] .calendar-builds .datepicker .datepicker-centuries .table-condensed tbody .month.new.prova,
.datepicker[data-bg=gray] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-centuries .table-condensed tbody .month.new.prova,
.calendar[data-bg=white] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-centuries .table-condensed tbody .month.new.prova,
.datepicker[data-bg=gray] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-centuries .table-condensed tbody .month.new.prova,
.calendar[data-bg=gray] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-centuries .table-condensed tbody .month.new.prova,
.datepicker[data-bg=gray] .datepicker[data-bg=white] .calendar-input .datepicker .datepicker-centuries .table-condensed tbody .month.new.prova,
.datepicker[data-bg=white] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-centuries .table-condensed tbody .month.new.prova,
.datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-centuries .table-condensed tbody .month.new.prova,
.datepicker[data-bg=gray] .calendar-builds .datepicker .datepicker-centuries .table-condensed tbody .month.new.trabalho,
.datepicker[data-bg=gray] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-centuries .table-condensed tbody .month.new.trabalho,
.calendar[data-bg=white] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-centuries .table-condensed tbody .month.new.trabalho,
.datepicker[data-bg=gray] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-centuries .table-condensed tbody .month.new.trabalho,
.calendar[data-bg=gray] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-centuries .table-condensed tbody .month.new.trabalho,
.datepicker[data-bg=gray] .datepicker[data-bg=white] .calendar-input .datepicker .datepicker-centuries .table-condensed tbody .month.new.trabalho,
.datepicker[data-bg=white] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-centuries .table-condensed tbody .month.new.trabalho,
.datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-centuries .table-condensed tbody .month.new.trabalho,
.datepicker[data-bg=gray] .calendar-builds .datepicker .datepicker-centuries .table-condensed tbody .month.new.encontro,
.datepicker[data-bg=gray] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-centuries .table-condensed tbody .month.new.encontro,
.calendar[data-bg=white] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-centuries .table-condensed tbody .month.new.encontro,
.datepicker[data-bg=gray] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-centuries .table-condensed tbody .month.new.encontro,
.calendar[data-bg=gray] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-centuries .table-condensed tbody .month.new.encontro,
.datepicker[data-bg=gray] .datepicker[data-bg=white] .calendar-input .datepicker .datepicker-centuries .table-condensed tbody .month.new.encontro,
.datepicker[data-bg=white] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-centuries .table-condensed tbody .month.new.encontro,
.datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-centuries .table-condensed tbody .month.new.encontro,
.datepicker[data-bg=gray] .calendar-builds .datepicker .datepicker-centuries .table-condensed tbody .year.old.active,
.datepicker[data-bg=gray] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-centuries .table-condensed tbody .year.old.active,
.calendar[data-bg=white] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-centuries .table-condensed tbody .year.old.active,
.datepicker[data-bg=gray] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-centuries .table-condensed tbody .year.old.active,
.calendar[data-bg=gray] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-centuries .table-condensed tbody .year.old.active,
.datepicker[data-bg=gray] .datepicker[data-bg=white] .calendar-input .datepicker .datepicker-centuries .table-condensed tbody .year.old.active,
.datepicker[data-bg=white] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-centuries .table-condensed tbody .year.old.active,
.datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-centuries .table-condensed tbody .year.old.active,
.datepicker[data-bg=gray] .calendar-builds .datepicker .datepicker-centuries .table-condensed tbody .year.old:hover,
.datepicker[data-bg=gray] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-centuries .table-condensed tbody .year.old:hover,
.calendar[data-bg=white] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-centuries .table-condensed tbody .year.old:hover,
.datepicker[data-bg=gray] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-centuries .table-condensed tbody .year.old:hover,
.calendar[data-bg=gray] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-centuries .table-condensed tbody .year.old:hover,
.datepicker[data-bg=gray] .datepicker[data-bg=white] .calendar-input .datepicker .datepicker-centuries .table-condensed tbody .year.old:hover,
.datepicker[data-bg=white] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-centuries .table-condensed tbody .year.old:hover,
.datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-centuries .table-condensed tbody .year.old:hover,
.datepicker[data-bg=gray] .calendar-builds .datepicker .datepicker-centuries .table-condensed tbody .year.old.prova,
.datepicker[data-bg=gray] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-centuries .table-condensed tbody .year.old.prova,
.calendar[data-bg=white] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-centuries .table-condensed tbody .year.old.prova,
.datepicker[data-bg=gray] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-centuries .table-condensed tbody .year.old.prova,
.calendar[data-bg=gray] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-centuries .table-condensed tbody .year.old.prova,
.datepicker[data-bg=gray] .datepicker[data-bg=white] .calendar-input .datepicker .datepicker-centuries .table-condensed tbody .year.old.prova,
.datepicker[data-bg=white] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-centuries .table-condensed tbody .year.old.prova,
.datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-centuries .table-condensed tbody .year.old.prova,
.datepicker[data-bg=gray] .calendar-builds .datepicker .datepicker-centuries .table-condensed tbody .year.old.trabalho,
.datepicker[data-bg=gray] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-centuries .table-condensed tbody .year.old.trabalho,
.calendar[data-bg=white] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-centuries .table-condensed tbody .year.old.trabalho,
.datepicker[data-bg=gray] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-centuries .table-condensed tbody .year.old.trabalho,
.calendar[data-bg=gray] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-centuries .table-condensed tbody .year.old.trabalho,
.datepicker[data-bg=gray] .datepicker[data-bg=white] .calendar-input .datepicker .datepicker-centuries .table-condensed tbody .year.old.trabalho,
.datepicker[data-bg=white] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-centuries .table-condensed tbody .year.old.trabalho,
.datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-centuries .table-condensed tbody .year.old.trabalho,
.datepicker[data-bg=gray] .calendar-builds .datepicker .datepicker-centuries .table-condensed tbody .year.old.encontro,
.datepicker[data-bg=gray] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-centuries .table-condensed tbody .year.old.encontro,
.calendar[data-bg=white] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-centuries .table-condensed tbody .year.old.encontro,
.datepicker[data-bg=gray] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-centuries .table-condensed tbody .year.old.encontro,
.calendar[data-bg=gray] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-centuries .table-condensed tbody .year.old.encontro,
.datepicker[data-bg=gray] .datepicker[data-bg=white] .calendar-input .datepicker .datepicker-centuries .table-condensed tbody .year.old.encontro,
.datepicker[data-bg=white] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-centuries .table-condensed tbody .year.old.encontro,
.datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-centuries .table-condensed tbody .year.old.encontro,
.datepicker[data-bg=gray] .calendar-builds .datepicker .datepicker-centuries .table-condensed tbody .year.new.active,
.datepicker[data-bg=gray] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-centuries .table-condensed tbody .year.new.active,
.calendar[data-bg=white] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-centuries .table-condensed tbody .year.new.active,
.datepicker[data-bg=gray] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-centuries .table-condensed tbody .year.new.active,
.calendar[data-bg=gray] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-centuries .table-condensed tbody .year.new.active,
.datepicker[data-bg=gray] .datepicker[data-bg=white] .calendar-input .datepicker .datepicker-centuries .table-condensed tbody .year.new.active,
.datepicker[data-bg=white] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-centuries .table-condensed tbody .year.new.active,
.datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-centuries .table-condensed tbody .year.new.active,
.datepicker[data-bg=gray] .calendar-builds .datepicker .datepicker-centuries .table-condensed tbody .year.new:hover,
.datepicker[data-bg=gray] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-centuries .table-condensed tbody .year.new:hover,
.calendar[data-bg=white] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-centuries .table-condensed tbody .year.new:hover,
.datepicker[data-bg=gray] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-centuries .table-condensed tbody .year.new:hover,
.calendar[data-bg=gray] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-centuries .table-condensed tbody .year.new:hover,
.datepicker[data-bg=gray] .datepicker[data-bg=white] .calendar-input .datepicker .datepicker-centuries .table-condensed tbody .year.new:hover,
.datepicker[data-bg=white] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-centuries .table-condensed tbody .year.new:hover,
.datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-centuries .table-condensed tbody .year.new:hover,
.datepicker[data-bg=gray] .calendar-builds .datepicker .datepicker-centuries .table-condensed tbody .year.new.prova,
.datepicker[data-bg=gray] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-centuries .table-condensed tbody .year.new.prova,
.calendar[data-bg=white] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-centuries .table-condensed tbody .year.new.prova,
.datepicker[data-bg=gray] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-centuries .table-condensed tbody .year.new.prova,
.calendar[data-bg=gray] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-centuries .table-condensed tbody .year.new.prova,
.datepicker[data-bg=gray] .datepicker[data-bg=white] .calendar-input .datepicker .datepicker-centuries .table-condensed tbody .year.new.prova,
.datepicker[data-bg=white] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-centuries .table-condensed tbody .year.new.prova,
.datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-centuries .table-condensed tbody .year.new.prova,
.datepicker[data-bg=gray] .calendar-builds .datepicker .datepicker-centuries .table-condensed tbody .year.new.trabalho,
.datepicker[data-bg=gray] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-centuries .table-condensed tbody .year.new.trabalho,
.calendar[data-bg=white] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-centuries .table-condensed tbody .year.new.trabalho,
.datepicker[data-bg=gray] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-centuries .table-condensed tbody .year.new.trabalho,
.calendar[data-bg=gray] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-centuries .table-condensed tbody .year.new.trabalho,
.datepicker[data-bg=gray] .datepicker[data-bg=white] .calendar-input .datepicker .datepicker-centuries .table-condensed tbody .year.new.trabalho,
.datepicker[data-bg=white] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-centuries .table-condensed tbody .year.new.trabalho,
.datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-centuries .table-condensed tbody .year.new.trabalho,
.datepicker[data-bg=gray] .calendar-builds .datepicker .datepicker-centuries .table-condensed tbody .year.new.encontro,
.datepicker[data-bg=gray] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-centuries .table-condensed tbody .year.new.encontro,
.calendar[data-bg=white] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-centuries .table-condensed tbody .year.new.encontro,
.datepicker[data-bg=gray] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-centuries .table-condensed tbody .year.new.encontro,
.calendar[data-bg=gray] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-centuries .table-condensed tbody .year.new.encontro,
.datepicker[data-bg=gray] .datepicker[data-bg=white] .calendar-input .datepicker .datepicker-centuries .table-condensed tbody .year.new.encontro,
.datepicker[data-bg=white] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-centuries .table-condensed tbody .year.new.encontro,
.datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-centuries .table-condensed tbody .year.new.encontro,
.datepicker[data-bg=gray] .calendar-builds .datepicker .datepicker-centuries .table-condensed tbody .decate.old.active,
.datepicker[data-bg=gray] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-centuries .table-condensed tbody .decate.old.active,
.calendar[data-bg=white] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-centuries .table-condensed tbody .decate.old.active,
.datepicker[data-bg=gray] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-centuries .table-condensed tbody .decate.old.active,
.calendar[data-bg=gray] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-centuries .table-condensed tbody .decate.old.active,
.datepicker[data-bg=gray] .datepicker[data-bg=white] .calendar-input .datepicker .datepicker-centuries .table-condensed tbody .decate.old.active,
.datepicker[data-bg=white] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-centuries .table-condensed tbody .decate.old.active,
.datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-centuries .table-condensed tbody .decate.old.active,
.datepicker[data-bg=gray] .calendar-builds .datepicker .datepicker-centuries .table-condensed tbody .decate.old:hover,
.datepicker[data-bg=gray] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-centuries .table-condensed tbody .decate.old:hover,
.calendar[data-bg=white] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-centuries .table-condensed tbody .decate.old:hover,
.datepicker[data-bg=gray] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-centuries .table-condensed tbody .decate.old:hover,
.calendar[data-bg=gray] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-centuries .table-condensed tbody .decate.old:hover,
.datepicker[data-bg=gray] .datepicker[data-bg=white] .calendar-input .datepicker .datepicker-centuries .table-condensed tbody .decate.old:hover,
.datepicker[data-bg=white] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-centuries .table-condensed tbody .decate.old:hover,
.datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-centuries .table-condensed tbody .decate.old:hover,
.datepicker[data-bg=gray] .calendar-builds .datepicker .datepicker-centuries .table-condensed tbody .decate.old.prova,
.datepicker[data-bg=gray] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-centuries .table-condensed tbody .decate.old.prova,
.calendar[data-bg=white] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-centuries .table-condensed tbody .decate.old.prova,
.datepicker[data-bg=gray] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-centuries .table-condensed tbody .decate.old.prova,
.calendar[data-bg=gray] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-centuries .table-condensed tbody .decate.old.prova,
.datepicker[data-bg=gray] .datepicker[data-bg=white] .calendar-input .datepicker .datepicker-centuries .table-condensed tbody .decate.old.prova,
.datepicker[data-bg=white] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-centuries .table-condensed tbody .decate.old.prova,
.datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-centuries .table-condensed tbody .decate.old.prova,
.datepicker[data-bg=gray] .calendar-builds .datepicker .datepicker-centuries .table-condensed tbody .decate.old.trabalho,
.datepicker[data-bg=gray] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-centuries .table-condensed tbody .decate.old.trabalho,
.calendar[data-bg=white] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-centuries .table-condensed tbody .decate.old.trabalho,
.datepicker[data-bg=gray] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-centuries .table-condensed tbody .decate.old.trabalho,
.calendar[data-bg=gray] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-centuries .table-condensed tbody .decate.old.trabalho,
.datepicker[data-bg=gray] .datepicker[data-bg=white] .calendar-input .datepicker .datepicker-centuries .table-condensed tbody .decate.old.trabalho,
.datepicker[data-bg=white] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-centuries .table-condensed tbody .decate.old.trabalho,
.datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-centuries .table-condensed tbody .decate.old.trabalho,
.datepicker[data-bg=gray] .calendar-builds .datepicker .datepicker-centuries .table-condensed tbody .decate.old.encontro,
.datepicker[data-bg=gray] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-centuries .table-condensed tbody .decate.old.encontro,
.calendar[data-bg=white] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-centuries .table-condensed tbody .decate.old.encontro,
.datepicker[data-bg=gray] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-centuries .table-condensed tbody .decate.old.encontro,
.calendar[data-bg=gray] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-centuries .table-condensed tbody .decate.old.encontro,
.datepicker[data-bg=gray] .datepicker[data-bg=white] .calendar-input .datepicker .datepicker-centuries .table-condensed tbody .decate.old.encontro,
.datepicker[data-bg=white] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-centuries .table-condensed tbody .decate.old.encontro,
.datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-centuries .table-condensed tbody .decate.old.encontro,
.datepicker[data-bg=gray] .calendar-builds .datepicker .datepicker-centuries .table-condensed tbody .decate.new.active,
.datepicker[data-bg=gray] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-centuries .table-condensed tbody .decate.new.active,
.calendar[data-bg=white] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-centuries .table-condensed tbody .decate.new.active,
.datepicker[data-bg=gray] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-centuries .table-condensed tbody .decate.new.active,
.calendar[data-bg=gray] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-centuries .table-condensed tbody .decate.new.active,
.datepicker[data-bg=gray] .datepicker[data-bg=white] .calendar-input .datepicker .datepicker-centuries .table-condensed tbody .decate.new.active,
.datepicker[data-bg=white] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-centuries .table-condensed tbody .decate.new.active,
.datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-centuries .table-condensed tbody .decate.new.active,
.datepicker[data-bg=gray] .calendar-builds .datepicker .datepicker-centuries .table-condensed tbody .decate.new:hover,
.datepicker[data-bg=gray] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-centuries .table-condensed tbody .decate.new:hover,
.calendar[data-bg=white] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-centuries .table-condensed tbody .decate.new:hover,
.datepicker[data-bg=gray] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-centuries .table-condensed tbody .decate.new:hover,
.calendar[data-bg=gray] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-centuries .table-condensed tbody .decate.new:hover,
.datepicker[data-bg=gray] .datepicker[data-bg=white] .calendar-input .datepicker .datepicker-centuries .table-condensed tbody .decate.new:hover,
.datepicker[data-bg=white] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-centuries .table-condensed tbody .decate.new:hover,
.datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-centuries .table-condensed tbody .decate.new:hover,
.datepicker[data-bg=gray] .calendar-builds .datepicker .datepicker-centuries .table-condensed tbody .decate.new.prova,
.datepicker[data-bg=gray] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-centuries .table-condensed tbody .decate.new.prova,
.calendar[data-bg=white] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-centuries .table-condensed tbody .decate.new.prova,
.datepicker[data-bg=gray] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-centuries .table-condensed tbody .decate.new.prova,
.calendar[data-bg=gray] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-centuries .table-condensed tbody .decate.new.prova,
.datepicker[data-bg=gray] .datepicker[data-bg=white] .calendar-input .datepicker .datepicker-centuries .table-condensed tbody .decate.new.prova,
.datepicker[data-bg=white] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-centuries .table-condensed tbody .decate.new.prova,
.datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-centuries .table-condensed tbody .decate.new.prova,
.datepicker[data-bg=gray] .calendar-builds .datepicker .datepicker-centuries .table-condensed tbody .decate.new.trabalho,
.datepicker[data-bg=gray] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-centuries .table-condensed tbody .decate.new.trabalho,
.calendar[data-bg=white] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-centuries .table-condensed tbody .decate.new.trabalho,
.datepicker[data-bg=gray] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-centuries .table-condensed tbody .decate.new.trabalho,
.calendar[data-bg=gray] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-centuries .table-condensed tbody .decate.new.trabalho,
.datepicker[data-bg=gray] .datepicker[data-bg=white] .calendar-input .datepicker .datepicker-centuries .table-condensed tbody .decate.new.trabalho,
.datepicker[data-bg=white] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-centuries .table-condensed tbody .decate.new.trabalho,
.datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-centuries .table-condensed tbody .decate.new.trabalho,
.datepicker[data-bg=gray] .calendar-builds .datepicker .datepicker-centuries .table-condensed tbody .decate.new.encontro,
.datepicker[data-bg=gray] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-centuries .table-condensed tbody .decate.new.encontro,
.calendar[data-bg=white] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-centuries .table-condensed tbody .decate.new.encontro,
.datepicker[data-bg=gray] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-centuries .table-condensed tbody .decate.new.encontro,
.calendar[data-bg=gray] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-centuries .table-condensed tbody .decate.new.encontro,
.datepicker[data-bg=gray] .datepicker[data-bg=white] .calendar-input .datepicker .datepicker-centuries .table-condensed tbody .decate.new.encontro,
.datepicker[data-bg=white] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-centuries .table-condensed tbody .decate.new.encontro,
.datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-centuries .table-condensed tbody .decate.new.encontro,
.datepicker[data-bg=gray] .calendar-builds .datepicker .datepicker-centuries .table-condensed tbody .century.old.active,
.datepicker[data-bg=gray] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-centuries .table-condensed tbody .century.old.active,
.calendar[data-bg=white] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-centuries .table-condensed tbody .century.old.active,
.datepicker[data-bg=gray] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-centuries .table-condensed tbody .century.old.active,
.calendar[data-bg=gray] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-centuries .table-condensed tbody .century.old.active,
.datepicker[data-bg=gray] .datepicker[data-bg=white] .calendar-input .datepicker .datepicker-centuries .table-condensed tbody .century.old.active,
.datepicker[data-bg=white] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-centuries .table-condensed tbody .century.old.active,
.datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-centuries .table-condensed tbody .century.old.active,
.datepicker[data-bg=gray] .calendar-builds .datepicker .datepicker-centuries .table-condensed tbody .century.old:hover,
.datepicker[data-bg=gray] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-centuries .table-condensed tbody .century.old:hover,
.calendar[data-bg=white] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-centuries .table-condensed tbody .century.old:hover,
.datepicker[data-bg=gray] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-centuries .table-condensed tbody .century.old:hover,
.calendar[data-bg=gray] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-centuries .table-condensed tbody .century.old:hover,
.datepicker[data-bg=gray] .datepicker[data-bg=white] .calendar-input .datepicker .datepicker-centuries .table-condensed tbody .century.old:hover,
.datepicker[data-bg=white] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-centuries .table-condensed tbody .century.old:hover,
.datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-centuries .table-condensed tbody .century.old:hover,
.datepicker[data-bg=gray] .calendar-builds .datepicker .datepicker-centuries .table-condensed tbody .century.old.prova,
.datepicker[data-bg=gray] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-centuries .table-condensed tbody .century.old.prova,
.calendar[data-bg=white] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-centuries .table-condensed tbody .century.old.prova,
.datepicker[data-bg=gray] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-centuries .table-condensed tbody .century.old.prova,
.calendar[data-bg=gray] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-centuries .table-condensed tbody .century.old.prova,
.datepicker[data-bg=gray] .datepicker[data-bg=white] .calendar-input .datepicker .datepicker-centuries .table-condensed tbody .century.old.prova,
.datepicker[data-bg=white] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-centuries .table-condensed tbody .century.old.prova,
.datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-centuries .table-condensed tbody .century.old.prova,
.datepicker[data-bg=gray] .calendar-builds .datepicker .datepicker-centuries .table-condensed tbody .century.old.trabalho,
.datepicker[data-bg=gray] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-centuries .table-condensed tbody .century.old.trabalho,
.calendar[data-bg=white] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-centuries .table-condensed tbody .century.old.trabalho,
.datepicker[data-bg=gray] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-centuries .table-condensed tbody .century.old.trabalho,
.calendar[data-bg=gray] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-centuries .table-condensed tbody .century.old.trabalho,
.datepicker[data-bg=gray] .datepicker[data-bg=white] .calendar-input .datepicker .datepicker-centuries .table-condensed tbody .century.old.trabalho,
.datepicker[data-bg=white] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-centuries .table-condensed tbody .century.old.trabalho,
.datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-centuries .table-condensed tbody .century.old.trabalho,
.datepicker[data-bg=gray] .calendar-builds .datepicker .datepicker-centuries .table-condensed tbody .century.old.encontro,
.datepicker[data-bg=gray] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-centuries .table-condensed tbody .century.old.encontro,
.calendar[data-bg=white] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-centuries .table-condensed tbody .century.old.encontro,
.datepicker[data-bg=gray] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-centuries .table-condensed tbody .century.old.encontro,
.calendar[data-bg=gray] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-centuries .table-condensed tbody .century.old.encontro,
.datepicker[data-bg=gray] .datepicker[data-bg=white] .calendar-input .datepicker .datepicker-centuries .table-condensed tbody .century.old.encontro,
.datepicker[data-bg=white] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-centuries .table-condensed tbody .century.old.encontro,
.datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-centuries .table-condensed tbody .century.old.encontro,
.datepicker[data-bg=gray] .calendar-builds .datepicker .datepicker-centuries .table-condensed tbody .century.new.active,
.datepicker[data-bg=gray] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-centuries .table-condensed tbody .century.new.active,
.calendar[data-bg=white] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-centuries .table-condensed tbody .century.new.active,
.datepicker[data-bg=gray] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-centuries .table-condensed tbody .century.new.active,
.calendar[data-bg=gray] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-centuries .table-condensed tbody .century.new.active,
.datepicker[data-bg=gray] .datepicker[data-bg=white] .calendar-input .datepicker .datepicker-centuries .table-condensed tbody .century.new.active,
.datepicker[data-bg=white] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-centuries .table-condensed tbody .century.new.active,
.datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-centuries .table-condensed tbody .century.new.active,
.datepicker[data-bg=gray] .calendar-builds .datepicker .datepicker-centuries .table-condensed tbody .century.new:hover,
.datepicker[data-bg=gray] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-centuries .table-condensed tbody .century.new:hover,
.calendar[data-bg=white] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-centuries .table-condensed tbody .century.new:hover,
.datepicker[data-bg=gray] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-centuries .table-condensed tbody .century.new:hover,
.calendar[data-bg=gray] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-centuries .table-condensed tbody .century.new:hover,
.datepicker[data-bg=gray] .datepicker[data-bg=white] .calendar-input .datepicker .datepicker-centuries .table-condensed tbody .century.new:hover,
.datepicker[data-bg=white] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-centuries .table-condensed tbody .century.new:hover,
.datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-centuries .table-condensed tbody .century.new:hover,
.datepicker[data-bg=gray] .calendar-builds .datepicker .datepicker-centuries .table-condensed tbody .century.new.prova,
.datepicker[data-bg=gray] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-centuries .table-condensed tbody .century.new.prova,
.calendar[data-bg=white] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-centuries .table-condensed tbody .century.new.prova,
.datepicker[data-bg=gray] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-centuries .table-condensed tbody .century.new.prova,
.calendar[data-bg=gray] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-centuries .table-condensed tbody .century.new.prova,
.datepicker[data-bg=gray] .datepicker[data-bg=white] .calendar-input .datepicker .datepicker-centuries .table-condensed tbody .century.new.prova,
.datepicker[data-bg=white] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-centuries .table-condensed tbody .century.new.prova,
.datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-centuries .table-condensed tbody .century.new.prova,
.datepicker[data-bg=gray] .calendar-builds .datepicker .datepicker-centuries .table-condensed tbody .century.new.trabalho,
.datepicker[data-bg=gray] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-centuries .table-condensed tbody .century.new.trabalho,
.calendar[data-bg=white] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-centuries .table-condensed tbody .century.new.trabalho,
.datepicker[data-bg=gray] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-centuries .table-condensed tbody .century.new.trabalho,
.calendar[data-bg=gray] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-centuries .table-condensed tbody .century.new.trabalho,
.datepicker[data-bg=gray] .datepicker[data-bg=white] .calendar-input .datepicker .datepicker-centuries .table-condensed tbody .century.new.trabalho,
.datepicker[data-bg=white] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-centuries .table-condensed tbody .century.new.trabalho,
.datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-centuries .table-condensed tbody .century.new.trabalho,
.datepicker[data-bg=gray] .calendar-builds .datepicker .datepicker-centuries .table-condensed tbody .century.new.encontro,
.datepicker[data-bg=gray] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-centuries .table-condensed tbody .century.new.encontro,
.calendar[data-bg=white] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-centuries .table-condensed tbody .century.new.encontro,
.datepicker[data-bg=gray] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-centuries .table-condensed tbody .century.new.encontro,
.calendar[data-bg=gray] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-centuries .table-condensed tbody .century.new.encontro,
.datepicker[data-bg=gray] .datepicker[data-bg=white] .calendar-input .datepicker .datepicker-centuries .table-condensed tbody .century.new.encontro,
.datepicker[data-bg=white] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-centuries .table-condensed tbody .century.new.encontro,
.datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-centuries .table-condensed tbody .century.new.encontro {
  background-color: var(--white) !important;
  color: var(--secondary-darkest-color);
  opacity: 0.6;
}
.calendar[data-bg=gray] .calendar-builds hr, .calendar[data-bg=gray] .calendar-input hr,
.datepicker[data-bg=gray] .calendar-builds hr,
.datepicker[data-bg=gray] .calendar-input hr {
  border-top: 2px solid var(--white) !important;
}
.calendar[data-bg=gray] .calendar-builds ul li, .calendar[data-bg=gray] .calendar-input ul li,
.datepicker[data-bg=gray] .calendar-builds ul li,
.datepicker[data-bg=gray] .calendar-input ul li {
  color: var(--secondary-darkest-color);
}

@media not print {
  body[data-ac-activated] {
    --input-calendar-icon-color: var(--primary-light-color);
    --input-calendar-icon-color-hover: var(--primary-color);
    --input-calendar-icon-color-disabled: var(--primary-light-color);
  }
  body[data-ac-activated] .form-group.dropdown .dropdown-menu {
    border: 0;
  }
  body[data-ac-activated] .datepicker {
    background-color: var(--bg-color);
    border-color: var(--border-color);
    border-width: 2px;
  }
  body[data-ac-activated] .datepicker .datepicker-days .table-condensed thead th,
  body[data-ac-activated] .datepicker .datepicker-months .table-condensed thead th,
  body[data-ac-activated] .datepicker .datepicker-years .table-condensed thead th,
  body[data-ac-activated] .datepicker .datepicker-decades .table-condensed thead th,
  body[data-ac-activated] .datepicker .datepicker-centuries .table-condensed thead th {
    color: var(--primary-light-color);
  }
  body[data-ac-activated] .datepicker .datepicker-days .table-condensed thead .prev i::before,
  body[data-ac-activated] .datepicker .datepicker-days .table-condensed thead .next i::before,
  body[data-ac-activated] .datepicker .datepicker-months .table-condensed thead .prev i::before,
  body[data-ac-activated] .datepicker .datepicker-months .table-condensed thead .next i::before,
  body[data-ac-activated] .datepicker .datepicker-years .table-condensed thead .prev i::before,
  body[data-ac-activated] .datepicker .datepicker-years .table-condensed thead .next i::before,
  body[data-ac-activated] .datepicker .datepicker-decades .table-condensed thead .prev i::before,
  body[data-ac-activated] .datepicker .datepicker-decades .table-condensed thead .next i::before,
  body[data-ac-activated] .datepicker .datepicker-centuries .table-condensed thead .prev i::before,
  body[data-ac-activated] .datepicker .datepicker-centuries .table-condensed thead .next i::before {
    color: var(--primary-color);
  }
  body[data-ac-activated] .datepicker .datepicker-days .table-condensed thead .prev:hover,
  body[data-ac-activated] .datepicker .datepicker-days .table-condensed thead .next:hover,
  body[data-ac-activated] .datepicker .datepicker-months .table-condensed thead .prev:hover,
  body[data-ac-activated] .datepicker .datepicker-months .table-condensed thead .next:hover,
  body[data-ac-activated] .datepicker .datepicker-years .table-condensed thead .prev:hover,
  body[data-ac-activated] .datepicker .datepicker-years .table-condensed thead .next:hover,
  body[data-ac-activated] .datepicker .datepicker-decades .table-condensed thead .prev:hover,
  body[data-ac-activated] .datepicker .datepicker-decades .table-condensed thead .next:hover,
  body[data-ac-activated] .datepicker .datepicker-centuries .table-condensed thead .prev:hover,
  body[data-ac-activated] .datepicker .datepicker-centuries .table-condensed thead .next:hover {
    background-color: var(--bg-color);
    border: 1px solid var(--primary-color);
  }
  body[data-ac-activated] .datepicker .datepicker-days .table-condensed thead .datepicker-switch:hover,
  body[data-ac-activated] .datepicker .datepicker-months .table-condensed thead .datepicker-switch:hover,
  body[data-ac-activated] .datepicker .datepicker-years .table-condensed thead .datepicker-switch:hover,
  body[data-ac-activated] .datepicker .datepicker-decades .table-condensed thead .datepicker-switch:hover,
  body[data-ac-activated] .datepicker .datepicker-centuries .table-condensed thead .datepicker-switch:hover {
    background-color: var(--primary-light-color);
    color: var(--primary-dark-color);
  }
  body[data-ac-activated] .datepicker .datepicker-days .table-condensed tbody tr td span,
  body[data-ac-activated] .datepicker .datepicker-months .table-condensed tbody tr td span,
  body[data-ac-activated] .datepicker .datepicker-years .table-condensed tbody tr td span,
  body[data-ac-activated] .datepicker .datepicker-decades .table-condensed tbody tr td span,
  body[data-ac-activated] .datepicker .datepicker-centuries .table-condensed tbody tr td span {
    color: var(--primary-color);
  }
  body[data-ac-activated] .datepicker .datepicker-days .table-condensed tbody tr td span.focused, body[data-ac-activated] .datepicker .datepicker-days .table-condensed tbody tr td span:hover,
  body[data-ac-activated] .datepicker .datepicker-months .table-condensed tbody tr td span.focused,
  body[data-ac-activated] .datepicker .datepicker-months .table-condensed tbody tr td span:hover,
  body[data-ac-activated] .datepicker .datepicker-years .table-condensed tbody tr td span.focused,
  body[data-ac-activated] .datepicker .datepicker-years .table-condensed tbody tr td span:hover,
  body[data-ac-activated] .datepicker .datepicker-decades .table-condensed tbody tr td span.focused,
  body[data-ac-activated] .datepicker .datepicker-decades .table-condensed tbody tr td span:hover,
  body[data-ac-activated] .datepicker .datepicker-centuries .table-condensed tbody tr td span.focused,
  body[data-ac-activated] .datepicker .datepicker-centuries .table-condensed tbody tr td span:hover {
    background-color: var(--primary-light-color);
    color: var(--primary-dark-color);
  }
  body[data-ac-activated] .datepicker .datepicker-days .table-condensed tbody .day,
  body[data-ac-activated] .datepicker .datepicker-months .table-condensed tbody .day,
  body[data-ac-activated] .datepicker .datepicker-years .table-condensed tbody .day,
  body[data-ac-activated] .datepicker .datepicker-decades .table-condensed tbody .day,
  body[data-ac-activated] .datepicker .datepicker-centuries .table-condensed tbody .day {
    color: var(--primary-color);
  }
  body[data-ac-activated] .datepicker .datepicker-days .table-condensed tbody .day.today, body[data-ac-activated] .datepicker .datepicker-days .table-condensed tbody .day.active, body[data-ac-activated] .datepicker .datepicker-days .table-condensed tbody .day.prova, body[data-ac-activated] .datepicker .datepicker-days .table-condensed tbody .day.trabalho, body[data-ac-activated] .datepicker .datepicker-days .table-condensed tbody .day.encontro, body[data-ac-activated] .datepicker .datepicker-days .table-condensed tbody .day:hover,
  body[data-ac-activated] .datepicker .datepicker-months .table-condensed tbody .day.today,
  body[data-ac-activated] .datepicker .datepicker-months .table-condensed tbody .day.active,
  body[data-ac-activated] .datepicker .datepicker-months .table-condensed tbody .day.prova,
  body[data-ac-activated] .datepicker .datepicker-months .table-condensed tbody .day.trabalho,
  body[data-ac-activated] .datepicker .datepicker-months .table-condensed tbody .day.encontro,
  body[data-ac-activated] .datepicker .datepicker-months .table-condensed tbody .day:hover,
  body[data-ac-activated] .datepicker .datepicker-years .table-condensed tbody .day.today,
  body[data-ac-activated] .datepicker .datepicker-years .table-condensed tbody .day.active,
  body[data-ac-activated] .datepicker .datepicker-years .table-condensed tbody .day.prova,
  body[data-ac-activated] .datepicker .datepicker-years .table-condensed tbody .day.trabalho,
  body[data-ac-activated] .datepicker .datepicker-years .table-condensed tbody .day.encontro,
  body[data-ac-activated] .datepicker .datepicker-years .table-condensed tbody .day:hover,
  body[data-ac-activated] .datepicker .datepicker-decades .table-condensed tbody .day.today,
  body[data-ac-activated] .datepicker .datepicker-decades .table-condensed tbody .day.active,
  body[data-ac-activated] .datepicker .datepicker-decades .table-condensed tbody .day.prova,
  body[data-ac-activated] .datepicker .datepicker-decades .table-condensed tbody .day.trabalho,
  body[data-ac-activated] .datepicker .datepicker-decades .table-condensed tbody .day.encontro,
  body[data-ac-activated] .datepicker .datepicker-decades .table-condensed tbody .day:hover,
  body[data-ac-activated] .datepicker .datepicker-centuries .table-condensed tbody .day.today,
  body[data-ac-activated] .datepicker .datepicker-centuries .table-condensed tbody .day.active,
  body[data-ac-activated] .datepicker .datepicker-centuries .table-condensed tbody .day.prova,
  body[data-ac-activated] .datepicker .datepicker-centuries .table-condensed tbody .day.trabalho,
  body[data-ac-activated] .datepicker .datepicker-centuries .table-condensed tbody .day.encontro,
  body[data-ac-activated] .datepicker .datepicker-centuries .table-condensed tbody .day:hover {
    background-color: var(--primary-light-color) !important;
    color: var(--primary-dark-color);
  }
  body[data-ac-activated] .datepicker .datepicker-days .table-condensed tbody .day.old, body[data-ac-activated] .datepicker .datepicker-days .table-condensed tbody .day.new,
  body[data-ac-activated] .datepicker .datepicker-months .table-condensed tbody .day.old,
  body[data-ac-activated] .datepicker .datepicker-months .table-condensed tbody .day.new,
  body[data-ac-activated] .datepicker .datepicker-years .table-condensed tbody .day.old,
  body[data-ac-activated] .datepicker .datepicker-years .table-condensed tbody .day.new,
  body[data-ac-activated] .datepicker .datepicker-decades .table-condensed tbody .day.old,
  body[data-ac-activated] .datepicker .datepicker-decades .table-condensed tbody .day.new,
  body[data-ac-activated] .datepicker .datepicker-centuries .table-condensed tbody .day.old,
  body[data-ac-activated] .datepicker .datepicker-centuries .table-condensed tbody .day.new {
    color: var(--primary-darken-color);
  }
  body[data-ac-activated] .datepicker .datepicker-days .table-condensed tbody .day.old:hover, body[data-ac-activated] .datepicker .datepicker-days .table-condensed tbody .day.old.active, body[data-ac-activated] .datepicker .datepicker-days .table-condensed tbody .day.old.prova, body[data-ac-activated] .datepicker .datepicker-days .table-condensed tbody .day.old.trabalho, body[data-ac-activated] .datepicker .datepicker-days .table-condensed tbody .day.old.encontro, body[data-ac-activated] .datepicker .datepicker-days .table-condensed tbody .day.new:hover, body[data-ac-activated] .datepicker .datepicker-days .table-condensed tbody .day.new.active, body[data-ac-activated] .datepicker .datepicker-days .table-condensed tbody .day.new.prova, body[data-ac-activated] .datepicker .datepicker-days .table-condensed tbody .day.new.trabalho, body[data-ac-activated] .datepicker .datepicker-days .table-condensed tbody .day.new.encontro,
  body[data-ac-activated] .datepicker .datepicker-months .table-condensed tbody .day.old:hover,
  body[data-ac-activated] .datepicker .datepicker-months .table-condensed tbody .day.old.active,
  body[data-ac-activated] .datepicker .datepicker-months .table-condensed tbody .day.old.prova,
  body[data-ac-activated] .datepicker .datepicker-months .table-condensed tbody .day.old.trabalho,
  body[data-ac-activated] .datepicker .datepicker-months .table-condensed tbody .day.old.encontro,
  body[data-ac-activated] .datepicker .datepicker-months .table-condensed tbody .day.new:hover,
  body[data-ac-activated] .datepicker .datepicker-months .table-condensed tbody .day.new.active,
  body[data-ac-activated] .datepicker .datepicker-months .table-condensed tbody .day.new.prova,
  body[data-ac-activated] .datepicker .datepicker-months .table-condensed tbody .day.new.trabalho,
  body[data-ac-activated] .datepicker .datepicker-months .table-condensed tbody .day.new.encontro,
  body[data-ac-activated] .datepicker .datepicker-years .table-condensed tbody .day.old:hover,
  body[data-ac-activated] .datepicker .datepicker-years .table-condensed tbody .day.old.active,
  body[data-ac-activated] .datepicker .datepicker-years .table-condensed tbody .day.old.prova,
  body[data-ac-activated] .datepicker .datepicker-years .table-condensed tbody .day.old.trabalho,
  body[data-ac-activated] .datepicker .datepicker-years .table-condensed tbody .day.old.encontro,
  body[data-ac-activated] .datepicker .datepicker-years .table-condensed tbody .day.new:hover,
  body[data-ac-activated] .datepicker .datepicker-years .table-condensed tbody .day.new.active,
  body[data-ac-activated] .datepicker .datepicker-years .table-condensed tbody .day.new.prova,
  body[data-ac-activated] .datepicker .datepicker-years .table-condensed tbody .day.new.trabalho,
  body[data-ac-activated] .datepicker .datepicker-years .table-condensed tbody .day.new.encontro,
  body[data-ac-activated] .datepicker .datepicker-decades .table-condensed tbody .day.old:hover,
  body[data-ac-activated] .datepicker .datepicker-decades .table-condensed tbody .day.old.active,
  body[data-ac-activated] .datepicker .datepicker-decades .table-condensed tbody .day.old.prova,
  body[data-ac-activated] .datepicker .datepicker-decades .table-condensed tbody .day.old.trabalho,
  body[data-ac-activated] .datepicker .datepicker-decades .table-condensed tbody .day.old.encontro,
  body[data-ac-activated] .datepicker .datepicker-decades .table-condensed tbody .day.new:hover,
  body[data-ac-activated] .datepicker .datepicker-decades .table-condensed tbody .day.new.active,
  body[data-ac-activated] .datepicker .datepicker-decades .table-condensed tbody .day.new.prova,
  body[data-ac-activated] .datepicker .datepicker-decades .table-condensed tbody .day.new.trabalho,
  body[data-ac-activated] .datepicker .datepicker-decades .table-condensed tbody .day.new.encontro,
  body[data-ac-activated] .datepicker .datepicker-centuries .table-condensed tbody .day.old:hover,
  body[data-ac-activated] .datepicker .datepicker-centuries .table-condensed tbody .day.old.active,
  body[data-ac-activated] .datepicker .datepicker-centuries .table-condensed tbody .day.old.prova,
  body[data-ac-activated] .datepicker .datepicker-centuries .table-condensed tbody .day.old.trabalho,
  body[data-ac-activated] .datepicker .datepicker-centuries .table-condensed tbody .day.old.encontro,
  body[data-ac-activated] .datepicker .datepicker-centuries .table-condensed tbody .day.new:hover,
  body[data-ac-activated] .datepicker .datepicker-centuries .table-condensed tbody .day.new.active,
  body[data-ac-activated] .datepicker .datepicker-centuries .table-condensed tbody .day.new.prova,
  body[data-ac-activated] .datepicker .datepicker-centuries .table-condensed tbody .day.new.trabalho,
  body[data-ac-activated] .datepicker .datepicker-centuries .table-condensed tbody .day.new.encontro {
    color: var(--primary-dark-color);
    opacity: 1;
  }
  body[data-ac-activated] .datepicker.datepicker-dropdown::before {
    border: 0;
  }
  body[data-ac-activated] .datepicker.datepicker-dropdown::after {
    border-bottom-color: var(--border-color);
  }
  body[data-ac-activated] .datepicker.datepicker-dropdown.datepicker-orient-bottom::after {
    top: -8px;
  }
  body[data-ac-activated] .calendar {
    --prova-bg-color: var(--primary-light-color);
    --trabalho-bg-color: var(--primary-light-color);
    --encontro-bg-color: var(--primary-light-color);
  }
  body[data-ac-activated] .calendar[data-bg=white] .calendar-builds,
  body[data-ac-activated] .calendar[data-bg=white] .calendar-input, body[data-ac-activated] .calendar[data-bg=gray] .calendar-builds,
  body[data-ac-activated] .calendar[data-bg=gray] .calendar-input {
    background-color: var(--bg-color);
    border-color: var(--border-color);
  }
  body[data-ac-activated] .calendar[data-bg=white] .calendar-builds .datepicker .datepicker-days .table-condensed thead th,
  body[data-ac-activated] .calendar[data-bg=white] .calendar-builds .datepicker .datepicker-months .table-condensed thead th,
  body[data-ac-activated] .calendar[data-bg=white] .calendar-builds .datepicker .datepicker-years .table-condensed thead th,
  body[data-ac-activated] .calendar[data-bg=white] .calendar-builds .datepicker .datepicker-decades .table-condensed thead th,
  body[data-ac-activated] .calendar[data-bg=white] .calendar-builds .datepicker .datepicker-centuries .table-condensed thead th,
  body[data-ac-activated] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-days .table-condensed thead th,
  body[data-ac-activated] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-months .table-condensed thead th,
  body[data-ac-activated] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-years .table-condensed thead th,
  body[data-ac-activated] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-decades .table-condensed thead th,
  body[data-ac-activated] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-centuries .table-condensed thead th, body[data-ac-activated] .calendar[data-bg=gray] .calendar-builds .datepicker .datepicker-days .table-condensed thead th,
  body[data-ac-activated] .calendar[data-bg=gray] .calendar-builds .datepicker .datepicker-months .table-condensed thead th,
  body[data-ac-activated] .calendar[data-bg=gray] .calendar-builds .datepicker .datepicker-years .table-condensed thead th,
  body[data-ac-activated] .calendar[data-bg=gray] .calendar-builds .datepicker .datepicker-decades .table-condensed thead th,
  body[data-ac-activated] .calendar[data-bg=gray] .calendar-builds .datepicker .datepicker-centuries .table-condensed thead th,
  body[data-ac-activated] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-days .table-condensed thead th,
  body[data-ac-activated] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-months .table-condensed thead th,
  body[data-ac-activated] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-years .table-condensed thead th,
  body[data-ac-activated] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-decades .table-condensed thead th,
  body[data-ac-activated] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-centuries .table-condensed thead th {
    color: var(--primary-light-color);
  }
  body[data-ac-activated] .calendar[data-bg=white] .calendar-builds .datepicker .datepicker-days .table-condensed thead .prev i::before, body[data-ac-activated] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-days .table-condensed thead .prev i::before, body[data-ac-activated] .calendar[data-bg=white] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-days .table-condensed thead .prev i::before, .calendar[data-bg=gray] body[data-ac-activated] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-days .table-condensed thead .prev i::before,
  body[data-ac-activated] .calendar[data-bg=white] .datepicker[data-bg=white] .calendar-input .datepicker .datepicker-days .table-condensed thead .prev i::before,
  .datepicker[data-bg=white] body[data-ac-activated] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-days .table-condensed thead .prev i::before,
  body[data-ac-activated] .calendar[data-bg=white] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-days .table-condensed thead .prev i::before,
  .datepicker[data-bg=gray] body[data-ac-activated] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-days .table-condensed thead .prev i::before,
  body[data-ac-activated] .calendar[data-bg=white] .calendar-builds .datepicker .datepicker-days .table-condensed thead .next i::before,
  body[data-ac-activated] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-days .table-condensed thead .next i::before,
  body[data-ac-activated] .calendar[data-bg=white] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-days .table-condensed thead .next i::before,
  .calendar[data-bg=gray] body[data-ac-activated] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-days .table-condensed thead .next i::before,
  body[data-ac-activated] .calendar[data-bg=white] .datepicker[data-bg=white] .calendar-input .datepicker .datepicker-days .table-condensed thead .next i::before,
  .datepicker[data-bg=white] body[data-ac-activated] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-days .table-condensed thead .next i::before,
  body[data-ac-activated] .calendar[data-bg=white] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-days .table-condensed thead .next i::before,
  .datepicker[data-bg=gray] body[data-ac-activated] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-days .table-condensed thead .next i::before,
  body[data-ac-activated] .calendar[data-bg=white] .calendar-builds .datepicker .datepicker-months .table-condensed thead .prev i::before,
  body[data-ac-activated] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-months .table-condensed thead .prev i::before,
  body[data-ac-activated] .calendar[data-bg=white] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-months .table-condensed thead .prev i::before,
  .calendar[data-bg=gray] body[data-ac-activated] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-months .table-condensed thead .prev i::before,
  body[data-ac-activated] .calendar[data-bg=white] .datepicker[data-bg=white] .calendar-input .datepicker .datepicker-months .table-condensed thead .prev i::before,
  .datepicker[data-bg=white] body[data-ac-activated] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-months .table-condensed thead .prev i::before,
  body[data-ac-activated] .calendar[data-bg=white] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-months .table-condensed thead .prev i::before,
  .datepicker[data-bg=gray] body[data-ac-activated] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-months .table-condensed thead .prev i::before,
  body[data-ac-activated] .calendar[data-bg=white] .calendar-builds .datepicker .datepicker-months .table-condensed thead .next i::before,
  body[data-ac-activated] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-months .table-condensed thead .next i::before,
  body[data-ac-activated] .calendar[data-bg=white] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-months .table-condensed thead .next i::before,
  .calendar[data-bg=gray] body[data-ac-activated] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-months .table-condensed thead .next i::before,
  body[data-ac-activated] .calendar[data-bg=white] .datepicker[data-bg=white] .calendar-input .datepicker .datepicker-months .table-condensed thead .next i::before,
  .datepicker[data-bg=white] body[data-ac-activated] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-months .table-condensed thead .next i::before,
  body[data-ac-activated] .calendar[data-bg=white] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-months .table-condensed thead .next i::before,
  .datepicker[data-bg=gray] body[data-ac-activated] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-months .table-condensed thead .next i::before,
  body[data-ac-activated] .calendar[data-bg=white] .calendar-builds .datepicker .datepicker-years .table-condensed thead .prev i::before,
  body[data-ac-activated] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-years .table-condensed thead .prev i::before,
  body[data-ac-activated] .calendar[data-bg=white] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-years .table-condensed thead .prev i::before,
  .calendar[data-bg=gray] body[data-ac-activated] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-years .table-condensed thead .prev i::before,
  body[data-ac-activated] .calendar[data-bg=white] .datepicker[data-bg=white] .calendar-input .datepicker .datepicker-years .table-condensed thead .prev i::before,
  .datepicker[data-bg=white] body[data-ac-activated] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-years .table-condensed thead .prev i::before,
  body[data-ac-activated] .calendar[data-bg=white] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-years .table-condensed thead .prev i::before,
  .datepicker[data-bg=gray] body[data-ac-activated] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-years .table-condensed thead .prev i::before,
  body[data-ac-activated] .calendar[data-bg=white] .calendar-builds .datepicker .datepicker-years .table-condensed thead .next i::before,
  body[data-ac-activated] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-years .table-condensed thead .next i::before,
  body[data-ac-activated] .calendar[data-bg=white] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-years .table-condensed thead .next i::before,
  .calendar[data-bg=gray] body[data-ac-activated] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-years .table-condensed thead .next i::before,
  body[data-ac-activated] .calendar[data-bg=white] .datepicker[data-bg=white] .calendar-input .datepicker .datepicker-years .table-condensed thead .next i::before,
  .datepicker[data-bg=white] body[data-ac-activated] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-years .table-condensed thead .next i::before,
  body[data-ac-activated] .calendar[data-bg=white] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-years .table-condensed thead .next i::before,
  .datepicker[data-bg=gray] body[data-ac-activated] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-years .table-condensed thead .next i::before,
  body[data-ac-activated] .calendar[data-bg=white] .calendar-builds .datepicker .datepicker-decades .table-condensed thead .prev i::before,
  body[data-ac-activated] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-decades .table-condensed thead .prev i::before,
  body[data-ac-activated] .calendar[data-bg=white] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-decades .table-condensed thead .prev i::before,
  .calendar[data-bg=gray] body[data-ac-activated] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-decades .table-condensed thead .prev i::before,
  body[data-ac-activated] .calendar[data-bg=white] .datepicker[data-bg=white] .calendar-input .datepicker .datepicker-decades .table-condensed thead .prev i::before,
  .datepicker[data-bg=white] body[data-ac-activated] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-decades .table-condensed thead .prev i::before,
  body[data-ac-activated] .calendar[data-bg=white] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-decades .table-condensed thead .prev i::before,
  .datepicker[data-bg=gray] body[data-ac-activated] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-decades .table-condensed thead .prev i::before,
  body[data-ac-activated] .calendar[data-bg=white] .calendar-builds .datepicker .datepicker-decades .table-condensed thead .next i::before,
  body[data-ac-activated] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-decades .table-condensed thead .next i::before,
  body[data-ac-activated] .calendar[data-bg=white] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-decades .table-condensed thead .next i::before,
  .calendar[data-bg=gray] body[data-ac-activated] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-decades .table-condensed thead .next i::before,
  body[data-ac-activated] .calendar[data-bg=white] .datepicker[data-bg=white] .calendar-input .datepicker .datepicker-decades .table-condensed thead .next i::before,
  .datepicker[data-bg=white] body[data-ac-activated] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-decades .table-condensed thead .next i::before,
  body[data-ac-activated] .calendar[data-bg=white] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-decades .table-condensed thead .next i::before,
  .datepicker[data-bg=gray] body[data-ac-activated] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-decades .table-condensed thead .next i::before,
  body[data-ac-activated] .calendar[data-bg=white] .calendar-builds .datepicker .datepicker-centuries .table-condensed thead .prev i::before,
  body[data-ac-activated] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-centuries .table-condensed thead .prev i::before,
  body[data-ac-activated] .calendar[data-bg=white] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-centuries .table-condensed thead .prev i::before,
  .calendar[data-bg=gray] body[data-ac-activated] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-centuries .table-condensed thead .prev i::before,
  body[data-ac-activated] .calendar[data-bg=white] .datepicker[data-bg=white] .calendar-input .datepicker .datepicker-centuries .table-condensed thead .prev i::before,
  .datepicker[data-bg=white] body[data-ac-activated] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-centuries .table-condensed thead .prev i::before,
  body[data-ac-activated] .calendar[data-bg=white] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-centuries .table-condensed thead .prev i::before,
  .datepicker[data-bg=gray] body[data-ac-activated] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-centuries .table-condensed thead .prev i::before,
  body[data-ac-activated] .calendar[data-bg=white] .calendar-builds .datepicker .datepicker-centuries .table-condensed thead .next i::before,
  body[data-ac-activated] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-centuries .table-condensed thead .next i::before,
  body[data-ac-activated] .calendar[data-bg=white] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-centuries .table-condensed thead .next i::before,
  .calendar[data-bg=gray] body[data-ac-activated] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-centuries .table-condensed thead .next i::before,
  body[data-ac-activated] .calendar[data-bg=white] .datepicker[data-bg=white] .calendar-input .datepicker .datepicker-centuries .table-condensed thead .next i::before,
  .datepicker[data-bg=white] body[data-ac-activated] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-centuries .table-condensed thead .next i::before,
  body[data-ac-activated] .calendar[data-bg=white] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-centuries .table-condensed thead .next i::before,
  .datepicker[data-bg=gray] body[data-ac-activated] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-centuries .table-condensed thead .next i::before,
  body[data-ac-activated] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-days .table-condensed thead .prev i::before,
  body[data-ac-activated] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-days .table-condensed thead .next i::before,
  body[data-ac-activated] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-months .table-condensed thead .prev i::before,
  body[data-ac-activated] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-months .table-condensed thead .next i::before,
  body[data-ac-activated] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-years .table-condensed thead .prev i::before,
  body[data-ac-activated] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-years .table-condensed thead .next i::before,
  body[data-ac-activated] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-decades .table-condensed thead .prev i::before,
  body[data-ac-activated] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-decades .table-condensed thead .next i::before,
  body[data-ac-activated] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-centuries .table-condensed thead .prev i::before,
  body[data-ac-activated] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-centuries .table-condensed thead .next i::before, body[data-ac-activated] .calendar[data-bg=gray] .calendar-builds .datepicker .datepicker-days .table-condensed thead .prev i::before, body[data-ac-activated] .calendar[data-bg=gray] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-days .table-condensed thead .prev i::before, .calendar[data-bg=white] body[data-ac-activated] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-days .table-condensed thead .prev i::before, body[data-ac-activated] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-days .table-condensed thead .prev i::before,
  body[data-ac-activated] .calendar[data-bg=gray] .datepicker[data-bg=white] .calendar-input .datepicker .datepicker-days .table-condensed thead .prev i::before,
  .datepicker[data-bg=white] body[data-ac-activated] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-days .table-condensed thead .prev i::before,
  body[data-ac-activated] .calendar[data-bg=gray] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-days .table-condensed thead .prev i::before,
  .datepicker[data-bg=gray] body[data-ac-activated] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-days .table-condensed thead .prev i::before,
  body[data-ac-activated] .calendar[data-bg=gray] .calendar-builds .datepicker .datepicker-days .table-condensed thead .next i::before,
  body[data-ac-activated] .calendar[data-bg=gray] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-days .table-condensed thead .next i::before,
  .calendar[data-bg=white] body[data-ac-activated] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-days .table-condensed thead .next i::before,
  body[data-ac-activated] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-days .table-condensed thead .next i::before,
  body[data-ac-activated] .calendar[data-bg=gray] .datepicker[data-bg=white] .calendar-input .datepicker .datepicker-days .table-condensed thead .next i::before,
  .datepicker[data-bg=white] body[data-ac-activated] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-days .table-condensed thead .next i::before,
  body[data-ac-activated] .calendar[data-bg=gray] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-days .table-condensed thead .next i::before,
  .datepicker[data-bg=gray] body[data-ac-activated] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-days .table-condensed thead .next i::before,
  body[data-ac-activated] .calendar[data-bg=gray] .calendar-builds .datepicker .datepicker-months .table-condensed thead .prev i::before,
  body[data-ac-activated] .calendar[data-bg=gray] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-months .table-condensed thead .prev i::before,
  .calendar[data-bg=white] body[data-ac-activated] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-months .table-condensed thead .prev i::before,
  body[data-ac-activated] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-months .table-condensed thead .prev i::before,
  body[data-ac-activated] .calendar[data-bg=gray] .datepicker[data-bg=white] .calendar-input .datepicker .datepicker-months .table-condensed thead .prev i::before,
  .datepicker[data-bg=white] body[data-ac-activated] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-months .table-condensed thead .prev i::before,
  body[data-ac-activated] .calendar[data-bg=gray] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-months .table-condensed thead .prev i::before,
  .datepicker[data-bg=gray] body[data-ac-activated] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-months .table-condensed thead .prev i::before,
  body[data-ac-activated] .calendar[data-bg=gray] .calendar-builds .datepicker .datepicker-months .table-condensed thead .next i::before,
  body[data-ac-activated] .calendar[data-bg=gray] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-months .table-condensed thead .next i::before,
  .calendar[data-bg=white] body[data-ac-activated] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-months .table-condensed thead .next i::before,
  body[data-ac-activated] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-months .table-condensed thead .next i::before,
  body[data-ac-activated] .calendar[data-bg=gray] .datepicker[data-bg=white] .calendar-input .datepicker .datepicker-months .table-condensed thead .next i::before,
  .datepicker[data-bg=white] body[data-ac-activated] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-months .table-condensed thead .next i::before,
  body[data-ac-activated] .calendar[data-bg=gray] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-months .table-condensed thead .next i::before,
  .datepicker[data-bg=gray] body[data-ac-activated] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-months .table-condensed thead .next i::before,
  body[data-ac-activated] .calendar[data-bg=gray] .calendar-builds .datepicker .datepicker-years .table-condensed thead .prev i::before,
  body[data-ac-activated] .calendar[data-bg=gray] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-years .table-condensed thead .prev i::before,
  .calendar[data-bg=white] body[data-ac-activated] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-years .table-condensed thead .prev i::before,
  body[data-ac-activated] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-years .table-condensed thead .prev i::before,
  body[data-ac-activated] .calendar[data-bg=gray] .datepicker[data-bg=white] .calendar-input .datepicker .datepicker-years .table-condensed thead .prev i::before,
  .datepicker[data-bg=white] body[data-ac-activated] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-years .table-condensed thead .prev i::before,
  body[data-ac-activated] .calendar[data-bg=gray] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-years .table-condensed thead .prev i::before,
  .datepicker[data-bg=gray] body[data-ac-activated] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-years .table-condensed thead .prev i::before,
  body[data-ac-activated] .calendar[data-bg=gray] .calendar-builds .datepicker .datepicker-years .table-condensed thead .next i::before,
  body[data-ac-activated] .calendar[data-bg=gray] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-years .table-condensed thead .next i::before,
  .calendar[data-bg=white] body[data-ac-activated] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-years .table-condensed thead .next i::before,
  body[data-ac-activated] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-years .table-condensed thead .next i::before,
  body[data-ac-activated] .calendar[data-bg=gray] .datepicker[data-bg=white] .calendar-input .datepicker .datepicker-years .table-condensed thead .next i::before,
  .datepicker[data-bg=white] body[data-ac-activated] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-years .table-condensed thead .next i::before,
  body[data-ac-activated] .calendar[data-bg=gray] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-years .table-condensed thead .next i::before,
  .datepicker[data-bg=gray] body[data-ac-activated] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-years .table-condensed thead .next i::before,
  body[data-ac-activated] .calendar[data-bg=gray] .calendar-builds .datepicker .datepicker-decades .table-condensed thead .prev i::before,
  body[data-ac-activated] .calendar[data-bg=gray] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-decades .table-condensed thead .prev i::before,
  .calendar[data-bg=white] body[data-ac-activated] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-decades .table-condensed thead .prev i::before,
  body[data-ac-activated] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-decades .table-condensed thead .prev i::before,
  body[data-ac-activated] .calendar[data-bg=gray] .datepicker[data-bg=white] .calendar-input .datepicker .datepicker-decades .table-condensed thead .prev i::before,
  .datepicker[data-bg=white] body[data-ac-activated] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-decades .table-condensed thead .prev i::before,
  body[data-ac-activated] .calendar[data-bg=gray] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-decades .table-condensed thead .prev i::before,
  .datepicker[data-bg=gray] body[data-ac-activated] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-decades .table-condensed thead .prev i::before,
  body[data-ac-activated] .calendar[data-bg=gray] .calendar-builds .datepicker .datepicker-decades .table-condensed thead .next i::before,
  body[data-ac-activated] .calendar[data-bg=gray] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-decades .table-condensed thead .next i::before,
  .calendar[data-bg=white] body[data-ac-activated] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-decades .table-condensed thead .next i::before,
  body[data-ac-activated] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-decades .table-condensed thead .next i::before,
  body[data-ac-activated] .calendar[data-bg=gray] .datepicker[data-bg=white] .calendar-input .datepicker .datepicker-decades .table-condensed thead .next i::before,
  .datepicker[data-bg=white] body[data-ac-activated] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-decades .table-condensed thead .next i::before,
  body[data-ac-activated] .calendar[data-bg=gray] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-decades .table-condensed thead .next i::before,
  .datepicker[data-bg=gray] body[data-ac-activated] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-decades .table-condensed thead .next i::before,
  body[data-ac-activated] .calendar[data-bg=gray] .calendar-builds .datepicker .datepicker-centuries .table-condensed thead .prev i::before,
  body[data-ac-activated] .calendar[data-bg=gray] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-centuries .table-condensed thead .prev i::before,
  .calendar[data-bg=white] body[data-ac-activated] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-centuries .table-condensed thead .prev i::before,
  body[data-ac-activated] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-centuries .table-condensed thead .prev i::before,
  body[data-ac-activated] .calendar[data-bg=gray] .datepicker[data-bg=white] .calendar-input .datepicker .datepicker-centuries .table-condensed thead .prev i::before,
  .datepicker[data-bg=white] body[data-ac-activated] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-centuries .table-condensed thead .prev i::before,
  body[data-ac-activated] .calendar[data-bg=gray] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-centuries .table-condensed thead .prev i::before,
  .datepicker[data-bg=gray] body[data-ac-activated] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-centuries .table-condensed thead .prev i::before,
  body[data-ac-activated] .calendar[data-bg=gray] .calendar-builds .datepicker .datepicker-centuries .table-condensed thead .next i::before,
  body[data-ac-activated] .calendar[data-bg=gray] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-centuries .table-condensed thead .next i::before,
  .calendar[data-bg=white] body[data-ac-activated] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-centuries .table-condensed thead .next i::before,
  body[data-ac-activated] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-centuries .table-condensed thead .next i::before,
  body[data-ac-activated] .calendar[data-bg=gray] .datepicker[data-bg=white] .calendar-input .datepicker .datepicker-centuries .table-condensed thead .next i::before,
  .datepicker[data-bg=white] body[data-ac-activated] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-centuries .table-condensed thead .next i::before,
  body[data-ac-activated] .calendar[data-bg=gray] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-centuries .table-condensed thead .next i::before,
  .datepicker[data-bg=gray] body[data-ac-activated] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-centuries .table-condensed thead .next i::before,
  body[data-ac-activated] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-days .table-condensed thead .prev i::before,
  body[data-ac-activated] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-days .table-condensed thead .next i::before,
  body[data-ac-activated] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-months .table-condensed thead .prev i::before,
  body[data-ac-activated] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-months .table-condensed thead .next i::before,
  body[data-ac-activated] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-years .table-condensed thead .prev i::before,
  body[data-ac-activated] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-years .table-condensed thead .next i::before,
  body[data-ac-activated] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-decades .table-condensed thead .prev i::before,
  body[data-ac-activated] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-decades .table-condensed thead .next i::before,
  body[data-ac-activated] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-centuries .table-condensed thead .prev i::before,
  body[data-ac-activated] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-centuries .table-condensed thead .next i::before {
    color: var(--primary-color);
  }
  body[data-ac-activated] .calendar[data-bg=white] .calendar-builds .datepicker .datepicker-days .table-condensed thead .prev:hover, body[data-ac-activated] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-days .table-condensed thead .prev:hover, body[data-ac-activated] .calendar[data-bg=white] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-days .table-condensed thead .prev:hover, .calendar[data-bg=gray] body[data-ac-activated] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-days .table-condensed thead .prev:hover,
  body[data-ac-activated] .calendar[data-bg=white] .datepicker[data-bg=white] .calendar-input .datepicker .datepicker-days .table-condensed thead .prev:hover,
  .datepicker[data-bg=white] body[data-ac-activated] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-days .table-condensed thead .prev:hover,
  body[data-ac-activated] .calendar[data-bg=white] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-days .table-condensed thead .prev:hover,
  .datepicker[data-bg=gray] body[data-ac-activated] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-days .table-condensed thead .prev:hover,
  body[data-ac-activated] .calendar[data-bg=white] .calendar-builds .datepicker .datepicker-days .table-condensed thead .next:hover,
  body[data-ac-activated] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-days .table-condensed thead .next:hover,
  body[data-ac-activated] .calendar[data-bg=white] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-days .table-condensed thead .next:hover,
  .calendar[data-bg=gray] body[data-ac-activated] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-days .table-condensed thead .next:hover,
  body[data-ac-activated] .calendar[data-bg=white] .datepicker[data-bg=white] .calendar-input .datepicker .datepicker-days .table-condensed thead .next:hover,
  .datepicker[data-bg=white] body[data-ac-activated] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-days .table-condensed thead .next:hover,
  body[data-ac-activated] .calendar[data-bg=white] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-days .table-condensed thead .next:hover,
  .datepicker[data-bg=gray] body[data-ac-activated] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-days .table-condensed thead .next:hover,
  body[data-ac-activated] .calendar[data-bg=white] .calendar-builds .datepicker .datepicker-months .table-condensed thead .prev:hover,
  body[data-ac-activated] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-months .table-condensed thead .prev:hover,
  body[data-ac-activated] .calendar[data-bg=white] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-months .table-condensed thead .prev:hover,
  .calendar[data-bg=gray] body[data-ac-activated] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-months .table-condensed thead .prev:hover,
  body[data-ac-activated] .calendar[data-bg=white] .datepicker[data-bg=white] .calendar-input .datepicker .datepicker-months .table-condensed thead .prev:hover,
  .datepicker[data-bg=white] body[data-ac-activated] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-months .table-condensed thead .prev:hover,
  body[data-ac-activated] .calendar[data-bg=white] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-months .table-condensed thead .prev:hover,
  .datepicker[data-bg=gray] body[data-ac-activated] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-months .table-condensed thead .prev:hover,
  body[data-ac-activated] .calendar[data-bg=white] .calendar-builds .datepicker .datepicker-months .table-condensed thead .next:hover,
  body[data-ac-activated] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-months .table-condensed thead .next:hover,
  body[data-ac-activated] .calendar[data-bg=white] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-months .table-condensed thead .next:hover,
  .calendar[data-bg=gray] body[data-ac-activated] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-months .table-condensed thead .next:hover,
  body[data-ac-activated] .calendar[data-bg=white] .datepicker[data-bg=white] .calendar-input .datepicker .datepicker-months .table-condensed thead .next:hover,
  .datepicker[data-bg=white] body[data-ac-activated] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-months .table-condensed thead .next:hover,
  body[data-ac-activated] .calendar[data-bg=white] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-months .table-condensed thead .next:hover,
  .datepicker[data-bg=gray] body[data-ac-activated] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-months .table-condensed thead .next:hover,
  body[data-ac-activated] .calendar[data-bg=white] .calendar-builds .datepicker .datepicker-years .table-condensed thead .prev:hover,
  body[data-ac-activated] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-years .table-condensed thead .prev:hover,
  body[data-ac-activated] .calendar[data-bg=white] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-years .table-condensed thead .prev:hover,
  .calendar[data-bg=gray] body[data-ac-activated] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-years .table-condensed thead .prev:hover,
  body[data-ac-activated] .calendar[data-bg=white] .datepicker[data-bg=white] .calendar-input .datepicker .datepicker-years .table-condensed thead .prev:hover,
  .datepicker[data-bg=white] body[data-ac-activated] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-years .table-condensed thead .prev:hover,
  body[data-ac-activated] .calendar[data-bg=white] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-years .table-condensed thead .prev:hover,
  .datepicker[data-bg=gray] body[data-ac-activated] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-years .table-condensed thead .prev:hover,
  body[data-ac-activated] .calendar[data-bg=white] .calendar-builds .datepicker .datepicker-years .table-condensed thead .next:hover,
  body[data-ac-activated] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-years .table-condensed thead .next:hover,
  body[data-ac-activated] .calendar[data-bg=white] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-years .table-condensed thead .next:hover,
  .calendar[data-bg=gray] body[data-ac-activated] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-years .table-condensed thead .next:hover,
  body[data-ac-activated] .calendar[data-bg=white] .datepicker[data-bg=white] .calendar-input .datepicker .datepicker-years .table-condensed thead .next:hover,
  .datepicker[data-bg=white] body[data-ac-activated] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-years .table-condensed thead .next:hover,
  body[data-ac-activated] .calendar[data-bg=white] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-years .table-condensed thead .next:hover,
  .datepicker[data-bg=gray] body[data-ac-activated] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-years .table-condensed thead .next:hover,
  body[data-ac-activated] .calendar[data-bg=white] .calendar-builds .datepicker .datepicker-decades .table-condensed thead .prev:hover,
  body[data-ac-activated] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-decades .table-condensed thead .prev:hover,
  body[data-ac-activated] .calendar[data-bg=white] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-decades .table-condensed thead .prev:hover,
  .calendar[data-bg=gray] body[data-ac-activated] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-decades .table-condensed thead .prev:hover,
  body[data-ac-activated] .calendar[data-bg=white] .datepicker[data-bg=white] .calendar-input .datepicker .datepicker-decades .table-condensed thead .prev:hover,
  .datepicker[data-bg=white] body[data-ac-activated] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-decades .table-condensed thead .prev:hover,
  body[data-ac-activated] .calendar[data-bg=white] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-decades .table-condensed thead .prev:hover,
  .datepicker[data-bg=gray] body[data-ac-activated] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-decades .table-condensed thead .prev:hover,
  body[data-ac-activated] .calendar[data-bg=white] .calendar-builds .datepicker .datepicker-decades .table-condensed thead .next:hover,
  body[data-ac-activated] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-decades .table-condensed thead .next:hover,
  body[data-ac-activated] .calendar[data-bg=white] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-decades .table-condensed thead .next:hover,
  .calendar[data-bg=gray] body[data-ac-activated] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-decades .table-condensed thead .next:hover,
  body[data-ac-activated] .calendar[data-bg=white] .datepicker[data-bg=white] .calendar-input .datepicker .datepicker-decades .table-condensed thead .next:hover,
  .datepicker[data-bg=white] body[data-ac-activated] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-decades .table-condensed thead .next:hover,
  body[data-ac-activated] .calendar[data-bg=white] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-decades .table-condensed thead .next:hover,
  .datepicker[data-bg=gray] body[data-ac-activated] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-decades .table-condensed thead .next:hover,
  body[data-ac-activated] .calendar[data-bg=white] .calendar-builds .datepicker .datepicker-centuries .table-condensed thead .prev:hover,
  body[data-ac-activated] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-centuries .table-condensed thead .prev:hover,
  body[data-ac-activated] .calendar[data-bg=white] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-centuries .table-condensed thead .prev:hover,
  .calendar[data-bg=gray] body[data-ac-activated] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-centuries .table-condensed thead .prev:hover,
  body[data-ac-activated] .calendar[data-bg=white] .datepicker[data-bg=white] .calendar-input .datepicker .datepicker-centuries .table-condensed thead .prev:hover,
  .datepicker[data-bg=white] body[data-ac-activated] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-centuries .table-condensed thead .prev:hover,
  body[data-ac-activated] .calendar[data-bg=white] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-centuries .table-condensed thead .prev:hover,
  .datepicker[data-bg=gray] body[data-ac-activated] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-centuries .table-condensed thead .prev:hover,
  body[data-ac-activated] .calendar[data-bg=white] .calendar-builds .datepicker .datepicker-centuries .table-condensed thead .next:hover,
  body[data-ac-activated] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-centuries .table-condensed thead .next:hover,
  body[data-ac-activated] .calendar[data-bg=white] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-centuries .table-condensed thead .next:hover,
  .calendar[data-bg=gray] body[data-ac-activated] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-centuries .table-condensed thead .next:hover,
  body[data-ac-activated] .calendar[data-bg=white] .datepicker[data-bg=white] .calendar-input .datepicker .datepicker-centuries .table-condensed thead .next:hover,
  .datepicker[data-bg=white] body[data-ac-activated] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-centuries .table-condensed thead .next:hover,
  body[data-ac-activated] .calendar[data-bg=white] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-centuries .table-condensed thead .next:hover,
  .datepicker[data-bg=gray] body[data-ac-activated] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-centuries .table-condensed thead .next:hover,
  body[data-ac-activated] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-days .table-condensed thead .prev:hover,
  body[data-ac-activated] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-days .table-condensed thead .next:hover,
  body[data-ac-activated] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-months .table-condensed thead .prev:hover,
  body[data-ac-activated] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-months .table-condensed thead .next:hover,
  body[data-ac-activated] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-years .table-condensed thead .prev:hover,
  body[data-ac-activated] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-years .table-condensed thead .next:hover,
  body[data-ac-activated] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-decades .table-condensed thead .prev:hover,
  body[data-ac-activated] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-decades .table-condensed thead .next:hover,
  body[data-ac-activated] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-centuries .table-condensed thead .prev:hover,
  body[data-ac-activated] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-centuries .table-condensed thead .next:hover, body[data-ac-activated] .calendar[data-bg=gray] .calendar-builds .datepicker .datepicker-days .table-condensed thead .prev:hover, body[data-ac-activated] .calendar[data-bg=gray] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-days .table-condensed thead .prev:hover, .calendar[data-bg=white] body[data-ac-activated] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-days .table-condensed thead .prev:hover, body[data-ac-activated] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-days .table-condensed thead .prev:hover,
  body[data-ac-activated] .calendar[data-bg=gray] .datepicker[data-bg=white] .calendar-input .datepicker .datepicker-days .table-condensed thead .prev:hover,
  .datepicker[data-bg=white] body[data-ac-activated] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-days .table-condensed thead .prev:hover,
  body[data-ac-activated] .calendar[data-bg=gray] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-days .table-condensed thead .prev:hover,
  .datepicker[data-bg=gray] body[data-ac-activated] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-days .table-condensed thead .prev:hover,
  body[data-ac-activated] .calendar[data-bg=gray] .calendar-builds .datepicker .datepicker-days .table-condensed thead .next:hover,
  body[data-ac-activated] .calendar[data-bg=gray] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-days .table-condensed thead .next:hover,
  .calendar[data-bg=white] body[data-ac-activated] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-days .table-condensed thead .next:hover,
  body[data-ac-activated] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-days .table-condensed thead .next:hover,
  body[data-ac-activated] .calendar[data-bg=gray] .datepicker[data-bg=white] .calendar-input .datepicker .datepicker-days .table-condensed thead .next:hover,
  .datepicker[data-bg=white] body[data-ac-activated] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-days .table-condensed thead .next:hover,
  body[data-ac-activated] .calendar[data-bg=gray] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-days .table-condensed thead .next:hover,
  .datepicker[data-bg=gray] body[data-ac-activated] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-days .table-condensed thead .next:hover,
  body[data-ac-activated] .calendar[data-bg=gray] .calendar-builds .datepicker .datepicker-months .table-condensed thead .prev:hover,
  body[data-ac-activated] .calendar[data-bg=gray] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-months .table-condensed thead .prev:hover,
  .calendar[data-bg=white] body[data-ac-activated] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-months .table-condensed thead .prev:hover,
  body[data-ac-activated] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-months .table-condensed thead .prev:hover,
  body[data-ac-activated] .calendar[data-bg=gray] .datepicker[data-bg=white] .calendar-input .datepicker .datepicker-months .table-condensed thead .prev:hover,
  .datepicker[data-bg=white] body[data-ac-activated] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-months .table-condensed thead .prev:hover,
  body[data-ac-activated] .calendar[data-bg=gray] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-months .table-condensed thead .prev:hover,
  .datepicker[data-bg=gray] body[data-ac-activated] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-months .table-condensed thead .prev:hover,
  body[data-ac-activated] .calendar[data-bg=gray] .calendar-builds .datepicker .datepicker-months .table-condensed thead .next:hover,
  body[data-ac-activated] .calendar[data-bg=gray] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-months .table-condensed thead .next:hover,
  .calendar[data-bg=white] body[data-ac-activated] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-months .table-condensed thead .next:hover,
  body[data-ac-activated] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-months .table-condensed thead .next:hover,
  body[data-ac-activated] .calendar[data-bg=gray] .datepicker[data-bg=white] .calendar-input .datepicker .datepicker-months .table-condensed thead .next:hover,
  .datepicker[data-bg=white] body[data-ac-activated] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-months .table-condensed thead .next:hover,
  body[data-ac-activated] .calendar[data-bg=gray] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-months .table-condensed thead .next:hover,
  .datepicker[data-bg=gray] body[data-ac-activated] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-months .table-condensed thead .next:hover,
  body[data-ac-activated] .calendar[data-bg=gray] .calendar-builds .datepicker .datepicker-years .table-condensed thead .prev:hover,
  body[data-ac-activated] .calendar[data-bg=gray] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-years .table-condensed thead .prev:hover,
  .calendar[data-bg=white] body[data-ac-activated] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-years .table-condensed thead .prev:hover,
  body[data-ac-activated] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-years .table-condensed thead .prev:hover,
  body[data-ac-activated] .calendar[data-bg=gray] .datepicker[data-bg=white] .calendar-input .datepicker .datepicker-years .table-condensed thead .prev:hover,
  .datepicker[data-bg=white] body[data-ac-activated] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-years .table-condensed thead .prev:hover,
  body[data-ac-activated] .calendar[data-bg=gray] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-years .table-condensed thead .prev:hover,
  .datepicker[data-bg=gray] body[data-ac-activated] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-years .table-condensed thead .prev:hover,
  body[data-ac-activated] .calendar[data-bg=gray] .calendar-builds .datepicker .datepicker-years .table-condensed thead .next:hover,
  body[data-ac-activated] .calendar[data-bg=gray] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-years .table-condensed thead .next:hover,
  .calendar[data-bg=white] body[data-ac-activated] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-years .table-condensed thead .next:hover,
  body[data-ac-activated] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-years .table-condensed thead .next:hover,
  body[data-ac-activated] .calendar[data-bg=gray] .datepicker[data-bg=white] .calendar-input .datepicker .datepicker-years .table-condensed thead .next:hover,
  .datepicker[data-bg=white] body[data-ac-activated] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-years .table-condensed thead .next:hover,
  body[data-ac-activated] .calendar[data-bg=gray] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-years .table-condensed thead .next:hover,
  .datepicker[data-bg=gray] body[data-ac-activated] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-years .table-condensed thead .next:hover,
  body[data-ac-activated] .calendar[data-bg=gray] .calendar-builds .datepicker .datepicker-decades .table-condensed thead .prev:hover,
  body[data-ac-activated] .calendar[data-bg=gray] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-decades .table-condensed thead .prev:hover,
  .calendar[data-bg=white] body[data-ac-activated] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-decades .table-condensed thead .prev:hover,
  body[data-ac-activated] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-decades .table-condensed thead .prev:hover,
  body[data-ac-activated] .calendar[data-bg=gray] .datepicker[data-bg=white] .calendar-input .datepicker .datepicker-decades .table-condensed thead .prev:hover,
  .datepicker[data-bg=white] body[data-ac-activated] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-decades .table-condensed thead .prev:hover,
  body[data-ac-activated] .calendar[data-bg=gray] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-decades .table-condensed thead .prev:hover,
  .datepicker[data-bg=gray] body[data-ac-activated] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-decades .table-condensed thead .prev:hover,
  body[data-ac-activated] .calendar[data-bg=gray] .calendar-builds .datepicker .datepicker-decades .table-condensed thead .next:hover,
  body[data-ac-activated] .calendar[data-bg=gray] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-decades .table-condensed thead .next:hover,
  .calendar[data-bg=white] body[data-ac-activated] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-decades .table-condensed thead .next:hover,
  body[data-ac-activated] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-decades .table-condensed thead .next:hover,
  body[data-ac-activated] .calendar[data-bg=gray] .datepicker[data-bg=white] .calendar-input .datepicker .datepicker-decades .table-condensed thead .next:hover,
  .datepicker[data-bg=white] body[data-ac-activated] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-decades .table-condensed thead .next:hover,
  body[data-ac-activated] .calendar[data-bg=gray] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-decades .table-condensed thead .next:hover,
  .datepicker[data-bg=gray] body[data-ac-activated] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-decades .table-condensed thead .next:hover,
  body[data-ac-activated] .calendar[data-bg=gray] .calendar-builds .datepicker .datepicker-centuries .table-condensed thead .prev:hover,
  body[data-ac-activated] .calendar[data-bg=gray] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-centuries .table-condensed thead .prev:hover,
  .calendar[data-bg=white] body[data-ac-activated] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-centuries .table-condensed thead .prev:hover,
  body[data-ac-activated] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-centuries .table-condensed thead .prev:hover,
  body[data-ac-activated] .calendar[data-bg=gray] .datepicker[data-bg=white] .calendar-input .datepicker .datepicker-centuries .table-condensed thead .prev:hover,
  .datepicker[data-bg=white] body[data-ac-activated] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-centuries .table-condensed thead .prev:hover,
  body[data-ac-activated] .calendar[data-bg=gray] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-centuries .table-condensed thead .prev:hover,
  .datepicker[data-bg=gray] body[data-ac-activated] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-centuries .table-condensed thead .prev:hover,
  body[data-ac-activated] .calendar[data-bg=gray] .calendar-builds .datepicker .datepicker-centuries .table-condensed thead .next:hover,
  body[data-ac-activated] .calendar[data-bg=gray] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-centuries .table-condensed thead .next:hover,
  .calendar[data-bg=white] body[data-ac-activated] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-centuries .table-condensed thead .next:hover,
  body[data-ac-activated] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-centuries .table-condensed thead .next:hover,
  body[data-ac-activated] .calendar[data-bg=gray] .datepicker[data-bg=white] .calendar-input .datepicker .datepicker-centuries .table-condensed thead .next:hover,
  .datepicker[data-bg=white] body[data-ac-activated] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-centuries .table-condensed thead .next:hover,
  body[data-ac-activated] .calendar[data-bg=gray] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-centuries .table-condensed thead .next:hover,
  .datepicker[data-bg=gray] body[data-ac-activated] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-centuries .table-condensed thead .next:hover,
  body[data-ac-activated] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-days .table-condensed thead .prev:hover,
  body[data-ac-activated] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-days .table-condensed thead .next:hover,
  body[data-ac-activated] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-months .table-condensed thead .prev:hover,
  body[data-ac-activated] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-months .table-condensed thead .next:hover,
  body[data-ac-activated] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-years .table-condensed thead .prev:hover,
  body[data-ac-activated] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-years .table-condensed thead .next:hover,
  body[data-ac-activated] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-decades .table-condensed thead .prev:hover,
  body[data-ac-activated] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-decades .table-condensed thead .next:hover,
  body[data-ac-activated] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-centuries .table-condensed thead .prev:hover,
  body[data-ac-activated] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-centuries .table-condensed thead .next:hover {
    background-color: var(--bg-color);
    border: 1px solid var(--primary-color);
  }
  body[data-ac-activated] .calendar[data-bg=white] .calendar-builds .datepicker .datepicker-days .table-condensed thead .datepicker-switch:hover,
  body[data-ac-activated] .calendar[data-bg=white] .calendar-builds .datepicker .datepicker-months .table-condensed thead .datepicker-switch:hover,
  body[data-ac-activated] .calendar[data-bg=white] .calendar-builds .datepicker .datepicker-years .table-condensed thead .datepicker-switch:hover,
  body[data-ac-activated] .calendar[data-bg=white] .calendar-builds .datepicker .datepicker-decades .table-condensed thead .datepicker-switch:hover,
  body[data-ac-activated] .calendar[data-bg=white] .calendar-builds .datepicker .datepicker-centuries .table-condensed thead .datepicker-switch:hover,
  body[data-ac-activated] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-days .table-condensed thead .datepicker-switch:hover,
  body[data-ac-activated] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-months .table-condensed thead .datepicker-switch:hover,
  body[data-ac-activated] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-years .table-condensed thead .datepicker-switch:hover,
  body[data-ac-activated] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-decades .table-condensed thead .datepicker-switch:hover,
  body[data-ac-activated] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-centuries .table-condensed thead .datepicker-switch:hover, body[data-ac-activated] .calendar[data-bg=gray] .calendar-builds .datepicker .datepicker-days .table-condensed thead .datepicker-switch:hover,
  body[data-ac-activated] .calendar[data-bg=gray] .calendar-builds .datepicker .datepicker-months .table-condensed thead .datepicker-switch:hover,
  body[data-ac-activated] .calendar[data-bg=gray] .calendar-builds .datepicker .datepicker-years .table-condensed thead .datepicker-switch:hover,
  body[data-ac-activated] .calendar[data-bg=gray] .calendar-builds .datepicker .datepicker-decades .table-condensed thead .datepicker-switch:hover,
  body[data-ac-activated] .calendar[data-bg=gray] .calendar-builds .datepicker .datepicker-centuries .table-condensed thead .datepicker-switch:hover,
  body[data-ac-activated] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-days .table-condensed thead .datepicker-switch:hover,
  body[data-ac-activated] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-months .table-condensed thead .datepicker-switch:hover,
  body[data-ac-activated] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-years .table-condensed thead .datepicker-switch:hover,
  body[data-ac-activated] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-decades .table-condensed thead .datepicker-switch:hover,
  body[data-ac-activated] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-centuries .table-condensed thead .datepicker-switch:hover {
    background-color: var(--primary-light-color);
    color: var(--primary-dark-color);
  }
  body[data-ac-activated] .calendar[data-bg=white] .calendar-builds .datepicker .datepicker-days .table-condensed tbody tr td span,
  body[data-ac-activated] .calendar[data-bg=white] .calendar-builds .datepicker .datepicker-months .table-condensed tbody tr td span,
  body[data-ac-activated] .calendar[data-bg=white] .calendar-builds .datepicker .datepicker-years .table-condensed tbody tr td span,
  body[data-ac-activated] .calendar[data-bg=white] .calendar-builds .datepicker .datepicker-decades .table-condensed tbody tr td span,
  body[data-ac-activated] .calendar[data-bg=white] .calendar-builds .datepicker .datepicker-centuries .table-condensed tbody tr td span,
  body[data-ac-activated] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-days .table-condensed tbody tr td span,
  body[data-ac-activated] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-months .table-condensed tbody tr td span,
  body[data-ac-activated] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-years .table-condensed tbody tr td span,
  body[data-ac-activated] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-decades .table-condensed tbody tr td span,
  body[data-ac-activated] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-centuries .table-condensed tbody tr td span, body[data-ac-activated] .calendar[data-bg=gray] .calendar-builds .datepicker .datepicker-days .table-condensed tbody tr td span,
  body[data-ac-activated] .calendar[data-bg=gray] .calendar-builds .datepicker .datepicker-months .table-condensed tbody tr td span,
  body[data-ac-activated] .calendar[data-bg=gray] .calendar-builds .datepicker .datepicker-years .table-condensed tbody tr td span,
  body[data-ac-activated] .calendar[data-bg=gray] .calendar-builds .datepicker .datepicker-decades .table-condensed tbody tr td span,
  body[data-ac-activated] .calendar[data-bg=gray] .calendar-builds .datepicker .datepicker-centuries .table-condensed tbody tr td span,
  body[data-ac-activated] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-days .table-condensed tbody tr td span,
  body[data-ac-activated] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-months .table-condensed tbody tr td span,
  body[data-ac-activated] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-years .table-condensed tbody tr td span,
  body[data-ac-activated] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-decades .table-condensed tbody tr td span,
  body[data-ac-activated] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-centuries .table-condensed tbody tr td span {
    color: var(--primary-color);
  }
  body[data-ac-activated] .calendar[data-bg=white] .calendar-builds .datepicker .datepicker-days .table-condensed tbody tr td span.focused, body[data-ac-activated] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-days .table-condensed tbody tr td span.focused, body[data-ac-activated] .calendar[data-bg=white] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-days .table-condensed tbody tr td span.focused, .calendar[data-bg=gray] body[data-ac-activated] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-days .table-condensed tbody tr td span.focused,
  body[data-ac-activated] .calendar[data-bg=white] .datepicker[data-bg=white] .calendar-input .datepicker .datepicker-days .table-condensed tbody tr td span.focused,
  .datepicker[data-bg=white] body[data-ac-activated] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-days .table-condensed tbody tr td span.focused,
  body[data-ac-activated] .calendar[data-bg=white] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-days .table-condensed tbody tr td span.focused,
  .datepicker[data-bg=gray] body[data-ac-activated] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-days .table-condensed tbody tr td span.focused, body[data-ac-activated] .calendar[data-bg=white] .calendar-builds .datepicker .datepicker-days .table-condensed tbody tr td span:hover, body[data-ac-activated] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-days .table-condensed tbody tr td span:hover, body[data-ac-activated] .calendar[data-bg=white] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-days .table-condensed tbody tr td span:hover, .calendar[data-bg=gray] body[data-ac-activated] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-days .table-condensed tbody tr td span:hover,
  body[data-ac-activated] .calendar[data-bg=white] .datepicker[data-bg=white] .calendar-input .datepicker .datepicker-days .table-condensed tbody tr td span:hover,
  .datepicker[data-bg=white] body[data-ac-activated] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-days .table-condensed tbody tr td span:hover,
  body[data-ac-activated] .calendar[data-bg=white] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-days .table-condensed tbody tr td span:hover,
  .datepicker[data-bg=gray] body[data-ac-activated] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-days .table-condensed tbody tr td span:hover,
  body[data-ac-activated] .calendar[data-bg=white] .calendar-builds .datepicker .datepicker-months .table-condensed tbody tr td span.focused,
  body[data-ac-activated] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-months .table-condensed tbody tr td span.focused,
  body[data-ac-activated] .calendar[data-bg=white] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-months .table-condensed tbody tr td span.focused,
  .calendar[data-bg=gray] body[data-ac-activated] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-months .table-condensed tbody tr td span.focused,
  body[data-ac-activated] .calendar[data-bg=white] .datepicker[data-bg=white] .calendar-input .datepicker .datepicker-months .table-condensed tbody tr td span.focused,
  .datepicker[data-bg=white] body[data-ac-activated] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-months .table-condensed tbody tr td span.focused,
  body[data-ac-activated] .calendar[data-bg=white] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-months .table-condensed tbody tr td span.focused,
  .datepicker[data-bg=gray] body[data-ac-activated] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-months .table-condensed tbody tr td span.focused,
  body[data-ac-activated] .calendar[data-bg=white] .calendar-builds .datepicker .datepicker-months .table-condensed tbody tr td span:hover,
  body[data-ac-activated] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-months .table-condensed tbody tr td span:hover,
  body[data-ac-activated] .calendar[data-bg=white] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-months .table-condensed tbody tr td span:hover,
  .calendar[data-bg=gray] body[data-ac-activated] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-months .table-condensed tbody tr td span:hover,
  body[data-ac-activated] .calendar[data-bg=white] .datepicker[data-bg=white] .calendar-input .datepicker .datepicker-months .table-condensed tbody tr td span:hover,
  .datepicker[data-bg=white] body[data-ac-activated] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-months .table-condensed tbody tr td span:hover,
  body[data-ac-activated] .calendar[data-bg=white] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-months .table-condensed tbody tr td span:hover,
  .datepicker[data-bg=gray] body[data-ac-activated] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-months .table-condensed tbody tr td span:hover,
  body[data-ac-activated] .calendar[data-bg=white] .calendar-builds .datepicker .datepicker-years .table-condensed tbody tr td span.focused,
  body[data-ac-activated] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-years .table-condensed tbody tr td span.focused,
  body[data-ac-activated] .calendar[data-bg=white] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-years .table-condensed tbody tr td span.focused,
  .calendar[data-bg=gray] body[data-ac-activated] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-years .table-condensed tbody tr td span.focused,
  body[data-ac-activated] .calendar[data-bg=white] .datepicker[data-bg=white] .calendar-input .datepicker .datepicker-years .table-condensed tbody tr td span.focused,
  .datepicker[data-bg=white] body[data-ac-activated] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-years .table-condensed tbody tr td span.focused,
  body[data-ac-activated] .calendar[data-bg=white] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-years .table-condensed tbody tr td span.focused,
  .datepicker[data-bg=gray] body[data-ac-activated] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-years .table-condensed tbody tr td span.focused,
  body[data-ac-activated] .calendar[data-bg=white] .calendar-builds .datepicker .datepicker-years .table-condensed tbody tr td span:hover,
  body[data-ac-activated] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-years .table-condensed tbody tr td span:hover,
  body[data-ac-activated] .calendar[data-bg=white] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-years .table-condensed tbody tr td span:hover,
  .calendar[data-bg=gray] body[data-ac-activated] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-years .table-condensed tbody tr td span:hover,
  body[data-ac-activated] .calendar[data-bg=white] .datepicker[data-bg=white] .calendar-input .datepicker .datepicker-years .table-condensed tbody tr td span:hover,
  .datepicker[data-bg=white] body[data-ac-activated] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-years .table-condensed tbody tr td span:hover,
  body[data-ac-activated] .calendar[data-bg=white] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-years .table-condensed tbody tr td span:hover,
  .datepicker[data-bg=gray] body[data-ac-activated] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-years .table-condensed tbody tr td span:hover,
  body[data-ac-activated] .calendar[data-bg=white] .calendar-builds .datepicker .datepicker-decades .table-condensed tbody tr td span.focused,
  body[data-ac-activated] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-decades .table-condensed tbody tr td span.focused,
  body[data-ac-activated] .calendar[data-bg=white] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-decades .table-condensed tbody tr td span.focused,
  .calendar[data-bg=gray] body[data-ac-activated] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-decades .table-condensed tbody tr td span.focused,
  body[data-ac-activated] .calendar[data-bg=white] .datepicker[data-bg=white] .calendar-input .datepicker .datepicker-decades .table-condensed tbody tr td span.focused,
  .datepicker[data-bg=white] body[data-ac-activated] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-decades .table-condensed tbody tr td span.focused,
  body[data-ac-activated] .calendar[data-bg=white] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-decades .table-condensed tbody tr td span.focused,
  .datepicker[data-bg=gray] body[data-ac-activated] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-decades .table-condensed tbody tr td span.focused,
  body[data-ac-activated] .calendar[data-bg=white] .calendar-builds .datepicker .datepicker-decades .table-condensed tbody tr td span:hover,
  body[data-ac-activated] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-decades .table-condensed tbody tr td span:hover,
  body[data-ac-activated] .calendar[data-bg=white] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-decades .table-condensed tbody tr td span:hover,
  .calendar[data-bg=gray] body[data-ac-activated] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-decades .table-condensed tbody tr td span:hover,
  body[data-ac-activated] .calendar[data-bg=white] .datepicker[data-bg=white] .calendar-input .datepicker .datepicker-decades .table-condensed tbody tr td span:hover,
  .datepicker[data-bg=white] body[data-ac-activated] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-decades .table-condensed tbody tr td span:hover,
  body[data-ac-activated] .calendar[data-bg=white] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-decades .table-condensed tbody tr td span:hover,
  .datepicker[data-bg=gray] body[data-ac-activated] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-decades .table-condensed tbody tr td span:hover,
  body[data-ac-activated] .calendar[data-bg=white] .calendar-builds .datepicker .datepicker-centuries .table-condensed tbody tr td span.focused,
  body[data-ac-activated] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-centuries .table-condensed tbody tr td span.focused,
  body[data-ac-activated] .calendar[data-bg=white] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-centuries .table-condensed tbody tr td span.focused,
  .calendar[data-bg=gray] body[data-ac-activated] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-centuries .table-condensed tbody tr td span.focused,
  body[data-ac-activated] .calendar[data-bg=white] .datepicker[data-bg=white] .calendar-input .datepicker .datepicker-centuries .table-condensed tbody tr td span.focused,
  .datepicker[data-bg=white] body[data-ac-activated] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-centuries .table-condensed tbody tr td span.focused,
  body[data-ac-activated] .calendar[data-bg=white] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-centuries .table-condensed tbody tr td span.focused,
  .datepicker[data-bg=gray] body[data-ac-activated] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-centuries .table-condensed tbody tr td span.focused,
  body[data-ac-activated] .calendar[data-bg=white] .calendar-builds .datepicker .datepicker-centuries .table-condensed tbody tr td span:hover,
  body[data-ac-activated] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-centuries .table-condensed tbody tr td span:hover,
  body[data-ac-activated] .calendar[data-bg=white] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-centuries .table-condensed tbody tr td span:hover,
  .calendar[data-bg=gray] body[data-ac-activated] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-centuries .table-condensed tbody tr td span:hover,
  body[data-ac-activated] .calendar[data-bg=white] .datepicker[data-bg=white] .calendar-input .datepicker .datepicker-centuries .table-condensed tbody tr td span:hover,
  .datepicker[data-bg=white] body[data-ac-activated] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-centuries .table-condensed tbody tr td span:hover,
  body[data-ac-activated] .calendar[data-bg=white] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-centuries .table-condensed tbody tr td span:hover,
  .datepicker[data-bg=gray] body[data-ac-activated] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-centuries .table-condensed tbody tr td span:hover,
  body[data-ac-activated] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-days .table-condensed tbody tr td span.focused,
  body[data-ac-activated] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-days .table-condensed tbody tr td span:hover,
  body[data-ac-activated] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-months .table-condensed tbody tr td span.focused,
  body[data-ac-activated] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-months .table-condensed tbody tr td span:hover,
  body[data-ac-activated] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-years .table-condensed tbody tr td span.focused,
  body[data-ac-activated] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-years .table-condensed tbody tr td span:hover,
  body[data-ac-activated] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-decades .table-condensed tbody tr td span.focused,
  body[data-ac-activated] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-decades .table-condensed tbody tr td span:hover,
  body[data-ac-activated] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-centuries .table-condensed tbody tr td span.focused,
  body[data-ac-activated] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-centuries .table-condensed tbody tr td span:hover, body[data-ac-activated] .calendar[data-bg=gray] .calendar-builds .datepicker .datepicker-days .table-condensed tbody tr td span.focused, body[data-ac-activated] .calendar[data-bg=gray] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-days .table-condensed tbody tr td span.focused, .calendar[data-bg=white] body[data-ac-activated] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-days .table-condensed tbody tr td span.focused, body[data-ac-activated] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-days .table-condensed tbody tr td span.focused,
  body[data-ac-activated] .calendar[data-bg=gray] .datepicker[data-bg=white] .calendar-input .datepicker .datepicker-days .table-condensed tbody tr td span.focused,
  .datepicker[data-bg=white] body[data-ac-activated] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-days .table-condensed tbody tr td span.focused,
  body[data-ac-activated] .calendar[data-bg=gray] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-days .table-condensed tbody tr td span.focused,
  .datepicker[data-bg=gray] body[data-ac-activated] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-days .table-condensed tbody tr td span.focused, body[data-ac-activated] .calendar[data-bg=gray] .calendar-builds .datepicker .datepicker-days .table-condensed tbody tr td span:hover, body[data-ac-activated] .calendar[data-bg=gray] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-days .table-condensed tbody tr td span:hover, .calendar[data-bg=white] body[data-ac-activated] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-days .table-condensed tbody tr td span:hover, body[data-ac-activated] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-days .table-condensed tbody tr td span:hover,
  body[data-ac-activated] .calendar[data-bg=gray] .datepicker[data-bg=white] .calendar-input .datepicker .datepicker-days .table-condensed tbody tr td span:hover,
  .datepicker[data-bg=white] body[data-ac-activated] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-days .table-condensed tbody tr td span:hover,
  body[data-ac-activated] .calendar[data-bg=gray] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-days .table-condensed tbody tr td span:hover,
  .datepicker[data-bg=gray] body[data-ac-activated] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-days .table-condensed tbody tr td span:hover,
  body[data-ac-activated] .calendar[data-bg=gray] .calendar-builds .datepicker .datepicker-months .table-condensed tbody tr td span.focused,
  body[data-ac-activated] .calendar[data-bg=gray] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-months .table-condensed tbody tr td span.focused,
  .calendar[data-bg=white] body[data-ac-activated] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-months .table-condensed tbody tr td span.focused,
  body[data-ac-activated] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-months .table-condensed tbody tr td span.focused,
  body[data-ac-activated] .calendar[data-bg=gray] .datepicker[data-bg=white] .calendar-input .datepicker .datepicker-months .table-condensed tbody tr td span.focused,
  .datepicker[data-bg=white] body[data-ac-activated] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-months .table-condensed tbody tr td span.focused,
  body[data-ac-activated] .calendar[data-bg=gray] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-months .table-condensed tbody tr td span.focused,
  .datepicker[data-bg=gray] body[data-ac-activated] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-months .table-condensed tbody tr td span.focused,
  body[data-ac-activated] .calendar[data-bg=gray] .calendar-builds .datepicker .datepicker-months .table-condensed tbody tr td span:hover,
  body[data-ac-activated] .calendar[data-bg=gray] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-months .table-condensed tbody tr td span:hover,
  .calendar[data-bg=white] body[data-ac-activated] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-months .table-condensed tbody tr td span:hover,
  body[data-ac-activated] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-months .table-condensed tbody tr td span:hover,
  body[data-ac-activated] .calendar[data-bg=gray] .datepicker[data-bg=white] .calendar-input .datepicker .datepicker-months .table-condensed tbody tr td span:hover,
  .datepicker[data-bg=white] body[data-ac-activated] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-months .table-condensed tbody tr td span:hover,
  body[data-ac-activated] .calendar[data-bg=gray] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-months .table-condensed tbody tr td span:hover,
  .datepicker[data-bg=gray] body[data-ac-activated] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-months .table-condensed tbody tr td span:hover,
  body[data-ac-activated] .calendar[data-bg=gray] .calendar-builds .datepicker .datepicker-years .table-condensed tbody tr td span.focused,
  body[data-ac-activated] .calendar[data-bg=gray] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-years .table-condensed tbody tr td span.focused,
  .calendar[data-bg=white] body[data-ac-activated] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-years .table-condensed tbody tr td span.focused,
  body[data-ac-activated] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-years .table-condensed tbody tr td span.focused,
  body[data-ac-activated] .calendar[data-bg=gray] .datepicker[data-bg=white] .calendar-input .datepicker .datepicker-years .table-condensed tbody tr td span.focused,
  .datepicker[data-bg=white] body[data-ac-activated] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-years .table-condensed tbody tr td span.focused,
  body[data-ac-activated] .calendar[data-bg=gray] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-years .table-condensed tbody tr td span.focused,
  .datepicker[data-bg=gray] body[data-ac-activated] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-years .table-condensed tbody tr td span.focused,
  body[data-ac-activated] .calendar[data-bg=gray] .calendar-builds .datepicker .datepicker-years .table-condensed tbody tr td span:hover,
  body[data-ac-activated] .calendar[data-bg=gray] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-years .table-condensed tbody tr td span:hover,
  .calendar[data-bg=white] body[data-ac-activated] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-years .table-condensed tbody tr td span:hover,
  body[data-ac-activated] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-years .table-condensed tbody tr td span:hover,
  body[data-ac-activated] .calendar[data-bg=gray] .datepicker[data-bg=white] .calendar-input .datepicker .datepicker-years .table-condensed tbody tr td span:hover,
  .datepicker[data-bg=white] body[data-ac-activated] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-years .table-condensed tbody tr td span:hover,
  body[data-ac-activated] .calendar[data-bg=gray] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-years .table-condensed tbody tr td span:hover,
  .datepicker[data-bg=gray] body[data-ac-activated] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-years .table-condensed tbody tr td span:hover,
  body[data-ac-activated] .calendar[data-bg=gray] .calendar-builds .datepicker .datepicker-decades .table-condensed tbody tr td span.focused,
  body[data-ac-activated] .calendar[data-bg=gray] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-decades .table-condensed tbody tr td span.focused,
  .calendar[data-bg=white] body[data-ac-activated] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-decades .table-condensed tbody tr td span.focused,
  body[data-ac-activated] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-decades .table-condensed tbody tr td span.focused,
  body[data-ac-activated] .calendar[data-bg=gray] .datepicker[data-bg=white] .calendar-input .datepicker .datepicker-decades .table-condensed tbody tr td span.focused,
  .datepicker[data-bg=white] body[data-ac-activated] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-decades .table-condensed tbody tr td span.focused,
  body[data-ac-activated] .calendar[data-bg=gray] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-decades .table-condensed tbody tr td span.focused,
  .datepicker[data-bg=gray] body[data-ac-activated] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-decades .table-condensed tbody tr td span.focused,
  body[data-ac-activated] .calendar[data-bg=gray] .calendar-builds .datepicker .datepicker-decades .table-condensed tbody tr td span:hover,
  body[data-ac-activated] .calendar[data-bg=gray] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-decades .table-condensed tbody tr td span:hover,
  .calendar[data-bg=white] body[data-ac-activated] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-decades .table-condensed tbody tr td span:hover,
  body[data-ac-activated] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-decades .table-condensed tbody tr td span:hover,
  body[data-ac-activated] .calendar[data-bg=gray] .datepicker[data-bg=white] .calendar-input .datepicker .datepicker-decades .table-condensed tbody tr td span:hover,
  .datepicker[data-bg=white] body[data-ac-activated] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-decades .table-condensed tbody tr td span:hover,
  body[data-ac-activated] .calendar[data-bg=gray] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-decades .table-condensed tbody tr td span:hover,
  .datepicker[data-bg=gray] body[data-ac-activated] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-decades .table-condensed tbody tr td span:hover,
  body[data-ac-activated] .calendar[data-bg=gray] .calendar-builds .datepicker .datepicker-centuries .table-condensed tbody tr td span.focused,
  body[data-ac-activated] .calendar[data-bg=gray] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-centuries .table-condensed tbody tr td span.focused,
  .calendar[data-bg=white] body[data-ac-activated] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-centuries .table-condensed tbody tr td span.focused,
  body[data-ac-activated] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-centuries .table-condensed tbody tr td span.focused,
  body[data-ac-activated] .calendar[data-bg=gray] .datepicker[data-bg=white] .calendar-input .datepicker .datepicker-centuries .table-condensed tbody tr td span.focused,
  .datepicker[data-bg=white] body[data-ac-activated] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-centuries .table-condensed tbody tr td span.focused,
  body[data-ac-activated] .calendar[data-bg=gray] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-centuries .table-condensed tbody tr td span.focused,
  .datepicker[data-bg=gray] body[data-ac-activated] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-centuries .table-condensed tbody tr td span.focused,
  body[data-ac-activated] .calendar[data-bg=gray] .calendar-builds .datepicker .datepicker-centuries .table-condensed tbody tr td span:hover,
  body[data-ac-activated] .calendar[data-bg=gray] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-centuries .table-condensed tbody tr td span:hover,
  .calendar[data-bg=white] body[data-ac-activated] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-centuries .table-condensed tbody tr td span:hover,
  body[data-ac-activated] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-centuries .table-condensed tbody tr td span:hover,
  body[data-ac-activated] .calendar[data-bg=gray] .datepicker[data-bg=white] .calendar-input .datepicker .datepicker-centuries .table-condensed tbody tr td span:hover,
  .datepicker[data-bg=white] body[data-ac-activated] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-centuries .table-condensed tbody tr td span:hover,
  body[data-ac-activated] .calendar[data-bg=gray] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-centuries .table-condensed tbody tr td span:hover,
  .datepicker[data-bg=gray] body[data-ac-activated] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-centuries .table-condensed tbody tr td span:hover,
  body[data-ac-activated] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-days .table-condensed tbody tr td span.focused,
  body[data-ac-activated] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-days .table-condensed tbody tr td span:hover,
  body[data-ac-activated] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-months .table-condensed tbody tr td span.focused,
  body[data-ac-activated] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-months .table-condensed tbody tr td span:hover,
  body[data-ac-activated] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-years .table-condensed tbody tr td span.focused,
  body[data-ac-activated] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-years .table-condensed tbody tr td span:hover,
  body[data-ac-activated] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-decades .table-condensed tbody tr td span.focused,
  body[data-ac-activated] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-decades .table-condensed tbody tr td span:hover,
  body[data-ac-activated] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-centuries .table-condensed tbody tr td span.focused,
  body[data-ac-activated] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-centuries .table-condensed tbody tr td span:hover {
    background-color: var(--primary-light-color);
    color: var(--primary-dark-color);
  }
  body[data-ac-activated] .calendar[data-bg=white] .calendar-builds .datepicker .datepicker-days .table-condensed tbody .day,
  body[data-ac-activated] .calendar[data-bg=white] .calendar-builds .datepicker .datepicker-months .table-condensed tbody .day,
  body[data-ac-activated] .calendar[data-bg=white] .calendar-builds .datepicker .datepicker-years .table-condensed tbody .day,
  body[data-ac-activated] .calendar[data-bg=white] .calendar-builds .datepicker .datepicker-decades .table-condensed tbody .day,
  body[data-ac-activated] .calendar[data-bg=white] .calendar-builds .datepicker .datepicker-centuries .table-condensed tbody .day,
  body[data-ac-activated] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-days .table-condensed tbody .day,
  body[data-ac-activated] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-months .table-condensed tbody .day,
  body[data-ac-activated] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-years .table-condensed tbody .day,
  body[data-ac-activated] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-decades .table-condensed tbody .day,
  body[data-ac-activated] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-centuries .table-condensed tbody .day, body[data-ac-activated] .calendar[data-bg=gray] .calendar-builds .datepicker .datepicker-days .table-condensed tbody .day,
  body[data-ac-activated] .calendar[data-bg=gray] .calendar-builds .datepicker .datepicker-months .table-condensed tbody .day,
  body[data-ac-activated] .calendar[data-bg=gray] .calendar-builds .datepicker .datepicker-years .table-condensed tbody .day,
  body[data-ac-activated] .calendar[data-bg=gray] .calendar-builds .datepicker .datepicker-decades .table-condensed tbody .day,
  body[data-ac-activated] .calendar[data-bg=gray] .calendar-builds .datepicker .datepicker-centuries .table-condensed tbody .day,
  body[data-ac-activated] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-days .table-condensed tbody .day,
  body[data-ac-activated] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-months .table-condensed tbody .day,
  body[data-ac-activated] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-years .table-condensed tbody .day,
  body[data-ac-activated] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-decades .table-condensed tbody .day,
  body[data-ac-activated] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-centuries .table-condensed tbody .day {
    color: var(--primary-color);
  }
  body[data-ac-activated] .calendar[data-bg=white] .calendar-builds .datepicker .datepicker-days .table-condensed tbody .day.today, body[data-ac-activated] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-days .table-condensed tbody .day.today, body[data-ac-activated] .calendar[data-bg=white] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-days .table-condensed tbody .day.today, .calendar[data-bg=gray] body[data-ac-activated] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-days .table-condensed tbody .day.today,
  body[data-ac-activated] .calendar[data-bg=white] .datepicker[data-bg=white] .calendar-input .datepicker .datepicker-days .table-condensed tbody .day.today,
  .datepicker[data-bg=white] body[data-ac-activated] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-days .table-condensed tbody .day.today,
  body[data-ac-activated] .calendar[data-bg=white] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-days .table-condensed tbody .day.today,
  .datepicker[data-bg=gray] body[data-ac-activated] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-days .table-condensed tbody .day.today, body[data-ac-activated] .calendar[data-bg=white] .calendar-builds .datepicker .datepicker-days .table-condensed tbody .day.active, body[data-ac-activated] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-days .table-condensed tbody .day.active, body[data-ac-activated] .calendar[data-bg=white] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-days .table-condensed tbody .day.active, .calendar[data-bg=gray] body[data-ac-activated] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-days .table-condensed tbody .day.active,
  body[data-ac-activated] .calendar[data-bg=white] .datepicker[data-bg=white] .calendar-input .datepicker .datepicker-days .table-condensed tbody .day.active,
  .datepicker[data-bg=white] body[data-ac-activated] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-days .table-condensed tbody .day.active,
  body[data-ac-activated] .calendar[data-bg=white] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-days .table-condensed tbody .day.active,
  .datepicker[data-bg=gray] body[data-ac-activated] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-days .table-condensed tbody .day.active, body[data-ac-activated] .calendar[data-bg=white] .calendar-builds .datepicker .datepicker-days .table-condensed tbody .day.prova, body[data-ac-activated] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-days .table-condensed tbody .day.prova, body[data-ac-activated] .calendar[data-bg=white] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-days .table-condensed tbody .day.prova, .calendar[data-bg=gray] body[data-ac-activated] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-days .table-condensed tbody .day.prova,
  body[data-ac-activated] .calendar[data-bg=white] .datepicker[data-bg=white] .calendar-input .datepicker .datepicker-days .table-condensed tbody .day.prova,
  .datepicker[data-bg=white] body[data-ac-activated] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-days .table-condensed tbody .day.prova,
  body[data-ac-activated] .calendar[data-bg=white] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-days .table-condensed tbody .day.prova,
  .datepicker[data-bg=gray] body[data-ac-activated] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-days .table-condensed tbody .day.prova, body[data-ac-activated] .calendar[data-bg=white] .calendar-builds .datepicker .datepicker-days .table-condensed tbody .day.trabalho, body[data-ac-activated] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-days .table-condensed tbody .day.trabalho, body[data-ac-activated] .calendar[data-bg=white] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-days .table-condensed tbody .day.trabalho, .calendar[data-bg=gray] body[data-ac-activated] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-days .table-condensed tbody .day.trabalho,
  body[data-ac-activated] .calendar[data-bg=white] .datepicker[data-bg=white] .calendar-input .datepicker .datepicker-days .table-condensed tbody .day.trabalho,
  .datepicker[data-bg=white] body[data-ac-activated] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-days .table-condensed tbody .day.trabalho,
  body[data-ac-activated] .calendar[data-bg=white] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-days .table-condensed tbody .day.trabalho,
  .datepicker[data-bg=gray] body[data-ac-activated] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-days .table-condensed tbody .day.trabalho, body[data-ac-activated] .calendar[data-bg=white] .calendar-builds .datepicker .datepicker-days .table-condensed tbody .day.encontro, body[data-ac-activated] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-days .table-condensed tbody .day.encontro, body[data-ac-activated] .calendar[data-bg=white] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-days .table-condensed tbody .day.encontro, .calendar[data-bg=gray] body[data-ac-activated] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-days .table-condensed tbody .day.encontro,
  body[data-ac-activated] .calendar[data-bg=white] .datepicker[data-bg=white] .calendar-input .datepicker .datepicker-days .table-condensed tbody .day.encontro,
  .datepicker[data-bg=white] body[data-ac-activated] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-days .table-condensed tbody .day.encontro,
  body[data-ac-activated] .calendar[data-bg=white] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-days .table-condensed tbody .day.encontro,
  .datepicker[data-bg=gray] body[data-ac-activated] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-days .table-condensed tbody .day.encontro, body[data-ac-activated] .calendar[data-bg=white] .calendar-builds .datepicker .datepicker-days .table-condensed tbody .day:hover, body[data-ac-activated] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-days .table-condensed tbody .day:hover, body[data-ac-activated] .calendar[data-bg=white] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-days .table-condensed tbody .day:hover, .calendar[data-bg=gray] body[data-ac-activated] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-days .table-condensed tbody .day:hover,
  body[data-ac-activated] .calendar[data-bg=white] .datepicker[data-bg=white] .calendar-input .datepicker .datepicker-days .table-condensed tbody .day:hover,
  .datepicker[data-bg=white] body[data-ac-activated] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-days .table-condensed tbody .day:hover,
  body[data-ac-activated] .calendar[data-bg=white] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-days .table-condensed tbody .day:hover,
  .datepicker[data-bg=gray] body[data-ac-activated] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-days .table-condensed tbody .day:hover,
  body[data-ac-activated] .calendar[data-bg=white] .calendar-builds .datepicker .datepicker-months .table-condensed tbody .day.today,
  body[data-ac-activated] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-months .table-condensed tbody .day.today,
  body[data-ac-activated] .calendar[data-bg=white] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-months .table-condensed tbody .day.today,
  .calendar[data-bg=gray] body[data-ac-activated] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-months .table-condensed tbody .day.today,
  body[data-ac-activated] .calendar[data-bg=white] .datepicker[data-bg=white] .calendar-input .datepicker .datepicker-months .table-condensed tbody .day.today,
  .datepicker[data-bg=white] body[data-ac-activated] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-months .table-condensed tbody .day.today,
  body[data-ac-activated] .calendar[data-bg=white] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-months .table-condensed tbody .day.today,
  .datepicker[data-bg=gray] body[data-ac-activated] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-months .table-condensed tbody .day.today,
  body[data-ac-activated] .calendar[data-bg=white] .calendar-builds .datepicker .datepicker-months .table-condensed tbody .day.active,
  body[data-ac-activated] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-months .table-condensed tbody .day.active,
  body[data-ac-activated] .calendar[data-bg=white] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-months .table-condensed tbody .day.active,
  .calendar[data-bg=gray] body[data-ac-activated] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-months .table-condensed tbody .day.active,
  body[data-ac-activated] .calendar[data-bg=white] .datepicker[data-bg=white] .calendar-input .datepicker .datepicker-months .table-condensed tbody .day.active,
  .datepicker[data-bg=white] body[data-ac-activated] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-months .table-condensed tbody .day.active,
  body[data-ac-activated] .calendar[data-bg=white] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-months .table-condensed tbody .day.active,
  .datepicker[data-bg=gray] body[data-ac-activated] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-months .table-condensed tbody .day.active,
  body[data-ac-activated] .calendar[data-bg=white] .calendar-builds .datepicker .datepicker-months .table-condensed tbody .day.prova,
  body[data-ac-activated] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-months .table-condensed tbody .day.prova,
  body[data-ac-activated] .calendar[data-bg=white] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-months .table-condensed tbody .day.prova,
  .calendar[data-bg=gray] body[data-ac-activated] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-months .table-condensed tbody .day.prova,
  body[data-ac-activated] .calendar[data-bg=white] .datepicker[data-bg=white] .calendar-input .datepicker .datepicker-months .table-condensed tbody .day.prova,
  .datepicker[data-bg=white] body[data-ac-activated] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-months .table-condensed tbody .day.prova,
  body[data-ac-activated] .calendar[data-bg=white] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-months .table-condensed tbody .day.prova,
  .datepicker[data-bg=gray] body[data-ac-activated] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-months .table-condensed tbody .day.prova,
  body[data-ac-activated] .calendar[data-bg=white] .calendar-builds .datepicker .datepicker-months .table-condensed tbody .day.trabalho,
  body[data-ac-activated] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-months .table-condensed tbody .day.trabalho,
  body[data-ac-activated] .calendar[data-bg=white] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-months .table-condensed tbody .day.trabalho,
  .calendar[data-bg=gray] body[data-ac-activated] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-months .table-condensed tbody .day.trabalho,
  body[data-ac-activated] .calendar[data-bg=white] .datepicker[data-bg=white] .calendar-input .datepicker .datepicker-months .table-condensed tbody .day.trabalho,
  .datepicker[data-bg=white] body[data-ac-activated] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-months .table-condensed tbody .day.trabalho,
  body[data-ac-activated] .calendar[data-bg=white] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-months .table-condensed tbody .day.trabalho,
  .datepicker[data-bg=gray] body[data-ac-activated] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-months .table-condensed tbody .day.trabalho,
  body[data-ac-activated] .calendar[data-bg=white] .calendar-builds .datepicker .datepicker-months .table-condensed tbody .day.encontro,
  body[data-ac-activated] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-months .table-condensed tbody .day.encontro,
  body[data-ac-activated] .calendar[data-bg=white] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-months .table-condensed tbody .day.encontro,
  .calendar[data-bg=gray] body[data-ac-activated] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-months .table-condensed tbody .day.encontro,
  body[data-ac-activated] .calendar[data-bg=white] .datepicker[data-bg=white] .calendar-input .datepicker .datepicker-months .table-condensed tbody .day.encontro,
  .datepicker[data-bg=white] body[data-ac-activated] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-months .table-condensed tbody .day.encontro,
  body[data-ac-activated] .calendar[data-bg=white] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-months .table-condensed tbody .day.encontro,
  .datepicker[data-bg=gray] body[data-ac-activated] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-months .table-condensed tbody .day.encontro,
  body[data-ac-activated] .calendar[data-bg=white] .calendar-builds .datepicker .datepicker-months .table-condensed tbody .day:hover,
  body[data-ac-activated] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-months .table-condensed tbody .day:hover,
  body[data-ac-activated] .calendar[data-bg=white] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-months .table-condensed tbody .day:hover,
  .calendar[data-bg=gray] body[data-ac-activated] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-months .table-condensed tbody .day:hover,
  body[data-ac-activated] .calendar[data-bg=white] .datepicker[data-bg=white] .calendar-input .datepicker .datepicker-months .table-condensed tbody .day:hover,
  .datepicker[data-bg=white] body[data-ac-activated] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-months .table-condensed tbody .day:hover,
  body[data-ac-activated] .calendar[data-bg=white] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-months .table-condensed tbody .day:hover,
  .datepicker[data-bg=gray] body[data-ac-activated] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-months .table-condensed tbody .day:hover,
  body[data-ac-activated] .calendar[data-bg=white] .calendar-builds .datepicker .datepicker-years .table-condensed tbody .day.today,
  body[data-ac-activated] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-years .table-condensed tbody .day.today,
  body[data-ac-activated] .calendar[data-bg=white] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-years .table-condensed tbody .day.today,
  .calendar[data-bg=gray] body[data-ac-activated] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-years .table-condensed tbody .day.today,
  body[data-ac-activated] .calendar[data-bg=white] .datepicker[data-bg=white] .calendar-input .datepicker .datepicker-years .table-condensed tbody .day.today,
  .datepicker[data-bg=white] body[data-ac-activated] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-years .table-condensed tbody .day.today,
  body[data-ac-activated] .calendar[data-bg=white] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-years .table-condensed tbody .day.today,
  .datepicker[data-bg=gray] body[data-ac-activated] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-years .table-condensed tbody .day.today,
  body[data-ac-activated] .calendar[data-bg=white] .calendar-builds .datepicker .datepicker-years .table-condensed tbody .day.active,
  body[data-ac-activated] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-years .table-condensed tbody .day.active,
  body[data-ac-activated] .calendar[data-bg=white] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-years .table-condensed tbody .day.active,
  .calendar[data-bg=gray] body[data-ac-activated] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-years .table-condensed tbody .day.active,
  body[data-ac-activated] .calendar[data-bg=white] .datepicker[data-bg=white] .calendar-input .datepicker .datepicker-years .table-condensed tbody .day.active,
  .datepicker[data-bg=white] body[data-ac-activated] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-years .table-condensed tbody .day.active,
  body[data-ac-activated] .calendar[data-bg=white] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-years .table-condensed tbody .day.active,
  .datepicker[data-bg=gray] body[data-ac-activated] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-years .table-condensed tbody .day.active,
  body[data-ac-activated] .calendar[data-bg=white] .calendar-builds .datepicker .datepicker-years .table-condensed tbody .day.prova,
  body[data-ac-activated] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-years .table-condensed tbody .day.prova,
  body[data-ac-activated] .calendar[data-bg=white] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-years .table-condensed tbody .day.prova,
  .calendar[data-bg=gray] body[data-ac-activated] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-years .table-condensed tbody .day.prova,
  body[data-ac-activated] .calendar[data-bg=white] .datepicker[data-bg=white] .calendar-input .datepicker .datepicker-years .table-condensed tbody .day.prova,
  .datepicker[data-bg=white] body[data-ac-activated] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-years .table-condensed tbody .day.prova,
  body[data-ac-activated] .calendar[data-bg=white] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-years .table-condensed tbody .day.prova,
  .datepicker[data-bg=gray] body[data-ac-activated] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-years .table-condensed tbody .day.prova,
  body[data-ac-activated] .calendar[data-bg=white] .calendar-builds .datepicker .datepicker-years .table-condensed tbody .day.trabalho,
  body[data-ac-activated] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-years .table-condensed tbody .day.trabalho,
  body[data-ac-activated] .calendar[data-bg=white] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-years .table-condensed tbody .day.trabalho,
  .calendar[data-bg=gray] body[data-ac-activated] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-years .table-condensed tbody .day.trabalho,
  body[data-ac-activated] .calendar[data-bg=white] .datepicker[data-bg=white] .calendar-input .datepicker .datepicker-years .table-condensed tbody .day.trabalho,
  .datepicker[data-bg=white] body[data-ac-activated] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-years .table-condensed tbody .day.trabalho,
  body[data-ac-activated] .calendar[data-bg=white] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-years .table-condensed tbody .day.trabalho,
  .datepicker[data-bg=gray] body[data-ac-activated] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-years .table-condensed tbody .day.trabalho,
  body[data-ac-activated] .calendar[data-bg=white] .calendar-builds .datepicker .datepicker-years .table-condensed tbody .day.encontro,
  body[data-ac-activated] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-years .table-condensed tbody .day.encontro,
  body[data-ac-activated] .calendar[data-bg=white] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-years .table-condensed tbody .day.encontro,
  .calendar[data-bg=gray] body[data-ac-activated] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-years .table-condensed tbody .day.encontro,
  body[data-ac-activated] .calendar[data-bg=white] .datepicker[data-bg=white] .calendar-input .datepicker .datepicker-years .table-condensed tbody .day.encontro,
  .datepicker[data-bg=white] body[data-ac-activated] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-years .table-condensed tbody .day.encontro,
  body[data-ac-activated] .calendar[data-bg=white] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-years .table-condensed tbody .day.encontro,
  .datepicker[data-bg=gray] body[data-ac-activated] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-years .table-condensed tbody .day.encontro,
  body[data-ac-activated] .calendar[data-bg=white] .calendar-builds .datepicker .datepicker-years .table-condensed tbody .day:hover,
  body[data-ac-activated] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-years .table-condensed tbody .day:hover,
  body[data-ac-activated] .calendar[data-bg=white] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-years .table-condensed tbody .day:hover,
  .calendar[data-bg=gray] body[data-ac-activated] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-years .table-condensed tbody .day:hover,
  body[data-ac-activated] .calendar[data-bg=white] .datepicker[data-bg=white] .calendar-input .datepicker .datepicker-years .table-condensed tbody .day:hover,
  .datepicker[data-bg=white] body[data-ac-activated] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-years .table-condensed tbody .day:hover,
  body[data-ac-activated] .calendar[data-bg=white] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-years .table-condensed tbody .day:hover,
  .datepicker[data-bg=gray] body[data-ac-activated] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-years .table-condensed tbody .day:hover,
  body[data-ac-activated] .calendar[data-bg=white] .calendar-builds .datepicker .datepicker-decades .table-condensed tbody .day.today,
  body[data-ac-activated] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-decades .table-condensed tbody .day.today,
  body[data-ac-activated] .calendar[data-bg=white] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-decades .table-condensed tbody .day.today,
  .calendar[data-bg=gray] body[data-ac-activated] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-decades .table-condensed tbody .day.today,
  body[data-ac-activated] .calendar[data-bg=white] .datepicker[data-bg=white] .calendar-input .datepicker .datepicker-decades .table-condensed tbody .day.today,
  .datepicker[data-bg=white] body[data-ac-activated] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-decades .table-condensed tbody .day.today,
  body[data-ac-activated] .calendar[data-bg=white] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-decades .table-condensed tbody .day.today,
  .datepicker[data-bg=gray] body[data-ac-activated] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-decades .table-condensed tbody .day.today,
  body[data-ac-activated] .calendar[data-bg=white] .calendar-builds .datepicker .datepicker-decades .table-condensed tbody .day.active,
  body[data-ac-activated] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-decades .table-condensed tbody .day.active,
  body[data-ac-activated] .calendar[data-bg=white] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-decades .table-condensed tbody .day.active,
  .calendar[data-bg=gray] body[data-ac-activated] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-decades .table-condensed tbody .day.active,
  body[data-ac-activated] .calendar[data-bg=white] .datepicker[data-bg=white] .calendar-input .datepicker .datepicker-decades .table-condensed tbody .day.active,
  .datepicker[data-bg=white] body[data-ac-activated] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-decades .table-condensed tbody .day.active,
  body[data-ac-activated] .calendar[data-bg=white] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-decades .table-condensed tbody .day.active,
  .datepicker[data-bg=gray] body[data-ac-activated] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-decades .table-condensed tbody .day.active,
  body[data-ac-activated] .calendar[data-bg=white] .calendar-builds .datepicker .datepicker-decades .table-condensed tbody .day.prova,
  body[data-ac-activated] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-decades .table-condensed tbody .day.prova,
  body[data-ac-activated] .calendar[data-bg=white] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-decades .table-condensed tbody .day.prova,
  .calendar[data-bg=gray] body[data-ac-activated] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-decades .table-condensed tbody .day.prova,
  body[data-ac-activated] .calendar[data-bg=white] .datepicker[data-bg=white] .calendar-input .datepicker .datepicker-decades .table-condensed tbody .day.prova,
  .datepicker[data-bg=white] body[data-ac-activated] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-decades .table-condensed tbody .day.prova,
  body[data-ac-activated] .calendar[data-bg=white] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-decades .table-condensed tbody .day.prova,
  .datepicker[data-bg=gray] body[data-ac-activated] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-decades .table-condensed tbody .day.prova,
  body[data-ac-activated] .calendar[data-bg=white] .calendar-builds .datepicker .datepicker-decades .table-condensed tbody .day.trabalho,
  body[data-ac-activated] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-decades .table-condensed tbody .day.trabalho,
  body[data-ac-activated] .calendar[data-bg=white] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-decades .table-condensed tbody .day.trabalho,
  .calendar[data-bg=gray] body[data-ac-activated] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-decades .table-condensed tbody .day.trabalho,
  body[data-ac-activated] .calendar[data-bg=white] .datepicker[data-bg=white] .calendar-input .datepicker .datepicker-decades .table-condensed tbody .day.trabalho,
  .datepicker[data-bg=white] body[data-ac-activated] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-decades .table-condensed tbody .day.trabalho,
  body[data-ac-activated] .calendar[data-bg=white] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-decades .table-condensed tbody .day.trabalho,
  .datepicker[data-bg=gray] body[data-ac-activated] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-decades .table-condensed tbody .day.trabalho,
  body[data-ac-activated] .calendar[data-bg=white] .calendar-builds .datepicker .datepicker-decades .table-condensed tbody .day.encontro,
  body[data-ac-activated] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-decades .table-condensed tbody .day.encontro,
  body[data-ac-activated] .calendar[data-bg=white] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-decades .table-condensed tbody .day.encontro,
  .calendar[data-bg=gray] body[data-ac-activated] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-decades .table-condensed tbody .day.encontro,
  body[data-ac-activated] .calendar[data-bg=white] .datepicker[data-bg=white] .calendar-input .datepicker .datepicker-decades .table-condensed tbody .day.encontro,
  .datepicker[data-bg=white] body[data-ac-activated] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-decades .table-condensed tbody .day.encontro,
  body[data-ac-activated] .calendar[data-bg=white] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-decades .table-condensed tbody .day.encontro,
  .datepicker[data-bg=gray] body[data-ac-activated] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-decades .table-condensed tbody .day.encontro,
  body[data-ac-activated] .calendar[data-bg=white] .calendar-builds .datepicker .datepicker-decades .table-condensed tbody .day:hover,
  body[data-ac-activated] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-decades .table-condensed tbody .day:hover,
  body[data-ac-activated] .calendar[data-bg=white] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-decades .table-condensed tbody .day:hover,
  .calendar[data-bg=gray] body[data-ac-activated] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-decades .table-condensed tbody .day:hover,
  body[data-ac-activated] .calendar[data-bg=white] .datepicker[data-bg=white] .calendar-input .datepicker .datepicker-decades .table-condensed tbody .day:hover,
  .datepicker[data-bg=white] body[data-ac-activated] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-decades .table-condensed tbody .day:hover,
  body[data-ac-activated] .calendar[data-bg=white] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-decades .table-condensed tbody .day:hover,
  .datepicker[data-bg=gray] body[data-ac-activated] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-decades .table-condensed tbody .day:hover,
  body[data-ac-activated] .calendar[data-bg=white] .calendar-builds .datepicker .datepicker-centuries .table-condensed tbody .day.today,
  body[data-ac-activated] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-centuries .table-condensed tbody .day.today,
  body[data-ac-activated] .calendar[data-bg=white] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-centuries .table-condensed tbody .day.today,
  .calendar[data-bg=gray] body[data-ac-activated] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-centuries .table-condensed tbody .day.today,
  body[data-ac-activated] .calendar[data-bg=white] .datepicker[data-bg=white] .calendar-input .datepicker .datepicker-centuries .table-condensed tbody .day.today,
  .datepicker[data-bg=white] body[data-ac-activated] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-centuries .table-condensed tbody .day.today,
  body[data-ac-activated] .calendar[data-bg=white] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-centuries .table-condensed tbody .day.today,
  .datepicker[data-bg=gray] body[data-ac-activated] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-centuries .table-condensed tbody .day.today,
  body[data-ac-activated] .calendar[data-bg=white] .calendar-builds .datepicker .datepicker-centuries .table-condensed tbody .day.active,
  body[data-ac-activated] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-centuries .table-condensed tbody .day.active,
  body[data-ac-activated] .calendar[data-bg=white] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-centuries .table-condensed tbody .day.active,
  .calendar[data-bg=gray] body[data-ac-activated] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-centuries .table-condensed tbody .day.active,
  body[data-ac-activated] .calendar[data-bg=white] .datepicker[data-bg=white] .calendar-input .datepicker .datepicker-centuries .table-condensed tbody .day.active,
  .datepicker[data-bg=white] body[data-ac-activated] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-centuries .table-condensed tbody .day.active,
  body[data-ac-activated] .calendar[data-bg=white] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-centuries .table-condensed tbody .day.active,
  .datepicker[data-bg=gray] body[data-ac-activated] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-centuries .table-condensed tbody .day.active,
  body[data-ac-activated] .calendar[data-bg=white] .calendar-builds .datepicker .datepicker-centuries .table-condensed tbody .day.prova,
  body[data-ac-activated] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-centuries .table-condensed tbody .day.prova,
  body[data-ac-activated] .calendar[data-bg=white] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-centuries .table-condensed tbody .day.prova,
  .calendar[data-bg=gray] body[data-ac-activated] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-centuries .table-condensed tbody .day.prova,
  body[data-ac-activated] .calendar[data-bg=white] .datepicker[data-bg=white] .calendar-input .datepicker .datepicker-centuries .table-condensed tbody .day.prova,
  .datepicker[data-bg=white] body[data-ac-activated] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-centuries .table-condensed tbody .day.prova,
  body[data-ac-activated] .calendar[data-bg=white] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-centuries .table-condensed tbody .day.prova,
  .datepicker[data-bg=gray] body[data-ac-activated] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-centuries .table-condensed tbody .day.prova,
  body[data-ac-activated] .calendar[data-bg=white] .calendar-builds .datepicker .datepicker-centuries .table-condensed tbody .day.trabalho,
  body[data-ac-activated] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-centuries .table-condensed tbody .day.trabalho,
  body[data-ac-activated] .calendar[data-bg=white] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-centuries .table-condensed tbody .day.trabalho,
  .calendar[data-bg=gray] body[data-ac-activated] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-centuries .table-condensed tbody .day.trabalho,
  body[data-ac-activated] .calendar[data-bg=white] .datepicker[data-bg=white] .calendar-input .datepicker .datepicker-centuries .table-condensed tbody .day.trabalho,
  .datepicker[data-bg=white] body[data-ac-activated] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-centuries .table-condensed tbody .day.trabalho,
  body[data-ac-activated] .calendar[data-bg=white] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-centuries .table-condensed tbody .day.trabalho,
  .datepicker[data-bg=gray] body[data-ac-activated] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-centuries .table-condensed tbody .day.trabalho,
  body[data-ac-activated] .calendar[data-bg=white] .calendar-builds .datepicker .datepicker-centuries .table-condensed tbody .day.encontro,
  body[data-ac-activated] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-centuries .table-condensed tbody .day.encontro,
  body[data-ac-activated] .calendar[data-bg=white] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-centuries .table-condensed tbody .day.encontro,
  .calendar[data-bg=gray] body[data-ac-activated] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-centuries .table-condensed tbody .day.encontro,
  body[data-ac-activated] .calendar[data-bg=white] .datepicker[data-bg=white] .calendar-input .datepicker .datepicker-centuries .table-condensed tbody .day.encontro,
  .datepicker[data-bg=white] body[data-ac-activated] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-centuries .table-condensed tbody .day.encontro,
  body[data-ac-activated] .calendar[data-bg=white] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-centuries .table-condensed tbody .day.encontro,
  .datepicker[data-bg=gray] body[data-ac-activated] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-centuries .table-condensed tbody .day.encontro,
  body[data-ac-activated] .calendar[data-bg=white] .calendar-builds .datepicker .datepicker-centuries .table-condensed tbody .day:hover,
  body[data-ac-activated] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-centuries .table-condensed tbody .day:hover,
  body[data-ac-activated] .calendar[data-bg=white] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-centuries .table-condensed tbody .day:hover,
  .calendar[data-bg=gray] body[data-ac-activated] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-centuries .table-condensed tbody .day:hover,
  body[data-ac-activated] .calendar[data-bg=white] .datepicker[data-bg=white] .calendar-input .datepicker .datepicker-centuries .table-condensed tbody .day:hover,
  .datepicker[data-bg=white] body[data-ac-activated] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-centuries .table-condensed tbody .day:hover,
  body[data-ac-activated] .calendar[data-bg=white] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-centuries .table-condensed tbody .day:hover,
  .datepicker[data-bg=gray] body[data-ac-activated] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-centuries .table-condensed tbody .day:hover,
  body[data-ac-activated] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-days .table-condensed tbody .day.today,
  body[data-ac-activated] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-days .table-condensed tbody .day.active,
  body[data-ac-activated] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-days .table-condensed tbody .day.prova,
  body[data-ac-activated] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-days .table-condensed tbody .day.trabalho,
  body[data-ac-activated] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-days .table-condensed tbody .day.encontro,
  body[data-ac-activated] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-days .table-condensed tbody .day:hover,
  body[data-ac-activated] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-months .table-condensed tbody .day.today,
  body[data-ac-activated] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-months .table-condensed tbody .day.active,
  body[data-ac-activated] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-months .table-condensed tbody .day.prova,
  body[data-ac-activated] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-months .table-condensed tbody .day.trabalho,
  body[data-ac-activated] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-months .table-condensed tbody .day.encontro,
  body[data-ac-activated] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-months .table-condensed tbody .day:hover,
  body[data-ac-activated] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-years .table-condensed tbody .day.today,
  body[data-ac-activated] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-years .table-condensed tbody .day.active,
  body[data-ac-activated] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-years .table-condensed tbody .day.prova,
  body[data-ac-activated] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-years .table-condensed tbody .day.trabalho,
  body[data-ac-activated] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-years .table-condensed tbody .day.encontro,
  body[data-ac-activated] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-years .table-condensed tbody .day:hover,
  body[data-ac-activated] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-decades .table-condensed tbody .day.today,
  body[data-ac-activated] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-decades .table-condensed tbody .day.active,
  body[data-ac-activated] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-decades .table-condensed tbody .day.prova,
  body[data-ac-activated] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-decades .table-condensed tbody .day.trabalho,
  body[data-ac-activated] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-decades .table-condensed tbody .day.encontro,
  body[data-ac-activated] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-decades .table-condensed tbody .day:hover,
  body[data-ac-activated] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-centuries .table-condensed tbody .day.today,
  body[data-ac-activated] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-centuries .table-condensed tbody .day.active,
  body[data-ac-activated] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-centuries .table-condensed tbody .day.prova,
  body[data-ac-activated] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-centuries .table-condensed tbody .day.trabalho,
  body[data-ac-activated] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-centuries .table-condensed tbody .day.encontro,
  body[data-ac-activated] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-centuries .table-condensed tbody .day:hover, body[data-ac-activated] .calendar[data-bg=gray] .calendar-builds .datepicker .datepicker-days .table-condensed tbody .day.today, body[data-ac-activated] .calendar[data-bg=gray] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-days .table-condensed tbody .day.today, .calendar[data-bg=white] body[data-ac-activated] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-days .table-condensed tbody .day.today, body[data-ac-activated] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-days .table-condensed tbody .day.today,
  body[data-ac-activated] .calendar[data-bg=gray] .datepicker[data-bg=white] .calendar-input .datepicker .datepicker-days .table-condensed tbody .day.today,
  .datepicker[data-bg=white] body[data-ac-activated] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-days .table-condensed tbody .day.today,
  body[data-ac-activated] .calendar[data-bg=gray] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-days .table-condensed tbody .day.today,
  .datepicker[data-bg=gray] body[data-ac-activated] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-days .table-condensed tbody .day.today, body[data-ac-activated] .calendar[data-bg=gray] .calendar-builds .datepicker .datepicker-days .table-condensed tbody .day.active, body[data-ac-activated] .calendar[data-bg=gray] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-days .table-condensed tbody .day.active, .calendar[data-bg=white] body[data-ac-activated] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-days .table-condensed tbody .day.active, body[data-ac-activated] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-days .table-condensed tbody .day.active,
  body[data-ac-activated] .calendar[data-bg=gray] .datepicker[data-bg=white] .calendar-input .datepicker .datepicker-days .table-condensed tbody .day.active,
  .datepicker[data-bg=white] body[data-ac-activated] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-days .table-condensed tbody .day.active,
  body[data-ac-activated] .calendar[data-bg=gray] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-days .table-condensed tbody .day.active,
  .datepicker[data-bg=gray] body[data-ac-activated] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-days .table-condensed tbody .day.active, body[data-ac-activated] .calendar[data-bg=gray] .calendar-builds .datepicker .datepicker-days .table-condensed tbody .day.prova, body[data-ac-activated] .calendar[data-bg=gray] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-days .table-condensed tbody .day.prova, .calendar[data-bg=white] body[data-ac-activated] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-days .table-condensed tbody .day.prova, body[data-ac-activated] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-days .table-condensed tbody .day.prova,
  body[data-ac-activated] .calendar[data-bg=gray] .datepicker[data-bg=white] .calendar-input .datepicker .datepicker-days .table-condensed tbody .day.prova,
  .datepicker[data-bg=white] body[data-ac-activated] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-days .table-condensed tbody .day.prova,
  body[data-ac-activated] .calendar[data-bg=gray] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-days .table-condensed tbody .day.prova,
  .datepicker[data-bg=gray] body[data-ac-activated] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-days .table-condensed tbody .day.prova, body[data-ac-activated] .calendar[data-bg=gray] .calendar-builds .datepicker .datepicker-days .table-condensed tbody .day.trabalho, body[data-ac-activated] .calendar[data-bg=gray] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-days .table-condensed tbody .day.trabalho, .calendar[data-bg=white] body[data-ac-activated] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-days .table-condensed tbody .day.trabalho, body[data-ac-activated] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-days .table-condensed tbody .day.trabalho,
  body[data-ac-activated] .calendar[data-bg=gray] .datepicker[data-bg=white] .calendar-input .datepicker .datepicker-days .table-condensed tbody .day.trabalho,
  .datepicker[data-bg=white] body[data-ac-activated] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-days .table-condensed tbody .day.trabalho,
  body[data-ac-activated] .calendar[data-bg=gray] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-days .table-condensed tbody .day.trabalho,
  .datepicker[data-bg=gray] body[data-ac-activated] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-days .table-condensed tbody .day.trabalho, body[data-ac-activated] .calendar[data-bg=gray] .calendar-builds .datepicker .datepicker-days .table-condensed tbody .day.encontro, body[data-ac-activated] .calendar[data-bg=gray] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-days .table-condensed tbody .day.encontro, .calendar[data-bg=white] body[data-ac-activated] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-days .table-condensed tbody .day.encontro, body[data-ac-activated] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-days .table-condensed tbody .day.encontro,
  body[data-ac-activated] .calendar[data-bg=gray] .datepicker[data-bg=white] .calendar-input .datepicker .datepicker-days .table-condensed tbody .day.encontro,
  .datepicker[data-bg=white] body[data-ac-activated] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-days .table-condensed tbody .day.encontro,
  body[data-ac-activated] .calendar[data-bg=gray] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-days .table-condensed tbody .day.encontro,
  .datepicker[data-bg=gray] body[data-ac-activated] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-days .table-condensed tbody .day.encontro, body[data-ac-activated] .calendar[data-bg=gray] .calendar-builds .datepicker .datepicker-days .table-condensed tbody .day:hover, body[data-ac-activated] .calendar[data-bg=gray] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-days .table-condensed tbody .day:hover, .calendar[data-bg=white] body[data-ac-activated] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-days .table-condensed tbody .day:hover, body[data-ac-activated] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-days .table-condensed tbody .day:hover,
  body[data-ac-activated] .calendar[data-bg=gray] .datepicker[data-bg=white] .calendar-input .datepicker .datepicker-days .table-condensed tbody .day:hover,
  .datepicker[data-bg=white] body[data-ac-activated] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-days .table-condensed tbody .day:hover,
  body[data-ac-activated] .calendar[data-bg=gray] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-days .table-condensed tbody .day:hover,
  .datepicker[data-bg=gray] body[data-ac-activated] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-days .table-condensed tbody .day:hover,
  body[data-ac-activated] .calendar[data-bg=gray] .calendar-builds .datepicker .datepicker-months .table-condensed tbody .day.today,
  body[data-ac-activated] .calendar[data-bg=gray] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-months .table-condensed tbody .day.today,
  .calendar[data-bg=white] body[data-ac-activated] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-months .table-condensed tbody .day.today,
  body[data-ac-activated] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-months .table-condensed tbody .day.today,
  body[data-ac-activated] .calendar[data-bg=gray] .datepicker[data-bg=white] .calendar-input .datepicker .datepicker-months .table-condensed tbody .day.today,
  .datepicker[data-bg=white] body[data-ac-activated] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-months .table-condensed tbody .day.today,
  body[data-ac-activated] .calendar[data-bg=gray] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-months .table-condensed tbody .day.today,
  .datepicker[data-bg=gray] body[data-ac-activated] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-months .table-condensed tbody .day.today,
  body[data-ac-activated] .calendar[data-bg=gray] .calendar-builds .datepicker .datepicker-months .table-condensed tbody .day.active,
  body[data-ac-activated] .calendar[data-bg=gray] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-months .table-condensed tbody .day.active,
  .calendar[data-bg=white] body[data-ac-activated] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-months .table-condensed tbody .day.active,
  body[data-ac-activated] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-months .table-condensed tbody .day.active,
  body[data-ac-activated] .calendar[data-bg=gray] .datepicker[data-bg=white] .calendar-input .datepicker .datepicker-months .table-condensed tbody .day.active,
  .datepicker[data-bg=white] body[data-ac-activated] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-months .table-condensed tbody .day.active,
  body[data-ac-activated] .calendar[data-bg=gray] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-months .table-condensed tbody .day.active,
  .datepicker[data-bg=gray] body[data-ac-activated] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-months .table-condensed tbody .day.active,
  body[data-ac-activated] .calendar[data-bg=gray] .calendar-builds .datepicker .datepicker-months .table-condensed tbody .day.prova,
  body[data-ac-activated] .calendar[data-bg=gray] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-months .table-condensed tbody .day.prova,
  .calendar[data-bg=white] body[data-ac-activated] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-months .table-condensed tbody .day.prova,
  body[data-ac-activated] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-months .table-condensed tbody .day.prova,
  body[data-ac-activated] .calendar[data-bg=gray] .datepicker[data-bg=white] .calendar-input .datepicker .datepicker-months .table-condensed tbody .day.prova,
  .datepicker[data-bg=white] body[data-ac-activated] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-months .table-condensed tbody .day.prova,
  body[data-ac-activated] .calendar[data-bg=gray] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-months .table-condensed tbody .day.prova,
  .datepicker[data-bg=gray] body[data-ac-activated] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-months .table-condensed tbody .day.prova,
  body[data-ac-activated] .calendar[data-bg=gray] .calendar-builds .datepicker .datepicker-months .table-condensed tbody .day.trabalho,
  body[data-ac-activated] .calendar[data-bg=gray] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-months .table-condensed tbody .day.trabalho,
  .calendar[data-bg=white] body[data-ac-activated] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-months .table-condensed tbody .day.trabalho,
  body[data-ac-activated] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-months .table-condensed tbody .day.trabalho,
  body[data-ac-activated] .calendar[data-bg=gray] .datepicker[data-bg=white] .calendar-input .datepicker .datepicker-months .table-condensed tbody .day.trabalho,
  .datepicker[data-bg=white] body[data-ac-activated] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-months .table-condensed tbody .day.trabalho,
  body[data-ac-activated] .calendar[data-bg=gray] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-months .table-condensed tbody .day.trabalho,
  .datepicker[data-bg=gray] body[data-ac-activated] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-months .table-condensed tbody .day.trabalho,
  body[data-ac-activated] .calendar[data-bg=gray] .calendar-builds .datepicker .datepicker-months .table-condensed tbody .day.encontro,
  body[data-ac-activated] .calendar[data-bg=gray] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-months .table-condensed tbody .day.encontro,
  .calendar[data-bg=white] body[data-ac-activated] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-months .table-condensed tbody .day.encontro,
  body[data-ac-activated] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-months .table-condensed tbody .day.encontro,
  body[data-ac-activated] .calendar[data-bg=gray] .datepicker[data-bg=white] .calendar-input .datepicker .datepicker-months .table-condensed tbody .day.encontro,
  .datepicker[data-bg=white] body[data-ac-activated] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-months .table-condensed tbody .day.encontro,
  body[data-ac-activated] .calendar[data-bg=gray] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-months .table-condensed tbody .day.encontro,
  .datepicker[data-bg=gray] body[data-ac-activated] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-months .table-condensed tbody .day.encontro,
  body[data-ac-activated] .calendar[data-bg=gray] .calendar-builds .datepicker .datepicker-months .table-condensed tbody .day:hover,
  body[data-ac-activated] .calendar[data-bg=gray] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-months .table-condensed tbody .day:hover,
  .calendar[data-bg=white] body[data-ac-activated] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-months .table-condensed tbody .day:hover,
  body[data-ac-activated] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-months .table-condensed tbody .day:hover,
  body[data-ac-activated] .calendar[data-bg=gray] .datepicker[data-bg=white] .calendar-input .datepicker .datepicker-months .table-condensed tbody .day:hover,
  .datepicker[data-bg=white] body[data-ac-activated] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-months .table-condensed tbody .day:hover,
  body[data-ac-activated] .calendar[data-bg=gray] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-months .table-condensed tbody .day:hover,
  .datepicker[data-bg=gray] body[data-ac-activated] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-months .table-condensed tbody .day:hover,
  body[data-ac-activated] .calendar[data-bg=gray] .calendar-builds .datepicker .datepicker-years .table-condensed tbody .day.today,
  body[data-ac-activated] .calendar[data-bg=gray] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-years .table-condensed tbody .day.today,
  .calendar[data-bg=white] body[data-ac-activated] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-years .table-condensed tbody .day.today,
  body[data-ac-activated] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-years .table-condensed tbody .day.today,
  body[data-ac-activated] .calendar[data-bg=gray] .datepicker[data-bg=white] .calendar-input .datepicker .datepicker-years .table-condensed tbody .day.today,
  .datepicker[data-bg=white] body[data-ac-activated] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-years .table-condensed tbody .day.today,
  body[data-ac-activated] .calendar[data-bg=gray] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-years .table-condensed tbody .day.today,
  .datepicker[data-bg=gray] body[data-ac-activated] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-years .table-condensed tbody .day.today,
  body[data-ac-activated] .calendar[data-bg=gray] .calendar-builds .datepicker .datepicker-years .table-condensed tbody .day.active,
  body[data-ac-activated] .calendar[data-bg=gray] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-years .table-condensed tbody .day.active,
  .calendar[data-bg=white] body[data-ac-activated] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-years .table-condensed tbody .day.active,
  body[data-ac-activated] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-years .table-condensed tbody .day.active,
  body[data-ac-activated] .calendar[data-bg=gray] .datepicker[data-bg=white] .calendar-input .datepicker .datepicker-years .table-condensed tbody .day.active,
  .datepicker[data-bg=white] body[data-ac-activated] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-years .table-condensed tbody .day.active,
  body[data-ac-activated] .calendar[data-bg=gray] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-years .table-condensed tbody .day.active,
  .datepicker[data-bg=gray] body[data-ac-activated] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-years .table-condensed tbody .day.active,
  body[data-ac-activated] .calendar[data-bg=gray] .calendar-builds .datepicker .datepicker-years .table-condensed tbody .day.prova,
  body[data-ac-activated] .calendar[data-bg=gray] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-years .table-condensed tbody .day.prova,
  .calendar[data-bg=white] body[data-ac-activated] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-years .table-condensed tbody .day.prova,
  body[data-ac-activated] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-years .table-condensed tbody .day.prova,
  body[data-ac-activated] .calendar[data-bg=gray] .datepicker[data-bg=white] .calendar-input .datepicker .datepicker-years .table-condensed tbody .day.prova,
  .datepicker[data-bg=white] body[data-ac-activated] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-years .table-condensed tbody .day.prova,
  body[data-ac-activated] .calendar[data-bg=gray] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-years .table-condensed tbody .day.prova,
  .datepicker[data-bg=gray] body[data-ac-activated] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-years .table-condensed tbody .day.prova,
  body[data-ac-activated] .calendar[data-bg=gray] .calendar-builds .datepicker .datepicker-years .table-condensed tbody .day.trabalho,
  body[data-ac-activated] .calendar[data-bg=gray] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-years .table-condensed tbody .day.trabalho,
  .calendar[data-bg=white] body[data-ac-activated] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-years .table-condensed tbody .day.trabalho,
  body[data-ac-activated] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-years .table-condensed tbody .day.trabalho,
  body[data-ac-activated] .calendar[data-bg=gray] .datepicker[data-bg=white] .calendar-input .datepicker .datepicker-years .table-condensed tbody .day.trabalho,
  .datepicker[data-bg=white] body[data-ac-activated] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-years .table-condensed tbody .day.trabalho,
  body[data-ac-activated] .calendar[data-bg=gray] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-years .table-condensed tbody .day.trabalho,
  .datepicker[data-bg=gray] body[data-ac-activated] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-years .table-condensed tbody .day.trabalho,
  body[data-ac-activated] .calendar[data-bg=gray] .calendar-builds .datepicker .datepicker-years .table-condensed tbody .day.encontro,
  body[data-ac-activated] .calendar[data-bg=gray] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-years .table-condensed tbody .day.encontro,
  .calendar[data-bg=white] body[data-ac-activated] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-years .table-condensed tbody .day.encontro,
  body[data-ac-activated] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-years .table-condensed tbody .day.encontro,
  body[data-ac-activated] .calendar[data-bg=gray] .datepicker[data-bg=white] .calendar-input .datepicker .datepicker-years .table-condensed tbody .day.encontro,
  .datepicker[data-bg=white] body[data-ac-activated] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-years .table-condensed tbody .day.encontro,
  body[data-ac-activated] .calendar[data-bg=gray] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-years .table-condensed tbody .day.encontro,
  .datepicker[data-bg=gray] body[data-ac-activated] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-years .table-condensed tbody .day.encontro,
  body[data-ac-activated] .calendar[data-bg=gray] .calendar-builds .datepicker .datepicker-years .table-condensed tbody .day:hover,
  body[data-ac-activated] .calendar[data-bg=gray] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-years .table-condensed tbody .day:hover,
  .calendar[data-bg=white] body[data-ac-activated] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-years .table-condensed tbody .day:hover,
  body[data-ac-activated] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-years .table-condensed tbody .day:hover,
  body[data-ac-activated] .calendar[data-bg=gray] .datepicker[data-bg=white] .calendar-input .datepicker .datepicker-years .table-condensed tbody .day:hover,
  .datepicker[data-bg=white] body[data-ac-activated] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-years .table-condensed tbody .day:hover,
  body[data-ac-activated] .calendar[data-bg=gray] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-years .table-condensed tbody .day:hover,
  .datepicker[data-bg=gray] body[data-ac-activated] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-years .table-condensed tbody .day:hover,
  body[data-ac-activated] .calendar[data-bg=gray] .calendar-builds .datepicker .datepicker-decades .table-condensed tbody .day.today,
  body[data-ac-activated] .calendar[data-bg=gray] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-decades .table-condensed tbody .day.today,
  .calendar[data-bg=white] body[data-ac-activated] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-decades .table-condensed tbody .day.today,
  body[data-ac-activated] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-decades .table-condensed tbody .day.today,
  body[data-ac-activated] .calendar[data-bg=gray] .datepicker[data-bg=white] .calendar-input .datepicker .datepicker-decades .table-condensed tbody .day.today,
  .datepicker[data-bg=white] body[data-ac-activated] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-decades .table-condensed tbody .day.today,
  body[data-ac-activated] .calendar[data-bg=gray] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-decades .table-condensed tbody .day.today,
  .datepicker[data-bg=gray] body[data-ac-activated] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-decades .table-condensed tbody .day.today,
  body[data-ac-activated] .calendar[data-bg=gray] .calendar-builds .datepicker .datepicker-decades .table-condensed tbody .day.active,
  body[data-ac-activated] .calendar[data-bg=gray] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-decades .table-condensed tbody .day.active,
  .calendar[data-bg=white] body[data-ac-activated] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-decades .table-condensed tbody .day.active,
  body[data-ac-activated] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-decades .table-condensed tbody .day.active,
  body[data-ac-activated] .calendar[data-bg=gray] .datepicker[data-bg=white] .calendar-input .datepicker .datepicker-decades .table-condensed tbody .day.active,
  .datepicker[data-bg=white] body[data-ac-activated] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-decades .table-condensed tbody .day.active,
  body[data-ac-activated] .calendar[data-bg=gray] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-decades .table-condensed tbody .day.active,
  .datepicker[data-bg=gray] body[data-ac-activated] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-decades .table-condensed tbody .day.active,
  body[data-ac-activated] .calendar[data-bg=gray] .calendar-builds .datepicker .datepicker-decades .table-condensed tbody .day.prova,
  body[data-ac-activated] .calendar[data-bg=gray] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-decades .table-condensed tbody .day.prova,
  .calendar[data-bg=white] body[data-ac-activated] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-decades .table-condensed tbody .day.prova,
  body[data-ac-activated] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-decades .table-condensed tbody .day.prova,
  body[data-ac-activated] .calendar[data-bg=gray] .datepicker[data-bg=white] .calendar-input .datepicker .datepicker-decades .table-condensed tbody .day.prova,
  .datepicker[data-bg=white] body[data-ac-activated] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-decades .table-condensed tbody .day.prova,
  body[data-ac-activated] .calendar[data-bg=gray] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-decades .table-condensed tbody .day.prova,
  .datepicker[data-bg=gray] body[data-ac-activated] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-decades .table-condensed tbody .day.prova,
  body[data-ac-activated] .calendar[data-bg=gray] .calendar-builds .datepicker .datepicker-decades .table-condensed tbody .day.trabalho,
  body[data-ac-activated] .calendar[data-bg=gray] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-decades .table-condensed tbody .day.trabalho,
  .calendar[data-bg=white] body[data-ac-activated] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-decades .table-condensed tbody .day.trabalho,
  body[data-ac-activated] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-decades .table-condensed tbody .day.trabalho,
  body[data-ac-activated] .calendar[data-bg=gray] .datepicker[data-bg=white] .calendar-input .datepicker .datepicker-decades .table-condensed tbody .day.trabalho,
  .datepicker[data-bg=white] body[data-ac-activated] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-decades .table-condensed tbody .day.trabalho,
  body[data-ac-activated] .calendar[data-bg=gray] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-decades .table-condensed tbody .day.trabalho,
  .datepicker[data-bg=gray] body[data-ac-activated] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-decades .table-condensed tbody .day.trabalho,
  body[data-ac-activated] .calendar[data-bg=gray] .calendar-builds .datepicker .datepicker-decades .table-condensed tbody .day.encontro,
  body[data-ac-activated] .calendar[data-bg=gray] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-decades .table-condensed tbody .day.encontro,
  .calendar[data-bg=white] body[data-ac-activated] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-decades .table-condensed tbody .day.encontro,
  body[data-ac-activated] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-decades .table-condensed tbody .day.encontro,
  body[data-ac-activated] .calendar[data-bg=gray] .datepicker[data-bg=white] .calendar-input .datepicker .datepicker-decades .table-condensed tbody .day.encontro,
  .datepicker[data-bg=white] body[data-ac-activated] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-decades .table-condensed tbody .day.encontro,
  body[data-ac-activated] .calendar[data-bg=gray] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-decades .table-condensed tbody .day.encontro,
  .datepicker[data-bg=gray] body[data-ac-activated] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-decades .table-condensed tbody .day.encontro,
  body[data-ac-activated] .calendar[data-bg=gray] .calendar-builds .datepicker .datepicker-decades .table-condensed tbody .day:hover,
  body[data-ac-activated] .calendar[data-bg=gray] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-decades .table-condensed tbody .day:hover,
  .calendar[data-bg=white] body[data-ac-activated] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-decades .table-condensed tbody .day:hover,
  body[data-ac-activated] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-decades .table-condensed tbody .day:hover,
  body[data-ac-activated] .calendar[data-bg=gray] .datepicker[data-bg=white] .calendar-input .datepicker .datepicker-decades .table-condensed tbody .day:hover,
  .datepicker[data-bg=white] body[data-ac-activated] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-decades .table-condensed tbody .day:hover,
  body[data-ac-activated] .calendar[data-bg=gray] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-decades .table-condensed tbody .day:hover,
  .datepicker[data-bg=gray] body[data-ac-activated] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-decades .table-condensed tbody .day:hover,
  body[data-ac-activated] .calendar[data-bg=gray] .calendar-builds .datepicker .datepicker-centuries .table-condensed tbody .day.today,
  body[data-ac-activated] .calendar[data-bg=gray] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-centuries .table-condensed tbody .day.today,
  .calendar[data-bg=white] body[data-ac-activated] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-centuries .table-condensed tbody .day.today,
  body[data-ac-activated] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-centuries .table-condensed tbody .day.today,
  body[data-ac-activated] .calendar[data-bg=gray] .datepicker[data-bg=white] .calendar-input .datepicker .datepicker-centuries .table-condensed tbody .day.today,
  .datepicker[data-bg=white] body[data-ac-activated] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-centuries .table-condensed tbody .day.today,
  body[data-ac-activated] .calendar[data-bg=gray] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-centuries .table-condensed tbody .day.today,
  .datepicker[data-bg=gray] body[data-ac-activated] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-centuries .table-condensed tbody .day.today,
  body[data-ac-activated] .calendar[data-bg=gray] .calendar-builds .datepicker .datepicker-centuries .table-condensed tbody .day.active,
  body[data-ac-activated] .calendar[data-bg=gray] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-centuries .table-condensed tbody .day.active,
  .calendar[data-bg=white] body[data-ac-activated] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-centuries .table-condensed tbody .day.active,
  body[data-ac-activated] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-centuries .table-condensed tbody .day.active,
  body[data-ac-activated] .calendar[data-bg=gray] .datepicker[data-bg=white] .calendar-input .datepicker .datepicker-centuries .table-condensed tbody .day.active,
  .datepicker[data-bg=white] body[data-ac-activated] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-centuries .table-condensed tbody .day.active,
  body[data-ac-activated] .calendar[data-bg=gray] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-centuries .table-condensed tbody .day.active,
  .datepicker[data-bg=gray] body[data-ac-activated] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-centuries .table-condensed tbody .day.active,
  body[data-ac-activated] .calendar[data-bg=gray] .calendar-builds .datepicker .datepicker-centuries .table-condensed tbody .day.prova,
  body[data-ac-activated] .calendar[data-bg=gray] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-centuries .table-condensed tbody .day.prova,
  .calendar[data-bg=white] body[data-ac-activated] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-centuries .table-condensed tbody .day.prova,
  body[data-ac-activated] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-centuries .table-condensed tbody .day.prova,
  body[data-ac-activated] .calendar[data-bg=gray] .datepicker[data-bg=white] .calendar-input .datepicker .datepicker-centuries .table-condensed tbody .day.prova,
  .datepicker[data-bg=white] body[data-ac-activated] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-centuries .table-condensed tbody .day.prova,
  body[data-ac-activated] .calendar[data-bg=gray] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-centuries .table-condensed tbody .day.prova,
  .datepicker[data-bg=gray] body[data-ac-activated] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-centuries .table-condensed tbody .day.prova,
  body[data-ac-activated] .calendar[data-bg=gray] .calendar-builds .datepicker .datepicker-centuries .table-condensed tbody .day.trabalho,
  body[data-ac-activated] .calendar[data-bg=gray] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-centuries .table-condensed tbody .day.trabalho,
  .calendar[data-bg=white] body[data-ac-activated] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-centuries .table-condensed tbody .day.trabalho,
  body[data-ac-activated] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-centuries .table-condensed tbody .day.trabalho,
  body[data-ac-activated] .calendar[data-bg=gray] .datepicker[data-bg=white] .calendar-input .datepicker .datepicker-centuries .table-condensed tbody .day.trabalho,
  .datepicker[data-bg=white] body[data-ac-activated] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-centuries .table-condensed tbody .day.trabalho,
  body[data-ac-activated] .calendar[data-bg=gray] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-centuries .table-condensed tbody .day.trabalho,
  .datepicker[data-bg=gray] body[data-ac-activated] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-centuries .table-condensed tbody .day.trabalho,
  body[data-ac-activated] .calendar[data-bg=gray] .calendar-builds .datepicker .datepicker-centuries .table-condensed tbody .day.encontro,
  body[data-ac-activated] .calendar[data-bg=gray] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-centuries .table-condensed tbody .day.encontro,
  .calendar[data-bg=white] body[data-ac-activated] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-centuries .table-condensed tbody .day.encontro,
  body[data-ac-activated] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-centuries .table-condensed tbody .day.encontro,
  body[data-ac-activated] .calendar[data-bg=gray] .datepicker[data-bg=white] .calendar-input .datepicker .datepicker-centuries .table-condensed tbody .day.encontro,
  .datepicker[data-bg=white] body[data-ac-activated] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-centuries .table-condensed tbody .day.encontro,
  body[data-ac-activated] .calendar[data-bg=gray] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-centuries .table-condensed tbody .day.encontro,
  .datepicker[data-bg=gray] body[data-ac-activated] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-centuries .table-condensed tbody .day.encontro,
  body[data-ac-activated] .calendar[data-bg=gray] .calendar-builds .datepicker .datepicker-centuries .table-condensed tbody .day:hover,
  body[data-ac-activated] .calendar[data-bg=gray] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-centuries .table-condensed tbody .day:hover,
  .calendar[data-bg=white] body[data-ac-activated] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-centuries .table-condensed tbody .day:hover,
  body[data-ac-activated] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-centuries .table-condensed tbody .day:hover,
  body[data-ac-activated] .calendar[data-bg=gray] .datepicker[data-bg=white] .calendar-input .datepicker .datepicker-centuries .table-condensed tbody .day:hover,
  .datepicker[data-bg=white] body[data-ac-activated] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-centuries .table-condensed tbody .day:hover,
  body[data-ac-activated] .calendar[data-bg=gray] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-centuries .table-condensed tbody .day:hover,
  .datepicker[data-bg=gray] body[data-ac-activated] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-centuries .table-condensed tbody .day:hover,
  body[data-ac-activated] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-days .table-condensed tbody .day.today,
  body[data-ac-activated] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-days .table-condensed tbody .day.active,
  body[data-ac-activated] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-days .table-condensed tbody .day.prova,
  body[data-ac-activated] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-days .table-condensed tbody .day.trabalho,
  body[data-ac-activated] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-days .table-condensed tbody .day.encontro,
  body[data-ac-activated] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-days .table-condensed tbody .day:hover,
  body[data-ac-activated] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-months .table-condensed tbody .day.today,
  body[data-ac-activated] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-months .table-condensed tbody .day.active,
  body[data-ac-activated] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-months .table-condensed tbody .day.prova,
  body[data-ac-activated] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-months .table-condensed tbody .day.trabalho,
  body[data-ac-activated] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-months .table-condensed tbody .day.encontro,
  body[data-ac-activated] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-months .table-condensed tbody .day:hover,
  body[data-ac-activated] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-years .table-condensed tbody .day.today,
  body[data-ac-activated] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-years .table-condensed tbody .day.active,
  body[data-ac-activated] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-years .table-condensed tbody .day.prova,
  body[data-ac-activated] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-years .table-condensed tbody .day.trabalho,
  body[data-ac-activated] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-years .table-condensed tbody .day.encontro,
  body[data-ac-activated] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-years .table-condensed tbody .day:hover,
  body[data-ac-activated] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-decades .table-condensed tbody .day.today,
  body[data-ac-activated] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-decades .table-condensed tbody .day.active,
  body[data-ac-activated] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-decades .table-condensed tbody .day.prova,
  body[data-ac-activated] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-decades .table-condensed tbody .day.trabalho,
  body[data-ac-activated] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-decades .table-condensed tbody .day.encontro,
  body[data-ac-activated] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-decades .table-condensed tbody .day:hover,
  body[data-ac-activated] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-centuries .table-condensed tbody .day.today,
  body[data-ac-activated] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-centuries .table-condensed tbody .day.active,
  body[data-ac-activated] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-centuries .table-condensed tbody .day.prova,
  body[data-ac-activated] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-centuries .table-condensed tbody .day.trabalho,
  body[data-ac-activated] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-centuries .table-condensed tbody .day.encontro,
  body[data-ac-activated] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-centuries .table-condensed tbody .day:hover {
    background-color: var(--primary-light-color) !important;
    color: var(--primary-dark-color);
  }
  body[data-ac-activated] .calendar[data-bg=white] .calendar-builds .datepicker .datepicker-days .table-condensed tbody .day.old, body[data-ac-activated] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-days .table-condensed tbody .day.old, body[data-ac-activated] .calendar[data-bg=white] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-days .table-condensed tbody .day.old, .calendar[data-bg=gray] body[data-ac-activated] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-days .table-condensed tbody .day.old,
  body[data-ac-activated] .calendar[data-bg=white] .datepicker[data-bg=white] .calendar-input .datepicker .datepicker-days .table-condensed tbody .day.old,
  .datepicker[data-bg=white] body[data-ac-activated] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-days .table-condensed tbody .day.old,
  body[data-ac-activated] .calendar[data-bg=white] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-days .table-condensed tbody .day.old,
  .datepicker[data-bg=gray] body[data-ac-activated] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-days .table-condensed tbody .day.old, body[data-ac-activated] .calendar[data-bg=white] .calendar-builds .datepicker .datepicker-days .table-condensed tbody .day.new, body[data-ac-activated] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-days .table-condensed tbody .day.new, body[data-ac-activated] .calendar[data-bg=white] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-days .table-condensed tbody .day.new, .calendar[data-bg=gray] body[data-ac-activated] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-days .table-condensed tbody .day.new,
  body[data-ac-activated] .calendar[data-bg=white] .datepicker[data-bg=white] .calendar-input .datepicker .datepicker-days .table-condensed tbody .day.new,
  .datepicker[data-bg=white] body[data-ac-activated] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-days .table-condensed tbody .day.new,
  body[data-ac-activated] .calendar[data-bg=white] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-days .table-condensed tbody .day.new,
  .datepicker[data-bg=gray] body[data-ac-activated] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-days .table-condensed tbody .day.new,
  body[data-ac-activated] .calendar[data-bg=white] .calendar-builds .datepicker .datepicker-months .table-condensed tbody .day.old,
  body[data-ac-activated] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-months .table-condensed tbody .day.old,
  body[data-ac-activated] .calendar[data-bg=white] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-months .table-condensed tbody .day.old,
  .calendar[data-bg=gray] body[data-ac-activated] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-months .table-condensed tbody .day.old,
  body[data-ac-activated] .calendar[data-bg=white] .datepicker[data-bg=white] .calendar-input .datepicker .datepicker-months .table-condensed tbody .day.old,
  .datepicker[data-bg=white] body[data-ac-activated] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-months .table-condensed tbody .day.old,
  body[data-ac-activated] .calendar[data-bg=white] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-months .table-condensed tbody .day.old,
  .datepicker[data-bg=gray] body[data-ac-activated] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-months .table-condensed tbody .day.old,
  body[data-ac-activated] .calendar[data-bg=white] .calendar-builds .datepicker .datepicker-months .table-condensed tbody .day.new,
  body[data-ac-activated] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-months .table-condensed tbody .day.new,
  body[data-ac-activated] .calendar[data-bg=white] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-months .table-condensed tbody .day.new,
  .calendar[data-bg=gray] body[data-ac-activated] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-months .table-condensed tbody .day.new,
  body[data-ac-activated] .calendar[data-bg=white] .datepicker[data-bg=white] .calendar-input .datepicker .datepicker-months .table-condensed tbody .day.new,
  .datepicker[data-bg=white] body[data-ac-activated] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-months .table-condensed tbody .day.new,
  body[data-ac-activated] .calendar[data-bg=white] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-months .table-condensed tbody .day.new,
  .datepicker[data-bg=gray] body[data-ac-activated] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-months .table-condensed tbody .day.new,
  body[data-ac-activated] .calendar[data-bg=white] .calendar-builds .datepicker .datepicker-years .table-condensed tbody .day.old,
  body[data-ac-activated] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-years .table-condensed tbody .day.old,
  body[data-ac-activated] .calendar[data-bg=white] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-years .table-condensed tbody .day.old,
  .calendar[data-bg=gray] body[data-ac-activated] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-years .table-condensed tbody .day.old,
  body[data-ac-activated] .calendar[data-bg=white] .datepicker[data-bg=white] .calendar-input .datepicker .datepicker-years .table-condensed tbody .day.old,
  .datepicker[data-bg=white] body[data-ac-activated] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-years .table-condensed tbody .day.old,
  body[data-ac-activated] .calendar[data-bg=white] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-years .table-condensed tbody .day.old,
  .datepicker[data-bg=gray] body[data-ac-activated] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-years .table-condensed tbody .day.old,
  body[data-ac-activated] .calendar[data-bg=white] .calendar-builds .datepicker .datepicker-years .table-condensed tbody .day.new,
  body[data-ac-activated] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-years .table-condensed tbody .day.new,
  body[data-ac-activated] .calendar[data-bg=white] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-years .table-condensed tbody .day.new,
  .calendar[data-bg=gray] body[data-ac-activated] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-years .table-condensed tbody .day.new,
  body[data-ac-activated] .calendar[data-bg=white] .datepicker[data-bg=white] .calendar-input .datepicker .datepicker-years .table-condensed tbody .day.new,
  .datepicker[data-bg=white] body[data-ac-activated] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-years .table-condensed tbody .day.new,
  body[data-ac-activated] .calendar[data-bg=white] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-years .table-condensed tbody .day.new,
  .datepicker[data-bg=gray] body[data-ac-activated] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-years .table-condensed tbody .day.new,
  body[data-ac-activated] .calendar[data-bg=white] .calendar-builds .datepicker .datepicker-decades .table-condensed tbody .day.old,
  body[data-ac-activated] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-decades .table-condensed tbody .day.old,
  body[data-ac-activated] .calendar[data-bg=white] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-decades .table-condensed tbody .day.old,
  .calendar[data-bg=gray] body[data-ac-activated] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-decades .table-condensed tbody .day.old,
  body[data-ac-activated] .calendar[data-bg=white] .datepicker[data-bg=white] .calendar-input .datepicker .datepicker-decades .table-condensed tbody .day.old,
  .datepicker[data-bg=white] body[data-ac-activated] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-decades .table-condensed tbody .day.old,
  body[data-ac-activated] .calendar[data-bg=white] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-decades .table-condensed tbody .day.old,
  .datepicker[data-bg=gray] body[data-ac-activated] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-decades .table-condensed tbody .day.old,
  body[data-ac-activated] .calendar[data-bg=white] .calendar-builds .datepicker .datepicker-decades .table-condensed tbody .day.new,
  body[data-ac-activated] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-decades .table-condensed tbody .day.new,
  body[data-ac-activated] .calendar[data-bg=white] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-decades .table-condensed tbody .day.new,
  .calendar[data-bg=gray] body[data-ac-activated] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-decades .table-condensed tbody .day.new,
  body[data-ac-activated] .calendar[data-bg=white] .datepicker[data-bg=white] .calendar-input .datepicker .datepicker-decades .table-condensed tbody .day.new,
  .datepicker[data-bg=white] body[data-ac-activated] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-decades .table-condensed tbody .day.new,
  body[data-ac-activated] .calendar[data-bg=white] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-decades .table-condensed tbody .day.new,
  .datepicker[data-bg=gray] body[data-ac-activated] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-decades .table-condensed tbody .day.new,
  body[data-ac-activated] .calendar[data-bg=white] .calendar-builds .datepicker .datepicker-centuries .table-condensed tbody .day.old,
  body[data-ac-activated] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-centuries .table-condensed tbody .day.old,
  body[data-ac-activated] .calendar[data-bg=white] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-centuries .table-condensed tbody .day.old,
  .calendar[data-bg=gray] body[data-ac-activated] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-centuries .table-condensed tbody .day.old,
  body[data-ac-activated] .calendar[data-bg=white] .datepicker[data-bg=white] .calendar-input .datepicker .datepicker-centuries .table-condensed tbody .day.old,
  .datepicker[data-bg=white] body[data-ac-activated] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-centuries .table-condensed tbody .day.old,
  body[data-ac-activated] .calendar[data-bg=white] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-centuries .table-condensed tbody .day.old,
  .datepicker[data-bg=gray] body[data-ac-activated] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-centuries .table-condensed tbody .day.old,
  body[data-ac-activated] .calendar[data-bg=white] .calendar-builds .datepicker .datepicker-centuries .table-condensed tbody .day.new,
  body[data-ac-activated] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-centuries .table-condensed tbody .day.new,
  body[data-ac-activated] .calendar[data-bg=white] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-centuries .table-condensed tbody .day.new,
  .calendar[data-bg=gray] body[data-ac-activated] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-centuries .table-condensed tbody .day.new,
  body[data-ac-activated] .calendar[data-bg=white] .datepicker[data-bg=white] .calendar-input .datepicker .datepicker-centuries .table-condensed tbody .day.new,
  .datepicker[data-bg=white] body[data-ac-activated] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-centuries .table-condensed tbody .day.new,
  body[data-ac-activated] .calendar[data-bg=white] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-centuries .table-condensed tbody .day.new,
  .datepicker[data-bg=gray] body[data-ac-activated] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-centuries .table-condensed tbody .day.new,
  body[data-ac-activated] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-days .table-condensed tbody .day.old,
  body[data-ac-activated] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-days .table-condensed tbody .day.new,
  body[data-ac-activated] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-months .table-condensed tbody .day.old,
  body[data-ac-activated] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-months .table-condensed tbody .day.new,
  body[data-ac-activated] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-years .table-condensed tbody .day.old,
  body[data-ac-activated] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-years .table-condensed tbody .day.new,
  body[data-ac-activated] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-decades .table-condensed tbody .day.old,
  body[data-ac-activated] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-decades .table-condensed tbody .day.new,
  body[data-ac-activated] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-centuries .table-condensed tbody .day.old,
  body[data-ac-activated] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-centuries .table-condensed tbody .day.new, body[data-ac-activated] .calendar[data-bg=gray] .calendar-builds .datepicker .datepicker-days .table-condensed tbody .day.old, body[data-ac-activated] .calendar[data-bg=gray] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-days .table-condensed tbody .day.old, .calendar[data-bg=white] body[data-ac-activated] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-days .table-condensed tbody .day.old, body[data-ac-activated] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-days .table-condensed tbody .day.old,
  body[data-ac-activated] .calendar[data-bg=gray] .datepicker[data-bg=white] .calendar-input .datepicker .datepicker-days .table-condensed tbody .day.old,
  .datepicker[data-bg=white] body[data-ac-activated] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-days .table-condensed tbody .day.old,
  body[data-ac-activated] .calendar[data-bg=gray] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-days .table-condensed tbody .day.old,
  .datepicker[data-bg=gray] body[data-ac-activated] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-days .table-condensed tbody .day.old, body[data-ac-activated] .calendar[data-bg=gray] .calendar-builds .datepicker .datepicker-days .table-condensed tbody .day.new, body[data-ac-activated] .calendar[data-bg=gray] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-days .table-condensed tbody .day.new, .calendar[data-bg=white] body[data-ac-activated] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-days .table-condensed tbody .day.new, body[data-ac-activated] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-days .table-condensed tbody .day.new,
  body[data-ac-activated] .calendar[data-bg=gray] .datepicker[data-bg=white] .calendar-input .datepicker .datepicker-days .table-condensed tbody .day.new,
  .datepicker[data-bg=white] body[data-ac-activated] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-days .table-condensed tbody .day.new,
  body[data-ac-activated] .calendar[data-bg=gray] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-days .table-condensed tbody .day.new,
  .datepicker[data-bg=gray] body[data-ac-activated] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-days .table-condensed tbody .day.new,
  body[data-ac-activated] .calendar[data-bg=gray] .calendar-builds .datepicker .datepicker-months .table-condensed tbody .day.old,
  body[data-ac-activated] .calendar[data-bg=gray] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-months .table-condensed tbody .day.old,
  .calendar[data-bg=white] body[data-ac-activated] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-months .table-condensed tbody .day.old,
  body[data-ac-activated] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-months .table-condensed tbody .day.old,
  body[data-ac-activated] .calendar[data-bg=gray] .datepicker[data-bg=white] .calendar-input .datepicker .datepicker-months .table-condensed tbody .day.old,
  .datepicker[data-bg=white] body[data-ac-activated] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-months .table-condensed tbody .day.old,
  body[data-ac-activated] .calendar[data-bg=gray] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-months .table-condensed tbody .day.old,
  .datepicker[data-bg=gray] body[data-ac-activated] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-months .table-condensed tbody .day.old,
  body[data-ac-activated] .calendar[data-bg=gray] .calendar-builds .datepicker .datepicker-months .table-condensed tbody .day.new,
  body[data-ac-activated] .calendar[data-bg=gray] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-months .table-condensed tbody .day.new,
  .calendar[data-bg=white] body[data-ac-activated] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-months .table-condensed tbody .day.new,
  body[data-ac-activated] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-months .table-condensed tbody .day.new,
  body[data-ac-activated] .calendar[data-bg=gray] .datepicker[data-bg=white] .calendar-input .datepicker .datepicker-months .table-condensed tbody .day.new,
  .datepicker[data-bg=white] body[data-ac-activated] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-months .table-condensed tbody .day.new,
  body[data-ac-activated] .calendar[data-bg=gray] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-months .table-condensed tbody .day.new,
  .datepicker[data-bg=gray] body[data-ac-activated] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-months .table-condensed tbody .day.new,
  body[data-ac-activated] .calendar[data-bg=gray] .calendar-builds .datepicker .datepicker-years .table-condensed tbody .day.old,
  body[data-ac-activated] .calendar[data-bg=gray] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-years .table-condensed tbody .day.old,
  .calendar[data-bg=white] body[data-ac-activated] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-years .table-condensed tbody .day.old,
  body[data-ac-activated] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-years .table-condensed tbody .day.old,
  body[data-ac-activated] .calendar[data-bg=gray] .datepicker[data-bg=white] .calendar-input .datepicker .datepicker-years .table-condensed tbody .day.old,
  .datepicker[data-bg=white] body[data-ac-activated] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-years .table-condensed tbody .day.old,
  body[data-ac-activated] .calendar[data-bg=gray] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-years .table-condensed tbody .day.old,
  .datepicker[data-bg=gray] body[data-ac-activated] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-years .table-condensed tbody .day.old,
  body[data-ac-activated] .calendar[data-bg=gray] .calendar-builds .datepicker .datepicker-years .table-condensed tbody .day.new,
  body[data-ac-activated] .calendar[data-bg=gray] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-years .table-condensed tbody .day.new,
  .calendar[data-bg=white] body[data-ac-activated] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-years .table-condensed tbody .day.new,
  body[data-ac-activated] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-years .table-condensed tbody .day.new,
  body[data-ac-activated] .calendar[data-bg=gray] .datepicker[data-bg=white] .calendar-input .datepicker .datepicker-years .table-condensed tbody .day.new,
  .datepicker[data-bg=white] body[data-ac-activated] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-years .table-condensed tbody .day.new,
  body[data-ac-activated] .calendar[data-bg=gray] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-years .table-condensed tbody .day.new,
  .datepicker[data-bg=gray] body[data-ac-activated] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-years .table-condensed tbody .day.new,
  body[data-ac-activated] .calendar[data-bg=gray] .calendar-builds .datepicker .datepicker-decades .table-condensed tbody .day.old,
  body[data-ac-activated] .calendar[data-bg=gray] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-decades .table-condensed tbody .day.old,
  .calendar[data-bg=white] body[data-ac-activated] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-decades .table-condensed tbody .day.old,
  body[data-ac-activated] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-decades .table-condensed tbody .day.old,
  body[data-ac-activated] .calendar[data-bg=gray] .datepicker[data-bg=white] .calendar-input .datepicker .datepicker-decades .table-condensed tbody .day.old,
  .datepicker[data-bg=white] body[data-ac-activated] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-decades .table-condensed tbody .day.old,
  body[data-ac-activated] .calendar[data-bg=gray] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-decades .table-condensed tbody .day.old,
  .datepicker[data-bg=gray] body[data-ac-activated] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-decades .table-condensed tbody .day.old,
  body[data-ac-activated] .calendar[data-bg=gray] .calendar-builds .datepicker .datepicker-decades .table-condensed tbody .day.new,
  body[data-ac-activated] .calendar[data-bg=gray] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-decades .table-condensed tbody .day.new,
  .calendar[data-bg=white] body[data-ac-activated] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-decades .table-condensed tbody .day.new,
  body[data-ac-activated] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-decades .table-condensed tbody .day.new,
  body[data-ac-activated] .calendar[data-bg=gray] .datepicker[data-bg=white] .calendar-input .datepicker .datepicker-decades .table-condensed tbody .day.new,
  .datepicker[data-bg=white] body[data-ac-activated] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-decades .table-condensed tbody .day.new,
  body[data-ac-activated] .calendar[data-bg=gray] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-decades .table-condensed tbody .day.new,
  .datepicker[data-bg=gray] body[data-ac-activated] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-decades .table-condensed tbody .day.new,
  body[data-ac-activated] .calendar[data-bg=gray] .calendar-builds .datepicker .datepicker-centuries .table-condensed tbody .day.old,
  body[data-ac-activated] .calendar[data-bg=gray] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-centuries .table-condensed tbody .day.old,
  .calendar[data-bg=white] body[data-ac-activated] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-centuries .table-condensed tbody .day.old,
  body[data-ac-activated] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-centuries .table-condensed tbody .day.old,
  body[data-ac-activated] .calendar[data-bg=gray] .datepicker[data-bg=white] .calendar-input .datepicker .datepicker-centuries .table-condensed tbody .day.old,
  .datepicker[data-bg=white] body[data-ac-activated] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-centuries .table-condensed tbody .day.old,
  body[data-ac-activated] .calendar[data-bg=gray] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-centuries .table-condensed tbody .day.old,
  .datepicker[data-bg=gray] body[data-ac-activated] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-centuries .table-condensed tbody .day.old,
  body[data-ac-activated] .calendar[data-bg=gray] .calendar-builds .datepicker .datepicker-centuries .table-condensed tbody .day.new,
  body[data-ac-activated] .calendar[data-bg=gray] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-centuries .table-condensed tbody .day.new,
  .calendar[data-bg=white] body[data-ac-activated] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-centuries .table-condensed tbody .day.new,
  body[data-ac-activated] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-centuries .table-condensed tbody .day.new,
  body[data-ac-activated] .calendar[data-bg=gray] .datepicker[data-bg=white] .calendar-input .datepicker .datepicker-centuries .table-condensed tbody .day.new,
  .datepicker[data-bg=white] body[data-ac-activated] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-centuries .table-condensed tbody .day.new,
  body[data-ac-activated] .calendar[data-bg=gray] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-centuries .table-condensed tbody .day.new,
  .datepicker[data-bg=gray] body[data-ac-activated] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-centuries .table-condensed tbody .day.new,
  body[data-ac-activated] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-days .table-condensed tbody .day.old,
  body[data-ac-activated] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-days .table-condensed tbody .day.new,
  body[data-ac-activated] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-months .table-condensed tbody .day.old,
  body[data-ac-activated] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-months .table-condensed tbody .day.new,
  body[data-ac-activated] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-years .table-condensed tbody .day.old,
  body[data-ac-activated] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-years .table-condensed tbody .day.new,
  body[data-ac-activated] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-decades .table-condensed tbody .day.old,
  body[data-ac-activated] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-decades .table-condensed tbody .day.new,
  body[data-ac-activated] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-centuries .table-condensed tbody .day.old,
  body[data-ac-activated] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-centuries .table-condensed tbody .day.new {
    color: var(--primary-darken-color);
  }
  body[data-ac-activated] .calendar[data-bg=white] .calendar-builds .datepicker .datepicker-days .table-condensed tbody .day.old:hover, body[data-ac-activated] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-days .table-condensed tbody .day.old:hover, body[data-ac-activated] .calendar[data-bg=white] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-days .table-condensed tbody .day.old:hover, .calendar[data-bg=gray] body[data-ac-activated] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-days .table-condensed tbody .day.old:hover,
  body[data-ac-activated] .calendar[data-bg=white] .datepicker[data-bg=white] .calendar-input .datepicker .datepicker-days .table-condensed tbody .day.old:hover,
  .datepicker[data-bg=white] body[data-ac-activated] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-days .table-condensed tbody .day.old:hover,
  body[data-ac-activated] .calendar[data-bg=white] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-days .table-condensed tbody .day.old:hover,
  .datepicker[data-bg=gray] body[data-ac-activated] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-days .table-condensed tbody .day.old:hover, body[data-ac-activated] .calendar[data-bg=white] .calendar-builds .datepicker .datepicker-days .table-condensed tbody .day.old.active, body[data-ac-activated] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-days .table-condensed tbody .day.old.active, body[data-ac-activated] .calendar[data-bg=white] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-days .table-condensed tbody .day.old.active, .calendar[data-bg=gray] body[data-ac-activated] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-days .table-condensed tbody .day.old.active,
  body[data-ac-activated] .calendar[data-bg=white] .datepicker[data-bg=white] .calendar-input .datepicker .datepicker-days .table-condensed tbody .day.old.active,
  .datepicker[data-bg=white] body[data-ac-activated] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-days .table-condensed tbody .day.old.active,
  body[data-ac-activated] .calendar[data-bg=white] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-days .table-condensed tbody .day.old.active,
  .datepicker[data-bg=gray] body[data-ac-activated] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-days .table-condensed tbody .day.old.active, body[data-ac-activated] .calendar[data-bg=white] .calendar-builds .datepicker .datepicker-days .table-condensed tbody .day.old.prova, body[data-ac-activated] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-days .table-condensed tbody .day.old.prova, body[data-ac-activated] .calendar[data-bg=white] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-days .table-condensed tbody .day.old.prova, .calendar[data-bg=gray] body[data-ac-activated] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-days .table-condensed tbody .day.old.prova,
  body[data-ac-activated] .calendar[data-bg=white] .datepicker[data-bg=white] .calendar-input .datepicker .datepicker-days .table-condensed tbody .day.old.prova,
  .datepicker[data-bg=white] body[data-ac-activated] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-days .table-condensed tbody .day.old.prova,
  body[data-ac-activated] .calendar[data-bg=white] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-days .table-condensed tbody .day.old.prova,
  .datepicker[data-bg=gray] body[data-ac-activated] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-days .table-condensed tbody .day.old.prova, body[data-ac-activated] .calendar[data-bg=white] .calendar-builds .datepicker .datepicker-days .table-condensed tbody .day.old.trabalho, body[data-ac-activated] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-days .table-condensed tbody .day.old.trabalho, body[data-ac-activated] .calendar[data-bg=white] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-days .table-condensed tbody .day.old.trabalho, .calendar[data-bg=gray] body[data-ac-activated] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-days .table-condensed tbody .day.old.trabalho,
  body[data-ac-activated] .calendar[data-bg=white] .datepicker[data-bg=white] .calendar-input .datepicker .datepicker-days .table-condensed tbody .day.old.trabalho,
  .datepicker[data-bg=white] body[data-ac-activated] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-days .table-condensed tbody .day.old.trabalho,
  body[data-ac-activated] .calendar[data-bg=white] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-days .table-condensed tbody .day.old.trabalho,
  .datepicker[data-bg=gray] body[data-ac-activated] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-days .table-condensed tbody .day.old.trabalho, body[data-ac-activated] .calendar[data-bg=white] .calendar-builds .datepicker .datepicker-days .table-condensed tbody .day.old.encontro, body[data-ac-activated] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-days .table-condensed tbody .day.old.encontro, body[data-ac-activated] .calendar[data-bg=white] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-days .table-condensed tbody .day.old.encontro, .calendar[data-bg=gray] body[data-ac-activated] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-days .table-condensed tbody .day.old.encontro,
  body[data-ac-activated] .calendar[data-bg=white] .datepicker[data-bg=white] .calendar-input .datepicker .datepicker-days .table-condensed tbody .day.old.encontro,
  .datepicker[data-bg=white] body[data-ac-activated] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-days .table-condensed tbody .day.old.encontro,
  body[data-ac-activated] .calendar[data-bg=white] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-days .table-condensed tbody .day.old.encontro,
  .datepicker[data-bg=gray] body[data-ac-activated] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-days .table-condensed tbody .day.old.encontro, body[data-ac-activated] .calendar[data-bg=white] .calendar-builds .datepicker .datepicker-days .table-condensed tbody .day.new:hover, body[data-ac-activated] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-days .table-condensed tbody .day.new:hover, body[data-ac-activated] .calendar[data-bg=white] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-days .table-condensed tbody .day.new:hover, .calendar[data-bg=gray] body[data-ac-activated] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-days .table-condensed tbody .day.new:hover,
  body[data-ac-activated] .calendar[data-bg=white] .datepicker[data-bg=white] .calendar-input .datepicker .datepicker-days .table-condensed tbody .day.new:hover,
  .datepicker[data-bg=white] body[data-ac-activated] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-days .table-condensed tbody .day.new:hover,
  body[data-ac-activated] .calendar[data-bg=white] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-days .table-condensed tbody .day.new:hover,
  .datepicker[data-bg=gray] body[data-ac-activated] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-days .table-condensed tbody .day.new:hover, body[data-ac-activated] .calendar[data-bg=white] .calendar-builds .datepicker .datepicker-days .table-condensed tbody .day.new.active, body[data-ac-activated] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-days .table-condensed tbody .day.new.active, body[data-ac-activated] .calendar[data-bg=white] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-days .table-condensed tbody .day.new.active, .calendar[data-bg=gray] body[data-ac-activated] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-days .table-condensed tbody .day.new.active,
  body[data-ac-activated] .calendar[data-bg=white] .datepicker[data-bg=white] .calendar-input .datepicker .datepicker-days .table-condensed tbody .day.new.active,
  .datepicker[data-bg=white] body[data-ac-activated] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-days .table-condensed tbody .day.new.active,
  body[data-ac-activated] .calendar[data-bg=white] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-days .table-condensed tbody .day.new.active,
  .datepicker[data-bg=gray] body[data-ac-activated] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-days .table-condensed tbody .day.new.active, body[data-ac-activated] .calendar[data-bg=white] .calendar-builds .datepicker .datepicker-days .table-condensed tbody .day.new.prova, body[data-ac-activated] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-days .table-condensed tbody .day.new.prova, body[data-ac-activated] .calendar[data-bg=white] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-days .table-condensed tbody .day.new.prova, .calendar[data-bg=gray] body[data-ac-activated] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-days .table-condensed tbody .day.new.prova,
  body[data-ac-activated] .calendar[data-bg=white] .datepicker[data-bg=white] .calendar-input .datepicker .datepicker-days .table-condensed tbody .day.new.prova,
  .datepicker[data-bg=white] body[data-ac-activated] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-days .table-condensed tbody .day.new.prova,
  body[data-ac-activated] .calendar[data-bg=white] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-days .table-condensed tbody .day.new.prova,
  .datepicker[data-bg=gray] body[data-ac-activated] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-days .table-condensed tbody .day.new.prova, body[data-ac-activated] .calendar[data-bg=white] .calendar-builds .datepicker .datepicker-days .table-condensed tbody .day.new.trabalho, body[data-ac-activated] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-days .table-condensed tbody .day.new.trabalho, body[data-ac-activated] .calendar[data-bg=white] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-days .table-condensed tbody .day.new.trabalho, .calendar[data-bg=gray] body[data-ac-activated] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-days .table-condensed tbody .day.new.trabalho,
  body[data-ac-activated] .calendar[data-bg=white] .datepicker[data-bg=white] .calendar-input .datepicker .datepicker-days .table-condensed tbody .day.new.trabalho,
  .datepicker[data-bg=white] body[data-ac-activated] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-days .table-condensed tbody .day.new.trabalho,
  body[data-ac-activated] .calendar[data-bg=white] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-days .table-condensed tbody .day.new.trabalho,
  .datepicker[data-bg=gray] body[data-ac-activated] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-days .table-condensed tbody .day.new.trabalho, body[data-ac-activated] .calendar[data-bg=white] .calendar-builds .datepicker .datepicker-days .table-condensed tbody .day.new.encontro, body[data-ac-activated] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-days .table-condensed tbody .day.new.encontro, body[data-ac-activated] .calendar[data-bg=white] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-days .table-condensed tbody .day.new.encontro, .calendar[data-bg=gray] body[data-ac-activated] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-days .table-condensed tbody .day.new.encontro,
  body[data-ac-activated] .calendar[data-bg=white] .datepicker[data-bg=white] .calendar-input .datepicker .datepicker-days .table-condensed tbody .day.new.encontro,
  .datepicker[data-bg=white] body[data-ac-activated] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-days .table-condensed tbody .day.new.encontro,
  body[data-ac-activated] .calendar[data-bg=white] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-days .table-condensed tbody .day.new.encontro,
  .datepicker[data-bg=gray] body[data-ac-activated] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-days .table-condensed tbody .day.new.encontro,
  body[data-ac-activated] .calendar[data-bg=white] .calendar-builds .datepicker .datepicker-months .table-condensed tbody .day.old:hover,
  body[data-ac-activated] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-months .table-condensed tbody .day.old:hover,
  body[data-ac-activated] .calendar[data-bg=white] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-months .table-condensed tbody .day.old:hover,
  .calendar[data-bg=gray] body[data-ac-activated] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-months .table-condensed tbody .day.old:hover,
  body[data-ac-activated] .calendar[data-bg=white] .datepicker[data-bg=white] .calendar-input .datepicker .datepicker-months .table-condensed tbody .day.old:hover,
  .datepicker[data-bg=white] body[data-ac-activated] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-months .table-condensed tbody .day.old:hover,
  body[data-ac-activated] .calendar[data-bg=white] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-months .table-condensed tbody .day.old:hover,
  .datepicker[data-bg=gray] body[data-ac-activated] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-months .table-condensed tbody .day.old:hover,
  body[data-ac-activated] .calendar[data-bg=white] .calendar-builds .datepicker .datepicker-months .table-condensed tbody .day.old.active,
  body[data-ac-activated] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-months .table-condensed tbody .day.old.active,
  body[data-ac-activated] .calendar[data-bg=white] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-months .table-condensed tbody .day.old.active,
  .calendar[data-bg=gray] body[data-ac-activated] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-months .table-condensed tbody .day.old.active,
  body[data-ac-activated] .calendar[data-bg=white] .datepicker[data-bg=white] .calendar-input .datepicker .datepicker-months .table-condensed tbody .day.old.active,
  .datepicker[data-bg=white] body[data-ac-activated] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-months .table-condensed tbody .day.old.active,
  body[data-ac-activated] .calendar[data-bg=white] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-months .table-condensed tbody .day.old.active,
  .datepicker[data-bg=gray] body[data-ac-activated] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-months .table-condensed tbody .day.old.active,
  body[data-ac-activated] .calendar[data-bg=white] .calendar-builds .datepicker .datepicker-months .table-condensed tbody .day.old.prova,
  body[data-ac-activated] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-months .table-condensed tbody .day.old.prova,
  body[data-ac-activated] .calendar[data-bg=white] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-months .table-condensed tbody .day.old.prova,
  .calendar[data-bg=gray] body[data-ac-activated] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-months .table-condensed tbody .day.old.prova,
  body[data-ac-activated] .calendar[data-bg=white] .datepicker[data-bg=white] .calendar-input .datepicker .datepicker-months .table-condensed tbody .day.old.prova,
  .datepicker[data-bg=white] body[data-ac-activated] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-months .table-condensed tbody .day.old.prova,
  body[data-ac-activated] .calendar[data-bg=white] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-months .table-condensed tbody .day.old.prova,
  .datepicker[data-bg=gray] body[data-ac-activated] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-months .table-condensed tbody .day.old.prova,
  body[data-ac-activated] .calendar[data-bg=white] .calendar-builds .datepicker .datepicker-months .table-condensed tbody .day.old.trabalho,
  body[data-ac-activated] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-months .table-condensed tbody .day.old.trabalho,
  body[data-ac-activated] .calendar[data-bg=white] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-months .table-condensed tbody .day.old.trabalho,
  .calendar[data-bg=gray] body[data-ac-activated] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-months .table-condensed tbody .day.old.trabalho,
  body[data-ac-activated] .calendar[data-bg=white] .datepicker[data-bg=white] .calendar-input .datepicker .datepicker-months .table-condensed tbody .day.old.trabalho,
  .datepicker[data-bg=white] body[data-ac-activated] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-months .table-condensed tbody .day.old.trabalho,
  body[data-ac-activated] .calendar[data-bg=white] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-months .table-condensed tbody .day.old.trabalho,
  .datepicker[data-bg=gray] body[data-ac-activated] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-months .table-condensed tbody .day.old.trabalho,
  body[data-ac-activated] .calendar[data-bg=white] .calendar-builds .datepicker .datepicker-months .table-condensed tbody .day.old.encontro,
  body[data-ac-activated] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-months .table-condensed tbody .day.old.encontro,
  body[data-ac-activated] .calendar[data-bg=white] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-months .table-condensed tbody .day.old.encontro,
  .calendar[data-bg=gray] body[data-ac-activated] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-months .table-condensed tbody .day.old.encontro,
  body[data-ac-activated] .calendar[data-bg=white] .datepicker[data-bg=white] .calendar-input .datepicker .datepicker-months .table-condensed tbody .day.old.encontro,
  .datepicker[data-bg=white] body[data-ac-activated] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-months .table-condensed tbody .day.old.encontro,
  body[data-ac-activated] .calendar[data-bg=white] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-months .table-condensed tbody .day.old.encontro,
  .datepicker[data-bg=gray] body[data-ac-activated] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-months .table-condensed tbody .day.old.encontro,
  body[data-ac-activated] .calendar[data-bg=white] .calendar-builds .datepicker .datepicker-months .table-condensed tbody .day.new:hover,
  body[data-ac-activated] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-months .table-condensed tbody .day.new:hover,
  body[data-ac-activated] .calendar[data-bg=white] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-months .table-condensed tbody .day.new:hover,
  .calendar[data-bg=gray] body[data-ac-activated] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-months .table-condensed tbody .day.new:hover,
  body[data-ac-activated] .calendar[data-bg=white] .datepicker[data-bg=white] .calendar-input .datepicker .datepicker-months .table-condensed tbody .day.new:hover,
  .datepicker[data-bg=white] body[data-ac-activated] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-months .table-condensed tbody .day.new:hover,
  body[data-ac-activated] .calendar[data-bg=white] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-months .table-condensed tbody .day.new:hover,
  .datepicker[data-bg=gray] body[data-ac-activated] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-months .table-condensed tbody .day.new:hover,
  body[data-ac-activated] .calendar[data-bg=white] .calendar-builds .datepicker .datepicker-months .table-condensed tbody .day.new.active,
  body[data-ac-activated] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-months .table-condensed tbody .day.new.active,
  body[data-ac-activated] .calendar[data-bg=white] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-months .table-condensed tbody .day.new.active,
  .calendar[data-bg=gray] body[data-ac-activated] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-months .table-condensed tbody .day.new.active,
  body[data-ac-activated] .calendar[data-bg=white] .datepicker[data-bg=white] .calendar-input .datepicker .datepicker-months .table-condensed tbody .day.new.active,
  .datepicker[data-bg=white] body[data-ac-activated] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-months .table-condensed tbody .day.new.active,
  body[data-ac-activated] .calendar[data-bg=white] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-months .table-condensed tbody .day.new.active,
  .datepicker[data-bg=gray] body[data-ac-activated] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-months .table-condensed tbody .day.new.active,
  body[data-ac-activated] .calendar[data-bg=white] .calendar-builds .datepicker .datepicker-months .table-condensed tbody .day.new.prova,
  body[data-ac-activated] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-months .table-condensed tbody .day.new.prova,
  body[data-ac-activated] .calendar[data-bg=white] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-months .table-condensed tbody .day.new.prova,
  .calendar[data-bg=gray] body[data-ac-activated] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-months .table-condensed tbody .day.new.prova,
  body[data-ac-activated] .calendar[data-bg=white] .datepicker[data-bg=white] .calendar-input .datepicker .datepicker-months .table-condensed tbody .day.new.prova,
  .datepicker[data-bg=white] body[data-ac-activated] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-months .table-condensed tbody .day.new.prova,
  body[data-ac-activated] .calendar[data-bg=white] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-months .table-condensed tbody .day.new.prova,
  .datepicker[data-bg=gray] body[data-ac-activated] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-months .table-condensed tbody .day.new.prova,
  body[data-ac-activated] .calendar[data-bg=white] .calendar-builds .datepicker .datepicker-months .table-condensed tbody .day.new.trabalho,
  body[data-ac-activated] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-months .table-condensed tbody .day.new.trabalho,
  body[data-ac-activated] .calendar[data-bg=white] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-months .table-condensed tbody .day.new.trabalho,
  .calendar[data-bg=gray] body[data-ac-activated] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-months .table-condensed tbody .day.new.trabalho,
  body[data-ac-activated] .calendar[data-bg=white] .datepicker[data-bg=white] .calendar-input .datepicker .datepicker-months .table-condensed tbody .day.new.trabalho,
  .datepicker[data-bg=white] body[data-ac-activated] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-months .table-condensed tbody .day.new.trabalho,
  body[data-ac-activated] .calendar[data-bg=white] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-months .table-condensed tbody .day.new.trabalho,
  .datepicker[data-bg=gray] body[data-ac-activated] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-months .table-condensed tbody .day.new.trabalho,
  body[data-ac-activated] .calendar[data-bg=white] .calendar-builds .datepicker .datepicker-months .table-condensed tbody .day.new.encontro,
  body[data-ac-activated] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-months .table-condensed tbody .day.new.encontro,
  body[data-ac-activated] .calendar[data-bg=white] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-months .table-condensed tbody .day.new.encontro,
  .calendar[data-bg=gray] body[data-ac-activated] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-months .table-condensed tbody .day.new.encontro,
  body[data-ac-activated] .calendar[data-bg=white] .datepicker[data-bg=white] .calendar-input .datepicker .datepicker-months .table-condensed tbody .day.new.encontro,
  .datepicker[data-bg=white] body[data-ac-activated] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-months .table-condensed tbody .day.new.encontro,
  body[data-ac-activated] .calendar[data-bg=white] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-months .table-condensed tbody .day.new.encontro,
  .datepicker[data-bg=gray] body[data-ac-activated] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-months .table-condensed tbody .day.new.encontro,
  body[data-ac-activated] .calendar[data-bg=white] .calendar-builds .datepicker .datepicker-years .table-condensed tbody .day.old:hover,
  body[data-ac-activated] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-years .table-condensed tbody .day.old:hover,
  body[data-ac-activated] .calendar[data-bg=white] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-years .table-condensed tbody .day.old:hover,
  .calendar[data-bg=gray] body[data-ac-activated] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-years .table-condensed tbody .day.old:hover,
  body[data-ac-activated] .calendar[data-bg=white] .datepicker[data-bg=white] .calendar-input .datepicker .datepicker-years .table-condensed tbody .day.old:hover,
  .datepicker[data-bg=white] body[data-ac-activated] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-years .table-condensed tbody .day.old:hover,
  body[data-ac-activated] .calendar[data-bg=white] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-years .table-condensed tbody .day.old:hover,
  .datepicker[data-bg=gray] body[data-ac-activated] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-years .table-condensed tbody .day.old:hover,
  body[data-ac-activated] .calendar[data-bg=white] .calendar-builds .datepicker .datepicker-years .table-condensed tbody .day.old.active,
  body[data-ac-activated] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-years .table-condensed tbody .day.old.active,
  body[data-ac-activated] .calendar[data-bg=white] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-years .table-condensed tbody .day.old.active,
  .calendar[data-bg=gray] body[data-ac-activated] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-years .table-condensed tbody .day.old.active,
  body[data-ac-activated] .calendar[data-bg=white] .datepicker[data-bg=white] .calendar-input .datepicker .datepicker-years .table-condensed tbody .day.old.active,
  .datepicker[data-bg=white] body[data-ac-activated] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-years .table-condensed tbody .day.old.active,
  body[data-ac-activated] .calendar[data-bg=white] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-years .table-condensed tbody .day.old.active,
  .datepicker[data-bg=gray] body[data-ac-activated] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-years .table-condensed tbody .day.old.active,
  body[data-ac-activated] .calendar[data-bg=white] .calendar-builds .datepicker .datepicker-years .table-condensed tbody .day.old.prova,
  body[data-ac-activated] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-years .table-condensed tbody .day.old.prova,
  body[data-ac-activated] .calendar[data-bg=white] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-years .table-condensed tbody .day.old.prova,
  .calendar[data-bg=gray] body[data-ac-activated] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-years .table-condensed tbody .day.old.prova,
  body[data-ac-activated] .calendar[data-bg=white] .datepicker[data-bg=white] .calendar-input .datepicker .datepicker-years .table-condensed tbody .day.old.prova,
  .datepicker[data-bg=white] body[data-ac-activated] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-years .table-condensed tbody .day.old.prova,
  body[data-ac-activated] .calendar[data-bg=white] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-years .table-condensed tbody .day.old.prova,
  .datepicker[data-bg=gray] body[data-ac-activated] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-years .table-condensed tbody .day.old.prova,
  body[data-ac-activated] .calendar[data-bg=white] .calendar-builds .datepicker .datepicker-years .table-condensed tbody .day.old.trabalho,
  body[data-ac-activated] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-years .table-condensed tbody .day.old.trabalho,
  body[data-ac-activated] .calendar[data-bg=white] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-years .table-condensed tbody .day.old.trabalho,
  .calendar[data-bg=gray] body[data-ac-activated] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-years .table-condensed tbody .day.old.trabalho,
  body[data-ac-activated] .calendar[data-bg=white] .datepicker[data-bg=white] .calendar-input .datepicker .datepicker-years .table-condensed tbody .day.old.trabalho,
  .datepicker[data-bg=white] body[data-ac-activated] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-years .table-condensed tbody .day.old.trabalho,
  body[data-ac-activated] .calendar[data-bg=white] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-years .table-condensed tbody .day.old.trabalho,
  .datepicker[data-bg=gray] body[data-ac-activated] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-years .table-condensed tbody .day.old.trabalho,
  body[data-ac-activated] .calendar[data-bg=white] .calendar-builds .datepicker .datepicker-years .table-condensed tbody .day.old.encontro,
  body[data-ac-activated] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-years .table-condensed tbody .day.old.encontro,
  body[data-ac-activated] .calendar[data-bg=white] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-years .table-condensed tbody .day.old.encontro,
  .calendar[data-bg=gray] body[data-ac-activated] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-years .table-condensed tbody .day.old.encontro,
  body[data-ac-activated] .calendar[data-bg=white] .datepicker[data-bg=white] .calendar-input .datepicker .datepicker-years .table-condensed tbody .day.old.encontro,
  .datepicker[data-bg=white] body[data-ac-activated] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-years .table-condensed tbody .day.old.encontro,
  body[data-ac-activated] .calendar[data-bg=white] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-years .table-condensed tbody .day.old.encontro,
  .datepicker[data-bg=gray] body[data-ac-activated] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-years .table-condensed tbody .day.old.encontro,
  body[data-ac-activated] .calendar[data-bg=white] .calendar-builds .datepicker .datepicker-years .table-condensed tbody .day.new:hover,
  body[data-ac-activated] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-years .table-condensed tbody .day.new:hover,
  body[data-ac-activated] .calendar[data-bg=white] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-years .table-condensed tbody .day.new:hover,
  .calendar[data-bg=gray] body[data-ac-activated] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-years .table-condensed tbody .day.new:hover,
  body[data-ac-activated] .calendar[data-bg=white] .datepicker[data-bg=white] .calendar-input .datepicker .datepicker-years .table-condensed tbody .day.new:hover,
  .datepicker[data-bg=white] body[data-ac-activated] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-years .table-condensed tbody .day.new:hover,
  body[data-ac-activated] .calendar[data-bg=white] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-years .table-condensed tbody .day.new:hover,
  .datepicker[data-bg=gray] body[data-ac-activated] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-years .table-condensed tbody .day.new:hover,
  body[data-ac-activated] .calendar[data-bg=white] .calendar-builds .datepicker .datepicker-years .table-condensed tbody .day.new.active,
  body[data-ac-activated] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-years .table-condensed tbody .day.new.active,
  body[data-ac-activated] .calendar[data-bg=white] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-years .table-condensed tbody .day.new.active,
  .calendar[data-bg=gray] body[data-ac-activated] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-years .table-condensed tbody .day.new.active,
  body[data-ac-activated] .calendar[data-bg=white] .datepicker[data-bg=white] .calendar-input .datepicker .datepicker-years .table-condensed tbody .day.new.active,
  .datepicker[data-bg=white] body[data-ac-activated] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-years .table-condensed tbody .day.new.active,
  body[data-ac-activated] .calendar[data-bg=white] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-years .table-condensed tbody .day.new.active,
  .datepicker[data-bg=gray] body[data-ac-activated] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-years .table-condensed tbody .day.new.active,
  body[data-ac-activated] .calendar[data-bg=white] .calendar-builds .datepicker .datepicker-years .table-condensed tbody .day.new.prova,
  body[data-ac-activated] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-years .table-condensed tbody .day.new.prova,
  body[data-ac-activated] .calendar[data-bg=white] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-years .table-condensed tbody .day.new.prova,
  .calendar[data-bg=gray] body[data-ac-activated] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-years .table-condensed tbody .day.new.prova,
  body[data-ac-activated] .calendar[data-bg=white] .datepicker[data-bg=white] .calendar-input .datepicker .datepicker-years .table-condensed tbody .day.new.prova,
  .datepicker[data-bg=white] body[data-ac-activated] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-years .table-condensed tbody .day.new.prova,
  body[data-ac-activated] .calendar[data-bg=white] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-years .table-condensed tbody .day.new.prova,
  .datepicker[data-bg=gray] body[data-ac-activated] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-years .table-condensed tbody .day.new.prova,
  body[data-ac-activated] .calendar[data-bg=white] .calendar-builds .datepicker .datepicker-years .table-condensed tbody .day.new.trabalho,
  body[data-ac-activated] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-years .table-condensed tbody .day.new.trabalho,
  body[data-ac-activated] .calendar[data-bg=white] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-years .table-condensed tbody .day.new.trabalho,
  .calendar[data-bg=gray] body[data-ac-activated] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-years .table-condensed tbody .day.new.trabalho,
  body[data-ac-activated] .calendar[data-bg=white] .datepicker[data-bg=white] .calendar-input .datepicker .datepicker-years .table-condensed tbody .day.new.trabalho,
  .datepicker[data-bg=white] body[data-ac-activated] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-years .table-condensed tbody .day.new.trabalho,
  body[data-ac-activated] .calendar[data-bg=white] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-years .table-condensed tbody .day.new.trabalho,
  .datepicker[data-bg=gray] body[data-ac-activated] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-years .table-condensed tbody .day.new.trabalho,
  body[data-ac-activated] .calendar[data-bg=white] .calendar-builds .datepicker .datepicker-years .table-condensed tbody .day.new.encontro,
  body[data-ac-activated] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-years .table-condensed tbody .day.new.encontro,
  body[data-ac-activated] .calendar[data-bg=white] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-years .table-condensed tbody .day.new.encontro,
  .calendar[data-bg=gray] body[data-ac-activated] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-years .table-condensed tbody .day.new.encontro,
  body[data-ac-activated] .calendar[data-bg=white] .datepicker[data-bg=white] .calendar-input .datepicker .datepicker-years .table-condensed tbody .day.new.encontro,
  .datepicker[data-bg=white] body[data-ac-activated] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-years .table-condensed tbody .day.new.encontro,
  body[data-ac-activated] .calendar[data-bg=white] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-years .table-condensed tbody .day.new.encontro,
  .datepicker[data-bg=gray] body[data-ac-activated] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-years .table-condensed tbody .day.new.encontro,
  body[data-ac-activated] .calendar[data-bg=white] .calendar-builds .datepicker .datepicker-decades .table-condensed tbody .day.old:hover,
  body[data-ac-activated] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-decades .table-condensed tbody .day.old:hover,
  body[data-ac-activated] .calendar[data-bg=white] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-decades .table-condensed tbody .day.old:hover,
  .calendar[data-bg=gray] body[data-ac-activated] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-decades .table-condensed tbody .day.old:hover,
  body[data-ac-activated] .calendar[data-bg=white] .datepicker[data-bg=white] .calendar-input .datepicker .datepicker-decades .table-condensed tbody .day.old:hover,
  .datepicker[data-bg=white] body[data-ac-activated] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-decades .table-condensed tbody .day.old:hover,
  body[data-ac-activated] .calendar[data-bg=white] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-decades .table-condensed tbody .day.old:hover,
  .datepicker[data-bg=gray] body[data-ac-activated] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-decades .table-condensed tbody .day.old:hover,
  body[data-ac-activated] .calendar[data-bg=white] .calendar-builds .datepicker .datepicker-decades .table-condensed tbody .day.old.active,
  body[data-ac-activated] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-decades .table-condensed tbody .day.old.active,
  body[data-ac-activated] .calendar[data-bg=white] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-decades .table-condensed tbody .day.old.active,
  .calendar[data-bg=gray] body[data-ac-activated] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-decades .table-condensed tbody .day.old.active,
  body[data-ac-activated] .calendar[data-bg=white] .datepicker[data-bg=white] .calendar-input .datepicker .datepicker-decades .table-condensed tbody .day.old.active,
  .datepicker[data-bg=white] body[data-ac-activated] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-decades .table-condensed tbody .day.old.active,
  body[data-ac-activated] .calendar[data-bg=white] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-decades .table-condensed tbody .day.old.active,
  .datepicker[data-bg=gray] body[data-ac-activated] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-decades .table-condensed tbody .day.old.active,
  body[data-ac-activated] .calendar[data-bg=white] .calendar-builds .datepicker .datepicker-decades .table-condensed tbody .day.old.prova,
  body[data-ac-activated] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-decades .table-condensed tbody .day.old.prova,
  body[data-ac-activated] .calendar[data-bg=white] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-decades .table-condensed tbody .day.old.prova,
  .calendar[data-bg=gray] body[data-ac-activated] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-decades .table-condensed tbody .day.old.prova,
  body[data-ac-activated] .calendar[data-bg=white] .datepicker[data-bg=white] .calendar-input .datepicker .datepicker-decades .table-condensed tbody .day.old.prova,
  .datepicker[data-bg=white] body[data-ac-activated] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-decades .table-condensed tbody .day.old.prova,
  body[data-ac-activated] .calendar[data-bg=white] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-decades .table-condensed tbody .day.old.prova,
  .datepicker[data-bg=gray] body[data-ac-activated] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-decades .table-condensed tbody .day.old.prova,
  body[data-ac-activated] .calendar[data-bg=white] .calendar-builds .datepicker .datepicker-decades .table-condensed tbody .day.old.trabalho,
  body[data-ac-activated] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-decades .table-condensed tbody .day.old.trabalho,
  body[data-ac-activated] .calendar[data-bg=white] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-decades .table-condensed tbody .day.old.trabalho,
  .calendar[data-bg=gray] body[data-ac-activated] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-decades .table-condensed tbody .day.old.trabalho,
  body[data-ac-activated] .calendar[data-bg=white] .datepicker[data-bg=white] .calendar-input .datepicker .datepicker-decades .table-condensed tbody .day.old.trabalho,
  .datepicker[data-bg=white] body[data-ac-activated] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-decades .table-condensed tbody .day.old.trabalho,
  body[data-ac-activated] .calendar[data-bg=white] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-decades .table-condensed tbody .day.old.trabalho,
  .datepicker[data-bg=gray] body[data-ac-activated] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-decades .table-condensed tbody .day.old.trabalho,
  body[data-ac-activated] .calendar[data-bg=white] .calendar-builds .datepicker .datepicker-decades .table-condensed tbody .day.old.encontro,
  body[data-ac-activated] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-decades .table-condensed tbody .day.old.encontro,
  body[data-ac-activated] .calendar[data-bg=white] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-decades .table-condensed tbody .day.old.encontro,
  .calendar[data-bg=gray] body[data-ac-activated] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-decades .table-condensed tbody .day.old.encontro,
  body[data-ac-activated] .calendar[data-bg=white] .datepicker[data-bg=white] .calendar-input .datepicker .datepicker-decades .table-condensed tbody .day.old.encontro,
  .datepicker[data-bg=white] body[data-ac-activated] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-decades .table-condensed tbody .day.old.encontro,
  body[data-ac-activated] .calendar[data-bg=white] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-decades .table-condensed tbody .day.old.encontro,
  .datepicker[data-bg=gray] body[data-ac-activated] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-decades .table-condensed tbody .day.old.encontro,
  body[data-ac-activated] .calendar[data-bg=white] .calendar-builds .datepicker .datepicker-decades .table-condensed tbody .day.new:hover,
  body[data-ac-activated] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-decades .table-condensed tbody .day.new:hover,
  body[data-ac-activated] .calendar[data-bg=white] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-decades .table-condensed tbody .day.new:hover,
  .calendar[data-bg=gray] body[data-ac-activated] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-decades .table-condensed tbody .day.new:hover,
  body[data-ac-activated] .calendar[data-bg=white] .datepicker[data-bg=white] .calendar-input .datepicker .datepicker-decades .table-condensed tbody .day.new:hover,
  .datepicker[data-bg=white] body[data-ac-activated] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-decades .table-condensed tbody .day.new:hover,
  body[data-ac-activated] .calendar[data-bg=white] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-decades .table-condensed tbody .day.new:hover,
  .datepicker[data-bg=gray] body[data-ac-activated] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-decades .table-condensed tbody .day.new:hover,
  body[data-ac-activated] .calendar[data-bg=white] .calendar-builds .datepicker .datepicker-decades .table-condensed tbody .day.new.active,
  body[data-ac-activated] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-decades .table-condensed tbody .day.new.active,
  body[data-ac-activated] .calendar[data-bg=white] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-decades .table-condensed tbody .day.new.active,
  .calendar[data-bg=gray] body[data-ac-activated] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-decades .table-condensed tbody .day.new.active,
  body[data-ac-activated] .calendar[data-bg=white] .datepicker[data-bg=white] .calendar-input .datepicker .datepicker-decades .table-condensed tbody .day.new.active,
  .datepicker[data-bg=white] body[data-ac-activated] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-decades .table-condensed tbody .day.new.active,
  body[data-ac-activated] .calendar[data-bg=white] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-decades .table-condensed tbody .day.new.active,
  .datepicker[data-bg=gray] body[data-ac-activated] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-decades .table-condensed tbody .day.new.active,
  body[data-ac-activated] .calendar[data-bg=white] .calendar-builds .datepicker .datepicker-decades .table-condensed tbody .day.new.prova,
  body[data-ac-activated] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-decades .table-condensed tbody .day.new.prova,
  body[data-ac-activated] .calendar[data-bg=white] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-decades .table-condensed tbody .day.new.prova,
  .calendar[data-bg=gray] body[data-ac-activated] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-decades .table-condensed tbody .day.new.prova,
  body[data-ac-activated] .calendar[data-bg=white] .datepicker[data-bg=white] .calendar-input .datepicker .datepicker-decades .table-condensed tbody .day.new.prova,
  .datepicker[data-bg=white] body[data-ac-activated] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-decades .table-condensed tbody .day.new.prova,
  body[data-ac-activated] .calendar[data-bg=white] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-decades .table-condensed tbody .day.new.prova,
  .datepicker[data-bg=gray] body[data-ac-activated] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-decades .table-condensed tbody .day.new.prova,
  body[data-ac-activated] .calendar[data-bg=white] .calendar-builds .datepicker .datepicker-decades .table-condensed tbody .day.new.trabalho,
  body[data-ac-activated] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-decades .table-condensed tbody .day.new.trabalho,
  body[data-ac-activated] .calendar[data-bg=white] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-decades .table-condensed tbody .day.new.trabalho,
  .calendar[data-bg=gray] body[data-ac-activated] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-decades .table-condensed tbody .day.new.trabalho,
  body[data-ac-activated] .calendar[data-bg=white] .datepicker[data-bg=white] .calendar-input .datepicker .datepicker-decades .table-condensed tbody .day.new.trabalho,
  .datepicker[data-bg=white] body[data-ac-activated] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-decades .table-condensed tbody .day.new.trabalho,
  body[data-ac-activated] .calendar[data-bg=white] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-decades .table-condensed tbody .day.new.trabalho,
  .datepicker[data-bg=gray] body[data-ac-activated] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-decades .table-condensed tbody .day.new.trabalho,
  body[data-ac-activated] .calendar[data-bg=white] .calendar-builds .datepicker .datepicker-decades .table-condensed tbody .day.new.encontro,
  body[data-ac-activated] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-decades .table-condensed tbody .day.new.encontro,
  body[data-ac-activated] .calendar[data-bg=white] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-decades .table-condensed tbody .day.new.encontro,
  .calendar[data-bg=gray] body[data-ac-activated] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-decades .table-condensed tbody .day.new.encontro,
  body[data-ac-activated] .calendar[data-bg=white] .datepicker[data-bg=white] .calendar-input .datepicker .datepicker-decades .table-condensed tbody .day.new.encontro,
  .datepicker[data-bg=white] body[data-ac-activated] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-decades .table-condensed tbody .day.new.encontro,
  body[data-ac-activated] .calendar[data-bg=white] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-decades .table-condensed tbody .day.new.encontro,
  .datepicker[data-bg=gray] body[data-ac-activated] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-decades .table-condensed tbody .day.new.encontro,
  body[data-ac-activated] .calendar[data-bg=white] .calendar-builds .datepicker .datepicker-centuries .table-condensed tbody .day.old:hover,
  body[data-ac-activated] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-centuries .table-condensed tbody .day.old:hover,
  body[data-ac-activated] .calendar[data-bg=white] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-centuries .table-condensed tbody .day.old:hover,
  .calendar[data-bg=gray] body[data-ac-activated] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-centuries .table-condensed tbody .day.old:hover,
  body[data-ac-activated] .calendar[data-bg=white] .datepicker[data-bg=white] .calendar-input .datepicker .datepicker-centuries .table-condensed tbody .day.old:hover,
  .datepicker[data-bg=white] body[data-ac-activated] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-centuries .table-condensed tbody .day.old:hover,
  body[data-ac-activated] .calendar[data-bg=white] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-centuries .table-condensed tbody .day.old:hover,
  .datepicker[data-bg=gray] body[data-ac-activated] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-centuries .table-condensed tbody .day.old:hover,
  body[data-ac-activated] .calendar[data-bg=white] .calendar-builds .datepicker .datepicker-centuries .table-condensed tbody .day.old.active,
  body[data-ac-activated] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-centuries .table-condensed tbody .day.old.active,
  body[data-ac-activated] .calendar[data-bg=white] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-centuries .table-condensed tbody .day.old.active,
  .calendar[data-bg=gray] body[data-ac-activated] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-centuries .table-condensed tbody .day.old.active,
  body[data-ac-activated] .calendar[data-bg=white] .datepicker[data-bg=white] .calendar-input .datepicker .datepicker-centuries .table-condensed tbody .day.old.active,
  .datepicker[data-bg=white] body[data-ac-activated] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-centuries .table-condensed tbody .day.old.active,
  body[data-ac-activated] .calendar[data-bg=white] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-centuries .table-condensed tbody .day.old.active,
  .datepicker[data-bg=gray] body[data-ac-activated] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-centuries .table-condensed tbody .day.old.active,
  body[data-ac-activated] .calendar[data-bg=white] .calendar-builds .datepicker .datepicker-centuries .table-condensed tbody .day.old.prova,
  body[data-ac-activated] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-centuries .table-condensed tbody .day.old.prova,
  body[data-ac-activated] .calendar[data-bg=white] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-centuries .table-condensed tbody .day.old.prova,
  .calendar[data-bg=gray] body[data-ac-activated] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-centuries .table-condensed tbody .day.old.prova,
  body[data-ac-activated] .calendar[data-bg=white] .datepicker[data-bg=white] .calendar-input .datepicker .datepicker-centuries .table-condensed tbody .day.old.prova,
  .datepicker[data-bg=white] body[data-ac-activated] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-centuries .table-condensed tbody .day.old.prova,
  body[data-ac-activated] .calendar[data-bg=white] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-centuries .table-condensed tbody .day.old.prova,
  .datepicker[data-bg=gray] body[data-ac-activated] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-centuries .table-condensed tbody .day.old.prova,
  body[data-ac-activated] .calendar[data-bg=white] .calendar-builds .datepicker .datepicker-centuries .table-condensed tbody .day.old.trabalho,
  body[data-ac-activated] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-centuries .table-condensed tbody .day.old.trabalho,
  body[data-ac-activated] .calendar[data-bg=white] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-centuries .table-condensed tbody .day.old.trabalho,
  .calendar[data-bg=gray] body[data-ac-activated] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-centuries .table-condensed tbody .day.old.trabalho,
  body[data-ac-activated] .calendar[data-bg=white] .datepicker[data-bg=white] .calendar-input .datepicker .datepicker-centuries .table-condensed tbody .day.old.trabalho,
  .datepicker[data-bg=white] body[data-ac-activated] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-centuries .table-condensed tbody .day.old.trabalho,
  body[data-ac-activated] .calendar[data-bg=white] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-centuries .table-condensed tbody .day.old.trabalho,
  .datepicker[data-bg=gray] body[data-ac-activated] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-centuries .table-condensed tbody .day.old.trabalho,
  body[data-ac-activated] .calendar[data-bg=white] .calendar-builds .datepicker .datepicker-centuries .table-condensed tbody .day.old.encontro,
  body[data-ac-activated] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-centuries .table-condensed tbody .day.old.encontro,
  body[data-ac-activated] .calendar[data-bg=white] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-centuries .table-condensed tbody .day.old.encontro,
  .calendar[data-bg=gray] body[data-ac-activated] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-centuries .table-condensed tbody .day.old.encontro,
  body[data-ac-activated] .calendar[data-bg=white] .datepicker[data-bg=white] .calendar-input .datepicker .datepicker-centuries .table-condensed tbody .day.old.encontro,
  .datepicker[data-bg=white] body[data-ac-activated] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-centuries .table-condensed tbody .day.old.encontro,
  body[data-ac-activated] .calendar[data-bg=white] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-centuries .table-condensed tbody .day.old.encontro,
  .datepicker[data-bg=gray] body[data-ac-activated] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-centuries .table-condensed tbody .day.old.encontro,
  body[data-ac-activated] .calendar[data-bg=white] .calendar-builds .datepicker .datepicker-centuries .table-condensed tbody .day.new:hover,
  body[data-ac-activated] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-centuries .table-condensed tbody .day.new:hover,
  body[data-ac-activated] .calendar[data-bg=white] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-centuries .table-condensed tbody .day.new:hover,
  .calendar[data-bg=gray] body[data-ac-activated] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-centuries .table-condensed tbody .day.new:hover,
  body[data-ac-activated] .calendar[data-bg=white] .datepicker[data-bg=white] .calendar-input .datepicker .datepicker-centuries .table-condensed tbody .day.new:hover,
  .datepicker[data-bg=white] body[data-ac-activated] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-centuries .table-condensed tbody .day.new:hover,
  body[data-ac-activated] .calendar[data-bg=white] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-centuries .table-condensed tbody .day.new:hover,
  .datepicker[data-bg=gray] body[data-ac-activated] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-centuries .table-condensed tbody .day.new:hover,
  body[data-ac-activated] .calendar[data-bg=white] .calendar-builds .datepicker .datepicker-centuries .table-condensed tbody .day.new.active,
  body[data-ac-activated] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-centuries .table-condensed tbody .day.new.active,
  body[data-ac-activated] .calendar[data-bg=white] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-centuries .table-condensed tbody .day.new.active,
  .calendar[data-bg=gray] body[data-ac-activated] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-centuries .table-condensed tbody .day.new.active,
  body[data-ac-activated] .calendar[data-bg=white] .datepicker[data-bg=white] .calendar-input .datepicker .datepicker-centuries .table-condensed tbody .day.new.active,
  .datepicker[data-bg=white] body[data-ac-activated] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-centuries .table-condensed tbody .day.new.active,
  body[data-ac-activated] .calendar[data-bg=white] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-centuries .table-condensed tbody .day.new.active,
  .datepicker[data-bg=gray] body[data-ac-activated] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-centuries .table-condensed tbody .day.new.active,
  body[data-ac-activated] .calendar[data-bg=white] .calendar-builds .datepicker .datepicker-centuries .table-condensed tbody .day.new.prova,
  body[data-ac-activated] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-centuries .table-condensed tbody .day.new.prova,
  body[data-ac-activated] .calendar[data-bg=white] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-centuries .table-condensed tbody .day.new.prova,
  .calendar[data-bg=gray] body[data-ac-activated] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-centuries .table-condensed tbody .day.new.prova,
  body[data-ac-activated] .calendar[data-bg=white] .datepicker[data-bg=white] .calendar-input .datepicker .datepicker-centuries .table-condensed tbody .day.new.prova,
  .datepicker[data-bg=white] body[data-ac-activated] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-centuries .table-condensed tbody .day.new.prova,
  body[data-ac-activated] .calendar[data-bg=white] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-centuries .table-condensed tbody .day.new.prova,
  .datepicker[data-bg=gray] body[data-ac-activated] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-centuries .table-condensed tbody .day.new.prova,
  body[data-ac-activated] .calendar[data-bg=white] .calendar-builds .datepicker .datepicker-centuries .table-condensed tbody .day.new.trabalho,
  body[data-ac-activated] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-centuries .table-condensed tbody .day.new.trabalho,
  body[data-ac-activated] .calendar[data-bg=white] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-centuries .table-condensed tbody .day.new.trabalho,
  .calendar[data-bg=gray] body[data-ac-activated] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-centuries .table-condensed tbody .day.new.trabalho,
  body[data-ac-activated] .calendar[data-bg=white] .datepicker[data-bg=white] .calendar-input .datepicker .datepicker-centuries .table-condensed tbody .day.new.trabalho,
  .datepicker[data-bg=white] body[data-ac-activated] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-centuries .table-condensed tbody .day.new.trabalho,
  body[data-ac-activated] .calendar[data-bg=white] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-centuries .table-condensed tbody .day.new.trabalho,
  .datepicker[data-bg=gray] body[data-ac-activated] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-centuries .table-condensed tbody .day.new.trabalho,
  body[data-ac-activated] .calendar[data-bg=white] .calendar-builds .datepicker .datepicker-centuries .table-condensed tbody .day.new.encontro,
  body[data-ac-activated] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-centuries .table-condensed tbody .day.new.encontro,
  body[data-ac-activated] .calendar[data-bg=white] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-centuries .table-condensed tbody .day.new.encontro,
  .calendar[data-bg=gray] body[data-ac-activated] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-centuries .table-condensed tbody .day.new.encontro,
  body[data-ac-activated] .calendar[data-bg=white] .datepicker[data-bg=white] .calendar-input .datepicker .datepicker-centuries .table-condensed tbody .day.new.encontro,
  .datepicker[data-bg=white] body[data-ac-activated] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-centuries .table-condensed tbody .day.new.encontro,
  body[data-ac-activated] .calendar[data-bg=white] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-centuries .table-condensed tbody .day.new.encontro,
  .datepicker[data-bg=gray] body[data-ac-activated] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-centuries .table-condensed tbody .day.new.encontro,
  body[data-ac-activated] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-days .table-condensed tbody .day.old:hover,
  body[data-ac-activated] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-days .table-condensed tbody .day.old.active,
  body[data-ac-activated] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-days .table-condensed tbody .day.old.prova,
  body[data-ac-activated] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-days .table-condensed tbody .day.old.trabalho,
  body[data-ac-activated] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-days .table-condensed tbody .day.old.encontro,
  body[data-ac-activated] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-days .table-condensed tbody .day.new:hover,
  body[data-ac-activated] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-days .table-condensed tbody .day.new.active,
  body[data-ac-activated] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-days .table-condensed tbody .day.new.prova,
  body[data-ac-activated] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-days .table-condensed tbody .day.new.trabalho,
  body[data-ac-activated] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-days .table-condensed tbody .day.new.encontro,
  body[data-ac-activated] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-months .table-condensed tbody .day.old:hover,
  body[data-ac-activated] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-months .table-condensed tbody .day.old.active,
  body[data-ac-activated] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-months .table-condensed tbody .day.old.prova,
  body[data-ac-activated] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-months .table-condensed tbody .day.old.trabalho,
  body[data-ac-activated] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-months .table-condensed tbody .day.old.encontro,
  body[data-ac-activated] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-months .table-condensed tbody .day.new:hover,
  body[data-ac-activated] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-months .table-condensed tbody .day.new.active,
  body[data-ac-activated] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-months .table-condensed tbody .day.new.prova,
  body[data-ac-activated] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-months .table-condensed tbody .day.new.trabalho,
  body[data-ac-activated] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-months .table-condensed tbody .day.new.encontro,
  body[data-ac-activated] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-years .table-condensed tbody .day.old:hover,
  body[data-ac-activated] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-years .table-condensed tbody .day.old.active,
  body[data-ac-activated] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-years .table-condensed tbody .day.old.prova,
  body[data-ac-activated] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-years .table-condensed tbody .day.old.trabalho,
  body[data-ac-activated] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-years .table-condensed tbody .day.old.encontro,
  body[data-ac-activated] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-years .table-condensed tbody .day.new:hover,
  body[data-ac-activated] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-years .table-condensed tbody .day.new.active,
  body[data-ac-activated] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-years .table-condensed tbody .day.new.prova,
  body[data-ac-activated] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-years .table-condensed tbody .day.new.trabalho,
  body[data-ac-activated] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-years .table-condensed tbody .day.new.encontro,
  body[data-ac-activated] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-decades .table-condensed tbody .day.old:hover,
  body[data-ac-activated] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-decades .table-condensed tbody .day.old.active,
  body[data-ac-activated] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-decades .table-condensed tbody .day.old.prova,
  body[data-ac-activated] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-decades .table-condensed tbody .day.old.trabalho,
  body[data-ac-activated] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-decades .table-condensed tbody .day.old.encontro,
  body[data-ac-activated] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-decades .table-condensed tbody .day.new:hover,
  body[data-ac-activated] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-decades .table-condensed tbody .day.new.active,
  body[data-ac-activated] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-decades .table-condensed tbody .day.new.prova,
  body[data-ac-activated] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-decades .table-condensed tbody .day.new.trabalho,
  body[data-ac-activated] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-decades .table-condensed tbody .day.new.encontro,
  body[data-ac-activated] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-centuries .table-condensed tbody .day.old:hover,
  body[data-ac-activated] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-centuries .table-condensed tbody .day.old.active,
  body[data-ac-activated] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-centuries .table-condensed tbody .day.old.prova,
  body[data-ac-activated] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-centuries .table-condensed tbody .day.old.trabalho,
  body[data-ac-activated] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-centuries .table-condensed tbody .day.old.encontro,
  body[data-ac-activated] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-centuries .table-condensed tbody .day.new:hover,
  body[data-ac-activated] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-centuries .table-condensed tbody .day.new.active,
  body[data-ac-activated] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-centuries .table-condensed tbody .day.new.prova,
  body[data-ac-activated] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-centuries .table-condensed tbody .day.new.trabalho,
  body[data-ac-activated] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-centuries .table-condensed tbody .day.new.encontro, body[data-ac-activated] .calendar[data-bg=gray] .calendar-builds .datepicker .datepicker-days .table-condensed tbody .day.old:hover, body[data-ac-activated] .calendar[data-bg=gray] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-days .table-condensed tbody .day.old:hover, .calendar[data-bg=white] body[data-ac-activated] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-days .table-condensed tbody .day.old:hover, body[data-ac-activated] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-days .table-condensed tbody .day.old:hover,
  body[data-ac-activated] .calendar[data-bg=gray] .datepicker[data-bg=white] .calendar-input .datepicker .datepicker-days .table-condensed tbody .day.old:hover,
  .datepicker[data-bg=white] body[data-ac-activated] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-days .table-condensed tbody .day.old:hover,
  body[data-ac-activated] .calendar[data-bg=gray] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-days .table-condensed tbody .day.old:hover,
  .datepicker[data-bg=gray] body[data-ac-activated] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-days .table-condensed tbody .day.old:hover, body[data-ac-activated] .calendar[data-bg=gray] .calendar-builds .datepicker .datepicker-days .table-condensed tbody .day.old.active, body[data-ac-activated] .calendar[data-bg=gray] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-days .table-condensed tbody .day.old.active, .calendar[data-bg=white] body[data-ac-activated] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-days .table-condensed tbody .day.old.active, body[data-ac-activated] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-days .table-condensed tbody .day.old.active,
  body[data-ac-activated] .calendar[data-bg=gray] .datepicker[data-bg=white] .calendar-input .datepicker .datepicker-days .table-condensed tbody .day.old.active,
  .datepicker[data-bg=white] body[data-ac-activated] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-days .table-condensed tbody .day.old.active,
  body[data-ac-activated] .calendar[data-bg=gray] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-days .table-condensed tbody .day.old.active,
  .datepicker[data-bg=gray] body[data-ac-activated] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-days .table-condensed tbody .day.old.active, body[data-ac-activated] .calendar[data-bg=gray] .calendar-builds .datepicker .datepicker-days .table-condensed tbody .day.old.prova, body[data-ac-activated] .calendar[data-bg=gray] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-days .table-condensed tbody .day.old.prova, .calendar[data-bg=white] body[data-ac-activated] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-days .table-condensed tbody .day.old.prova, body[data-ac-activated] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-days .table-condensed tbody .day.old.prova,
  body[data-ac-activated] .calendar[data-bg=gray] .datepicker[data-bg=white] .calendar-input .datepicker .datepicker-days .table-condensed tbody .day.old.prova,
  .datepicker[data-bg=white] body[data-ac-activated] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-days .table-condensed tbody .day.old.prova,
  body[data-ac-activated] .calendar[data-bg=gray] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-days .table-condensed tbody .day.old.prova,
  .datepicker[data-bg=gray] body[data-ac-activated] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-days .table-condensed tbody .day.old.prova, body[data-ac-activated] .calendar[data-bg=gray] .calendar-builds .datepicker .datepicker-days .table-condensed tbody .day.old.trabalho, body[data-ac-activated] .calendar[data-bg=gray] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-days .table-condensed tbody .day.old.trabalho, .calendar[data-bg=white] body[data-ac-activated] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-days .table-condensed tbody .day.old.trabalho, body[data-ac-activated] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-days .table-condensed tbody .day.old.trabalho,
  body[data-ac-activated] .calendar[data-bg=gray] .datepicker[data-bg=white] .calendar-input .datepicker .datepicker-days .table-condensed tbody .day.old.trabalho,
  .datepicker[data-bg=white] body[data-ac-activated] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-days .table-condensed tbody .day.old.trabalho,
  body[data-ac-activated] .calendar[data-bg=gray] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-days .table-condensed tbody .day.old.trabalho,
  .datepicker[data-bg=gray] body[data-ac-activated] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-days .table-condensed tbody .day.old.trabalho, body[data-ac-activated] .calendar[data-bg=gray] .calendar-builds .datepicker .datepicker-days .table-condensed tbody .day.old.encontro, body[data-ac-activated] .calendar[data-bg=gray] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-days .table-condensed tbody .day.old.encontro, .calendar[data-bg=white] body[data-ac-activated] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-days .table-condensed tbody .day.old.encontro, body[data-ac-activated] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-days .table-condensed tbody .day.old.encontro,
  body[data-ac-activated] .calendar[data-bg=gray] .datepicker[data-bg=white] .calendar-input .datepicker .datepicker-days .table-condensed tbody .day.old.encontro,
  .datepicker[data-bg=white] body[data-ac-activated] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-days .table-condensed tbody .day.old.encontro,
  body[data-ac-activated] .calendar[data-bg=gray] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-days .table-condensed tbody .day.old.encontro,
  .datepicker[data-bg=gray] body[data-ac-activated] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-days .table-condensed tbody .day.old.encontro, body[data-ac-activated] .calendar[data-bg=gray] .calendar-builds .datepicker .datepicker-days .table-condensed tbody .day.new:hover, body[data-ac-activated] .calendar[data-bg=gray] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-days .table-condensed tbody .day.new:hover, .calendar[data-bg=white] body[data-ac-activated] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-days .table-condensed tbody .day.new:hover, body[data-ac-activated] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-days .table-condensed tbody .day.new:hover,
  body[data-ac-activated] .calendar[data-bg=gray] .datepicker[data-bg=white] .calendar-input .datepicker .datepicker-days .table-condensed tbody .day.new:hover,
  .datepicker[data-bg=white] body[data-ac-activated] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-days .table-condensed tbody .day.new:hover,
  body[data-ac-activated] .calendar[data-bg=gray] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-days .table-condensed tbody .day.new:hover,
  .datepicker[data-bg=gray] body[data-ac-activated] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-days .table-condensed tbody .day.new:hover, body[data-ac-activated] .calendar[data-bg=gray] .calendar-builds .datepicker .datepicker-days .table-condensed tbody .day.new.active, body[data-ac-activated] .calendar[data-bg=gray] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-days .table-condensed tbody .day.new.active, .calendar[data-bg=white] body[data-ac-activated] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-days .table-condensed tbody .day.new.active, body[data-ac-activated] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-days .table-condensed tbody .day.new.active,
  body[data-ac-activated] .calendar[data-bg=gray] .datepicker[data-bg=white] .calendar-input .datepicker .datepicker-days .table-condensed tbody .day.new.active,
  .datepicker[data-bg=white] body[data-ac-activated] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-days .table-condensed tbody .day.new.active,
  body[data-ac-activated] .calendar[data-bg=gray] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-days .table-condensed tbody .day.new.active,
  .datepicker[data-bg=gray] body[data-ac-activated] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-days .table-condensed tbody .day.new.active, body[data-ac-activated] .calendar[data-bg=gray] .calendar-builds .datepicker .datepicker-days .table-condensed tbody .day.new.prova, body[data-ac-activated] .calendar[data-bg=gray] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-days .table-condensed tbody .day.new.prova, .calendar[data-bg=white] body[data-ac-activated] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-days .table-condensed tbody .day.new.prova, body[data-ac-activated] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-days .table-condensed tbody .day.new.prova,
  body[data-ac-activated] .calendar[data-bg=gray] .datepicker[data-bg=white] .calendar-input .datepicker .datepicker-days .table-condensed tbody .day.new.prova,
  .datepicker[data-bg=white] body[data-ac-activated] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-days .table-condensed tbody .day.new.prova,
  body[data-ac-activated] .calendar[data-bg=gray] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-days .table-condensed tbody .day.new.prova,
  .datepicker[data-bg=gray] body[data-ac-activated] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-days .table-condensed tbody .day.new.prova, body[data-ac-activated] .calendar[data-bg=gray] .calendar-builds .datepicker .datepicker-days .table-condensed tbody .day.new.trabalho, body[data-ac-activated] .calendar[data-bg=gray] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-days .table-condensed tbody .day.new.trabalho, .calendar[data-bg=white] body[data-ac-activated] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-days .table-condensed tbody .day.new.trabalho, body[data-ac-activated] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-days .table-condensed tbody .day.new.trabalho,
  body[data-ac-activated] .calendar[data-bg=gray] .datepicker[data-bg=white] .calendar-input .datepicker .datepicker-days .table-condensed tbody .day.new.trabalho,
  .datepicker[data-bg=white] body[data-ac-activated] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-days .table-condensed tbody .day.new.trabalho,
  body[data-ac-activated] .calendar[data-bg=gray] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-days .table-condensed tbody .day.new.trabalho,
  .datepicker[data-bg=gray] body[data-ac-activated] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-days .table-condensed tbody .day.new.trabalho, body[data-ac-activated] .calendar[data-bg=gray] .calendar-builds .datepicker .datepicker-days .table-condensed tbody .day.new.encontro, body[data-ac-activated] .calendar[data-bg=gray] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-days .table-condensed tbody .day.new.encontro, .calendar[data-bg=white] body[data-ac-activated] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-days .table-condensed tbody .day.new.encontro, body[data-ac-activated] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-days .table-condensed tbody .day.new.encontro,
  body[data-ac-activated] .calendar[data-bg=gray] .datepicker[data-bg=white] .calendar-input .datepicker .datepicker-days .table-condensed tbody .day.new.encontro,
  .datepicker[data-bg=white] body[data-ac-activated] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-days .table-condensed tbody .day.new.encontro,
  body[data-ac-activated] .calendar[data-bg=gray] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-days .table-condensed tbody .day.new.encontro,
  .datepicker[data-bg=gray] body[data-ac-activated] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-days .table-condensed tbody .day.new.encontro,
  body[data-ac-activated] .calendar[data-bg=gray] .calendar-builds .datepicker .datepicker-months .table-condensed tbody .day.old:hover,
  body[data-ac-activated] .calendar[data-bg=gray] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-months .table-condensed tbody .day.old:hover,
  .calendar[data-bg=white] body[data-ac-activated] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-months .table-condensed tbody .day.old:hover,
  body[data-ac-activated] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-months .table-condensed tbody .day.old:hover,
  body[data-ac-activated] .calendar[data-bg=gray] .datepicker[data-bg=white] .calendar-input .datepicker .datepicker-months .table-condensed tbody .day.old:hover,
  .datepicker[data-bg=white] body[data-ac-activated] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-months .table-condensed tbody .day.old:hover,
  body[data-ac-activated] .calendar[data-bg=gray] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-months .table-condensed tbody .day.old:hover,
  .datepicker[data-bg=gray] body[data-ac-activated] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-months .table-condensed tbody .day.old:hover,
  body[data-ac-activated] .calendar[data-bg=gray] .calendar-builds .datepicker .datepicker-months .table-condensed tbody .day.old.active,
  body[data-ac-activated] .calendar[data-bg=gray] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-months .table-condensed tbody .day.old.active,
  .calendar[data-bg=white] body[data-ac-activated] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-months .table-condensed tbody .day.old.active,
  body[data-ac-activated] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-months .table-condensed tbody .day.old.active,
  body[data-ac-activated] .calendar[data-bg=gray] .datepicker[data-bg=white] .calendar-input .datepicker .datepicker-months .table-condensed tbody .day.old.active,
  .datepicker[data-bg=white] body[data-ac-activated] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-months .table-condensed tbody .day.old.active,
  body[data-ac-activated] .calendar[data-bg=gray] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-months .table-condensed tbody .day.old.active,
  .datepicker[data-bg=gray] body[data-ac-activated] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-months .table-condensed tbody .day.old.active,
  body[data-ac-activated] .calendar[data-bg=gray] .calendar-builds .datepicker .datepicker-months .table-condensed tbody .day.old.prova,
  body[data-ac-activated] .calendar[data-bg=gray] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-months .table-condensed tbody .day.old.prova,
  .calendar[data-bg=white] body[data-ac-activated] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-months .table-condensed tbody .day.old.prova,
  body[data-ac-activated] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-months .table-condensed tbody .day.old.prova,
  body[data-ac-activated] .calendar[data-bg=gray] .datepicker[data-bg=white] .calendar-input .datepicker .datepicker-months .table-condensed tbody .day.old.prova,
  .datepicker[data-bg=white] body[data-ac-activated] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-months .table-condensed tbody .day.old.prova,
  body[data-ac-activated] .calendar[data-bg=gray] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-months .table-condensed tbody .day.old.prova,
  .datepicker[data-bg=gray] body[data-ac-activated] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-months .table-condensed tbody .day.old.prova,
  body[data-ac-activated] .calendar[data-bg=gray] .calendar-builds .datepicker .datepicker-months .table-condensed tbody .day.old.trabalho,
  body[data-ac-activated] .calendar[data-bg=gray] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-months .table-condensed tbody .day.old.trabalho,
  .calendar[data-bg=white] body[data-ac-activated] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-months .table-condensed tbody .day.old.trabalho,
  body[data-ac-activated] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-months .table-condensed tbody .day.old.trabalho,
  body[data-ac-activated] .calendar[data-bg=gray] .datepicker[data-bg=white] .calendar-input .datepicker .datepicker-months .table-condensed tbody .day.old.trabalho,
  .datepicker[data-bg=white] body[data-ac-activated] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-months .table-condensed tbody .day.old.trabalho,
  body[data-ac-activated] .calendar[data-bg=gray] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-months .table-condensed tbody .day.old.trabalho,
  .datepicker[data-bg=gray] body[data-ac-activated] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-months .table-condensed tbody .day.old.trabalho,
  body[data-ac-activated] .calendar[data-bg=gray] .calendar-builds .datepicker .datepicker-months .table-condensed tbody .day.old.encontro,
  body[data-ac-activated] .calendar[data-bg=gray] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-months .table-condensed tbody .day.old.encontro,
  .calendar[data-bg=white] body[data-ac-activated] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-months .table-condensed tbody .day.old.encontro,
  body[data-ac-activated] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-months .table-condensed tbody .day.old.encontro,
  body[data-ac-activated] .calendar[data-bg=gray] .datepicker[data-bg=white] .calendar-input .datepicker .datepicker-months .table-condensed tbody .day.old.encontro,
  .datepicker[data-bg=white] body[data-ac-activated] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-months .table-condensed tbody .day.old.encontro,
  body[data-ac-activated] .calendar[data-bg=gray] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-months .table-condensed tbody .day.old.encontro,
  .datepicker[data-bg=gray] body[data-ac-activated] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-months .table-condensed tbody .day.old.encontro,
  body[data-ac-activated] .calendar[data-bg=gray] .calendar-builds .datepicker .datepicker-months .table-condensed tbody .day.new:hover,
  body[data-ac-activated] .calendar[data-bg=gray] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-months .table-condensed tbody .day.new:hover,
  .calendar[data-bg=white] body[data-ac-activated] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-months .table-condensed tbody .day.new:hover,
  body[data-ac-activated] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-months .table-condensed tbody .day.new:hover,
  body[data-ac-activated] .calendar[data-bg=gray] .datepicker[data-bg=white] .calendar-input .datepicker .datepicker-months .table-condensed tbody .day.new:hover,
  .datepicker[data-bg=white] body[data-ac-activated] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-months .table-condensed tbody .day.new:hover,
  body[data-ac-activated] .calendar[data-bg=gray] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-months .table-condensed tbody .day.new:hover,
  .datepicker[data-bg=gray] body[data-ac-activated] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-months .table-condensed tbody .day.new:hover,
  body[data-ac-activated] .calendar[data-bg=gray] .calendar-builds .datepicker .datepicker-months .table-condensed tbody .day.new.active,
  body[data-ac-activated] .calendar[data-bg=gray] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-months .table-condensed tbody .day.new.active,
  .calendar[data-bg=white] body[data-ac-activated] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-months .table-condensed tbody .day.new.active,
  body[data-ac-activated] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-months .table-condensed tbody .day.new.active,
  body[data-ac-activated] .calendar[data-bg=gray] .datepicker[data-bg=white] .calendar-input .datepicker .datepicker-months .table-condensed tbody .day.new.active,
  .datepicker[data-bg=white] body[data-ac-activated] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-months .table-condensed tbody .day.new.active,
  body[data-ac-activated] .calendar[data-bg=gray] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-months .table-condensed tbody .day.new.active,
  .datepicker[data-bg=gray] body[data-ac-activated] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-months .table-condensed tbody .day.new.active,
  body[data-ac-activated] .calendar[data-bg=gray] .calendar-builds .datepicker .datepicker-months .table-condensed tbody .day.new.prova,
  body[data-ac-activated] .calendar[data-bg=gray] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-months .table-condensed tbody .day.new.prova,
  .calendar[data-bg=white] body[data-ac-activated] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-months .table-condensed tbody .day.new.prova,
  body[data-ac-activated] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-months .table-condensed tbody .day.new.prova,
  body[data-ac-activated] .calendar[data-bg=gray] .datepicker[data-bg=white] .calendar-input .datepicker .datepicker-months .table-condensed tbody .day.new.prova,
  .datepicker[data-bg=white] body[data-ac-activated] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-months .table-condensed tbody .day.new.prova,
  body[data-ac-activated] .calendar[data-bg=gray] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-months .table-condensed tbody .day.new.prova,
  .datepicker[data-bg=gray] body[data-ac-activated] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-months .table-condensed tbody .day.new.prova,
  body[data-ac-activated] .calendar[data-bg=gray] .calendar-builds .datepicker .datepicker-months .table-condensed tbody .day.new.trabalho,
  body[data-ac-activated] .calendar[data-bg=gray] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-months .table-condensed tbody .day.new.trabalho,
  .calendar[data-bg=white] body[data-ac-activated] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-months .table-condensed tbody .day.new.trabalho,
  body[data-ac-activated] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-months .table-condensed tbody .day.new.trabalho,
  body[data-ac-activated] .calendar[data-bg=gray] .datepicker[data-bg=white] .calendar-input .datepicker .datepicker-months .table-condensed tbody .day.new.trabalho,
  .datepicker[data-bg=white] body[data-ac-activated] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-months .table-condensed tbody .day.new.trabalho,
  body[data-ac-activated] .calendar[data-bg=gray] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-months .table-condensed tbody .day.new.trabalho,
  .datepicker[data-bg=gray] body[data-ac-activated] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-months .table-condensed tbody .day.new.trabalho,
  body[data-ac-activated] .calendar[data-bg=gray] .calendar-builds .datepicker .datepicker-months .table-condensed tbody .day.new.encontro,
  body[data-ac-activated] .calendar[data-bg=gray] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-months .table-condensed tbody .day.new.encontro,
  .calendar[data-bg=white] body[data-ac-activated] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-months .table-condensed tbody .day.new.encontro,
  body[data-ac-activated] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-months .table-condensed tbody .day.new.encontro,
  body[data-ac-activated] .calendar[data-bg=gray] .datepicker[data-bg=white] .calendar-input .datepicker .datepicker-months .table-condensed tbody .day.new.encontro,
  .datepicker[data-bg=white] body[data-ac-activated] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-months .table-condensed tbody .day.new.encontro,
  body[data-ac-activated] .calendar[data-bg=gray] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-months .table-condensed tbody .day.new.encontro,
  .datepicker[data-bg=gray] body[data-ac-activated] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-months .table-condensed tbody .day.new.encontro,
  body[data-ac-activated] .calendar[data-bg=gray] .calendar-builds .datepicker .datepicker-years .table-condensed tbody .day.old:hover,
  body[data-ac-activated] .calendar[data-bg=gray] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-years .table-condensed tbody .day.old:hover,
  .calendar[data-bg=white] body[data-ac-activated] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-years .table-condensed tbody .day.old:hover,
  body[data-ac-activated] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-years .table-condensed tbody .day.old:hover,
  body[data-ac-activated] .calendar[data-bg=gray] .datepicker[data-bg=white] .calendar-input .datepicker .datepicker-years .table-condensed tbody .day.old:hover,
  .datepicker[data-bg=white] body[data-ac-activated] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-years .table-condensed tbody .day.old:hover,
  body[data-ac-activated] .calendar[data-bg=gray] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-years .table-condensed tbody .day.old:hover,
  .datepicker[data-bg=gray] body[data-ac-activated] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-years .table-condensed tbody .day.old:hover,
  body[data-ac-activated] .calendar[data-bg=gray] .calendar-builds .datepicker .datepicker-years .table-condensed tbody .day.old.active,
  body[data-ac-activated] .calendar[data-bg=gray] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-years .table-condensed tbody .day.old.active,
  .calendar[data-bg=white] body[data-ac-activated] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-years .table-condensed tbody .day.old.active,
  body[data-ac-activated] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-years .table-condensed tbody .day.old.active,
  body[data-ac-activated] .calendar[data-bg=gray] .datepicker[data-bg=white] .calendar-input .datepicker .datepicker-years .table-condensed tbody .day.old.active,
  .datepicker[data-bg=white] body[data-ac-activated] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-years .table-condensed tbody .day.old.active,
  body[data-ac-activated] .calendar[data-bg=gray] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-years .table-condensed tbody .day.old.active,
  .datepicker[data-bg=gray] body[data-ac-activated] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-years .table-condensed tbody .day.old.active,
  body[data-ac-activated] .calendar[data-bg=gray] .calendar-builds .datepicker .datepicker-years .table-condensed tbody .day.old.prova,
  body[data-ac-activated] .calendar[data-bg=gray] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-years .table-condensed tbody .day.old.prova,
  .calendar[data-bg=white] body[data-ac-activated] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-years .table-condensed tbody .day.old.prova,
  body[data-ac-activated] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-years .table-condensed tbody .day.old.prova,
  body[data-ac-activated] .calendar[data-bg=gray] .datepicker[data-bg=white] .calendar-input .datepicker .datepicker-years .table-condensed tbody .day.old.prova,
  .datepicker[data-bg=white] body[data-ac-activated] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-years .table-condensed tbody .day.old.prova,
  body[data-ac-activated] .calendar[data-bg=gray] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-years .table-condensed tbody .day.old.prova,
  .datepicker[data-bg=gray] body[data-ac-activated] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-years .table-condensed tbody .day.old.prova,
  body[data-ac-activated] .calendar[data-bg=gray] .calendar-builds .datepicker .datepicker-years .table-condensed tbody .day.old.trabalho,
  body[data-ac-activated] .calendar[data-bg=gray] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-years .table-condensed tbody .day.old.trabalho,
  .calendar[data-bg=white] body[data-ac-activated] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-years .table-condensed tbody .day.old.trabalho,
  body[data-ac-activated] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-years .table-condensed tbody .day.old.trabalho,
  body[data-ac-activated] .calendar[data-bg=gray] .datepicker[data-bg=white] .calendar-input .datepicker .datepicker-years .table-condensed tbody .day.old.trabalho,
  .datepicker[data-bg=white] body[data-ac-activated] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-years .table-condensed tbody .day.old.trabalho,
  body[data-ac-activated] .calendar[data-bg=gray] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-years .table-condensed tbody .day.old.trabalho,
  .datepicker[data-bg=gray] body[data-ac-activated] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-years .table-condensed tbody .day.old.trabalho,
  body[data-ac-activated] .calendar[data-bg=gray] .calendar-builds .datepicker .datepicker-years .table-condensed tbody .day.old.encontro,
  body[data-ac-activated] .calendar[data-bg=gray] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-years .table-condensed tbody .day.old.encontro,
  .calendar[data-bg=white] body[data-ac-activated] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-years .table-condensed tbody .day.old.encontro,
  body[data-ac-activated] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-years .table-condensed tbody .day.old.encontro,
  body[data-ac-activated] .calendar[data-bg=gray] .datepicker[data-bg=white] .calendar-input .datepicker .datepicker-years .table-condensed tbody .day.old.encontro,
  .datepicker[data-bg=white] body[data-ac-activated] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-years .table-condensed tbody .day.old.encontro,
  body[data-ac-activated] .calendar[data-bg=gray] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-years .table-condensed tbody .day.old.encontro,
  .datepicker[data-bg=gray] body[data-ac-activated] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-years .table-condensed tbody .day.old.encontro,
  body[data-ac-activated] .calendar[data-bg=gray] .calendar-builds .datepicker .datepicker-years .table-condensed tbody .day.new:hover,
  body[data-ac-activated] .calendar[data-bg=gray] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-years .table-condensed tbody .day.new:hover,
  .calendar[data-bg=white] body[data-ac-activated] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-years .table-condensed tbody .day.new:hover,
  body[data-ac-activated] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-years .table-condensed tbody .day.new:hover,
  body[data-ac-activated] .calendar[data-bg=gray] .datepicker[data-bg=white] .calendar-input .datepicker .datepicker-years .table-condensed tbody .day.new:hover,
  .datepicker[data-bg=white] body[data-ac-activated] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-years .table-condensed tbody .day.new:hover,
  body[data-ac-activated] .calendar[data-bg=gray] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-years .table-condensed tbody .day.new:hover,
  .datepicker[data-bg=gray] body[data-ac-activated] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-years .table-condensed tbody .day.new:hover,
  body[data-ac-activated] .calendar[data-bg=gray] .calendar-builds .datepicker .datepicker-years .table-condensed tbody .day.new.active,
  body[data-ac-activated] .calendar[data-bg=gray] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-years .table-condensed tbody .day.new.active,
  .calendar[data-bg=white] body[data-ac-activated] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-years .table-condensed tbody .day.new.active,
  body[data-ac-activated] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-years .table-condensed tbody .day.new.active,
  body[data-ac-activated] .calendar[data-bg=gray] .datepicker[data-bg=white] .calendar-input .datepicker .datepicker-years .table-condensed tbody .day.new.active,
  .datepicker[data-bg=white] body[data-ac-activated] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-years .table-condensed tbody .day.new.active,
  body[data-ac-activated] .calendar[data-bg=gray] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-years .table-condensed tbody .day.new.active,
  .datepicker[data-bg=gray] body[data-ac-activated] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-years .table-condensed tbody .day.new.active,
  body[data-ac-activated] .calendar[data-bg=gray] .calendar-builds .datepicker .datepicker-years .table-condensed tbody .day.new.prova,
  body[data-ac-activated] .calendar[data-bg=gray] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-years .table-condensed tbody .day.new.prova,
  .calendar[data-bg=white] body[data-ac-activated] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-years .table-condensed tbody .day.new.prova,
  body[data-ac-activated] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-years .table-condensed tbody .day.new.prova,
  body[data-ac-activated] .calendar[data-bg=gray] .datepicker[data-bg=white] .calendar-input .datepicker .datepicker-years .table-condensed tbody .day.new.prova,
  .datepicker[data-bg=white] body[data-ac-activated] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-years .table-condensed tbody .day.new.prova,
  body[data-ac-activated] .calendar[data-bg=gray] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-years .table-condensed tbody .day.new.prova,
  .datepicker[data-bg=gray] body[data-ac-activated] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-years .table-condensed tbody .day.new.prova,
  body[data-ac-activated] .calendar[data-bg=gray] .calendar-builds .datepicker .datepicker-years .table-condensed tbody .day.new.trabalho,
  body[data-ac-activated] .calendar[data-bg=gray] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-years .table-condensed tbody .day.new.trabalho,
  .calendar[data-bg=white] body[data-ac-activated] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-years .table-condensed tbody .day.new.trabalho,
  body[data-ac-activated] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-years .table-condensed tbody .day.new.trabalho,
  body[data-ac-activated] .calendar[data-bg=gray] .datepicker[data-bg=white] .calendar-input .datepicker .datepicker-years .table-condensed tbody .day.new.trabalho,
  .datepicker[data-bg=white] body[data-ac-activated] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-years .table-condensed tbody .day.new.trabalho,
  body[data-ac-activated] .calendar[data-bg=gray] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-years .table-condensed tbody .day.new.trabalho,
  .datepicker[data-bg=gray] body[data-ac-activated] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-years .table-condensed tbody .day.new.trabalho,
  body[data-ac-activated] .calendar[data-bg=gray] .calendar-builds .datepicker .datepicker-years .table-condensed tbody .day.new.encontro,
  body[data-ac-activated] .calendar[data-bg=gray] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-years .table-condensed tbody .day.new.encontro,
  .calendar[data-bg=white] body[data-ac-activated] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-years .table-condensed tbody .day.new.encontro,
  body[data-ac-activated] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-years .table-condensed tbody .day.new.encontro,
  body[data-ac-activated] .calendar[data-bg=gray] .datepicker[data-bg=white] .calendar-input .datepicker .datepicker-years .table-condensed tbody .day.new.encontro,
  .datepicker[data-bg=white] body[data-ac-activated] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-years .table-condensed tbody .day.new.encontro,
  body[data-ac-activated] .calendar[data-bg=gray] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-years .table-condensed tbody .day.new.encontro,
  .datepicker[data-bg=gray] body[data-ac-activated] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-years .table-condensed tbody .day.new.encontro,
  body[data-ac-activated] .calendar[data-bg=gray] .calendar-builds .datepicker .datepicker-decades .table-condensed tbody .day.old:hover,
  body[data-ac-activated] .calendar[data-bg=gray] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-decades .table-condensed tbody .day.old:hover,
  .calendar[data-bg=white] body[data-ac-activated] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-decades .table-condensed tbody .day.old:hover,
  body[data-ac-activated] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-decades .table-condensed tbody .day.old:hover,
  body[data-ac-activated] .calendar[data-bg=gray] .datepicker[data-bg=white] .calendar-input .datepicker .datepicker-decades .table-condensed tbody .day.old:hover,
  .datepicker[data-bg=white] body[data-ac-activated] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-decades .table-condensed tbody .day.old:hover,
  body[data-ac-activated] .calendar[data-bg=gray] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-decades .table-condensed tbody .day.old:hover,
  .datepicker[data-bg=gray] body[data-ac-activated] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-decades .table-condensed tbody .day.old:hover,
  body[data-ac-activated] .calendar[data-bg=gray] .calendar-builds .datepicker .datepicker-decades .table-condensed tbody .day.old.active,
  body[data-ac-activated] .calendar[data-bg=gray] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-decades .table-condensed tbody .day.old.active,
  .calendar[data-bg=white] body[data-ac-activated] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-decades .table-condensed tbody .day.old.active,
  body[data-ac-activated] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-decades .table-condensed tbody .day.old.active,
  body[data-ac-activated] .calendar[data-bg=gray] .datepicker[data-bg=white] .calendar-input .datepicker .datepicker-decades .table-condensed tbody .day.old.active,
  .datepicker[data-bg=white] body[data-ac-activated] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-decades .table-condensed tbody .day.old.active,
  body[data-ac-activated] .calendar[data-bg=gray] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-decades .table-condensed tbody .day.old.active,
  .datepicker[data-bg=gray] body[data-ac-activated] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-decades .table-condensed tbody .day.old.active,
  body[data-ac-activated] .calendar[data-bg=gray] .calendar-builds .datepicker .datepicker-decades .table-condensed tbody .day.old.prova,
  body[data-ac-activated] .calendar[data-bg=gray] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-decades .table-condensed tbody .day.old.prova,
  .calendar[data-bg=white] body[data-ac-activated] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-decades .table-condensed tbody .day.old.prova,
  body[data-ac-activated] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-decades .table-condensed tbody .day.old.prova,
  body[data-ac-activated] .calendar[data-bg=gray] .datepicker[data-bg=white] .calendar-input .datepicker .datepicker-decades .table-condensed tbody .day.old.prova,
  .datepicker[data-bg=white] body[data-ac-activated] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-decades .table-condensed tbody .day.old.prova,
  body[data-ac-activated] .calendar[data-bg=gray] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-decades .table-condensed tbody .day.old.prova,
  .datepicker[data-bg=gray] body[data-ac-activated] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-decades .table-condensed tbody .day.old.prova,
  body[data-ac-activated] .calendar[data-bg=gray] .calendar-builds .datepicker .datepicker-decades .table-condensed tbody .day.old.trabalho,
  body[data-ac-activated] .calendar[data-bg=gray] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-decades .table-condensed tbody .day.old.trabalho,
  .calendar[data-bg=white] body[data-ac-activated] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-decades .table-condensed tbody .day.old.trabalho,
  body[data-ac-activated] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-decades .table-condensed tbody .day.old.trabalho,
  body[data-ac-activated] .calendar[data-bg=gray] .datepicker[data-bg=white] .calendar-input .datepicker .datepicker-decades .table-condensed tbody .day.old.trabalho,
  .datepicker[data-bg=white] body[data-ac-activated] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-decades .table-condensed tbody .day.old.trabalho,
  body[data-ac-activated] .calendar[data-bg=gray] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-decades .table-condensed tbody .day.old.trabalho,
  .datepicker[data-bg=gray] body[data-ac-activated] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-decades .table-condensed tbody .day.old.trabalho,
  body[data-ac-activated] .calendar[data-bg=gray] .calendar-builds .datepicker .datepicker-decades .table-condensed tbody .day.old.encontro,
  body[data-ac-activated] .calendar[data-bg=gray] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-decades .table-condensed tbody .day.old.encontro,
  .calendar[data-bg=white] body[data-ac-activated] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-decades .table-condensed tbody .day.old.encontro,
  body[data-ac-activated] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-decades .table-condensed tbody .day.old.encontro,
  body[data-ac-activated] .calendar[data-bg=gray] .datepicker[data-bg=white] .calendar-input .datepicker .datepicker-decades .table-condensed tbody .day.old.encontro,
  .datepicker[data-bg=white] body[data-ac-activated] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-decades .table-condensed tbody .day.old.encontro,
  body[data-ac-activated] .calendar[data-bg=gray] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-decades .table-condensed tbody .day.old.encontro,
  .datepicker[data-bg=gray] body[data-ac-activated] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-decades .table-condensed tbody .day.old.encontro,
  body[data-ac-activated] .calendar[data-bg=gray] .calendar-builds .datepicker .datepicker-decades .table-condensed tbody .day.new:hover,
  body[data-ac-activated] .calendar[data-bg=gray] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-decades .table-condensed tbody .day.new:hover,
  .calendar[data-bg=white] body[data-ac-activated] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-decades .table-condensed tbody .day.new:hover,
  body[data-ac-activated] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-decades .table-condensed tbody .day.new:hover,
  body[data-ac-activated] .calendar[data-bg=gray] .datepicker[data-bg=white] .calendar-input .datepicker .datepicker-decades .table-condensed tbody .day.new:hover,
  .datepicker[data-bg=white] body[data-ac-activated] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-decades .table-condensed tbody .day.new:hover,
  body[data-ac-activated] .calendar[data-bg=gray] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-decades .table-condensed tbody .day.new:hover,
  .datepicker[data-bg=gray] body[data-ac-activated] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-decades .table-condensed tbody .day.new:hover,
  body[data-ac-activated] .calendar[data-bg=gray] .calendar-builds .datepicker .datepicker-decades .table-condensed tbody .day.new.active,
  body[data-ac-activated] .calendar[data-bg=gray] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-decades .table-condensed tbody .day.new.active,
  .calendar[data-bg=white] body[data-ac-activated] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-decades .table-condensed tbody .day.new.active,
  body[data-ac-activated] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-decades .table-condensed tbody .day.new.active,
  body[data-ac-activated] .calendar[data-bg=gray] .datepicker[data-bg=white] .calendar-input .datepicker .datepicker-decades .table-condensed tbody .day.new.active,
  .datepicker[data-bg=white] body[data-ac-activated] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-decades .table-condensed tbody .day.new.active,
  body[data-ac-activated] .calendar[data-bg=gray] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-decades .table-condensed tbody .day.new.active,
  .datepicker[data-bg=gray] body[data-ac-activated] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-decades .table-condensed tbody .day.new.active,
  body[data-ac-activated] .calendar[data-bg=gray] .calendar-builds .datepicker .datepicker-decades .table-condensed tbody .day.new.prova,
  body[data-ac-activated] .calendar[data-bg=gray] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-decades .table-condensed tbody .day.new.prova,
  .calendar[data-bg=white] body[data-ac-activated] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-decades .table-condensed tbody .day.new.prova,
  body[data-ac-activated] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-decades .table-condensed tbody .day.new.prova,
  body[data-ac-activated] .calendar[data-bg=gray] .datepicker[data-bg=white] .calendar-input .datepicker .datepicker-decades .table-condensed tbody .day.new.prova,
  .datepicker[data-bg=white] body[data-ac-activated] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-decades .table-condensed tbody .day.new.prova,
  body[data-ac-activated] .calendar[data-bg=gray] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-decades .table-condensed tbody .day.new.prova,
  .datepicker[data-bg=gray] body[data-ac-activated] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-decades .table-condensed tbody .day.new.prova,
  body[data-ac-activated] .calendar[data-bg=gray] .calendar-builds .datepicker .datepicker-decades .table-condensed tbody .day.new.trabalho,
  body[data-ac-activated] .calendar[data-bg=gray] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-decades .table-condensed tbody .day.new.trabalho,
  .calendar[data-bg=white] body[data-ac-activated] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-decades .table-condensed tbody .day.new.trabalho,
  body[data-ac-activated] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-decades .table-condensed tbody .day.new.trabalho,
  body[data-ac-activated] .calendar[data-bg=gray] .datepicker[data-bg=white] .calendar-input .datepicker .datepicker-decades .table-condensed tbody .day.new.trabalho,
  .datepicker[data-bg=white] body[data-ac-activated] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-decades .table-condensed tbody .day.new.trabalho,
  body[data-ac-activated] .calendar[data-bg=gray] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-decades .table-condensed tbody .day.new.trabalho,
  .datepicker[data-bg=gray] body[data-ac-activated] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-decades .table-condensed tbody .day.new.trabalho,
  body[data-ac-activated] .calendar[data-bg=gray] .calendar-builds .datepicker .datepicker-decades .table-condensed tbody .day.new.encontro,
  body[data-ac-activated] .calendar[data-bg=gray] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-decades .table-condensed tbody .day.new.encontro,
  .calendar[data-bg=white] body[data-ac-activated] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-decades .table-condensed tbody .day.new.encontro,
  body[data-ac-activated] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-decades .table-condensed tbody .day.new.encontro,
  body[data-ac-activated] .calendar[data-bg=gray] .datepicker[data-bg=white] .calendar-input .datepicker .datepicker-decades .table-condensed tbody .day.new.encontro,
  .datepicker[data-bg=white] body[data-ac-activated] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-decades .table-condensed tbody .day.new.encontro,
  body[data-ac-activated] .calendar[data-bg=gray] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-decades .table-condensed tbody .day.new.encontro,
  .datepicker[data-bg=gray] body[data-ac-activated] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-decades .table-condensed tbody .day.new.encontro,
  body[data-ac-activated] .calendar[data-bg=gray] .calendar-builds .datepicker .datepicker-centuries .table-condensed tbody .day.old:hover,
  body[data-ac-activated] .calendar[data-bg=gray] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-centuries .table-condensed tbody .day.old:hover,
  .calendar[data-bg=white] body[data-ac-activated] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-centuries .table-condensed tbody .day.old:hover,
  body[data-ac-activated] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-centuries .table-condensed tbody .day.old:hover,
  body[data-ac-activated] .calendar[data-bg=gray] .datepicker[data-bg=white] .calendar-input .datepicker .datepicker-centuries .table-condensed tbody .day.old:hover,
  .datepicker[data-bg=white] body[data-ac-activated] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-centuries .table-condensed tbody .day.old:hover,
  body[data-ac-activated] .calendar[data-bg=gray] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-centuries .table-condensed tbody .day.old:hover,
  .datepicker[data-bg=gray] body[data-ac-activated] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-centuries .table-condensed tbody .day.old:hover,
  body[data-ac-activated] .calendar[data-bg=gray] .calendar-builds .datepicker .datepicker-centuries .table-condensed tbody .day.old.active,
  body[data-ac-activated] .calendar[data-bg=gray] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-centuries .table-condensed tbody .day.old.active,
  .calendar[data-bg=white] body[data-ac-activated] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-centuries .table-condensed tbody .day.old.active,
  body[data-ac-activated] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-centuries .table-condensed tbody .day.old.active,
  body[data-ac-activated] .calendar[data-bg=gray] .datepicker[data-bg=white] .calendar-input .datepicker .datepicker-centuries .table-condensed tbody .day.old.active,
  .datepicker[data-bg=white] body[data-ac-activated] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-centuries .table-condensed tbody .day.old.active,
  body[data-ac-activated] .calendar[data-bg=gray] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-centuries .table-condensed tbody .day.old.active,
  .datepicker[data-bg=gray] body[data-ac-activated] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-centuries .table-condensed tbody .day.old.active,
  body[data-ac-activated] .calendar[data-bg=gray] .calendar-builds .datepicker .datepicker-centuries .table-condensed tbody .day.old.prova,
  body[data-ac-activated] .calendar[data-bg=gray] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-centuries .table-condensed tbody .day.old.prova,
  .calendar[data-bg=white] body[data-ac-activated] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-centuries .table-condensed tbody .day.old.prova,
  body[data-ac-activated] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-centuries .table-condensed tbody .day.old.prova,
  body[data-ac-activated] .calendar[data-bg=gray] .datepicker[data-bg=white] .calendar-input .datepicker .datepicker-centuries .table-condensed tbody .day.old.prova,
  .datepicker[data-bg=white] body[data-ac-activated] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-centuries .table-condensed tbody .day.old.prova,
  body[data-ac-activated] .calendar[data-bg=gray] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-centuries .table-condensed tbody .day.old.prova,
  .datepicker[data-bg=gray] body[data-ac-activated] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-centuries .table-condensed tbody .day.old.prova,
  body[data-ac-activated] .calendar[data-bg=gray] .calendar-builds .datepicker .datepicker-centuries .table-condensed tbody .day.old.trabalho,
  body[data-ac-activated] .calendar[data-bg=gray] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-centuries .table-condensed tbody .day.old.trabalho,
  .calendar[data-bg=white] body[data-ac-activated] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-centuries .table-condensed tbody .day.old.trabalho,
  body[data-ac-activated] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-centuries .table-condensed tbody .day.old.trabalho,
  body[data-ac-activated] .calendar[data-bg=gray] .datepicker[data-bg=white] .calendar-input .datepicker .datepicker-centuries .table-condensed tbody .day.old.trabalho,
  .datepicker[data-bg=white] body[data-ac-activated] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-centuries .table-condensed tbody .day.old.trabalho,
  body[data-ac-activated] .calendar[data-bg=gray] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-centuries .table-condensed tbody .day.old.trabalho,
  .datepicker[data-bg=gray] body[data-ac-activated] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-centuries .table-condensed tbody .day.old.trabalho,
  body[data-ac-activated] .calendar[data-bg=gray] .calendar-builds .datepicker .datepicker-centuries .table-condensed tbody .day.old.encontro,
  body[data-ac-activated] .calendar[data-bg=gray] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-centuries .table-condensed tbody .day.old.encontro,
  .calendar[data-bg=white] body[data-ac-activated] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-centuries .table-condensed tbody .day.old.encontro,
  body[data-ac-activated] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-centuries .table-condensed tbody .day.old.encontro,
  body[data-ac-activated] .calendar[data-bg=gray] .datepicker[data-bg=white] .calendar-input .datepicker .datepicker-centuries .table-condensed tbody .day.old.encontro,
  .datepicker[data-bg=white] body[data-ac-activated] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-centuries .table-condensed tbody .day.old.encontro,
  body[data-ac-activated] .calendar[data-bg=gray] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-centuries .table-condensed tbody .day.old.encontro,
  .datepicker[data-bg=gray] body[data-ac-activated] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-centuries .table-condensed tbody .day.old.encontro,
  body[data-ac-activated] .calendar[data-bg=gray] .calendar-builds .datepicker .datepicker-centuries .table-condensed tbody .day.new:hover,
  body[data-ac-activated] .calendar[data-bg=gray] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-centuries .table-condensed tbody .day.new:hover,
  .calendar[data-bg=white] body[data-ac-activated] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-centuries .table-condensed tbody .day.new:hover,
  body[data-ac-activated] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-centuries .table-condensed tbody .day.new:hover,
  body[data-ac-activated] .calendar[data-bg=gray] .datepicker[data-bg=white] .calendar-input .datepicker .datepicker-centuries .table-condensed tbody .day.new:hover,
  .datepicker[data-bg=white] body[data-ac-activated] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-centuries .table-condensed tbody .day.new:hover,
  body[data-ac-activated] .calendar[data-bg=gray] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-centuries .table-condensed tbody .day.new:hover,
  .datepicker[data-bg=gray] body[data-ac-activated] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-centuries .table-condensed tbody .day.new:hover,
  body[data-ac-activated] .calendar[data-bg=gray] .calendar-builds .datepicker .datepicker-centuries .table-condensed tbody .day.new.active,
  body[data-ac-activated] .calendar[data-bg=gray] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-centuries .table-condensed tbody .day.new.active,
  .calendar[data-bg=white] body[data-ac-activated] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-centuries .table-condensed tbody .day.new.active,
  body[data-ac-activated] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-centuries .table-condensed tbody .day.new.active,
  body[data-ac-activated] .calendar[data-bg=gray] .datepicker[data-bg=white] .calendar-input .datepicker .datepicker-centuries .table-condensed tbody .day.new.active,
  .datepicker[data-bg=white] body[data-ac-activated] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-centuries .table-condensed tbody .day.new.active,
  body[data-ac-activated] .calendar[data-bg=gray] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-centuries .table-condensed tbody .day.new.active,
  .datepicker[data-bg=gray] body[data-ac-activated] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-centuries .table-condensed tbody .day.new.active,
  body[data-ac-activated] .calendar[data-bg=gray] .calendar-builds .datepicker .datepicker-centuries .table-condensed tbody .day.new.prova,
  body[data-ac-activated] .calendar[data-bg=gray] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-centuries .table-condensed tbody .day.new.prova,
  .calendar[data-bg=white] body[data-ac-activated] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-centuries .table-condensed tbody .day.new.prova,
  body[data-ac-activated] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-centuries .table-condensed tbody .day.new.prova,
  body[data-ac-activated] .calendar[data-bg=gray] .datepicker[data-bg=white] .calendar-input .datepicker .datepicker-centuries .table-condensed tbody .day.new.prova,
  .datepicker[data-bg=white] body[data-ac-activated] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-centuries .table-condensed tbody .day.new.prova,
  body[data-ac-activated] .calendar[data-bg=gray] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-centuries .table-condensed tbody .day.new.prova,
  .datepicker[data-bg=gray] body[data-ac-activated] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-centuries .table-condensed tbody .day.new.prova,
  body[data-ac-activated] .calendar[data-bg=gray] .calendar-builds .datepicker .datepicker-centuries .table-condensed tbody .day.new.trabalho,
  body[data-ac-activated] .calendar[data-bg=gray] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-centuries .table-condensed tbody .day.new.trabalho,
  .calendar[data-bg=white] body[data-ac-activated] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-centuries .table-condensed tbody .day.new.trabalho,
  body[data-ac-activated] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-centuries .table-condensed tbody .day.new.trabalho,
  body[data-ac-activated] .calendar[data-bg=gray] .datepicker[data-bg=white] .calendar-input .datepicker .datepicker-centuries .table-condensed tbody .day.new.trabalho,
  .datepicker[data-bg=white] body[data-ac-activated] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-centuries .table-condensed tbody .day.new.trabalho,
  body[data-ac-activated] .calendar[data-bg=gray] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-centuries .table-condensed tbody .day.new.trabalho,
  .datepicker[data-bg=gray] body[data-ac-activated] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-centuries .table-condensed tbody .day.new.trabalho,
  body[data-ac-activated] .calendar[data-bg=gray] .calendar-builds .datepicker .datepicker-centuries .table-condensed tbody .day.new.encontro,
  body[data-ac-activated] .calendar[data-bg=gray] .calendar[data-bg=white] .calendar-input .datepicker .datepicker-centuries .table-condensed tbody .day.new.encontro,
  .calendar[data-bg=white] body[data-ac-activated] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-centuries .table-condensed tbody .day.new.encontro,
  body[data-ac-activated] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-centuries .table-condensed tbody .day.new.encontro,
  body[data-ac-activated] .calendar[data-bg=gray] .datepicker[data-bg=white] .calendar-input .datepicker .datepicker-centuries .table-condensed tbody .day.new.encontro,
  .datepicker[data-bg=white] body[data-ac-activated] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-centuries .table-condensed tbody .day.new.encontro,
  body[data-ac-activated] .calendar[data-bg=gray] .datepicker[data-bg=gray] .calendar-input .datepicker .datepicker-centuries .table-condensed tbody .day.new.encontro,
  .datepicker[data-bg=gray] body[data-ac-activated] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-centuries .table-condensed tbody .day.new.encontro,
  body[data-ac-activated] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-days .table-condensed tbody .day.old:hover,
  body[data-ac-activated] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-days .table-condensed tbody .day.old.active,
  body[data-ac-activated] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-days .table-condensed tbody .day.old.prova,
  body[data-ac-activated] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-days .table-condensed tbody .day.old.trabalho,
  body[data-ac-activated] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-days .table-condensed tbody .day.old.encontro,
  body[data-ac-activated] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-days .table-condensed tbody .day.new:hover,
  body[data-ac-activated] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-days .table-condensed tbody .day.new.active,
  body[data-ac-activated] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-days .table-condensed tbody .day.new.prova,
  body[data-ac-activated] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-days .table-condensed tbody .day.new.trabalho,
  body[data-ac-activated] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-days .table-condensed tbody .day.new.encontro,
  body[data-ac-activated] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-months .table-condensed tbody .day.old:hover,
  body[data-ac-activated] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-months .table-condensed tbody .day.old.active,
  body[data-ac-activated] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-months .table-condensed tbody .day.old.prova,
  body[data-ac-activated] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-months .table-condensed tbody .day.old.trabalho,
  body[data-ac-activated] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-months .table-condensed tbody .day.old.encontro,
  body[data-ac-activated] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-months .table-condensed tbody .day.new:hover,
  body[data-ac-activated] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-months .table-condensed tbody .day.new.active,
  body[data-ac-activated] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-months .table-condensed tbody .day.new.prova,
  body[data-ac-activated] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-months .table-condensed tbody .day.new.trabalho,
  body[data-ac-activated] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-months .table-condensed tbody .day.new.encontro,
  body[data-ac-activated] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-years .table-condensed tbody .day.old:hover,
  body[data-ac-activated] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-years .table-condensed tbody .day.old.active,
  body[data-ac-activated] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-years .table-condensed tbody .day.old.prova,
  body[data-ac-activated] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-years .table-condensed tbody .day.old.trabalho,
  body[data-ac-activated] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-years .table-condensed tbody .day.old.encontro,
  body[data-ac-activated] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-years .table-condensed tbody .day.new:hover,
  body[data-ac-activated] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-years .table-condensed tbody .day.new.active,
  body[data-ac-activated] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-years .table-condensed tbody .day.new.prova,
  body[data-ac-activated] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-years .table-condensed tbody .day.new.trabalho,
  body[data-ac-activated] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-years .table-condensed tbody .day.new.encontro,
  body[data-ac-activated] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-decades .table-condensed tbody .day.old:hover,
  body[data-ac-activated] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-decades .table-condensed tbody .day.old.active,
  body[data-ac-activated] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-decades .table-condensed tbody .day.old.prova,
  body[data-ac-activated] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-decades .table-condensed tbody .day.old.trabalho,
  body[data-ac-activated] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-decades .table-condensed tbody .day.old.encontro,
  body[data-ac-activated] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-decades .table-condensed tbody .day.new:hover,
  body[data-ac-activated] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-decades .table-condensed tbody .day.new.active,
  body[data-ac-activated] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-decades .table-condensed tbody .day.new.prova,
  body[data-ac-activated] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-decades .table-condensed tbody .day.new.trabalho,
  body[data-ac-activated] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-decades .table-condensed tbody .day.new.encontro,
  body[data-ac-activated] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-centuries .table-condensed tbody .day.old:hover,
  body[data-ac-activated] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-centuries .table-condensed tbody .day.old.active,
  body[data-ac-activated] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-centuries .table-condensed tbody .day.old.prova,
  body[data-ac-activated] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-centuries .table-condensed tbody .day.old.trabalho,
  body[data-ac-activated] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-centuries .table-condensed tbody .day.old.encontro,
  body[data-ac-activated] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-centuries .table-condensed tbody .day.new:hover,
  body[data-ac-activated] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-centuries .table-condensed tbody .day.new.active,
  body[data-ac-activated] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-centuries .table-condensed tbody .day.new.prova,
  body[data-ac-activated] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-centuries .table-condensed tbody .day.new.trabalho,
  body[data-ac-activated] .calendar[data-bg=gray] .calendar-input .datepicker .datepicker-centuries .table-condensed tbody .day.new.encontro {
    color: var(--primary-dark-color);
    opacity: 1;
  }
  body[data-ac-activated] .calendar[data-bg=white] .calendar-builds hr,
  body[data-ac-activated] .calendar[data-bg=white] .calendar-input hr, body[data-ac-activated] .calendar[data-bg=gray] .calendar-builds hr,
  body[data-ac-activated] .calendar[data-bg=gray] .calendar-input hr {
    border-top-color: var(--border-color);
  }
  body[data-ac-activated] .calendar[data-bg=white] .calendar-builds ul li,
  body[data-ac-activated] .calendar[data-bg=white] .calendar-input ul li, body[data-ac-activated] .calendar[data-bg=gray] .calendar-builds ul li,
  body[data-ac-activated] .calendar[data-bg=gray] .calendar-input ul li {
    color: var(--primary-dark-color) !important;
  }
}
.language-js {
  color: #212529;
}
.language-js > .token.function, .language-js > .token.punctuation, .language-js > .token.operator, .language-js > .token.constant {
  color: #212529;
}
.language-js > .token.string {
  color: #c30;
}
.language-js > .token.keyword, .language-js > .token.boolean {
  color: #069;
}
.language-js > .token.comment {
  color: #999;
}
.language-js > .token.regex {
  color: #3aa;
}
.language-js > .token.function-variable {
  color: #4f9fcf !important;
}

code {
  color: #c30;
}

/**
  Definição de alto-contraste
 */
@media not print {
  body[data-ac-activated] code:not([class*=language-]),
  body[data-ac-activated] pre:not([class*=language-]) {
    color: var(--text-color);
  }
}
@supports not selector(*::-webkit-scrollbar) {
  .custom-scroll .custom-scroll {
    scrollbar-color: var(--secondary-dark-color) transparent;
    scrollbar-width: thin;
  }
}
.custom-scroll::-webkit-scrollbar {
  height: 18px;
  width: 20px;
}
.custom-scroll::-webkit-scrollbar-thumb {
  background-clip: padding-box;
  background-color: var(--secondary-dark-color);
  border: 7px solid transparent;
  border-radius: 10px;
  height: 80px;
}
.custom-scroll::-webkit-scrollbar-corner {
  background-color: transparent;
}
.custom-scroll::-webkit-scrollbar-button {
  display: none;
  height: 0;
  width: 0;
}

/** workaround para não deixar a barra de scroll "thin" no firefox do linux **/
@-moz-document url-prefix("") {
  html[data-browser*=Linux] .custom-scroll {
    scrollbar-width: auto;
  }
}

body[data-ac-activated] .custom-scroll, body[data-ac-activated].custom-scroll {
  scrollbar-color: var(--primary-light-color) transparent !important;
}
body[data-ac-activated] .custom-scroll::-webkit-scrollbar-thumb, body[data-ac-activated].custom-scroll::-webkit-scrollbar-thumb {
  background-color: var(--primary-light-color) !important;
}

.galeria {
  width: 100%;
}
.galeria > .galeria-imagens {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.galeria > .galeria-imagens > .cria-album {
  height: 100px;
  margin: 0 10px;
  width: 293px;
}
.galeria > .galeria-imagens > .cria-album .form-group {
  margin: 0;
}
.galeria > .galeria-imagens > .cria-album .form-group label {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border: 3px solid var(--secondary-color);
  border-color: var(--primary-color);
  border-radius: 5px;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0;
}
.galeria > .galeria-imagens > .cria-album .form-group label h3,
.galeria > .galeria-imagens > .cria-album .form-group label i {
  color: var(--primary-darker-color);
}
.galeria > .galeria-imagens > .cria-album .form-group label h3 {
  font-weight: bold;
  margin: 0;
  margin-left: 6px;
}
.galeria > .galeria-imagens > .cria-album .form-group label:hover, .galeria > .galeria-imagens > .cria-album .form-group label:focus {
  background-color: var(--primary-color);
  border-color: var(--primary-color);
}
.galeria > .galeria-imagens > .cria-album .form-group label:hover h3,
.galeria > .galeria-imagens > .cria-album .form-group label:hover i, .galeria > .galeria-imagens > .cria-album .form-group label:focus h3,
.galeria > .galeria-imagens > .cria-album .form-group label:focus i {
  color: var(--white);
}
.galeria > .galeria-imagens > .cria-album .form-group label:active {
  background-color: var(--primary-light-color);
  border-color: var(--primary-light-color);
}
.galeria > .galeria-imagens > .cria-album .form-group label:active h3,
.galeria > .galeria-imagens > .cria-album .form-group label:active i {
  color: var(--primary-darker-color);
}
@media only screen and (max-width: 759px) {
  .galeria > .galeria-imagens > .cria-album {
    margin: 0 auto;
  }
}
.galeria > .galeria-imagens .galeria-imagens__album {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  height: 293px;
  margin: 10px;
  position: relative;
  width: 293px;
}
.galeria > .galeria-imagens .galeria-imagens__album .galeria-imagens__show-album {
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  max-height: 293px;
  max-width: 293px;
  min-height: 131px;
  min-width: 131px;
  width: 100%;
}
.galeria > .galeria-imagens .galeria-imagens__album .galeria-imagens__show-album::before {
  background-color: #000;
  border-radius: 5px;
  content: "";
  cursor: pointer;
  height: 100%;
  opacity: 0.3;
  position: absolute;
  width: 100%;
  z-index: 2;
}
.galeria > .galeria-imagens .galeria-imagens__album .galeria-imagens__show-album:hover::before, .galeria > .galeria-imagens .galeria-imagens__album .galeria-imagens__show-album:focus::before {
  background-color: var(--primary-color);
  opacity: 0.8;
}
.galeria > .galeria-imagens .galeria-imagens__album .galeria-imagens__show-album img {
  border-radius: 5px;
  height: 100%;
  max-inline-size: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  z-index: 1;
}
.galeria > .galeria-imagens .galeria-imagens__album .galeria-imagens__show-album .mascara {
  background-color: #000;
  border-radius: 5px;
  cursor: pointer;
  height: 100%;
  opacity: 0.3;
  position: absolute;
  width: 100%;
  z-index: 2;
}
.galeria > .galeria-imagens .galeria-imagens__album .galeria-imagens__show-album .mascara:hover, .galeria > .galeria-imagens .galeria-imagens__album .galeria-imagens__show-album .mascara:focus {
  background-color: var(--primary-color);
  opacity: 0.8;
}
.galeria > .galeria-imagens .galeria-imagens__album .galeria-imagens__show-album .mascara:active {
  background-color: var(--primary-light-color);
  opacity: 0.5;
}
.galeria > .galeria-imagens .galeria-imagens__album .galeria-imagens__show-album .dropdown {
  z-index: 3;
}
.galeria > .galeria-imagens .galeria-imagens__album .galeria-imagens__show-album .dropdown button {
  border: 0 !important;
}
.galeria > .galeria-imagens .galeria-imagens__album .galeria-imagens__show-album .dropdown button i {
  color: var(--white) !important;
}
.galeria > .galeria-imagens .galeria-imagens__album .galeria-imagens__show-album .dropdown button:hover i, .galeria > .galeria-imagens .galeria-imagens__album .galeria-imagens__show-album .dropdown button:focus i {
  color: var(--black) !important;
}
.galeria > .galeria-imagens .galeria-imagens__album .galeria-imagens__show-album .dropdown button:active i {
  color: var(--white) !important;
}
.galeria > .galeria-imagens .galeria-imagens__album .name-album {
  color: var(--white);
  font-weight: bold;
  margin: 0 0 16px 10px;
  z-index: 3;
}
.galeria > .galeria-imagens .galeria-imagens__album .show-photo {
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100px !important;
  max-width: 293px !important;
  min-width: 131px !important;
  width: 100%;
}
.galeria > .galeria-imagens .galeria-imagens__album .show-photo img {
  border-radius: 5px;
  height: 100%;
  max-inline-size: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  z-index: 1;
}
.galeria > .galeria-imagens .galeria-imagens__album .show-photo .edit-photo {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100px !important;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  max-width: 293px !important;
  min-width: 131px;
  width: 100%;
  z-index: 2;
}
.galeria > .galeria-imagens .galeria-imagens__album .show-photo .edit-photo::before {
  background-color: #000;
  border-radius: 5px;
  content: "";
  cursor: pointer;
  height: 100%;
  opacity: 0.3;
  position: absolute;
  width: 100%;
  z-index: 2;
}
.galeria > .galeria-imagens .galeria-imagens__album .show-photo .edit-photo:hover::before, .galeria > .galeria-imagens .galeria-imagens__album .show-photo .edit-photo:focus::before {
  background-color: var(--primary-color);
  opacity: 0.8;
}
.galeria > .galeria-imagens .galeria-imagens__album .show-photo .edit-photo.active::before, .galeria > .galeria-imagens .galeria-imagens__album .show-photo .edit-photo:active::before {
  background-color: var(--primary-light-color);
  opacity: 0.5;
}
.galeria > .galeria-imagens .galeria-imagens__album .show-photo .edit-photo .mascara {
  background-color: #000;
  border-radius: 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  opacity: 0.3;
  position: absolute;
  width: 100%;
}
.galeria > .galeria-imagens .galeria-imagens__album .show-photo .edit-photo .mascara:hover, .galeria > .galeria-imagens .galeria-imagens__album .show-photo .edit-photo .mascara:focus {
  background-color: var(--primary-color);
  opacity: 0.8;
}
.galeria > .galeria-imagens .galeria-imagens__album .show-photo .edit-photo .mascara.active, .galeria > .galeria-imagens .galeria-imagens__album .show-photo .edit-photo .mascara:active {
  background-color: var(--primary-light-color);
  opacity: 0.5;
}
.galeria > .galeria-imagens .galeria-imagens__album .show-photo .edit-photo .form-check {
  margin: 0;
  z-index: 3;
}
.galeria > .galeria-imagens .galeria-imagens__album .show-photo .edit-photo .form-check label {
  margin: 15px 0 0 15px;
  z-index: 3;
}
.galeria > .galeria-imagens .galeria-imagens__album .show-photo .edit-photo .form-check label::before {
  border-color: var(--white) !important;
  margin: 0;
}
@media only screen and (max-width: 759px) {
  .galeria > .galeria-imagens .galeria-imagens__album {
    -webkit-box-pack: space-evenly;
        -ms-flex-pack: space-evenly;
            justify-content: space-evenly;
  }
}
@media only screen and (max-width: 759px) {
  .galeria > .galeria-imagens .galeria-imagens__album {
    -webkit-box-pack: space-evenly;
        -ms-flex-pack: space-evenly;
            justify-content: space-evenly;
  }
}

body[data-ac-activated] .galeria > .galeria-imagens a {
  position: initial;
}
body[data-ac-activated] .galeria > .galeria-imagens > .cria-album .form-group label {
  border-color: var(--primary-color);
}
body[data-ac-activated] .galeria > .galeria-imagens > .cria-album .form-group label h3,
body[data-ac-activated] .galeria > .galeria-imagens > .cria-album .form-group label i {
  color: var(--primary-color);
}
body[data-ac-activated] .galeria > .galeria-imagens > .cria-album .form-group label:hover, body[data-ac-activated] .galeria > .galeria-imagens > .cria-album .form-group label:focus {
  background-color: var(--primary-light-color);
  border-color: var(--border-color);
}
body[data-ac-activated] .galeria > .galeria-imagens > .cria-album .form-group label:hover h3,
body[data-ac-activated] .galeria > .galeria-imagens > .cria-album .form-group label:hover i, body[data-ac-activated] .galeria > .galeria-imagens > .cria-album .form-group label:focus h3,
body[data-ac-activated] .galeria > .galeria-imagens > .cria-album .form-group label:focus i {
  color: var(--primary-dark-color);
}
body[data-ac-activated] .galeria > .galeria-imagens > .cria-album .form-group label:active, body[data-ac-activated] .galeria > .galeria-imagens > .cria-album .form-group label.active {
  background-color: var(--primary-color);
  border-color: var(--primary-color);
}
body[data-ac-activated] .galeria > .galeria-imagens > .cria-album .form-group label:active h3,
body[data-ac-activated] .galeria > .galeria-imagens > .cria-album .form-group label:active i, body[data-ac-activated] .galeria > .galeria-imagens > .cria-album .form-group label.active h3,
body[data-ac-activated] .galeria > .galeria-imagens > .cria-album .form-group label.active i {
  color: var(--primary-dark-color);
}
body[data-ac-activated] .galeria > .galeria-imagens > .galeria-imagens__album .galeria-imagens__show-album img {
  -webkit-filter: grayscale(1);
          filter: grayscale(1);
}
body[data-ac-activated] .galeria > .galeria-imagens > .galeria-imagens__album .galeria-imagens__show-album .mascara {
  background: -webkit-gradient(linear, left bottom, left top, from(#000), to(transparent)) !important;
  background: linear-gradient(0deg, #000 0%, transparent 100%) !important;
  border: 4px solid var(--primary-dark-color);
  height: 100%;
  opacity: 1 !important;
  width: 100%;
}
body[data-ac-activated] .galeria > .galeria-imagens > .galeria-imagens__album .galeria-imagens__show-album .mascara:hover {
  border-color: var(--border-color);
}
body[data-ac-activated] .galeria > .galeria-imagens > .galeria-imagens__album .galeria-imagens__show-album .mascara:focus {
  border-color: var(--primary-color);
}
body[data-ac-activated] .galeria > .galeria-imagens > .galeria-imagens__album .galeria-imagens__show-album .mascara:active, body[data-ac-activated] .galeria > .galeria-imagens > .galeria-imagens__album .galeria-imagens__show-album .mascara.active {
  border-color: var(--primary-color) !important;
}
body[data-ac-activated] .galeria > .galeria-imagens > .galeria-imagens__album .galeria-imagens__show-album .icon {
  border: 0 !important;
}
body[data-ac-activated] .galeria > .galeria-imagens > .galeria-imagens__album .show-photo img {
  -webkit-filter: grayscale(1);
          filter: grayscale(1);
}
body[data-ac-activated] .galeria > .galeria-imagens > .galeria-imagens__album .show-photo .edit-photo .mascara {
  background: -webkit-gradient(linear, left top, left bottom, from(#000), to(transparent)) !important;
  background: linear-gradient(180deg, #000 0%, transparent 100%) !important;
  border: 4px solid var(--primary-dark-color);
  border-radius: 5px;
  height: 100%;
  opacity: 1 !important;
  width: 100%;
}
body[data-ac-activated] .galeria > .galeria-imagens > .galeria-imagens__album .show-photo .edit-photo .mascara:hover, body[data-ac-activated] .galeria > .galeria-imagens > .galeria-imagens__album .show-photo .edit-photo .mascara:focus {
  border-color: var(--primary-light-color);
}
body[data-ac-activated] .galeria > .galeria-imagens > .galeria-imagens__album .show-photo .edit-photo .mascara:active, body[data-ac-activated] .galeria > .galeria-imagens > .galeria-imagens__album .show-photo .edit-photo .mascara.active {
  border-color: var(--primary-color);
}
body[data-ac-activated] .simple-lightbox .sl-close,
body[data-ac-activated] .simple-lightbox .sl-next,
body[data-ac-activated] .simple-lightbox .sl-prev {
  color: var(--primary-color);
}

body[data-ac-activated=branco-azul] .galeria > .galeria-imagens > .galeria-imagens__album .galeria-imagens__show-album .icon,
.component__box.branco-azul .galeria > .galeria-imagens > .galeria-imagens__album .galeria-imagens__show-album .icon {
  border: 0 !important;
}
body[data-ac-activated=branco-azul] .galeria > .galeria-imagens > .galeria-imagens__album .galeria-imagens__show-album .icon i::before,
.component__box.branco-azul .galeria > .galeria-imagens > .galeria-imagens__album .galeria-imagens__show-album .icon i::before {
  color: var(--primary-dark-color) !important;
}

.galeria > .galeria-videos > .adiciona-video {
  height: 100px !important;
  margin: 0 10px;
  width: 215px !important;
}
.galeria > .galeria-videos > .adiciona-video .form-group {
  margin: 0;
}
.galeria > .galeria-videos > .adiciona-video .form-group label {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border: 3px solid var(--secondary-color);
  border-color: var(--primary-color);
  border-radius: 5px;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0;
}
.galeria > .galeria-videos > .adiciona-video .form-group label h3 {
  font-weight: bold;
  margin: 0;
  margin-left: 6px;
}
.galeria > .galeria-videos > .adiciona-video .form-group label h3,
.galeria > .galeria-videos > .adiciona-video .form-group label i {
  color: var(--primary-darker-color);
}
.galeria > .galeria-videos > .adiciona-video .form-group label:hover, .galeria > .galeria-videos > .adiciona-video .form-group label:focus {
  background-color: var(--primary-color);
  border-color: var(--primary-color);
}
.galeria > .galeria-videos > .adiciona-video .form-group label:hover h3,
.galeria > .galeria-videos > .adiciona-video .form-group label:hover i, .galeria > .galeria-videos > .adiciona-video .form-group label:focus h3,
.galeria > .galeria-videos > .adiciona-video .form-group label:focus i {
  color: var(--white);
}
.galeria > .galeria-videos > .adiciona-video .form-group label:active {
  background-color: var(--primary-light-color);
  border-color: var(--primary-light-color);
}
.galeria > .galeria-videos > .adiciona-video .form-group label:active h3,
.galeria > .galeria-videos > .adiciona-video .form-group label:active i {
  color: var(--primary-darker-color);
}
@media only screen and (max-width: 759px) {
  .galeria > .galeria-videos > .adiciona-video {
    margin: 0 auto;
  }
}
.galeria > .galeria-videos > .contain-videos {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  max-width: 100%;
}
.galeria > .galeria-videos > .contain-videos .show-video {
  margin: 10px;
}
.galeria > .galeria-videos > .contain-videos .show-video iframe {
  border-radius: 5px;
  height: 100px !important;
  margin: 0 !important;
  width: 215px !important;
}
.galeria > .galeria-videos > .contain-videos .show-video video {
  background-color: rgba(0, 0, 0, 0.3);
  border-radius: 5px;
  height: 100px !important;
  width: 215px !important;
}
.galeria > .galeria-videos > .contain-videos .show-video video:hover, .galeria > .galeria-videos > .contain-videos .show-video video:focus {
  background-color: rgba(var(--primary-color), 0.8);
}
.galeria > .galeria-videos > .contain-videos .show-video video.active {
  background-color: rgba(var(--primary-light-color), 0.5);
}
.galeria > .galeria-videos > .contain-videos .show-video .info-video {
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 47px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 215px !important;
}
.galeria > .galeria-videos > .contain-videos .show-video .info-video h3 {
  -ms-flex-item-align: center;
      align-self: center;
  margin: 0;
}
.galeria > .galeria-videos > .contain-videos .show-video .info-video .dropdown {
  -ms-flex-item-align: end;
      align-self: flex-end;
}
@media only screen and (max-width: 759px) {
  .galeria > .galeria-videos > .contain-videos {
    -webkit-box-pack: space-evenly;
        -ms-flex-pack: space-evenly;
            justify-content: space-evenly;
  }
}

@media not print {
  body[data-ac-activated] .galeria > .galeria-videos > .adiciona-video .form-group label {
    border-color: var(--primary-color);
  }
  body[data-ac-activated] .galeria > .galeria-videos > .adiciona-video .form-group label h3,
  body[data-ac-activated] .galeria > .galeria-videos > .adiciona-video .form-group label i {
    color: var(--primary-color);
  }
  body[data-ac-activated] .galeria > .galeria-videos > .adiciona-video .form-group label:hover, body[data-ac-activated] .galeria > .galeria-videos > .adiciona-video .form-group label:focus {
    background-color: var(--primary-light-color);
    border-color: var(--border-color);
  }
  body[data-ac-activated] .galeria > .galeria-videos > .adiciona-video .form-group label:hover h3,
  body[data-ac-activated] .galeria > .galeria-videos > .adiciona-video .form-group label:hover i, body[data-ac-activated] .galeria > .galeria-videos > .adiciona-video .form-group label:focus h3,
  body[data-ac-activated] .galeria > .galeria-videos > .adiciona-video .form-group label:focus i {
    color: var(--primary-dark-color);
  }
  body[data-ac-activated] .galeria > .galeria-videos > .adiciona-video .form-group label:active, body[data-ac-activated] .galeria > .galeria-videos > .adiciona-video .form-group label.active {
    background-color: var(--primary-color);
    border-color: var(--primary-color);
  }
  body[data-ac-activated] .galeria > .galeria-videos > .adiciona-video .form-group label:active h3,
  body[data-ac-activated] .galeria > .galeria-videos > .adiciona-video .form-group label:active i, body[data-ac-activated] .galeria > .galeria-videos > .adiciona-video .form-group label.active h3,
  body[data-ac-activated] .galeria > .galeria-videos > .adiciona-video .form-group label.active i {
    color: var(--primary-dark-color);
  }
  body[data-ac-activated] .galeria > .galeria-videos > .contain-videos .show-video iframe {
    -webkit-filter: grayscale(1);
            filter: grayscale(1);
  }
  body[data-ac-activated] .galeria > .galeria-videos > .contain-videos .show-video video {
    background-color: var(--primary-light-color) !important;
    -webkit-filter: grayscale(1);
            filter: grayscale(1);
  }
  body[data-ac-activated] .galeria > .galeria-videos > .contain-videos .show-video .info-video .name-video {
    color: var(--primary-light-color);
  }
}
.loading-overlay {
  background-color: rgba(0, 0, 0, 0.6);
  height: 100%;
  overflow: hidden;
  position: absolute;
  width: 100%;
  z-index: 999999999;
}

.loading-box, .bootstrap-table .fixed-table-container .fixed-table-body .fixed-table-loading .loading-wrap {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #fff;
  border: 3px solid;
  border-color: var(--primary-color);
  border-radius: 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 165px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  left: 50%;
  max-width: 400px;
  padding: 38px 20px 22px;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 90%;
  z-index: 9999;
}
.loading-box .spinner-border, .bootstrap-table .fixed-table-container .fixed-table-body .fixed-table-loading .loading-wrap .spinner-border, .bootstrap-table .fixed-table-container .fixed-table-body .fixed-table-loading .loading-wrap .animation-wrap {
  padding: 20px;
}
.loading-box h1, .bootstrap-table .fixed-table-container .fixed-table-body .fixed-table-loading .loading-wrap h1 {
  margin-bottom: 0;
  margin-top: 20px;
}

.loading-box.loading-box--bar, .bootstrap-table .fixed-table-container .fixed-table-body .fixed-table-loading .loading-box--bar.loading-wrap {
  -webkit-box-align: normal;
      -ms-flex-align: normal;
          align-items: normal;
  border: 0;
  -webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.4);
          box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.4);
  height: 130px;
  text-align: left;
  max-width: 360px;
  padding: 0;
}
.loading-box.loading-box--bar .loading-content, .loading-box.loading-box--bar .loading-content-100, .loading-box.loading-box--bar .loading-content-90, .loading-box.loading-box--bar .loading-content-80, .loading-box.loading-box--bar .loading-content-70, .loading-box.loading-box--bar .loading-content-60, .loading-box.loading-box--bar .loading-content-50, .loading-box.loading-box--bar .loading-content-40, .loading-box.loading-box--bar .loading-content-30, .loading-box.loading-box--bar .loading-content-20, .loading-box.loading-box--bar .loading-content-10, .loading-box.loading-box--bar .loading-content-small, .loading-box.loading-box--bar .loading-content-small-100, .loading-box.loading-box--bar .loading-content-small-90, .loading-box.loading-box--bar .loading-content-small-80, .loading-box.loading-box--bar .loading-content-small-70, .loading-box.loading-box--bar .loading-content-small-60, .loading-box.loading-box--bar .loading-content-small-50, .loading-box.loading-box--bar .loading-content-small-40, .loading-box.loading-box--bar .loading-content-small-30, .loading-box.loading-box--bar .loading-content-small-20, .loading-box.loading-box--bar .loading-content-small-10, .bootstrap-table .fixed-table-container .fixed-table-body .fixed-table-loading .loading-box--bar.loading-wrap .loading-content, .bootstrap-table .fixed-table-container .fixed-table-body .fixed-table-loading .loading-box--bar.loading-wrap .loading-content-100, .bootstrap-table .fixed-table-container .fixed-table-body .fixed-table-loading .loading-box--bar.loading-wrap .loading-content-90, .bootstrap-table .fixed-table-container .fixed-table-body .fixed-table-loading .loading-box--bar.loading-wrap .loading-content-80, .bootstrap-table .fixed-table-container .fixed-table-body .fixed-table-loading .loading-box--bar.loading-wrap .loading-content-70, .bootstrap-table .fixed-table-container .fixed-table-body .fixed-table-loading .loading-box--bar.loading-wrap .loading-content-60, .bootstrap-table .fixed-table-container .fixed-table-body .fixed-table-loading .loading-box--bar.loading-wrap .loading-content-50, .bootstrap-table .fixed-table-container .fixed-table-body .fixed-table-loading .loading-box--bar.loading-wrap .loading-content-40, .bootstrap-table .fixed-table-container .fixed-table-body .fixed-table-loading .loading-box--bar.loading-wrap .loading-content-30, .bootstrap-table .fixed-table-container .fixed-table-body .fixed-table-loading .loading-box--bar.loading-wrap .loading-content-20, .bootstrap-table .fixed-table-container .fixed-table-body .fixed-table-loading .loading-box--bar.loading-wrap .loading-content-10, .bootstrap-table .fixed-table-container .fixed-table-body .fixed-table-loading .loading-box--bar.loading-wrap .loading-content-small, .bootstrap-table .fixed-table-container .fixed-table-body .fixed-table-loading .loading-box--bar.loading-wrap .loading-content-small-100, .bootstrap-table .fixed-table-container .fixed-table-body .fixed-table-loading .loading-box--bar.loading-wrap .loading-content-small-90, .bootstrap-table .fixed-table-container .fixed-table-body .fixed-table-loading .loading-box--bar.loading-wrap .loading-content-small-80, .bootstrap-table .fixed-table-container .fixed-table-body .fixed-table-loading .loading-box--bar.loading-wrap .loading-content-small-70, .bootstrap-table .fixed-table-container .fixed-table-body .fixed-table-loading .loading-box--bar.loading-wrap .loading-content-small-60, .bootstrap-table .fixed-table-container .fixed-table-body .fixed-table-loading .loading-box--bar.loading-wrap .loading-content-small-50, .bootstrap-table .fixed-table-container .fixed-table-body .fixed-table-loading .loading-box--bar.loading-wrap .loading-content-small-40, .bootstrap-table .fixed-table-container .fixed-table-body .fixed-table-loading .loading-box--bar.loading-wrap .loading-content-small-30, .bootstrap-table .fixed-table-container .fixed-table-body .fixed-table-loading .loading-box--bar.loading-wrap .loading-content-small-20, .bootstrap-table .fixed-table-container .fixed-table-body .fixed-table-loading .loading-box--bar.loading-wrap .loading-content-small-10 {
  background: var(--secondary-lightest-color);
  background: -webkit-gradient(linear, left top, right top, color-stop(4%, var(--secondary-lightest-color)), color-stop(60%, var(--primary-color)), color-stop(95%, var(--secondary-lightest-color)));
  background: linear-gradient(to right, var(--secondary-lightest-color) 4%, var(--primary-color) 60%, var(--secondary-lightest-color) 95%);
  margin-top: 16px;
  border-radius: 0px 0px 5px 5px;
  height: 29px;
}
.loading-box.loading-box--bar h1, .bootstrap-table .fixed-table-container .fixed-table-body .fixed-table-loading .loading-box--bar.loading-wrap h1 {
  padding: 1.204px 0;
}
.loading-box.loading-box--bar h1, .bootstrap-table .fixed-table-container .fixed-table-body .fixed-table-loading .loading-box--bar.loading-wrap h1,
.loading-box.loading-box--bar p,
.bootstrap-table .fixed-table-container .fixed-table-body .fixed-table-loading .loading-box--bar.loading-wrap p {
  margin-bottom: 0;
  margin-top: 20px;
  margin-left: 24px;
}

/*
  Definição de cores alto-contraste
*/
@media not print {
  body[data-ac-activated] .loading-box, body[data-ac-activated] .bootstrap-table .fixed-table-container .fixed-table-body .fixed-table-loading .loading-wrap, .bootstrap-table .fixed-table-container .fixed-table-body .fixed-table-loading body[data-ac-activated] .loading-wrap {
    background-color: var(--primary-dark-color);
    border-color: var(--primary-light-color);
  }
  body[data-ac-activated] .loading-box .loading-content, body[data-ac-activated] .loading-box .loading-content-100, body[data-ac-activated] .loading-box .loading-content-90, body[data-ac-activated] .loading-box .loading-content-80, body[data-ac-activated] .loading-box .loading-content-70, body[data-ac-activated] .loading-box .loading-content-60, body[data-ac-activated] .loading-box .loading-content-50, body[data-ac-activated] .loading-box .loading-content-40, body[data-ac-activated] .loading-box .loading-content-30, body[data-ac-activated] .loading-box .loading-content-20, body[data-ac-activated] .loading-box .loading-content-10, body[data-ac-activated] .loading-box .loading-content-small, body[data-ac-activated] .loading-box .loading-content-small-100, body[data-ac-activated] .loading-box .loading-content-small-90, body[data-ac-activated] .loading-box .loading-content-small-80, body[data-ac-activated] .loading-box .loading-content-small-70, body[data-ac-activated] .loading-box .loading-content-small-60, body[data-ac-activated] .loading-box .loading-content-small-50, body[data-ac-activated] .loading-box .loading-content-small-40, body[data-ac-activated] .loading-box .loading-content-small-30, body[data-ac-activated] .loading-box .loading-content-small-20, body[data-ac-activated] .loading-box .loading-content-small-10, body[data-ac-activated] .bootstrap-table .fixed-table-container .fixed-table-body .fixed-table-loading .loading-wrap .loading-content, body[data-ac-activated] .bootstrap-table .fixed-table-container .fixed-table-body .fixed-table-loading .loading-wrap .loading-content-100, body[data-ac-activated] .bootstrap-table .fixed-table-container .fixed-table-body .fixed-table-loading .loading-wrap .loading-content-90, body[data-ac-activated] .bootstrap-table .fixed-table-container .fixed-table-body .fixed-table-loading .loading-wrap .loading-content-80, body[data-ac-activated] .bootstrap-table .fixed-table-container .fixed-table-body .fixed-table-loading .loading-wrap .loading-content-70, body[data-ac-activated] .bootstrap-table .fixed-table-container .fixed-table-body .fixed-table-loading .loading-wrap .loading-content-60, body[data-ac-activated] .bootstrap-table .fixed-table-container .fixed-table-body .fixed-table-loading .loading-wrap .loading-content-50, body[data-ac-activated] .bootstrap-table .fixed-table-container .fixed-table-body .fixed-table-loading .loading-wrap .loading-content-40, body[data-ac-activated] .bootstrap-table .fixed-table-container .fixed-table-body .fixed-table-loading .loading-wrap .loading-content-30, body[data-ac-activated] .bootstrap-table .fixed-table-container .fixed-table-body .fixed-table-loading .loading-wrap .loading-content-20, body[data-ac-activated] .bootstrap-table .fixed-table-container .fixed-table-body .fixed-table-loading .loading-wrap .loading-content-10, body[data-ac-activated] .bootstrap-table .fixed-table-container .fixed-table-body .fixed-table-loading .loading-wrap .loading-content-small, body[data-ac-activated] .bootstrap-table .fixed-table-container .fixed-table-body .fixed-table-loading .loading-wrap .loading-content-small-100, body[data-ac-activated] .bootstrap-table .fixed-table-container .fixed-table-body .fixed-table-loading .loading-wrap .loading-content-small-90, body[data-ac-activated] .bootstrap-table .fixed-table-container .fixed-table-body .fixed-table-loading .loading-wrap .loading-content-small-80, body[data-ac-activated] .bootstrap-table .fixed-table-container .fixed-table-body .fixed-table-loading .loading-wrap .loading-content-small-70, body[data-ac-activated] .bootstrap-table .fixed-table-container .fixed-table-body .fixed-table-loading .loading-wrap .loading-content-small-60, body[data-ac-activated] .bootstrap-table .fixed-table-container .fixed-table-body .fixed-table-loading .loading-wrap .loading-content-small-50, body[data-ac-activated] .bootstrap-table .fixed-table-container .fixed-table-body .fixed-table-loading .loading-wrap .loading-content-small-40, body[data-ac-activated] .bootstrap-table .fixed-table-container .fixed-table-body .fixed-table-loading .loading-wrap .loading-content-small-30, body[data-ac-activated] .bootstrap-table .fixed-table-container .fixed-table-body .fixed-table-loading .loading-wrap .loading-content-small-20, body[data-ac-activated] .bootstrap-table .fixed-table-container .fixed-table-body .fixed-table-loading .loading-wrap .loading-content-small-10, .bootstrap-table .fixed-table-container .fixed-table-body .fixed-table-loading body[data-ac-activated] .loading-wrap .loading-content, .bootstrap-table .fixed-table-container .fixed-table-body .fixed-table-loading body[data-ac-activated] .loading-wrap .loading-content-100, .bootstrap-table .fixed-table-container .fixed-table-body .fixed-table-loading body[data-ac-activated] .loading-wrap .loading-content-90, .bootstrap-table .fixed-table-container .fixed-table-body .fixed-table-loading body[data-ac-activated] .loading-wrap .loading-content-80, .bootstrap-table .fixed-table-container .fixed-table-body .fixed-table-loading body[data-ac-activated] .loading-wrap .loading-content-70, .bootstrap-table .fixed-table-container .fixed-table-body .fixed-table-loading body[data-ac-activated] .loading-wrap .loading-content-60, .bootstrap-table .fixed-table-container .fixed-table-body .fixed-table-loading body[data-ac-activated] .loading-wrap .loading-content-50, .bootstrap-table .fixed-table-container .fixed-table-body .fixed-table-loading body[data-ac-activated] .loading-wrap .loading-content-40, .bootstrap-table .fixed-table-container .fixed-table-body .fixed-table-loading body[data-ac-activated] .loading-wrap .loading-content-30, .bootstrap-table .fixed-table-container .fixed-table-body .fixed-table-loading body[data-ac-activated] .loading-wrap .loading-content-20, .bootstrap-table .fixed-table-container .fixed-table-body .fixed-table-loading body[data-ac-activated] .loading-wrap .loading-content-10, .bootstrap-table .fixed-table-container .fixed-table-body .fixed-table-loading body[data-ac-activated] .loading-wrap .loading-content-small, .bootstrap-table .fixed-table-container .fixed-table-body .fixed-table-loading body[data-ac-activated] .loading-wrap .loading-content-small-100, .bootstrap-table .fixed-table-container .fixed-table-body .fixed-table-loading body[data-ac-activated] .loading-wrap .loading-content-small-90, .bootstrap-table .fixed-table-container .fixed-table-body .fixed-table-loading body[data-ac-activated] .loading-wrap .loading-content-small-80, .bootstrap-table .fixed-table-container .fixed-table-body .fixed-table-loading body[data-ac-activated] .loading-wrap .loading-content-small-70, .bootstrap-table .fixed-table-container .fixed-table-body .fixed-table-loading body[data-ac-activated] .loading-wrap .loading-content-small-60, .bootstrap-table .fixed-table-container .fixed-table-body .fixed-table-loading body[data-ac-activated] .loading-wrap .loading-content-small-50, .bootstrap-table .fixed-table-container .fixed-table-body .fixed-table-loading body[data-ac-activated] .loading-wrap .loading-content-small-40, .bootstrap-table .fixed-table-container .fixed-table-body .fixed-table-loading body[data-ac-activated] .loading-wrap .loading-content-small-30, .bootstrap-table .fixed-table-container .fixed-table-body .fixed-table-loading body[data-ac-activated] .loading-wrap .loading-content-small-20, .bootstrap-table .fixed-table-container .fixed-table-body .fixed-table-loading body[data-ac-activated] .loading-wrap .loading-content-small-10 {
    background: var(--text-color);
    background: -webkit-gradient(linear, left top, right top, color-stop(4%, var(--text-color)), color-stop(48%, var(--bg-color)), color-stop(76%, var(--text-color)));
    background: linear-gradient(to right, var(--text-color) 4%, var(--bg-color) 48%, var(--text-color) 76%);
  }
  body[data-ac-activated=preto-amarelo] .loading-overlay,
  body[data-ac-activated=preto-azul] .loading-overlay {
    background-color: rgba(255, 255, 255, 0.4);
  }
}
.loading-content, .loading-content-100, .loading-content-90, .loading-content-80, .loading-content-70, .loading-content-60, .loading-content-50, .loading-content-40, .loading-content-30, .loading-content-20, .loading-content-10, .loading-content-small, .loading-content-small-100, .loading-content-small-90, .loading-content-small-80, .loading-content-small-70, .loading-content-small-60, .loading-content-small-50, .loading-content-small-40, .loading-content-small-30, .loading-content-small-20, .loading-content-small-10 {
  --loading-content-width: 100%;
  --loading-content-height: 42px;
  --loading-content-fontSize: 1rem;
  -webkit-animation: rollBackground 10s forwards infinite linear;
          animation: rollBackground 10s forwards infinite linear;
  background: var(--secondary-lightest-color);
  background: -webkit-gradient(linear, left top, right top, color-stop(4%, var(--secondary-lightest-color)), color-stop(48%, var(--secondary-color)), color-stop(76%, var(--secondary-lightest-color)));
  background: linear-gradient(to right, var(--secondary-lightest-color) 4%, var(--secondary-color) 48%, var(--secondary-lightest-color) 76%);
  background-size: 1000px 100%;
  height: var(--loading-content-height);
  width: var(--loading-content-width);
  border-radius: 8px;
}
.loading-content.rounded, .rounded.loading-content-100, .rounded.loading-content-90, .rounded.loading-content-80, .rounded.loading-content-70, .rounded.loading-content-60, .rounded.loading-content-50, .rounded.loading-content-40, .rounded.loading-content-30, .rounded.loading-content-20, .rounded.loading-content-10, .rounded.loading-content-small, .rounded.loading-content-small-100, .rounded.loading-content-small-90, .rounded.loading-content-small-80, .rounded.loading-content-small-70, .rounded.loading-content-small-60, .rounded.loading-content-small-50, .rounded.loading-content-small-40, .rounded.loading-content-small-30, .rounded.loading-content-small-20, .rounded.loading-content-small-10 {
  border-radius: 0.25rem !important;
}
.loading-content.circular, .circular.loading-content-100, .circular.loading-content-90, .circular.loading-content-80, .circular.loading-content-70, .circular.loading-content-60, .circular.loading-content-50, .circular.loading-content-40, .circular.loading-content-30, .circular.loading-content-20, .circular.loading-content-10, .circular.loading-content-small, .circular.loading-content-small-100, .circular.loading-content-small-90, .circular.loading-content-small-80, .circular.loading-content-small-70, .circular.loading-content-small-60, .circular.loading-content-small-50, .circular.loading-content-small-40, .circular.loading-content-small-30, .circular.loading-content-small-20, .circular.loading-content-small-10 {
  border-radius: 50%;
}
.loading-content.text, .text.loading-content-100, .text.loading-content-90, .text.loading-content-80, .text.loading-content-70, .text.loading-content-60, .text.loading-content-50, .text.loading-content-40, .text.loading-content-30, .text.loading-content-20, .text.loading-content-10, .text.loading-content-small, .text.loading-content-small-100, .text.loading-content-small-90, .text.loading-content-small-80, .text.loading-content-small-70, .text.loading-content-small-60, .text.loading-content-small-50, .text.loading-content-small-40, .text.loading-content-small-30, .text.loading-content-small-20, .text.loading-content-small-10 {
  margin-top: 0.25rem;
  line-height: 1;
  font-size: var(--loading-content-fontSize);
  height: auto;
  border-radius: 4px/6.7px;
}
.loading-content.text:before, .text.loading-content-100:before, .text.loading-content-90:before, .text.loading-content-80:before, .text.loading-content-70:before, .text.loading-content-60:before, .text.loading-content-50:before, .text.loading-content-40:before, .text.loading-content-30:before, .text.loading-content-20:before, .text.loading-content-10:before, .text.loading-content-small:before, .text.loading-content-small-100:before, .text.loading-content-small-90:before, .text.loading-content-small-80:before, .text.loading-content-small-70:before, .text.loading-content-small-60:before, .text.loading-content-small-50:before, .text.loading-content-small-40:before, .text.loading-content-small-30:before, .text.loading-content-small-20:before, .text.loading-content-small-10:before {
  content: " ";
}
.loading-content-small, .loading-content-small-100, .loading-content-small-90, .loading-content-small-80, .loading-content-small-70, .loading-content-small-60, .loading-content-small-50, .loading-content-small-40, .loading-content-small-30, .loading-content-small-20, .loading-content-small-10 {
  height: 26px;
  width: 100%;
}

.loading-content-10 {
  width: 10%;
}

.loading-content-small-10 {
  width: 10%;
}

.loading-content-20 {
  width: 20%;
}

.loading-content-small-20 {
  width: 20%;
}

.loading-content-30 {
  width: 30%;
}

.loading-content-small-30 {
  width: 30%;
}

.loading-content-40 {
  width: 40%;
}

.loading-content-small-40 {
  width: 40%;
}

.loading-content-50 {
  width: 50%;
}

.loading-content-small-50 {
  width: 50%;
}

.loading-content-60 {
  width: 60%;
}

.loading-content-small-60 {
  width: 60%;
}

.loading-content-70 {
  width: 70%;
}

.loading-content-small-70 {
  width: 70%;
}

.loading-content-80 {
  width: 80%;
}

.loading-content-small-80 {
  width: 80%;
}

.loading-content-90 {
  width: 90%;
}

.loading-content-small-90 {
  width: 90%;
}

.loading-content-100 {
  width: 100%;
}

.loading-content-small-100 {
  width: 100%;
}

@-webkit-keyframes rollBackground {
  0% {
    background-position: -1000px 0;
  }
  100% {
    background-position: 1000px 0;
  }
}

@keyframes rollBackground {
  0% {
    background-position: -1000px 0;
  }
  100% {
    background-position: 1000px 0;
  }
}
/*
  Definição de cores alto-contraste
*/
@media not print {
  body[data-ac-activated] {
    --text: saturate(var(--primary-color), 20%);
  }
  body[data-ac-activated] .loading-content, body[data-ac-activated] .loading-content-small, body[data-ac-activated] .loading-content-10, body[data-ac-activated] .loading-content-small-10, body[data-ac-activated] .loading-content-20, body[data-ac-activated] .loading-content-small-20, body[data-ac-activated] .loading-content-30, body[data-ac-activated] .loading-content-small-30, body[data-ac-activated] .loading-content-40, body[data-ac-activated] .loading-content-small-40, body[data-ac-activated] .loading-content-50, body[data-ac-activated] .loading-content-small-50, body[data-ac-activated] .loading-content-60, body[data-ac-activated] .loading-content-small-60, body[data-ac-activated] .loading-content-70, body[data-ac-activated] .loading-content-small-70, body[data-ac-activated] .loading-content-80, body[data-ac-activated] .loading-content-small-80, body[data-ac-activated] .loading-content-90, body[data-ac-activated] .loading-content-small-90, body[data-ac-activated] .loading-content-100, body[data-ac-activated] .loading-content-small-100 {
    background: var(--text-color);
    background: -webkit-gradient(linear, left top, right top, color-stop(4%, var(--text-color)), color-stop(48%, var(--bg-color)), color-stop(76%, var(--text-color)));
    background: linear-gradient(to right, var(--text-color) 4%, var(--bg-color) 48%, var(--text-color) 76%);
  }
}
.toast {
  background-color: var(--bg-color);
  border-color: var(--border-color);
}
.toast .toast-header {
  color: var(--text-color);
}
.toast .toast-header strong,
.toast .toast-header .close {
  color: inherit;
}

@media not print {
  body[data-ac-activated] .toast .toast-header {
    background-color: var(--primary-color);
    color: var(--primary-dark-color);
  }
  body[data-ac-activated] .toast .toast-header button.close:hover {
    color: var(--primary-dark-color) !important;
  }
}
:root,
:host {
  --tooltip-border-color: var(--secondary-darkest-color);
  --tooltip-bg-color: var(--secondary-darkest-color);
  --tooltip-text-color: #fff;
}

.tooltip-icon {
  color: var(--primary-color);
}

.tooltip-group {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 0.5rem;
}
.tooltip-group label {
  margin-bottom: 0;
  text-align: justify;
  text-justify: inter-word;
}
.tooltip-group label.required {
  margin-right: 4px !important;
}
.tooltip-group .tooltip-icon {
  cursor: pointer;
  margin-left: 4px;
}
.tooltip-group .tooltip-icon .fas.tooltip-disabled-icon,
.tooltip-group .tooltip-icon .fas[disabled],
.tooltip-group .tooltip-icon .tooltip-disabled-icon > .fas,
.tooltip-group .tooltip-icon [disabled] > .fas {
  cursor: not-allowed; /*optional*/
  opacity: 0.5;
  pointer-events: none; /*optional*/
}

.tooltip-info.tooltip {
  color: var(--tooltip-text-color);
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.tooltip-info.tooltip .tooltip-inner {
  background-color: var(--tooltip-bg-color) !important;
  border: 2px;
  border-color: var(--tooltip-border-color);
  border-radius: 4px !important;
  border-style: solid;
  color: var(--tooltip-text-color);
  margin: 5px !important;
  max-width: 450px !important;
  padding: 5px 10px !important;
  text-align: left;
}
.tooltip-info.tooltip.show {
  opacity: 1 !important;
}
.tooltip-info.bs-tooltip-right .arrow, .tooltip-info.bs-tooltip-auto[x-placement^=right] .arrow {
  left: 0;
  margin: 5px !important;
}
.tooltip-info.bs-tooltip-right .arrow::before, .tooltip-info.bs-tooltip-auto[x-placement^=right] .arrow::before {
  border-right-color: var(--tooltip-border-color) !important;
  right: 0;
}
.tooltip-info.bs-tooltip-left .arrow, .tooltip-info.bs-tooltip-auto[x-placement^=left] .arrow {
  margin: 5px !important;
  right: 0;
}
.tooltip-info.bs-tooltip-left .arrow::before, .tooltip-info.bs-tooltip-auto[x-placement^=left] .arrow::before {
  border-left-color: var(--tooltip-border-color) !important;
  left: 0;
}
@media (max-width: 1480px) {
  .tooltip-info.bs-tooltip-left:not(.container-used), .tooltip-info.bs-tooltip-auto[x-placement^=left]:not(.container-used) {
    right: 16px !important;
  }
}
.tooltip-info.bs-tooltip-bottom .arrow, .tooltip-info.bs-tooltip-auto[x-placement^=bottom] .arrow {
  margin: 5px !important;
  top: 0;
}
.tooltip-info.bs-tooltip-bottom .arrow::before, .tooltip-info.bs-tooltip-auto[x-placement^=bottom] .arrow::before {
  border-bottom-color: var(--tooltip-border-color) !important;
  bottom: 0;
}
@media (max-width: 800px) {
  .tooltip-info.bs-tooltip-bottom, .tooltip-info.bs-tooltip-auto[x-placement^=bottom] {
    right: 16px !important;
  }
}
.tooltip-info.bs-tooltip-top .arrow, .tooltip-info.bs-tooltip-auto[x-placement^=top] .arrow {
  bottom: 0;
  margin: 5px !important;
}
.tooltip-info.bs-tooltip-top .arrow::before, .tooltip-info.bs-tooltip-auto[x-placement^=top] .arrow::before {
  border-top-color: var(--tooltip-border-color) !important;
  top: 0;
}

@media (max-width: 768px) {
  .tooltip-info.tooltip .tooltip-inner {
    max-width: 250px !important;
  }
}
.ds-tooltip {
  position: absolute;
  padding: 0.5rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  top: 0;
  left: 0;
  background-color: var(--tooltip-bg-color);
  border: 2px;
  border-color: var(--tooltip-border-color);
  border-radius: 4px;
  border-style: solid;
  color: var(--tooltip-text-color);
  max-width: 280px;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  padding: 5px 10px;
  text-align: left;
  z-index: 1000;
}

.ds-tooltip-arrow {
  position: absolute;
  width: 10px;
  height: 10px;
  background-color: var(--tooltip-bg-color);
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

@media not print {
  body[data-ac-activated] {
    --tooltip-border-color: var(--border-color);
    --tooltip-bg-color: var(--text-color);
    --tooltip-text-color: var(--bg-color);
  }
  body[data-ac-activated] .tooltip-info {
    --tooltip-border-color: var(--border-color);
    --tooltip-bg-color: var(--text-color);
    --tooltip-text-color: var(--bg-color);
  }
  body[data-ac-activated] .tooltip-group.is-invalid label,
  body[data-ac-activated] .custom-file.is-invalid + label {
    color: var(--text-color) !important;
  }
}
aside.container-conteudo__nav[data-style=menu-collapsible] {
  position: relative;
}
aside.container-conteudo__nav[data-style=menu-collapsible] .menu-lateral .nav-list .nav-item .btn-action {
  --bg-color: var(--primary-color);
  --text-color: var(--white);
  background-color: var(--bg-color);
}
aside.container-conteudo__nav[data-style=menu-collapsible] .menu-lateral .nav-list .nav-item .btn-action i.fas,
aside.container-conteudo__nav[data-style=menu-collapsible] .menu-lateral .nav-list .nav-item .btn-action i.fa-solid,
aside.container-conteudo__nav[data-style=menu-collapsible] .menu-lateral .nav-list .nav-item .btn-action span {
  color: var(--text-color) !important;
}
aside.container-conteudo__nav[data-style=menu-collapsible] .btn-collapsible {
  --bg-color: var(--secondary-color);
  --text-color: var(--secondary-darkest-color);
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  background: var(--bg-color);
  border-radius: 0 0.5rem 0.5rem 0;
  color: var(--text-color);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 0.75rem;
  height: 8rem;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  left: 6.25rem;
  margin: 1rem 0 0;
  padding: 0.625rem 0.375rem;
  position: absolute;
  top: 0;
  -webkit-transition: width 0.2s, -webkit-transform 0.3s;
  transition: width 0.2s, -webkit-transform 0.3s;
  transition: transform 0.3s, width 0.2s;
  transition: transform 0.3s, width 0.2s, -webkit-transform 0.3s;
}
aside.container-conteudo__nav[data-style=menu-collapsible] .btn-collapsible__text {
  margin-top: 0.25rem;
}
aside.container-conteudo__nav[data-style=menu-collapsible] .btn-collapsible[aria-expanded=true] {
  -webkit-transform: translateX(168px);
          transform: translateX(168px);
}
aside.container-conteudo__nav[data-style=menu-collapsible] .btn-collapsible[aria-expanded=false] {
  -webkit-transform: translateX(0);
          transform: translateX(0);
}

body[data-ac-activated] .btn-action i.fas,
body[data-ac-activated] .btn-action i.fa-solid,
body[data-ac-activated] .btn-action span {
  --text-color: var(--primary-dark-color) !important;
}
body[data-ac-activated] .btn-collapsible {
  --bg-color: var(--primary-color) !important;
  --text-color: var(--primary-dark-color) !important;
  border-left: 0.125rem solid var(--primary-dark-color);
}

@media (min-width: 993px) {
  .toggle-menu-libras {
    display: none !important;
  }
}

@media (max-width: 991px) {
  .sidebar {
    display: none;
  }
}

.sidebar.expanded {
  left: 0;
  display: block;
}

.overlay-nav-libras {
  cursor: pointer;
}

.menu {
  --menu-width: 270px;
  --menu-video-height: 182px;
  --menu-video-border-radius: 0.375rem;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  flex-wrap: nowrap;
  height: 100%;
  max-width: var(--menu-width);
  position: relative;
  -webkit-transition: -webkit-transform ease-in-out 0.3s;
  transition: -webkit-transform ease-in-out 0.3s;
  transition: transform ease-in-out 0.3s;
  transition: transform ease-in-out 0.3s, -webkit-transform ease-in-out 0.3s;
  width: 100%;
}
.menu > .menu__content {
  height: 100%;
  max-height: 961px;
  overflow-x: hidden;
  padding: 1rem 1.25rem;
  position: relative;
  width: var(--menu-width);
}
.menu .menu__video {
  border-radius: var(--menu-video-border-radius);
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  display: block;
  height: var(--menu-video-height);
  overflow: hidden;
  position: relative;
}
.menu .menu__video > video {
  border-radius: var(--menu-video-border-radius);
  -webkit-filter: brightness(1.02);
          filter: brightness(1.02);
  height: 100%;
  left: 50%;
  min-height: var(--menu-video-height);
  position: relative;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: auto;
}
.menu .submenu {
  display: none;
  position: absolute;
  top: 0;
  -webkit-transition: -webkit-transform ease-in-out 0.3s;
  transition: -webkit-transform ease-in-out 0.3s;
  transition: transform ease-in-out 0.3s;
  transition: transform ease-in-out 0.3s, -webkit-transform ease-in-out 0.3s;
}
.menu .menu__list.menu__list--expanded {
  display: block;
  -webkit-transform: translateX(calc(var(--menu-width) * -1));
          transform: translateX(calc(var(--menu-width) * -1));
}
.menu .submenu.menu__list--expanded {
  display: block;
  -webkit-transform: translateX(0);
          transform: translateX(0);
  width: 228px;
}
.menu .submenu.menu__list--expanded[aria-expanded=true] {
  display: block;
  -webkit-transform: translateX(var(--menu-width));
          transform: translateX(var(--menu-width));
}
.menu button.open-submenu {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border: 0;
  font-weight: normal;
  min-height: 0;
}
.menu button.open-submenu i {
  margin: 0;
}
.menu button.open-submenu i.fa-chevron-right {
  color: var(--secondary-darkest-color) !important;
}
.menu button.open-submenu span {
  margin-right: 0.625rem;
  width: 100%;
}
.menu button.open-submenu .navbar-children {
  display: none;
}
.menu .submenu .menu__item__icon {
  background: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMi42NjMiIGhlaWdodD0iMTQuMzYzIiB2aWV3Qm94PSIwIDAgMTIuNjYzIDE0LjM2MyI+CiAgPGRlZnM+CiAgICA8c3R5bGU+CiAgICAgIC5jbHMtMSB7CiAgICAgICAgZmlsbDogIzVCNjM3MjsKICAgICAgfQogICAgPC9zdHlsZT4KICA8L2RlZnM+CiAgPHBhdGggaWQ9Il8iIGRhdGEtbmFtZT0i74G3IiBjbGFzcz0iY2xzLTEiIGQ9Ik01LjkyMi0xLjg4N0gzLjA2N0ExLjE0MywxLjE0MywwLDAsMSwxLjkzLTNhMS4xMTMsMS4xMTMsMCwwLDEsLjEzNS0uNTU1SDEuMzkzYTEuMTY2LDEuMTY2LDAsMCwxLS44MjctLjM0OCwxLjEyMSwxLjEyMSwwLDAsMS0uMzI1LS44MTEsMS4xMjQsMS4xMjQsMCwwLDEsLjE1MS0uNTQxLDEuMTY4LDEuMTY4LDAsMCwxLS41NjYtLjMxOEExLjEyMSwxLjEyMSwwLDAsMS0uNS02LjM4NywxLjE0NCwxLjE0NCwwLDAsMSwuNDA4LTcuNDc5LDEuMTEzLDEuMTEzLDAsMCwxLC4yNi04LjA1OCwxLjE0MywxLjE0MywwLDAsMSwxLjQtOS4xNzNoMi4yNWwtLjY1Ny0uODQ0QTEuMTQzLDEuMTQzLDAsMCwxLDMuMTcxLTExLjZhMS4xMjQsMS4xMjQsMCwwLDEsLjUyMi0uMjM0bC0uNDE0LS41MzFhMS4xNjYsMS4xNjYsMCwwLDEtLjIzMy0uODY2LDEuMTIxLDEuMTIxLDAsMCwxLC40NC0uNzU1LDEuMTI3LDEuMTI3LDAsMCwxLC41MTktLjIxNSwxLjE2OCwxLjE2OCwwLDAsMS0uMS0uNjQsMS4xMjEsMS4xMjEsMCwwLDEsLjQ0LS43NTUsMS4xMjgsMS4xMjgsMCwwLDEsLjY4MS0uMjI3LDEuMTMsMS4xMywwLDAsMSwuNzM5LjI3MiwxLjExMywxLjExMywwLDAsMSwuMzY1LS40NzIsMS4xMjgsMS4xMjgsMCwwLDEsLjY4MS0uMjI3LDEuMTMxLDEuMTMxLDAsMCwxLC45LjQzOWwyLjA0NiwyLjYyN2ExLjEyOSwxLjEyOSwwLDAsMSwuMy0uNjg0LDEuMTMsMS4xMywwLDAsMSwuNzkzLS4zNTksMS4xMzMsMS4xMzMsMCwwLDEsMS4xNzQsMS4xbC4xMzMsNC4wNTZjMCwuMDEzLDAsLjAyNSwwLC4wMzhhMS4yODIsMS4yODIsMCwwLDEtLjUsMS4wMThMOS45NzYtNi43djIuOTQ5QTEuMjg0LDEuMjg0LDAsMCwxLDguOTgyLTIuNWwtMi4xMzkuNUE0LjAyOSw0LjAyOSwwLDAsMSw1LjkyMi0xLjg4N1pNMy4wODItMy40MDVhLjQwNS40MDUsMCwwLDAtLjI4Ny4xMjEuMzcuMzcsMCwwLDAtLjEwOS4yNjcuMzgzLjM4MywwLDAsMCwuMzgxLjM3NEg1LjkyMmEzLjI3MiwzLjI3MiwwLDAsMCwuNzQ4LS4wODdsMi4xMzktLjVhLjUzMS41MzEsMCwwLDAsLjQxMS0uNTE5Vi03LjVBLjUyOC41MjgsMCwwLDAsOS03LjkzNEw1LjcyMS0xMC4zMThhLjM3OC4zNzgsMCwwLDAtLjIyNC0uMDczLjM3OC4zNzgsMCwwLDAtLjMwOS4xNTcuMzgyLjM4MiwwLDAsMCwuMDg0LjUzM0w3LjAzOS04LjQxN0gxLjRhLjM4My4zODMsMCwwLDAtLjM4MS4zNzQuMzcuMzcsMCwwLDAsLjEwOS4yNjcuNDA1LjQwNSwwLDAsMCwuMjg3LjEyMWgzLjd2LjkwOEguNjM3YS4zODMuMzgzLDAsMCwwLS4zODEuMzc0LjM3LjM3LDAsMCwwLC4xMDkuMjY3LjQwNS40MDUsMCwwLDAsLjI4Ny4xMjFINS4xMTZ2LjkwOEgxLjM3OEEuMzgzLjM4MywwLDAsMCwxLTQuN2EuMzcuMzcsMCwwLDAsLjEwOS4yNjcuNDA1LjQwNSwwLDAsMCwuMjg3LjEyMUg1LjExNnYuOTA4Wm0zLjk0Ni03LjE2TDkuNTctOC43MTdhMS41MDcsMS41MDcsMCwwLDEsLjU4OC45MTZMMTEuMi04LjYxM2EuNTMxLjUzMSwwLDAsMCwuMjA2LS40MTdjMC0uMDA5LDAtLjAxNSwwLS4wMjJMMTEuMjczLTEzLjFhLjM4LjM4LDAsMCwwLS4zOTQtLjM2OS4zNzkuMzc5LDAsMCwwLS4yNjYuMTIuMzc5LjM3OSwwLDAsMC0uMS4yNzNsLjA3MiwyLjE4M0w3LjExNi0xNS4zNDdhLjM3OS4zNzksMCwwLDAtLjMtLjE0Ny4zNzcuMzc3LDAsMCwwLS4yMjguMDc2LjM3LjM3LDAsMCwwLS4xNDQuMjUuNDA1LjQwNSwwLDAsMCwuMDgxLjNMOC44LTExLjk0NGwtLjcxNi41NThMNS4zMzEtMTQuOTJhLjM3OS4zNzksMCwwLDAtLjMtLjE0Ny4zNzcuMzc3LDAsMCwwLS4yMjguMDc2LjM3LjM3LDAsMCwwLS4xNDQuMjUuNDA1LjQwNSwwLDAsMCwuMDgxLjNsMi43NDIsMy41MjJabS0zLjE0OS0uNTI3YS4zNjYuMzY2LDAsMCwwLS4yMzIuMDgxLjM4My4zODMsMCwwLDAtLjA2MS41M2wuNTkzLjc2MWExLjM2NywxLjM2NywwLDAsMS0uMDI5LS4yMTYsMS4zNDMsMS4zNDMsMCwwLDEsLjIwNy0uOGwtLjE2LS4yMDVBLjQwNS40MDUsMCwwLDAsMy44NzktMTEuMDkzWk01LjUtMTEuMzZhMS4zMzYsMS4zMzYsMCwwLDEsLjYuMTM5TDQuNDY4LTEzLjMwOWEuMzc5LjM3OSwwLDAsMC0uMy0uMTQ3LjM3Ny4zNzcsMCwwLDAtLjIyOC4wNzYuMzcuMzcsMCwwLDAtLjE0NC4yNS40MDUuNDA1LDAsMCwwLC4wODEuM2wxLjIsMS41MzhBMS4zNSwxLjM1LDAsMCwxLDUuNS0xMS4zNloiIHRyYW5zZm9ybT0idHJhbnNsYXRlKDAuNSAxNi4yNSkiLz4KPCEtLSBDb2RlIGluamVjdGVkIGJ5IGxpdmUtc2VydmVyIC0tPgo8c2NyaXB0PgoJLy8gPCFbQ0RBVEFbICA8LS0gRm9yIFNWRyBzdXBwb3J0CglpZiAoJ1dlYlNvY2tldCcgaW4gd2luZG93KSB7CgkJKGZ1bmN0aW9uICgpIHsKCQkJZnVuY3Rpb24gcmVmcmVzaENTUygpIHsKCQkJCXZhciBzaGVldHMgPSBbXS5zbGljZS5jYWxsKGRvY3VtZW50LmdldEVsZW1lbnRzQnlUYWdOYW1lKCJsaW5rIikpOwoJCQkJdmFyIGhlYWQgPSBkb2N1bWVudC5nZXRFbGVtZW50c0J5VGFnTmFtZSgiaGVhZCIpWzBdOwoJCQkJZm9yICh2YXIgaSA9IDA7IGkgPCBzaGVldHMubGVuZ3RoOyArK2kpIHsKCQkJCQl2YXIgZWxlbSA9IHNoZWV0c1tpXTsKCQkJCQl2YXIgcGFyZW50ID0gZWxlbS5wYXJlbnRFbGVtZW50IHx8IGhlYWQ7CgkJCQkJcGFyZW50LnJlbW92ZUNoaWxkKGVsZW0pOwoJCQkJCXZhciByZWwgPSBlbGVtLnJlbDsKCQkJCQlpZiAoZWxlbS5ocmVmICYmIHR5cGVvZiByZWwgIT0gInN0cmluZyIgfHwgcmVsLmxlbmd0aCA9PSAwIHx8IHJlbC50b0xvd2VyQ2FzZSgpID09ICJzdHlsZXNoZWV0IikgewoJCQkJCQl2YXIgdXJsID0gZWxlbS5ocmVmLnJlcGxhY2UoLygmfFw/KV9jYWNoZU92ZXJyaWRlPVxkKy8sICcnKTsKCQkJCQkJZWxlbS5ocmVmID0gdXJsICsgKHVybC5pbmRleE9mKCc/JykgPj0gMCA/ICcmJyA6ICc/JykgKyAnX2NhY2hlT3ZlcnJpZGU9JyArIChuZXcgRGF0ZSgpLnZhbHVlT2YoKSk7CgkJCQkJfQoJCQkJCXBhcmVudC5hcHBlbmRDaGlsZChlbGVtKTsKCQkJCX0KCQkJfQoJCQl2YXIgcHJvdG9jb2wgPSB3aW5kb3cubG9jYXRpb24ucHJvdG9jb2wgPT09ICdodHRwOicgPyAnd3M6Ly8nIDogJ3dzczovLyc7CgkJCXZhciBhZGRyZXNzID0gcHJvdG9jb2wgKyB3aW5kb3cubG9jYXRpb24uaG9zdCArIHdpbmRvdy5sb2NhdGlvbi5wYXRobmFtZSArICcvd3MnOwoJCQl2YXIgc29ja2V0ID0gbmV3IFdlYlNvY2tldChhZGRyZXNzKTsKCQkJc29ja2V0Lm9ubWVzc2FnZSA9IGZ1bmN0aW9uIChtc2cpIHsKCQkJCWlmIChtc2cuZGF0YSA9PSAncmVsb2FkJykgd2luZG93LmxvY2F0aW9uLnJlbG9hZCgpOwoJCQkJZWxzZSBpZiAobXNnLmRhdGEgPT0gJ3JlZnJlc2hjc3MnKSByZWZyZXNoQ1NTKCk7CgkJCX07CgkJCWlmIChzZXNzaW9uU3RvcmFnZSAmJiAhc2Vzc2lvblN0b3JhZ2UuZ2V0SXRlbSgnSXNUaGlzRmlyc3RUaW1lX0xvZ19Gcm9tX0xpdmVTZXJ2ZXInKSkgewoJCQkJY29uc29sZS5sb2coJ0xpdmUgcmVsb2FkIGVuYWJsZWQuJyk7CgkJCQlzZXNzaW9uU3RvcmFnZS5zZXRJdGVtKCdJc1RoaXNGaXJzdFRpbWVfTG9nX0Zyb21fTGl2ZVNlcnZlcicsIHRydWUpOwoJCQl9CgkJfSkoKTsKCX0KCWVsc2UgewoJCWNvbnNvbGUuZXJyb3IoJ1VwZ3JhZGUgeW91ciBicm93c2VyLiBUaGlzIEJyb3dzZXIgaXMgTk9UIHN1cHBvcnRlZCBXZWJTb2NrZXQgZm9yIExpdmUtUmVsb2FkaW5nLicpOwoJfQoJLy8gXV0+Cjwvc2NyaXB0Pgo8L3N2Zz4K") no-repeat;
}
.menu .submenu button.back-menu {
  border-radius: 0.375rem;
}
.menu .submenu button.back-menu:hover {
  background-color: var(--secondary-light-color);
  border: 0;
  outline: none;
  text-decoration: none;
}
.menu .submenu button.back-menu > span {
  color: var(--secondary-darkest-color);
  font-weight: normal;
}

.loading-video {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: var(--white);
  border-radius: var(--menu-video-border-radius);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: var(--menu-video-height);
  width: 100%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  opacity: 0.8;
  position: absolute;
  z-index: 1;
}

.menu__content > .menu__list {
  -webkit-transition: -webkit-transform ease-in-out 0.3s;
  transition: -webkit-transform ease-in-out 0.3s;
  transition: transform ease-in-out 0.3s;
  transition: transform ease-in-out 0.3s, -webkit-transform ease-in-out 0.3s;
  width: 100%;
}
.menu__content > .menu__list .menu__item,
.menu__content > .menu__list .menu__item--goback {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: var(--primary-color);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 0;
  margin-top: 0.625rem;
  padding: 0;
  width: 100%;
}
.menu__content > .menu__list .menu__item .menu__item__icon,
.menu__content > .menu__list .menu__item--goback .menu__item__icon {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-size: 16px !important;
  color: var(--primary-color);
  content: "";
  cursor: pointer;
  cursor: pointer;
  font-size: 1rem;
  height: 18px;
  margin-right: 0.625rem;
  width: 18px;
}
.menu__content > .menu__list .menu__item > .menu__title,
.menu__content > .menu__list .menu__item--goback > .menu__title {
  color: var(--secondary-darkest-color);
  font-size: 0.875rem;
  font-weight: 700;
  padding-left: 0.625rem;
}
.menu__content > .menu__list .menu__item > .open-submenu,
.menu__content > .menu__list .menu__item--goback > .open-submenu {
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  background-color: transparent;
  border-radius: 0.375rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  margin: 0;
  padding: 0.625rem 1.25rem;
  width: 100%;
}
.menu__content > .menu__list .menu__item > .open-submenu i,
.menu__content > .menu__list .menu__item--goback > .open-submenu i {
  font-size: 0.75rem;
}
.menu__content > .menu__list .menu__item > .open-submenu span,
.menu__content > .menu__list .menu__item--goback > .open-submenu span {
  color: var(--secondary-darkest-color);
  text-align: left;
}
.menu__content > .menu__list .menu__item > .menu__link,
.menu__content > .menu__list .menu__item--goback > .menu__link {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: var(--transparent);
  border-radius: 0.375rem;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  padding: 0.6rem 0.625rem;
  width: 100%;
}
.menu__content > .menu__list .menu__item > .menu__link i,
.menu__content > .menu__list .menu__item--goback > .menu__link i {
  color: var(--primary-color);
  font-size: 0.75rem;
  margin-right: 0.5rem;
}
.menu__content > .menu__list .menu__item > .menu__link span,
.menu__content > .menu__list .menu__item--goback > .menu__link span {
  color: var(--secondary-darkest-color);
}
.menu__content > .menu__list .menu__item > .menu__link.active,
.menu__content > .menu__list .menu__item--goback > .menu__link.active {
  background-color: var(--primary-light-color);
}
.menu__content > .menu__list .menu__item > .menu__link.active:focus, .menu__content > .menu__list .menu__item > .menu__link.active:hover,
.menu__content > .menu__list .menu__item--goback > .menu__link.active:focus,
.menu__content > .menu__list .menu__item--goback > .menu__link.active:hover {
  background-color: var(--primary-light-color);
}
.menu__content > .menu__list .menu__item > .menu__link.active i,
.menu__content > .menu__list .menu__item--goback > .menu__link.active i {
  color: var(--secondary-darkest-color) !important;
}
.menu__content > .menu__list .menu__item > .menu__link.active span,
.menu__content > .menu__list .menu__item--goback > .menu__link.active span {
  color: var(--secondary-darkest-color);
  font-weight: bold;
}
.menu__content > .menu__list .menu__item > .menu__link:hover, .menu__content > .menu__list .menu__item > .menu__link:focus,
.menu__content > .menu__list .menu__item--goback > .menu__link:hover,
.menu__content > .menu__list .menu__item--goback > .menu__link:focus {
  background-color: var(--secondary-light-color);
  outline: none;
  text-decoration: none;
}
.menu__content > .menu__list .menu__item button.submenu,
.menu__content > .menu__list .menu__item--goback button.submenu {
  border: 0;
  font-weight: normal;
  margin: 0;
  min-height: 0;
}
.menu__content > .menu__list .menu__item button.submenu i.fa-chevron-right,
.menu__content > .menu__list .menu__item--goback button.submenu i.fa-chevron-right {
  color: var(--secondary-darkest-color) !important;
}
.menu__content > .menu__list .menu__item button.submenu span,
.menu__content > .menu__list .menu__item--goback button.submenu span {
  color: var(--secondary-darkest-color);
  text-align: left;
  width: 100%;
}
.menu__content > .menu__list .menu__item .btn-action,
.menu__content > .menu__list .menu__item--goback .btn-action {
  --btn-action-bg-color: var(--primary-color);
  --btn-action-text-color: var(--white);
  background-color: var(--btn-action-bg-color);
  border-color: var(--btn-action-bg-color);
  max-height: 40.18px;
}
.menu__content > .menu__list .menu__item .btn-action i.fas,
.menu__content > .menu__list .menu__item .btn-action i.fa-solid,
.menu__content > .menu__list .menu__item .btn-action span,
.menu__content > .menu__list .menu__item--goback .btn-action i.fas,
.menu__content > .menu__list .menu__item--goback .btn-action i.fa-solid,
.menu__content > .menu__list .menu__item--goback .btn-action span {
  color: var(--btn-action-text-color) !important;
}
.menu__content > .menu__list .menu__item .btn-action:hover, .menu__content > .menu__list .menu__item .btn-action:active, .menu__content > .menu__list .menu__item .btn-action:focus,
.menu__content > .menu__list .menu__item--goback .btn-action:hover,
.menu__content > .menu__list .menu__item--goback .btn-action:active,
.menu__content > .menu__list .menu__item--goback .btn-action:focus {
  background-color: var(--btn-action-bg-color);
  border: 2px solid var(--btn-action-bg-color);
  -webkit-box-shadow: 0 2px 3px rgba(0, 0, 0, 0.4);
          box-shadow: 0 2px 3px rgba(0, 0, 0, 0.4);
  color: var(--white);
  font-weight: 700;
}
.menu__content > .menu__list .menu__item .btn-action.active,
.menu__content > .menu__list .menu__item--goback .btn-action.active {
  background-color: var(--primary-dark-color) !important;
  border-color: var(--primary-dark-color);
  -webkit-box-shadow: none;
          box-shadow: none;
}
.menu__content .menu__list.submenu .menu__item .fa-chevron-left {
  color: var(--secondary-darkest-color) !important;
}
.menu__content .menu__list.submenu .menu__item .back-menu span {
  padding-left: 0.625rem;
}
.menu__content .menu__list.submenu .menu__item .back-menu {
  padding-left: 0;
  padding-left: 0.425rem;
}
.menu__content .menu__list.submenu .menu__link.active {
  background-color: var(--secondary-light-color);
}
.menu__content .menu__list.submenu .menu__link.active:focus, .menu__content .menu__list.submenu .menu__link.active:hover {
  background-color: var(--secondary-light-color);
}

html[paleta=administrativa] .menu__item__icon {
  background: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMi42NjMiIGhlaWdodD0iMTQuMzYzIiB2aWV3Qm94PSIwIDAgMTIuNjYzIDE0LjM2MyI+CiAgPGRlZnM+CiAgICA8c3R5bGU+CiAgICAgIC5jbHMtMSB7CiAgICAgICAgZmlsbDogIzJENUQ5ODsKICAgICAgfQogICAgPC9zdHlsZT4KICA8L2RlZnM+CiAgPHBhdGggaWQ9Il8iIGRhdGEtbmFtZT0i74G3IiBjbGFzcz0iY2xzLTEiIGQ9Ik01LjkyMi0xLjg4N0gzLjA2N0ExLjE0MywxLjE0MywwLDAsMSwxLjkzLTNhMS4xMTMsMS4xMTMsMCwwLDEsLjEzNS0uNTU1SDEuMzkzYTEuMTY2LDEuMTY2LDAsMCwxLS44MjctLjM0OCwxLjEyMSwxLjEyMSwwLDAsMS0uMzI1LS44MTEsMS4xMjQsMS4xMjQsMCwwLDEsLjE1MS0uNTQxLDEuMTY4LDEuMTY4LDAsMCwxLS41NjYtLjMxOEExLjEyMSwxLjEyMSwwLDAsMS0uNS02LjM4NywxLjE0NCwxLjE0NCwwLDAsMSwuNDA4LTcuNDc5LDEuMTEzLDEuMTEzLDAsMCwxLC4yNi04LjA1OCwxLjE0MywxLjE0MywwLDAsMSwxLjQtOS4xNzNoMi4yNWwtLjY1Ny0uODQ0QTEuMTQzLDEuMTQzLDAsMCwxLDMuMTcxLTExLjZhMS4xMjQsMS4xMjQsMCwwLDEsLjUyMi0uMjM0bC0uNDE0LS41MzFhMS4xNjYsMS4xNjYsMCwwLDEtLjIzMy0uODY2LDEuMTIxLDEuMTIxLDAsMCwxLC40NC0uNzU1LDEuMTI3LDEuMTI3LDAsMCwxLC41MTktLjIxNSwxLjE2OCwxLjE2OCwwLDAsMS0uMS0uNjQsMS4xMjEsMS4xMjEsMCwwLDEsLjQ0LS43NTUsMS4xMjgsMS4xMjgsMCwwLDEsLjY4MS0uMjI3LDEuMTMsMS4xMywwLDAsMSwuNzM5LjI3MiwxLjExMywxLjExMywwLDAsMSwuMzY1LS40NzIsMS4xMjgsMS4xMjgsMCwwLDEsLjY4MS0uMjI3LDEuMTMxLDEuMTMxLDAsMCwxLC45LjQzOWwyLjA0NiwyLjYyN2ExLjEyOSwxLjEyOSwwLDAsMSwuMy0uNjg0LDEuMTMsMS4xMywwLDAsMSwuNzkzLS4zNTksMS4xMzMsMS4xMzMsMCwwLDEsMS4xNzQsMS4xbC4xMzMsNC4wNTZjMCwuMDEzLDAsLjAyNSwwLC4wMzhhMS4yODIsMS4yODIsMCwwLDEtLjUsMS4wMThMOS45NzYtNi43djIuOTQ5QTEuMjg0LDEuMjg0LDAsMCwxLDguOTgyLTIuNWwtMi4xMzkuNUE0LjAyOSw0LjAyOSwwLDAsMSw1LjkyMi0xLjg4N1pNMy4wODItMy40MDVhLjQwNS40MDUsMCwwLDAtLjI4Ny4xMjEuMzcuMzcsMCwwLDAtLjEwOS4yNjcuMzgzLjM4MywwLDAsMCwuMzgxLjM3NEg1LjkyMmEzLjI3MiwzLjI3MiwwLDAsMCwuNzQ4LS4wODdsMi4xMzktLjVhLjUzMS41MzEsMCwwLDAsLjQxMS0uNTE5Vi03LjVBLjUyOC41MjgsMCwwLDAsOS03LjkzNEw1LjcyMS0xMC4zMThhLjM3OC4zNzgsMCwwLDAtLjIyNC0uMDczLjM3OC4zNzgsMCwwLDAtLjMwOS4xNTcuMzgyLjM4MiwwLDAsMCwuMDg0LjUzM0w3LjAzOS04LjQxN0gxLjRhLjM4My4zODMsMCwwLDAtLjM4MS4zNzQuMzcuMzcsMCwwLDAsLjEwOS4yNjcuNDA1LjQwNSwwLDAsMCwuMjg3LjEyMWgzLjd2LjkwOEguNjM3YS4zODMuMzgzLDAsMCwwLS4zODEuMzc0LjM3LjM3LDAsMCwwLC4xMDkuMjY3LjQwNS40MDUsMCwwLDAsLjI4Ny4xMjFINS4xMTZ2LjkwOEgxLjM3OEEuMzgzLjM4MywwLDAsMCwxLTQuN2EuMzcuMzcsMCwwLDAsLjEwOS4yNjcuNDA1LjQwNSwwLDAsMCwuMjg3LjEyMUg1LjExNnYuOTA4Wm0zLjk0Ni03LjE2TDkuNTctOC43MTdhMS41MDcsMS41MDcsMCwwLDEsLjU4OC45MTZMMTEuMi04LjYxM2EuNTMxLjUzMSwwLDAsMCwuMjA2LS40MTdjMC0uMDA5LDAtLjAxNSwwLS4wMjJMMTEuMjczLTEzLjFhLjM4LjM4LDAsMCwwLS4zOTQtLjM2OS4zNzkuMzc5LDAsMCwwLS4yNjYuMTIuMzc5LjM3OSwwLDAsMC0uMS4yNzNsLjA3MiwyLjE4M0w3LjExNi0xNS4zNDdhLjM3OS4zNzksMCwwLDAtLjMtLjE0Ny4zNzcuMzc3LDAsMCwwLS4yMjguMDc2LjM3LjM3LDAsMCwwLS4xNDQuMjUuNDA1LjQwNSwwLDAsMCwuMDgxLjNMOC44LTExLjk0NGwtLjcxNi41NThMNS4zMzEtMTQuOTJhLjM3OS4zNzksMCwwLDAtLjMtLjE0Ny4zNzcuMzc3LDAsMCwwLS4yMjguMDc2LjM3LjM3LDAsMCwwLS4xNDQuMjUuNDA1LjQwNSwwLDAsMCwuMDgxLjNsMi43NDIsMy41MjJabS0zLjE0OS0uNTI3YS4zNjYuMzY2LDAsMCwwLS4yMzIuMDgxLjM4My4zODMsMCwwLDAtLjA2MS41M2wuNTkzLjc2MWExLjM2NywxLjM2NywwLDAsMS0uMDI5LS4yMTYsMS4zNDMsMS4zNDMsMCwwLDEsLjIwNy0uOGwtLjE2LS4yMDVBLjQwNS40MDUsMCwwLDAsMy44NzktMTEuMDkzWk01LjUtMTEuMzZhMS4zMzYsMS4zMzYsMCwwLDEsLjYuMTM5TDQuNDY4LTEzLjMwOWEuMzc5LjM3OSwwLDAsMC0uMy0uMTQ3LjM3Ny4zNzcsMCwwLDAtLjIyOC4wNzYuMzcuMzcsMCwwLDAtLjE0NC4yNS40MDUuNDA1LDAsMCwwLC4wODEuM2wxLjIsMS41MzhBMS4zNSwxLjM1LDAsMCwxLDUuNS0xMS4zNloiIHRyYW5zZm9ybT0idHJhbnNsYXRlKDAuNSAxNi4yNSkiLz4KPCEtLSBDb2RlIGluamVjdGVkIGJ5IGxpdmUtc2VydmVyIC0tPgo8c2NyaXB0PgoJLy8gPCFbQ0RBVEFbICA8LS0gRm9yIFNWRyBzdXBwb3J0CglpZiAoJ1dlYlNvY2tldCcgaW4gd2luZG93KSB7CgkJKGZ1bmN0aW9uICgpIHsKCQkJZnVuY3Rpb24gcmVmcmVzaENTUygpIHsKCQkJCXZhciBzaGVldHMgPSBbXS5zbGljZS5jYWxsKGRvY3VtZW50LmdldEVsZW1lbnRzQnlUYWdOYW1lKCJsaW5rIikpOwoJCQkJdmFyIGhlYWQgPSBkb2N1bWVudC5nZXRFbGVtZW50c0J5VGFnTmFtZSgiaGVhZCIpWzBdOwoJCQkJZm9yICh2YXIgaSA9IDA7IGkgPCBzaGVldHMubGVuZ3RoOyArK2kpIHsKCQkJCQl2YXIgZWxlbSA9IHNoZWV0c1tpXTsKCQkJCQl2YXIgcGFyZW50ID0gZWxlbS5wYXJlbnRFbGVtZW50IHx8IGhlYWQ7CgkJCQkJcGFyZW50LnJlbW92ZUNoaWxkKGVsZW0pOwoJCQkJCXZhciByZWwgPSBlbGVtLnJlbDsKCQkJCQlpZiAoZWxlbS5ocmVmICYmIHR5cGVvZiByZWwgIT0gInN0cmluZyIgfHwgcmVsLmxlbmd0aCA9PSAwIHx8IHJlbC50b0xvd2VyQ2FzZSgpID09ICJzdHlsZXNoZWV0IikgewoJCQkJCQl2YXIgdXJsID0gZWxlbS5ocmVmLnJlcGxhY2UoLygmfFw/KV9jYWNoZU92ZXJyaWRlPVxkKy8sICcnKTsKCQkJCQkJZWxlbS5ocmVmID0gdXJsICsgKHVybC5pbmRleE9mKCc/JykgPj0gMCA/ICcmJyA6ICc/JykgKyAnX2NhY2hlT3ZlcnJpZGU9JyArIChuZXcgRGF0ZSgpLnZhbHVlT2YoKSk7CgkJCQkJfQoJCQkJCXBhcmVudC5hcHBlbmRDaGlsZChlbGVtKTsKCQkJCX0KCQkJfQoJCQl2YXIgcHJvdG9jb2wgPSB3aW5kb3cubG9jYXRpb24ucHJvdG9jb2wgPT09ICdodHRwOicgPyAnd3M6Ly8nIDogJ3dzczovLyc7CgkJCXZhciBhZGRyZXNzID0gcHJvdG9jb2wgKyB3aW5kb3cubG9jYXRpb24uaG9zdCArIHdpbmRvdy5sb2NhdGlvbi5wYXRobmFtZSArICcvd3MnOwoJCQl2YXIgc29ja2V0ID0gbmV3IFdlYlNvY2tldChhZGRyZXNzKTsKCQkJc29ja2V0Lm9ubWVzc2FnZSA9IGZ1bmN0aW9uIChtc2cpIHsKCQkJCWlmIChtc2cuZGF0YSA9PSAncmVsb2FkJykgd2luZG93LmxvY2F0aW9uLnJlbG9hZCgpOwoJCQkJZWxzZSBpZiAobXNnLmRhdGEgPT0gJ3JlZnJlc2hjc3MnKSByZWZyZXNoQ1NTKCk7CgkJCX07CgkJCWlmIChzZXNzaW9uU3RvcmFnZSAmJiAhc2Vzc2lvblN0b3JhZ2UuZ2V0SXRlbSgnSXNUaGlzRmlyc3RUaW1lX0xvZ19Gcm9tX0xpdmVTZXJ2ZXInKSkgewoJCQkJY29uc29sZS5sb2coJ0xpdmUgcmVsb2FkIGVuYWJsZWQuJyk7CgkJCQlzZXNzaW9uU3RvcmFnZS5zZXRJdGVtKCdJc1RoaXNGaXJzdFRpbWVfTG9nX0Zyb21fTGl2ZVNlcnZlcicsIHRydWUpOwoJCQl9CgkJfSkoKTsKCX0KCWVsc2UgewoJCWNvbnNvbGUuZXJyb3IoJ1VwZ3JhZGUgeW91ciBicm93c2VyLiBUaGlzIEJyb3dzZXIgaXMgTk9UIHN1cHBvcnRlZCBXZWJTb2NrZXQgZm9yIExpdmUtUmVsb2FkaW5nLicpOwoJfQoJLy8gXV0+Cjwvc2NyaXB0Pgo8L3N2Zz4K") no-repeat;
}
html[paleta=administrativa] .menu__item__icon:hover {
  background: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMi42NjMiIGhlaWdodD0iMTQuMzYzIiB2aWV3Qm94PSIwIDAgMTIuNjYzIDE0LjM2MyI+CiAgPGRlZnM+CiAgICA8c3R5bGU+CiAgICAgIC5jbHMtMSB7CiAgICAgICAgZmlsbDogIzcyYThlNTsKICAgICAgfQogICAgPC9zdHlsZT4KICA8L2RlZnM+CiAgPHBhdGggaWQ9Il8iIGRhdGEtbmFtZT0i74G3IiBjbGFzcz0iY2xzLTEiIGQ9Ik01LjkyMi0xLjg4N0gzLjA2N0ExLjE0MywxLjE0MywwLDAsMSwxLjkzLTNhMS4xMTMsMS4xMTMsMCwwLDEsLjEzNS0uNTU1SDEuMzkzYTEuMTY2LDEuMTY2LDAsMCwxLS44MjctLjM0OCwxLjEyMSwxLjEyMSwwLDAsMS0uMzI1LS44MTEsMS4xMjQsMS4xMjQsMCwwLDEsLjE1MS0uNTQxLDEuMTY4LDEuMTY4LDAsMCwxLS41NjYtLjMxOEExLjEyMSwxLjEyMSwwLDAsMS0uNS02LjM4NywxLjE0NCwxLjE0NCwwLDAsMSwuNDA4LTcuNDc5LDEuMTEzLDEuMTEzLDAsMCwxLC4yNi04LjA1OCwxLjE0MywxLjE0MywwLDAsMSwxLjQtOS4xNzNoMi4yNWwtLjY1Ny0uODQ0QTEuMTQzLDEuMTQzLDAsMCwxLDMuMTcxLTExLjZhMS4xMjQsMS4xMjQsMCwwLDEsLjUyMi0uMjM0bC0uNDE0LS41MzFhMS4xNjYsMS4xNjYsMCwwLDEtLjIzMy0uODY2LDEuMTIxLDEuMTIxLDAsMCwxLC40NC0uNzU1LDEuMTI3LDEuMTI3LDAsMCwxLC41MTktLjIxNSwxLjE2OCwxLjE2OCwwLDAsMS0uMS0uNjQsMS4xMjEsMS4xMjEsMCwwLDEsLjQ0LS43NTUsMS4xMjgsMS4xMjgsMCwwLDEsLjY4MS0uMjI3LDEuMTMsMS4xMywwLDAsMSwuNzM5LjI3MiwxLjExMywxLjExMywwLDAsMSwuMzY1LS40NzIsMS4xMjgsMS4xMjgsMCwwLDEsLjY4MS0uMjI3LDEuMTMxLDEuMTMxLDAsMCwxLC45LjQzOWwyLjA0NiwyLjYyN2ExLjEyOSwxLjEyOSwwLDAsMSwuMy0uNjg0LDEuMTMsMS4xMywwLDAsMSwuNzkzLS4zNTksMS4xMzMsMS4xMzMsMCwwLDEsMS4xNzQsMS4xbC4xMzMsNC4wNTZjMCwuMDEzLDAsLjAyNSwwLC4wMzhhMS4yODIsMS4yODIsMCwwLDEtLjUsMS4wMThMOS45NzYtNi43djIuOTQ5QTEuMjg0LDEuMjg0LDAsMCwxLDguOTgyLTIuNWwtMi4xMzkuNUE0LjAyOSw0LjAyOSwwLDAsMSw1LjkyMi0xLjg4N1pNMy4wODItMy40MDVhLjQwNS40MDUsMCwwLDAtLjI4Ny4xMjEuMzcuMzcsMCwwLDAtLjEwOS4yNjcuMzgzLjM4MywwLDAsMCwuMzgxLjM3NEg1LjkyMmEzLjI3MiwzLjI3MiwwLDAsMCwuNzQ4LS4wODdsMi4xMzktLjVhLjUzMS41MzEsMCwwLDAsLjQxMS0uNTE5Vi03LjVBLjUyOC41MjgsMCwwLDAsOS03LjkzNEw1LjcyMS0xMC4zMThhLjM3OC4zNzgsMCwwLDAtLjIyNC0uMDczLjM3OC4zNzgsMCwwLDAtLjMwOS4xNTcuMzgyLjM4MiwwLDAsMCwuMDg0LjUzM0w3LjAzOS04LjQxN0gxLjRhLjM4My4zODMsMCwwLDAtLjM4MS4zNzQuMzcuMzcsMCwwLDAsLjEwOS4yNjcuNDA1LjQwNSwwLDAsMCwuMjg3LjEyMWgzLjd2LjkwOEguNjM3YS4zODMuMzgzLDAsMCwwLS4zODEuMzc0LjM3LjM3LDAsMCwwLC4xMDkuMjY3LjQwNS40MDUsMCwwLDAsLjI4Ny4xMjFINS4xMTZ2LjkwOEgxLjM3OEEuMzgzLjM4MywwLDAsMCwxLTQuN2EuMzcuMzcsMCwwLDAsLjEwOS4yNjcuNDA1LjQwNSwwLDAsMCwuMjg3LjEyMUg1LjExNnYuOTA4Wm0zLjk0Ni03LjE2TDkuNTctOC43MTdhMS41MDcsMS41MDcsMCwwLDEsLjU4OC45MTZMMTEuMi04LjYxM2EuNTMxLjUzMSwwLDAsMCwuMjA2LS40MTdjMC0uMDA5LDAtLjAxNSwwLS4wMjJMMTEuMjczLTEzLjFhLjM4LjM4LDAsMCwwLS4zOTQtLjM2OS4zNzkuMzc5LDAsMCwwLS4yNjYuMTIuMzc5LjM3OSwwLDAsMC0uMS4yNzNsLjA3MiwyLjE4M0w3LjExNi0xNS4zNDdhLjM3OS4zNzksMCwwLDAtLjMtLjE0Ny4zNzcuMzc3LDAsMCwwLS4yMjguMDc2LjM3LjM3LDAsMCwwLS4xNDQuMjUuNDA1LjQwNSwwLDAsMCwuMDgxLjNMOC44LTExLjk0NGwtLjcxNi41NThMNS4zMzEtMTQuOTJhLjM3OS4zNzksMCwwLDAtLjMtLjE0Ny4zNzcuMzc3LDAsMCwwLS4yMjguMDc2LjM3LjM3LDAsMCwwLS4xNDQuMjUuNDA1LjQwNSwwLDAsMCwuMDgxLjNsMi43NDIsMy41MjJabS0zLjE0OS0uNTI3YS4zNjYuMzY2LDAsMCwwLS4yMzIuMDgxLjM4My4zODMsMCwwLDAtLjA2MS41M2wuNTkzLjc2MWExLjM2NywxLjM2NywwLDAsMS0uMDI5LS4yMTYsMS4zNDMsMS4zNDMsMCwwLDEsLjIwNy0uOGwtLjE2LS4yMDVBLjQwNS40MDUsMCwwLDAsMy44NzktMTEuMDkzWk01LjUtMTEuMzZhMS4zMzYsMS4zMzYsMCwwLDEsLjYuMTM5TDQuNDY4LTEzLjMwOWEuMzc5LjM3OSwwLDAsMC0uMy0uMTQ3LjM3Ny4zNzcsMCwwLDAtLjIyOC4wNzYuMzcuMzcsMCwwLDAtLjE0NC4yNS40MDUuNDA1LDAsMCwwLC4wODEuM2wxLjIsMS41MzhBMS4zNSwxLjM1LDAsMCwxLDUuNS0xMS4zNloiIHRyYW5zZm9ybT0idHJhbnNsYXRlKDAuNSAxNi4yNSkiLz4KPCEtLSBDb2RlIGluamVjdGVkIGJ5IGxpdmUtc2VydmVyIC0tPgo8c2NyaXB0PgoJLy8gPCFbQ0RBVEFbICA8LS0gRm9yIFNWRyBzdXBwb3J0CglpZiAoJ1dlYlNvY2tldCcgaW4gd2luZG93KSB7CgkJKGZ1bmN0aW9uICgpIHsKCQkJZnVuY3Rpb24gcmVmcmVzaENTUygpIHsKCQkJCXZhciBzaGVldHMgPSBbXS5zbGljZS5jYWxsKGRvY3VtZW50LmdldEVsZW1lbnRzQnlUYWdOYW1lKCJsaW5rIikpOwoJCQkJdmFyIGhlYWQgPSBkb2N1bWVudC5nZXRFbGVtZW50c0J5VGFnTmFtZSgiaGVhZCIpWzBdOwoJCQkJZm9yICh2YXIgaSA9IDA7IGkgPCBzaGVldHMubGVuZ3RoOyArK2kpIHsKCQkJCQl2YXIgZWxlbSA9IHNoZWV0c1tpXTsKCQkJCQl2YXIgcGFyZW50ID0gZWxlbS5wYXJlbnRFbGVtZW50IHx8IGhlYWQ7CgkJCQkJcGFyZW50LnJlbW92ZUNoaWxkKGVsZW0pOwoJCQkJCXZhciByZWwgPSBlbGVtLnJlbDsKCQkJCQlpZiAoZWxlbS5ocmVmICYmIHR5cGVvZiByZWwgIT0gInN0cmluZyIgfHwgcmVsLmxlbmd0aCA9PSAwIHx8IHJlbC50b0xvd2VyQ2FzZSgpID09ICJzdHlsZXNoZWV0IikgewoJCQkJCQl2YXIgdXJsID0gZWxlbS5ocmVmLnJlcGxhY2UoLygmfFw/KV9jYWNoZU92ZXJyaWRlPVxkKy8sICcnKTsKCQkJCQkJZWxlbS5ocmVmID0gdXJsICsgKHVybC5pbmRleE9mKCc/JykgPj0gMCA/ICcmJyA6ICc/JykgKyAnX2NhY2hlT3ZlcnJpZGU9JyArIChuZXcgRGF0ZSgpLnZhbHVlT2YoKSk7CgkJCQkJfQoJCQkJCXBhcmVudC5hcHBlbmRDaGlsZChlbGVtKTsKCQkJCX0KCQkJfQoJCQl2YXIgcHJvdG9jb2wgPSB3aW5kb3cubG9jYXRpb24ucHJvdG9jb2wgPT09ICdodHRwOicgPyAnd3M6Ly8nIDogJ3dzczovLyc7CgkJCXZhciBhZGRyZXNzID0gcHJvdG9jb2wgKyB3aW5kb3cubG9jYXRpb24uaG9zdCArIHdpbmRvdy5sb2NhdGlvbi5wYXRobmFtZSArICcvd3MnOwoJCQl2YXIgc29ja2V0ID0gbmV3IFdlYlNvY2tldChhZGRyZXNzKTsKCQkJc29ja2V0Lm9ubWVzc2FnZSA9IGZ1bmN0aW9uIChtc2cpIHsKCQkJCWlmIChtc2cuZGF0YSA9PSAncmVsb2FkJykgd2luZG93LmxvY2F0aW9uLnJlbG9hZCgpOwoJCQkJZWxzZSBpZiAobXNnLmRhdGEgPT0gJ3JlZnJlc2hjc3MnKSByZWZyZXNoQ1NTKCk7CgkJCX07CgkJCWlmIChzZXNzaW9uU3RvcmFnZSAmJiAhc2Vzc2lvblN0b3JhZ2UuZ2V0SXRlbSgnSXNUaGlzRmlyc3RUaW1lX0xvZ19Gcm9tX0xpdmVTZXJ2ZXInKSkgewoJCQkJY29uc29sZS5sb2coJ0xpdmUgcmVsb2FkIGVuYWJsZWQuJyk7CgkJCQlzZXNzaW9uU3RvcmFnZS5zZXRJdGVtKCdJc1RoaXNGaXJzdFRpbWVfTG9nX0Zyb21fTGl2ZVNlcnZlcicsIHRydWUpOwoJCQl9CgkJfSkoKTsKCX0KCWVsc2UgewoJCWNvbnNvbGUuZXJyb3IoJ1VwZ3JhZGUgeW91ciBicm93c2VyLiBUaGlzIEJyb3dzZXIgaXMgTk9UIHN1cHBvcnRlZCBXZWJTb2NrZXQgZm9yIExpdmUtUmVsb2FkaW5nLicpOwoJfQoJLy8gXV0+Cjwvc2NyaXB0Pgo8L3N2Zz4K") no-repeat;
}

html[paleta=academica] .menu__item__icon {
  background: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMi42NjMiIGhlaWdodD0iMTQuMzYzIiB2aWV3Qm94PSIwIDAgMTIuNjYzIDE0LjM2MyI+CiAgPGRlZnM+CiAgICA8c3R5bGU+CiAgICAgIC5jbHMtMSB7CiAgICAgICAgZmlsbDogIzNGQTJBODsKICAgICAgfQogICAgPC9zdHlsZT4KICA8L2RlZnM+CiAgPHBhdGggaWQ9Il8iIGRhdGEtbmFtZT0i74G3IiBjbGFzcz0iY2xzLTEiIGQ9Ik01LjkyMi0xLjg4N0gzLjA2N0ExLjE0MywxLjE0MywwLDAsMSwxLjkzLTNhMS4xMTMsMS4xMTMsMCwwLDEsLjEzNS0uNTU1SDEuMzkzYTEuMTY2LDEuMTY2LDAsMCwxLS44MjctLjM0OCwxLjEyMSwxLjEyMSwwLDAsMS0uMzI1LS44MTEsMS4xMjQsMS4xMjQsMCwwLDEsLjE1MS0uNTQxLDEuMTY4LDEuMTY4LDAsMCwxLS41NjYtLjMxOEExLjEyMSwxLjEyMSwwLDAsMS0uNS02LjM4NywxLjE0NCwxLjE0NCwwLDAsMSwuNDA4LTcuNDc5LDEuMTEzLDEuMTEzLDAsMCwxLC4yNi04LjA1OCwxLjE0MywxLjE0MywwLDAsMSwxLjQtOS4xNzNoMi4yNWwtLjY1Ny0uODQ0QTEuMTQzLDEuMTQzLDAsMCwxLDMuMTcxLTExLjZhMS4xMjQsMS4xMjQsMCwwLDEsLjUyMi0uMjM0bC0uNDE0LS41MzFhMS4xNjYsMS4xNjYsMCwwLDEtLjIzMy0uODY2LDEuMTIxLDEuMTIxLDAsMCwxLC40NC0uNzU1LDEuMTI3LDEuMTI3LDAsMCwxLC41MTktLjIxNSwxLjE2OCwxLjE2OCwwLDAsMS0uMS0uNjQsMS4xMjEsMS4xMjEsMCwwLDEsLjQ0LS43NTUsMS4xMjgsMS4xMjgsMCwwLDEsLjY4MS0uMjI3LDEuMTMsMS4xMywwLDAsMSwuNzM5LjI3MiwxLjExMywxLjExMywwLDAsMSwuMzY1LS40NzIsMS4xMjgsMS4xMjgsMCwwLDEsLjY4MS0uMjI3LDEuMTMxLDEuMTMxLDAsMCwxLC45LjQzOWwyLjA0NiwyLjYyN2ExLjEyOSwxLjEyOSwwLDAsMSwuMy0uNjg0LDEuMTMsMS4xMywwLDAsMSwuNzkzLS4zNTksMS4xMzMsMS4xMzMsMCwwLDEsMS4xNzQsMS4xbC4xMzMsNC4wNTZjMCwuMDEzLDAsLjAyNSwwLC4wMzhhMS4yODIsMS4yODIsMCwwLDEtLjUsMS4wMThMOS45NzYtNi43djIuOTQ5QTEuMjg0LDEuMjg0LDAsMCwxLDguOTgyLTIuNWwtMi4xMzkuNUE0LjAyOSw0LjAyOSwwLDAsMSw1LjkyMi0xLjg4N1pNMy4wODItMy40MDVhLjQwNS40MDUsMCwwLDAtLjI4Ny4xMjEuMzcuMzcsMCwwLDAtLjEwOS4yNjcuMzgzLjM4MywwLDAsMCwuMzgxLjM3NEg1LjkyMmEzLjI3MiwzLjI3MiwwLDAsMCwuNzQ4LS4wODdsMi4xMzktLjVhLjUzMS41MzEsMCwwLDAsLjQxMS0uNTE5Vi03LjVBLjUyOC41MjgsMCwwLDAsOS03LjkzNEw1LjcyMS0xMC4zMThhLjM3OC4zNzgsMCwwLDAtLjIyNC0uMDczLjM3OC4zNzgsMCwwLDAtLjMwOS4xNTcuMzgyLjM4MiwwLDAsMCwuMDg0LjUzM0w3LjAzOS04LjQxN0gxLjRhLjM4My4zODMsMCwwLDAtLjM4MS4zNzQuMzcuMzcsMCwwLDAsLjEwOS4yNjcuNDA1LjQwNSwwLDAsMCwuMjg3LjEyMWgzLjd2LjkwOEguNjM3YS4zODMuMzgzLDAsMCwwLS4zODEuMzc0LjM3LjM3LDAsMCwwLC4xMDkuMjY3LjQwNS40MDUsMCwwLDAsLjI4Ny4xMjFINS4xMTZ2LjkwOEgxLjM3OEEuMzgzLjM4MywwLDAsMCwxLTQuN2EuMzcuMzcsMCwwLDAsLjEwOS4yNjcuNDA1LjQwNSwwLDAsMCwuMjg3LjEyMUg1LjExNnYuOTA4Wm0zLjk0Ni03LjE2TDkuNTctOC43MTdhMS41MDcsMS41MDcsMCwwLDEsLjU4OC45MTZMMTEuMi04LjYxM2EuNTMxLjUzMSwwLDAsMCwuMjA2LS40MTdjMC0uMDA5LDAtLjAxNSwwLS4wMjJMMTEuMjczLTEzLjFhLjM4LjM4LDAsMCwwLS4zOTQtLjM2OS4zNzkuMzc5LDAsMCwwLS4yNjYuMTIuMzc5LjM3OSwwLDAsMC0uMS4yNzNsLjA3MiwyLjE4M0w3LjExNi0xNS4zNDdhLjM3OS4zNzksMCwwLDAtLjMtLjE0Ny4zNzcuMzc3LDAsMCwwLS4yMjguMDc2LjM3LjM3LDAsMCwwLS4xNDQuMjUuNDA1LjQwNSwwLDAsMCwuMDgxLjNMOC44LTExLjk0NGwtLjcxNi41NThMNS4zMzEtMTQuOTJhLjM3OS4zNzksMCwwLDAtLjMtLjE0Ny4zNzcuMzc3LDAsMCwwLS4yMjguMDc2LjM3LjM3LDAsMCwwLS4xNDQuMjUuNDA1LjQwNSwwLDAsMCwuMDgxLjNsMi43NDIsMy41MjJabS0zLjE0OS0uNTI3YS4zNjYuMzY2LDAsMCwwLS4yMzIuMDgxLjM4My4zODMsMCwwLDAtLjA2MS41M2wuNTkzLjc2MWExLjM2NywxLjM2NywwLDAsMS0uMDI5LS4yMTYsMS4zNDMsMS4zNDMsMCwwLDEsLjIwNy0uOGwtLjE2LS4yMDVBLjQwNS40MDUsMCwwLDAsMy44NzktMTEuMDkzWk01LjUtMTEuMzZhMS4zMzYsMS4zMzYsMCwwLDEsLjYuMTM5TDQuNDY4LTEzLjMwOWEuMzc5LjM3OSwwLDAsMC0uMy0uMTQ3LjM3Ny4zNzcsMCwwLDAtLjIyOC4wNzYuMzcuMzcsMCwwLDAtLjE0NC4yNS40MDUuNDA1LDAsMCwwLC4wODEuM2wxLjIsMS41MzhBMS4zNSwxLjM1LDAsMCwxLDUuNS0xMS4zNloiIHRyYW5zZm9ybT0idHJhbnNsYXRlKDAuNSAxNi4yNSkiLz4KPCEtLSBDb2RlIGluamVjdGVkIGJ5IGxpdmUtc2VydmVyIC0tPgo8c2NyaXB0PgoJLy8gPCFbQ0RBVEFbICA8LS0gRm9yIFNWRyBzdXBwb3J0CglpZiAoJ1dlYlNvY2tldCcgaW4gd2luZG93KSB7CgkJKGZ1bmN0aW9uICgpIHsKCQkJZnVuY3Rpb24gcmVmcmVzaENTUygpIHsKCQkJCXZhciBzaGVldHMgPSBbXS5zbGljZS5jYWxsKGRvY3VtZW50LmdldEVsZW1lbnRzQnlUYWdOYW1lKCJsaW5rIikpOwoJCQkJdmFyIGhlYWQgPSBkb2N1bWVudC5nZXRFbGVtZW50c0J5VGFnTmFtZSgiaGVhZCIpWzBdOwoJCQkJZm9yICh2YXIgaSA9IDA7IGkgPCBzaGVldHMubGVuZ3RoOyArK2kpIHsKCQkJCQl2YXIgZWxlbSA9IHNoZWV0c1tpXTsKCQkJCQl2YXIgcGFyZW50ID0gZWxlbS5wYXJlbnRFbGVtZW50IHx8IGhlYWQ7CgkJCQkJcGFyZW50LnJlbW92ZUNoaWxkKGVsZW0pOwoJCQkJCXZhciByZWwgPSBlbGVtLnJlbDsKCQkJCQlpZiAoZWxlbS5ocmVmICYmIHR5cGVvZiByZWwgIT0gInN0cmluZyIgfHwgcmVsLmxlbmd0aCA9PSAwIHx8IHJlbC50b0xvd2VyQ2FzZSgpID09ICJzdHlsZXNoZWV0IikgewoJCQkJCQl2YXIgdXJsID0gZWxlbS5ocmVmLnJlcGxhY2UoLygmfFw/KV9jYWNoZU92ZXJyaWRlPVxkKy8sICcnKTsKCQkJCQkJZWxlbS5ocmVmID0gdXJsICsgKHVybC5pbmRleE9mKCc/JykgPj0gMCA/ICcmJyA6ICc/JykgKyAnX2NhY2hlT3ZlcnJpZGU9JyArIChuZXcgRGF0ZSgpLnZhbHVlT2YoKSk7CgkJCQkJfQoJCQkJCXBhcmVudC5hcHBlbmRDaGlsZChlbGVtKTsKCQkJCX0KCQkJfQoJCQl2YXIgcHJvdG9jb2wgPSB3aW5kb3cubG9jYXRpb24ucHJvdG9jb2wgPT09ICdodHRwOicgPyAnd3M6Ly8nIDogJ3dzczovLyc7CgkJCXZhciBhZGRyZXNzID0gcHJvdG9jb2wgKyB3aW5kb3cubG9jYXRpb24uaG9zdCArIHdpbmRvdy5sb2NhdGlvbi5wYXRobmFtZSArICcvd3MnOwoJCQl2YXIgc29ja2V0ID0gbmV3IFdlYlNvY2tldChhZGRyZXNzKTsKCQkJc29ja2V0Lm9ubWVzc2FnZSA9IGZ1bmN0aW9uIChtc2cpIHsKCQkJCWlmIChtc2cuZGF0YSA9PSAncmVsb2FkJykgd2luZG93LmxvY2F0aW9uLnJlbG9hZCgpOwoJCQkJZWxzZSBpZiAobXNnLmRhdGEgPT0gJ3JlZnJlc2hjc3MnKSByZWZyZXNoQ1NTKCk7CgkJCX07CgkJCWlmIChzZXNzaW9uU3RvcmFnZSAmJiAhc2Vzc2lvblN0b3JhZ2UuZ2V0SXRlbSgnSXNUaGlzRmlyc3RUaW1lX0xvZ19Gcm9tX0xpdmVTZXJ2ZXInKSkgewoJCQkJY29uc29sZS5sb2coJ0xpdmUgcmVsb2FkIGVuYWJsZWQuJyk7CgkJCQlzZXNzaW9uU3RvcmFnZS5zZXRJdGVtKCdJc1RoaXNGaXJzdFRpbWVfTG9nX0Zyb21fTGl2ZVNlcnZlcicsIHRydWUpOwoJCQl9CgkJfSkoKTsKCX0KCWVsc2UgewoJCWNvbnNvbGUuZXJyb3IoJ1VwZ3JhZGUgeW91ciBicm93c2VyLiBUaGlzIEJyb3dzZXIgaXMgTk9UIHN1cHBvcnRlZCBXZWJTb2NrZXQgZm9yIExpdmUtUmVsb2FkaW5nLicpOwoJfQoJLy8gXV0+Cjwvc2NyaXB0Pgo8L3N2Zz4K") no-repeat;
}
html[paleta=academica] .menu__item__icon:hover {
  background: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMi42NjMiIGhlaWdodD0iMTQuMzYzIiB2aWV3Qm94PSIwIDAgMTIuNjYzIDE0LjM2MyI+CiAgPGRlZnM+CiAgICA8c3R5bGU+CiAgICAgIC5jbHMtMSB7CiAgICAgICAgZmlsbDogIzcwYzdjYzsKICAgICAgfQogICAgPC9zdHlsZT4KICA8L2RlZnM+CiAgPHBhdGggaWQ9Il8iIGRhdGEtbmFtZT0i74G3IiBjbGFzcz0iY2xzLTEiIGQ9Ik01LjkyMi0xLjg4N0gzLjA2N0ExLjE0MywxLjE0MywwLDAsMSwxLjkzLTNhMS4xMTMsMS4xMTMsMCwwLDEsLjEzNS0uNTU1SDEuMzkzYTEuMTY2LDEuMTY2LDAsMCwxLS44MjctLjM0OCwxLjEyMSwxLjEyMSwwLDAsMS0uMzI1LS44MTEsMS4xMjQsMS4xMjQsMCwwLDEsLjE1MS0uNTQxLDEuMTY4LDEuMTY4LDAsMCwxLS41NjYtLjMxOEExLjEyMSwxLjEyMSwwLDAsMS0uNS02LjM4NywxLjE0NCwxLjE0NCwwLDAsMSwuNDA4LTcuNDc5LDEuMTEzLDEuMTEzLDAsMCwxLC4yNi04LjA1OCwxLjE0MywxLjE0MywwLDAsMSwxLjQtOS4xNzNoMi4yNWwtLjY1Ny0uODQ0QTEuMTQzLDEuMTQzLDAsMCwxLDMuMTcxLTExLjZhMS4xMjQsMS4xMjQsMCwwLDEsLjUyMi0uMjM0bC0uNDE0LS41MzFhMS4xNjYsMS4xNjYsMCwwLDEtLjIzMy0uODY2LDEuMTIxLDEuMTIxLDAsMCwxLC40NC0uNzU1LDEuMTI3LDEuMTI3LDAsMCwxLC41MTktLjIxNSwxLjE2OCwxLjE2OCwwLDAsMS0uMS0uNjQsMS4xMjEsMS4xMjEsMCwwLDEsLjQ0LS43NTUsMS4xMjgsMS4xMjgsMCwwLDEsLjY4MS0uMjI3LDEuMTMsMS4xMywwLDAsMSwuNzM5LjI3MiwxLjExMywxLjExMywwLDAsMSwuMzY1LS40NzIsMS4xMjgsMS4xMjgsMCwwLDEsLjY4MS0uMjI3LDEuMTMxLDEuMTMxLDAsMCwxLC45LjQzOWwyLjA0NiwyLjYyN2ExLjEyOSwxLjEyOSwwLDAsMSwuMy0uNjg0LDEuMTMsMS4xMywwLDAsMSwuNzkzLS4zNTksMS4xMzMsMS4xMzMsMCwwLDEsMS4xNzQsMS4xbC4xMzMsNC4wNTZjMCwuMDEzLDAsLjAyNSwwLC4wMzhhMS4yODIsMS4yODIsMCwwLDEtLjUsMS4wMThMOS45NzYtNi43djIuOTQ5QTEuMjg0LDEuMjg0LDAsMCwxLDguOTgyLTIuNWwtMi4xMzkuNUE0LjAyOSw0LjAyOSwwLDAsMSw1LjkyMi0xLjg4N1pNMy4wODItMy40MDVhLjQwNS40MDUsMCwwLDAtLjI4Ny4xMjEuMzcuMzcsMCwwLDAtLjEwOS4yNjcuMzgzLjM4MywwLDAsMCwuMzgxLjM3NEg1LjkyMmEzLjI3MiwzLjI3MiwwLDAsMCwuNzQ4LS4wODdsMi4xMzktLjVhLjUzMS41MzEsMCwwLDAsLjQxMS0uNTE5Vi03LjVBLjUyOC41MjgsMCwwLDAsOS03LjkzNEw1LjcyMS0xMC4zMThhLjM3OC4zNzgsMCwwLDAtLjIyNC0uMDczLjM3OC4zNzgsMCwwLDAtLjMwOS4xNTcuMzgyLjM4MiwwLDAsMCwuMDg0LjUzM0w3LjAzOS04LjQxN0gxLjRhLjM4My4zODMsMCwwLDAtLjM4MS4zNzQuMzcuMzcsMCwwLDAsLjEwOS4yNjcuNDA1LjQwNSwwLDAsMCwuMjg3LjEyMWgzLjd2LjkwOEguNjM3YS4zODMuMzgzLDAsMCwwLS4zODEuMzc0LjM3LjM3LDAsMCwwLC4xMDkuMjY3LjQwNS40MDUsMCwwLDAsLjI4Ny4xMjFINS4xMTZ2LjkwOEgxLjM3OEEuMzgzLjM4MywwLDAsMCwxLTQuN2EuMzcuMzcsMCwwLDAsLjEwOS4yNjcuNDA1LjQwNSwwLDAsMCwuMjg3LjEyMUg1LjExNnYuOTA4Wm0zLjk0Ni03LjE2TDkuNTctOC43MTdhMS41MDcsMS41MDcsMCwwLDEsLjU4OC45MTZMMTEuMi04LjYxM2EuNTMxLjUzMSwwLDAsMCwuMjA2LS40MTdjMC0uMDA5LDAtLjAxNSwwLS4wMjJMMTEuMjczLTEzLjFhLjM4LjM4LDAsMCwwLS4zOTQtLjM2OS4zNzkuMzc5LDAsMCwwLS4yNjYuMTIuMzc5LjM3OSwwLDAsMC0uMS4yNzNsLjA3MiwyLjE4M0w3LjExNi0xNS4zNDdhLjM3OS4zNzksMCwwLDAtLjMtLjE0Ny4zNzcuMzc3LDAsMCwwLS4yMjguMDc2LjM3LjM3LDAsMCwwLS4xNDQuMjUuNDA1LjQwNSwwLDAsMCwuMDgxLjNMOC44LTExLjk0NGwtLjcxNi41NThMNS4zMzEtMTQuOTJhLjM3OS4zNzksMCwwLDAtLjMtLjE0Ny4zNzcuMzc3LDAsMCwwLS4yMjguMDc2LjM3LjM3LDAsMCwwLS4xNDQuMjUuNDA1LjQwNSwwLDAsMCwuMDgxLjNsMi43NDIsMy41MjJabS0zLjE0OS0uNTI3YS4zNjYuMzY2LDAsMCwwLS4yMzIuMDgxLjM4My4zODMsMCwwLDAtLjA2MS41M2wuNTkzLjc2MWExLjM2NywxLjM2NywwLDAsMS0uMDI5LS4yMTYsMS4zNDMsMS4zNDMsMCwwLDEsLjIwNy0uOGwtLjE2LS4yMDVBLjQwNS40MDUsMCwwLDAsMy44NzktMTEuMDkzWk01LjUtMTEuMzZhMS4zMzYsMS4zMzYsMCwwLDEsLjYuMTM5TDQuNDY4LTEzLjMwOWEuMzc5LjM3OSwwLDAsMC0uMy0uMTQ3LjM3Ny4zNzcsMCwwLDAtLjIyOC4wNzYuMzcuMzcsMCwwLDAtLjE0NC4yNS40MDUuNDA1LDAsMCwwLC4wODEuM2wxLjIsMS41MzhBMS4zNSwxLjM1LDAsMCwxLDUuNS0xMS4zNloiIHRyYW5zZm9ybT0idHJhbnNsYXRlKDAuNSAxNi4yNSkiLz4KPCEtLSBDb2RlIGluamVjdGVkIGJ5IGxpdmUtc2VydmVyIC0tPgo8c2NyaXB0PgoJLy8gPCFbQ0RBVEFbICA8LS0gRm9yIFNWRyBzdXBwb3J0CglpZiAoJ1dlYlNvY2tldCcgaW4gd2luZG93KSB7CgkJKGZ1bmN0aW9uICgpIHsKCQkJZnVuY3Rpb24gcmVmcmVzaENTUygpIHsKCQkJCXZhciBzaGVldHMgPSBbXS5zbGljZS5jYWxsKGRvY3VtZW50LmdldEVsZW1lbnRzQnlUYWdOYW1lKCJsaW5rIikpOwoJCQkJdmFyIGhlYWQgPSBkb2N1bWVudC5nZXRFbGVtZW50c0J5VGFnTmFtZSgiaGVhZCIpWzBdOwoJCQkJZm9yICh2YXIgaSA9IDA7IGkgPCBzaGVldHMubGVuZ3RoOyArK2kpIHsKCQkJCQl2YXIgZWxlbSA9IHNoZWV0c1tpXTsKCQkJCQl2YXIgcGFyZW50ID0gZWxlbS5wYXJlbnRFbGVtZW50IHx8IGhlYWQ7CgkJCQkJcGFyZW50LnJlbW92ZUNoaWxkKGVsZW0pOwoJCQkJCXZhciByZWwgPSBlbGVtLnJlbDsKCQkJCQlpZiAoZWxlbS5ocmVmICYmIHR5cGVvZiByZWwgIT0gInN0cmluZyIgfHwgcmVsLmxlbmd0aCA9PSAwIHx8IHJlbC50b0xvd2VyQ2FzZSgpID09ICJzdHlsZXNoZWV0IikgewoJCQkJCQl2YXIgdXJsID0gZWxlbS5ocmVmLnJlcGxhY2UoLygmfFw/KV9jYWNoZU92ZXJyaWRlPVxkKy8sICcnKTsKCQkJCQkJZWxlbS5ocmVmID0gdXJsICsgKHVybC5pbmRleE9mKCc/JykgPj0gMCA/ICcmJyA6ICc/JykgKyAnX2NhY2hlT3ZlcnJpZGU9JyArIChuZXcgRGF0ZSgpLnZhbHVlT2YoKSk7CgkJCQkJfQoJCQkJCXBhcmVudC5hcHBlbmRDaGlsZChlbGVtKTsKCQkJCX0KCQkJfQoJCQl2YXIgcHJvdG9jb2wgPSB3aW5kb3cubG9jYXRpb24ucHJvdG9jb2wgPT09ICdodHRwOicgPyAnd3M6Ly8nIDogJ3dzczovLyc7CgkJCXZhciBhZGRyZXNzID0gcHJvdG9jb2wgKyB3aW5kb3cubG9jYXRpb24uaG9zdCArIHdpbmRvdy5sb2NhdGlvbi5wYXRobmFtZSArICcvd3MnOwoJCQl2YXIgc29ja2V0ID0gbmV3IFdlYlNvY2tldChhZGRyZXNzKTsKCQkJc29ja2V0Lm9ubWVzc2FnZSA9IGZ1bmN0aW9uIChtc2cpIHsKCQkJCWlmIChtc2cuZGF0YSA9PSAncmVsb2FkJykgd2luZG93LmxvY2F0aW9uLnJlbG9hZCgpOwoJCQkJZWxzZSBpZiAobXNnLmRhdGEgPT0gJ3JlZnJlc2hjc3MnKSByZWZyZXNoQ1NTKCk7CgkJCX07CgkJCWlmIChzZXNzaW9uU3RvcmFnZSAmJiAhc2Vzc2lvblN0b3JhZ2UuZ2V0SXRlbSgnSXNUaGlzRmlyc3RUaW1lX0xvZ19Gcm9tX0xpdmVTZXJ2ZXInKSkgewoJCQkJY29uc29sZS5sb2coJ0xpdmUgcmVsb2FkIGVuYWJsZWQuJyk7CgkJCQlzZXNzaW9uU3RvcmFnZS5zZXRJdGVtKCdJc1RoaXNGaXJzdFRpbWVfTG9nX0Zyb21fTGl2ZVNlcnZlcicsIHRydWUpOwoJCQl9CgkJfSkoKTsKCX0KCWVsc2UgewoJCWNvbnNvbGUuZXJyb3IoJ1VwZ3JhZGUgeW91ciBicm93c2VyLiBUaGlzIEJyb3dzZXIgaXMgTk9UIHN1cHBvcnRlZCBXZWJTb2NrZXQgZm9yIExpdmUtUmVsb2FkaW5nLicpOwoJfQoJLy8gXV0+Cjwvc2NyaXB0Pgo8L3N2Zz4K") no-repeat;
}

html[paleta=social] .menu__item__icon {
  background: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMi42NjMiIGhlaWdodD0iMTQuMzYzIiB2aWV3Qm94PSIwIDAgMTIuNjYzIDE0LjM2MyI+CiAgPGRlZnM+CiAgICA8c3R5bGU+CiAgICAgIC5jbHMtMSB7CiAgICAgICAgZmlsbDogIzU1OTkzQTsKICAgICAgfQogICAgPC9zdHlsZT4KICA8L2RlZnM+CiAgPHBhdGggaWQ9Il8iIGRhdGEtbmFtZT0i74G3IiBjbGFzcz0iY2xzLTEiIGQ9Ik01LjkyMi0xLjg4N0gzLjA2N0ExLjE0MywxLjE0MywwLDAsMSwxLjkzLTNhMS4xMTMsMS4xMTMsMCwwLDEsLjEzNS0uNTU1SDEuMzkzYTEuMTY2LDEuMTY2LDAsMCwxLS44MjctLjM0OCwxLjEyMSwxLjEyMSwwLDAsMS0uMzI1LS44MTEsMS4xMjQsMS4xMjQsMCwwLDEsLjE1MS0uNTQxLDEuMTY4LDEuMTY4LDAsMCwxLS41NjYtLjMxOEExLjEyMSwxLjEyMSwwLDAsMS0uNS02LjM4NywxLjE0NCwxLjE0NCwwLDAsMSwuNDA4LTcuNDc5LDEuMTEzLDEuMTEzLDAsMCwxLC4yNi04LjA1OCwxLjE0MywxLjE0MywwLDAsMSwxLjQtOS4xNzNoMi4yNWwtLjY1Ny0uODQ0QTEuMTQzLDEuMTQzLDAsMCwxLDMuMTcxLTExLjZhMS4xMjQsMS4xMjQsMCwwLDEsLjUyMi0uMjM0bC0uNDE0LS41MzFhMS4xNjYsMS4xNjYsMCwwLDEtLjIzMy0uODY2LDEuMTIxLDEuMTIxLDAsMCwxLC40NC0uNzU1LDEuMTI3LDEuMTI3LDAsMCwxLC41MTktLjIxNSwxLjE2OCwxLjE2OCwwLDAsMS0uMS0uNjQsMS4xMjEsMS4xMjEsMCwwLDEsLjQ0LS43NTUsMS4xMjgsMS4xMjgsMCwwLDEsLjY4MS0uMjI3LDEuMTMsMS4xMywwLDAsMSwuNzM5LjI3MiwxLjExMywxLjExMywwLDAsMSwuMzY1LS40NzIsMS4xMjgsMS4xMjgsMCwwLDEsLjY4MS0uMjI3LDEuMTMxLDEuMTMxLDAsMCwxLC45LjQzOWwyLjA0NiwyLjYyN2ExLjEyOSwxLjEyOSwwLDAsMSwuMy0uNjg0LDEuMTMsMS4xMywwLDAsMSwuNzkzLS4zNTksMS4xMzMsMS4xMzMsMCwwLDEsMS4xNzQsMS4xbC4xMzMsNC4wNTZjMCwuMDEzLDAsLjAyNSwwLC4wMzhhMS4yODIsMS4yODIsMCwwLDEtLjUsMS4wMThMOS45NzYtNi43djIuOTQ5QTEuMjg0LDEuMjg0LDAsMCwxLDguOTgyLTIuNWwtMi4xMzkuNUE0LjAyOSw0LjAyOSwwLDAsMSw1LjkyMi0xLjg4N1pNMy4wODItMy40MDVhLjQwNS40MDUsMCwwLDAtLjI4Ny4xMjEuMzcuMzcsMCwwLDAtLjEwOS4yNjcuMzgzLjM4MywwLDAsMCwuMzgxLjM3NEg1LjkyMmEzLjI3MiwzLjI3MiwwLDAsMCwuNzQ4LS4wODdsMi4xMzktLjVhLjUzMS41MzEsMCwwLDAsLjQxMS0uNTE5Vi03LjVBLjUyOC41MjgsMCwwLDAsOS03LjkzNEw1LjcyMS0xMC4zMThhLjM3OC4zNzgsMCwwLDAtLjIyNC0uMDczLjM3OC4zNzgsMCwwLDAtLjMwOS4xNTcuMzgyLjM4MiwwLDAsMCwuMDg0LjUzM0w3LjAzOS04LjQxN0gxLjRhLjM4My4zODMsMCwwLDAtLjM4MS4zNzQuMzcuMzcsMCwwLDAsLjEwOS4yNjcuNDA1LjQwNSwwLDAsMCwuMjg3LjEyMWgzLjd2LjkwOEguNjM3YS4zODMuMzgzLDAsMCwwLS4zODEuMzc0LjM3LjM3LDAsMCwwLC4xMDkuMjY3LjQwNS40MDUsMCwwLDAsLjI4Ny4xMjFINS4xMTZ2LjkwOEgxLjM3OEEuMzgzLjM4MywwLDAsMCwxLTQuN2EuMzcuMzcsMCwwLDAsLjEwOS4yNjcuNDA1LjQwNSwwLDAsMCwuMjg3LjEyMUg1LjExNnYuOTA4Wm0zLjk0Ni03LjE2TDkuNTctOC43MTdhMS41MDcsMS41MDcsMCwwLDEsLjU4OC45MTZMMTEuMi04LjYxM2EuNTMxLjUzMSwwLDAsMCwuMjA2LS40MTdjMC0uMDA5LDAtLjAxNSwwLS4wMjJMMTEuMjczLTEzLjFhLjM4LjM4LDAsMCwwLS4zOTQtLjM2OS4zNzkuMzc5LDAsMCwwLS4yNjYuMTIuMzc5LjM3OSwwLDAsMC0uMS4yNzNsLjA3MiwyLjE4M0w3LjExNi0xNS4zNDdhLjM3OS4zNzksMCwwLDAtLjMtLjE0Ny4zNzcuMzc3LDAsMCwwLS4yMjguMDc2LjM3LjM3LDAsMCwwLS4xNDQuMjUuNDA1LjQwNSwwLDAsMCwuMDgxLjNMOC44LTExLjk0NGwtLjcxNi41NThMNS4zMzEtMTQuOTJhLjM3OS4zNzksMCwwLDAtLjMtLjE0Ny4zNzcuMzc3LDAsMCwwLS4yMjguMDc2LjM3LjM3LDAsMCwwLS4xNDQuMjUuNDA1LjQwNSwwLDAsMCwuMDgxLjNsMi43NDIsMy41MjJabS0zLjE0OS0uNTI3YS4zNjYuMzY2LDAsMCwwLS4yMzIuMDgxLjM4My4zODMsMCwwLDAtLjA2MS41M2wuNTkzLjc2MWExLjM2NywxLjM2NywwLDAsMS0uMDI5LS4yMTYsMS4zNDMsMS4zNDMsMCwwLDEsLjIwNy0uOGwtLjE2LS4yMDVBLjQwNS40MDUsMCwwLDAsMy44NzktMTEuMDkzWk01LjUtMTEuMzZhMS4zMzYsMS4zMzYsMCwwLDEsLjYuMTM5TDQuNDY4LTEzLjMwOWEuMzc5LjM3OSwwLDAsMC0uMy0uMTQ3LjM3Ny4zNzcsMCwwLDAtLjIyOC4wNzYuMzcuMzcsMCwwLDAtLjE0NC4yNS40MDUuNDA1LDAsMCwwLC4wODEuM2wxLjIsMS41MzhBMS4zNSwxLjM1LDAsMCwxLDUuNS0xMS4zNloiIHRyYW5zZm9ybT0idHJhbnNsYXRlKDAuNSAxNi4yNSkiLz4KPCEtLSBDb2RlIGluamVjdGVkIGJ5IGxpdmUtc2VydmVyIC0tPgo8c2NyaXB0PgoJLy8gPCFbQ0RBVEFbICA8LS0gRm9yIFNWRyBzdXBwb3J0CglpZiAoJ1dlYlNvY2tldCcgaW4gd2luZG93KSB7CgkJKGZ1bmN0aW9uICgpIHsKCQkJZnVuY3Rpb24gcmVmcmVzaENTUygpIHsKCQkJCXZhciBzaGVldHMgPSBbXS5zbGljZS5jYWxsKGRvY3VtZW50LmdldEVsZW1lbnRzQnlUYWdOYW1lKCJsaW5rIikpOwoJCQkJdmFyIGhlYWQgPSBkb2N1bWVudC5nZXRFbGVtZW50c0J5VGFnTmFtZSgiaGVhZCIpWzBdOwoJCQkJZm9yICh2YXIgaSA9IDA7IGkgPCBzaGVldHMubGVuZ3RoOyArK2kpIHsKCQkJCQl2YXIgZWxlbSA9IHNoZWV0c1tpXTsKCQkJCQl2YXIgcGFyZW50ID0gZWxlbS5wYXJlbnRFbGVtZW50IHx8IGhlYWQ7CgkJCQkJcGFyZW50LnJlbW92ZUNoaWxkKGVsZW0pOwoJCQkJCXZhciByZWwgPSBlbGVtLnJlbDsKCQkJCQlpZiAoZWxlbS5ocmVmICYmIHR5cGVvZiByZWwgIT0gInN0cmluZyIgfHwgcmVsLmxlbmd0aCA9PSAwIHx8IHJlbC50b0xvd2VyQ2FzZSgpID09ICJzdHlsZXNoZWV0IikgewoJCQkJCQl2YXIgdXJsID0gZWxlbS5ocmVmLnJlcGxhY2UoLygmfFw/KV9jYWNoZU92ZXJyaWRlPVxkKy8sICcnKTsKCQkJCQkJZWxlbS5ocmVmID0gdXJsICsgKHVybC5pbmRleE9mKCc/JykgPj0gMCA/ICcmJyA6ICc/JykgKyAnX2NhY2hlT3ZlcnJpZGU9JyArIChuZXcgRGF0ZSgpLnZhbHVlT2YoKSk7CgkJCQkJfQoJCQkJCXBhcmVudC5hcHBlbmRDaGlsZChlbGVtKTsKCQkJCX0KCQkJfQoJCQl2YXIgcHJvdG9jb2wgPSB3aW5kb3cubG9jYXRpb24ucHJvdG9jb2wgPT09ICdodHRwOicgPyAnd3M6Ly8nIDogJ3dzczovLyc7CgkJCXZhciBhZGRyZXNzID0gcHJvdG9jb2wgKyB3aW5kb3cubG9jYXRpb24uaG9zdCArIHdpbmRvdy5sb2NhdGlvbi5wYXRobmFtZSArICcvd3MnOwoJCQl2YXIgc29ja2V0ID0gbmV3IFdlYlNvY2tldChhZGRyZXNzKTsKCQkJc29ja2V0Lm9ubWVzc2FnZSA9IGZ1bmN0aW9uIChtc2cpIHsKCQkJCWlmIChtc2cuZGF0YSA9PSAncmVsb2FkJykgd2luZG93LmxvY2F0aW9uLnJlbG9hZCgpOwoJCQkJZWxzZSBpZiAobXNnLmRhdGEgPT0gJ3JlZnJlc2hjc3MnKSByZWZyZXNoQ1NTKCk7CgkJCX07CgkJCWlmIChzZXNzaW9uU3RvcmFnZSAmJiAhc2Vzc2lvblN0b3JhZ2UuZ2V0SXRlbSgnSXNUaGlzRmlyc3RUaW1lX0xvZ19Gcm9tX0xpdmVTZXJ2ZXInKSkgewoJCQkJY29uc29sZS5sb2coJ0xpdmUgcmVsb2FkIGVuYWJsZWQuJyk7CgkJCQlzZXNzaW9uU3RvcmFnZS5zZXRJdGVtKCdJc1RoaXNGaXJzdFRpbWVfTG9nX0Zyb21fTGl2ZVNlcnZlcicsIHRydWUpOwoJCQl9CgkJfSkoKTsKCX0KCWVsc2UgewoJCWNvbnNvbGUuZXJyb3IoJ1VwZ3JhZGUgeW91ciBicm93c2VyLiBUaGlzIEJyb3dzZXIgaXMgTk9UIHN1cHBvcnRlZCBXZWJTb2NrZXQgZm9yIExpdmUtUmVsb2FkaW5nLicpOwoJfQoJLy8gXV0+Cjwvc2NyaXB0Pgo8L3N2Zz4K") no-repeat;
}
html[paleta=social] .menu__item__icon:hover {
  background: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMi42NjMiIGhlaWdodD0iMTQuMzYzIiB2aWV3Qm94PSIwIDAgMTIuNjYzIDE0LjM2MyI+CiAgPGRlZnM+CiAgICA8c3R5bGU+CiAgICAgIC5jbHMtMSB7CiAgICAgICAgZmlsbDogIzg1Y2MzZDsKICAgICAgfQogICAgPC9zdHlsZT4KICA8L2RlZnM+CiAgPHBhdGggaWQ9Il8iIGRhdGEtbmFtZT0i74G3IiBjbGFzcz0iY2xzLTEiIGQ9Ik01LjkyMi0xLjg4N0gzLjA2N0ExLjE0MywxLjE0MywwLDAsMSwxLjkzLTNhMS4xMTMsMS4xMTMsMCwwLDEsLjEzNS0uNTU1SDEuMzkzYTEuMTY2LDEuMTY2LDAsMCwxLS44MjctLjM0OCwxLjEyMSwxLjEyMSwwLDAsMS0uMzI1LS44MTEsMS4xMjQsMS4xMjQsMCwwLDEsLjE1MS0uNTQxLDEuMTY4LDEuMTY4LDAsMCwxLS41NjYtLjMxOEExLjEyMSwxLjEyMSwwLDAsMS0uNS02LjM4NywxLjE0NCwxLjE0NCwwLDAsMSwuNDA4LTcuNDc5LDEuMTEzLDEuMTEzLDAsMCwxLC4yNi04LjA1OCwxLjE0MywxLjE0MywwLDAsMSwxLjQtOS4xNzNoMi4yNWwtLjY1Ny0uODQ0QTEuMTQzLDEuMTQzLDAsMCwxLDMuMTcxLTExLjZhMS4xMjQsMS4xMjQsMCwwLDEsLjUyMi0uMjM0bC0uNDE0LS41MzFhMS4xNjYsMS4xNjYsMCwwLDEtLjIzMy0uODY2LDEuMTIxLDEuMTIxLDAsMCwxLC40NC0uNzU1LDEuMTI3LDEuMTI3LDAsMCwxLC41MTktLjIxNSwxLjE2OCwxLjE2OCwwLDAsMS0uMS0uNjQsMS4xMjEsMS4xMjEsMCwwLDEsLjQ0LS43NTUsMS4xMjgsMS4xMjgsMCwwLDEsLjY4MS0uMjI3LDEuMTMsMS4xMywwLDAsMSwuNzM5LjI3MiwxLjExMywxLjExMywwLDAsMSwuMzY1LS40NzIsMS4xMjgsMS4xMjgsMCwwLDEsLjY4MS0uMjI3LDEuMTMxLDEuMTMxLDAsMCwxLC45LjQzOWwyLjA0NiwyLjYyN2ExLjEyOSwxLjEyOSwwLDAsMSwuMy0uNjg0LDEuMTMsMS4xMywwLDAsMSwuNzkzLS4zNTksMS4xMzMsMS4xMzMsMCwwLDEsMS4xNzQsMS4xbC4xMzMsNC4wNTZjMCwuMDEzLDAsLjAyNSwwLC4wMzhhMS4yODIsMS4yODIsMCwwLDEtLjUsMS4wMThMOS45NzYtNi43djIuOTQ5QTEuMjg0LDEuMjg0LDAsMCwxLDguOTgyLTIuNWwtMi4xMzkuNUE0LjAyOSw0LjAyOSwwLDAsMSw1LjkyMi0xLjg4N1pNMy4wODItMy40MDVhLjQwNS40MDUsMCwwLDAtLjI4Ny4xMjEuMzcuMzcsMCwwLDAtLjEwOS4yNjcuMzgzLjM4MywwLDAsMCwuMzgxLjM3NEg1LjkyMmEzLjI3MiwzLjI3MiwwLDAsMCwuNzQ4LS4wODdsMi4xMzktLjVhLjUzMS41MzEsMCwwLDAsLjQxMS0uNTE5Vi03LjVBLjUyOC41MjgsMCwwLDAsOS03LjkzNEw1LjcyMS0xMC4zMThhLjM3OC4zNzgsMCwwLDAtLjIyNC0uMDczLjM3OC4zNzgsMCwwLDAtLjMwOS4xNTcuMzgyLjM4MiwwLDAsMCwuMDg0LjUzM0w3LjAzOS04LjQxN0gxLjRhLjM4My4zODMsMCwwLDAtLjM4MS4zNzQuMzcuMzcsMCwwLDAsLjEwOS4yNjcuNDA1LjQwNSwwLDAsMCwuMjg3LjEyMWgzLjd2LjkwOEguNjM3YS4zODMuMzgzLDAsMCwwLS4zODEuMzc0LjM3LjM3LDAsMCwwLC4xMDkuMjY3LjQwNS40MDUsMCwwLDAsLjI4Ny4xMjFINS4xMTZ2LjkwOEgxLjM3OEEuMzgzLjM4MywwLDAsMCwxLTQuN2EuMzcuMzcsMCwwLDAsLjEwOS4yNjcuNDA1LjQwNSwwLDAsMCwuMjg3LjEyMUg1LjExNnYuOTA4Wm0zLjk0Ni03LjE2TDkuNTctOC43MTdhMS41MDcsMS41MDcsMCwwLDEsLjU4OC45MTZMMTEuMi04LjYxM2EuNTMxLjUzMSwwLDAsMCwuMjA2LS40MTdjMC0uMDA5LDAtLjAxNSwwLS4wMjJMMTEuMjczLTEzLjFhLjM4LjM4LDAsMCwwLS4zOTQtLjM2OS4zNzkuMzc5LDAsMCwwLS4yNjYuMTIuMzc5LjM3OSwwLDAsMC0uMS4yNzNsLjA3MiwyLjE4M0w3LjExNi0xNS4zNDdhLjM3OS4zNzksMCwwLDAtLjMtLjE0Ny4zNzcuMzc3LDAsMCwwLS4yMjguMDc2LjM3LjM3LDAsMCwwLS4xNDQuMjUuNDA1LjQwNSwwLDAsMCwuMDgxLjNMOC44LTExLjk0NGwtLjcxNi41NThMNS4zMzEtMTQuOTJhLjM3OS4zNzksMCwwLDAtLjMtLjE0Ny4zNzcuMzc3LDAsMCwwLS4yMjguMDc2LjM3LjM3LDAsMCwwLS4xNDQuMjUuNDA1LjQwNSwwLDAsMCwuMDgxLjNsMi43NDIsMy41MjJabS0zLjE0OS0uNTI3YS4zNjYuMzY2LDAsMCwwLS4yMzIuMDgxLjM4My4zODMsMCwwLDAtLjA2MS41M2wuNTkzLjc2MWExLjM2NywxLjM2NywwLDAsMS0uMDI5LS4yMTYsMS4zNDMsMS4zNDMsMCwwLDEsLjIwNy0uOGwtLjE2LS4yMDVBLjQwNS40MDUsMCwwLDAsMy44NzktMTEuMDkzWk01LjUtMTEuMzZhMS4zMzYsMS4zMzYsMCwwLDEsLjYuMTM5TDQuNDY4LTEzLjMwOWEuMzc5LjM3OSwwLDAsMC0uMy0uMTQ3LjM3Ny4zNzcsMCwwLDAtLjIyOC4wNzYuMzcuMzcsMCwwLDAtLjE0NC4yNS40MDUuNDA1LDAsMCwwLC4wODEuM2wxLjIsMS41MzhBMS4zNSwxLjM1LDAsMCwxLDUuNS0xMS4zNloiIHRyYW5zZm9ybT0idHJhbnNsYXRlKDAuNSAxNi4yNSkiLz4KPCEtLSBDb2RlIGluamVjdGVkIGJ5IGxpdmUtc2VydmVyIC0tPgo8c2NyaXB0PgoJLy8gPCFbQ0RBVEFbICA8LS0gRm9yIFNWRyBzdXBwb3J0CglpZiAoJ1dlYlNvY2tldCcgaW4gd2luZG93KSB7CgkJKGZ1bmN0aW9uICgpIHsKCQkJZnVuY3Rpb24gcmVmcmVzaENTUygpIHsKCQkJCXZhciBzaGVldHMgPSBbXS5zbGljZS5jYWxsKGRvY3VtZW50LmdldEVsZW1lbnRzQnlUYWdOYW1lKCJsaW5rIikpOwoJCQkJdmFyIGhlYWQgPSBkb2N1bWVudC5nZXRFbGVtZW50c0J5VGFnTmFtZSgiaGVhZCIpWzBdOwoJCQkJZm9yICh2YXIgaSA9IDA7IGkgPCBzaGVldHMubGVuZ3RoOyArK2kpIHsKCQkJCQl2YXIgZWxlbSA9IHNoZWV0c1tpXTsKCQkJCQl2YXIgcGFyZW50ID0gZWxlbS5wYXJlbnRFbGVtZW50IHx8IGhlYWQ7CgkJCQkJcGFyZW50LnJlbW92ZUNoaWxkKGVsZW0pOwoJCQkJCXZhciByZWwgPSBlbGVtLnJlbDsKCQkJCQlpZiAoZWxlbS5ocmVmICYmIHR5cGVvZiByZWwgIT0gInN0cmluZyIgfHwgcmVsLmxlbmd0aCA9PSAwIHx8IHJlbC50b0xvd2VyQ2FzZSgpID09ICJzdHlsZXNoZWV0IikgewoJCQkJCQl2YXIgdXJsID0gZWxlbS5ocmVmLnJlcGxhY2UoLygmfFw/KV9jYWNoZU92ZXJyaWRlPVxkKy8sICcnKTsKCQkJCQkJZWxlbS5ocmVmID0gdXJsICsgKHVybC5pbmRleE9mKCc/JykgPj0gMCA/ICcmJyA6ICc/JykgKyAnX2NhY2hlT3ZlcnJpZGU9JyArIChuZXcgRGF0ZSgpLnZhbHVlT2YoKSk7CgkJCQkJfQoJCQkJCXBhcmVudC5hcHBlbmRDaGlsZChlbGVtKTsKCQkJCX0KCQkJfQoJCQl2YXIgcHJvdG9jb2wgPSB3aW5kb3cubG9jYXRpb24ucHJvdG9jb2wgPT09ICdodHRwOicgPyAnd3M6Ly8nIDogJ3dzczovLyc7CgkJCXZhciBhZGRyZXNzID0gcHJvdG9jb2wgKyB3aW5kb3cubG9jYXRpb24uaG9zdCArIHdpbmRvdy5sb2NhdGlvbi5wYXRobmFtZSArICcvd3MnOwoJCQl2YXIgc29ja2V0ID0gbmV3IFdlYlNvY2tldChhZGRyZXNzKTsKCQkJc29ja2V0Lm9ubWVzc2FnZSA9IGZ1bmN0aW9uIChtc2cpIHsKCQkJCWlmIChtc2cuZGF0YSA9PSAncmVsb2FkJykgd2luZG93LmxvY2F0aW9uLnJlbG9hZCgpOwoJCQkJZWxzZSBpZiAobXNnLmRhdGEgPT0gJ3JlZnJlc2hjc3MnKSByZWZyZXNoQ1NTKCk7CgkJCX07CgkJCWlmIChzZXNzaW9uU3RvcmFnZSAmJiAhc2Vzc2lvblN0b3JhZ2UuZ2V0SXRlbSgnSXNUaGlzRmlyc3RUaW1lX0xvZ19Gcm9tX0xpdmVTZXJ2ZXInKSkgewoJCQkJY29uc29sZS5sb2coJ0xpdmUgcmVsb2FkIGVuYWJsZWQuJyk7CgkJCQlzZXNzaW9uU3RvcmFnZS5zZXRJdGVtKCdJc1RoaXNGaXJzdFRpbWVfTG9nX0Zyb21fTGl2ZVNlcnZlcicsIHRydWUpOwoJCQl9CgkJfSkoKTsKCX0KCWVsc2UgewoJCWNvbnNvbGUuZXJyb3IoJ1VwZ3JhZGUgeW91ciBicm93c2VyLiBUaGlzIEJyb3dzZXIgaXMgTk9UIHN1cHBvcnRlZCBXZWJTb2NrZXQgZm9yIExpdmUtUmVsb2FkaW5nLicpOwoJfQoJLy8gXV0+Cjwvc2NyaXB0Pgo8L3N2Zz4K") no-repeat;
}

@media not print {
  body[data-ac-activated=branco-azul] .menu__item__icon {
    background: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMi42NjMiIGhlaWdodD0iMTQuMzYzIiB2aWV3Qm94PSIwIDAgMTIuNjYzIDE0LjM2MyI+CiAgPGRlZnM+CiAgICA8c3R5bGU+CiAgICAgIC5jbHMtMSB7CiAgICAgICAgZmlsbDogIzM3MzdlMjsKICAgICAgfQogICAgPC9zdHlsZT4KICA8L2RlZnM+CiAgPHBhdGggaWQ9Il8iIGRhdGEtbmFtZT0i74G3IiBjbGFzcz0iY2xzLTEiIGQ9Ik01LjkyMi0xLjg4N0gzLjA2N0ExLjE0MywxLjE0MywwLDAsMSwxLjkzLTNhMS4xMTMsMS4xMTMsMCwwLDEsLjEzNS0uNTU1SDEuMzkzYTEuMTY2LDEuMTY2LDAsMCwxLS44MjctLjM0OCwxLjEyMSwxLjEyMSwwLDAsMS0uMzI1LS44MTEsMS4xMjQsMS4xMjQsMCwwLDEsLjE1MS0uNTQxLDEuMTY4LDEuMTY4LDAsMCwxLS41NjYtLjMxOEExLjEyMSwxLjEyMSwwLDAsMS0uNS02LjM4NywxLjE0NCwxLjE0NCwwLDAsMSwuNDA4LTcuNDc5LDEuMTEzLDEuMTEzLDAsMCwxLC4yNi04LjA1OCwxLjE0MywxLjE0MywwLDAsMSwxLjQtOS4xNzNoMi4yNWwtLjY1Ny0uODQ0QTEuMTQzLDEuMTQzLDAsMCwxLDMuMTcxLTExLjZhMS4xMjQsMS4xMjQsMCwwLDEsLjUyMi0uMjM0bC0uNDE0LS41MzFhMS4xNjYsMS4xNjYsMCwwLDEtLjIzMy0uODY2LDEuMTIxLDEuMTIxLDAsMCwxLC40NC0uNzU1LDEuMTI3LDEuMTI3LDAsMCwxLC41MTktLjIxNSwxLjE2OCwxLjE2OCwwLDAsMS0uMS0uNjQsMS4xMjEsMS4xMjEsMCwwLDEsLjQ0LS43NTUsMS4xMjgsMS4xMjgsMCwwLDEsLjY4MS0uMjI3LDEuMTMsMS4xMywwLDAsMSwuNzM5LjI3MiwxLjExMywxLjExMywwLDAsMSwuMzY1LS40NzIsMS4xMjgsMS4xMjgsMCwwLDEsLjY4MS0uMjI3LDEuMTMxLDEuMTMxLDAsMCwxLC45LjQzOWwyLjA0NiwyLjYyN2ExLjEyOSwxLjEyOSwwLDAsMSwuMy0uNjg0LDEuMTMsMS4xMywwLDAsMSwuNzkzLS4zNTksMS4xMzMsMS4xMzMsMCwwLDEsMS4xNzQsMS4xbC4xMzMsNC4wNTZjMCwuMDEzLDAsLjAyNSwwLC4wMzhhMS4yODIsMS4yODIsMCwwLDEtLjUsMS4wMThMOS45NzYtNi43djIuOTQ5QTEuMjg0LDEuMjg0LDAsMCwxLDguOTgyLTIuNWwtMi4xMzkuNUE0LjAyOSw0LjAyOSwwLDAsMSw1LjkyMi0xLjg4N1pNMy4wODItMy40MDVhLjQwNS40MDUsMCwwLDAtLjI4Ny4xMjEuMzcuMzcsMCwwLDAtLjEwOS4yNjcuMzgzLjM4MywwLDAsMCwuMzgxLjM3NEg1LjkyMmEzLjI3MiwzLjI3MiwwLDAsMCwuNzQ4LS4wODdsMi4xMzktLjVhLjUzMS41MzEsMCwwLDAsLjQxMS0uNTE5Vi03LjVBLjUyOC41MjgsMCwwLDAsOS03LjkzNEw1LjcyMS0xMC4zMThhLjM3OC4zNzgsMCwwLDAtLjIyNC0uMDczLjM3OC4zNzgsMCwwLDAtLjMwOS4xNTcuMzgyLjM4MiwwLDAsMCwuMDg0LjUzM0w3LjAzOS04LjQxN0gxLjRhLjM4My4zODMsMCwwLDAtLjM4MS4zNzQuMzcuMzcsMCwwLDAsLjEwOS4yNjcuNDA1LjQwNSwwLDAsMCwuMjg3LjEyMWgzLjd2LjkwOEguNjM3YS4zODMuMzgzLDAsMCwwLS4zODEuMzc0LjM3LjM3LDAsMCwwLC4xMDkuMjY3LjQwNS40MDUsMCwwLDAsLjI4Ny4xMjFINS4xMTZ2LjkwOEgxLjM3OEEuMzgzLjM4MywwLDAsMCwxLTQuN2EuMzcuMzcsMCwwLDAsLjEwOS4yNjcuNDA1LjQwNSwwLDAsMCwuMjg3LjEyMUg1LjExNnYuOTA4Wm0zLjk0Ni03LjE2TDkuNTctOC43MTdhMS41MDcsMS41MDcsMCwwLDEsLjU4OC45MTZMMTEuMi04LjYxM2EuNTMxLjUzMSwwLDAsMCwuMjA2LS40MTdjMC0uMDA5LDAtLjAxNSwwLS4wMjJMMTEuMjczLTEzLjFhLjM4LjM4LDAsMCwwLS4zOTQtLjM2OS4zNzkuMzc5LDAsMCwwLS4yNjYuMTIuMzc5LjM3OSwwLDAsMC0uMS4yNzNsLjA3MiwyLjE4M0w3LjExNi0xNS4zNDdhLjM3OS4zNzksMCwwLDAtLjMtLjE0Ny4zNzcuMzc3LDAsMCwwLS4yMjguMDc2LjM3LjM3LDAsMCwwLS4xNDQuMjUuNDA1LjQwNSwwLDAsMCwuMDgxLjNMOC44LTExLjk0NGwtLjcxNi41NThMNS4zMzEtMTQuOTJhLjM3OS4zNzksMCwwLDAtLjMtLjE0Ny4zNzcuMzc3LDAsMCwwLS4yMjguMDc2LjM3LjM3LDAsMCwwLS4xNDQuMjUuNDA1LjQwNSwwLDAsMCwuMDgxLjNsMi43NDIsMy41MjJabS0zLjE0OS0uNTI3YS4zNjYuMzY2LDAsMCwwLS4yMzIuMDgxLjM4My4zODMsMCwwLDAtLjA2MS41M2wuNTkzLjc2MWExLjM2NywxLjM2NywwLDAsMS0uMDI5LS4yMTYsMS4zNDMsMS4zNDMsMCwwLDEsLjIwNy0uOGwtLjE2LS4yMDVBLjQwNS40MDUsMCwwLDAsMy44NzktMTEuMDkzWk01LjUtMTEuMzZhMS4zMzYsMS4zMzYsMCwwLDEsLjYuMTM5TDQuNDY4LTEzLjMwOWEuMzc5LjM3OSwwLDAsMC0uMy0uMTQ3LjM3Ny4zNzcsMCwwLDAtLjIyOC4wNzYuMzcuMzcsMCwwLDAtLjE0NC4yNS40MDUuNDA1LDAsMCwwLC4wODEuM2wxLjIsMS41MzhBMS4zNSwxLjM1LDAsMCwxLDUuNS0xMS4zNloiIHRyYW5zZm9ybT0idHJhbnNsYXRlKDAuNSAxNi4yNSkiLz4KPCEtLSBDb2RlIGluamVjdGVkIGJ5IGxpdmUtc2VydmVyIC0tPgo8c2NyaXB0PgoJLy8gPCFbQ0RBVEFbICA8LS0gRm9yIFNWRyBzdXBwb3J0CglpZiAoJ1dlYlNvY2tldCcgaW4gd2luZG93KSB7CgkJKGZ1bmN0aW9uICgpIHsKCQkJZnVuY3Rpb24gcmVmcmVzaENTUygpIHsKCQkJCXZhciBzaGVldHMgPSBbXS5zbGljZS5jYWxsKGRvY3VtZW50LmdldEVsZW1lbnRzQnlUYWdOYW1lKCJsaW5rIikpOwoJCQkJdmFyIGhlYWQgPSBkb2N1bWVudC5nZXRFbGVtZW50c0J5VGFnTmFtZSgiaGVhZCIpWzBdOwoJCQkJZm9yICh2YXIgaSA9IDA7IGkgPCBzaGVldHMubGVuZ3RoOyArK2kpIHsKCQkJCQl2YXIgZWxlbSA9IHNoZWV0c1tpXTsKCQkJCQl2YXIgcGFyZW50ID0gZWxlbS5wYXJlbnRFbGVtZW50IHx8IGhlYWQ7CgkJCQkJcGFyZW50LnJlbW92ZUNoaWxkKGVsZW0pOwoJCQkJCXZhciByZWwgPSBlbGVtLnJlbDsKCQkJCQlpZiAoZWxlbS5ocmVmICYmIHR5cGVvZiByZWwgIT0gInN0cmluZyIgfHwgcmVsLmxlbmd0aCA9PSAwIHx8IHJlbC50b0xvd2VyQ2FzZSgpID09ICJzdHlsZXNoZWV0IikgewoJCQkJCQl2YXIgdXJsID0gZWxlbS5ocmVmLnJlcGxhY2UoLygmfFw/KV9jYWNoZU92ZXJyaWRlPVxkKy8sICcnKTsKCQkJCQkJZWxlbS5ocmVmID0gdXJsICsgKHVybC5pbmRleE9mKCc/JykgPj0gMCA/ICcmJyA6ICc/JykgKyAnX2NhY2hlT3ZlcnJpZGU9JyArIChuZXcgRGF0ZSgpLnZhbHVlT2YoKSk7CgkJCQkJfQoJCQkJCXBhcmVudC5hcHBlbmRDaGlsZChlbGVtKTsKCQkJCX0KCQkJfQoJCQl2YXIgcHJvdG9jb2wgPSB3aW5kb3cubG9jYXRpb24ucHJvdG9jb2wgPT09ICdodHRwOicgPyAnd3M6Ly8nIDogJ3dzczovLyc7CgkJCXZhciBhZGRyZXNzID0gcHJvdG9jb2wgKyB3aW5kb3cubG9jYXRpb24uaG9zdCArIHdpbmRvdy5sb2NhdGlvbi5wYXRobmFtZSArICcvd3MnOwoJCQl2YXIgc29ja2V0ID0gbmV3IFdlYlNvY2tldChhZGRyZXNzKTsKCQkJc29ja2V0Lm9ubWVzc2FnZSA9IGZ1bmN0aW9uIChtc2cpIHsKCQkJCWlmIChtc2cuZGF0YSA9PSAncmVsb2FkJykgd2luZG93LmxvY2F0aW9uLnJlbG9hZCgpOwoJCQkJZWxzZSBpZiAobXNnLmRhdGEgPT0gJ3JlZnJlc2hjc3MnKSByZWZyZXNoQ1NTKCk7CgkJCX07CgkJCWlmIChzZXNzaW9uU3RvcmFnZSAmJiAhc2Vzc2lvblN0b3JhZ2UuZ2V0SXRlbSgnSXNUaGlzRmlyc3RUaW1lX0xvZ19Gcm9tX0xpdmVTZXJ2ZXInKSkgewoJCQkJY29uc29sZS5sb2coJ0xpdmUgcmVsb2FkIGVuYWJsZWQuJyk7CgkJCQlzZXNzaW9uU3RvcmFnZS5zZXRJdGVtKCdJc1RoaXNGaXJzdFRpbWVfTG9nX0Zyb21fTGl2ZVNlcnZlcicsIHRydWUpOwoJCQl9CgkJfSkoKTsKCX0KCWVsc2UgewoJCWNvbnNvbGUuZXJyb3IoJ1VwZ3JhZGUgeW91ciBicm93c2VyLiBUaGlzIEJyb3dzZXIgaXMgTk9UIHN1cHBvcnRlZCBXZWJTb2NrZXQgZm9yIExpdmUtUmVsb2FkaW5nLicpOwoJfQoJLy8gXV0+Cjwvc2NyaXB0Pgo8L3N2Zz4K") no-repeat !important;
  }
  body[data-ac-activated=branco-azul] .menu__item__icon:hover {
    background: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMi42NjMiIGhlaWdodD0iMTQuMzYzIiB2aWV3Qm94PSIwIDAgMTIuNjYzIDE0LjM2MyI+CiAgPGRlZnM+CiAgICA8c3R5bGU+CiAgICAgIC5jbHMtMSB7CiAgICAgICAgZmlsbDogIzAwMDsKICAgICAgfQogICAgPC9zdHlsZT4KICA8L2RlZnM+CiAgPHBhdGggaWQ9Il8iIGRhdGEtbmFtZT0i74G3IiBjbGFzcz0iY2xzLTEiIGQ9Ik01LjkyMi0xLjg4N0gzLjA2N0ExLjE0MywxLjE0MywwLDAsMSwxLjkzLTNhMS4xMTMsMS4xMTMsMCwwLDEsLjEzNS0uNTU1SDEuMzkzYTEuMTY2LDEuMTY2LDAsMCwxLS44MjctLjM0OCwxLjEyMSwxLjEyMSwwLDAsMS0uMzI1LS44MTEsMS4xMjQsMS4xMjQsMCwwLDEsLjE1MS0uNTQxLDEuMTY4LDEuMTY4LDAsMCwxLS41NjYtLjMxOEExLjEyMSwxLjEyMSwwLDAsMS0uNS02LjM4NywxLjE0NCwxLjE0NCwwLDAsMSwuNDA4LTcuNDc5LDEuMTEzLDEuMTEzLDAsMCwxLC4yNi04LjA1OCwxLjE0MywxLjE0MywwLDAsMSwxLjQtOS4xNzNoMi4yNWwtLjY1Ny0uODQ0QTEuMTQzLDEuMTQzLDAsMCwxLDMuMTcxLTExLjZhMS4xMjQsMS4xMjQsMCwwLDEsLjUyMi0uMjM0bC0uNDE0LS41MzFhMS4xNjYsMS4xNjYsMCwwLDEtLjIzMy0uODY2LDEuMTIxLDEuMTIxLDAsMCwxLC40NC0uNzU1LDEuMTI3LDEuMTI3LDAsMCwxLC41MTktLjIxNSwxLjE2OCwxLjE2OCwwLDAsMS0uMS0uNjQsMS4xMjEsMS4xMjEsMCwwLDEsLjQ0LS43NTUsMS4xMjgsMS4xMjgsMCwwLDEsLjY4MS0uMjI3LDEuMTMsMS4xMywwLDAsMSwuNzM5LjI3MiwxLjExMywxLjExMywwLDAsMSwuMzY1LS40NzIsMS4xMjgsMS4xMjgsMCwwLDEsLjY4MS0uMjI3LDEuMTMxLDEuMTMxLDAsMCwxLC45LjQzOWwyLjA0NiwyLjYyN2ExLjEyOSwxLjEyOSwwLDAsMSwuMy0uNjg0LDEuMTMsMS4xMywwLDAsMSwuNzkzLS4zNTksMS4xMzMsMS4xMzMsMCwwLDEsMS4xNzQsMS4xbC4xMzMsNC4wNTZjMCwuMDEzLDAsLjAyNSwwLC4wMzhhMS4yODIsMS4yODIsMCwwLDEtLjUsMS4wMThMOS45NzYtNi43djIuOTQ5QTEuMjg0LDEuMjg0LDAsMCwxLDguOTgyLTIuNWwtMi4xMzkuNUE0LjAyOSw0LjAyOSwwLDAsMSw1LjkyMi0xLjg4N1pNMy4wODItMy40MDVhLjQwNS40MDUsMCwwLDAtLjI4Ny4xMjEuMzcuMzcsMCwwLDAtLjEwOS4yNjcuMzgzLjM4MywwLDAsMCwuMzgxLjM3NEg1LjkyMmEzLjI3MiwzLjI3MiwwLDAsMCwuNzQ4LS4wODdsMi4xMzktLjVhLjUzMS41MzEsMCwwLDAsLjQxMS0uNTE5Vi03LjVBLjUyOC41MjgsMCwwLDAsOS03LjkzNEw1LjcyMS0xMC4zMThhLjM3OC4zNzgsMCwwLDAtLjIyNC0uMDczLjM3OC4zNzgsMCwwLDAtLjMwOS4xNTcuMzgyLjM4MiwwLDAsMCwuMDg0LjUzM0w3LjAzOS04LjQxN0gxLjRhLjM4My4zODMsMCwwLDAtLjM4MS4zNzQuMzcuMzcsMCwwLDAsLjEwOS4yNjcuNDA1LjQwNSwwLDAsMCwuMjg3LjEyMWgzLjd2LjkwOEguNjM3YS4zODMuMzgzLDAsMCwwLS4zODEuMzc0LjM3LjM3LDAsMCwwLC4xMDkuMjY3LjQwNS40MDUsMCwwLDAsLjI4Ny4xMjFINS4xMTZ2LjkwOEgxLjM3OEEuMzgzLjM4MywwLDAsMCwxLTQuN2EuMzcuMzcsMCwwLDAsLjEwOS4yNjcuNDA1LjQwNSwwLDAsMCwuMjg3LjEyMUg1LjExNnYuOTA4Wm0zLjk0Ni03LjE2TDkuNTctOC43MTdhMS41MDcsMS41MDcsMCwwLDEsLjU4OC45MTZMMTEuMi04LjYxM2EuNTMxLjUzMSwwLDAsMCwuMjA2LS40MTdjMC0uMDA5LDAtLjAxNSwwLS4wMjJMMTEuMjczLTEzLjFhLjM4LjM4LDAsMCwwLS4zOTQtLjM2OS4zNzkuMzc5LDAsMCwwLS4yNjYuMTIuMzc5LjM3OSwwLDAsMC0uMS4yNzNsLjA3MiwyLjE4M0w3LjExNi0xNS4zNDdhLjM3OS4zNzksMCwwLDAtLjMtLjE0Ny4zNzcuMzc3LDAsMCwwLS4yMjguMDc2LjM3LjM3LDAsMCwwLS4xNDQuMjUuNDA1LjQwNSwwLDAsMCwuMDgxLjNMOC44LTExLjk0NGwtLjcxNi41NThMNS4zMzEtMTQuOTJhLjM3OS4zNzksMCwwLDAtLjMtLjE0Ny4zNzcuMzc3LDAsMCwwLS4yMjguMDc2LjM3LjM3LDAsMCwwLS4xNDQuMjUuNDA1LjQwNSwwLDAsMCwuMDgxLjNsMi43NDIsMy41MjJabS0zLjE0OS0uNTI3YS4zNjYuMzY2LDAsMCwwLS4yMzIuMDgxLjM4My4zODMsMCwwLDAtLjA2MS41M2wuNTkzLjc2MWExLjM2NywxLjM2NywwLDAsMS0uMDI5LS4yMTYsMS4zNDMsMS4zNDMsMCwwLDEsLjIwNy0uOGwtLjE2LS4yMDVBLjQwNS40MDUsMCwwLDAsMy44NzktMTEuMDkzWk01LjUtMTEuMzZhMS4zMzYsMS4zMzYsMCwwLDEsLjYuMTM5TDQuNDY4LTEzLjMwOWEuMzc5LjM3OSwwLDAsMC0uMy0uMTQ3LjM3Ny4zNzcsMCwwLDAtLjIyOC4wNzYuMzcuMzcsMCwwLDAtLjE0NC4yNS40MDUuNDA1LDAsMCwwLC4wODEuM2wxLjIsMS41MzhBMS4zNSwxLjM1LDAsMCwxLDUuNS0xMS4zNloiIHRyYW5zZm9ybT0idHJhbnNsYXRlKDAuNSAxNi4yNSkiLz4KPCEtLSBDb2RlIGluamVjdGVkIGJ5IGxpdmUtc2VydmVyIC0tPgo8c2NyaXB0PgoJLy8gPCFbQ0RBVEFbICA8LS0gRm9yIFNWRyBzdXBwb3J0CglpZiAoJ1dlYlNvY2tldCcgaW4gd2luZG93KSB7CgkJKGZ1bmN0aW9uICgpIHsKCQkJZnVuY3Rpb24gcmVmcmVzaENTUygpIHsKCQkJCXZhciBzaGVldHMgPSBbXS5zbGljZS5jYWxsKGRvY3VtZW50LmdldEVsZW1lbnRzQnlUYWdOYW1lKCJsaW5rIikpOwoJCQkJdmFyIGhlYWQgPSBkb2N1bWVudC5nZXRFbGVtZW50c0J5VGFnTmFtZSgiaGVhZCIpWzBdOwoJCQkJZm9yICh2YXIgaSA9IDA7IGkgPCBzaGVldHMubGVuZ3RoOyArK2kpIHsKCQkJCQl2YXIgZWxlbSA9IHNoZWV0c1tpXTsKCQkJCQl2YXIgcGFyZW50ID0gZWxlbS5wYXJlbnRFbGVtZW50IHx8IGhlYWQ7CgkJCQkJcGFyZW50LnJlbW92ZUNoaWxkKGVsZW0pOwoJCQkJCXZhciByZWwgPSBlbGVtLnJlbDsKCQkJCQlpZiAoZWxlbS5ocmVmICYmIHR5cGVvZiByZWwgIT0gInN0cmluZyIgfHwgcmVsLmxlbmd0aCA9PSAwIHx8IHJlbC50b0xvd2VyQ2FzZSgpID09ICJzdHlsZXNoZWV0IikgewoJCQkJCQl2YXIgdXJsID0gZWxlbS5ocmVmLnJlcGxhY2UoLygmfFw/KV9jYWNoZU92ZXJyaWRlPVxkKy8sICcnKTsKCQkJCQkJZWxlbS5ocmVmID0gdXJsICsgKHVybC5pbmRleE9mKCc/JykgPj0gMCA/ICcmJyA6ICc/JykgKyAnX2NhY2hlT3ZlcnJpZGU9JyArIChuZXcgRGF0ZSgpLnZhbHVlT2YoKSk7CgkJCQkJfQoJCQkJCXBhcmVudC5hcHBlbmRDaGlsZChlbGVtKTsKCQkJCX0KCQkJfQoJCQl2YXIgcHJvdG9jb2wgPSB3aW5kb3cubG9jYXRpb24ucHJvdG9jb2wgPT09ICdodHRwOicgPyAnd3M6Ly8nIDogJ3dzczovLyc7CgkJCXZhciBhZGRyZXNzID0gcHJvdG9jb2wgKyB3aW5kb3cubG9jYXRpb24uaG9zdCArIHdpbmRvdy5sb2NhdGlvbi5wYXRobmFtZSArICcvd3MnOwoJCQl2YXIgc29ja2V0ID0gbmV3IFdlYlNvY2tldChhZGRyZXNzKTsKCQkJc29ja2V0Lm9ubWVzc2FnZSA9IGZ1bmN0aW9uIChtc2cpIHsKCQkJCWlmIChtc2cuZGF0YSA9PSAncmVsb2FkJykgd2luZG93LmxvY2F0aW9uLnJlbG9hZCgpOwoJCQkJZWxzZSBpZiAobXNnLmRhdGEgPT0gJ3JlZnJlc2hjc3MnKSByZWZyZXNoQ1NTKCk7CgkJCX07CgkJCWlmIChzZXNzaW9uU3RvcmFnZSAmJiAhc2Vzc2lvblN0b3JhZ2UuZ2V0SXRlbSgnSXNUaGlzRmlyc3RUaW1lX0xvZ19Gcm9tX0xpdmVTZXJ2ZXInKSkgewoJCQkJY29uc29sZS5sb2coJ0xpdmUgcmVsb2FkIGVuYWJsZWQuJyk7CgkJCQlzZXNzaW9uU3RvcmFnZS5zZXRJdGVtKCdJc1RoaXNGaXJzdFRpbWVfTG9nX0Zyb21fTGl2ZVNlcnZlcicsIHRydWUpOwoJCQl9CgkJfSkoKTsKCX0KCWVsc2UgewoJCWNvbnNvbGUuZXJyb3IoJ1VwZ3JhZGUgeW91ciBicm93c2VyLiBUaGlzIEJyb3dzZXIgaXMgTk9UIHN1cHBvcnRlZCBXZWJTb2NrZXQgZm9yIExpdmUtUmVsb2FkaW5nLicpOwoJfQoJLy8gXV0+Cjwvc2NyaXB0Pgo8L3N2Zz4K") no-repeat !important;
  }
  body[data-ac-activated=preto-azul] .menu__item__icon {
    background: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMi42NjMiIGhlaWdodD0iMTQuMzYzIiB2aWV3Qm94PSIwIDAgMTIuNjYzIDE0LjM2MyI+CiAgPGRlZnM+CiAgICA8c3R5bGU+CiAgICAgIC5jbHMtMSB7CiAgICAgICAgZmlsbDogIzAwZjNmMzsKICAgICAgfQogICAgPC9zdHlsZT4KICA8L2RlZnM+CiAgPHBhdGggaWQ9Il8iIGRhdGEtbmFtZT0i74G3IiBjbGFzcz0iY2xzLTEiIGQ9Ik01LjkyMi0xLjg4N0gzLjA2N0ExLjE0MywxLjE0MywwLDAsMSwxLjkzLTNhMS4xMTMsMS4xMTMsMCwwLDEsLjEzNS0uNTU1SDEuMzkzYTEuMTY2LDEuMTY2LDAsMCwxLS44MjctLjM0OCwxLjEyMSwxLjEyMSwwLDAsMS0uMzI1LS44MTEsMS4xMjQsMS4xMjQsMCwwLDEsLjE1MS0uNTQxLDEuMTY4LDEuMTY4LDAsMCwxLS41NjYtLjMxOEExLjEyMSwxLjEyMSwwLDAsMS0uNS02LjM4NywxLjE0NCwxLjE0NCwwLDAsMSwuNDA4LTcuNDc5LDEuMTEzLDEuMTEzLDAsMCwxLC4yNi04LjA1OCwxLjE0MywxLjE0MywwLDAsMSwxLjQtOS4xNzNoMi4yNWwtLjY1Ny0uODQ0QTEuMTQzLDEuMTQzLDAsMCwxLDMuMTcxLTExLjZhMS4xMjQsMS4xMjQsMCwwLDEsLjUyMi0uMjM0bC0uNDE0LS41MzFhMS4xNjYsMS4xNjYsMCwwLDEtLjIzMy0uODY2LDEuMTIxLDEuMTIxLDAsMCwxLC40NC0uNzU1LDEuMTI3LDEuMTI3LDAsMCwxLC41MTktLjIxNSwxLjE2OCwxLjE2OCwwLDAsMS0uMS0uNjQsMS4xMjEsMS4xMjEsMCwwLDEsLjQ0LS43NTUsMS4xMjgsMS4xMjgsMCwwLDEsLjY4MS0uMjI3LDEuMTMsMS4xMywwLDAsMSwuNzM5LjI3MiwxLjExMywxLjExMywwLDAsMSwuMzY1LS40NzIsMS4xMjgsMS4xMjgsMCwwLDEsLjY4MS0uMjI3LDEuMTMxLDEuMTMxLDAsMCwxLC45LjQzOWwyLjA0NiwyLjYyN2ExLjEyOSwxLjEyOSwwLDAsMSwuMy0uNjg0LDEuMTMsMS4xMywwLDAsMSwuNzkzLS4zNTksMS4xMzMsMS4xMzMsMCwwLDEsMS4xNzQsMS4xbC4xMzMsNC4wNTZjMCwuMDEzLDAsLjAyNSwwLC4wMzhhMS4yODIsMS4yODIsMCwwLDEtLjUsMS4wMThMOS45NzYtNi43djIuOTQ5QTEuMjg0LDEuMjg0LDAsMCwxLDguOTgyLTIuNWwtMi4xMzkuNUE0LjAyOSw0LjAyOSwwLDAsMSw1LjkyMi0xLjg4N1pNMy4wODItMy40MDVhLjQwNS40MDUsMCwwLDAtLjI4Ny4xMjEuMzcuMzcsMCwwLDAtLjEwOS4yNjcuMzgzLjM4MywwLDAsMCwuMzgxLjM3NEg1LjkyMmEzLjI3MiwzLjI3MiwwLDAsMCwuNzQ4LS4wODdsMi4xMzktLjVhLjUzMS41MzEsMCwwLDAsLjQxMS0uNTE5Vi03LjVBLjUyOC41MjgsMCwwLDAsOS03LjkzNEw1LjcyMS0xMC4zMThhLjM3OC4zNzgsMCwwLDAtLjIyNC0uMDczLjM3OC4zNzgsMCwwLDAtLjMwOS4xNTcuMzgyLjM4MiwwLDAsMCwuMDg0LjUzM0w3LjAzOS04LjQxN0gxLjRhLjM4My4zODMsMCwwLDAtLjM4MS4zNzQuMzcuMzcsMCwwLDAsLjEwOS4yNjcuNDA1LjQwNSwwLDAsMCwuMjg3LjEyMWgzLjd2LjkwOEguNjM3YS4zODMuMzgzLDAsMCwwLS4zODEuMzc0LjM3LjM3LDAsMCwwLC4xMDkuMjY3LjQwNS40MDUsMCwwLDAsLjI4Ny4xMjFINS4xMTZ2LjkwOEgxLjM3OEEuMzgzLjM4MywwLDAsMCwxLTQuN2EuMzcuMzcsMCwwLDAsLjEwOS4yNjcuNDA1LjQwNSwwLDAsMCwuMjg3LjEyMUg1LjExNnYuOTA4Wm0zLjk0Ni03LjE2TDkuNTctOC43MTdhMS41MDcsMS41MDcsMCwwLDEsLjU4OC45MTZMMTEuMi04LjYxM2EuNTMxLjUzMSwwLDAsMCwuMjA2LS40MTdjMC0uMDA5LDAtLjAxNSwwLS4wMjJMMTEuMjczLTEzLjFhLjM4LjM4LDAsMCwwLS4zOTQtLjM2OS4zNzkuMzc5LDAsMCwwLS4yNjYuMTIuMzc5LjM3OSwwLDAsMC0uMS4yNzNsLjA3MiwyLjE4M0w3LjExNi0xNS4zNDdhLjM3OS4zNzksMCwwLDAtLjMtLjE0Ny4zNzcuMzc3LDAsMCwwLS4yMjguMDc2LjM3LjM3LDAsMCwwLS4xNDQuMjUuNDA1LjQwNSwwLDAsMCwuMDgxLjNMOC44LTExLjk0NGwtLjcxNi41NThMNS4zMzEtMTQuOTJhLjM3OS4zNzksMCwwLDAtLjMtLjE0Ny4zNzcuMzc3LDAsMCwwLS4yMjguMDc2LjM3LjM3LDAsMCwwLS4xNDQuMjUuNDA1LjQwNSwwLDAsMCwuMDgxLjNsMi43NDIsMy41MjJabS0zLjE0OS0uNTI3YS4zNjYuMzY2LDAsMCwwLS4yMzIuMDgxLjM4My4zODMsMCwwLDAtLjA2MS41M2wuNTkzLjc2MWExLjM2NywxLjM2NywwLDAsMS0uMDI5LS4yMTYsMS4zNDMsMS4zNDMsMCwwLDEsLjIwNy0uOGwtLjE2LS4yMDVBLjQwNS40MDUsMCwwLDAsMy44NzktMTEuMDkzWk01LjUtMTEuMzZhMS4zMzYsMS4zMzYsMCwwLDEsLjYuMTM5TDQuNDY4LTEzLjMwOWEuMzc5LjM3OSwwLDAsMC0uMy0uMTQ3LjM3Ny4zNzcsMCwwLDAtLjIyOC4wNzYuMzcuMzcsMCwwLDAtLjE0NC4yNS40MDUuNDA1LDAsMCwwLC4wODEuM2wxLjIsMS41MzhBMS4zNSwxLjM1LDAsMCwxLDUuNS0xMS4zNloiIHRyYW5zZm9ybT0idHJhbnNsYXRlKDAuNSAxNi4yNSkiLz4KPCEtLSBDb2RlIGluamVjdGVkIGJ5IGxpdmUtc2VydmVyIC0tPgo8c2NyaXB0PgoJLy8gPCFbQ0RBVEFbICA8LS0gRm9yIFNWRyBzdXBwb3J0CglpZiAoJ1dlYlNvY2tldCcgaW4gd2luZG93KSB7CgkJKGZ1bmN0aW9uICgpIHsKCQkJZnVuY3Rpb24gcmVmcmVzaENTUygpIHsKCQkJCXZhciBzaGVldHMgPSBbXS5zbGljZS5jYWxsKGRvY3VtZW50LmdldEVsZW1lbnRzQnlUYWdOYW1lKCJsaW5rIikpOwoJCQkJdmFyIGhlYWQgPSBkb2N1bWVudC5nZXRFbGVtZW50c0J5VGFnTmFtZSgiaGVhZCIpWzBdOwoJCQkJZm9yICh2YXIgaSA9IDA7IGkgPCBzaGVldHMubGVuZ3RoOyArK2kpIHsKCQkJCQl2YXIgZWxlbSA9IHNoZWV0c1tpXTsKCQkJCQl2YXIgcGFyZW50ID0gZWxlbS5wYXJlbnRFbGVtZW50IHx8IGhlYWQ7CgkJCQkJcGFyZW50LnJlbW92ZUNoaWxkKGVsZW0pOwoJCQkJCXZhciByZWwgPSBlbGVtLnJlbDsKCQkJCQlpZiAoZWxlbS5ocmVmICYmIHR5cGVvZiByZWwgIT0gInN0cmluZyIgfHwgcmVsLmxlbmd0aCA9PSAwIHx8IHJlbC50b0xvd2VyQ2FzZSgpID09ICJzdHlsZXNoZWV0IikgewoJCQkJCQl2YXIgdXJsID0gZWxlbS5ocmVmLnJlcGxhY2UoLygmfFw/KV9jYWNoZU92ZXJyaWRlPVxkKy8sICcnKTsKCQkJCQkJZWxlbS5ocmVmID0gdXJsICsgKHVybC5pbmRleE9mKCc/JykgPj0gMCA/ICcmJyA6ICc/JykgKyAnX2NhY2hlT3ZlcnJpZGU9JyArIChuZXcgRGF0ZSgpLnZhbHVlT2YoKSk7CgkJCQkJfQoJCQkJCXBhcmVudC5hcHBlbmRDaGlsZChlbGVtKTsKCQkJCX0KCQkJfQoJCQl2YXIgcHJvdG9jb2wgPSB3aW5kb3cubG9jYXRpb24ucHJvdG9jb2wgPT09ICdodHRwOicgPyAnd3M6Ly8nIDogJ3dzczovLyc7CgkJCXZhciBhZGRyZXNzID0gcHJvdG9jb2wgKyB3aW5kb3cubG9jYXRpb24uaG9zdCArIHdpbmRvdy5sb2NhdGlvbi5wYXRobmFtZSArICcvd3MnOwoJCQl2YXIgc29ja2V0ID0gbmV3IFdlYlNvY2tldChhZGRyZXNzKTsKCQkJc29ja2V0Lm9ubWVzc2FnZSA9IGZ1bmN0aW9uIChtc2cpIHsKCQkJCWlmIChtc2cuZGF0YSA9PSAncmVsb2FkJykgd2luZG93LmxvY2F0aW9uLnJlbG9hZCgpOwoJCQkJZWxzZSBpZiAobXNnLmRhdGEgPT0gJ3JlZnJlc2hjc3MnKSByZWZyZXNoQ1NTKCk7CgkJCX07CgkJCWlmIChzZXNzaW9uU3RvcmFnZSAmJiAhc2Vzc2lvblN0b3JhZ2UuZ2V0SXRlbSgnSXNUaGlzRmlyc3RUaW1lX0xvZ19Gcm9tX0xpdmVTZXJ2ZXInKSkgewoJCQkJY29uc29sZS5sb2coJ0xpdmUgcmVsb2FkIGVuYWJsZWQuJyk7CgkJCQlzZXNzaW9uU3RvcmFnZS5zZXRJdGVtKCdJc1RoaXNGaXJzdFRpbWVfTG9nX0Zyb21fTGl2ZVNlcnZlcicsIHRydWUpOwoJCQl9CgkJfSkoKTsKCX0KCWVsc2UgewoJCWNvbnNvbGUuZXJyb3IoJ1VwZ3JhZGUgeW91ciBicm93c2VyLiBUaGlzIEJyb3dzZXIgaXMgTk9UIHN1cHBvcnRlZCBXZWJTb2NrZXQgZm9yIExpdmUtUmVsb2FkaW5nLicpOwoJfQoJLy8gXV0+Cjwvc2NyaXB0Pgo8L3N2Zz4K") no-repeat !important;
  }
  body[data-ac-activated=preto-azul] .menu__item__icon:hover {
    background: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMi42NjMiIGhlaWdodD0iMTQuMzYzIiB2aWV3Qm94PSIwIDAgMTIuNjYzIDE0LjM2MyI+CiAgPGRlZnM+CiAgICA8c3R5bGU+CiAgICAgIC5jbHMtMSB7CiAgICAgICAgZmlsbDogI2ZmZjsKICAgICAgfQogICAgPC9zdHlsZT4KICA8L2RlZnM+CiAgPHBhdGggaWQ9Il8iIGRhdGEtbmFtZT0i74G3IiBjbGFzcz0iY2xzLTEiIGQ9Ik01LjkyMi0xLjg4N0gzLjA2N0ExLjE0MywxLjE0MywwLDAsMSwxLjkzLTNhMS4xMTMsMS4xMTMsMCwwLDEsLjEzNS0uNTU1SDEuMzkzYTEuMTY2LDEuMTY2LDAsMCwxLS44MjctLjM0OCwxLjEyMSwxLjEyMSwwLDAsMS0uMzI1LS44MTEsMS4xMjQsMS4xMjQsMCwwLDEsLjE1MS0uNTQxLDEuMTY4LDEuMTY4LDAsMCwxLS41NjYtLjMxOEExLjEyMSwxLjEyMSwwLDAsMS0uNS02LjM4NywxLjE0NCwxLjE0NCwwLDAsMSwuNDA4LTcuNDc5LDEuMTEzLDEuMTEzLDAsMCwxLC4yNi04LjA1OCwxLjE0MywxLjE0MywwLDAsMSwxLjQtOS4xNzNoMi4yNWwtLjY1Ny0uODQ0QTEuMTQzLDEuMTQzLDAsMCwxLDMuMTcxLTExLjZhMS4xMjQsMS4xMjQsMCwwLDEsLjUyMi0uMjM0bC0uNDE0LS41MzFhMS4xNjYsMS4xNjYsMCwwLDEtLjIzMy0uODY2LDEuMTIxLDEuMTIxLDAsMCwxLC40NC0uNzU1LDEuMTI3LDEuMTI3LDAsMCwxLC41MTktLjIxNSwxLjE2OCwxLjE2OCwwLDAsMS0uMS0uNjQsMS4xMjEsMS4xMjEsMCwwLDEsLjQ0LS43NTUsMS4xMjgsMS4xMjgsMCwwLDEsLjY4MS0uMjI3LDEuMTMsMS4xMywwLDAsMSwuNzM5LjI3MiwxLjExMywxLjExMywwLDAsMSwuMzY1LS40NzIsMS4xMjgsMS4xMjgsMCwwLDEsLjY4MS0uMjI3LDEuMTMxLDEuMTMxLDAsMCwxLC45LjQzOWwyLjA0NiwyLjYyN2ExLjEyOSwxLjEyOSwwLDAsMSwuMy0uNjg0LDEuMTMsMS4xMywwLDAsMSwuNzkzLS4zNTksMS4xMzMsMS4xMzMsMCwwLDEsMS4xNzQsMS4xbC4xMzMsNC4wNTZjMCwuMDEzLDAsLjAyNSwwLC4wMzhhMS4yODIsMS4yODIsMCwwLDEtLjUsMS4wMThMOS45NzYtNi43djIuOTQ5QTEuMjg0LDEuMjg0LDAsMCwxLDguOTgyLTIuNWwtMi4xMzkuNUE0LjAyOSw0LjAyOSwwLDAsMSw1LjkyMi0xLjg4N1pNMy4wODItMy40MDVhLjQwNS40MDUsMCwwLDAtLjI4Ny4xMjEuMzcuMzcsMCwwLDAtLjEwOS4yNjcuMzgzLjM4MywwLDAsMCwuMzgxLjM3NEg1LjkyMmEzLjI3MiwzLjI3MiwwLDAsMCwuNzQ4LS4wODdsMi4xMzktLjVhLjUzMS41MzEsMCwwLDAsLjQxMS0uNTE5Vi03LjVBLjUyOC41MjgsMCwwLDAsOS03LjkzNEw1LjcyMS0xMC4zMThhLjM3OC4zNzgsMCwwLDAtLjIyNC0uMDczLjM3OC4zNzgsMCwwLDAtLjMwOS4xNTcuMzgyLjM4MiwwLDAsMCwuMDg0LjUzM0w3LjAzOS04LjQxN0gxLjRhLjM4My4zODMsMCwwLDAtLjM4MS4zNzQuMzcuMzcsMCwwLDAsLjEwOS4yNjcuNDA1LjQwNSwwLDAsMCwuMjg3LjEyMWgzLjd2LjkwOEguNjM3YS4zODMuMzgzLDAsMCwwLS4zODEuMzc0LjM3LjM3LDAsMCwwLC4xMDkuMjY3LjQwNS40MDUsMCwwLDAsLjI4Ny4xMjFINS4xMTZ2LjkwOEgxLjM3OEEuMzgzLjM4MywwLDAsMCwxLTQuN2EuMzcuMzcsMCwwLDAsLjEwOS4yNjcuNDA1LjQwNSwwLDAsMCwuMjg3LjEyMUg1LjExNnYuOTA4Wm0zLjk0Ni03LjE2TDkuNTctOC43MTdhMS41MDcsMS41MDcsMCwwLDEsLjU4OC45MTZMMTEuMi04LjYxM2EuNTMxLjUzMSwwLDAsMCwuMjA2LS40MTdjMC0uMDA5LDAtLjAxNSwwLS4wMjJMMTEuMjczLTEzLjFhLjM4LjM4LDAsMCwwLS4zOTQtLjM2OS4zNzkuMzc5LDAsMCwwLS4yNjYuMTIuMzc5LjM3OSwwLDAsMC0uMS4yNzNsLjA3MiwyLjE4M0w3LjExNi0xNS4zNDdhLjM3OS4zNzksMCwwLDAtLjMtLjE0Ny4zNzcuMzc3LDAsMCwwLS4yMjguMDc2LjM3LjM3LDAsMCwwLS4xNDQuMjUuNDA1LjQwNSwwLDAsMCwuMDgxLjNMOC44LTExLjk0NGwtLjcxNi41NThMNS4zMzEtMTQuOTJhLjM3OS4zNzksMCwwLDAtLjMtLjE0Ny4zNzcuMzc3LDAsMCwwLS4yMjguMDc2LjM3LjM3LDAsMCwwLS4xNDQuMjUuNDA1LjQwNSwwLDAsMCwuMDgxLjNsMi43NDIsMy41MjJabS0zLjE0OS0uNTI3YS4zNjYuMzY2LDAsMCwwLS4yMzIuMDgxLjM4My4zODMsMCwwLDAtLjA2MS41M2wuNTkzLjc2MWExLjM2NywxLjM2NywwLDAsMS0uMDI5LS4yMTYsMS4zNDMsMS4zNDMsMCwwLDEsLjIwNy0uOGwtLjE2LS4yMDVBLjQwNS40MDUsMCwwLDAsMy44NzktMTEuMDkzWk01LjUtMTEuMzZhMS4zMzYsMS4zMzYsMCwwLDEsLjYuMTM5TDQuNDY4LTEzLjMwOWEuMzc5LjM3OSwwLDAsMC0uMy0uMTQ3LjM3Ny4zNzcsMCwwLDAtLjIyOC4wNzYuMzcuMzcsMCwwLDAtLjE0NC4yNS40MDUuNDA1LDAsMCwwLC4wODEuM2wxLjIsMS41MzhBMS4zNSwxLjM1LDAsMCwxLDUuNS0xMS4zNloiIHRyYW5zZm9ybT0idHJhbnNsYXRlKDAuNSAxNi4yNSkiLz4KPCEtLSBDb2RlIGluamVjdGVkIGJ5IGxpdmUtc2VydmVyIC0tPgo8c2NyaXB0PgoJLy8gPCFbQ0RBVEFbICA8LS0gRm9yIFNWRyBzdXBwb3J0CglpZiAoJ1dlYlNvY2tldCcgaW4gd2luZG93KSB7CgkJKGZ1bmN0aW9uICgpIHsKCQkJZnVuY3Rpb24gcmVmcmVzaENTUygpIHsKCQkJCXZhciBzaGVldHMgPSBbXS5zbGljZS5jYWxsKGRvY3VtZW50LmdldEVsZW1lbnRzQnlUYWdOYW1lKCJsaW5rIikpOwoJCQkJdmFyIGhlYWQgPSBkb2N1bWVudC5nZXRFbGVtZW50c0J5VGFnTmFtZSgiaGVhZCIpWzBdOwoJCQkJZm9yICh2YXIgaSA9IDA7IGkgPCBzaGVldHMubGVuZ3RoOyArK2kpIHsKCQkJCQl2YXIgZWxlbSA9IHNoZWV0c1tpXTsKCQkJCQl2YXIgcGFyZW50ID0gZWxlbS5wYXJlbnRFbGVtZW50IHx8IGhlYWQ7CgkJCQkJcGFyZW50LnJlbW92ZUNoaWxkKGVsZW0pOwoJCQkJCXZhciByZWwgPSBlbGVtLnJlbDsKCQkJCQlpZiAoZWxlbS5ocmVmICYmIHR5cGVvZiByZWwgIT0gInN0cmluZyIgfHwgcmVsLmxlbmd0aCA9PSAwIHx8IHJlbC50b0xvd2VyQ2FzZSgpID09ICJzdHlsZXNoZWV0IikgewoJCQkJCQl2YXIgdXJsID0gZWxlbS5ocmVmLnJlcGxhY2UoLygmfFw/KV9jYWNoZU92ZXJyaWRlPVxkKy8sICcnKTsKCQkJCQkJZWxlbS5ocmVmID0gdXJsICsgKHVybC5pbmRleE9mKCc/JykgPj0gMCA/ICcmJyA6ICc/JykgKyAnX2NhY2hlT3ZlcnJpZGU9JyArIChuZXcgRGF0ZSgpLnZhbHVlT2YoKSk7CgkJCQkJfQoJCQkJCXBhcmVudC5hcHBlbmRDaGlsZChlbGVtKTsKCQkJCX0KCQkJfQoJCQl2YXIgcHJvdG9jb2wgPSB3aW5kb3cubG9jYXRpb24ucHJvdG9jb2wgPT09ICdodHRwOicgPyAnd3M6Ly8nIDogJ3dzczovLyc7CgkJCXZhciBhZGRyZXNzID0gcHJvdG9jb2wgKyB3aW5kb3cubG9jYXRpb24uaG9zdCArIHdpbmRvdy5sb2NhdGlvbi5wYXRobmFtZSArICcvd3MnOwoJCQl2YXIgc29ja2V0ID0gbmV3IFdlYlNvY2tldChhZGRyZXNzKTsKCQkJc29ja2V0Lm9ubWVzc2FnZSA9IGZ1bmN0aW9uIChtc2cpIHsKCQkJCWlmIChtc2cuZGF0YSA9PSAncmVsb2FkJykgd2luZG93LmxvY2F0aW9uLnJlbG9hZCgpOwoJCQkJZWxzZSBpZiAobXNnLmRhdGEgPT0gJ3JlZnJlc2hjc3MnKSByZWZyZXNoQ1NTKCk7CgkJCX07CgkJCWlmIChzZXNzaW9uU3RvcmFnZSAmJiAhc2Vzc2lvblN0b3JhZ2UuZ2V0SXRlbSgnSXNUaGlzRmlyc3RUaW1lX0xvZ19Gcm9tX0xpdmVTZXJ2ZXInKSkgewoJCQkJY29uc29sZS5sb2coJ0xpdmUgcmVsb2FkIGVuYWJsZWQuJyk7CgkJCQlzZXNzaW9uU3RvcmFnZS5zZXRJdGVtKCdJc1RoaXNGaXJzdFRpbWVfTG9nX0Zyb21fTGl2ZVNlcnZlcicsIHRydWUpOwoJCQl9CgkJfSkoKTsKCX0KCWVsc2UgewoJCWNvbnNvbGUuZXJyb3IoJ1VwZ3JhZGUgeW91ciBicm93c2VyLiBUaGlzIEJyb3dzZXIgaXMgTk9UIHN1cHBvcnRlZCBXZWJTb2NrZXQgZm9yIExpdmUtUmVsb2FkaW5nLicpOwoJfQoJLy8gXV0+Cjwvc2NyaXB0Pgo8L3N2Zz4K") no-repeat !important;
  }
  body[data-ac-activated=preto-amarelo] .menu__item__icon {
    background: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMi42NjMiIGhlaWdodD0iMTQuMzYzIiB2aWV3Qm94PSIwIDAgMTIuNjYzIDE0LjM2MyI+CiAgPGRlZnM+CiAgICA8c3R5bGU+CiAgICAgIC5jbHMtMSB7CiAgICAgICAgZmlsbDogI2ZmMDsKICAgICAgfQogICAgPC9zdHlsZT4KICA8L2RlZnM+CiAgPHBhdGggaWQ9Il8iIGRhdGEtbmFtZT0i74G3IiBjbGFzcz0iY2xzLTEiIGQ9Ik01LjkyMi0xLjg4N0gzLjA2N0ExLjE0MywxLjE0MywwLDAsMSwxLjkzLTNhMS4xMTMsMS4xMTMsMCwwLDEsLjEzNS0uNTU1SDEuMzkzYTEuMTY2LDEuMTY2LDAsMCwxLS44MjctLjM0OCwxLjEyMSwxLjEyMSwwLDAsMS0uMzI1LS44MTEsMS4xMjQsMS4xMjQsMCwwLDEsLjE1MS0uNTQxLDEuMTY4LDEuMTY4LDAsMCwxLS41NjYtLjMxOEExLjEyMSwxLjEyMSwwLDAsMS0uNS02LjM4NywxLjE0NCwxLjE0NCwwLDAsMSwuNDA4LTcuNDc5LDEuMTEzLDEuMTEzLDAsMCwxLC4yNi04LjA1OCwxLjE0MywxLjE0MywwLDAsMSwxLjQtOS4xNzNoMi4yNWwtLjY1Ny0uODQ0QTEuMTQzLDEuMTQzLDAsMCwxLDMuMTcxLTExLjZhMS4xMjQsMS4xMjQsMCwwLDEsLjUyMi0uMjM0bC0uNDE0LS41MzFhMS4xNjYsMS4xNjYsMCwwLDEtLjIzMy0uODY2LDEuMTIxLDEuMTIxLDAsMCwxLC40NC0uNzU1LDEuMTI3LDEuMTI3LDAsMCwxLC41MTktLjIxNSwxLjE2OCwxLjE2OCwwLDAsMS0uMS0uNjQsMS4xMjEsMS4xMjEsMCwwLDEsLjQ0LS43NTUsMS4xMjgsMS4xMjgsMCwwLDEsLjY4MS0uMjI3LDEuMTMsMS4xMywwLDAsMSwuNzM5LjI3MiwxLjExMywxLjExMywwLDAsMSwuMzY1LS40NzIsMS4xMjgsMS4xMjgsMCwwLDEsLjY4MS0uMjI3LDEuMTMxLDEuMTMxLDAsMCwxLC45LjQzOWwyLjA0NiwyLjYyN2ExLjEyOSwxLjEyOSwwLDAsMSwuMy0uNjg0LDEuMTMsMS4xMywwLDAsMSwuNzkzLS4zNTksMS4xMzMsMS4xMzMsMCwwLDEsMS4xNzQsMS4xbC4xMzMsNC4wNTZjMCwuMDEzLDAsLjAyNSwwLC4wMzhhMS4yODIsMS4yODIsMCwwLDEtLjUsMS4wMThMOS45NzYtNi43djIuOTQ5QTEuMjg0LDEuMjg0LDAsMCwxLDguOTgyLTIuNWwtMi4xMzkuNUE0LjAyOSw0LjAyOSwwLDAsMSw1LjkyMi0xLjg4N1pNMy4wODItMy40MDVhLjQwNS40MDUsMCwwLDAtLjI4Ny4xMjEuMzcuMzcsMCwwLDAtLjEwOS4yNjcuMzgzLjM4MywwLDAsMCwuMzgxLjM3NEg1LjkyMmEzLjI3MiwzLjI3MiwwLDAsMCwuNzQ4LS4wODdsMi4xMzktLjVhLjUzMS41MzEsMCwwLDAsLjQxMS0uNTE5Vi03LjVBLjUyOC41MjgsMCwwLDAsOS03LjkzNEw1LjcyMS0xMC4zMThhLjM3OC4zNzgsMCwwLDAtLjIyNC0uMDczLjM3OC4zNzgsMCwwLDAtLjMwOS4xNTcuMzgyLjM4MiwwLDAsMCwuMDg0LjUzM0w3LjAzOS04LjQxN0gxLjRhLjM4My4zODMsMCwwLDAtLjM4MS4zNzQuMzcuMzcsMCwwLDAsLjEwOS4yNjcuNDA1LjQwNSwwLDAsMCwuMjg3LjEyMWgzLjd2LjkwOEguNjM3YS4zODMuMzgzLDAsMCwwLS4zODEuMzc0LjM3LjM3LDAsMCwwLC4xMDkuMjY3LjQwNS40MDUsMCwwLDAsLjI4Ny4xMjFINS4xMTZ2LjkwOEgxLjM3OEEuMzgzLjM4MywwLDAsMCwxLTQuN2EuMzcuMzcsMCwwLDAsLjEwOS4yNjcuNDA1LjQwNSwwLDAsMCwuMjg3LjEyMUg1LjExNnYuOTA4Wm0zLjk0Ni03LjE2TDkuNTctOC43MTdhMS41MDcsMS41MDcsMCwwLDEsLjU4OC45MTZMMTEuMi04LjYxM2EuNTMxLjUzMSwwLDAsMCwuMjA2LS40MTdjMC0uMDA5LDAtLjAxNSwwLS4wMjJMMTEuMjczLTEzLjFhLjM4LjM4LDAsMCwwLS4zOTQtLjM2OS4zNzkuMzc5LDAsMCwwLS4yNjYuMTIuMzc5LjM3OSwwLDAsMC0uMS4yNzNsLjA3MiwyLjE4M0w3LjExNi0xNS4zNDdhLjM3OS4zNzksMCwwLDAtLjMtLjE0Ny4zNzcuMzc3LDAsMCwwLS4yMjguMDc2LjM3LjM3LDAsMCwwLS4xNDQuMjUuNDA1LjQwNSwwLDAsMCwuMDgxLjNMOC44LTExLjk0NGwtLjcxNi41NThMNS4zMzEtMTQuOTJhLjM3OS4zNzksMCwwLDAtLjMtLjE0Ny4zNzcuMzc3LDAsMCwwLS4yMjguMDc2LjM3LjM3LDAsMCwwLS4xNDQuMjUuNDA1LjQwNSwwLDAsMCwuMDgxLjNsMi43NDIsMy41MjJabS0zLjE0OS0uNTI3YS4zNjYuMzY2LDAsMCwwLS4yMzIuMDgxLjM4My4zODMsMCwwLDAtLjA2MS41M2wuNTkzLjc2MWExLjM2NywxLjM2NywwLDAsMS0uMDI5LS4yMTYsMS4zNDMsMS4zNDMsMCwwLDEsLjIwNy0uOGwtLjE2LS4yMDVBLjQwNS40MDUsMCwwLDAsMy44NzktMTEuMDkzWk01LjUtMTEuMzZhMS4zMzYsMS4zMzYsMCwwLDEsLjYuMTM5TDQuNDY4LTEzLjMwOWEuMzc5LjM3OSwwLDAsMC0uMy0uMTQ3LjM3Ny4zNzcsMCwwLDAtLjIyOC4wNzYuMzcuMzcsMCwwLDAtLjE0NC4yNS40MDUuNDA1LDAsMCwwLC4wODEuM2wxLjIsMS41MzhBMS4zNSwxLjM1LDAsMCwxLDUuNS0xMS4zNloiIHRyYW5zZm9ybT0idHJhbnNsYXRlKDAuNSAxNi4yNSkiLz4KPCEtLSBDb2RlIGluamVjdGVkIGJ5IGxpdmUtc2VydmVyIC0tPgo8c2NyaXB0PgoJLy8gPCFbQ0RBVEFbICA8LS0gRm9yIFNWRyBzdXBwb3J0CglpZiAoJ1dlYlNvY2tldCcgaW4gd2luZG93KSB7CgkJKGZ1bmN0aW9uICgpIHsKCQkJZnVuY3Rpb24gcmVmcmVzaENTUygpIHsKCQkJCXZhciBzaGVldHMgPSBbXS5zbGljZS5jYWxsKGRvY3VtZW50LmdldEVsZW1lbnRzQnlUYWdOYW1lKCJsaW5rIikpOwoJCQkJdmFyIGhlYWQgPSBkb2N1bWVudC5nZXRFbGVtZW50c0J5VGFnTmFtZSgiaGVhZCIpWzBdOwoJCQkJZm9yICh2YXIgaSA9IDA7IGkgPCBzaGVldHMubGVuZ3RoOyArK2kpIHsKCQkJCQl2YXIgZWxlbSA9IHNoZWV0c1tpXTsKCQkJCQl2YXIgcGFyZW50ID0gZWxlbS5wYXJlbnRFbGVtZW50IHx8IGhlYWQ7CgkJCQkJcGFyZW50LnJlbW92ZUNoaWxkKGVsZW0pOwoJCQkJCXZhciByZWwgPSBlbGVtLnJlbDsKCQkJCQlpZiAoZWxlbS5ocmVmICYmIHR5cGVvZiByZWwgIT0gInN0cmluZyIgfHwgcmVsLmxlbmd0aCA9PSAwIHx8IHJlbC50b0xvd2VyQ2FzZSgpID09ICJzdHlsZXNoZWV0IikgewoJCQkJCQl2YXIgdXJsID0gZWxlbS5ocmVmLnJlcGxhY2UoLygmfFw/KV9jYWNoZU92ZXJyaWRlPVxkKy8sICcnKTsKCQkJCQkJZWxlbS5ocmVmID0gdXJsICsgKHVybC5pbmRleE9mKCc/JykgPj0gMCA/ICcmJyA6ICc/JykgKyAnX2NhY2hlT3ZlcnJpZGU9JyArIChuZXcgRGF0ZSgpLnZhbHVlT2YoKSk7CgkJCQkJfQoJCQkJCXBhcmVudC5hcHBlbmRDaGlsZChlbGVtKTsKCQkJCX0KCQkJfQoJCQl2YXIgcHJvdG9jb2wgPSB3aW5kb3cubG9jYXRpb24ucHJvdG9jb2wgPT09ICdodHRwOicgPyAnd3M6Ly8nIDogJ3dzczovLyc7CgkJCXZhciBhZGRyZXNzID0gcHJvdG9jb2wgKyB3aW5kb3cubG9jYXRpb24uaG9zdCArIHdpbmRvdy5sb2NhdGlvbi5wYXRobmFtZSArICcvd3MnOwoJCQl2YXIgc29ja2V0ID0gbmV3IFdlYlNvY2tldChhZGRyZXNzKTsKCQkJc29ja2V0Lm9ubWVzc2FnZSA9IGZ1bmN0aW9uIChtc2cpIHsKCQkJCWlmIChtc2cuZGF0YSA9PSAncmVsb2FkJykgd2luZG93LmxvY2F0aW9uLnJlbG9hZCgpOwoJCQkJZWxzZSBpZiAobXNnLmRhdGEgPT0gJ3JlZnJlc2hjc3MnKSByZWZyZXNoQ1NTKCk7CgkJCX07CgkJCWlmIChzZXNzaW9uU3RvcmFnZSAmJiAhc2Vzc2lvblN0b3JhZ2UuZ2V0SXRlbSgnSXNUaGlzRmlyc3RUaW1lX0xvZ19Gcm9tX0xpdmVTZXJ2ZXInKSkgewoJCQkJY29uc29sZS5sb2coJ0xpdmUgcmVsb2FkIGVuYWJsZWQuJyk7CgkJCQlzZXNzaW9uU3RvcmFnZS5zZXRJdGVtKCdJc1RoaXNGaXJzdFRpbWVfTG9nX0Zyb21fTGl2ZVNlcnZlcicsIHRydWUpOwoJCQl9CgkJfSkoKTsKCX0KCWVsc2UgewoJCWNvbnNvbGUuZXJyb3IoJ1VwZ3JhZGUgeW91ciBicm93c2VyLiBUaGlzIEJyb3dzZXIgaXMgTk9UIHN1cHBvcnRlZCBXZWJTb2NrZXQgZm9yIExpdmUtUmVsb2FkaW5nLicpOwoJfQoJLy8gXV0+Cjwvc2NyaXB0Pgo8L3N2Zz4K") no-repeat !important;
  }
  body[data-ac-activated=preto-amarelo] .menu__item__icon:hover {
    background: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMi42NjMiIGhlaWdodD0iMTQuMzYzIiB2aWV3Qm94PSIwIDAgMTIuNjYzIDE0LjM2MyI+CiAgPGRlZnM+CiAgICA8c3R5bGU+CiAgICAgIC5jbHMtMSB7CiAgICAgICAgZmlsbDogI2ZmZjsKICAgICAgfQogICAgPC9zdHlsZT4KICA8L2RlZnM+CiAgPHBhdGggaWQ9Il8iIGRhdGEtbmFtZT0i74G3IiBjbGFzcz0iY2xzLTEiIGQ9Ik01LjkyMi0xLjg4N0gzLjA2N0ExLjE0MywxLjE0MywwLDAsMSwxLjkzLTNhMS4xMTMsMS4xMTMsMCwwLDEsLjEzNS0uNTU1SDEuMzkzYTEuMTY2LDEuMTY2LDAsMCwxLS44MjctLjM0OCwxLjEyMSwxLjEyMSwwLDAsMS0uMzI1LS44MTEsMS4xMjQsMS4xMjQsMCwwLDEsLjE1MS0uNTQxLDEuMTY4LDEuMTY4LDAsMCwxLS41NjYtLjMxOEExLjEyMSwxLjEyMSwwLDAsMS0uNS02LjM4NywxLjE0NCwxLjE0NCwwLDAsMSwuNDA4LTcuNDc5LDEuMTEzLDEuMTEzLDAsMCwxLC4yNi04LjA1OCwxLjE0MywxLjE0MywwLDAsMSwxLjQtOS4xNzNoMi4yNWwtLjY1Ny0uODQ0QTEuMTQzLDEuMTQzLDAsMCwxLDMuMTcxLTExLjZhMS4xMjQsMS4xMjQsMCwwLDEsLjUyMi0uMjM0bC0uNDE0LS41MzFhMS4xNjYsMS4xNjYsMCwwLDEtLjIzMy0uODY2LDEuMTIxLDEuMTIxLDAsMCwxLC40NC0uNzU1LDEuMTI3LDEuMTI3LDAsMCwxLC41MTktLjIxNSwxLjE2OCwxLjE2OCwwLDAsMS0uMS0uNjQsMS4xMjEsMS4xMjEsMCwwLDEsLjQ0LS43NTUsMS4xMjgsMS4xMjgsMCwwLDEsLjY4MS0uMjI3LDEuMTMsMS4xMywwLDAsMSwuNzM5LjI3MiwxLjExMywxLjExMywwLDAsMSwuMzY1LS40NzIsMS4xMjgsMS4xMjgsMCwwLDEsLjY4MS0uMjI3LDEuMTMxLDEuMTMxLDAsMCwxLC45LjQzOWwyLjA0NiwyLjYyN2ExLjEyOSwxLjEyOSwwLDAsMSwuMy0uNjg0LDEuMTMsMS4xMywwLDAsMSwuNzkzLS4zNTksMS4xMzMsMS4xMzMsMCwwLDEsMS4xNzQsMS4xbC4xMzMsNC4wNTZjMCwuMDEzLDAsLjAyNSwwLC4wMzhhMS4yODIsMS4yODIsMCwwLDEtLjUsMS4wMThMOS45NzYtNi43djIuOTQ5QTEuMjg0LDEuMjg0LDAsMCwxLDguOTgyLTIuNWwtMi4xMzkuNUE0LjAyOSw0LjAyOSwwLDAsMSw1LjkyMi0xLjg4N1pNMy4wODItMy40MDVhLjQwNS40MDUsMCwwLDAtLjI4Ny4xMjEuMzcuMzcsMCwwLDAtLjEwOS4yNjcuMzgzLjM4MywwLDAsMCwuMzgxLjM3NEg1LjkyMmEzLjI3MiwzLjI3MiwwLDAsMCwuNzQ4LS4wODdsMi4xMzktLjVhLjUzMS41MzEsMCwwLDAsLjQxMS0uNTE5Vi03LjVBLjUyOC41MjgsMCwwLDAsOS03LjkzNEw1LjcyMS0xMC4zMThhLjM3OC4zNzgsMCwwLDAtLjIyNC0uMDczLjM3OC4zNzgsMCwwLDAtLjMwOS4xNTcuMzgyLjM4MiwwLDAsMCwuMDg0LjUzM0w3LjAzOS04LjQxN0gxLjRhLjM4My4zODMsMCwwLDAtLjM4MS4zNzQuMzcuMzcsMCwwLDAsLjEwOS4yNjcuNDA1LjQwNSwwLDAsMCwuMjg3LjEyMWgzLjd2LjkwOEguNjM3YS4zODMuMzgzLDAsMCwwLS4zODEuMzc0LjM3LjM3LDAsMCwwLC4xMDkuMjY3LjQwNS40MDUsMCwwLDAsLjI4Ny4xMjFINS4xMTZ2LjkwOEgxLjM3OEEuMzgzLjM4MywwLDAsMCwxLTQuN2EuMzcuMzcsMCwwLDAsLjEwOS4yNjcuNDA1LjQwNSwwLDAsMCwuMjg3LjEyMUg1LjExNnYuOTA4Wm0zLjk0Ni03LjE2TDkuNTctOC43MTdhMS41MDcsMS41MDcsMCwwLDEsLjU4OC45MTZMMTEuMi04LjYxM2EuNTMxLjUzMSwwLDAsMCwuMjA2LS40MTdjMC0uMDA5LDAtLjAxNSwwLS4wMjJMMTEuMjczLTEzLjFhLjM4LjM4LDAsMCwwLS4zOTQtLjM2OS4zNzkuMzc5LDAsMCwwLS4yNjYuMTIuMzc5LjM3OSwwLDAsMC0uMS4yNzNsLjA3MiwyLjE4M0w3LjExNi0xNS4zNDdhLjM3OS4zNzksMCwwLDAtLjMtLjE0Ny4zNzcuMzc3LDAsMCwwLS4yMjguMDc2LjM3LjM3LDAsMCwwLS4xNDQuMjUuNDA1LjQwNSwwLDAsMCwuMDgxLjNMOC44LTExLjk0NGwtLjcxNi41NThMNS4zMzEtMTQuOTJhLjM3OS4zNzksMCwwLDAtLjMtLjE0Ny4zNzcuMzc3LDAsMCwwLS4yMjguMDc2LjM3LjM3LDAsMCwwLS4xNDQuMjUuNDA1LjQwNSwwLDAsMCwuMDgxLjNsMi43NDIsMy41MjJabS0zLjE0OS0uNTI3YS4zNjYuMzY2LDAsMCwwLS4yMzIuMDgxLjM4My4zODMsMCwwLDAtLjA2MS41M2wuNTkzLjc2MWExLjM2NywxLjM2NywwLDAsMS0uMDI5LS4yMTYsMS4zNDMsMS4zNDMsMCwwLDEsLjIwNy0uOGwtLjE2LS4yMDVBLjQwNS40MDUsMCwwLDAsMy44NzktMTEuMDkzWk01LjUtMTEuMzZhMS4zMzYsMS4zMzYsMCwwLDEsLjYuMTM5TDQuNDY4LTEzLjMwOWEuMzc5LjM3OSwwLDAsMC0uMy0uMTQ3LjM3Ny4zNzcsMCwwLDAtLjIyOC4wNzYuMzcuMzcsMCwwLDAtLjE0NC4yNS40MDUuNDA1LDAsMCwwLC4wODEuM2wxLjIsMS41MzhBMS4zNSwxLjM1LDAsMCwxLDUuNS0xMS4zNloiIHRyYW5zZm9ybT0idHJhbnNsYXRlKDAuNSAxNi4yNSkiLz4KPCEtLSBDb2RlIGluamVjdGVkIGJ5IGxpdmUtc2VydmVyIC0tPgo8c2NyaXB0PgoJLy8gPCFbQ0RBVEFbICA8LS0gRm9yIFNWRyBzdXBwb3J0CglpZiAoJ1dlYlNvY2tldCcgaW4gd2luZG93KSB7CgkJKGZ1bmN0aW9uICgpIHsKCQkJZnVuY3Rpb24gcmVmcmVzaENTUygpIHsKCQkJCXZhciBzaGVldHMgPSBbXS5zbGljZS5jYWxsKGRvY3VtZW50LmdldEVsZW1lbnRzQnlUYWdOYW1lKCJsaW5rIikpOwoJCQkJdmFyIGhlYWQgPSBkb2N1bWVudC5nZXRFbGVtZW50c0J5VGFnTmFtZSgiaGVhZCIpWzBdOwoJCQkJZm9yICh2YXIgaSA9IDA7IGkgPCBzaGVldHMubGVuZ3RoOyArK2kpIHsKCQkJCQl2YXIgZWxlbSA9IHNoZWV0c1tpXTsKCQkJCQl2YXIgcGFyZW50ID0gZWxlbS5wYXJlbnRFbGVtZW50IHx8IGhlYWQ7CgkJCQkJcGFyZW50LnJlbW92ZUNoaWxkKGVsZW0pOwoJCQkJCXZhciByZWwgPSBlbGVtLnJlbDsKCQkJCQlpZiAoZWxlbS5ocmVmICYmIHR5cGVvZiByZWwgIT0gInN0cmluZyIgfHwgcmVsLmxlbmd0aCA9PSAwIHx8IHJlbC50b0xvd2VyQ2FzZSgpID09ICJzdHlsZXNoZWV0IikgewoJCQkJCQl2YXIgdXJsID0gZWxlbS5ocmVmLnJlcGxhY2UoLygmfFw/KV9jYWNoZU92ZXJyaWRlPVxkKy8sICcnKTsKCQkJCQkJZWxlbS5ocmVmID0gdXJsICsgKHVybC5pbmRleE9mKCc/JykgPj0gMCA/ICcmJyA6ICc/JykgKyAnX2NhY2hlT3ZlcnJpZGU9JyArIChuZXcgRGF0ZSgpLnZhbHVlT2YoKSk7CgkJCQkJfQoJCQkJCXBhcmVudC5hcHBlbmRDaGlsZChlbGVtKTsKCQkJCX0KCQkJfQoJCQl2YXIgcHJvdG9jb2wgPSB3aW5kb3cubG9jYXRpb24ucHJvdG9jb2wgPT09ICdodHRwOicgPyAnd3M6Ly8nIDogJ3dzczovLyc7CgkJCXZhciBhZGRyZXNzID0gcHJvdG9jb2wgKyB3aW5kb3cubG9jYXRpb24uaG9zdCArIHdpbmRvdy5sb2NhdGlvbi5wYXRobmFtZSArICcvd3MnOwoJCQl2YXIgc29ja2V0ID0gbmV3IFdlYlNvY2tldChhZGRyZXNzKTsKCQkJc29ja2V0Lm9ubWVzc2FnZSA9IGZ1bmN0aW9uIChtc2cpIHsKCQkJCWlmIChtc2cuZGF0YSA9PSAncmVsb2FkJykgd2luZG93LmxvY2F0aW9uLnJlbG9hZCgpOwoJCQkJZWxzZSBpZiAobXNnLmRhdGEgPT0gJ3JlZnJlc2hjc3MnKSByZWZyZXNoQ1NTKCk7CgkJCX07CgkJCWlmIChzZXNzaW9uU3RvcmFnZSAmJiAhc2Vzc2lvblN0b3JhZ2UuZ2V0SXRlbSgnSXNUaGlzRmlyc3RUaW1lX0xvZ19Gcm9tX0xpdmVTZXJ2ZXInKSkgewoJCQkJY29uc29sZS5sb2coJ0xpdmUgcmVsb2FkIGVuYWJsZWQuJyk7CgkJCQlzZXNzaW9uU3RvcmFnZS5zZXRJdGVtKCdJc1RoaXNGaXJzdFRpbWVfTG9nX0Zyb21fTGl2ZVNlcnZlcicsIHRydWUpOwoJCQl9CgkJfSkoKTsKCX0KCWVsc2UgewoJCWNvbnNvbGUuZXJyb3IoJ1VwZ3JhZGUgeW91ciBicm93c2VyLiBUaGlzIEJyb3dzZXIgaXMgTk9UIHN1cHBvcnRlZCBXZWJTb2NrZXQgZm9yIExpdmUtUmVsb2FkaW5nLicpOwoJfQoJLy8gXV0+Cjwvc2NyaXB0Pgo8L3N2Zz4K") no-repeat !important;
  }
  body[data-ac-activated=azul-amarelo] .menu__item__icon {
    background: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMi42NjMiIGhlaWdodD0iMTQuMzYzIiB2aWV3Qm94PSIwIDAgMTIuNjYzIDE0LjM2MyI+CiAgPGRlZnM+CiAgICA8c3R5bGU+CiAgICAgIC5jbHMtMSB7CiAgICAgICAgZmlsbDogI2ZmMDsKICAgICAgfQogICAgPC9zdHlsZT4KICA8L2RlZnM+CiAgPHBhdGggaWQ9Il8iIGRhdGEtbmFtZT0i74G3IiBjbGFzcz0iY2xzLTEiIGQ9Ik01LjkyMi0xLjg4N0gzLjA2N0ExLjE0MywxLjE0MywwLDAsMSwxLjkzLTNhMS4xMTMsMS4xMTMsMCwwLDEsLjEzNS0uNTU1SDEuMzkzYTEuMTY2LDEuMTY2LDAsMCwxLS44MjctLjM0OCwxLjEyMSwxLjEyMSwwLDAsMS0uMzI1LS44MTEsMS4xMjQsMS4xMjQsMCwwLDEsLjE1MS0uNTQxLDEuMTY4LDEuMTY4LDAsMCwxLS41NjYtLjMxOEExLjEyMSwxLjEyMSwwLDAsMS0uNS02LjM4NywxLjE0NCwxLjE0NCwwLDAsMSwuNDA4LTcuNDc5LDEuMTEzLDEuMTEzLDAsMCwxLC4yNi04LjA1OCwxLjE0MywxLjE0MywwLDAsMSwxLjQtOS4xNzNoMi4yNWwtLjY1Ny0uODQ0QTEuMTQzLDEuMTQzLDAsMCwxLDMuMTcxLTExLjZhMS4xMjQsMS4xMjQsMCwwLDEsLjUyMi0uMjM0bC0uNDE0LS41MzFhMS4xNjYsMS4xNjYsMCwwLDEtLjIzMy0uODY2LDEuMTIxLDEuMTIxLDAsMCwxLC40NC0uNzU1LDEuMTI3LDEuMTI3LDAsMCwxLC41MTktLjIxNSwxLjE2OCwxLjE2OCwwLDAsMS0uMS0uNjQsMS4xMjEsMS4xMjEsMCwwLDEsLjQ0LS43NTUsMS4xMjgsMS4xMjgsMCwwLDEsLjY4MS0uMjI3LDEuMTMsMS4xMywwLDAsMSwuNzM5LjI3MiwxLjExMywxLjExMywwLDAsMSwuMzY1LS40NzIsMS4xMjgsMS4xMjgsMCwwLDEsLjY4MS0uMjI3LDEuMTMxLDEuMTMxLDAsMCwxLC45LjQzOWwyLjA0NiwyLjYyN2ExLjEyOSwxLjEyOSwwLDAsMSwuMy0uNjg0LDEuMTMsMS4xMywwLDAsMSwuNzkzLS4zNTksMS4xMzMsMS4xMzMsMCwwLDEsMS4xNzQsMS4xbC4xMzMsNC4wNTZjMCwuMDEzLDAsLjAyNSwwLC4wMzhhMS4yODIsMS4yODIsMCwwLDEtLjUsMS4wMThMOS45NzYtNi43djIuOTQ5QTEuMjg0LDEuMjg0LDAsMCwxLDguOTgyLTIuNWwtMi4xMzkuNUE0LjAyOSw0LjAyOSwwLDAsMSw1LjkyMi0xLjg4N1pNMy4wODItMy40MDVhLjQwNS40MDUsMCwwLDAtLjI4Ny4xMjEuMzcuMzcsMCwwLDAtLjEwOS4yNjcuMzgzLjM4MywwLDAsMCwuMzgxLjM3NEg1LjkyMmEzLjI3MiwzLjI3MiwwLDAsMCwuNzQ4LS4wODdsMi4xMzktLjVhLjUzMS41MzEsMCwwLDAsLjQxMS0uNTE5Vi03LjVBLjUyOC41MjgsMCwwLDAsOS03LjkzNEw1LjcyMS0xMC4zMThhLjM3OC4zNzgsMCwwLDAtLjIyNC0uMDczLjM3OC4zNzgsMCwwLDAtLjMwOS4xNTcuMzgyLjM4MiwwLDAsMCwuMDg0LjUzM0w3LjAzOS04LjQxN0gxLjRhLjM4My4zODMsMCwwLDAtLjM4MS4zNzQuMzcuMzcsMCwwLDAsLjEwOS4yNjcuNDA1LjQwNSwwLDAsMCwuMjg3LjEyMWgzLjd2LjkwOEguNjM3YS4zODMuMzgzLDAsMCwwLS4zODEuMzc0LjM3LjM3LDAsMCwwLC4xMDkuMjY3LjQwNS40MDUsMCwwLDAsLjI4Ny4xMjFINS4xMTZ2LjkwOEgxLjM3OEEuMzgzLjM4MywwLDAsMCwxLTQuN2EuMzcuMzcsMCwwLDAsLjEwOS4yNjcuNDA1LjQwNSwwLDAsMCwuMjg3LjEyMUg1LjExNnYuOTA4Wm0zLjk0Ni03LjE2TDkuNTctOC43MTdhMS41MDcsMS41MDcsMCwwLDEsLjU4OC45MTZMMTEuMi04LjYxM2EuNTMxLjUzMSwwLDAsMCwuMjA2LS40MTdjMC0uMDA5LDAtLjAxNSwwLS4wMjJMMTEuMjczLTEzLjFhLjM4LjM4LDAsMCwwLS4zOTQtLjM2OS4zNzkuMzc5LDAsMCwwLS4yNjYuMTIuMzc5LjM3OSwwLDAsMC0uMS4yNzNsLjA3MiwyLjE4M0w3LjExNi0xNS4zNDdhLjM3OS4zNzksMCwwLDAtLjMtLjE0Ny4zNzcuMzc3LDAsMCwwLS4yMjguMDc2LjM3LjM3LDAsMCwwLS4xNDQuMjUuNDA1LjQwNSwwLDAsMCwuMDgxLjNMOC44LTExLjk0NGwtLjcxNi41NThMNS4zMzEtMTQuOTJhLjM3OS4zNzksMCwwLDAtLjMtLjE0Ny4zNzcuMzc3LDAsMCwwLS4yMjguMDc2LjM3LjM3LDAsMCwwLS4xNDQuMjUuNDA1LjQwNSwwLDAsMCwuMDgxLjNsMi43NDIsMy41MjJabS0zLjE0OS0uNTI3YS4zNjYuMzY2LDAsMCwwLS4yMzIuMDgxLjM4My4zODMsMCwwLDAtLjA2MS41M2wuNTkzLjc2MWExLjM2NywxLjM2NywwLDAsMS0uMDI5LS4yMTYsMS4zNDMsMS4zNDMsMCwwLDEsLjIwNy0uOGwtLjE2LS4yMDVBLjQwNS40MDUsMCwwLDAsMy44NzktMTEuMDkzWk01LjUtMTEuMzZhMS4zMzYsMS4zMzYsMCwwLDEsLjYuMTM5TDQuNDY4LTEzLjMwOWEuMzc5LjM3OSwwLDAsMC0uMy0uMTQ3LjM3Ny4zNzcsMCwwLDAtLjIyOC4wNzYuMzcuMzcsMCwwLDAtLjE0NC4yNS40MDUuNDA1LDAsMCwwLC4wODEuM2wxLjIsMS41MzhBMS4zNSwxLjM1LDAsMCwxLDUuNS0xMS4zNloiIHRyYW5zZm9ybT0idHJhbnNsYXRlKDAuNSAxNi4yNSkiLz4KPCEtLSBDb2RlIGluamVjdGVkIGJ5IGxpdmUtc2VydmVyIC0tPgo8c2NyaXB0PgoJLy8gPCFbQ0RBVEFbICA8LS0gRm9yIFNWRyBzdXBwb3J0CglpZiAoJ1dlYlNvY2tldCcgaW4gd2luZG93KSB7CgkJKGZ1bmN0aW9uICgpIHsKCQkJZnVuY3Rpb24gcmVmcmVzaENTUygpIHsKCQkJCXZhciBzaGVldHMgPSBbXS5zbGljZS5jYWxsKGRvY3VtZW50LmdldEVsZW1lbnRzQnlUYWdOYW1lKCJsaW5rIikpOwoJCQkJdmFyIGhlYWQgPSBkb2N1bWVudC5nZXRFbGVtZW50c0J5VGFnTmFtZSgiaGVhZCIpWzBdOwoJCQkJZm9yICh2YXIgaSA9IDA7IGkgPCBzaGVldHMubGVuZ3RoOyArK2kpIHsKCQkJCQl2YXIgZWxlbSA9IHNoZWV0c1tpXTsKCQkJCQl2YXIgcGFyZW50ID0gZWxlbS5wYXJlbnRFbGVtZW50IHx8IGhlYWQ7CgkJCQkJcGFyZW50LnJlbW92ZUNoaWxkKGVsZW0pOwoJCQkJCXZhciByZWwgPSBlbGVtLnJlbDsKCQkJCQlpZiAoZWxlbS5ocmVmICYmIHR5cGVvZiByZWwgIT0gInN0cmluZyIgfHwgcmVsLmxlbmd0aCA9PSAwIHx8IHJlbC50b0xvd2VyQ2FzZSgpID09ICJzdHlsZXNoZWV0IikgewoJCQkJCQl2YXIgdXJsID0gZWxlbS5ocmVmLnJlcGxhY2UoLygmfFw/KV9jYWNoZU92ZXJyaWRlPVxkKy8sICcnKTsKCQkJCQkJZWxlbS5ocmVmID0gdXJsICsgKHVybC5pbmRleE9mKCc/JykgPj0gMCA/ICcmJyA6ICc/JykgKyAnX2NhY2hlT3ZlcnJpZGU9JyArIChuZXcgRGF0ZSgpLnZhbHVlT2YoKSk7CgkJCQkJfQoJCQkJCXBhcmVudC5hcHBlbmRDaGlsZChlbGVtKTsKCQkJCX0KCQkJfQoJCQl2YXIgcHJvdG9jb2wgPSB3aW5kb3cubG9jYXRpb24ucHJvdG9jb2wgPT09ICdodHRwOicgPyAnd3M6Ly8nIDogJ3dzczovLyc7CgkJCXZhciBhZGRyZXNzID0gcHJvdG9jb2wgKyB3aW5kb3cubG9jYXRpb24uaG9zdCArIHdpbmRvdy5sb2NhdGlvbi5wYXRobmFtZSArICcvd3MnOwoJCQl2YXIgc29ja2V0ID0gbmV3IFdlYlNvY2tldChhZGRyZXNzKTsKCQkJc29ja2V0Lm9ubWVzc2FnZSA9IGZ1bmN0aW9uIChtc2cpIHsKCQkJCWlmIChtc2cuZGF0YSA9PSAncmVsb2FkJykgd2luZG93LmxvY2F0aW9uLnJlbG9hZCgpOwoJCQkJZWxzZSBpZiAobXNnLmRhdGEgPT0gJ3JlZnJlc2hjc3MnKSByZWZyZXNoQ1NTKCk7CgkJCX07CgkJCWlmIChzZXNzaW9uU3RvcmFnZSAmJiAhc2Vzc2lvblN0b3JhZ2UuZ2V0SXRlbSgnSXNUaGlzRmlyc3RUaW1lX0xvZ19Gcm9tX0xpdmVTZXJ2ZXInKSkgewoJCQkJY29uc29sZS5sb2coJ0xpdmUgcmVsb2FkIGVuYWJsZWQuJyk7CgkJCQlzZXNzaW9uU3RvcmFnZS5zZXRJdGVtKCdJc1RoaXNGaXJzdFRpbWVfTG9nX0Zyb21fTGl2ZVNlcnZlcicsIHRydWUpOwoJCQl9CgkJfSkoKTsKCX0KCWVsc2UgewoJCWNvbnNvbGUuZXJyb3IoJ1VwZ3JhZGUgeW91ciBicm93c2VyLiBUaGlzIEJyb3dzZXIgaXMgTk9UIHN1cHBvcnRlZCBXZWJTb2NrZXQgZm9yIExpdmUtUmVsb2FkaW5nLicpOwoJfQoJLy8gXV0+Cjwvc2NyaXB0Pgo8L3N2Zz4K") no-repeat !important;
  }
  body[data-ac-activated=azul-amarelo] .menu__item__icon:hover {
    background: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMi42NjMiIGhlaWdodD0iMTQuMzYzIiB2aWV3Qm94PSIwIDAgMTIuNjYzIDE0LjM2MyI+CiAgPGRlZnM+CiAgICA8c3R5bGU+CiAgICAgIC5jbHMtMSB7CiAgICAgICAgZmlsbDogI2ZmZjsKICAgICAgfQogICAgPC9zdHlsZT4KICA8L2RlZnM+CiAgPHBhdGggaWQ9Il8iIGRhdGEtbmFtZT0i74G3IiBjbGFzcz0iY2xzLTEiIGQ9Ik01LjkyMi0xLjg4N0gzLjA2N0ExLjE0MywxLjE0MywwLDAsMSwxLjkzLTNhMS4xMTMsMS4xMTMsMCwwLDEsLjEzNS0uNTU1SDEuMzkzYTEuMTY2LDEuMTY2LDAsMCwxLS44MjctLjM0OCwxLjEyMSwxLjEyMSwwLDAsMS0uMzI1LS44MTEsMS4xMjQsMS4xMjQsMCwwLDEsLjE1MS0uNTQxLDEuMTY4LDEuMTY4LDAsMCwxLS41NjYtLjMxOEExLjEyMSwxLjEyMSwwLDAsMS0uNS02LjM4NywxLjE0NCwxLjE0NCwwLDAsMSwuNDA4LTcuNDc5LDEuMTEzLDEuMTEzLDAsMCwxLC4yNi04LjA1OCwxLjE0MywxLjE0MywwLDAsMSwxLjQtOS4xNzNoMi4yNWwtLjY1Ny0uODQ0QTEuMTQzLDEuMTQzLDAsMCwxLDMuMTcxLTExLjZhMS4xMjQsMS4xMjQsMCwwLDEsLjUyMi0uMjM0bC0uNDE0LS41MzFhMS4xNjYsMS4xNjYsMCwwLDEtLjIzMy0uODY2LDEuMTIxLDEuMTIxLDAsMCwxLC40NC0uNzU1LDEuMTI3LDEuMTI3LDAsMCwxLC41MTktLjIxNSwxLjE2OCwxLjE2OCwwLDAsMS0uMS0uNjQsMS4xMjEsMS4xMjEsMCwwLDEsLjQ0LS43NTUsMS4xMjgsMS4xMjgsMCwwLDEsLjY4MS0uMjI3LDEuMTMsMS4xMywwLDAsMSwuNzM5LjI3MiwxLjExMywxLjExMywwLDAsMSwuMzY1LS40NzIsMS4xMjgsMS4xMjgsMCwwLDEsLjY4MS0uMjI3LDEuMTMxLDEuMTMxLDAsMCwxLC45LjQzOWwyLjA0NiwyLjYyN2ExLjEyOSwxLjEyOSwwLDAsMSwuMy0uNjg0LDEuMTMsMS4xMywwLDAsMSwuNzkzLS4zNTksMS4xMzMsMS4xMzMsMCwwLDEsMS4xNzQsMS4xbC4xMzMsNC4wNTZjMCwuMDEzLDAsLjAyNSwwLC4wMzhhMS4yODIsMS4yODIsMCwwLDEtLjUsMS4wMThMOS45NzYtNi43djIuOTQ5QTEuMjg0LDEuMjg0LDAsMCwxLDguOTgyLTIuNWwtMi4xMzkuNUE0LjAyOSw0LjAyOSwwLDAsMSw1LjkyMi0xLjg4N1pNMy4wODItMy40MDVhLjQwNS40MDUsMCwwLDAtLjI4Ny4xMjEuMzcuMzcsMCwwLDAtLjEwOS4yNjcuMzgzLjM4MywwLDAsMCwuMzgxLjM3NEg1LjkyMmEzLjI3MiwzLjI3MiwwLDAsMCwuNzQ4LS4wODdsMi4xMzktLjVhLjUzMS41MzEsMCwwLDAsLjQxMS0uNTE5Vi03LjVBLjUyOC41MjgsMCwwLDAsOS03LjkzNEw1LjcyMS0xMC4zMThhLjM3OC4zNzgsMCwwLDAtLjIyNC0uMDczLjM3OC4zNzgsMCwwLDAtLjMwOS4xNTcuMzgyLjM4MiwwLDAsMCwuMDg0LjUzM0w3LjAzOS04LjQxN0gxLjRhLjM4My4zODMsMCwwLDAtLjM4MS4zNzQuMzcuMzcsMCwwLDAsLjEwOS4yNjcuNDA1LjQwNSwwLDAsMCwuMjg3LjEyMWgzLjd2LjkwOEguNjM3YS4zODMuMzgzLDAsMCwwLS4zODEuMzc0LjM3LjM3LDAsMCwwLC4xMDkuMjY3LjQwNS40MDUsMCwwLDAsLjI4Ny4xMjFINS4xMTZ2LjkwOEgxLjM3OEEuMzgzLjM4MywwLDAsMCwxLTQuN2EuMzcuMzcsMCwwLDAsLjEwOS4yNjcuNDA1LjQwNSwwLDAsMCwuMjg3LjEyMUg1LjExNnYuOTA4Wm0zLjk0Ni03LjE2TDkuNTctOC43MTdhMS41MDcsMS41MDcsMCwwLDEsLjU4OC45MTZMMTEuMi04LjYxM2EuNTMxLjUzMSwwLDAsMCwuMjA2LS40MTdjMC0uMDA5LDAtLjAxNSwwLS4wMjJMMTEuMjczLTEzLjFhLjM4LjM4LDAsMCwwLS4zOTQtLjM2OS4zNzkuMzc5LDAsMCwwLS4yNjYuMTIuMzc5LjM3OSwwLDAsMC0uMS4yNzNsLjA3MiwyLjE4M0w3LjExNi0xNS4zNDdhLjM3OS4zNzksMCwwLDAtLjMtLjE0Ny4zNzcuMzc3LDAsMCwwLS4yMjguMDc2LjM3LjM3LDAsMCwwLS4xNDQuMjUuNDA1LjQwNSwwLDAsMCwuMDgxLjNMOC44LTExLjk0NGwtLjcxNi41NThMNS4zMzEtMTQuOTJhLjM3OS4zNzksMCwwLDAtLjMtLjE0Ny4zNzcuMzc3LDAsMCwwLS4yMjguMDc2LjM3LjM3LDAsMCwwLS4xNDQuMjUuNDA1LjQwNSwwLDAsMCwuMDgxLjNsMi43NDIsMy41MjJabS0zLjE0OS0uNTI3YS4zNjYuMzY2LDAsMCwwLS4yMzIuMDgxLjM4My4zODMsMCwwLDAtLjA2MS41M2wuNTkzLjc2MWExLjM2NywxLjM2NywwLDAsMS0uMDI5LS4yMTYsMS4zNDMsMS4zNDMsMCwwLDEsLjIwNy0uOGwtLjE2LS4yMDVBLjQwNS40MDUsMCwwLDAsMy44NzktMTEuMDkzWk01LjUtMTEuMzZhMS4zMzYsMS4zMzYsMCwwLDEsLjYuMTM5TDQuNDY4LTEzLjMwOWEuMzc5LjM3OSwwLDAsMC0uMy0uMTQ3LjM3Ny4zNzcsMCwwLDAtLjIyOC4wNzYuMzcuMzcsMCwwLDAtLjE0NC4yNS40MDUuNDA1LDAsMCwwLC4wODEuM2wxLjIsMS41MzhBMS4zNSwxLjM1LDAsMCwxLDUuNS0xMS4zNloiIHRyYW5zZm9ybT0idHJhbnNsYXRlKDAuNSAxNi4yNSkiLz4KPCEtLSBDb2RlIGluamVjdGVkIGJ5IGxpdmUtc2VydmVyIC0tPgo8c2NyaXB0PgoJLy8gPCFbQ0RBVEFbICA8LS0gRm9yIFNWRyBzdXBwb3J0CglpZiAoJ1dlYlNvY2tldCcgaW4gd2luZG93KSB7CgkJKGZ1bmN0aW9uICgpIHsKCQkJZnVuY3Rpb24gcmVmcmVzaENTUygpIHsKCQkJCXZhciBzaGVldHMgPSBbXS5zbGljZS5jYWxsKGRvY3VtZW50LmdldEVsZW1lbnRzQnlUYWdOYW1lKCJsaW5rIikpOwoJCQkJdmFyIGhlYWQgPSBkb2N1bWVudC5nZXRFbGVtZW50c0J5VGFnTmFtZSgiaGVhZCIpWzBdOwoJCQkJZm9yICh2YXIgaSA9IDA7IGkgPCBzaGVldHMubGVuZ3RoOyArK2kpIHsKCQkJCQl2YXIgZWxlbSA9IHNoZWV0c1tpXTsKCQkJCQl2YXIgcGFyZW50ID0gZWxlbS5wYXJlbnRFbGVtZW50IHx8IGhlYWQ7CgkJCQkJcGFyZW50LnJlbW92ZUNoaWxkKGVsZW0pOwoJCQkJCXZhciByZWwgPSBlbGVtLnJlbDsKCQkJCQlpZiAoZWxlbS5ocmVmICYmIHR5cGVvZiByZWwgIT0gInN0cmluZyIgfHwgcmVsLmxlbmd0aCA9PSAwIHx8IHJlbC50b0xvd2VyQ2FzZSgpID09ICJzdHlsZXNoZWV0IikgewoJCQkJCQl2YXIgdXJsID0gZWxlbS5ocmVmLnJlcGxhY2UoLygmfFw/KV9jYWNoZU92ZXJyaWRlPVxkKy8sICcnKTsKCQkJCQkJZWxlbS5ocmVmID0gdXJsICsgKHVybC5pbmRleE9mKCc/JykgPj0gMCA/ICcmJyA6ICc/JykgKyAnX2NhY2hlT3ZlcnJpZGU9JyArIChuZXcgRGF0ZSgpLnZhbHVlT2YoKSk7CgkJCQkJfQoJCQkJCXBhcmVudC5hcHBlbmRDaGlsZChlbGVtKTsKCQkJCX0KCQkJfQoJCQl2YXIgcHJvdG9jb2wgPSB3aW5kb3cubG9jYXRpb24ucHJvdG9jb2wgPT09ICdodHRwOicgPyAnd3M6Ly8nIDogJ3dzczovLyc7CgkJCXZhciBhZGRyZXNzID0gcHJvdG9jb2wgKyB3aW5kb3cubG9jYXRpb24uaG9zdCArIHdpbmRvdy5sb2NhdGlvbi5wYXRobmFtZSArICcvd3MnOwoJCQl2YXIgc29ja2V0ID0gbmV3IFdlYlNvY2tldChhZGRyZXNzKTsKCQkJc29ja2V0Lm9ubWVzc2FnZSA9IGZ1bmN0aW9uIChtc2cpIHsKCQkJCWlmIChtc2cuZGF0YSA9PSAncmVsb2FkJykgd2luZG93LmxvY2F0aW9uLnJlbG9hZCgpOwoJCQkJZWxzZSBpZiAobXNnLmRhdGEgPT0gJ3JlZnJlc2hjc3MnKSByZWZyZXNoQ1NTKCk7CgkJCX07CgkJCWlmIChzZXNzaW9uU3RvcmFnZSAmJiAhc2Vzc2lvblN0b3JhZ2UuZ2V0SXRlbSgnSXNUaGlzRmlyc3RUaW1lX0xvZ19Gcm9tX0xpdmVTZXJ2ZXInKSkgewoJCQkJY29uc29sZS5sb2coJ0xpdmUgcmVsb2FkIGVuYWJsZWQuJyk7CgkJCQlzZXNzaW9uU3RvcmFnZS5zZXRJdGVtKCdJc1RoaXNGaXJzdFRpbWVfTG9nX0Zyb21fTGl2ZVNlcnZlcicsIHRydWUpOwoJCQl9CgkJfSkoKTsKCX0KCWVsc2UgewoJCWNvbnNvbGUuZXJyb3IoJ1VwZ3JhZGUgeW91ciBicm93c2VyLiBUaGlzIEJyb3dzZXIgaXMgTk9UIHN1cHBvcnRlZCBXZWJTb2NrZXQgZm9yIExpdmUtUmVsb2FkaW5nLicpOwoJfQoJLy8gXV0+Cjwvc2NyaXB0Pgo8L3N2Zz4K") no-repeat !important;
  }
  body[data-ac-activated] .menu {
    background-color: var(--primary-dark-color) !important;
    border-color: var(--border-color);
    -webkit-box-shadow: none;
            box-shadow: none;
  }
  body[data-ac-activated] .menu video {
    -webkit-filter: grayscale(1) !important;
            filter: grayscale(1) !important;
  }
  body[data-ac-activated] .menu .menu__list {
    background-color: var(--primary-dark-color);
  }
  body[data-ac-activated] .menu .menu__list .menu__item {
    --nav-link-color: var(--primary-color);
  }
  body[data-ac-activated] .menu .menu__list .menu__item .btn-action {
    --nav-link-color: var(--primary-dark-color) !important;
    background-color: var(--btn-action-bg-color);
  }
  body[data-ac-activated] .menu .menu__list .menu__item .btn-action:hover {
    background-color: var(--primary-light-color);
    border: 0;
  }
  body[data-ac-activated] .menu .menu__list .menu__item .btn-action i.fas,
  body[data-ac-activated] .menu .menu__list .menu__item .btn-action i.fa-solid,
  body[data-ac-activated] .menu .menu__list .menu__item .btn-action span {
    --btn-action-text-color: var(--nav-link-color) !important;
  }
  body[data-ac-activated] .menu .menu__list .menu__item .fa-chevron-left {
    color: var(--primary-color) !important;
  }
  body[data-ac-activated] .menu .menu__list .menu__item .menu__link span {
    color: var(--primary-color);
  }
  body[data-ac-activated] .menu .menu__list .menu__item .menu__link i {
    color: var(--primary-color);
  }
  body[data-ac-activated] .menu .menu__list .menu__item .menu__link i.fa-chevron-right {
    color: var(--primary-color) !important;
  }
  body[data-ac-activated] .menu .menu__list .menu__item .menu__link.active, body[data-ac-activated] .menu .menu__list .menu__item .menu__link:hover, body[data-ac-activated] .menu .menu__list .menu__item .menu__link:focus {
    background-color: var(--primary-light-color) !important;
  }
  body[data-ac-activated] .menu .menu__list .menu__item .menu__link.active span,
  body[data-ac-activated] .menu .menu__list .menu__item .menu__link.active i, body[data-ac-activated] .menu .menu__list .menu__item .menu__link:hover span,
  body[data-ac-activated] .menu .menu__list .menu__item .menu__link:hover i, body[data-ac-activated] .menu .menu__list .menu__item .menu__link:focus span,
  body[data-ac-activated] .menu .menu__list .menu__item .menu__link:focus i {
    color: var(--primary-dark-color) !important;
  }
  body[data-ac-activated] .menu .menu__list .menu__item .menu__link.active span.fa-chevron-right,
  body[data-ac-activated] .menu .menu__list .menu__item .menu__link.active i.fa-chevron-right, body[data-ac-activated] .menu .menu__list .menu__item .menu__link:hover span.fa-chevron-right,
  body[data-ac-activated] .menu .menu__list .menu__item .menu__link:hover i.fa-chevron-right, body[data-ac-activated] .menu .menu__list .menu__item .menu__link:focus span.fa-chevron-right,
  body[data-ac-activated] .menu .menu__list .menu__item .menu__link:focus i.fa-chevron-right {
    color: var(--primary-dark-color) !important;
  }
  body[data-ac-activated] .menu .menu__list .menu__item .menu__title {
    color: var(--primary-color);
  }
  body[data-ac-activated] .loading-video {
    background-color: var(--primary-dark-color);
    opacity: 0.88;
  }
}
.navegacao-lateral,
.navegacao-lateral-responsiva {
  background-color: var(--white);
  border: 0.063rem solid var(--border-color);
  border-radius: 0.125rem;
  width: 100%;
}
.navegacao-lateral .title-top,
.navegacao-lateral-responsiva .title-top {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-bottom: 0.063rem solid var(--border-color);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.navegacao-lateral .title-top h1,
.navegacao-lateral-responsiva .title-top h1 {
  margin: 0;
  padding: 13px 0;
}
.navegacao-lateral .barra-vertical,
.navegacao-lateral-responsiva .barra-vertical {
  border-right: 2px solid var(--border-color);
}
.navegacao-lateral .list-group .menu-item,
.navegacao-lateral-responsiva .list-group .menu-item {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-left: 5%;
}
.navegacao-lateral .list-group .menu-item .far.fa-circle,
.navegacao-lateral-responsiva .list-group .menu-item .far.fa-circle {
  color: var(--secondary-light-color);
}
.navegacao-lateral .list-group .menu-item .menu-botao,
.navegacao-lateral-responsiva .list-group .menu-item .menu-botao {
  border-bottom: 1px solid var(--border-color);
  margin-left: 10%;
  padding: 10px 0;
  width: 100%;
}
.navegacao-lateral .list-group .menu-item .menu-botao .list-group-item,
.navegacao-lateral-responsiva .list-group .menu-item .menu-botao .list-group-item {
  background-color: var(--white);
  border: 0;
  color: var(--secondary-darkest-color);
  font-weight: 600;
  outline: 0;
  padding: 8px 0;
  text-align: left;
}
.navegacao-lateral .list-group .menu-item.active .far.fa-circle, .navegacao-lateral .list-group .menu-item:hover .far.fa-circle, .navegacao-lateral .list-group .menu-item:focus-within .far.fa-circle,
.navegacao-lateral-responsiva .list-group .menu-item.active .far.fa-circle,
.navegacao-lateral-responsiva .list-group .menu-item:hover .far.fa-circle,
.navegacao-lateral-responsiva .list-group .menu-item:focus-within .far.fa-circle {
  color: var(--primary-color);
}
.navegacao-lateral .list-group .menu-item.active .menu-botao .list-group-item, .navegacao-lateral .list-group .menu-item:hover .menu-botao .list-group-item, .navegacao-lateral .list-group .menu-item:focus-within .menu-botao .list-group-item,
.navegacao-lateral-responsiva .list-group .menu-item.active .menu-botao .list-group-item,
.navegacao-lateral-responsiva .list-group .menu-item:hover .menu-botao .list-group-item,
.navegacao-lateral-responsiva .list-group .menu-item:focus-within .menu-botao .list-group-item {
  background-color: var(--primary-light-color);
  border-radius: 8px;
  color: var(--secondary-darkest-color);
  font-weight: 700;
  padding: 8px;
}
.navegacao-lateral .list-group .menu-item:last-of-type .menu-botao,
.navegacao-lateral-responsiva .list-group .menu-item:last-of-type .menu-botao {
  --border-last-menu-botao-size: 0;
  border-bottom: --border-last-menu-botao-size;
}

@media not print {
  body[data-ac-activated] .navegacao-lateral,
  body[data-ac-activated] .navegacao-lateral-responsiva {
    background-color: var(--primary-dark-color);
  }
  body[data-ac-activated] .navegacao-lateral .title-top,
  body[data-ac-activated] .navegacao-lateral-responsiva .title-top {
    background-color: var(--primary-dark-color);
  }
  body[data-ac-activated] .navegacao-lateral .title-top h1,
  body[data-ac-activated] .navegacao-lateral-responsiva .title-top h1 {
    color: var(--primary-light-color);
  }
  body[data-ac-activated] .list-group .menu-item {
    background-color: var(--primary-dark-color);
  }
  body[data-ac-activated] .list-group .menu-item .far.fa-circle {
    color: var(--primary-light-color);
  }
  body[data-ac-activated] .list-group .menu-item .menu-botao .list-group-item {
    background-color: var(--primary-dark-color);
    color: var(--primary-light-color);
  }
  body[data-ac-activated] .list-group .menu-item.active .far.fa-circle, body[data-ac-activated] .list-group .menu-item:hover .far.fa-circle, body[data-ac-activated] .list-group .menu-item:focus-within .far.fa-circle {
    color: var(--primary-color);
  }
  body[data-ac-activated] .list-group .menu-item.active .menu-botao .list-group-item, body[data-ac-activated] .list-group .menu-item:hover .menu-botao .list-group-item, body[data-ac-activated] .list-group .menu-item:focus-within .menu-botao .list-group-item {
    background-color: var(--primary-color);
    color: var(--primary-dark-color);
  }
  body[data-ac-activated] .list-group .menu-item:last-of-type .menu-botao {
    --border-last-menu-botao-size: 1px;
    border-bottom: var(--border-last-menu-botao-size) solid var(--border-color);
  }
}
.nvg-menu .pendencia, .nvg-content .pendencia, .nvg-footer .pendencia {
  margin-top: 2.188rem;
}
.nvg-content {
  border-left: 0.063rem solid var(--border-color);
}
.nvg-footer {
  border-left: 0.063rem solid var(--border-color);
  border-top: 0.063rem solid var(--border-color);
  min-height: 3.5rem;
}
@media (max-width: 1199.98px) {
  .nvg-menu {
    overflow: hidden;
  }
  .nvg-menu .swiper .nvg-menu-list .nvg-menu-item {
    margin: 0 1rem;
    margin-bottom: 0 !important;
  }
  .nvg-menu .swiper .nvg-menu-list .nvg-menu-item:first-child {
    margin-left: 0;
    margin-top: 0 !important;
  }
  .nvg-menu .swiper .nvg-menu-list .nvg-menu-item:last-child {
    margin-right: 0;
  }
  .nvg-menu .swiper .nvg-menu-list .nvg-item-border {
    border: 0;
  }
  .nvg-menu .swiper .swiper-scrollbar {
    background: transparent;
    margin-top: 1rem;
    position: relative;
  }
  .nvg-menu .swiper .swiper-scrollbar .swiper-scrollbar-drag {
    background: var(--secondary-darker-color);
  }
  .nvg-menu .nvg-button-prev,
  .nvg-menu .nvg-button-next,
  .nvg-menu .swiper-button-prev,
  .nvg-menu .swiper-button-next {
    border: 0;
    border-radius: 0;
    height: 97%;
    margin: 0.1rem 0 0;
    padding: 0;
    position: absolute;
    top: 0;
    -webkit-transform: translateY(auto);
            transform: translateY(auto);
    -webkit-transition: all 0s;
    transition: all 0s;
    width: 3rem;
  }
  .nvg-menu .nvg-button-prev::after,
  .nvg-menu .nvg-button-next::after,
  .nvg-menu .swiper-button-prev::after,
  .nvg-menu .swiper-button-next::after {
    font: var(--fa-font-solid);
    font-size: 2em;
    font-weight: 900;
    padding: 0 1rem;
  }
  .nvg-menu .nvg-button-prev,
  .nvg-menu .swiper-button-prev {
    left: 0.938rem;
    right: auto;
  }
  .nvg-menu .nvg-button-prev::after,
  .nvg-menu .swiper-button-prev::after {
    content: "\f104";
  }
  .nvg-menu .nvg-button-next,
  .nvg-menu .swiper-button-next {
    left: auto;
    right: 0.938rem;
  }
  .nvg-menu .nvg-button-next::after,
  .nvg-menu .swiper-button-next::after {
    content: "\f105";
  }
}
@media (min-width: 992px) {
  .nvg-menu {
    max-height: 700px;
    overflow-y: auto;
  }
  .nvg-menu .swiper .nvg-menu-list .nvg-menu-item {
    margin: 1rem 0 !important;
  }
  .nvg-menu .swiper .nvg-menu-list .nvg-menu-item:first-child {
    margin-top: 0 !important;
  }
  .nvg-menu .swiper .nvg-menu-list .nvg-menu-item:last-child {
    margin-bottom: 0 !important;
  }
  .nvg-menu .swiper .nvg-menu-list .nvg-item-border {
    border-bottom: 0.075rem solid var(--border-color);
    width: 75%;
  }
  .nvg-menu .swiper .nvg-menu-list .nvg-item-border:last-of-type {
    border-bottom: 0;
  }
}
.nvg-menu .swiper .nvg-menu-list .nvg-menu-item {
  min-height: 2rem;
}
.nvg-menu .swiper .nvg-menu-list .nvg-menu-item .nvg-menu-icon {
  color: var(--secondary-light-color);
  -webkit-text-stroke-width: 0.1rem;
}
.nvg-menu .swiper .nvg-menu-list .nvg-menu-item .nvg-menu-icon::before {
  stroke-width: 1rem;
}
.nvg-menu .swiper .nvg-menu-list .nvg-menu-item .nvg-menu-button {
  display: block;
  font-weight: 600;
  outline: 0;
  padding: 0.5rem 0.75rem;
  position: relative;
  text-align: left;
  -webkit-transition-duration: all ease-in-out 0.1s;
          transition-duration: all ease-in-out 0.1s;
}
.nvg-menu .swiper .nvg-menu-list .nvg-menu-item .nvg-menu-button:hover {
  background-color: var(--secondary-lighter-color);
}
.nvg-menu-list .nvg-menu-item .nvg-menu-button.active, .nvg-menu-list .nvg-menu-item .nvg-menu-button:active, .nvg-menu-list .nvg-menu-item .nvg-menu-button:focus {
  background-color: var(--primary-light-color);
}
@media (max-width: 1199.98px) {
  .nvg-content {
    border-left: 0;
    border-top: 0.063rem solid var(--border-color);
  }
}
@media (max-width: 1199.98px) {
  .nvg-footer {
    border-left: 0;
  }
}
@media (min-width: 992px) {
  .nvg-footer {
    border-left: 0.063rem solid var(--border-color);
  }
}
@media (min-width: 992px) {
  .nvg-content {
    border-left: 0.063rem solid var(--border-color);
    border-top: 0;
  }
}
@media (min-width: 992px) {
  .nvg-menu, .nvg-content {
    max-height: 720px;
    min-height: 720px;
  }
}

@media not print {
  body[data-ac-activated] .nvg-menu-list .nvg-menu-item .nvg-menu-button {
    line-height: 1.5;
  }
  body[data-ac-activated] .nvg-menu-list .nvg-menu-item .nvg-menu-button {
    color: var(--primary-color) !important;
  }
  body[data-ac-activated] .nvg-menu-list .nvg-menu-item .nvg-menu-button.active, body[data-ac-activated] .nvg-menu-list .nvg-menu-item .nvg-menu-button:active, body[data-ac-activated] .nvg-menu-list .nvg-menu-item .nvg-menu-button:hover, body[data-ac-activated] .nvg-menu-list .nvg-menu-item .nvg-menu-button:focus {
    background-color: var(--primary-light-color) !important;
    color: var(--primary-dark-color) !important;
  }
  body[data-ac-activated] .nvg-menu-list .nvg-menu-item .nvg-menu-icon {
    color: var(--primary-light-color) !important;
  }
  body[data-ac-activated] .nvg-menu .swiper-scrollbar-drag {
    background: var(--primary-light-color) !important;
  }
}
.tox-tinymce {
  border: 1px solid var(--secondary-light-color);
  border-radius: 5px !important;
  font-family: "Open Sans" !important;
  max-height: 500px;
}
.form-group.focused .tox-tinymce {
  border: 2px solid var(--primary-color) !important;
}
.tox-tinymce.filled {
  border: 2px solid var(--primary-color) !important;
}
.tox-tinymce .tox-editor-container .tox-editor-header .tox-toolbar-overlord .tox-toolbar__primary,
.tox-tinymce .tox-editor-container .tox-editor-header .tox-toolbar-overlord .tox-toolbar__overflow {
  background: none;
}
.tox-tinymce .tox-editor-container .tox-editor-header .tox-toolbar-overlord .tox-toolbar__group {
  border-right: 0 !important;
}
.tox-tinymce .tox-editor-container .tox-editor-header .tox-toolbar-overlord .tox-toolbar__group .tox-tbtn--bespoke {
  border-bottom: 1px solid var(--secondary-color);
  border-radius: 3px 3px 0 0;
  cursor: pointer;
}
.tox-tinymce .tox-editor-container .tox-editor-header .tox-toolbar-overlord .tox-toolbar__group .tox-tbtn--bespoke span {
  color: var(--secondary-darker-color);
}
.tox-tinymce .tox-editor-container .tox-editor-header .tox-toolbar-overlord .tox-toolbar__group .tox-split-button {
  cursor: pointer;
}
.tox-tinymce .tox-editor-container .tox-editor-header .tox-toolbar-overlord .tox-toolbar__group .tox-split-button:hover .tox-split-button__chevron > svg, .tox-tinymce .tox-editor-container .tox-editor-header .tox-toolbar-overlord .tox-toolbar__group .tox-split-button:focus .tox-split-button__chevron > svg, .tox-tinymce .tox-editor-container .tox-editor-header .tox-toolbar-overlord .tox-toolbar__group .tox-split-button:active .tox-split-button__chevron > svg {
  opacity: 1;
}
.tox-tinymce .tox-editor-container .tox-editor-header .tox-toolbar-overlord .tox-toolbar__group .tox-split-button .tox-split-button__chevron > svg {
  opacity: 0.5;
}
.tox-tinymce .tox-editor-container .tox-editor-header .tox-toolbar-overlord .tox-toolbar__group .tox-split-button .tox-split-button__chevron > svg:hover, .tox-tinymce .tox-editor-container .tox-editor-header .tox-toolbar-overlord .tox-toolbar__group .tox-split-button .tox-split-button__chevron > svg:focus, .tox-tinymce .tox-editor-container .tox-editor-header .tox-toolbar-overlord .tox-toolbar__group .tox-split-button .tox-split-button__chevron > svg:active {
  opacity: 1;
}
.tox-tinymce .tox-editor-container .tox-editor-header .tox-toolbar-overlord .tox-toolbar__group .tox-tbtn--bespoke:hover .tox-tbtn__select-chevron, .tox-tinymce .tox-editor-container .tox-editor-header .tox-toolbar-overlord .tox-toolbar__group .tox-tbtn--bespoke:focus .tox-tbtn__select-chevron, .tox-tinymce .tox-editor-container .tox-editor-header .tox-toolbar-overlord .tox-toolbar__group .tox-tbtn--bespoke:active .tox-tbtn__select-chevron {
  opacity: 1;
}
.tox-tinymce .tox-editor-container .tox-editor-header .tox-toolbar-overlord .tox-toolbar__group .tox-tbtn--bespoke .tox-tbtn__select-chevron {
  opacity: 0.5;
}
.tox-tinymce .tox-editor-container .tox-editor-header .tox-toolbar-overlord .tox-toolbar__group .tox-tbtn--bespoke .tox-tbtn__select-chevron:hover, .tox-tinymce .tox-editor-container .tox-editor-header .tox-toolbar-overlord .tox-toolbar__group .tox-tbtn--bespoke .tox-tbtn__select-chevron:focus, .tox-tinymce .tox-editor-container .tox-editor-header .tox-toolbar-overlord .tox-toolbar__group .tox-tbtn--bespoke .tox-tbtn__select-chevron:active {
  opacity: 1;
}
.tox-tinymce .tox-editor-container .tox-editor-header .tox-toolbar-overlord .tox-toolbar__group .tox-tbtn--disabled:hover, .tox-tinymce .tox-editor-container .tox-editor-header .tox-toolbar-overlord .tox-toolbar__group .tox-tbtn--disabled:focus, .tox-tinymce .tox-editor-container .tox-editor-header .tox-toolbar-overlord .tox-toolbar__group .tox-tbtn--disabled:active {
  background-color: transparent !important;
}
.tox-tinymce .tox-editor-container iframe {
  padding: 10px;
}
.tox-tinymce .tox-statusbar {
  height: auto;
}
.tox-tinymce .tox-statusbar .tox-statusbar__text-container {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.tox-tinymce .tox-statusbar .tox-statusbar__text-container .tox-statusbar__path-item,
.tox-tinymce .tox-statusbar .tox-statusbar__text-container .tox-statusbar__wordcount,
.tox-tinymce .tox-statusbar .tox-statusbar__text-container .tox-statusbar__branding > a {
  -webkit-transition: all 0.1s linear;
  transition: all 0.1s linear;
}
.tox-tinymce .tox-statusbar .tox-statusbar__text-container .tox-statusbar__path-item:hover,
.tox-tinymce .tox-statusbar .tox-statusbar__text-container .tox-statusbar__wordcount:hover,
.tox-tinymce .tox-statusbar .tox-statusbar__text-container .tox-statusbar__branding > a:hover {
  border-radius: 0;
  text-decoration: none;
}

.tox-tinymce-aux .tox-toolbar__overflow .tox-toolbar__group {
  border-right: 0 !important;
}
.tox-tinymce-aux .tox-toolbar__overflow .tox-toolbar__group .tox-tbtn--bespoke {
  border-bottom: 1px solid var(--secondary-color);
  border-radius: 3px 3px 0 0;
  cursor: pointer;
}
.tox-tinymce-aux .tox-toolbar__overflow .tox-toolbar__group .tox-tbtn--bespoke span {
  color: var(--secondary-darker-color);
}
.tox-tinymce-aux .tox-toolbar__overflow .tox-toolbar__group .tox-split-button {
  cursor: pointer;
}
.tox-tinymce-aux .tox-toolbar__overflow .tox-toolbar__group .tox-split-button:hover .tox-split-button__chevron > svg, .tox-tinymce-aux .tox-toolbar__overflow .tox-toolbar__group .tox-split-button:focus .tox-split-button__chevron > svg, .tox-tinymce-aux .tox-toolbar__overflow .tox-toolbar__group .tox-split-button:active .tox-split-button__chevron > svg {
  opacity: 1;
}
.tox-tinymce-aux .tox-toolbar__overflow .tox-toolbar__group .tox-split-button .tox-split-button__chevron > svg {
  opacity: 0.5;
}
.tox-tinymce-aux .tox-toolbar__overflow .tox-toolbar__group .tox-split-button .tox-split-button__chevron > svg:hover, .tox-tinymce-aux .tox-toolbar__overflow .tox-toolbar__group .tox-split-button .tox-split-button__chevron > svg:focus, .tox-tinymce-aux .tox-toolbar__overflow .tox-toolbar__group .tox-split-button .tox-split-button__chevron > svg:active {
  opacity: 1;
}
.tox-tinymce-aux .tox-toolbar__overflow .tox-toolbar__group .tox-tbtn--bespoke:hover .tox-tbtn__select-chevron, .tox-tinymce-aux .tox-toolbar__overflow .tox-toolbar__group .tox-tbtn--bespoke:focus .tox-tbtn__select-chevron, .tox-tinymce-aux .tox-toolbar__overflow .tox-toolbar__group .tox-tbtn--bespoke:active .tox-tbtn__select-chevron {
  opacity: 1;
}
.tox-tinymce-aux .tox-toolbar__overflow .tox-toolbar__group .tox-tbtn--bespoke .tox-tbtn__select-chevron {
  opacity: 0.5;
}
.tox-tinymce-aux .tox-toolbar__overflow .tox-toolbar__group .tox-tbtn--bespoke .tox-tbtn__select-chevron:hover, .tox-tinymce-aux .tox-toolbar__overflow .tox-toolbar__group .tox-tbtn--bespoke .tox-tbtn__select-chevron:focus, .tox-tinymce-aux .tox-toolbar__overflow .tox-toolbar__group .tox-tbtn--bespoke .tox-tbtn__select-chevron:active {
  opacity: 1;
}
.tox-tinymce-aux .tox-toolbar__overflow .tox-toolbar__group .tox-tbtn--disabled:hover, .tox-tinymce-aux .tox-toolbar__overflow .tox-toolbar__group .tox-tbtn--disabled:focus, .tox-tinymce-aux .tox-toolbar__overflow .tox-toolbar__group .tox-tbtn--disabled:active {
  background-color: transparent !important;
}
.tox-tinymce-aux .tox-collection--list .tox-collection__item[title=display-1] {
  height: 130px;
}
.tox-tinymce-aux .tox-collection--list .tox-collection__item[title=display-2] {
  height: 120px;
}
.tox-tinymce-aux .tox-collection--list .tox-collection__item[title=display-3] {
  height: 100px;
}
.tox-tinymce-aux .tox-collection--list .tox-collection__item[title=display-4] {
  height: 77px;
}
.tox-tinymce-aux .tox-dialog .tox-dialog__header .tox-button {
  border: 0;
}
.tox-tinymce-aux .tox-dialog .tox-dialog__body {
  color: var(--text-color);
}
.tox-tinymce-aux .tox-dialog .tox-dialog__body input {
  background-color: transparent;
  border: 0;
  border-bottom: 1px solid var(--secondary-color);
  border-radius: 0;
  color: var(--secondary-darkest-color);
  font-size: 0.875rem;
  height: auto;
  padding: 3px 0;
}
.tox-tinymce-aux .tox-dialog .tox-dialog__body input:disabled {
  background-color: transparent;
  border-color: var(--secondary-lighter-color);
  cursor: not-allowed;
}
.tox-tinymce-aux .tox-dialog .tox-dialog__body input:disabled::-webkit-input-placeholder {
  color: var(--secondary-lighter-color);
  font-style: normal;
}
.tox-tinymce-aux .tox-dialog .tox-dialog__body input:disabled::-moz-placeholder {
  color: var(--secondary-lighter-color);
  font-style: normal;
}
.tox-tinymce-aux .tox-dialog .tox-dialog__body input:disabled:-ms-input-placeholder {
  color: var(--secondary-lighter-color);
  font-style: normal;
}
.tox-tinymce-aux .tox-dialog .tox-dialog__body input:disabled::-ms-input-placeholder {
  color: var(--secondary-lighter-color);
  font-style: normal;
}
.tox-tinymce-aux .tox-dialog .tox-dialog__body input:disabled::placeholder {
  color: var(--secondary-lighter-color);
  font-style: normal;
}
.tox-tinymce-aux .tox-dialog .tox-dialog__body input:focus {
  background-color: transparent;
  -webkit-box-shadow: none;
          box-shadow: none;
  outline: none;
}
.tox-tinymce-aux .tox-dialog .tox-dialog__body input::-webkit-input-placeholder {
  color: var(--secondary-darker-color);
  font-size: 0.875rem;
  font-style: italic;
}
.tox-tinymce-aux .tox-dialog .tox-dialog__body input::-moz-placeholder {
  color: var(--secondary-darker-color);
  font-size: 0.875rem;
  font-style: italic;
}
.tox-tinymce-aux .tox-dialog .tox-dialog__body input:-ms-input-placeholder {
  color: var(--secondary-darker-color);
  font-size: 0.875rem;
  font-style: italic;
}
.tox-tinymce-aux .tox-dialog .tox-dialog__body input::-ms-input-placeholder {
  color: var(--secondary-darker-color);
  font-size: 0.875rem;
  font-style: italic;
}
.tox-tinymce-aux .tox-dialog .tox-dialog__body input::placeholder {
  color: var(--secondary-darker-color);
  font-size: 0.875rem;
  font-style: italic;
}
.tox-tinymce-aux .tox-dialog .tox-dialog__body .tox-selectfield select {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: 0;
  border-bottom: 1px solid var(--secondary-color);
}
.tox-tinymce-aux .tox-dialog .tox-dialog__body .tox-selectfield select:disabled {
  background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA0AAAANCAYAAABy6+R8AAAA/klEQVQokZ2SoU4DQRCGv//SNBUNQbCE1GxFs0GAQxwEwYvgGhwGi+ARauAFqCIIPA8CuQ2ii0DcmgbVEMIiepeUa0jTjp35Zv75Z5RIrBvZ2gTQAvAhbgM7zpq3ZoGflG0kR0ovrr/7A5D5EHvAHSmNi1Ce/QFCbCENgSekKz+JnVreHnCElCtp7EM8rYAOMARGwAA4RmwBqAhlBhwAD8A+8A7cAIckLhBt4Bk4d9ZMAVS750PMq645MAW6lZJ74NpZ81HL1qLlPsQeiUfECTCrgEtnzdfirmreqQhxoLm8V+DWWfPZdHQJmk8suyTNXN98LyX/g1bFRh+xEfQLuX1T28sBwJQAAAAASUVORK5CYII=") right/13px no-repeat !important;
  border-bottom: 2px solid var(--secondary-lighter-color);
  color: var(--secondary-lighter-color);
}
.tox-tinymce-aux .tox-dialog .tox-dialog__body .tox-selectfield .tox-selectfield__icon-js {
  display: none;
}
.tox-tinymce-aux .tox-dialog .tox-dialog__body .tox-form a:hover {
  border-radius: 0;
  text-decoration: none;
}
.tox-tinymce-aux .tox-dialog .tox-dialog__footer .tox-button {
  border-radius: 50rem;
}
.tox-tinymce-aux .tox-dialog .tox-dialog__footer .tox-tbtn--select:hover .tox-tbtn__select-chevron > svg, .tox-tinymce-aux .tox-dialog .tox-dialog__footer .tox-tbtn--select:focus .tox-tbtn__select-chevron > svg, .tox-tinymce-aux .tox-dialog .tox-dialog__footer .tox-tbtn--select:active .tox-tbtn__select-chevron > svg {
  opacity: 1;
}
.tox-tinymce-aux .tox-dialog .tox-dialog__footer .tox-tbtn--select .tox-tbtn__select-chevron > svg {
  opacity: 0.5;
}
.tox-tinymce-aux .tox-dialog .tox-dialog__footer .tox-tbtn--select .tox-tbtn__select-chevron > svg:hover, .tox-tinymce-aux .tox-dialog .tox-dialog__footer .tox-tbtn--select .tox-tbtn__select-chevron > svg:focus, .tox-tinymce-aux .tox-dialog .tox-dialog__footer .tox-tbtn--select .tox-tbtn__select-chevron > svg:active {
  opacity: 1;
}
.tox-tinymce-aux .tox-notifications-container .tox-notification--info {
  color: var(--secondary-darkest-color);
}
.tox-tinymce-aux .tox-pop .tox-toolbar__group input {
  background-color: transparent;
  border: 0;
  border-bottom: 1px solid var(--secondary-color);
  border-radius: 0;
  color: var(--secondary-darkest-color);
  font-size: 0.875rem;
  height: auto;
  padding: 3px 0;
}
.tox-tinymce-aux .tox-pop .tox-toolbar__group input:disabled {
  background-color: transparent;
  border-color: var(--secondary-lighter-color);
  cursor: not-allowed;
}
.tox-tinymce-aux .tox-pop .tox-toolbar__group input:disabled::-webkit-input-placeholder {
  color: var(--secondary-lighter-color);
  font-style: normal;
}
.tox-tinymce-aux .tox-pop .tox-toolbar__group input:disabled::-moz-placeholder {
  color: var(--secondary-lighter-color);
  font-style: normal;
}
.tox-tinymce-aux .tox-pop .tox-toolbar__group input:disabled:-ms-input-placeholder {
  color: var(--secondary-lighter-color);
  font-style: normal;
}
.tox-tinymce-aux .tox-pop .tox-toolbar__group input:disabled::-ms-input-placeholder {
  color: var(--secondary-lighter-color);
  font-style: normal;
}
.tox-tinymce-aux .tox-pop .tox-toolbar__group input:disabled::placeholder {
  color: var(--secondary-lighter-color);
  font-style: normal;
}
.tox-tinymce-aux .tox-pop .tox-toolbar__group input:focus {
  background-color: transparent;
  -webkit-box-shadow: none;
          box-shadow: none;
  outline: none;
}
.tox-tinymce-aux .tox-pop .tox-toolbar__group input::-webkit-input-placeholder {
  color: var(--secondary-darker-color);
  font-size: 0.875rem;
  font-style: italic;
}
.tox-tinymce-aux .tox-pop .tox-toolbar__group input::-moz-placeholder {
  color: var(--secondary-darker-color);
  font-size: 0.875rem;
  font-style: italic;
}
.tox-tinymce-aux .tox-pop .tox-toolbar__group input:-ms-input-placeholder {
  color: var(--secondary-darker-color);
  font-size: 0.875rem;
  font-style: italic;
}
.tox-tinymce-aux .tox-pop .tox-toolbar__group input::-ms-input-placeholder {
  color: var(--secondary-darker-color);
  font-size: 0.875rem;
  font-style: italic;
}
.tox-tinymce-aux .tox-pop .tox-toolbar__group input::placeholder {
  color: var(--secondary-darker-color);
  font-size: 0.875rem;
  font-style: italic;
}

.tox-tinymce .tox-editor-container .tox-editor-header .tox-menubar .tox-mbtn--select:hover, .tox-tinymce .tox-editor-container .tox-editor-header .tox-menubar .tox-mbtn--select:focus, .tox-tinymce .tox-editor-container .tox-editor-header .tox-menubar .tox-mbtn--select:active {
  background-color: var(--primary-light-color);
}
.tox-tinymce .tox-editor-container .tox-editor-header .tox-menubar .tox-mbtn--active {
  background-color: var(--primary-light-color);
}
.tox-tinymce .tox-editor-container .tox-editor-header .tox-toolbar-overlord .tox-toolbar__group .tox-tbtn svg path:not(#tox-icon-text-color__color):not(#tox-icon-highlight-bg-color__color),
.tox-tinymce .tox-editor-container .tox-editor-header .tox-toolbar-overlord .tox-toolbar__group .tox-tbtn svg circle {
  fill: var(--primary-dark-color);
}
.tox-tinymce .tox-editor-container .tox-editor-header .tox-toolbar-overlord .tox-toolbar__group .tox-tbtn:hover, .tox-tinymce .tox-editor-container .tox-editor-header .tox-toolbar-overlord .tox-toolbar__group .tox-tbtn:focus, .tox-tinymce .tox-editor-container .tox-editor-header .tox-toolbar-overlord .tox-toolbar__group .tox-tbtn:active {
  background-color: var(--primary-light-color);
}
.tox-tinymce .tox-editor-container .tox-editor-header .tox-toolbar-overlord .tox-toolbar__group .tox-tbtn--disabled svg path:not(#tox-icon-text-color__color):not(#tox-icon-highlight-bg-color__color),
.tox-tinymce .tox-editor-container .tox-editor-header .tox-toolbar-overlord .tox-toolbar__group .tox-tbtn--disabled svg circle {
  fill: var(--primary-dark-color);
  fill-opacity: 0.5;
}
.tox-tinymce .tox-editor-container .tox-editor-header .tox-toolbar-overlord .tox-toolbar__group .tox-tbtn--enabled {
  background-color: var(--primary-light-color);
}
.tox-tinymce .tox-editor-container .tox-editor-header .tox-toolbar-overlord .tox-toolbar__group .tox-split-button:hover, .tox-tinymce .tox-editor-container .tox-editor-header .tox-toolbar-overlord .tox-toolbar__group .tox-split-button:focus, .tox-tinymce .tox-editor-container .tox-editor-header .tox-toolbar-overlord .tox-toolbar__group .tox-split-button:active {
  background-color: transparent;
  -webkit-box-shadow: 0 0 2px var(--primary-dark-color) inset;
          box-shadow: 0 0 2px var(--primary-dark-color) inset;
}
.tox-tinymce .tox-statusbar .tox-statusbar__text-container .tox-statusbar__path-item,
.tox-tinymce .tox-statusbar .tox-statusbar__text-container .tox-statusbar__wordcount,
.tox-tinymce .tox-statusbar .tox-statusbar__text-container .tox-statusbar__branding > a {
  color: var(--primary-darker-color);
}
.tox-tinymce .tox-statusbar .tox-statusbar__text-container .tox-statusbar__path-item:hover,
.tox-tinymce .tox-statusbar .tox-statusbar__text-container .tox-statusbar__wordcount:hover,
.tox-tinymce .tox-statusbar .tox-statusbar__text-container .tox-statusbar__branding > a:hover {
  background-color: var(--primary-darker-color);
  color: #fff;
}

.tox-tinymce-aux .tox-toolbar__overflow .tox-toolbar__group .tox-tbtn svg path:not(#tox-icon-text-color__color):not(#tox-icon-highlight-bg-color__color),
.tox-tinymce-aux .tox-toolbar__overflow .tox-toolbar__group .tox-tbtn svg circle,
.tox-tinymce-aux .tox-toolbar__overflow .tox-toolbar__group .tox-split-button svg path:not(#tox-icon-text-color__color):not(#tox-icon-highlight-bg-color__color),
.tox-tinymce-aux .tox-toolbar__overflow .tox-toolbar__group .tox-split-button svg circle {
  fill: var(--primary-dark-color);
}
.tox-tinymce-aux .tox-toolbar__overflow .tox-toolbar__group .tox-tbtn:hover, .tox-tinymce-aux .tox-toolbar__overflow .tox-toolbar__group .tox-tbtn:focus, .tox-tinymce-aux .tox-toolbar__overflow .tox-toolbar__group .tox-tbtn:active,
.tox-tinymce-aux .tox-toolbar__overflow .tox-toolbar__group .tox-split-button:hover,
.tox-tinymce-aux .tox-toolbar__overflow .tox-toolbar__group .tox-split-button:focus,
.tox-tinymce-aux .tox-toolbar__overflow .tox-toolbar__group .tox-split-button:active {
  background-color: var(--primary-light-color);
}
.tox-tinymce-aux .tox-toolbar__overflow .tox-toolbar__group .tox-tbtn--disabled svg path:not(#tox-icon-text-color__color):not(#tox-icon-highlight-bg-color__color),
.tox-tinymce-aux .tox-toolbar__overflow .tox-toolbar__group .tox-tbtn--disabled svg circle {
  fill: var(--primary-dark-color);
  fill-opacity: 0.5;
}
.tox-tinymce-aux .tox-toolbar__overflow .tox-toolbar__group .tox-tbtn--enabled {
  background-color: var(--primary-light-color);
}
.tox-tinymce-aux .tox-toolbar__overflow .tox-toolbar__group .tox-split-button:hover, .tox-tinymce-aux .tox-toolbar__overflow .tox-toolbar__group .tox-split-button:focus, .tox-tinymce-aux .tox-toolbar__overflow .tox-toolbar__group .tox-split-button:active {
  background-color: transparent;
  -webkit-box-shadow: 0 0 3px var(--primary-dark-color) inset;
          box-shadow: 0 0 3px var(--primary-dark-color) inset;
}
.tox-tinymce-aux .tox-collection--list .tox-collection__item--enabled svg,
.tox-tinymce-aux .tox-collection--list .tox-collection__item-icon svg,
.tox-tinymce-aux .tox-collection--list .tox-collection__item-caret svg,
.tox-tinymce-aux .tox-collection--toolbar .tox-collection__item--enabled svg,
.tox-tinymce-aux .tox-collection--toolbar .tox-collection__item-icon svg,
.tox-tinymce-aux .tox-collection--toolbar .tox-collection__item-caret svg {
  fill: var(--primary-dark-color);
}
.tox-tinymce-aux .tox-collection--list .tox-collection__item--enabled,
.tox-tinymce-aux .tox-collection--toolbar .tox-collection__item--enabled {
  background-color: var(--primary-light-color);
}
.tox-tinymce-aux .tox-collection--list .tox-collection__item--active,
.tox-tinymce-aux .tox-collection--toolbar .tox-collection__item--active {
  background-color: var(--primary-light-color);
}
.tox-tinymce-aux .tox-collection--list .tox-collection__item--state-disabled svg,
.tox-tinymce-aux .tox-collection--toolbar .tox-collection__item--state-disabled svg {
  fill: var(--primary-dark-color) !important;
  fill-opacity: 0.4 !important;
}
.tox-tinymce-aux .tox-collection--list .tox-insert-table-picker .tox-insert-table-picker__selected,
.tox-tinymce-aux .tox-collection--toolbar .tox-insert-table-picker .tox-insert-table-picker__selected {
  background-color: var(--primary-light-color);
  border-color: var(--primary-dark-color);
}
.tox-tinymce-aux .tox-collection--list .tox-swatches-menu .tox-swatches__picker-btn svg,
.tox-tinymce-aux .tox-collection--toolbar .tox-swatches-menu .tox-swatches__picker-btn svg {
  fill: var(--primary-dark-color);
}
.tox-tinymce-aux .tox-pop__dialog .tox-tbtn svg {
  fill: var(--primary-dark-color);
}
.tox-tinymce-aux .tox-pop__dialog .tox-tbtn:hover, .tox-tinymce-aux .tox-pop__dialog .tox-tbtn:focus, .tox-tinymce-aux .tox-pop__dialog .tox-tbtn:active {
  background-color: var(--primary-light-color);
}
.tox-tinymce-aux .tox-pop__dialog .tox-tbtn--enabled {
  background-color: var(--primary-light-color);
}
.tox-tinymce-aux .tox-pop__dialog .tox-toolbar__group input:focus {
  border-bottom: 2px solid var(--primary-color);
}
.tox-tinymce-aux .tox-swatches-menu .tox-collection__item--active {
  background-color: var(--primary-light-color);
}
.tox-tinymce-aux .tox-swatches-menu .tox-swatches__picker-btn svg {
  fill: var(--primary-dark-color);
}
.tox-tinymce-aux .tox-dialog .tox-dialog__header .tox-button:hover, .tox-tinymce-aux .tox-dialog .tox-dialog__header .tox-button:focus, .tox-tinymce-aux .tox-dialog .tox-dialog__header .tox-button:active {
  background-color: var(--primary-light-color);
}
.tox-tinymce-aux .tox-dialog .tox-dialog__header .tox-button svg {
  fill: var(--primary-dark-color);
}
.tox-tinymce-aux .tox-dialog .tox-dialog__body input:focus {
  border-bottom: 2px solid var(--primary-color);
}
.tox-tinymce-aux .tox-dialog .tox-dialog__body textarea:focus {
  border-color: var(--primary-color);
}
.tox-tinymce-aux .tox-dialog .tox-dialog__body select {
  background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA0AAAANCAYAAABy6+R8AAAA90lEQVQokZ3SoU4DURCF4W+ahiAIQSAIuiEIcIjuBsGL4MiqxWARPAKiF8GVVBEEngdY3gAMCoFuUA0hLKJt0rQhBMbO/DNzzky0Wn+Nzp8JdKFMeaNl87GuXhYLisH1SkTs4Kmpqy/olClv44p2WAzy0TxQptwVcYJ7nJWDvAqdli0chOgLwzLlQyhSXsVJcIkeCmEdokjXnZa94Ba7eMUF9rUqYQUPOG7qagQxc69MuW/StY8R1qZG3eC8qau32doxb/lU3x1KjKfAaVNXH/NaY/FORcq9mKz3jNTU1fuio0vQdOKa1rg5rT6Xkj9Bv8W/PuJf0Dc/gkpl0n22DwAAAABJRU5ErkJggg==") right/13px no-repeat;
}
.tox-tinymce-aux .tox-dialog .tox-dialog__body select:focus {
  border-bottom: 2px solid var(--primary-color);
}
.tox-tinymce-aux .tox-dialog .tox-dialog__body .tox-form a {
  color: var(--primary-darker-color);
}
.tox-tinymce-aux .tox-dialog .tox-dialog__body .tox-form a:hover {
  background-color: var(--primary-darker-color);
  color: #fff;
}
.tox-tinymce-aux .tox-dialog .tox-dialog__body .tox-form .tox-collection__item:hover, .tox-tinymce-aux .tox-dialog .tox-dialog__body .tox-form .tox-collection__item:focus, .tox-tinymce-aux .tox-dialog .tox-dialog__body .tox-form .tox-collection__item:active {
  background-color: var(--primary-light-color);
}
.tox-tinymce-aux .tox-dialog .tox-dialog__body .tox-button:hover, .tox-tinymce-aux .tox-dialog .tox-dialog__body .tox-button:focus, .tox-tinymce-aux .tox-dialog .tox-dialog__body .tox-button:active {
  background-color: var(--primary-light-color);
}
.tox-tinymce-aux .tox-dialog .tox-dialog__body .tox-button svg {
  fill: var(--primary-dark-color);
}
.tox-tinymce-aux .tox-dialog .tox-dialog__body .tox-dialog__body-nav .tox-dialog__body-nav-item:hover, .tox-tinymce-aux .tox-dialog .tox-dialog__body .tox-dialog__body-nav .tox-dialog__body-nav-item:focus, .tox-tinymce-aux .tox-dialog .tox-dialog__body .tox-dialog__body-nav .tox-dialog__body-nav-item:active {
  background-color: rgba(var(--primary-light-color), 0.4);
}
.tox-tinymce-aux .tox-dialog .tox-dialog__body .tox-dialog__body-nav .tox-dialog__body-nav-item--active {
  border-color: var(--primary-dark-color);
  color: var(--primary-dark-color);
}
.tox-tinymce-aux .tox-dialog .tox-dialog__footer .tox-button {
  background-color: var(--primary-color);
  border: 2px solid var(--primary-color);
}
.tox-tinymce-aux .tox-dialog .tox-dialog__footer .tox-button:not([disabled]):active {
  background-color: var(--primary-darker-color);
  border: 2px solid var(--primary-darker-color);
}
.tox-tinymce-aux .tox-dialog .tox-dialog__footer .tox-button:hover {
  -webkit-box-shadow: 0 2px 3px rgba(0, 0, 0, 0.4);
          box-shadow: 0 2px 3px rgba(0, 0, 0, 0.4);
}
.tox-tinymce-aux .tox-dialog .tox-dialog__footer .tox-button--secondary {
  background-color: #fff;
  border: 2px solid var(--primary-color);
  color: var(--primary-color);
}
.tox-tinymce-aux .tox-dialog .tox-dialog__footer .tox-button--secondary:not([disabled]):hover, .tox-tinymce-aux .tox-dialog .tox-dialog__footer .tox-button--secondary:not([disabled]):focus {
  color: var(--primary-color);
}
.tox-tinymce-aux .tox-dialog .tox-dialog__footer .tox-button--secondary:not([disabled]):active {
  background-color: var(--primary-darker-color);
  border: 2px solid var(--primary-darker-color);
  color: var(--white);
}
.tox-tinymce-aux .tox-dialog .tox-dialog__footer .tox-tbtn--select:hover, .tox-tinymce-aux .tox-dialog .tox-dialog__footer .tox-tbtn--select:focus, .tox-tinymce-aux .tox-dialog .tox-dialog__footer .tox-tbtn--select:active {
  background-color: var(--primary-light-color);
}
.tox-tinymce-aux .tox-dialog .tox-dialog__footer .tox-tbtn--select svg {
  fill: var(--primary-dark-color);
}
.tox-tinymce-aux .tox-notifications-container .tox-notification--info {
  background-color: rgba(var(--primary-light-color), 0.2);
  border-color: var(--primary-dark-color);
}
.tox-tinymce-aux .tox-notifications-container svg {
  fill: var(--primary-dark-color);
}
.tox-tinymce-aux .tox-notifications-container .tox-button--icon:hover, .tox-tinymce-aux .tox-notifications-container .tox-button--icon:focus, .tox-tinymce-aux .tox-notifications-container .tox-button--icon:active {
  background-color: var(--primary-light-color);
}
.tox-tinymce-aux .tox-notifications-container .tox-button--icon svg {
  fill: var(--primary-dark-color);
}

body.mce-content-body {
  background-color: var(--bg-color);
}

body[data-ac-activated] .tox-tinymce {
  background-color: var(--bg-color);
  border-color: var(--border-color) !important;
}
body[data-ac-activated] .tox-tinymce .tox-editor-container .tox-editor-header .tox-menubar {
  background-color: var(--bg-color);
}
body[data-ac-activated] .tox-tinymce .tox-editor-container .tox-editor-header .tox-menubar .tox-mbtn--select {
  background-color: var(--bg-color);
  color: var(--primary-light-color);
}
body[data-ac-activated] .tox-tinymce .tox-editor-container .tox-editor-header .tox-menubar .tox-mbtn--select:hover, body[data-ac-activated] .tox-tinymce .tox-editor-container .tox-editor-header .tox-menubar .tox-mbtn--select:focus, body[data-ac-activated] .tox-tinymce .tox-editor-container .tox-editor-header .tox-menubar .tox-mbtn--select:active {
  background-color: var(--primary-light-color);
  color: var(--bg-color);
}
body[data-ac-activated] .tox-tinymce .tox-editor-container .tox-editor-header .tox-menubar .tox-mbtn--active {
  background-color: var(--primary-light-color);
  color: var(--bg-color);
}
body[data-ac-activated] .tox-tinymce .tox-editor-container .tox-editor-header .tox-toolbar-overlord {
  background-color: var(--bg-color);
}
body[data-ac-activated] .tox-tinymce .tox-editor-container .tox-editor-header .tox-toolbar-overlord .tox-toolbar__primary {
  border-color: var(--border-color);
}
body[data-ac-activated] .tox-tinymce .tox-editor-container .tox-editor-header .tox-toolbar-overlord .tox-toolbar__group .tox-tbtn svg path:not(#tox-icon-text-color__color):not(#tox-icon-highlight-bg-color__color),
body[data-ac-activated] .tox-tinymce .tox-editor-container .tox-editor-header .tox-toolbar-overlord .tox-toolbar__group .tox-tbtn svg circle {
  fill: var(--primary-light-color);
}
body[data-ac-activated] .tox-tinymce .tox-editor-container .tox-editor-header .tox-toolbar-overlord .tox-toolbar__group .tox-tbtn:hover, body[data-ac-activated] .tox-tinymce .tox-editor-container .tox-editor-header .tox-toolbar-overlord .tox-toolbar__group .tox-tbtn:focus, body[data-ac-activated] .tox-tinymce .tox-editor-container .tox-editor-header .tox-toolbar-overlord .tox-toolbar__group .tox-tbtn:active {
  background-color: var(--primary-light-color);
}
body[data-ac-activated] .tox-tinymce .tox-editor-container .tox-editor-header .tox-toolbar-overlord .tox-toolbar__group .tox-tbtn:hover svg path:not(#tox-icon-text-color__color):not(#tox-icon-highlight-bg-color__color),
body[data-ac-activated] .tox-tinymce .tox-editor-container .tox-editor-header .tox-toolbar-overlord .tox-toolbar__group .tox-tbtn:hover svg circle, body[data-ac-activated] .tox-tinymce .tox-editor-container .tox-editor-header .tox-toolbar-overlord .tox-toolbar__group .tox-tbtn:focus svg path:not(#tox-icon-text-color__color):not(#tox-icon-highlight-bg-color__color),
body[data-ac-activated] .tox-tinymce .tox-editor-container .tox-editor-header .tox-toolbar-overlord .tox-toolbar__group .tox-tbtn:focus svg circle, body[data-ac-activated] .tox-tinymce .tox-editor-container .tox-editor-header .tox-toolbar-overlord .tox-toolbar__group .tox-tbtn:active svg path:not(#tox-icon-text-color__color):not(#tox-icon-highlight-bg-color__color),
body[data-ac-activated] .tox-tinymce .tox-editor-container .tox-editor-header .tox-toolbar-overlord .tox-toolbar__group .tox-tbtn:active svg circle {
  fill: var(--primary-dark-color);
}
body[data-ac-activated] .tox-tinymce .tox-editor-container .tox-editor-header .tox-toolbar-overlord .tox-toolbar__group .tox-tbtn--disabled svg path:not(#tox-icon-text-color__color):not(#tox-icon-highlight-bg-color__color),
body[data-ac-activated] .tox-tinymce .tox-editor-container .tox-editor-header .tox-toolbar-overlord .tox-toolbar__group .tox-tbtn--disabled svg circle {
  fill: var(--primary-light-color) !important;
  fill-opacity: 0.5 !important;
}
body[data-ac-activated] .tox-tinymce .tox-editor-container .tox-editor-header .tox-toolbar-overlord .tox-toolbar__group .tox-tbtn--enabled {
  background-color: var(--primary-light-color);
}
body[data-ac-activated] .tox-tinymce .tox-editor-container .tox-editor-header .tox-toolbar-overlord .tox-toolbar__group .tox-tbtn--enabled svg path:not(#tox-icon-text-color__color):not(#tox-icon-highlight-bg-color__color),
body[data-ac-activated] .tox-tinymce .tox-editor-container .tox-editor-header .tox-toolbar-overlord .tox-toolbar__group .tox-tbtn--enabled svg circle {
  fill: var(--primary-dark-color);
}
body[data-ac-activated] .tox-tinymce .tox-editor-container .tox-editor-header .tox-toolbar-overlord .tox-toolbar__group .tox-split-button:hover, body[data-ac-activated] .tox-tinymce .tox-editor-container .tox-editor-header .tox-toolbar-overlord .tox-toolbar__group .tox-split-button:focus, body[data-ac-activated] .tox-tinymce .tox-editor-container .tox-editor-header .tox-toolbar-overlord .tox-toolbar__group .tox-split-button:active {
  background-color: transparent;
  -webkit-box-shadow: 0 0 2px var(--primary-light-color) inset;
          box-shadow: 0 0 2px var(--primary-light-color) inset;
}
body[data-ac-activated] .tox-tinymce .tox-editor-container .tox-editor-header .tox-toolbar-overlord .tox-toolbar__group .tox-tbtn--bespoke {
  border-color: var(--border-color);
}
body[data-ac-activated] .tox-tinymce .tox-editor-container .tox-editor-header .tox-toolbar-overlord .tox-toolbar__group .tox-tbtn--bespoke .tox-tbtn__select-label {
  color: var(--primary-light-color);
}
body[data-ac-activated] .tox-tinymce .tox-editor-container .tox-editor-header .tox-toolbar-overlord .tox-toolbar__group .tox-tbtn--bespoke:hover .tox-tbtn__select-label, body[data-ac-activated] .tox-tinymce .tox-editor-container .tox-editor-header .tox-toolbar-overlord .tox-toolbar__group .tox-tbtn--bespoke:focus .tox-tbtn__select-label, body[data-ac-activated] .tox-tinymce .tox-editor-container .tox-editor-header .tox-toolbar-overlord .tox-toolbar__group .tox-tbtn--bespoke:active .tox-tbtn__select-label {
  color: var(--primary-dark-color);
}
body[data-ac-activated] .tox-tinymce .tox-statusbar {
  background-color: var(--bg-color);
  border-color: var(--border-color);
}
body[data-ac-activated] .tox-tinymce .tox-statusbar .tox-statusbar__text-container .tox-statusbar__path-item,
body[data-ac-activated] .tox-tinymce .tox-statusbar .tox-statusbar__text-container .tox-statusbar__wordcount,
body[data-ac-activated] .tox-tinymce .tox-statusbar .tox-statusbar__text-container .tox-statusbar__branding > a {
  color: var(--primary-light-color) !important;
}
body[data-ac-activated] .tox-tinymce .tox-statusbar .tox-statusbar__text-container .tox-statusbar__path-item:hover, body[data-ac-activated] .tox-tinymce .tox-statusbar .tox-statusbar__text-container .tox-statusbar__path-item:focus, body[data-ac-activated] .tox-tinymce .tox-statusbar .tox-statusbar__text-container .tox-statusbar__path-item:active,
body[data-ac-activated] .tox-tinymce .tox-statusbar .tox-statusbar__text-container .tox-statusbar__wordcount:hover,
body[data-ac-activated] .tox-tinymce .tox-statusbar .tox-statusbar__text-container .tox-statusbar__wordcount:focus,
body[data-ac-activated] .tox-tinymce .tox-statusbar .tox-statusbar__text-container .tox-statusbar__wordcount:active,
body[data-ac-activated] .tox-tinymce .tox-statusbar .tox-statusbar__text-container .tox-statusbar__branding > a:hover,
body[data-ac-activated] .tox-tinymce .tox-statusbar .tox-statusbar__text-container .tox-statusbar__branding > a:focus,
body[data-ac-activated] .tox-tinymce .tox-statusbar .tox-statusbar__text-container .tox-statusbar__branding > a:active {
  background-color: var(--bg-color) !important;
  color: var(--primary-light-color) !important;
}
body[data-ac-activated] .tox-tinymce .tox-statusbar .tox-statusbar__text-container .tox-statusbar__path-divider {
  color: var(--primary-light-color);
}
body[data-ac-activated] .tox-tinymce iframe {
  background-color: var(--bg-color) !important;
}
body[data-ac-activated] .form-group.filled {
  border-bottom: none !important;
}
body[data-ac-activated].mce-content-body a {
  color: var(--primary-color) !important;
}
body[data-ac-activated].mce-content-body a::after {
  background-color: var(--bg-color) !important;
}
body[data-ac-activated].mce-content-body a:hover, body[data-ac-activated].mce-content-body a:focus {
  background-color: var(--bg-color) !important;
  color: var(--primary-color) !important;
}

body[data-ac-activated] .tox-tinymce-aux .tox-toolbar__overflow {
  background-color: var(--bg-color);
}
body[data-ac-activated] .tox-tinymce-aux .tox-toolbar__overflow .tox-toolbar__group .tox-tbtn svg path:not(#tox-icon-text-color__color):not(#tox-icon-highlight-bg-color__color),
body[data-ac-activated] .tox-tinymce-aux .tox-toolbar__overflow .tox-toolbar__group .tox-tbtn svg circle {
  fill: var(--primary-light-color);
}
body[data-ac-activated] .tox-tinymce-aux .tox-toolbar__overflow .tox-toolbar__group .tox-tbtn:hover, body[data-ac-activated] .tox-tinymce-aux .tox-toolbar__overflow .tox-toolbar__group .tox-tbtn:focus, body[data-ac-activated] .tox-tinymce-aux .tox-toolbar__overflow .tox-toolbar__group .tox-tbtn:active {
  background-color: var(--bg-color);
}
body[data-ac-activated] .tox-tinymce-aux .tox-toolbar__overflow .tox-toolbar__group .tox-tbtn:hover svg path:not(#tox-icon-text-color__color):not(#tox-icon-highlight-bg-color__color),
body[data-ac-activated] .tox-tinymce-aux .tox-toolbar__overflow .tox-toolbar__group .tox-tbtn:hover svg circle, body[data-ac-activated] .tox-tinymce-aux .tox-toolbar__overflow .tox-toolbar__group .tox-tbtn:focus svg path:not(#tox-icon-text-color__color):not(#tox-icon-highlight-bg-color__color),
body[data-ac-activated] .tox-tinymce-aux .tox-toolbar__overflow .tox-toolbar__group .tox-tbtn:focus svg circle, body[data-ac-activated] .tox-tinymce-aux .tox-toolbar__overflow .tox-toolbar__group .tox-tbtn:active svg path:not(#tox-icon-text-color__color):not(#tox-icon-highlight-bg-color__color),
body[data-ac-activated] .tox-tinymce-aux .tox-toolbar__overflow .tox-toolbar__group .tox-tbtn:active svg circle {
  fill: var(--primary-dark-color);
}
body[data-ac-activated] .tox-tinymce-aux .tox-toolbar__overflow .tox-toolbar__group .tox-tbtn--disabled svg path:not(#tox-icon-text-color__color):not(#tox-icon-highlight-bg-color__color),
body[data-ac-activated] .tox-tinymce-aux .tox-toolbar__overflow .tox-toolbar__group .tox-tbtn--disabled svg circle {
  fill: var(--primary-light-color) !important;
}
body[data-ac-activated] .tox-tinymce-aux .tox-toolbar__overflow .tox-toolbar__group .tox-tbtn--enabled {
  background-color: var(--primary-light-color);
}
body[data-ac-activated] .tox-tinymce-aux .tox-toolbar__overflow .tox-toolbar__group .tox-tbtn--enabled svg path:not(#tox-icon-text-color__color):not(#tox-icon-highlight-bg-color__color),
body[data-ac-activated] .tox-tinymce-aux .tox-toolbar__overflow .tox-toolbar__group .tox-tbtn--enabled svg circle {
  fill: var(--primary-dark-color);
}
body[data-ac-activated] .tox-tinymce-aux .tox-toolbar__overflow .tox-toolbar__group .tox-split-button:hover, body[data-ac-activated] .tox-tinymce-aux .tox-toolbar__overflow .tox-toolbar__group .tox-split-button:focus, body[data-ac-activated] .tox-tinymce-aux .tox-toolbar__overflow .tox-toolbar__group .tox-split-button:active {
  background-color: transparent;
  -webkit-box-shadow: 0 0 3px var(--primary-light-color) inset;
          box-shadow: 0 0 3px var(--primary-light-color) inset;
}
body[data-ac-activated] .tox-tinymce-aux .tox-toolbar__overflow .tox-toolbar__group .tox-tbtn--bespoke {
  border-color: var(--border-color);
}
body[data-ac-activated] .tox-tinymce-aux .tox-toolbar__overflow .tox-toolbar__group .tox-tbtn--bespoke .tox-tbtn__select-label {
  color: var(--primary-light-color);
}
body[data-ac-activated] .tox-tinymce-aux .tox-toolbar__overflow .tox-toolbar__group .tox-tbtn--bespoke:hover .tox-tbtn__select-label, body[data-ac-activated] .tox-tinymce-aux .tox-toolbar__overflow .tox-toolbar__group .tox-tbtn--bespoke:focus .tox-tbtn__select-label, body[data-ac-activated] .tox-tinymce-aux .tox-toolbar__overflow .tox-toolbar__group .tox-tbtn--bespoke:active .tox-tbtn__select-label {
  color: var(--primary-dark-color);
}
body[data-ac-activated] .tox-tinymce-aux .tox-collection--list,
body[data-ac-activated] .tox-tinymce-aux .tox-collection--toolbar {
  background-color: var(--bg-color);
}
body[data-ac-activated] .tox-tinymce-aux .tox-collection--list .tox-collection__item--enabled svg,
body[data-ac-activated] .tox-tinymce-aux .tox-collection--list .tox-collection__item-icon svg,
body[data-ac-activated] .tox-tinymce-aux .tox-collection--list .tox-collection__item-caret svg,
body[data-ac-activated] .tox-tinymce-aux .tox-collection--toolbar .tox-collection__item--enabled svg,
body[data-ac-activated] .tox-tinymce-aux .tox-collection--toolbar .tox-collection__item-icon svg,
body[data-ac-activated] .tox-tinymce-aux .tox-collection--toolbar .tox-collection__item-caret svg {
  fill: var(--primary-light-color);
}
body[data-ac-activated] .tox-tinymce-aux .tox-collection--list .tox-collection__item--enabled svg path,
body[data-ac-activated] .tox-tinymce-aux .tox-collection--list .tox-collection__item-icon svg path,
body[data-ac-activated] .tox-tinymce-aux .tox-collection--list .tox-collection__item-caret svg path,
body[data-ac-activated] .tox-tinymce-aux .tox-collection--toolbar .tox-collection__item--enabled svg path,
body[data-ac-activated] .tox-tinymce-aux .tox-collection--toolbar .tox-collection__item-icon svg path,
body[data-ac-activated] .tox-tinymce-aux .tox-collection--toolbar .tox-collection__item-caret svg path {
  opacity: 1;
}
body[data-ac-activated] .tox-tinymce-aux .tox-collection--list .tox-collection__item .tox-collection__item-label,
body[data-ac-activated] .tox-tinymce-aux .tox-collection--list .tox-collection__item .tox-collection__item-accessory,
body[data-ac-activated] .tox-tinymce-aux .tox-collection--toolbar .tox-collection__item .tox-collection__item-label,
body[data-ac-activated] .tox-tinymce-aux .tox-collection--toolbar .tox-collection__item .tox-collection__item-accessory {
  color: var(--primary-light-color);
}
body[data-ac-activated] .tox-tinymce-aux .tox-collection--list .tox-collection__item .tox-collection__item-label p,
body[data-ac-activated] .tox-tinymce-aux .tox-collection--list .tox-collection__item .tox-collection__item-label h1,
body[data-ac-activated] .tox-tinymce-aux .tox-collection--list .tox-collection__item .tox-collection__item-label h2,
body[data-ac-activated] .tox-tinymce-aux .tox-collection--list .tox-collection__item .tox-collection__item-label h3,
body[data-ac-activated] .tox-tinymce-aux .tox-collection--list .tox-collection__item .tox-collection__item-label h4,
body[data-ac-activated] .tox-tinymce-aux .tox-collection--list .tox-collection__item .tox-collection__item-label h5,
body[data-ac-activated] .tox-tinymce-aux .tox-collection--list .tox-collection__item .tox-collection__item-label h6,
body[data-ac-activated] .tox-tinymce-aux .tox-collection--list .tox-collection__item .tox-collection__item-label pre,
body[data-ac-activated] .tox-tinymce-aux .tox-collection--list .tox-collection__item .tox-collection__item-label span,
body[data-ac-activated] .tox-tinymce-aux .tox-collection--list .tox-collection__item .tox-collection__item-accessory p,
body[data-ac-activated] .tox-tinymce-aux .tox-collection--list .tox-collection__item .tox-collection__item-accessory h1,
body[data-ac-activated] .tox-tinymce-aux .tox-collection--list .tox-collection__item .tox-collection__item-accessory h2,
body[data-ac-activated] .tox-tinymce-aux .tox-collection--list .tox-collection__item .tox-collection__item-accessory h3,
body[data-ac-activated] .tox-tinymce-aux .tox-collection--list .tox-collection__item .tox-collection__item-accessory h4,
body[data-ac-activated] .tox-tinymce-aux .tox-collection--list .tox-collection__item .tox-collection__item-accessory h5,
body[data-ac-activated] .tox-tinymce-aux .tox-collection--list .tox-collection__item .tox-collection__item-accessory h6,
body[data-ac-activated] .tox-tinymce-aux .tox-collection--list .tox-collection__item .tox-collection__item-accessory pre,
body[data-ac-activated] .tox-tinymce-aux .tox-collection--list .tox-collection__item .tox-collection__item-accessory span,
body[data-ac-activated] .tox-tinymce-aux .tox-collection--toolbar .tox-collection__item .tox-collection__item-label p,
body[data-ac-activated] .tox-tinymce-aux .tox-collection--toolbar .tox-collection__item .tox-collection__item-label h1,
body[data-ac-activated] .tox-tinymce-aux .tox-collection--toolbar .tox-collection__item .tox-collection__item-label h2,
body[data-ac-activated] .tox-tinymce-aux .tox-collection--toolbar .tox-collection__item .tox-collection__item-label h3,
body[data-ac-activated] .tox-tinymce-aux .tox-collection--toolbar .tox-collection__item .tox-collection__item-label h4,
body[data-ac-activated] .tox-tinymce-aux .tox-collection--toolbar .tox-collection__item .tox-collection__item-label h5,
body[data-ac-activated] .tox-tinymce-aux .tox-collection--toolbar .tox-collection__item .tox-collection__item-label h6,
body[data-ac-activated] .tox-tinymce-aux .tox-collection--toolbar .tox-collection__item .tox-collection__item-label pre,
body[data-ac-activated] .tox-tinymce-aux .tox-collection--toolbar .tox-collection__item .tox-collection__item-label span,
body[data-ac-activated] .tox-tinymce-aux .tox-collection--toolbar .tox-collection__item .tox-collection__item-accessory p,
body[data-ac-activated] .tox-tinymce-aux .tox-collection--toolbar .tox-collection__item .tox-collection__item-accessory h1,
body[data-ac-activated] .tox-tinymce-aux .tox-collection--toolbar .tox-collection__item .tox-collection__item-accessory h2,
body[data-ac-activated] .tox-tinymce-aux .tox-collection--toolbar .tox-collection__item .tox-collection__item-accessory h3,
body[data-ac-activated] .tox-tinymce-aux .tox-collection--toolbar .tox-collection__item .tox-collection__item-accessory h4,
body[data-ac-activated] .tox-tinymce-aux .tox-collection--toolbar .tox-collection__item .tox-collection__item-accessory h5,
body[data-ac-activated] .tox-tinymce-aux .tox-collection--toolbar .tox-collection__item .tox-collection__item-accessory h6,
body[data-ac-activated] .tox-tinymce-aux .tox-collection--toolbar .tox-collection__item .tox-collection__item-accessory pre,
body[data-ac-activated] .tox-tinymce-aux .tox-collection--toolbar .tox-collection__item .tox-collection__item-accessory span {
  color: var(--primary-light-color) !important;
}
body[data-ac-activated] .tox-tinymce-aux .tox-collection--list .tox-collection__item--enabled,
body[data-ac-activated] .tox-tinymce-aux .tox-collection--list .tox-collection__item--active,
body[data-ac-activated] .tox-tinymce-aux .tox-collection--toolbar .tox-collection__item--enabled,
body[data-ac-activated] .tox-tinymce-aux .tox-collection--toolbar .tox-collection__item--active {
  background-color: var(--primary-light-color);
}
body[data-ac-activated] .tox-tinymce-aux .tox-collection--list .tox-collection__item--enabled svg,
body[data-ac-activated] .tox-tinymce-aux .tox-collection--list .tox-collection__item--active svg,
body[data-ac-activated] .tox-tinymce-aux .tox-collection--toolbar .tox-collection__item--enabled svg,
body[data-ac-activated] .tox-tinymce-aux .tox-collection--toolbar .tox-collection__item--active svg {
  fill: var(--primary-dark-color);
}
body[data-ac-activated] .tox-tinymce-aux .tox-collection--list .tox-collection__item--enabled svg path,
body[data-ac-activated] .tox-tinymce-aux .tox-collection--list .tox-collection__item--active svg path,
body[data-ac-activated] .tox-tinymce-aux .tox-collection--toolbar .tox-collection__item--enabled svg path,
body[data-ac-activated] .tox-tinymce-aux .tox-collection--toolbar .tox-collection__item--active svg path {
  opacity: 1;
}
body[data-ac-activated] .tox-tinymce-aux .tox-collection--list .tox-collection__item--enabled .tox-collection__item-label,
body[data-ac-activated] .tox-tinymce-aux .tox-collection--list .tox-collection__item--enabled .tox-collection__item-accessory,
body[data-ac-activated] .tox-tinymce-aux .tox-collection--list .tox-collection__item--active .tox-collection__item-label,
body[data-ac-activated] .tox-tinymce-aux .tox-collection--list .tox-collection__item--active .tox-collection__item-accessory,
body[data-ac-activated] .tox-tinymce-aux .tox-collection--toolbar .tox-collection__item--enabled .tox-collection__item-label,
body[data-ac-activated] .tox-tinymce-aux .tox-collection--toolbar .tox-collection__item--enabled .tox-collection__item-accessory,
body[data-ac-activated] .tox-tinymce-aux .tox-collection--toolbar .tox-collection__item--active .tox-collection__item-label,
body[data-ac-activated] .tox-tinymce-aux .tox-collection--toolbar .tox-collection__item--active .tox-collection__item-accessory {
  color: var(--primary-dark-color);
}
body[data-ac-activated] .tox-tinymce-aux .tox-collection--list .tox-collection__item--enabled .tox-collection__item-label p,
body[data-ac-activated] .tox-tinymce-aux .tox-collection--list .tox-collection__item--enabled .tox-collection__item-label h1,
body[data-ac-activated] .tox-tinymce-aux .tox-collection--list .tox-collection__item--enabled .tox-collection__item-label h2,
body[data-ac-activated] .tox-tinymce-aux .tox-collection--list .tox-collection__item--enabled .tox-collection__item-label h3,
body[data-ac-activated] .tox-tinymce-aux .tox-collection--list .tox-collection__item--enabled .tox-collection__item-label h4,
body[data-ac-activated] .tox-tinymce-aux .tox-collection--list .tox-collection__item--enabled .tox-collection__item-label h5,
body[data-ac-activated] .tox-tinymce-aux .tox-collection--list .tox-collection__item--enabled .tox-collection__item-label h6,
body[data-ac-activated] .tox-tinymce-aux .tox-collection--list .tox-collection__item--enabled .tox-collection__item-label pre,
body[data-ac-activated] .tox-tinymce-aux .tox-collection--list .tox-collection__item--enabled .tox-collection__item-label span,
body[data-ac-activated] .tox-tinymce-aux .tox-collection--list .tox-collection__item--enabled .tox-collection__item-accessory p,
body[data-ac-activated] .tox-tinymce-aux .tox-collection--list .tox-collection__item--enabled .tox-collection__item-accessory h1,
body[data-ac-activated] .tox-tinymce-aux .tox-collection--list .tox-collection__item--enabled .tox-collection__item-accessory h2,
body[data-ac-activated] .tox-tinymce-aux .tox-collection--list .tox-collection__item--enabled .tox-collection__item-accessory h3,
body[data-ac-activated] .tox-tinymce-aux .tox-collection--list .tox-collection__item--enabled .tox-collection__item-accessory h4,
body[data-ac-activated] .tox-tinymce-aux .tox-collection--list .tox-collection__item--enabled .tox-collection__item-accessory h5,
body[data-ac-activated] .tox-tinymce-aux .tox-collection--list .tox-collection__item--enabled .tox-collection__item-accessory h6,
body[data-ac-activated] .tox-tinymce-aux .tox-collection--list .tox-collection__item--enabled .tox-collection__item-accessory pre,
body[data-ac-activated] .tox-tinymce-aux .tox-collection--list .tox-collection__item--enabled .tox-collection__item-accessory span,
body[data-ac-activated] .tox-tinymce-aux .tox-collection--list .tox-collection__item--active .tox-collection__item-label p,
body[data-ac-activated] .tox-tinymce-aux .tox-collection--list .tox-collection__item--active .tox-collection__item-label h1,
body[data-ac-activated] .tox-tinymce-aux .tox-collection--list .tox-collection__item--active .tox-collection__item-label h2,
body[data-ac-activated] .tox-tinymce-aux .tox-collection--list .tox-collection__item--active .tox-collection__item-label h3,
body[data-ac-activated] .tox-tinymce-aux .tox-collection--list .tox-collection__item--active .tox-collection__item-label h4,
body[data-ac-activated] .tox-tinymce-aux .tox-collection--list .tox-collection__item--active .tox-collection__item-label h5,
body[data-ac-activated] .tox-tinymce-aux .tox-collection--list .tox-collection__item--active .tox-collection__item-label h6,
body[data-ac-activated] .tox-tinymce-aux .tox-collection--list .tox-collection__item--active .tox-collection__item-label pre,
body[data-ac-activated] .tox-tinymce-aux .tox-collection--list .tox-collection__item--active .tox-collection__item-label span,
body[data-ac-activated] .tox-tinymce-aux .tox-collection--list .tox-collection__item--active .tox-collection__item-accessory p,
body[data-ac-activated] .tox-tinymce-aux .tox-collection--list .tox-collection__item--active .tox-collection__item-accessory h1,
body[data-ac-activated] .tox-tinymce-aux .tox-collection--list .tox-collection__item--active .tox-collection__item-accessory h2,
body[data-ac-activated] .tox-tinymce-aux .tox-collection--list .tox-collection__item--active .tox-collection__item-accessory h3,
body[data-ac-activated] .tox-tinymce-aux .tox-collection--list .tox-collection__item--active .tox-collection__item-accessory h4,
body[data-ac-activated] .tox-tinymce-aux .tox-collection--list .tox-collection__item--active .tox-collection__item-accessory h5,
body[data-ac-activated] .tox-tinymce-aux .tox-collection--list .tox-collection__item--active .tox-collection__item-accessory h6,
body[data-ac-activated] .tox-tinymce-aux .tox-collection--list .tox-collection__item--active .tox-collection__item-accessory pre,
body[data-ac-activated] .tox-tinymce-aux .tox-collection--list .tox-collection__item--active .tox-collection__item-accessory span,
body[data-ac-activated] .tox-tinymce-aux .tox-collection--toolbar .tox-collection__item--enabled .tox-collection__item-label p,
body[data-ac-activated] .tox-tinymce-aux .tox-collection--toolbar .tox-collection__item--enabled .tox-collection__item-label h1,
body[data-ac-activated] .tox-tinymce-aux .tox-collection--toolbar .tox-collection__item--enabled .tox-collection__item-label h2,
body[data-ac-activated] .tox-tinymce-aux .tox-collection--toolbar .tox-collection__item--enabled .tox-collection__item-label h3,
body[data-ac-activated] .tox-tinymce-aux .tox-collection--toolbar .tox-collection__item--enabled .tox-collection__item-label h4,
body[data-ac-activated] .tox-tinymce-aux .tox-collection--toolbar .tox-collection__item--enabled .tox-collection__item-label h5,
body[data-ac-activated] .tox-tinymce-aux .tox-collection--toolbar .tox-collection__item--enabled .tox-collection__item-label h6,
body[data-ac-activated] .tox-tinymce-aux .tox-collection--toolbar .tox-collection__item--enabled .tox-collection__item-label pre,
body[data-ac-activated] .tox-tinymce-aux .tox-collection--toolbar .tox-collection__item--enabled .tox-collection__item-label span,
body[data-ac-activated] .tox-tinymce-aux .tox-collection--toolbar .tox-collection__item--enabled .tox-collection__item-accessory p,
body[data-ac-activated] .tox-tinymce-aux .tox-collection--toolbar .tox-collection__item--enabled .tox-collection__item-accessory h1,
body[data-ac-activated] .tox-tinymce-aux .tox-collection--toolbar .tox-collection__item--enabled .tox-collection__item-accessory h2,
body[data-ac-activated] .tox-tinymce-aux .tox-collection--toolbar .tox-collection__item--enabled .tox-collection__item-accessory h3,
body[data-ac-activated] .tox-tinymce-aux .tox-collection--toolbar .tox-collection__item--enabled .tox-collection__item-accessory h4,
body[data-ac-activated] .tox-tinymce-aux .tox-collection--toolbar .tox-collection__item--enabled .tox-collection__item-accessory h5,
body[data-ac-activated] .tox-tinymce-aux .tox-collection--toolbar .tox-collection__item--enabled .tox-collection__item-accessory h6,
body[data-ac-activated] .tox-tinymce-aux .tox-collection--toolbar .tox-collection__item--enabled .tox-collection__item-accessory pre,
body[data-ac-activated] .tox-tinymce-aux .tox-collection--toolbar .tox-collection__item--enabled .tox-collection__item-accessory span,
body[data-ac-activated] .tox-tinymce-aux .tox-collection--toolbar .tox-collection__item--active .tox-collection__item-label p,
body[data-ac-activated] .tox-tinymce-aux .tox-collection--toolbar .tox-collection__item--active .tox-collection__item-label h1,
body[data-ac-activated] .tox-tinymce-aux .tox-collection--toolbar .tox-collection__item--active .tox-collection__item-label h2,
body[data-ac-activated] .tox-tinymce-aux .tox-collection--toolbar .tox-collection__item--active .tox-collection__item-label h3,
body[data-ac-activated] .tox-tinymce-aux .tox-collection--toolbar .tox-collection__item--active .tox-collection__item-label h4,
body[data-ac-activated] .tox-tinymce-aux .tox-collection--toolbar .tox-collection__item--active .tox-collection__item-label h5,
body[data-ac-activated] .tox-tinymce-aux .tox-collection--toolbar .tox-collection__item--active .tox-collection__item-label h6,
body[data-ac-activated] .tox-tinymce-aux .tox-collection--toolbar .tox-collection__item--active .tox-collection__item-label pre,
body[data-ac-activated] .tox-tinymce-aux .tox-collection--toolbar .tox-collection__item--active .tox-collection__item-label span,
body[data-ac-activated] .tox-tinymce-aux .tox-collection--toolbar .tox-collection__item--active .tox-collection__item-accessory p,
body[data-ac-activated] .tox-tinymce-aux .tox-collection--toolbar .tox-collection__item--active .tox-collection__item-accessory h1,
body[data-ac-activated] .tox-tinymce-aux .tox-collection--toolbar .tox-collection__item--active .tox-collection__item-accessory h2,
body[data-ac-activated] .tox-tinymce-aux .tox-collection--toolbar .tox-collection__item--active .tox-collection__item-accessory h3,
body[data-ac-activated] .tox-tinymce-aux .tox-collection--toolbar .tox-collection__item--active .tox-collection__item-accessory h4,
body[data-ac-activated] .tox-tinymce-aux .tox-collection--toolbar .tox-collection__item--active .tox-collection__item-accessory h5,
body[data-ac-activated] .tox-tinymce-aux .tox-collection--toolbar .tox-collection__item--active .tox-collection__item-accessory h6,
body[data-ac-activated] .tox-tinymce-aux .tox-collection--toolbar .tox-collection__item--active .tox-collection__item-accessory pre,
body[data-ac-activated] .tox-tinymce-aux .tox-collection--toolbar .tox-collection__item--active .tox-collection__item-accessory span {
  background-color: var(--primary-light-color) !important;
  color: var(--primary-dark-color) !important;
}
body[data-ac-activated] .tox-tinymce-aux .tox-collection--list .tox-collection__item--state-disabled,
body[data-ac-activated] .tox-tinymce-aux .tox-collection--toolbar .tox-collection__item--state-disabled {
  background-color: var(--bg-color) !important;
}
body[data-ac-activated] .tox-tinymce-aux .tox-collection--list .tox-collection__item--state-disabled .tox-collection__item-label,
body[data-ac-activated] .tox-tinymce-aux .tox-collection--list .tox-collection__item--state-disabled .tox-collection__item-accessory,
body[data-ac-activated] .tox-tinymce-aux .tox-collection--toolbar .tox-collection__item--state-disabled .tox-collection__item-label,
body[data-ac-activated] .tox-tinymce-aux .tox-collection--toolbar .tox-collection__item--state-disabled .tox-collection__item-accessory {
  color: var(--primary-light-color) !important;
  opacity: 0.6 !important;
}
body[data-ac-activated] .tox-tinymce-aux .tox-collection--list .tox-collection__item--state-disabled svg,
body[data-ac-activated] .tox-tinymce-aux .tox-collection--toolbar .tox-collection__item--state-disabled svg {
  fill: var(--primary-light-color) !important;
  fill-opacity: 0.4 !important;
}
body[data-ac-activated] .tox-tinymce-aux .tox-collection--list .tox-insert-table-picker .tox-insert-table-picker__selected,
body[data-ac-activated] .tox-tinymce-aux .tox-collection--toolbar .tox-insert-table-picker .tox-insert-table-picker__selected {
  background-color: var(--bg-color);
  border-color: var(--border-color);
}
body[data-ac-activated] .tox-tinymce-aux .tox-collection--list .tox-insert-table-picker .tox-insert-table-picker__label,
body[data-ac-activated] .tox-tinymce-aux .tox-collection--toolbar .tox-insert-table-picker .tox-insert-table-picker__label {
  color: var(--primary-light-color);
}
body[data-ac-activated] .tox-tinymce-aux .tox-collection--list .tox-swatches-menu,
body[data-ac-activated] .tox-tinymce-aux .tox-collection--toolbar .tox-swatches-menu {
  border-color: var(--border-color);
}
body[data-ac-activated] .tox-tinymce-aux .tox-collection--list .tox-swatches-menu .tox-swatches__row,
body[data-ac-activated] .tox-tinymce-aux .tox-collection--toolbar .tox-swatches-menu .tox-swatches__row {
  background-color: var(--bg-color);
}
body[data-ac-activated] .tox-tinymce-aux .tox-collection--list .tox-swatches-menu .tox-swatch--remove:hover, body[data-ac-activated] .tox-tinymce-aux .tox-collection--list .tox-swatches-menu .tox-swatch--remove:focus, body[data-ac-activated] .tox-tinymce-aux .tox-collection--list .tox-swatches-menu .tox-swatch--remove:active,
body[data-ac-activated] .tox-tinymce-aux .tox-collection--toolbar .tox-swatches-menu .tox-swatch--remove:hover,
body[data-ac-activated] .tox-tinymce-aux .tox-collection--toolbar .tox-swatches-menu .tox-swatch--remove:focus,
body[data-ac-activated] .tox-tinymce-aux .tox-collection--toolbar .tox-swatches-menu .tox-swatch--remove:active {
  background-color: var(--bg-color);
}
body[data-ac-activated] .tox-tinymce-aux .tox-collection--list .tox-swatches-menu .tox-swatches__picker-btn:hover, body[data-ac-activated] .tox-tinymce-aux .tox-collection--list .tox-swatches-menu .tox-swatches__picker-btn:focus, body[data-ac-activated] .tox-tinymce-aux .tox-collection--list .tox-swatches-menu .tox-swatches__picker-btn:active,
body[data-ac-activated] .tox-tinymce-aux .tox-collection--toolbar .tox-swatches-menu .tox-swatches__picker-btn:hover,
body[data-ac-activated] .tox-tinymce-aux .tox-collection--toolbar .tox-swatches-menu .tox-swatches__picker-btn:focus,
body[data-ac-activated] .tox-tinymce-aux .tox-collection--toolbar .tox-swatches-menu .tox-swatches__picker-btn:active {
  background-color: var(--bg-color);
}
body[data-ac-activated] .tox-tinymce-aux .tox-collection--list .tox-swatches-menu .tox-swatches__picker-btn:hover svg, body[data-ac-activated] .tox-tinymce-aux .tox-collection--list .tox-swatches-menu .tox-swatches__picker-btn:focus svg, body[data-ac-activated] .tox-tinymce-aux .tox-collection--list .tox-swatches-menu .tox-swatches__picker-btn:active svg,
body[data-ac-activated] .tox-tinymce-aux .tox-collection--toolbar .tox-swatches-menu .tox-swatches__picker-btn:hover svg,
body[data-ac-activated] .tox-tinymce-aux .tox-collection--toolbar .tox-swatches-menu .tox-swatches__picker-btn:focus svg,
body[data-ac-activated] .tox-tinymce-aux .tox-collection--toolbar .tox-swatches-menu .tox-swatches__picker-btn:active svg {
  fill: var(--primary-dark-color);
}
body[data-ac-activated] .tox-tinymce-aux .tox-collection--list .tox-swatches-menu .tox-swatches__picker-btn svg,
body[data-ac-activated] .tox-tinymce-aux .tox-collection--toolbar .tox-swatches-menu .tox-swatches__picker-btn svg {
  fill: var(--primary-light-color);
}
body[data-ac-activated] .tox-tinymce-aux .tox-pop.tox-pop--bottom::before {
  border-color: var(--border-color) transparent transparent transparent;
}
body[data-ac-activated] .tox-tinymce-aux .tox-pop.tox-pop--top::before {
  border-color: transparent transparent var(--border-color) transparent;
}
body[data-ac-activated] .tox-tinymce-aux .tox-pop.tox-pop--left::before {
  border-color: transparent var(--border-color) transparent transparent;
}
body[data-ac-activated] .tox-tinymce-aux .tox-pop.tox-pop--right::before {
  border-color: transparent transparent transparent var(--border-color);
}
body[data-ac-activated] .tox-tinymce-aux .tox-pop .tox-pop__dialog {
  background-color: var(--bg-color);
  border-color: var(--border-color);
}
body[data-ac-activated] .tox-tinymce-aux .tox-pop .tox-pop__dialog .tox-tbtn:hover, body[data-ac-activated] .tox-tinymce-aux .tox-pop .tox-pop__dialog .tox-tbtn:focus, body[data-ac-activated] .tox-tinymce-aux .tox-pop .tox-pop__dialog .tox-tbtn:active {
  background-color: var(--primary-light-color);
}
body[data-ac-activated] .tox-tinymce-aux .tox-pop .tox-pop__dialog .tox-tbtn:hover .tox-tbtn__icon-wrap, body[data-ac-activated] .tox-tinymce-aux .tox-pop .tox-pop__dialog .tox-tbtn:focus .tox-tbtn__icon-wrap, body[data-ac-activated] .tox-tinymce-aux .tox-pop .tox-pop__dialog .tox-tbtn:active .tox-tbtn__icon-wrap {
  background-color: var(--primary-light-color);
}
body[data-ac-activated] .tox-tinymce-aux .tox-pop .tox-pop__dialog .tox-tbtn:hover .tox-tbtn__icon-wrap svg, body[data-ac-activated] .tox-tinymce-aux .tox-pop .tox-pop__dialog .tox-tbtn:focus .tox-tbtn__icon-wrap svg, body[data-ac-activated] .tox-tinymce-aux .tox-pop .tox-pop__dialog .tox-tbtn:active .tox-tbtn__icon-wrap svg {
  fill: var(--primary-dark-color);
}
body[data-ac-activated] .tox-tinymce-aux .tox-pop .tox-pop__dialog .tox-tbtn:hover span, body[data-ac-activated] .tox-tinymce-aux .tox-pop .tox-pop__dialog .tox-tbtn:focus span, body[data-ac-activated] .tox-tinymce-aux .tox-pop .tox-pop__dialog .tox-tbtn:active span {
  color: var(--primary-dark-color);
}
body[data-ac-activated] .tox-tinymce-aux .tox-pop .tox-pop__dialog .tox-tbtn .tox-tbtn__icon-wrap {
  background-color: var(--bg-color);
}
body[data-ac-activated] .tox-tinymce-aux .tox-pop .tox-pop__dialog .tox-tbtn .tox-tbtn__icon-wrap svg {
  fill: var(--primary-light-color);
}
body[data-ac-activated] .tox-tinymce-aux .tox-pop .tox-pop__dialog .tox-tbtn span {
  color: var(--primary-light-color);
}
body[data-ac-activated] .tox-tinymce-aux .tox-pop .tox-pop__dialog .tox-tbtn--enabled {
  background-color: var(--primary-light-color);
}
body[data-ac-activated] .tox-tinymce-aux .tox-pop .tox-pop__dialog .tox-tbtn--enabled span {
  color: var(--primary-dark-color);
}
body[data-ac-activated] .tox-tinymce-aux .tox-pop .tox-pop__dialog .tox-tbtn--enabled .tox-tbtn__icon-wrap {
  background-color: var(--bg-color);
}
body[data-ac-activated] .tox-tinymce-aux .tox-pop .tox-pop__dialog .tox-tbtn--enabled .tox-tbtn__icon-wrap svg {
  fill: var(--primary-dark-color);
}
body[data-ac-activated] .tox-tinymce-aux .tox-pop .tox-pop__dialog .tox-toolbar__group input {
  border-bottom-color: var(--border-color);
  color: var(--primary-light-color);
}
body[data-ac-activated] .tox-tinymce-aux .tox-pop .tox-pop__dialog .tox-toolbar__group input:focus {
  border-bottom: 2px solid var(--border-color);
}
body[data-ac-activated] .tox-tinymce-aux .tox-swatches-menu {
  border-color: var(--border-color);
}
body[data-ac-activated] .tox-tinymce-aux .tox-swatches-menu .tox-swatches__row {
  background-color: var(--bg-color);
}
body[data-ac-activated] .tox-tinymce-aux .tox-swatches-menu .tox-swatch--remove:hover, body[data-ac-activated] .tox-tinymce-aux .tox-swatches-menu .tox-swatch--remove:focus, body[data-ac-activated] .tox-tinymce-aux .tox-swatches-menu .tox-swatch--remove:active {
  background-color: var(--bg-color);
}
body[data-ac-activated] .tox-tinymce-aux .tox-swatches-menu .tox-swatches__picker-btn:hover, body[data-ac-activated] .tox-tinymce-aux .tox-swatches-menu .tox-swatches__picker-btn:focus, body[data-ac-activated] .tox-tinymce-aux .tox-swatches-menu .tox-swatches__picker-btn:active {
  background-color: var(--bg-color);
}
body[data-ac-activated] .tox-tinymce-aux .tox-swatches-menu .tox-swatches__picker-btn:hover svg, body[data-ac-activated] .tox-tinymce-aux .tox-swatches-menu .tox-swatches__picker-btn:focus svg, body[data-ac-activated] .tox-tinymce-aux .tox-swatches-menu .tox-swatches__picker-btn:active svg {
  fill: var(--primary-dark-color);
}
body[data-ac-activated] .tox-tinymce-aux .tox-swatches-menu .tox-swatches__picker-btn svg {
  fill: var(--primary-light-color);
}
body[data-ac-activated] .tox-tinymce-aux .tox-dialog {
  background-color: var(--bg-color);
  border-color: var(--border-color);
}
body[data-ac-activated] .tox-tinymce-aux .tox-dialog .tox-dialog__header {
  background-color: var(--bg-color);
}
body[data-ac-activated] .tox-tinymce-aux .tox-dialog .tox-dialog__header .tox-dialog__title {
  color: var(--primary-light-color);
}
body[data-ac-activated] .tox-tinymce-aux .tox-dialog .tox-dialog__header .tox-button:hover, body[data-ac-activated] .tox-tinymce-aux .tox-dialog .tox-dialog__header .tox-button:focus, body[data-ac-activated] .tox-tinymce-aux .tox-dialog .tox-dialog__header .tox-button:active {
  background-color: var(--primary-light-color);
}
body[data-ac-activated] .tox-tinymce-aux .tox-dialog .tox-dialog__header .tox-button:hover svg, body[data-ac-activated] .tox-tinymce-aux .tox-dialog .tox-dialog__header .tox-button:focus svg, body[data-ac-activated] .tox-tinymce-aux .tox-dialog .tox-dialog__header .tox-button:active svg {
  fill: var(--primary-dark-color);
}
body[data-ac-activated] .tox-tinymce-aux .tox-dialog .tox-dialog__header .tox-button svg {
  fill: var(--primary-light-color);
}
body[data-ac-activated] .tox-tinymce-aux .tox-dialog .tox-dialog__body input {
  border-bottom-color: var(--border-color);
  color: var(--primary-light-color);
}
body[data-ac-activated] .tox-tinymce-aux .tox-dialog .tox-dialog__body input:focus {
  border-bottom: 2px solid var(--border-color);
}
body[data-ac-activated] .tox-tinymce-aux .tox-dialog .tox-dialog__body textarea {
  background-color: var(--bg-color);
  border-bottom-color: var(--border-color);
  color: var(--primary-light-color);
}
body[data-ac-activated] .tox-tinymce-aux .tox-dialog .tox-dialog__body textarea:focus {
  border-color: var(--border-color);
}
body[data-ac-activated] .tox-tinymce-aux .tox-dialog .tox-dialog__body select {
  background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA0AAAANCAYAAABy6+R8AAAAwklEQVQokb3RMS5EARSF4TMTmUwhMpXi1VOKQqVQWIpS1Cp7sACVQpQqaxBLEFGJBSgUCO6nmDc84xWmcW95zp97bs5AZNkZLk18QTKJTPsMyiiyoXwfQINzXGNXOssKDnCHw6oaiwRbuDWbB+yIVNUY+3httQusz6EhNnHTivfYwzGeWugSk3mCbpTtNiI84g0fOEXTjZ2FHxpcteAzTqpq5KdrAZqBU5zhCGu/9Migt1xZTfKSQd77auiH/lTuf0Cf4z/5UM14WJkAAAAASUVORK5CYII=") right/13px no-repeat;
  border-bottom-color: var(--border-color);
  color: var(--primary-light-color);
}
body[data-ac-activated] .tox-tinymce-aux .tox-dialog .tox-dialog__body select:focus {
  border-bottom: 2px solid var(--border-color);
}
body[data-ac-activated] .tox-tinymce-aux .tox-dialog .tox-dialog__body select option {
  color: var(--primary-dark-color);
}
body[data-ac-activated] .tox-tinymce-aux .tox-dialog .tox-dialog__body select option:hover, body[data-ac-activated] .tox-tinymce-aux .tox-dialog .tox-dialog__body select option:focus, body[data-ac-activated] .tox-tinymce-aux .tox-dialog .tox-dialog__body select option:active {
  background-color: var(--bg-color);
  color: var(--primary-light-color);
}
body[data-ac-activated] .tox-tinymce-aux .tox-dialog .tox-dialog__body .tox-form {
  color: var(--primary-light-color);
}
body[data-ac-activated] .tox-tinymce-aux .tox-dialog .tox-dialog__body .tox-form a {
  color: var(--primary-light-color);
}
body[data-ac-activated] .tox-tinymce-aux .tox-dialog .tox-dialog__body .tox-form a:hover, body[data-ac-activated] .tox-tinymce-aux .tox-dialog .tox-dialog__body .tox-form a:focus, body[data-ac-activated] .tox-tinymce-aux .tox-dialog .tox-dialog__body .tox-form a:active {
  background-color: var(--bg-color);
  border-bottom: 2px solid var(--border-color);
  color: var(--primary-color);
}
body[data-ac-activated] .tox-tinymce-aux .tox-dialog .tox-dialog__body .tox-form .tox-collection__item .tox-collection__item-icon {
  color: var(--primary-light-color);
}
body[data-ac-activated] .tox-tinymce-aux .tox-dialog .tox-dialog__body .tox-form .tox-collection__item:hover, body[data-ac-activated] .tox-tinymce-aux .tox-dialog .tox-dialog__body .tox-form .tox-collection__item:focus, body[data-ac-activated] .tox-tinymce-aux .tox-dialog .tox-dialog__body .tox-form .tox-collection__item:active {
  background-color: var(--bg-color);
}
body[data-ac-activated] .tox-tinymce-aux .tox-dialog .tox-dialog__body .tox-form .tox-collection__item:hover .tox-collection__item-icon, body[data-ac-activated] .tox-tinymce-aux .tox-dialog .tox-dialog__body .tox-form .tox-collection__item:focus .tox-collection__item-icon, body[data-ac-activated] .tox-tinymce-aux .tox-dialog .tox-dialog__body .tox-form .tox-collection__item:active .tox-collection__item-icon {
  color: var(--primary-dark-color);
}
body[data-ac-activated] .tox-tinymce-aux .tox-dialog .tox-dialog__body .tox-form .tox-dropzone {
  background-color: var(--bg-color) !important;
}
body[data-ac-activated] .tox-tinymce-aux .tox-dialog .tox-dialog__body .tox-form .tox-dropzone p {
  color: var(--primary-light-color);
}
body[data-ac-activated] .tox-tinymce-aux .tox-dialog .tox-dialog__body .tox-button:hover, body[data-ac-activated] .tox-tinymce-aux .tox-dialog .tox-dialog__body .tox-button:focus, body[data-ac-activated] .tox-tinymce-aux .tox-dialog .tox-dialog__body .tox-button:active {
  background-color: var(--bg-color);
}
body[data-ac-activated] .tox-tinymce-aux .tox-dialog .tox-dialog__body .tox-button:hover svg, body[data-ac-activated] .tox-tinymce-aux .tox-dialog .tox-dialog__body .tox-button:focus svg, body[data-ac-activated] .tox-tinymce-aux .tox-dialog .tox-dialog__body .tox-button:active svg {
  fill: var(--primary-dark-color);
}
body[data-ac-activated] .tox-tinymce-aux .tox-dialog .tox-dialog__body .tox-button svg {
  fill: var(--primary-light-color);
}
body[data-ac-activated] .tox-tinymce-aux .tox-dialog .tox-dialog__body .tox-button:disabled {
  background-color: var(--bg-color);
  cursor: not-allowed;
}
body[data-ac-activated] .tox-tinymce-aux .tox-dialog .tox-dialog__body .tox-button:disabled svg {
  fill: var(--primary-light-color);
}
body[data-ac-activated] .tox-tinymce-aux .tox-dialog .tox-dialog__body .tox-dialog__body-nav .tox-dialog__body-nav-item {
  color: var(--primary-light-color);
}
body[data-ac-activated] .tox-tinymce-aux .tox-dialog .tox-dialog__body .tox-dialog__body-nav .tox-dialog__body-nav-item:hover, body[data-ac-activated] .tox-tinymce-aux .tox-dialog .tox-dialog__body .tox-dialog__body-nav .tox-dialog__body-nav-item:focus, body[data-ac-activated] .tox-tinymce-aux .tox-dialog .tox-dialog__body .tox-dialog__body-nav .tox-dialog__body-nav-item:active {
  background-color: var(--bg-color);
  border-bottom: 2px solid var(--border-color);
  color: var(--primary-color);
}
body[data-ac-activated] .tox-tinymce-aux .tox-dialog .tox-dialog__body .tox-dialog__body-nav .tox-dialog__body-nav-item--active {
  border-color: var(--border-color);
  color: var(--primary-color);
}
body[data-ac-activated] .tox-tinymce-aux .tox-dialog .tox-dialog__footer {
  background-color: var(--bg-color);
}
body[data-ac-activated] .tox-tinymce-aux .tox-dialog .tox-dialog__footer .tox-button {
  background-color: var(--primary-color) !important;
  border: 2px solid var(--primary-color) !important;
  color: var(--primary-dark-color) !important;
}
body[data-ac-activated] .tox-tinymce-aux .tox-dialog .tox-dialog__footer .tox-button::after {
  border: 2px solid var(--border-color) !important;
}
body[data-ac-activated] .tox-tinymce-aux .tox-dialog .tox-dialog__footer .tox-button:not([disabled]):hover, body[data-ac-activated] .tox-tinymce-aux .tox-dialog .tox-dialog__footer .tox-button:not([disabled]):focus {
  background-color: var(--primary-light-color) !important;
  border: 2px solid var(--primary-light-color) !important;
  color: var(--primary-dark-color) !important;
}
body[data-ac-activated] .tox-tinymce-aux .tox-dialog .tox-dialog__footer .tox-button--secondary {
  background-color: var(--bg-color) !important;
  border: 2px solid var(--border-color) !important;
  color: var(--primary-color) !important;
}
body[data-ac-activated] .tox-tinymce-aux .tox-dialog .tox-dialog__footer .tox-button--secondary:not([disabled]):hover, body[data-ac-activated] .tox-tinymce-aux .tox-dialog .tox-dialog__footer .tox-button--secondary:not([disabled]):focus {
  background-color: transparent !important;
  border: 2px solid var(--border-color) !important;
  color: var(--primary-light-color) !important;
}
body[data-ac-activated] .tox-tinymce-aux .tox-dialog .tox-dialog__footer .tox-button--secondary:not([disabled]):active {
  border: 4px solid var(--border-color) !important;
  color: var(--primary-light-color) !important;
}
body[data-ac-activated] .tox-tinymce-aux .tox-dialog .tox-dialog__footer .tox-tbtn--select:hover, body[data-ac-activated] .tox-tinymce-aux .tox-dialog .tox-dialog__footer .tox-tbtn--select:focus, body[data-ac-activated] .tox-tinymce-aux .tox-dialog .tox-dialog__footer .tox-tbtn--select:active {
  background-color: var(--primary-light-color);
}
body[data-ac-activated] .tox-tinymce-aux .tox-dialog .tox-dialog__footer .tox-tbtn--select:hover .tox-tbtn__icon-wrap svg,
body[data-ac-activated] .tox-tinymce-aux .tox-dialog .tox-dialog__footer .tox-tbtn--select:hover .tox-tbtn__select-chevron svg, body[data-ac-activated] .tox-tinymce-aux .tox-dialog .tox-dialog__footer .tox-tbtn--select:focus .tox-tbtn__icon-wrap svg,
body[data-ac-activated] .tox-tinymce-aux .tox-dialog .tox-dialog__footer .tox-tbtn--select:focus .tox-tbtn__select-chevron svg, body[data-ac-activated] .tox-tinymce-aux .tox-dialog .tox-dialog__footer .tox-tbtn--select:active .tox-tbtn__icon-wrap svg,
body[data-ac-activated] .tox-tinymce-aux .tox-dialog .tox-dialog__footer .tox-tbtn--select:active .tox-tbtn__select-chevron svg {
  fill: var(--primary-dark-color);
}
body[data-ac-activated] .tox-tinymce-aux .tox-dialog .tox-dialog__footer .tox-tbtn--select .tox-tbtn__icon-wrap svg {
  fill: var(--primary-light-color);
}
body[data-ac-activated] .tox-tinymce-aux .tox-dialog .tox-dialog__footer .tox-tbtn--select .tox-tbtn__select-chevron svg {
  fill: var(--primary-light-color);
  fill-opacity: 0.5;
}
body[data-ac-activated] .tox-tinymce-aux .tox-notifications-container .tox-notification--info {
  background-color: var(--bg-color);
  border-color: var(--border-color);
}
body[data-ac-activated] .tox-tinymce-aux .tox-notifications-container .tox-notification__body > p {
  color: var(--primary-light-color);
}
body[data-ac-activated] .tox-tinymce-aux .tox-notifications-container .tox-notification--in.tox-notification--error {
  background-color: var(--bg-color) !important;
  border-color: var(--primary-light-color) !important;
}
body[data-ac-activated] .tox-tinymce-aux .tox-notifications-container .tox-notification__dismiss {
  border-color: var(--primary-light-color) !important;
}
body[data-ac-activated] .tox-tinymce-aux .tox-notifications-container svg {
  fill: var(--primary-light-color);
}
body[data-ac-activated] .tox-tinymce-aux .tox-notifications-container .tox-button--icon {
  background-color: var(--bg-color);
}
body[data-ac-activated] .tox-tinymce-aux .tox-notifications-container .tox-button--icon svg {
  fill: var(--primary-light-color);
}
body[data-ac-activated] .tox-tinymce-aux .tox-notifications-container .tox-button--icon:hover, body[data-ac-activated] .tox-tinymce-aux .tox-notifications-container .tox-button--icon:focus, body[data-ac-activated] .tox-tinymce-aux .tox-notifications-container .tox-button--icon:active {
  background-color: var(--primary-light-color);
}
body[data-ac-activated] .tox-tinymce-aux .tox-notifications-container .tox-button--icon:hover svg, body[data-ac-activated] .tox-tinymce-aux .tox-notifications-container .tox-button--icon:focus svg, body[data-ac-activated] .tox-tinymce-aux .tox-notifications-container .tox-button--icon:active svg {
  fill: var(--primary-dark-color);
}

.wrs_modal_dialogContainer .wrs_editor .wrs_multipleRowPanel {
  height: auto;
}
.wrs_modal_dialogContainer .wrs_layoutFor3Rows .wrs_image,
.wrs_modal_dialogContainer .wrs_layoutFor9Rows .wrs_image {
  -webkit-transform: translateY(5px);
          transform: translateY(5px);
}

body[data-ac-activated] .wrs_modal_dialogContainer {
  background-color: var(--primary-dark-color);
  border: 1px solid var(--primary-light-color) !important;
}
body[data-ac-activated] .wrs_modal_dialogContainer .wrs_popupmessage_panel {
  background-color: var(--primary-dark-color) !important;
  border: 1px solid var(--primary-light-color) !important;
}
body[data-ac-activated] .wrs_modal_dialogContainer .wrs_popupmessage_panel .wrs_button_accept {
  background-color: var(--primary-color);
  border: 2px solid var(--primary-color);
  color: var(--primary-dark-color);
}
body[data-ac-activated] .wrs_modal_dialogContainer .wrs_popupmessage_panel .wrs_button_accept:hover, body[data-ac-activated] .wrs_modal_dialogContainer .wrs_popupmessage_panel .wrs_button_accept:focus {
  background-color: var(--primary-light-color);
  border: 2px solid var(--primary-light-color);
  color: var(--primary-dark-color);
}
body[data-ac-activated] .wrs_modal_dialogContainer .wrs_popupmessage_panel .wrs_button_cancel {
  background-color: var(--primary-dark-color);
  border: 2px solid var(--primary-color);
  color: var(--primary-color);
}
body[data-ac-activated] .wrs_modal_dialogContainer .wrs_popupmessage_panel .wrs_button_cancel:hover, body[data-ac-activated] .wrs_modal_dialogContainer .wrs_popupmessage_panel .wrs_button_cancel:focus {
  background-color: var(--primary-dark-color);
  border: 2px solid var(--primary-light-color);
  color: var(--primary-light-color);
}
body[data-ac-activated] .wrs_modal_dialogContainer .wrs_modal_title_bar {
  background-color: var(--primary-dark-color) !important;
}
body[data-ac-activated] .wrs_modal_dialogContainer .wrs_modal_title_bar a {
  color: var(--primary-light-color);
}
body[data-ac-activated] .wrs_modal_dialogContainer .wrs_modal_title_bar a:hover, body[data-ac-activated] .wrs_modal_dialogContainer .wrs_modal_title_bar a:focus {
  color: var(--primary-dark-color);
  -webkit-filter: opacity(0.6);
          filter: opacity(0.6);
}
body[data-ac-activated] .wrs_modal_dialogContainer .wrs_modal_title_bar .wrs_modal_title {
  color: var(--primary-light-color) !important;
}
body[data-ac-activated] .wrs_modal_dialogContainer .wrs_bottom_right_resizer,
body[data-ac-activated] .wrs_modal_dialogContainer .wrs_bottom_left_resizer {
  color: var(--primary-light-color) !important;
}
body[data-ac-activated] .wrs_modal_dialogContainer .wrs_content_container .wrs_toolbar .wrs_header button,
body[data-ac-activated] .wrs_modal_dialogContainer .wrs_content_container .wrs_toolbar .wrs_header button.wrs_context {
  background-color: var(--primary-dark-color) !important;
  background-image: none;
  border-bottom: 0.5px solid var(--primary-light-color) !important;
  cursor: pointer;
}
body[data-ac-activated] .wrs_modal_dialogContainer .wrs_content_container .wrs_toolbar .wrs_header button:hover, body[data-ac-activated] .wrs_modal_dialogContainer .wrs_content_container .wrs_toolbar .wrs_header button:focus, body[data-ac-activated] .wrs_modal_dialogContainer .wrs_content_container .wrs_toolbar .wrs_header button.wrs_selected,
body[data-ac-activated] .wrs_modal_dialogContainer .wrs_content_container .wrs_toolbar .wrs_header button.wrs_context:hover,
body[data-ac-activated] .wrs_modal_dialogContainer .wrs_content_container .wrs_toolbar .wrs_header button.wrs_context:focus,
body[data-ac-activated] .wrs_modal_dialogContainer .wrs_content_container .wrs_toolbar .wrs_header button.wrs_context.wrs_selected {
  background-color: var(--primary-light-color) !important;
  border-color: var(--primary-light-color) !important;
}
body[data-ac-activated] .wrs_modal_dialogContainer .wrs_content_container .wrs_toolbar .wrs_header button:hover img, body[data-ac-activated] .wrs_modal_dialogContainer .wrs_content_container .wrs_toolbar .wrs_header button:focus img, body[data-ac-activated] .wrs_modal_dialogContainer .wrs_content_container .wrs_toolbar .wrs_header button.wrs_selected img,
body[data-ac-activated] .wrs_modal_dialogContainer .wrs_content_container .wrs_toolbar .wrs_header button.wrs_context:hover img,
body[data-ac-activated] .wrs_modal_dialogContainer .wrs_content_container .wrs_toolbar .wrs_header button.wrs_context:focus img,
body[data-ac-activated] .wrs_modal_dialogContainer .wrs_content_container .wrs_toolbar .wrs_header button.wrs_context.wrs_selected img {
  -webkit-filter: invert(1);
          filter: invert(1);
}
body[data-ac-activated] .wrs_modal_dialogContainer .wrs_content_container .wrs_toolbar .wrs_header button.wrs_selected img,
body[data-ac-activated] .wrs_modal_dialogContainer .wrs_content_container .wrs_toolbar .wrs_header button.wrs_context.wrs_selected img {
  -webkit-filter: brightness(0.1);
          filter: brightness(0.1);
}
body[data-ac-activated] .wrs_modal_dialogContainer .wrs_content_container .wrs_toolbar .wrs_panelContainer {
  background: var(--primary-light-color) !important;
  border-color: var(--primary-light-color);
}
body[data-ac-activated] .wrs_modal_dialogContainer .wrs_content_container .wrs_toolbar .wrs_panelContainer .wrs_button:hover, body[data-ac-activated] .wrs_modal_dialogContainer .wrs_content_container .wrs_toolbar .wrs_panelContainer .wrs_button:focus, body[data-ac-activated] .wrs_modal_dialogContainer .wrs_content_container .wrs_toolbar .wrs_panelContainer .wrs_button:active {
  background: var(--primary-light-color) !important;
  border-color: var(--primary-dark-color);
}
body[data-ac-activated] .wrs_modal_dialogContainer .wrs_content_container .wrs_toolbar .wrs_panelContainer .wrs_button img {
  -webkit-filter: brightness(0.1);
          filter: brightness(0.1);
}
body[data-ac-activated] .wrs_modal_dialogContainer .wrs_content_container .wrs_toolbar .wrs_panelContainer .wrs_expandButton {
  border: 0.1px solid var(--primary-dark-color);
}
body[data-ac-activated] .wrs_modal_dialogContainer .wrs_content_container .wrs_toolbar .wrs_panelContainer .wrs_expandButton:hover, body[data-ac-activated] .wrs_modal_dialogContainer .wrs_content_container .wrs_toolbar .wrs_panelContainer .wrs_expandButton:focus, body[data-ac-activated] .wrs_modal_dialogContainer .wrs_content_container .wrs_toolbar .wrs_panelContainer .wrs_expandButton.wrs_pressed {
  background: var(--primary-dark-color) !important;
}
body[data-ac-activated] .wrs_modal_dialogContainer .wrs_content_container .wrs_toolbar .wrs_select {
  background: var(--primary-light-color);
  border: 0;
  color: var(--primary-dark-color);
}
body[data-ac-activated] .wrs_modal_dialogContainer .wrs_content_container .wrs_toolbar .wrs_select.wrs_pressed, body[data-ac-activated] .wrs_modal_dialogContainer .wrs_content_container .wrs_toolbar .wrs_select:hover, body[data-ac-activated] .wrs_modal_dialogContainer .wrs_content_container .wrs_toolbar .wrs_selectfocus {
  background: var(--primary-dark-color);
  color: var(--primary-light-color);
}
body[data-ac-activated] .wrs_modal_dialogContainer .wrs_content_container .wrs_contextPanel .wrs_selectPanel {
  background: var(--primary-dark-color) !important;
  border: 1px solid var(--primary-light-color) !important;
  color: var(--primary-light-color) !important;
}
body[data-ac-activated] .wrs_modal_dialogContainer .wrs_content_container .wrs_contextPanel .wrs_selectPanel div.wrs_selected, body[data-ac-activated] .wrs_modal_dialogContainer .wrs_content_container .wrs_contextPanel .wrs_selectPanel div:hover, body[data-ac-activated] .wrs_modal_dialogContainer .wrs_content_container .wrs_contextPanel .wrs_selectPanel div:focus {
  background: var(--primary-light-color) !important;
  border: 1px solid var(--primary-dark-color) !important;
  color: var(--primary-dark-color) !important;
}
body[data-ac-activated] .wrs_modal_dialogContainer .wrs_content_container .wrs_contextPanel .wrs_matrixButtonPanel {
  background: var(--primary-dark-color) !important;
  border-color: var(--primary-light-color);
}
body[data-ac-activated] .wrs_modal_dialogContainer .wrs_content_container .wrs_contextPanel .wrs_matrixButtonPanel table .wrs_matrixButton {
  border-color: var(--primary-dark-color);
}
body[data-ac-activated] .wrs_modal_dialogContainer .wrs_content_container .wrs_contextPanel .wrs_matrixButtonPanel table .wrs_matrixButton.wrs_selected {
  background: var(--primary-dark-color) !important;
  border-color: var(--primary-light-color);
}
body[data-ac-activated] .wrs_modal_dialogContainer .wrs_content_container .wrs_contextPanel .wrs_matrixButtonPanel table td {
  color: var(--primary-light-color);
}
body[data-ac-activated] .wrs_modal_dialogContainer .wrs_content_container .wrs_contextPanel .wrs_matrixButtonPanel table td input {
  background: var(--primary-dark-color) !important;
  border-color: var(--primary-light-color);
  color: var(--primary-light-color);
}
body[data-ac-activated] .wrs_modal_dialogContainer .wrs_content_container .wrs_contextPanel .wrs_matrixButtonPanel table td input::-webkit-inner-spin-button, body[data-ac-activated] .wrs_modal_dialogContainer .wrs_content_container .wrs_contextPanel .wrs_matrixButtonPanel table td input::-webkit-outer-spin-button {
  -webkit-appearance: none;
          appearance: none;
}
body[data-ac-activated] .wrs_modal_dialogContainer .wrs_content_container .wrs_contextPanel .wrs_panelContainer {
  background: var(--primary-light-color) !important;
  border-color: var(--primary-light-color);
}
body[data-ac-activated] .wrs_modal_dialogContainer .wrs_content_container .wrs_contextPanel .wrs_panelContainer .wrs_button:hover, body[data-ac-activated] .wrs_modal_dialogContainer .wrs_content_container .wrs_contextPanel .wrs_panelContainer .wrs_button:focus, body[data-ac-activated] .wrs_modal_dialogContainer .wrs_content_container .wrs_contextPanel .wrs_panelContainer .wrs_button:active {
  background: var(--primary-light-color) !important;
  border-color: var(--primary-dark-color);
}
body[data-ac-activated] .wrs_modal_dialogContainer .wrs_content_container .wrs_contextPanel .wrs_panelContainer .wrs_button img {
  -webkit-filter: brightness(0.1);
          filter: brightness(0.1);
}
body[data-ac-activated] .wrs_modal_dialogContainer .wrs_content_container .wrs_contextPanel .wrs_colorChooserPanel {
  background-color: var(--primary-dark-color);
  border-color: var(--primary-light-color);
}
body[data-ac-activated] .wrs_modal_dialogContainer .wrs_content_container .wrs_contextPanel .wrs_colorChooserPanel table .wrs_colorButton {
  border-color: var(--primary-light-color);
}
body[data-ac-activated] .wrs_modal_dialogContainer .wrs_content_container .wrs_contextPanel .wrs_colorChooserPanel div {
  color: var(--primary-light-color);
}
body[data-ac-activated] .wrs_modal_dialogContainer .wrs_content_container .wrs_contextPanel .wrs_colorChooserPanel div input {
  background-color: var(--primary-dark-color);
  border-color: var(--primary-dark-color);
}
body[data-ac-activated] .wrs_modal_dialogContainer .wrs_content_container .wrs_contextPanel .wrs_unicodeChooserPanel {
  background-color: var(--primary-dark-color);
  border-color: var(--primary-light-color);
}
body[data-ac-activated] .wrs_modal_dialogContainer .wrs_content_container .wrs_contextPanel .wrs_unicodeChooserPanel div {
  color: var(--primary-light-color);
}
body[data-ac-activated] .wrs_modal_dialogContainer .wrs_content_container .wrs_contextPanel .wrs_unicodeChooserPanel div input {
  background-color: var(--primary-dark-color);
  border-color: var(--primary-dark-color);
  color: var(--primary-light-color);
}
body[data-ac-activated] .wrs_modal_dialogContainer .wrs_content_container .wrs_contextPanel .wrs_unicodeChooserPanel div select option:hover, body[data-ac-activated] .wrs_modal_dialogContainer .wrs_content_container .wrs_contextPanel .wrs_unicodeChooserPanel div select option:focus {
  background-color: var(--primary-light-color) !important;
  color: var(--primary-dark-color) !important;
}
body[data-ac-activated] .wrs_modal_dialogContainer .wrs_content_container .wrs_contextPanel .wrs_unicodeChooserPanel div .wrs_unicodeTable {
  border-color: var(--primary-light-color);
}
body[data-ac-activated] .wrs_modal_dialogContainer .wrs_content_container .wrs_contextPanel .wrs_unicodeChooserPanel div .wrs_unicodeTable td {
  background-color: var(--primary-dark-color);
  border-color: var(--primary-light-color);
}
body[data-ac-activated] .wrs_modal_dialogContainer .wrs_content_container .wrs_caretPrecisionController {
  opacity: 1;
}
body[data-ac-activated] .wrs_modal_dialogContainer .wrs_content_container .wrs_caretPrecisionController .wrs_arrow {
  border-bottom-color: var(--primary-light-color);
}
body[data-ac-activated] .wrs_modal_dialogContainer .wrs_content_container .wrs_caretPrecisionController .wrs_control {
  background: var(--primary-light-color) !important;
}
body[data-ac-activated] .wrs_modal_dialogContainer .wrs_content_container .wrs_formulaDisplay {
  background-color: var(--primary-dark-color) !important;
  border-color: var(--primary-light-color);
}
body[data-ac-activated] .wrs_modal_dialogContainer .wrs_content_container .wrs_formulaDisplay span {
  border-color: var(--primary-light-color) !important;
  color: var(--primary-light-color) !important;
}
body[data-ac-activated] .wrs_modal_dialogContainer .wrs_content_container .wrs_formulaDisplay span svg polyline,
body[data-ac-activated] .wrs_modal_dialogContainer .wrs_content_container .wrs_formulaDisplay span svg line {
  stroke: var(--primary-light-color) !important;
}
body[data-ac-activated] .wrs_modal_dialogContainer .wrs_content_container .wrs_formulaDisplay .wrs_container .wrs_caret {
  border-left-color: var(--primary-light-color) !important;
}
body[data-ac-activated] .wrs_modal_dialogContainer .wrs_content_container .wrs_handWrapper input {
  background-color: var(--primary-dark-color) !important;
  border-color: var(--primary-light-color) !important;
}
body[data-ac-activated] .wrs_modal_dialogContainer .wrs_content_container .wrs_handWrapper input:hover, body[data-ac-activated] .wrs_modal_dialogContainer .wrs_content_container .wrs_handWrapper input:focus {
  -webkit-filter: invert(1);
          filter: invert(1);
}
body[data-ac-activated] .wrs_modal_dialogContainer .wrs_content_container .wrs_handWrapper .wrs_handContainer .wrs_toolbar {
  background-color: var(--primary-dark-color) !important;
  border-color: var(--primary-light-color) !important;
}
body[data-ac-activated] .wrs_modal_dialogContainer .wrs_content_container .wrs_handWrapper .wrs_handContainer .wrs_toolbar .wrs_button:hover, body[data-ac-activated] .wrs_modal_dialogContainer .wrs_content_container .wrs_handWrapper .wrs_handContainer .wrs_toolbar .wrs_button:focus, body[data-ac-activated] .wrs_modal_dialogContainer .wrs_content_container .wrs_handWrapper .wrs_handContainer .wrs_toolbar .wrs_button:active {
  background: var(--primary-light-color) !important;
  border-color: var(--primary-dark-color);
}
body[data-ac-activated] .wrs_modal_dialogContainer .wrs_content_container .wrs_handWrapper .wrs_handContainer .wrs_toolbar .wrs_button img {
  -webkit-filter: invert(0.5);
          filter: invert(0.5);
}
body[data-ac-activated] .wrs_modal_dialogContainer .wrs_content_container .wrs_handWrapper .wrs_handContainer .wrs_canvasContainer {
  background-color: var(--primary-dark-color);
}
body[data-ac-activated] .wrs_modal_dialogContainer .wrs_content_container .wrs_handWrapper .wrs_handContainer .wrs_canvasContainer canvas {
  border-color: var(--primary-light-color);
}
body[data-ac-activated] .wrs_modal_dialogContainer .wrs_content_container .wrs_handWrapper .wrs_handContainer .wrs_canvasContainer img {
  -webkit-filter: invert(1);
          filter: invert(1);
}
body[data-ac-activated] .wrs_modal_dialogContainer .wrs_modal_controls .wrs_modal_button_accept {
  background-color: var(--primary-color);
  border: 2px solid var(--primary-color);
  color: var(--primary-dark-color);
}
body[data-ac-activated] .wrs_modal_dialogContainer .wrs_modal_controls .wrs_modal_button_accept:hover, body[data-ac-activated] .wrs_modal_dialogContainer .wrs_modal_controls .wrs_modal_button_accept:focus {
  background-color: var(--primary-light-color);
  border: 2px solid var(--primary-light-color);
  color: var(--primary-dark-color);
}
body[data-ac-activated] .wrs_modal_dialogContainer .wrs_modal_controls .wrs_modal_button_cancel {
  background-color: var(--primary-dark-color);
  border: 2px solid var(--primary-color);
  color: var(--primary-color);
}
body[data-ac-activated] .wrs_modal_dialogContainer .wrs_modal_controls .wrs_modal_button_cancel:hover, body[data-ac-activated] .wrs_modal_dialogContainer .wrs_modal_controls .wrs_modal_button_cancel:focus {
  background-color: var(--primary-dark-color);
  border: 2px solid var(--primary-light-color);
  color: var(--primary-light-color);
}

.progress {
  --linear-progress-height: 16px;
  --linear-progress-size: 0%;
  width: 100%;
  height: var(--linear-progress-height);
}
.progress:hover span.title, .progress:focus span.title {
  display: block;
}
.progress:focus {
  outline: 1px solid var(--secondary-light-color);
  outline-offset: 1px;
}
.progress .progress-bar {
  width: var(--linear-progress-size);
  background-color: var(--primary-color);
  font-weight: bold;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.progress .progress-bar.danger {
  background-color: var(--danger-color);
}
.progress .progress-bar.warning {
  background-color: var(--warning-color);
}
.progress .progress-bar.success {
  background-color: var(--success-color);
}
.progress span.title {
  background-color: var(--secondary-darkest-color);
  border-radius: 5px;
  color: var(--white);
  display: none;
  font-size: 0.625rem;
  line-height: normal;
  margin: 0;
  margin-left: 16px;
  margin-top: 16px;
  padding: 3px 5px;
  position: absolute;
  white-space: nowrap;
  width: auto;
  z-index: 1000;
}

.progress-wrapper {
  --circle-progress-size: 90px;
  height: var(--circle-progress-size);
  position: relative;
  width: var(--circle-progress-size);
}
.progress-wrapper .label {
  border-radius: 50%;
  color: var(--secondary-darkest-color);
  cursor: default;
  display: block;
  font-size: calc(var(--circle-progress-size) / 5.625);
  font-weight: bold;
  left: 50%;
  position: absolute;
  text-align: center;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.progress-wrapper .pie {
  clip: rect(0, var(--circle-progress-size), var(--circle-progress-size), calc(var(--circle-progress-size) / 2));
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
.progress-wrapper .pie .left-side,
.progress-wrapper .pie .right-side {
  border: calc(var(--circle-progress-size) / 10) solid var(--secondary-darkest-color);
  border-color: var(--primary-color);
  border-radius: 50%;
  clip: rect(0, calc(var(--circle-progress-size) / 2), var(--circle-progress-size), 0);
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
  width: 100%;
}
.progress-wrapper .shadow {
  border: calc(var(--circle-progress-size) / 10) solid var(--secondary-lightest-color);
  border-radius: 50%;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
  height: 100%;
  width: 100%;
}
.progress-wrapper.progress-1 .pie .left-side {
  -webkit-transform: rotate(3.6deg);
          transform: rotate(3.6deg);
}
.progress-wrapper.progress-1 .pie .right-side {
  display: none;
}
.progress-wrapper.progress-2 .pie .left-side {
  -webkit-transform: rotate(7.2deg);
          transform: rotate(7.2deg);
}
.progress-wrapper.progress-2 .pie .right-side {
  display: none;
}
.progress-wrapper.progress-3 .pie .left-side {
  -webkit-transform: rotate(10.8deg);
          transform: rotate(10.8deg);
}
.progress-wrapper.progress-3 .pie .right-side {
  display: none;
}
.progress-wrapper.progress-4 .pie .left-side {
  -webkit-transform: rotate(14.4deg);
          transform: rotate(14.4deg);
}
.progress-wrapper.progress-4 .pie .right-side {
  display: none;
}
.progress-wrapper.progress-5 .pie .left-side {
  -webkit-transform: rotate(18deg);
          transform: rotate(18deg);
}
.progress-wrapper.progress-5 .pie .right-side {
  display: none;
}
.progress-wrapper.progress-6 .pie .left-side {
  -webkit-transform: rotate(21.6deg);
          transform: rotate(21.6deg);
}
.progress-wrapper.progress-6 .pie .right-side {
  display: none;
}
.progress-wrapper.progress-7 .pie .left-side {
  -webkit-transform: rotate(25.2deg);
          transform: rotate(25.2deg);
}
.progress-wrapper.progress-7 .pie .right-side {
  display: none;
}
.progress-wrapper.progress-8 .pie .left-side {
  -webkit-transform: rotate(28.8deg);
          transform: rotate(28.8deg);
}
.progress-wrapper.progress-8 .pie .right-side {
  display: none;
}
.progress-wrapper.progress-9 .pie .left-side {
  -webkit-transform: rotate(32.4deg);
          transform: rotate(32.4deg);
}
.progress-wrapper.progress-9 .pie .right-side {
  display: none;
}
.progress-wrapper.progress-10 .pie .left-side {
  -webkit-transform: rotate(36deg);
          transform: rotate(36deg);
}
.progress-wrapper.progress-10 .pie .right-side {
  display: none;
}
.progress-wrapper.progress-11 .pie .left-side {
  -webkit-transform: rotate(39.6deg);
          transform: rotate(39.6deg);
}
.progress-wrapper.progress-11 .pie .right-side {
  display: none;
}
.progress-wrapper.progress-12 .pie .left-side {
  -webkit-transform: rotate(43.2deg);
          transform: rotate(43.2deg);
}
.progress-wrapper.progress-12 .pie .right-side {
  display: none;
}
.progress-wrapper.progress-13 .pie .left-side {
  -webkit-transform: rotate(46.8deg);
          transform: rotate(46.8deg);
}
.progress-wrapper.progress-13 .pie .right-side {
  display: none;
}
.progress-wrapper.progress-14 .pie .left-side {
  -webkit-transform: rotate(50.4deg);
          transform: rotate(50.4deg);
}
.progress-wrapper.progress-14 .pie .right-side {
  display: none;
}
.progress-wrapper.progress-15 .pie .left-side {
  -webkit-transform: rotate(54deg);
          transform: rotate(54deg);
}
.progress-wrapper.progress-15 .pie .right-side {
  display: none;
}
.progress-wrapper.progress-16 .pie .left-side {
  -webkit-transform: rotate(57.6deg);
          transform: rotate(57.6deg);
}
.progress-wrapper.progress-16 .pie .right-side {
  display: none;
}
.progress-wrapper.progress-17 .pie .left-side {
  -webkit-transform: rotate(61.2deg);
          transform: rotate(61.2deg);
}
.progress-wrapper.progress-17 .pie .right-side {
  display: none;
}
.progress-wrapper.progress-18 .pie .left-side {
  -webkit-transform: rotate(64.8deg);
          transform: rotate(64.8deg);
}
.progress-wrapper.progress-18 .pie .right-side {
  display: none;
}
.progress-wrapper.progress-19 .pie .left-side {
  -webkit-transform: rotate(68.4deg);
          transform: rotate(68.4deg);
}
.progress-wrapper.progress-19 .pie .right-side {
  display: none;
}
.progress-wrapper.progress-20 .pie .left-side {
  -webkit-transform: rotate(72deg);
          transform: rotate(72deg);
}
.progress-wrapper.progress-20 .pie .right-side {
  display: none;
}
.progress-wrapper.progress-21 .pie .left-side {
  -webkit-transform: rotate(75.6deg);
          transform: rotate(75.6deg);
}
.progress-wrapper.progress-21 .pie .right-side {
  display: none;
}
.progress-wrapper.progress-22 .pie .left-side {
  -webkit-transform: rotate(79.2deg);
          transform: rotate(79.2deg);
}
.progress-wrapper.progress-22 .pie .right-side {
  display: none;
}
.progress-wrapper.progress-23 .pie .left-side {
  -webkit-transform: rotate(82.8deg);
          transform: rotate(82.8deg);
}
.progress-wrapper.progress-23 .pie .right-side {
  display: none;
}
.progress-wrapper.progress-24 .pie .left-side {
  -webkit-transform: rotate(86.4deg);
          transform: rotate(86.4deg);
}
.progress-wrapper.progress-24 .pie .right-side {
  display: none;
}
.progress-wrapper.progress-25 .pie .left-side {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}
.progress-wrapper.progress-25 .pie .right-side {
  display: none;
}
.progress-wrapper.progress-26 .pie .left-side {
  -webkit-transform: rotate(93.6deg);
          transform: rotate(93.6deg);
}
.progress-wrapper.progress-26 .pie .right-side {
  display: none;
}
.progress-wrapper.progress-27 .pie .left-side {
  -webkit-transform: rotate(97.2deg);
          transform: rotate(97.2deg);
}
.progress-wrapper.progress-27 .pie .right-side {
  display: none;
}
.progress-wrapper.progress-28 .pie .left-side {
  -webkit-transform: rotate(100.8deg);
          transform: rotate(100.8deg);
}
.progress-wrapper.progress-28 .pie .right-side {
  display: none;
}
.progress-wrapper.progress-29 .pie .left-side {
  -webkit-transform: rotate(104.4deg);
          transform: rotate(104.4deg);
}
.progress-wrapper.progress-29 .pie .right-side {
  display: none;
}
.progress-wrapper.progress-30 .pie .left-side {
  -webkit-transform: rotate(108deg);
          transform: rotate(108deg);
}
.progress-wrapper.progress-30 .pie .right-side {
  display: none;
}
.progress-wrapper.progress-31 .pie .left-side {
  -webkit-transform: rotate(111.6deg);
          transform: rotate(111.6deg);
}
.progress-wrapper.progress-31 .pie .right-side {
  display: none;
}
.progress-wrapper.progress-32 .pie .left-side {
  -webkit-transform: rotate(115.2deg);
          transform: rotate(115.2deg);
}
.progress-wrapper.progress-32 .pie .right-side {
  display: none;
}
.progress-wrapper.progress-33 .pie .left-side {
  -webkit-transform: rotate(118.8deg);
          transform: rotate(118.8deg);
}
.progress-wrapper.progress-33 .pie .right-side {
  display: none;
}
.progress-wrapper.progress-34 .pie .left-side {
  -webkit-transform: rotate(122.4deg);
          transform: rotate(122.4deg);
}
.progress-wrapper.progress-34 .pie .right-side {
  display: none;
}
.progress-wrapper.progress-35 .pie .left-side {
  -webkit-transform: rotate(126deg);
          transform: rotate(126deg);
}
.progress-wrapper.progress-35 .pie .right-side {
  display: none;
}
.progress-wrapper.progress-36 .pie .left-side {
  -webkit-transform: rotate(129.6deg);
          transform: rotate(129.6deg);
}
.progress-wrapper.progress-36 .pie .right-side {
  display: none;
}
.progress-wrapper.progress-37 .pie .left-side {
  -webkit-transform: rotate(133.2deg);
          transform: rotate(133.2deg);
}
.progress-wrapper.progress-37 .pie .right-side {
  display: none;
}
.progress-wrapper.progress-38 .pie .left-side {
  -webkit-transform: rotate(136.8deg);
          transform: rotate(136.8deg);
}
.progress-wrapper.progress-38 .pie .right-side {
  display: none;
}
.progress-wrapper.progress-39 .pie .left-side {
  -webkit-transform: rotate(140.4deg);
          transform: rotate(140.4deg);
}
.progress-wrapper.progress-39 .pie .right-side {
  display: none;
}
.progress-wrapper.progress-40 .pie .left-side {
  -webkit-transform: rotate(144deg);
          transform: rotate(144deg);
}
.progress-wrapper.progress-40 .pie .right-side {
  display: none;
}
.progress-wrapper.progress-41 .pie .left-side {
  -webkit-transform: rotate(147.6deg);
          transform: rotate(147.6deg);
}
.progress-wrapper.progress-41 .pie .right-side {
  display: none;
}
.progress-wrapper.progress-42 .pie .left-side {
  -webkit-transform: rotate(151.2deg);
          transform: rotate(151.2deg);
}
.progress-wrapper.progress-42 .pie .right-side {
  display: none;
}
.progress-wrapper.progress-43 .pie .left-side {
  -webkit-transform: rotate(154.8deg);
          transform: rotate(154.8deg);
}
.progress-wrapper.progress-43 .pie .right-side {
  display: none;
}
.progress-wrapper.progress-44 .pie .left-side {
  -webkit-transform: rotate(158.4deg);
          transform: rotate(158.4deg);
}
.progress-wrapper.progress-44 .pie .right-side {
  display: none;
}
.progress-wrapper.progress-45 .pie .left-side {
  -webkit-transform: rotate(162deg);
          transform: rotate(162deg);
}
.progress-wrapper.progress-45 .pie .right-side {
  display: none;
}
.progress-wrapper.progress-46 .pie .left-side {
  -webkit-transform: rotate(165.6deg);
          transform: rotate(165.6deg);
}
.progress-wrapper.progress-46 .pie .right-side {
  display: none;
}
.progress-wrapper.progress-47 .pie .left-side {
  -webkit-transform: rotate(169.2deg);
          transform: rotate(169.2deg);
}
.progress-wrapper.progress-47 .pie .right-side {
  display: none;
}
.progress-wrapper.progress-48 .pie .left-side {
  -webkit-transform: rotate(172.8deg);
          transform: rotate(172.8deg);
}
.progress-wrapper.progress-48 .pie .right-side {
  display: none;
}
.progress-wrapper.progress-49 .pie .left-side {
  -webkit-transform: rotate(176.4deg);
          transform: rotate(176.4deg);
}
.progress-wrapper.progress-49 .pie .right-side {
  display: none;
}
.progress-wrapper.progress-50 .pie .left-side {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.progress-wrapper.progress-50 .pie .right-side {
  display: none;
}
.progress-wrapper.progress-51 .pie {
  clip: rect(auto, auto, auto, auto);
}
.progress-wrapper.progress-51 .pie .left-side {
  -webkit-transform: rotate(183.6deg);
          transform: rotate(183.6deg);
}
.progress-wrapper.progress-51 .pie .right-side {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.progress-wrapper.progress-52 .pie {
  clip: rect(auto, auto, auto, auto);
}
.progress-wrapper.progress-52 .pie .left-side {
  -webkit-transform: rotate(187.2deg);
          transform: rotate(187.2deg);
}
.progress-wrapper.progress-52 .pie .right-side {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.progress-wrapper.progress-53 .pie {
  clip: rect(auto, auto, auto, auto);
}
.progress-wrapper.progress-53 .pie .left-side {
  -webkit-transform: rotate(190.8deg);
          transform: rotate(190.8deg);
}
.progress-wrapper.progress-53 .pie .right-side {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.progress-wrapper.progress-54 .pie {
  clip: rect(auto, auto, auto, auto);
}
.progress-wrapper.progress-54 .pie .left-side {
  -webkit-transform: rotate(194.4deg);
          transform: rotate(194.4deg);
}
.progress-wrapper.progress-54 .pie .right-side {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.progress-wrapper.progress-55 .pie {
  clip: rect(auto, auto, auto, auto);
}
.progress-wrapper.progress-55 .pie .left-side {
  -webkit-transform: rotate(198deg);
          transform: rotate(198deg);
}
.progress-wrapper.progress-55 .pie .right-side {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.progress-wrapper.progress-56 .pie {
  clip: rect(auto, auto, auto, auto);
}
.progress-wrapper.progress-56 .pie .left-side {
  -webkit-transform: rotate(201.6deg);
          transform: rotate(201.6deg);
}
.progress-wrapper.progress-56 .pie .right-side {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.progress-wrapper.progress-57 .pie {
  clip: rect(auto, auto, auto, auto);
}
.progress-wrapper.progress-57 .pie .left-side {
  -webkit-transform: rotate(205.2deg);
          transform: rotate(205.2deg);
}
.progress-wrapper.progress-57 .pie .right-side {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.progress-wrapper.progress-58 .pie {
  clip: rect(auto, auto, auto, auto);
}
.progress-wrapper.progress-58 .pie .left-side {
  -webkit-transform: rotate(208.8deg);
          transform: rotate(208.8deg);
}
.progress-wrapper.progress-58 .pie .right-side {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.progress-wrapper.progress-59 .pie {
  clip: rect(auto, auto, auto, auto);
}
.progress-wrapper.progress-59 .pie .left-side {
  -webkit-transform: rotate(212.4deg);
          transform: rotate(212.4deg);
}
.progress-wrapper.progress-59 .pie .right-side {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.progress-wrapper.progress-60 .pie {
  clip: rect(auto, auto, auto, auto);
}
.progress-wrapper.progress-60 .pie .left-side {
  -webkit-transform: rotate(216deg);
          transform: rotate(216deg);
}
.progress-wrapper.progress-60 .pie .right-side {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.progress-wrapper.progress-61 .pie {
  clip: rect(auto, auto, auto, auto);
}
.progress-wrapper.progress-61 .pie .left-side {
  -webkit-transform: rotate(219.6deg);
          transform: rotate(219.6deg);
}
.progress-wrapper.progress-61 .pie .right-side {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.progress-wrapper.progress-62 .pie {
  clip: rect(auto, auto, auto, auto);
}
.progress-wrapper.progress-62 .pie .left-side {
  -webkit-transform: rotate(223.2deg);
          transform: rotate(223.2deg);
}
.progress-wrapper.progress-62 .pie .right-side {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.progress-wrapper.progress-63 .pie {
  clip: rect(auto, auto, auto, auto);
}
.progress-wrapper.progress-63 .pie .left-side {
  -webkit-transform: rotate(226.8deg);
          transform: rotate(226.8deg);
}
.progress-wrapper.progress-63 .pie .right-side {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.progress-wrapper.progress-64 .pie {
  clip: rect(auto, auto, auto, auto);
}
.progress-wrapper.progress-64 .pie .left-side {
  -webkit-transform: rotate(230.4deg);
          transform: rotate(230.4deg);
}
.progress-wrapper.progress-64 .pie .right-side {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.progress-wrapper.progress-65 .pie {
  clip: rect(auto, auto, auto, auto);
}
.progress-wrapper.progress-65 .pie .left-side {
  -webkit-transform: rotate(234deg);
          transform: rotate(234deg);
}
.progress-wrapper.progress-65 .pie .right-side {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.progress-wrapper.progress-66 .pie {
  clip: rect(auto, auto, auto, auto);
}
.progress-wrapper.progress-66 .pie .left-side {
  -webkit-transform: rotate(237.6deg);
          transform: rotate(237.6deg);
}
.progress-wrapper.progress-66 .pie .right-side {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.progress-wrapper.progress-67 .pie {
  clip: rect(auto, auto, auto, auto);
}
.progress-wrapper.progress-67 .pie .left-side {
  -webkit-transform: rotate(241.2deg);
          transform: rotate(241.2deg);
}
.progress-wrapper.progress-67 .pie .right-side {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.progress-wrapper.progress-68 .pie {
  clip: rect(auto, auto, auto, auto);
}
.progress-wrapper.progress-68 .pie .left-side {
  -webkit-transform: rotate(244.8deg);
          transform: rotate(244.8deg);
}
.progress-wrapper.progress-68 .pie .right-side {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.progress-wrapper.progress-69 .pie {
  clip: rect(auto, auto, auto, auto);
}
.progress-wrapper.progress-69 .pie .left-side {
  -webkit-transform: rotate(248.4deg);
          transform: rotate(248.4deg);
}
.progress-wrapper.progress-69 .pie .right-side {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.progress-wrapper.progress-70 .pie {
  clip: rect(auto, auto, auto, auto);
}
.progress-wrapper.progress-70 .pie .left-side {
  -webkit-transform: rotate(252deg);
          transform: rotate(252deg);
}
.progress-wrapper.progress-70 .pie .right-side {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.progress-wrapper.progress-71 .pie {
  clip: rect(auto, auto, auto, auto);
}
.progress-wrapper.progress-71 .pie .left-side {
  -webkit-transform: rotate(255.6deg);
          transform: rotate(255.6deg);
}
.progress-wrapper.progress-71 .pie .right-side {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.progress-wrapper.progress-72 .pie {
  clip: rect(auto, auto, auto, auto);
}
.progress-wrapper.progress-72 .pie .left-side {
  -webkit-transform: rotate(259.2deg);
          transform: rotate(259.2deg);
}
.progress-wrapper.progress-72 .pie .right-side {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.progress-wrapper.progress-73 .pie {
  clip: rect(auto, auto, auto, auto);
}
.progress-wrapper.progress-73 .pie .left-side {
  -webkit-transform: rotate(262.8deg);
          transform: rotate(262.8deg);
}
.progress-wrapper.progress-73 .pie .right-side {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.progress-wrapper.progress-74 .pie {
  clip: rect(auto, auto, auto, auto);
}
.progress-wrapper.progress-74 .pie .left-side {
  -webkit-transform: rotate(266.4deg);
          transform: rotate(266.4deg);
}
.progress-wrapper.progress-74 .pie .right-side {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.progress-wrapper.progress-75 .pie {
  clip: rect(auto, auto, auto, auto);
}
.progress-wrapper.progress-75 .pie .left-side {
  -webkit-transform: rotate(270deg);
          transform: rotate(270deg);
}
.progress-wrapper.progress-75 .pie .right-side {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.progress-wrapper.progress-76 .pie {
  clip: rect(auto, auto, auto, auto);
}
.progress-wrapper.progress-76 .pie .left-side {
  -webkit-transform: rotate(273.6deg);
          transform: rotate(273.6deg);
}
.progress-wrapper.progress-76 .pie .right-side {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.progress-wrapper.progress-77 .pie {
  clip: rect(auto, auto, auto, auto);
}
.progress-wrapper.progress-77 .pie .left-side {
  -webkit-transform: rotate(277.2deg);
          transform: rotate(277.2deg);
}
.progress-wrapper.progress-77 .pie .right-side {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.progress-wrapper.progress-78 .pie {
  clip: rect(auto, auto, auto, auto);
}
.progress-wrapper.progress-78 .pie .left-side {
  -webkit-transform: rotate(280.8deg);
          transform: rotate(280.8deg);
}
.progress-wrapper.progress-78 .pie .right-side {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.progress-wrapper.progress-79 .pie {
  clip: rect(auto, auto, auto, auto);
}
.progress-wrapper.progress-79 .pie .left-side {
  -webkit-transform: rotate(284.4deg);
          transform: rotate(284.4deg);
}
.progress-wrapper.progress-79 .pie .right-side {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.progress-wrapper.progress-80 .pie {
  clip: rect(auto, auto, auto, auto);
}
.progress-wrapper.progress-80 .pie .left-side {
  -webkit-transform: rotate(288deg);
          transform: rotate(288deg);
}
.progress-wrapper.progress-80 .pie .right-side {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.progress-wrapper.progress-81 .pie {
  clip: rect(auto, auto, auto, auto);
}
.progress-wrapper.progress-81 .pie .left-side {
  -webkit-transform: rotate(291.6deg);
          transform: rotate(291.6deg);
}
.progress-wrapper.progress-81 .pie .right-side {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.progress-wrapper.progress-82 .pie {
  clip: rect(auto, auto, auto, auto);
}
.progress-wrapper.progress-82 .pie .left-side {
  -webkit-transform: rotate(295.2deg);
          transform: rotate(295.2deg);
}
.progress-wrapper.progress-82 .pie .right-side {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.progress-wrapper.progress-83 .pie {
  clip: rect(auto, auto, auto, auto);
}
.progress-wrapper.progress-83 .pie .left-side {
  -webkit-transform: rotate(298.8deg);
          transform: rotate(298.8deg);
}
.progress-wrapper.progress-83 .pie .right-side {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.progress-wrapper.progress-84 .pie {
  clip: rect(auto, auto, auto, auto);
}
.progress-wrapper.progress-84 .pie .left-side {
  -webkit-transform: rotate(302.4deg);
          transform: rotate(302.4deg);
}
.progress-wrapper.progress-84 .pie .right-side {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.progress-wrapper.progress-85 .pie {
  clip: rect(auto, auto, auto, auto);
}
.progress-wrapper.progress-85 .pie .left-side {
  -webkit-transform: rotate(306deg);
          transform: rotate(306deg);
}
.progress-wrapper.progress-85 .pie .right-side {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.progress-wrapper.progress-86 .pie {
  clip: rect(auto, auto, auto, auto);
}
.progress-wrapper.progress-86 .pie .left-side {
  -webkit-transform: rotate(309.6deg);
          transform: rotate(309.6deg);
}
.progress-wrapper.progress-86 .pie .right-side {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.progress-wrapper.progress-87 .pie {
  clip: rect(auto, auto, auto, auto);
}
.progress-wrapper.progress-87 .pie .left-side {
  -webkit-transform: rotate(313.2deg);
          transform: rotate(313.2deg);
}
.progress-wrapper.progress-87 .pie .right-side {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.progress-wrapper.progress-88 .pie {
  clip: rect(auto, auto, auto, auto);
}
.progress-wrapper.progress-88 .pie .left-side {
  -webkit-transform: rotate(316.8deg);
          transform: rotate(316.8deg);
}
.progress-wrapper.progress-88 .pie .right-side {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.progress-wrapper.progress-89 .pie {
  clip: rect(auto, auto, auto, auto);
}
.progress-wrapper.progress-89 .pie .left-side {
  -webkit-transform: rotate(320.4deg);
          transform: rotate(320.4deg);
}
.progress-wrapper.progress-89 .pie .right-side {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.progress-wrapper.progress-90 .pie {
  clip: rect(auto, auto, auto, auto);
}
.progress-wrapper.progress-90 .pie .left-side {
  -webkit-transform: rotate(324deg);
          transform: rotate(324deg);
}
.progress-wrapper.progress-90 .pie .right-side {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.progress-wrapper.progress-91 .pie {
  clip: rect(auto, auto, auto, auto);
}
.progress-wrapper.progress-91 .pie .left-side {
  -webkit-transform: rotate(327.6deg);
          transform: rotate(327.6deg);
}
.progress-wrapper.progress-91 .pie .right-side {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.progress-wrapper.progress-92 .pie {
  clip: rect(auto, auto, auto, auto);
}
.progress-wrapper.progress-92 .pie .left-side {
  -webkit-transform: rotate(331.2deg);
          transform: rotate(331.2deg);
}
.progress-wrapper.progress-92 .pie .right-side {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.progress-wrapper.progress-93 .pie {
  clip: rect(auto, auto, auto, auto);
}
.progress-wrapper.progress-93 .pie .left-side {
  -webkit-transform: rotate(334.8deg);
          transform: rotate(334.8deg);
}
.progress-wrapper.progress-93 .pie .right-side {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.progress-wrapper.progress-94 .pie {
  clip: rect(auto, auto, auto, auto);
}
.progress-wrapper.progress-94 .pie .left-side {
  -webkit-transform: rotate(338.4deg);
          transform: rotate(338.4deg);
}
.progress-wrapper.progress-94 .pie .right-side {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.progress-wrapper.progress-95 .pie {
  clip: rect(auto, auto, auto, auto);
}
.progress-wrapper.progress-95 .pie .left-side {
  -webkit-transform: rotate(342deg);
          transform: rotate(342deg);
}
.progress-wrapper.progress-95 .pie .right-side {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.progress-wrapper.progress-96 .pie {
  clip: rect(auto, auto, auto, auto);
}
.progress-wrapper.progress-96 .pie .left-side {
  -webkit-transform: rotate(345.6deg);
          transform: rotate(345.6deg);
}
.progress-wrapper.progress-96 .pie .right-side {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.progress-wrapper.progress-97 .pie {
  clip: rect(auto, auto, auto, auto);
}
.progress-wrapper.progress-97 .pie .left-side {
  -webkit-transform: rotate(349.2deg);
          transform: rotate(349.2deg);
}
.progress-wrapper.progress-97 .pie .right-side {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.progress-wrapper.progress-98 .pie {
  clip: rect(auto, auto, auto, auto);
}
.progress-wrapper.progress-98 .pie .left-side {
  -webkit-transform: rotate(352.8deg);
          transform: rotate(352.8deg);
}
.progress-wrapper.progress-98 .pie .right-side {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.progress-wrapper.progress-99 .pie {
  clip: rect(auto, auto, auto, auto);
}
.progress-wrapper.progress-99 .pie .left-side {
  -webkit-transform: rotate(356.4deg);
          transform: rotate(356.4deg);
}
.progress-wrapper.progress-99 .pie .right-side {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.progress-wrapper.progress-100 .pie {
  clip: rect(auto, auto, auto, auto);
}
.progress-wrapper.progress-100 .pie .left-side {
  -webkit-transform: rotate(360deg);
          transform: rotate(360deg);
}
.progress-wrapper.progress-100 .pie .right-side {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

/*
Alto-contraste das barras de progresso
*/
@media not print {
  body[data-ac-activated] .progress .progress-bar {
    background-color: var(--primary-light-color);
    background-repeat: repeat-x;
    background-size: cover;
    color: var(--primary-dark-color);
  }
  body[data-ac-activated] .progress .progress-bar.danger {
    background-color: var(--primary-light-color);
    background-image: url("../../../img/danger-rachura.svg");
    color: var(--primary-light-color);
  }
  body[data-ac-activated] .progress .progress-bar.warning {
    background-color: var(--primary-light-color);
    background-image: url("../../../img/warning-rachura.svg");
  }
  body[data-ac-activated] .progress .progress-bar.success {
    background-color: var(--primary-light-color);
  }
  body[data-ac-activated] .progress .progress-bar.not-apply {
    background-color: var(--primary-light-color);
    background-image: url("../../../img/not-apply-rachura.svg");
  }
  body[data-ac-activated] .progress {
    background-color: transparent;
    border: 1px solid var(--primary-light-color);
  }
  body[data-ac-activated] .progress span.title {
    background-color: var(--primary-light-color);
    color: var(--primary-dark-color);
  }
  body[data-ac-activated] .progress:focus {
    outline-color: var(--primary-light-color);
  }
  body[data-ac-activated] .progress-wrapper .label {
    color: var(--primary-light-color);
  }
  body[data-ac-activated] .progress-wrapper .shadow {
    border-color: var(--primary-light-color);
  }
  body[data-ac-activated=branco-azul] .progress .progress-bar.danger {
    background-color: var(--primary-dark-color);
    color: var(--primary-dark-color);
  }
  body[data-ac-activated=branco-azul] .progress .progress-bar.warning {
    background-color: var(--primary-dark-color);
    color: var(--primary-light-color);
  }
}
.chart {
  text-align: center;
  width: 100%;
}
.chart h4 {
  margin-bottom: 2px;
}
.chart canvas {
  width: 100%;
}

.topo-relatorio {
  --topo-relatorio-bg-color: var(--white);
  --topo-relatorio-border-color: var(--border-color);
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: var(--topo-relatorio-bg-color);
  border: 1px solid var(--topo-relatorio-border-color);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  max-width: 21cm;
  padding: 10px 20px;
  width: 100%;
}
.topo-relatorio__conteudo {
  text-align: center;
}
.topo-relatorio__conteudo h3,
.topo-relatorio__conteudo p {
  margin: 0;
}

@media (max-width: 767.98px) {
  .topo-relatorio {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -ms-flex-pack: distribute;
        justify-content: space-around;
  }
  .topo-relatorio__conteudo {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
    width: 100%;
  }
}
@media (max-width: 375px) {
  .topo-relatorio__logo-instituicao {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-top: 0.2rem;
    width: 100%;
  }
  .topo-relatorio__logo-sistema {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-top: 0.4rem;
    width: 100%;
  }
}
.timeline-wrapper {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

ul.timeline {
  list-style-type: none;
  position: relative;
  /**
   * Subnivel
   */
}
ul.timeline .details {
  margin-left: 1.8rem;
}
ul.timeline.collapsed .details {
  display: none;
}
ul.timeline .bullet-complete::before,
ul.timeline .bullet-incomplete::before,
ul.timeline .bullet-empty::before {
  color: var(--primary-color);
  font: var(--fa-font-solid);
  font-size: 16px;
  margin-right: 10px;
}
ul.timeline .bullet-complete::before {
  content: "\f111";
  font-weight: 900;
}
ul.timeline .bullet-incomplete::before {
  content: "\f192";
  font-weight: 400;
}
ul.timeline .bullet-empty::before {
  color: var(--border-color);
  content: "\f111";
  font-weight: 400;
}
ul.timeline > li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-bottom: 0;
  padding-left: 20px;
  position: relative;
}
ul.timeline > li::after {
  background: var(--border-color);
  content: " ";
  display: inline-block;
  height: calc(100% - 14px);
  left: 29px;
  position: absolute;
  top: 28px;
  width: 2px;
}
ul.timeline > li:last-child::after {
  height: 0;
}
ul.timeline > li > p {
  font-weight: 600;
  margin-bottom: 0;
  margin-left: 2px;
  margin-top: 10px;
  z-index: 1;
}
ul.timeline ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-left: 30px;
}
ul.timeline ul > li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  position: relative;
}
ul.timeline ul > li::before {
  background: var(--border-color);
  content: " ";
  height: 2px;
  left: -30px;
  margin-left: 10px;
  position: absolute;
  top: 18px;
  width: 22px;
  z-index: 1;
}
ul.timeline ul > li::after {
  background: var(--border-color);
  content: " ";
  display: inline-block;
  height: calc(100% + 12px);
  left: -21px;
  position: absolute;
  top: 18px;
  width: 2px;
}
ul.timeline ul > li:first-child::after {
  height: calc(100% + 34px);
  top: -4px;
}
ul.timeline ul > li:last-child::after {
  height: 0;
}
ul.timeline ul > li > p {
  font-weight: 600;
  margin-bottom: 0;
  margin-left: 2px;
  margin-top: 8px;
  z-index: 1;
}

.spinner-border, .bootstrap-table .fixed-table-container .fixed-table-body .fixed-table-loading .loading-wrap .animation-wrap {
  color: var(--primary-color);
}

@media not print {
  body[data-ac-activated] .spinner-border, body[data-ac-activated] .bootstrap-table .fixed-table-container .fixed-table-body .fixed-table-loading .loading-wrap .animation-wrap, .bootstrap-table .fixed-table-container .fixed-table-body .fixed-table-loading .loading-wrap body[data-ac-activated] .animation-wrap {
    color: var(--primary-light-color) !important;
  }
}
/*
@deprecated .login_logo a partir da 1.13.0
usar .logo, .logo_social, .logo_academica, .logo_administrativo, .logo_ufrn
*/
svg.login_logo,
svg.logo {
  --svg-icone-color: var(--primary-color);
  --svg-icone-dark-color: var(--primary-darker-color);
  --svg-sigla-color: var(--secondary-darker-color);
}
svg.login_logo .logo-sigla,
svg.logo .logo-sigla {
  font-size: 1.313rem;
  fill: var(--svg-sigla-color);
  font-family: "Arial", sans-serif;
  font-weight: bold;
}
@media (max-width: 1200px) {
  svg.login_logo .logo-sigla,
  svg.logo .logo-sigla {
    font-size: calc(1.2563rem + 0.0756vw);
  }
}
svg.login_logo .logo-icone,
svg.logo .logo-icone {
  fill: var(--svg-icone-color);
}
svg.login_logo .logo-icone-dark,
svg.logo .logo-icone-dark {
  fill: var(--svg-icone-dark-color);
}
svg.login_logo_academica, svg.login_logo.academica,
svg.logo_academica,
svg.logo.academica {
  --svg-icone-color: var(--academica-primary-color);
  --svg-icone-color: var(--primary-color);
  --svg-icone-dark-color: var(--primary-darker-color);
  --svg-sigla-color: var(--secondary-darker-color);
}
svg.login_logo_academica .logo-sigla, svg.login_logo.academica .logo-sigla,
svg.logo_academica .logo-sigla,
svg.logo.academica .logo-sigla {
  font-size: 1.313rem;
  fill: var(--svg-sigla-color);
  font-family: "Arial", sans-serif;
  font-weight: bold;
}
@media (max-width: 1200px) {
  svg.login_logo_academica .logo-sigla, svg.login_logo.academica .logo-sigla,
  svg.logo_academica .logo-sigla,
  svg.logo.academica .logo-sigla {
    font-size: calc(1.2563rem + 0.0756vw);
  }
}
svg.login_logo_academica .logo-icone, svg.login_logo.academica .logo-icone,
svg.logo_academica .logo-icone,
svg.logo.academica .logo-icone {
  fill: var(--svg-icone-color);
}
svg.login_logo_academica .logo-icone-dark, svg.login_logo.academica .logo-icone-dark,
svg.logo_academica .logo-icone-dark,
svg.logo.academica .logo-icone-dark {
  fill: var(--svg-icone-dark-color);
}
svg.login_logo_administrativa, svg.login_logo.admnistrativa,
svg.logo_administrativa,
svg.logo.admnistrativa {
  --svg-icone-color: var(--administrativa-primary-color);
  --svg-icone-color: var(--primary-color);
  --svg-icone-dark-color: var(--primary-darker-color);
  --svg-sigla-color: var(--secondary-darker-color);
}
svg.login_logo_administrativa .logo-sigla, svg.login_logo.admnistrativa .logo-sigla,
svg.logo_administrativa .logo-sigla,
svg.logo.admnistrativa .logo-sigla {
  font-size: 1.313rem;
  fill: var(--svg-sigla-color);
  font-family: "Arial", sans-serif;
  font-weight: bold;
}
@media (max-width: 1200px) {
  svg.login_logo_administrativa .logo-sigla, svg.login_logo.admnistrativa .logo-sigla,
  svg.logo_administrativa .logo-sigla,
  svg.logo.admnistrativa .logo-sigla {
    font-size: calc(1.2563rem + 0.0756vw);
  }
}
svg.login_logo_administrativa .logo-icone, svg.login_logo.admnistrativa .logo-icone,
svg.logo_administrativa .logo-icone,
svg.logo.admnistrativa .logo-icone {
  fill: var(--svg-icone-color);
}
svg.login_logo_administrativa .logo-icone-dark, svg.login_logo.admnistrativa .logo-icone-dark,
svg.logo_administrativa .logo-icone-dark,
svg.logo.admnistrativa .logo-icone-dark {
  fill: var(--svg-icone-dark-color);
}
svg.login_logo_social, svg.login_logo.social,
svg.logo_social,
svg.logo.social {
  --svg-icone-color: var(--social-primary-color);
  --svg-icone-color: var(--primary-color);
  --svg-icone-dark-color: var(--primary-darker-color);
  --svg-sigla-color: var(--secondary-darker-color);
}
svg.login_logo_social .logo-sigla, svg.login_logo.social .logo-sigla,
svg.logo_social .logo-sigla,
svg.logo.social .logo-sigla {
  font-size: 1.313rem;
  fill: var(--svg-sigla-color);
  font-family: "Arial", sans-serif;
  font-weight: bold;
}
@media (max-width: 1200px) {
  svg.login_logo_social .logo-sigla, svg.login_logo.social .logo-sigla,
  svg.logo_social .logo-sigla,
  svg.logo.social .logo-sigla {
    font-size: calc(1.2563rem + 0.0756vw);
  }
}
svg.login_logo_social .logo-icone, svg.login_logo.social .logo-icone,
svg.logo_social .logo-icone,
svg.logo.social .logo-icone {
  fill: var(--svg-icone-color);
}
svg.login_logo_social .logo-icone-dark, svg.login_logo.social .logo-icone-dark,
svg.logo_social .logo-icone-dark,
svg.logo.social .logo-icone-dark {
  fill: var(--svg-icone-dark-color);
}
svg.login_logo_ufrn, svg.login_logo.ufrn,
svg.logo_ufrn,
svg.logo.ufrn {
  --svg-icone-color: var(--primary-color);
  --svg-icone-dark-color: var(--primary-darker-color);
  --svg-sigla-color: var(--secondary-darker-color);
  --svg-icone-color: var(--ufrn-primary);
  --svg-icone-dark-color: var(--ufrn-primary-darker);
}
svg.login_logo_ufrn .logo-sigla, svg.login_logo.ufrn .logo-sigla,
svg.logo_ufrn .logo-sigla,
svg.logo.ufrn .logo-sigla {
  font-size: 1.313rem;
  fill: var(--svg-sigla-color);
  font-family: "Arial", sans-serif;
  font-weight: bold;
}
@media (max-width: 1200px) {
  svg.login_logo_ufrn .logo-sigla, svg.login_logo.ufrn .logo-sigla,
  svg.logo_ufrn .logo-sigla,
  svg.logo.ufrn .logo-sigla {
    font-size: calc(1.2563rem + 0.0756vw);
  }
}
svg.login_logo_ufrn .logo-icone, svg.login_logo.ufrn .logo-icone,
svg.logo_ufrn .logo-icone,
svg.logo.ufrn .logo-icone {
  fill: var(--svg-icone-color);
}
svg.login_logo_ufrn .logo-icone-dark, svg.login_logo.ufrn .logo-icone-dark,
svg.logo_ufrn .logo-icone-dark,
svg.logo.ufrn .logo-icone-dark {
  fill: var(--svg-icone-dark-color);
}

/**
  Definições de alto-contraste
 */
@media not print {
  body[data-ac-activated] svg {
    --svg-icone-color: var(--primary-color);
    --svg-sigla-color: var(--primary-color);
    --svg-icone-dark-color: var(--primary-color);
  }
  body[data-ac-activated] svg.logo_gov path, body[data-ac-activated] svg.logo.gov path {
    fill: var(--primary-color);
  }
}
.avatar-group {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.avatar-group .avatar:not(:first-child),
.avatar-group ds-avatar:not(:first-child) .avatar {
  margin-left: calc(var(--avatar-size) / 2 * -1);
}
.avatar-group.--v-animation .avatar:hover {
  -webkit-transform: translateY(-0.5rem);
          transform: translateY(-0.5rem);
  z-index: 1;
}
.avatar-group.--h-animation .avatar:not(:last-child):hover, .avatar-group.--h-animation ds-avatar:not(:last-child) .avatar:hover {
  -webkit-transform: translateX(-10px);
          transform: translateX(-10px);
  z-index: 1;
}

.avatar {
  --avatar-size: 3rem;
  --avatar-font-size: calc(var(--avatar-size) / 2.5);
  --avatar-bg-color: var(--primary-color);
  --avatar-text-color: var(--white);
  --avatar-border-color: var(--white);
  --border-avatar-size: 2px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: var(--avatar-bg-color);
  border: var(--border-avatar-size) solid var(--avatar-border-color);
  border-radius: 50%;
  color: var(--avatar-text-color);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: var(--avatar-font-size);
  font-weight: 900;
  height: var(--avatar-size);
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  text-transform: capitalize;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  width: var(--avatar-size);
}
.avatar .avatar-name {
  background-color: rgba(0, 0, 0, 0.7);
  border-radius: 0.25rem;
  bottom: calc(100% + 0.5rem);
  color: #fff;
  font-size: 0.875rem;
  left: 50%;
  opacity: 0;
  padding: 0.5rem 0.75rem;
  position: absolute;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  -webkit-transition: 0.2s;
  transition: 0.2s;
  visibility: hidden;
  white-space: nowrap;
}
.avatar .avatar-name::before {
  border: 0.5rem solid;
  border-bottom: 0;
  border-bottom-color: rgba(0, 0, 0, 0.7);
  border-left-color: transparent;
  border-right-color: transparent;
  border-top-color: rgba(0, 0, 0, 0.7);
  content: "";
  left: 50%;
  position: absolute;
  top: 100%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.avatar > img {
  border: var(--border-avatar-size) solid var(--avatar-border-color);
  border-radius: 50%;
  display: block;
  height: var(--avatar-size);
  -o-object-fit: cover;
     object-fit: cover;
  width: var(--avatar-size);
  min-width: var(--avatar-size);
  min-height: var(--avatar-size);
}
.avatar:not(:has(img)) {
  background-color: var(--avatar-bg-color);
}
.avatar:hover .avatar-name {
  opacity: 1;
  visibility: visible;
}
.avatar.--small {
  --avatar-size: 2.25rem;
}
.avatar.--medium {
  --avatar-size: 3rem;
}
.avatar.--large {
  --avatar-size: 3.75rem;
}
.avatar.--x-large {
  --avatar-size: 4.5rem;
}
.avatar.xs--small {
  --avatar-size: 2.25rem;
}
.avatar.xs--medium {
  --avatar-size: 3rem;
}
.avatar.xs--large {
  --avatar-size: 3.75rem;
}
.avatar.xs--x-large {
  --avatar-size: 4.5rem;
}
@media (min-width: 576px) {
  .avatar.sm--small {
    --avatar-size: 2.25rem;
  }
  .avatar.sm--medium {
    --avatar-size: 3rem;
  }
  .avatar.sm--large {
    --avatar-size: 3.75rem;
  }
  .avatar.sm--x-large {
    --avatar-size: 4.5rem;
  }
}
@media (min-width: 768px) {
  .avatar.md--small {
    --avatar-size: 2.25rem;
  }
  .avatar.md--medium {
    --avatar-size: 3rem;
  }
  .avatar.md--large {
    --avatar-size: 3.75rem;
  }
  .avatar.md--x-large {
    --avatar-size: 4.5rem;
  }
}
@media (min-width: 992px) {
  .avatar.lg--small {
    --avatar-size: 2.25rem;
  }
  .avatar.lg--medium {
    --avatar-size: 3rem;
  }
  .avatar.lg--large {
    --avatar-size: 3.75rem;
  }
  .avatar.lg--x-large {
    --avatar-size: 4.5rem;
  }
}
@media (min-width: 1200px) {
  .avatar.xl--small {
    --avatar-size: 2.25rem;
  }
  .avatar.xl--medium {
    --avatar-size: 3rem;
  }
  .avatar.xl--large {
    --avatar-size: 3.75rem;
  }
  .avatar.xl--x-large {
    --avatar-size: 4.5rem;
  }
}
@media (min-width: 1400px) {
  .avatar.xxl--small {
    --avatar-size: 2.25rem;
  }
  .avatar.xxl--medium {
    --avatar-size: 3rem;
  }
  .avatar.xxl--large {
    --avatar-size: 3.75rem;
  }
  .avatar.xxl--x-large {
    --avatar-size: 4.5rem;
  }
}

a.avatar:hover, a.avatar:focus {
  --avatar-bg-color: var(--primary-darker-color);
  --avatar-text-color: #fff;
  --avatar-border-color: var(--primary-color);
  color: var(--avatar-text-color);
}

@media not print {
  body[data-ac-activated] .avatar {
    --avatar-bg-color: var(--bg-color);
    --avatar-text-color: var(--text-color);
    --avatar-border-color: var(--border-color);
  }
  body[data-ac-activated] a.avatar {
    --avatar-text-color: var(--primary-color);
    --avatar-border-color: var(--primary-color);
    outline: var(--border-avatar-size) solid var(--primary-color);
  }
  body[data-ac-activated] a.avatar:hover, body[data-ac-activated] a.avatar:focus {
    --avatar-bg-color: var(--primary-light-color);
    --avatar-border-color: var(--primary-light-color);
    --avatar-text-color: var(--primary-dark-color);
  }
  body[data-ac-activated] a.avatar:active {
    --avatar-bg-color: var(--primary-dark-color);
    --avatar-border-color: var(--primary-dark-color);
    --avatar-text-color: var(--primary-light-color);
  }
  body[data-ac-activated] .avatar-name {
    background-color: var(--primary-light-color);
    border: var(--border-avatar-size) solid var(--primary-light-color);
    color: var(--primary-dark-color);
  }
  body[data-ac-activated] .avatar-name::before {
    border-color: var(--primary-light-color) transparent;
  }
}
i.popover-icon,
.popover-icon > i {
  color: var(--primary-color);
  cursor: pointer;
  margin-left: 4px;
}
i.popover-icon[disabled], i.popover-icon.disabled,
.popover-icon > i[disabled],
.popover-icon > i.disabled {
  opacity: 0.5;
  pointer-events: none;
}

.popover-header {
  border-bottom-color: var(--secondary-darker-color);
  font-weight: bold;
}

.popover-body {
  border-bottom-left-radius: calc(0.3rem - 1px);
  border-bottom-right-radius: calc(0.3rem - 1px);
}

@media not print {
  body[data-ac-activated] {
    --popover-bg: var(--primary-light-color);
    --popover-header-bg: var(--primary-light-color);
    --popover-body-bg: var(--primary-light-color);
    --popover-header-color: var(--bg-color);
    --popover-body-color: var(--bg-color);
    --popover-arrow-color: var(--primary-light-color);
    --popover-border-color: var(--primary-light-color);
  }
  body[data-ac-activated] .popover {
    background-color: var(--popover-bg);
    border: 1px solid var(--popover-border-color);
  }
  body[data-ac-activated] .popover-header {
    background-color: var(--popover-header-bg);
    border-bottom-color: var(--popover-header-color);
    color: var(--popover-header-color);
  }
  body[data-ac-activated] .popover-body {
    background-color: var(--popover-body-bg);
    color: var(--popover-body-color);
  }
  body[data-ac-activated] .bs-popover-top > .arrow::before, body[data-ac-activated] .bs-popover-auto[x-placement^=top] > .arrow::before, body[data-ac-activated] .bs-popover-top > .arrow::after, body[data-ac-activated] .bs-popover-auto[x-placement^=top] > .arrow::after {
    border-top-color: var(--popover-arrow-color);
  }
  body[data-ac-activated] .bs-popover-bottom > .arrow::before, body[data-ac-activated] .bs-popover-auto[x-placement^=bottom] > .arrow::before, body[data-ac-activated] .bs-popover-bottom > .arrow::after, body[data-ac-activated] .bs-popover-auto[x-placement^=bottom] > .arrow::after {
    border-bottom-color: var(--popover-arrow-color);
  }
  body[data-ac-activated] .bs-popover-left > .arrow::before, body[data-ac-activated] .bs-popover-auto[x-placement^=left] > .arrow::before, body[data-ac-activated] .bs-popover-left > .arrow::after, body[data-ac-activated] .bs-popover-auto[x-placement^=left] > .arrow::after {
    border-left-color: var(--popover-arrow-color);
  }
  body[data-ac-activated] .bs-popover-right > .arrow::before, body[data-ac-activated] .bs-popover-auto[x-placement^=right] > .arrow::before, body[data-ac-activated] .bs-popover-right > .arrow::after, body[data-ac-activated] .bs-popover-auto[x-placement^=right] > .arrow::after {
    border-right-color: var(--popover-arrow-color);
  }
}
.cookies-consent-dialog {
  --consent-dialog-background: var(--secondary-darkest-color);
  --consent-dialog-text-color: var(--white);
  --consent-dialog-link-color: var(--primary-color);
  --consent-dialog-link-hover-color: var(--consent-dialog-text-color);
  --consent-dialog-text-link-color: var(--consent-dialog-link-hover-color);
  --consent-dialog-text-link-hover-color: var(--primary-dark-color);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: fixed;
  width: 100%;
  -webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.4);
          box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.4);
  background: var(--consent-dialog-background);
  color: var(--consent-dialog-text-color);
  z-index: 10000;
  text-align: justify;
  padding: 2rem 3rem;
  margin-bottom: 2rem;
  bottom: 0;
}
.cookies-consent-dialog .consent-button {
  font-weight: 700;
}
.cookies-consent-dialog .link-normal, .cookies-consent-dialog .link, .cookies-consent-dialog .conteudo-principal__content.parse-markdown a, .conteudo-principal__content.parse-markdown .cookies-consent-dialog a, .cookies-consent-dialog a {
  color: var(--consent-dialog-link-color);
}
.cookies-consent-dialog .link-normal:hover, .cookies-consent-dialog .link:hover, .cookies-consent-dialog a:hover {
  color: var(--consent-dialog-link-hover-color);
}
.cookies-consent-dialog .link-text {
  color: var(--consent-dialog-text-link-color);
}
.cookies-consent-dialog .link-text:hover {
  color: var(--consent-dialog-text-link-hover-color);
}

@media not print {
  body[data-ac-activated] .cookies-consent-dialog {
    --consent-dialog-background: var(--primary-dark-color);
    border: 3px solid var(--primary-light-color);
  }
  body[data-ac-activated] .cookies-consent-dialog .link-normal:hover {
    color: var(--link-hover-color);
  }
}
.skip-menu {
  position: fixed;
  top: -8rem;
  -webkit-transition: top 300ms ease-in-out 0ms;
  transition: top 300ms ease-in-out 0ms;
  white-space: nowrap;
  z-index: 10000;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}
.skip-menu .btn-group {
  -webkit-box-shadow: 0 2px 3px rgba(0, 0, 0, 0.4);
          box-shadow: 0 2px 3px rgba(0, 0, 0, 0.4);
  border-top-right-radius: 0;
  border-top-left-radius: 0;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
}
.skip-menu .btn-group .btn-quaternary, .skip-menu .btn-group button-quaternary-icon,
.skip-menu .btn-group .btn-quaternary-icon {
  margin-bottom: 0;
}
.skip-menu .btn-group .btn-quaternary:first-child, .skip-menu .btn-group button-quaternary-icon:first-child,
.skip-menu .btn-group .btn-quaternary-icon:first-child {
  border-top-left-radius: 0;
}
.skip-menu .btn-group .btn-quaternary:last-child, .skip-menu .btn-group button-quaternary-icon:last-child,
.skip-menu .btn-group .btn-quaternary-icon:last-child {
  border-top-right-radius: 0;
}
.skip-menu:focus-within {
  top: 0;
}
.skip-menu__link {
  line-height: 2.5rem;
  position: relative;
}
.skip-menu__link .skip-menu__texto {
  padding: 0 5px;
  text-transform: uppercase;
}
.skip-menu__link .skip-menu__accesskey {
  background-color: var(--primary-dark-color);
  color: var(--white);
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 1.75rem;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  min-width: 1.75rem;
  padding: 0.25rem 0.375rem;
  border-radius: 5px;
}

@media not print {
  body[data-ac-activated] .skip-menu .btn-group {
    -webkit-box-shadow: none;
            box-shadow: none;
  }
  body[data-ac-activated] .skip-menu .skip-menu__accesskey {
    background-color: var(--primary-color);
    color: var(--bg-color);
    -webkit-box-shadow: none !important;
            box-shadow: none !important;
  }
}
.wizard .wizard-toggle .wizard-selected .wizard-status, .step .step-progress .step-progress-item::before {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: var(--step-item-bg-color);
  border: var(--step-line) solid var(--step-item-border-color);
  border-radius: 50%;
  content: var(--step-icon-content)/"";
  color: var(--step-item-color);
  font-family: var(--step-item-font-family);
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  font-size: calc(var(--step-size) / 2);
  font-weight: 600;
  height: var(--step-size);
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: absolute;
  width: var(--step-size);
  top: 0;
  z-index: 2;
}

.step .step-progress .step-progress-item:not(:last-child)::after {
  background-color: var(--step-line-color);
  content: "";
  display: block;
  height: var(--step-line);
  left: 50%;
  position: absolute;
  z-index: 1;
  top: calc(var(--step-size) * 0.5);
  width: 100%;
}

.wizard .wizard-toggle .wizard-selected .wizard-status, .wizard .wizard-toggle .wizard-selected, .step {
  --step-size: var(--step-medium);
  --step-small: 1.5rem;
  --step-medium: 2rem;
  --step-large: 2.5rem;
  --step-line-color: var(--secondary-light-color);
  --step-line: 2px;
  --step-item-font-family: var(--step-item-symbol-font-family);
  --step-item-ordered-font-family: "Open Sans", sans-serif;
  --step-item-symbol-font-family: "Font Awesome 6 Free";
  --step-item-border-color: var(--secondary-light-color);
  --step-item-color: var(--secondary-light-color);
  --step-item-bg-color: var(--white);
  --step-label-color: var(--secondary-darkest-color);
  --step-icon-color: var(--secondary-light-color);
  --step-icon-bg-color: transparent;
  --step-icon-content: var(--step-icon-empty);
  --step-icon-partial: "⬤";
  --step-icon-empty: "";
  --step-icon-ordered: attr(step-num);
  --step-icon-success: "";
  --step-icon-warning: "!";
  --step-icon-danger: "";
  --step-item-hover-color: var(--primary-dark-color);
  --step-item-hover-bg-color: var(--white);
  --step-item-hover-border-color: var(--primary-dark-color);
  --step-item-hover-icon-content: var(--step-icon-partial);
  --step-icon-hover-color: var(--primary-dark-color);
  --step-icon-hover-bg-color: var(--white);
}

.step {
  width: 100%;
}
.step .step-progress {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.step .step-progress.step-small {
  --step-size: var(--step-small);
}
.step .step-progress.step-medium {
  --step-size: var(--step-medium);
}
.step .step-progress.step-large {
  --step-size: var(--step-large);
}
.step .step-progress .step-progress-item {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  background-color: transparent;
  border: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  min-height: var(--step-size);
  padding: 0;
  position: relative;
  margin-bottom: 0;
}
.step .step-progress .step-progress-item:focus-visible {
  outline: none;
}
.step .step-progress .step-progress-item:focus-visible::before {
  z-index: 3;
}
.step .step-progress .step-progress-item.active {
  --step-item-bg-color: var(--white);
  --step-item-border-color: var(--primary-color);
  --step-item-color: var(--primary-color);
  --step-icon-content: var(--step-icon-partial);
  --step-icon-bg-color: var(--white);
  --step-icon-color: var(--primary-color);
  --step-label-color: var(--primary-color);
}
.step .step-progress .step-progress-item.active .step-label {
  font-weight: 600;
}
.step .step-progress .step-progress-item.step-success, .step .step-progress .step-progress-item.step-warning, .step .step-progress .step-progress-item.step-danger {
  --step-item-color: var(--white);
  --step-icon-color: transparent;
  --step-icon-bg-color: transparent;
}
.step .step-progress .step-progress-item.step-success {
  --step-item-bg-color: var(--primary-color);
  --step-item-border-color: var(--primary-color);
  --step-icon-content: var(--step-icon-success);
  --step-line-color: var(--primary-color);
}
.step .step-progress .step-progress-item.step-warning {
  --step-item-bg-color: var(--warning-dark-color);
  --step-item-border-color: var(--warning-dark-color);
  --step-icon-content: var(--step-icon-warning);
  --step-label-color: var(--warning-dark-color);
}
.step .step-progress .step-progress-item.step-warning .step-label {
  font-weight: 600;
}
.step .step-progress .step-progress-item.step-danger {
  --step-item-color: var(--white);
  --step-item-bg-color: var(--danger-dark-color);
  --step-item-border-color: var(--danger-dark-color);
  --step-icon-content: var(--step-icon-danger);
  --step-label-color: var(--danger-dark-color);
}
.step .step-progress .step-progress-item.step-danger .step-label {
  font-weight: 600;
}
.step .step-progress .step-label {
  color: var(--step-label-color);
  display: inline-block;
  max-width: 160px;
  font-size: 14px;
  font-weight: normal;
  margin-top: var(--step-size);
  padding-top: 20px;
  text-align: center;
}
.step .step-progress .step-icon {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: absolute;
  height: var(--step-size);
  width: var(--step-size);
  top: auto;
  z-index: 4;
  margin-right: 0;
}
.step .step-progress .step-icon::before {
  background-color: var(--step-icon-bg-color);
  color: var(--step-icon-color);
  font-size: calc(var(--step-size) / 2);
}
.step .step-progress.step-ordered .step-progress-item:not(.step-warning, .step-danger, .step-success) {
  --step-item-font-family: var(--step-item-ordered-font-family);
  --step-icon-content: var(--step-icon-ordered);
}
.step a.step-progress-item:hover:not(.active, :disabled),
.step button.step-progress-item:hover:not(.active, :disabled) {
  text-decoration: none;
  --step-item-bg-color: var(--step-item-hover-bg-color);
  --step-item-border-color: var(--step-item-hover-border-color);
  --step-item-color: var(--step-item-hover-color);
  --step-icon-content: var(--step-item-hover-icon-content);
}
.step a.step-progress-item:hover:not(.active, :disabled).step-warning,
.step button.step-progress-item:hover:not(.active, :disabled).step-warning {
  --step-item-hover-border-color: var(--warning-dark-color);
  --step-item-hover-color: var(--warning-dark-color);
}
.step a.step-progress-item:hover:not(.active, :disabled).step-danger,
.step button.step-progress-item:hover:not(.active, :disabled).step-danger {
  --step-item-hover-border-color: var(--danger-dark-color);
  --step-item-hover-color: var(--danger-dark-color);
}
.step a.step-progress-item:hover:not(.active, :disabled):has(.step-icon),
.step button.step-progress-item:hover:not(.active, :disabled):has(.step-icon) {
  --step-icon-content: var(--step-icon-empty);
}
.step a.step-progress-item:hover:not(.active, :disabled) .step-icon,
.step button.step-progress-item:hover:not(.active, :disabled) .step-icon {
  --step-icon-bg-color: var(--step-icon-hover-bg-color);
  --step-icon-color: var(--step-icon-hover-color);
}
.step a.step-progress-item:disabled,
.step button.step-progress-item:disabled {
  cursor: not-allowed;
  --step-icon-content: var(--step-icon-empty);
  --step-item-hover-border-color: var(--secondary-light-color);
  --step-item-hover-color: var(--secondary-light-color);
  --step-icon-hover-color: var(--secondary-light-color);
}
.step.step-slide a.step-progress-item:hover,
.step.step-slide button.step-progress-item:hover {
  --step-item-bg-color: var(--primary-color);
  --step-item-border-color: var(--primary-color);
  --step-icon-content: var(--step-icon-empty);
}
.step.step-vertical {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  height: 100%;
}
.step.step-vertical .step-progress {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
}
.step.step-vertical .step-progress .step-progress-item {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
}
.step.step-vertical .step-progress .step-progress-item::before {
  top: auto;
}
.step.step-vertical .step-progress .step-progress-item::after {
  height: 100%;
  left: calc(var(--step-size) * 0.5 - 1px);
  top: 50%;
  width: var(--step-line);
}
.step.step-vertical .step-progress .step-label {
  width: auto;
  margin-left: var(--step-size);
  margin-top: 0;
  padding: 20px;
  text-align: left;
  max-width: none;
}
.step.step-vertical[data-label=right] .step-progress .step-progress-item {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
}
.step.step-vertical[data-label=right] .step-progress .step-progress-item::after {
  left: calc(var(--step-size) * 0.5 - 1px);
  right: auto;
}
.step.step-vertical[data-label=right] .step-progress .step-label {
  margin-left: var(--step-size);
  text-align: left;
}
.step.step-vertical[data-label=left] .step-progress .step-progress-item {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: end;
}
.step.step-vertical[data-label=left] .step-progress .step-progress-item::after {
  right: calc(var(--step-size) * 0.5 - 1px);
  left: auto;
}
.step.step-vertical[data-label=left] .step-progress .step-label {
  margin-left: 0;
  margin-right: var(--step-size);
  text-align: right;
}
.step.step-slide {
  padding: 0 5px;
  width: auto;
  height: 16px;
  --step-item-bg-color: var(--secondary-color);
  --step-item-border-color: var(--secondary-color);
  --step-icon-content: var(--step-icon-empty);
  --step-item-hover-border-color: var(--primary-color);
}
.step.step-slide .step-progress .step-progress-item {
  width: 16px;
  top: 8px;
}
.step.step-slide .step-progress .step-progress-item::before {
  border-radius: 3px;
  border-width: 1px;
  height: 16px;
  width: 16px;
}
.step.step-slide .step-progress .step-progress-item + .step-progress-item {
  margin-left: 8px;
}
.step.step-slide .step-progress .step-progress-item.active {
  --step-item-bg-color: var(--primary-color);
  --step-item-border-color: var(--primary-color);
  --step-icon-content: var(--step-icon-empty);
}
.step.step-slide .step-progress .step-progress-item::after {
  content: none;
}
.step.step-slide .step-label {
  height: 0;
  overflow: hidden;
  width: 0;
  position: absolute;
}
.step.step-texto {
  width: auto;
}
.step.step-texto .step-progress {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.step.step-texto .step-progress .step-progress-item {
  --step-item-font-family: var(--step-item-ordered-font-family);
  cursor: default;
  height: 0;
  overflow: hidden;
  position: absolute;
  width: 0;
  --step-item-color: var(--text-color);
  --step-item-bg-color: transparent;
  --step-icon-content: var(--step-icon-ordered);
}
.step.step-texto .step-progress .step-progress-item::before {
  border: 0;
  font-size: 14px;
  font-weight: normal;
  width: auto;
}
.step.step-texto .step-progress .step-progress-item::after {
  content: none;
}
.step.step-texto .step-progress .step-progress-item.active::before {
  border: 0;
  position: static;
}
.step.step-texto .step-progress .step-progress-item.active {
  position: static;
  width: auto;
}
.step.step-texto .step-progress ds-tooltip + ds-tooltip {
  margin-left: 0;
}
.step.step-texto .step-label {
  height: 0;
  overflow: hidden;
  width: 0;
}

@media not print {
  body[data-ac-activated] .step {
    --step-icon-hover-color: var(--primary-color);
    --step-icon-hover-bg-color: var(--bg-color);
    --step-item-hover-color: var(--primary-color);
    --step-item-hover-border-color: var(--primary-color);
    --step-item-hover-bg-color: var(--bg-color);
    --step-label-color: var(--text-color);
    --step-icon-color: var(--text-color);
    --step-icon-bg-color: var(--bg-color);
    --step-item-border-color: var(--text-color);
    --step-item-bg-color: var(--bg-color);
    --step-item-color: var(--text-color);
  }
  body[data-ac-activated] .step .step-progress .step-progress-item.active {
    --step-item-bg-color: var(--bg-color);
    --step-icon-bg-color: var(--bg-color);
    --step-item-color: var(--primary-color);
  }
  body[data-ac-activated] .step .step-progress .step-progress-item.step-success {
    --step-icon-bg-color: transparent;
    --step-item-color: var(--bg-color);
  }
  body[data-ac-activated] .step .step-progress .step-progress-item.step-success.active {
    --step-item-bg-color: var(--primary-color);
  }
  body[data-ac-activated] .step .step-progress .step-progress-item.step-warning, body[data-ac-activated] .step .step-progress .step-progress-item.step-danger {
    --step-icon-bg-color: var(--text-color);
    --step-icon-color: var(--bg-color);
    --step-item-color: var(--bg-color);
    --step-item-bg-color: var(--text-color);
  }
  body[data-ac-activated] .step .step-progress a.step-progress-item.step-success:hover:not(.active, :disabled), body[data-ac-activated] .step .step-progress a.step-progress-item.step-warning:hover:not(.active, :disabled), body[data-ac-activated] .step .step-progress a.step-progress-item.step-danger:hover:not(.active, :disabled),
  body[data-ac-activated] .step .step-progress button.step-progress-item.step-success:hover:not(.active, :disabled),
  body[data-ac-activated] .step .step-progress button.step-progress-item.step-warning:hover:not(.active, :disabled),
  body[data-ac-activated] .step .step-progress button.step-progress-item.step-danger:hover:not(.active, :disabled) {
    --step-item-bg-color: var(--step-item-hover-bg-color);
    --step-item-color: var(--step-item-hover-color);
  }
  body[data-ac-activated] .step.step-slide {
    --step-icon-hover-bg-color: var(--primary-color);
    --step-item-hover-border-color: var(--primary-color);
    --step-item-bg-color: var(--bg-color);
    --step-item-border-color: var(--primary-color);
  }
  body[data-ac-activated] .step.step-slide .step-progress .step-progress-item.active {
    --step-item-bg-color: var(--primary-color);
  }
  body[data-ac-activated] .step.step-texto .step-progress .step-progress-item.active {
    --step-item-color: var(--text-color);
  }
}
.wizard {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 100%;
}
.wizard .wizard-header {
  padding: 20px 0;
  border-bottom: 1px solid var(--secondary-light-color);
}
.wizard .wizard-body {
  margin: 30px 0 30px 25px;
  padding: 0 30px 0 5px;
  height: auto;
  overflow-y: auto;
}
.wizard .wizard-body .wizard-body-content {
  display: none;
}
.wizard .wizard-body .wizard-body-content.active {
  display: block;
}
.wizard .wizard-footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-top: 1px solid var(--secondary-light-color);
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  margin-top: 1px;
  padding: 20px 30px 20px 16px;
  width: 100%;
}
.wizard .wizard-footer .wizard-btn-canc {
  margin-right: auto;
}
.wizard .wizard-footer .wizard-btn-next,
.wizard .wizard-footer .wizard-btn-back {
  margin-left: 20px;
}
.wizard .wizard-toggle {
  display: none;
  padding: 6px 16px 6px 15px;
  margin-bottom: 0;
  border-radius: 0;
  border-bottom: 1px solid var(--secondary-light-color);
  height: 70px;
}
.wizard .wizard-toggle .wizard-selected {
  white-space: nowrap;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.wizard .wizard-toggle .wizard-selected .wizard-status {
  position: relative;
  min-width: 32px;
  margin-left: 1px;
  --step-item-color: var(--primary-color);
  --step-item-border-color: var(--primary-color);
  --step-item-bg-color: var(--white);
}
.wizard .wizard-toggle .wizard-selected .wizard-status + .wizard-text {
  color: var(--primary-color);
}
.wizard .wizard-toggle .wizard-selected .wizard-status.wizard-item::before {
  content: var(--step-icon-content);
}
.wizard .wizard-toggle .wizard-selected .wizard-status.wizard-item.wizard-bullet {
  --step-icon-content: var(--step-icon-partial);
}
.wizard .wizard-toggle .wizard-selected .wizard-status.wizard-item.wizard-ordered {
  --step-icon-content: var(--step-icon-ordered);
}
.wizard .wizard-toggle .wizard-selected .wizard-status.wizard-item.wizard-success, .wizard .wizard-toggle .wizard-selected .wizard-status.wizard-item.wizard-warning, .wizard .wizard-toggle .wizard-selected .wizard-status.wizard-item.wizard-danger {
  --step-item-color: var(--white);
}
.wizard .wizard-toggle .wizard-selected .wizard-status.wizard-item.wizard-success {
  --step-item-bg-color: var(--primary-color);
  --step-item-border-color: var(--primary-color);
  --step-line-color: var(--primary-color);
}
.wizard .wizard-toggle .wizard-selected .wizard-status.wizard-item.wizard-success::before {
  --step-icon-content: var(--step-icon-success);
}
.wizard .wizard-toggle .wizard-selected .wizard-status.wizard-item.wizard-warning {
  --step-item-bg-color: var(--warning-dark-color);
  --step-item-border-color: var(--warning-dark-color);
  --step-line-color: var(--warning-dark-color);
}
.wizard .wizard-toggle .wizard-selected .wizard-status.wizard-item.wizard-warning::before {
  --step-icon-content: var(--step-icon-warning);
}
.wizard .wizard-toggle .wizard-selected .wizard-status.wizard-item.wizard-warning + .wizard-text {
  color: var(--warning-dark-color);
}
.wizard .wizard-toggle .wizard-selected .wizard-status.wizard-item.wizard-danger {
  --step-item-bg-color: var(--danger-dark-color);
  --step-item-border-color: var(--danger-dark-color);
  --step-line-color: var(--danger-dark-color);
}
.wizard .wizard-toggle .wizard-selected .wizard-status.wizard-item.wizard-danger::before {
  --step-icon-content: var(--step-icon-danger);
}
.wizard .wizard-toggle .wizard-selected .wizard-status.wizard-item.wizard-danger + .wizard-text {
  color: var(--danger-dark-color);
}
.wizard .wizard-toggle .wizard-selected .wizard-text {
  padding: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
}
.wizard .wizard-toggle .wizard-selected + i {
  padding: 6px 9px;
  margin: 0;
}
@media (min-width: 576px) {
  .wizard .wizard-body:not(.wizard-desktop-vertical .wizard-body) {
    height: clamp(130px, 35vh, 530px);
  }
}
@media (min-width: 768px) {
  .wizard .wizard-desktop-vertical {
    display: grid;
    grid-template-columns: 3fr 7fr;
    height: clamp(272px, 55vh, 672px);
  }
  .wizard .wizard-desktop-vertical .wizard-header {
    border-bottom: none;
    border-right: 1px solid var(--secondary-light-color);
    padding: 0px 20px 0 40px;
    overflow-y: auto;
    min-width: 300px;
  }
  .wizard .wizard-desktop-vertical .wizard-header .step-progress-item {
    min-height: 92px;
  }
  .wizard .wizard-desktop-vertical .wizard-body {
    margin: 30px 0 30px 35px;
    padding: 0 40px 0 5px;
  }
  .wizard .wizard-desktop-vertical .wizard-body .wizard-body-content {
    max-height: 235px;
  }
}
.wizard.wizard-vertical {
  position: relative;
}
.wizard.wizard-vertical .wizard-header {
  padding: 0 16px 0 16px;
  display: none;
  width: 100%;
  max-height: 184px;
  overflow-y: auto;
  position: absolute;
  top: 70px;
  background-color: var(--white);
  z-index: 6;
  border-radius: 0px 0px 10px 10px;
  -webkit-box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.1607843137);
          box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.1607843137);
}
.wizard.wizard-vertical .wizard-header .step-progress-item .step-label {
  max-width: none;
}
.wizard.wizard-vertical .wizard-body {
  margin-left: 16px;
}
.wizard.wizard-vertical .wizard-toggle {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media not print {
  body[data-ac-activated] .wizard .wizard-toggle .wizard-status {
    --step-item-bg-color: var(--primary-dark-color);
  }
  body[data-ac-activated] .wizard .wizard-toggle .wizard-status.wizard-item.wizard-success, body[data-ac-activated] .wizard .wizard-toggle .wizard-status.wizard-item.wizard-warning, body[data-ac-activated] .wizard .wizard-toggle .wizard-status.wizard-item.wizard-danger {
    --step-item-color: var(--primary-dark-color);
  }
  body[data-ac-activated] .wizard .wizard-toggle .wizard-status.wizard-item.wizard-warning, body[data-ac-activated] .wizard .wizard-toggle .wizard-status.wizard-item.wizard-danger {
    --step-item-bg-color: var(--primary-light-color);
    --step-item-border-color: var(--primary-light-color);
  }
  body[data-ac-activated] .wizard .wizard-toggle .wizard-status.wizard-item.wizard-warning + .wizard-text, body[data-ac-activated] .wizard .wizard-toggle .wizard-status.wizard-item.wizard-danger + .wizard-text {
    color: var(--primary-light-color);
  }
  body[data-ac-activated] .wizard .wizard-header {
    background-color: var(--primary-dark-color);
  }
}
.form-group .combo *,
.form-group .combo *::before,
.form-group .combo *::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: initial;
}
.form-group .combo {
  display: block;
  position: relative;
  --combobox-text-color: var(--text-color);
  --combobox-icon-color: var(--primary-darker-color);
  --combobox-placeholder-color: var(--secondary-darker-color);
  --combobox-menu-bg-color: var(--white);
  --combobox-disabled-color: var(--secondary-lighter-color);
  --combobox-option-disabled-color: var(--secondary-darker-color);
  --combobox-option-selected-text-color: var(--text-color);
  --combobox-option-selected-bg-color: var(--primary-light-color);
  --combobox-option-hover-text-color: var(--text-color);
  --combobox-option-hover-bg-color: var(--primary-light-color);
  --combobox-option-focused-outline-color: var(--primary-darker-color);
}
.form-group .combo::after {
  border-bottom: 2px solid var(--combobox-icon-color);
  border-right: 2px solid var(--combobox-icon-color);
  content: "";
  display: block;
  height: 0.5rem;
  pointer-events: none;
  position: absolute;
  right: 0.5rem;
  top: 43%;
  -webkit-transform: translate(0, -65%) rotate(45deg);
          transform: translate(0, -65%) rotate(45deg);
  width: 0.5rem;
}
.form-group .combo[disabled], .form-group .combo.disabled {
  cursor: not-allowed;
  --combobox-text-color: var(--combobox-disabled-color);
  --combobox-icon-color: var(--combobox-disabled-color);
}
.form-group .combo[disabled] .form-control, .form-group .combo.disabled .form-control {
  border-bottom: 1px solid var(--combobox-disabled-color) !important;
}
.form-group .combo[disabled] .form-control:focus, .form-group .combo.disabled .form-control:focus {
  border-bottom: 1px solid var(--combobox-disabled-color) !important;
}
.form-group .combo.is-invalid {
  --combobox-icon-color: var(--danger-dark-color);
}
.form-group .form-control.combo-input {
  display: block;
  font-size: 1em;
  line-height: 1.2rem;
  min-height: calc(1.4em + 10px);
  padding: 6px;
  text-align: left;
  width: 100%;
  font-weight: normal;
  cursor: inherit;
  color: var(--combobox-text-color);
}
.form-group .form-control.combo-input.is-invalid {
  background-position: center right 24px;
}
.form-group .combo-menu {
  background-color: var(--combobox-menu-bg-color);
  border: 1px solid var(--secondary-color);
  display: none;
  max-height: 300px;
  overflow-y: auto;
  left: 0;
  position: absolute;
  top: 100%;
  width: 100%;
  z-index: 100;
}
.form-group .open .combo-menu {
  display: block;
}
.form-group .combo-option {
  padding: 0.375rem 0.625rem;
  cursor: pointer;
  color: var(--combobox-option-text-color);
}
.form-group .combo-option:hover {
  background-color: var(--combobox-option-hover-bg-color);
  color: var(--combobox-option-hover-text-color);
}
.form-group .combo-option.option-current {
  outline: 3px solid var(--combobox-option-focused-outline-color);
  outline-offset: -3px;
}
.form-group .combo-option[aria-selected=true]:not([data-placeholder]) {
  padding-right: 30px;
  position: relative;
  background-color: var(--combobox-option-selected-bg-color);
  color: var(--combobox-option-selected-text-color);
}
.form-group .combo-option[aria-selected=true]:not([data-placeholder])::after {
  border-bottom: 2px solid var(--combobox-option-selected-text-color);
  border-right: 2px solid var(--combobox-option-selected-text-color);
  content: "";
  height: 0.8rem;
  position: absolute;
  right: 0.7rem;
  top: 45%;
  -webkit-transform: translate(0, -50%) rotate(45deg);
          transform: translate(0, -50%) rotate(45deg);
  width: 0.46rem;
}
.form-group .combo-option[aria-disabled=true], .form-group .combo-option[disabled] {
  color: var(--combobox-option-disabled-color);
  cursor: not-allowed;
}
.form-group .combo-option[data-placeholder] {
  color: var(--combobox-placeholder-color);
  font-style: italic;
}
.form-group .combo-option[data-placeholder]:hover {
  color: var(--combobox-placeholder-hovered-text-color);
}

/** Definição de cores no alto-contraste */
body[data-ac-activated] .form-group .combo {
  --combobox-text-color: var(--text-color);
  --combobox-icon-color: var(--primary-color);
  --combobox-placeholder-color: var(--text-color);
  --combobox-placeholder-hovered-text-color: var(--bg-color);
  --combobox-menu-bg-color: var(--bg-color);
  --combobox-option-text-color: var(--text-color);
  --combobox-option-selected-text-color: var(--bg-color);
  --combobox-option-selected-bg-color: var(--text-color);
  --combobox-option-hover-text-color: var(--bg-color);
  --combobox-option-hover-bg-color: var(--text-color);
  --combobox-option-focused-outline-color: var(--primary-darker-color);
}

[contenteditable=true]:empty:before {
  content: attr(placeholder);
  pointer-events: none;
  display: block; /* For Firefox */
}

[contenteditable=true][aria-disabled=true] {
  content: attr(placeholder);
  pointer-events: none;
  display: block;
  color: #d8e1ea;
}

.datepicker__modal__wrapper {
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.251);
          box-shadow: 0 0 5px rgba(0, 0, 0, 0.251);
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 0.938rem;
  background-clip: padding-box;
  background-color: #ffffff;
  color: #5b6372;
  padding: 0.2rem;
  padding-top: 0.8rem;
  position: absolute;
  display: none;
  z-index: 9999;
}
.datepicker__modal__wrapper.open {
  display: block;
}
.datepicker__modal__wrapper .datepicker__header {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 2rem;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.2rem;
  padding: 0 0.5em;
}
.datepicker__modal__wrapper .datepicker__header .header__currentMonthYear,
.datepicker__modal__wrapper .datepicker__header .header__currentPeriod {
  font-family: "Open Sans", sans-serif;
  background-color: transparent;
  color: var(--secondary-darkest-color);
  font-size: 1rem;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  text-align: center;
  margin: 0;
  font-weight: 300;
}
.datepicker__modal__wrapper .datepicker__header .header__currentMonthYear {
  border: none;
  cursor: pointer;
  padding: 0.5rem 0.2rem;
  text-transform: capitalize;
  border-radius: 4px;
}
.datepicker__modal__wrapper .datepicker__header .header__currentMonthYear:hover {
  background-color: var(--secondary-light-color);
}
.datepicker__modal__wrapper .datepicker__header .header__currentMonthYear:focus {
  outline: 2px solid var(--primary-color);
}
.datepicker__modal__wrapper .datepicker__header .header__buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0.5rem 0.8rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  cursor: pointer;
  border: 1px solid transparent;
  background: transparent;
  border-radius: 15%;
  color: var(--primary-dark-color);
  font-weight: bolder;
  font-size: 1rem;
  margin: 0;
}
.datepicker__modal__wrapper .datepicker__header .header__buttons i {
  margin: 0;
  color: var(--primary-color);
}
.datepicker__modal__wrapper .datepicker__header .header__buttons:hover {
  background-color: var(--secondary-light-color);
}
.datepicker__modal__wrapper .datepicker__header .header__buttons:focus {
  outline: 2px solid var(--primary-color);
}
.datepicker__modal__wrapper .datepicker__dateTable {
  padding: 0.3rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.datepicker__modal__wrapper .datepicker__dateTable .datepicker__dateTable__tableHeader {
  font-family: "Open Sans", sans-serif;
  text-transform: capitalize;
  font-size: 0.75rem;
}
.datepicker__modal__wrapper .datepicker__dateTable .datepicker__dateTable__tableHeader tr {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0.25rem;
  margin: 0.125rem 0;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.datepicker__modal__wrapper .datepicker__dateTable .datepicker__dateTable__tableHeader tr th {
  width: 2rem;
  color: var(--primary-dark-color);
  height: 2rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  text-align: center;
  border: 2px solid transparent;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-weight: 400;
}
.datepicker__modal__wrapper .datepicker__dateTable .datepicker__dateTable__tableBody {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.datepicker__modal__wrapper .datepicker__dateTable .datepicker__dateTable__tableBody tr {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0.25rem;
  margin: 0.125rem 0;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.datepicker__modal__wrapper .datepicker__dateTable .datepicker__dateTable__tableBody tr .disabled {
  color: #cfd7e0;
  cursor: not-allowed;
}
.datepicker__modal__wrapper .datepicker__dateTable .datepicker__dateTable__tableBody tr .disabled:hover {
  background-color: var(--bg-color);
}
.datepicker__modal__wrapper .datepicker__dateTable .datepicker__dateTable__tableBody tr .disabled:focus {
  border: none;
}
.datepicker__modal__wrapper .datepicker__dateTable .datepicker__dateTable__tableBody tr td {
  width: 2rem;
  height: 2rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  text-align: center;
  border: 2px solid transparent;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #5b6372;
  font-size: 0.8rem;
  cursor: pointer;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  box-sizing: border-box;
  border-radius: 5px;
}
.datepicker__modal__wrapper .datepicker__dateTable .datepicker__dateTable__tableBody tr td[aria-selected=true] {
  background-color: var(--primary-light-color);
}
.datepicker__modal__wrapper .datepicker__dateTable .datepicker__dateTable__tableBody tr td.currentDay {
  border: 2px solid var(--secondary-darkest-color);
}
.datepicker__modal__wrapper .datepicker__dateTable .datepicker__dateTable__tableBody tr td:focus {
  outline: 2px solid var(--primary-dark-color);
}
.datepicker__modal__wrapper .datepicker__dateTable .datepicker__dateTable__tableBody tr td:hover {
  background-color: var(--secondary-light-color);
}
.datepicker__modal__wrapper .datepicker__monthsPeriodTable {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.datepicker__modal__wrapper .datepicker__monthsPeriodTable .datepicker__monthsPeriodTable__tableBody {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-top: 1rem;
}
.datepicker__modal__wrapper .datepicker__monthsPeriodTable .datepicker__monthsPeriodTable__tableBody tr {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0.25rem;
  margin: 0.125rem 0;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.datepicker__modal__wrapper .datepicker__monthsPeriodTable .datepicker__monthsPeriodTable__tableBody tr td {
  cursor: pointer;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 4rem;
  height: 4.5rem;
  border: 0;
  padding: 0;
  border-radius: 0.938rem;
  font-family: Arial, Helvetica, sans-serif;
  color: #5b6372;
  font-size: 0.8rem;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  box-sizing: border-box;
}
.datepicker__modal__wrapper .datepicker__monthsPeriodTable .datepicker__monthsPeriodTable__tableBody tr td:hover {
  background-color: #eee;
}
.datepicker__modal__wrapper .datepicker__monthsPeriodTable .datepicker__monthsPeriodTable__tableBody tr td:active {
  background-color: transparent;
}
.datepicker__modal__wrapper .datepicker__monthsPeriodTable .datepicker__monthsPeriodTable__tableBody tr td:focus {
  outline: 2px solid var(--primary-color);
}
.datepicker__modal__wrapper .modal__messages {
  background-color: #ffffff;
  padding: 0.8rem 0.6rem;
  border-radius: 0.938rem;
  font-size: 0.9rem;
}

body[data-ac-activated] .datepicker__modal__wrapper {
  background-color: var(--bg-color);
  border: 2px solid var(--border-color);
}
body[data-ac-activated] .datepicker__modal__wrapper .datepicker__header .header__buttons {
  color: var(--primary-color);
}
body[data-ac-activated] .datepicker__modal__wrapper .datepicker__header .header__buttons:hover {
  background-color: var(--bg-color);
  border: 1px solid var(--primary-color);
}
body[data-ac-activated] .datepicker__modal__wrapper .datepicker__header .header__currentMonthYear {
  color: var(--primary-light-color);
}
body[data-ac-activated] .datepicker__modal__wrapper .datepicker__header .header__currentMonthYear:hover {
  background-color: var(--primary-light-color);
  color: var(--primary-dark-color);
}
body[data-ac-activated] .datepicker__modal__wrapper .datepicker__header .header__currentPeriod {
  color: var(--primary-light-color);
}
body[data-ac-activated] .datepicker__modal__wrapper .datepicker__dateTable .datepicker__dateTable__tableHeader th {
  color: var(--primary-light-color);
}
body[data-ac-activated] .datepicker__modal__wrapper .datepicker__dateTable .datepicker__dateTable__tableBody tr td {
  color: var(--primary-color);
}
body[data-ac-activated] .datepicker__modal__wrapper .datepicker__dateTable .datepicker__dateTable__tableBody tr td:not(.disabled):hover {
  background-color: var(--primary-light-color);
  color: var(--primary-dark-color);
}
body[data-ac-activated] .datepicker__modal__wrapper .datepicker__dateTable .datepicker__dateTable__tableBody tr td.currentDay {
  border: 2px solid var(--primary-light-color);
}
body[data-ac-activated] .datepicker__modal__wrapper .datepicker__dateTable .datepicker__dateTable__tableBody tr td:focus {
  outline: 2px solid var(--primary-color);
}
body[data-ac-activated] .datepicker__modal__wrapper .datepicker__dateTable .datepicker__dateTable__tableBody tr td[aria-selected=true] {
  background-color: var(--primary-light-color);
  color: var(--primary-dark-color);
}
body[data-ac-activated] .datepicker__modal__wrapper .datepicker__dateTable .datepicker__dateTable__tableBody tr .disabled {
  color: var(--primary-darken-color);
}
body[data-ac-activated] .datepicker__modal__wrapper .datepicker__monthsPeriodTable .datepicker__monthsPeriodTable__tableBody tr td {
  color: var(--primary-color);
}
body[data-ac-activated] .datepicker__modal__wrapper .datepicker__monthsPeriodTable .datepicker__monthsPeriodTable__tableBody tr td:hover {
  background-color: var(--primary-light-color);
  color: var(--primary-dark-color);
}

.page-print {
  max-width: 800px;
}
.page-print .table, .page-print .conteudo-principal__content.parse-markdown table, .conteudo-principal__content.parse-markdown .page-print table {
  --border-table-size: 0;
}
.page-print .conteudo-principal__footer {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-top: var(--conteudo-principal-border-size) solid var(--secondary-lighter-color);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  padding: 10px 40px;
}

.print-color-exact {
  -webkit-print-color-adjust: exact;
          print-color-adjust: exact;
}

.print-color-economy {
  -webkit-print-color-adjust: economy;
          print-color-adjust: economy;
}

@media print {
  @page {
    size: A4;
    margin: 0;
  }
  body {
    --bg-color: var(--white);
  }
  #btn-back,
  #btn-print {
    display: none;
  }
  .table th, .conteudo-principal__content.parse-markdown table th {
    background-color: inherit !important;
  }
  .table-striped tbody tr:nth-of-type(odd),
  .conteudo-principal__content.parse-markdown table tbody tr:nth-of-type(odd) {
    background-color: var(--white) !important;
  }
  .table-striped tbody tr:nth-of-type(odd) > td,
  .conteudo-principal__content.parse-markdown table tbody tr:nth-of-type(odd) > td {
    background-color: inherit !important;
  }
  .table-striped tbody tr:nth-of-type(even),
  .conteudo-principal__content.parse-markdown table tbody tr:nth-of-type(even) {
    background-color: var(--secondary-lightest-color) !important;
  }
  .table-striped tbody tr:nth-of-type(even) > td,
  .conteudo-principal__content.parse-markdown table tbody tr:nth-of-type(even) > td {
    background-color: inherit !important;
  }
  .topo-relatorio {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .topo-relatorio__logo-instituicao,
  .topo-relatorio__logo-sistema {
    display: inline-block;
    width: auto;
    margin: 0;
  }
  .topo-relatorio__conteudo {
    text-align: center;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0;
  }
}
.form-input-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 1rem;
}
.form-input-group:has(label.sr-only) {
  position: relative;
}
.form-input-group .input-addon-wrapper {
  --padding-left: 0.188rem;
  --padding-right: 0.188rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
}
.form-input-group .input-addon-wrapper:has(> .input-icon) {
  --padding-left: calc(1.25em + 0.5rem);
}
.form-input-group .input-addon-wrapper:has(> .input-action) {
  --padding-right: calc(1.25em + 0.5rem);
}
.form-input-group .input-addon-wrapper .form-control {
  padding-left: var(--padding-left);
  padding-right: var(--padding-right);
}
.form-input-group.focused label {
  color: var(--primary-color);
}
.form-input-group:has(.is-invalid) label {
  color: var(--danger-dark-color);
}
.form-input-group:has(.is-invalid) .form-control {
  border-color: var(--danger-dark-color);
}

body[data-ac-activated] .form-input-group.focused label {
  color: var(--primary-color) !important;
}

.form-input-group .input-addon-wrapper .input-icon {
  margin-left: 0.25rem;
  position: absolute;
}
.form-input-group:has(input:disabled) .input-icon {
  color: var(--secondary-lighter-color);
}
.form-input-group:has(.is-invalid) .input-icon {
  color: var(--danger-dark-color);
}
.form-input-group:has(.is-invalid) .input-icon {
  top: 0.25rem;
}

.form-input-group .input-addon-wrapper .input-action {
  height: 1.25rem;
  margin-right: 0.25rem;
  position: absolute;
  right: 0;
  width: auto;
}
.form-input-group .input-addon-wrapper .input-action .btn-primary-icon.btn-sm,
.form-input-group .input-addon-wrapper .input-action .btn-group-sm > .btn-primary-icon,
.form-input-group .input-addon-wrapper .input-action .btn-secondary-icon.btn-sm,
.form-input-group .input-addon-wrapper .input-action .btn-group-sm > .btn-secondary-icon,
.form-input-group .input-addon-wrapper .input-action .btn-tertiary-icon.btn-sm,
.form-input-group .input-addon-wrapper .input-action .btn-group-sm > .btn-tertiary-icon,
.form-input-group .input-addon-wrapper .input-action .btn-quaternary-icon.btn-sm,
.form-input-group .input-addon-wrapper .input-action .btn-group-sm > .btn-quaternary-icon {
  height: 1.313rem;
  min-height: 1.313rem;
  min-width: 1.313rem;
  max-height: 1.313rem;
  max-width: 1.313rem;
  width: 1.313rem;
}
.form-input-group:has(.is-invalid):has(.input-action) .form-control {
  padding-right: calc(1.25em + 1.5rem) !important;
}
.form-input-group:has(.is-invalid) .input-action {
  margin-right: calc(0.75em + 0.75rem);
  top: 0.15rem;
}
.form-input-group:has(.is-invalid):has(.input-action) button {
  margin-bottom: 0;
}
.form-input-group:has(.is-invalid):has(.input-action) .btn-danger {
  background-color: var(--danger-dark-color);
  border: var(--border-button-size) solid var(--danger-dark-color);
  color: var(--white);
}
.form-input-group:has(.is-invalid):has(.input-action) .btn-danger:not([disabled]):not(.disabled):focus, .form-input-group:has(.is-invalid):has(.input-action) .btn-danger:not([disabled]):not(.disabled):hover, .form-input-group:has(.is-invalid):has(.input-action) .btn-danger:not([disabled]):not(.disabled):active {
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
}
.form-input-group:has(.is-invalid):has(.input-action) .btn-danger:not([disabled]):not(.disabled):focus {
  background-color: var(--danger-dark-color);
  border: var(--border-button-size) solid var(--danger-dark-color);
  outline: var(--outline-button-size) solid var(--danger-light-color);
}
.form-input-group:has(.is-invalid):has(.input-action) .btn-danger:not([disabled]):not(.disabled):hover {
  background-color: var(--danger-color);
  border: var(--border-button-size) solid var(--danger-color);
  color: var(--danger-dark-color);
}
.form-input-group:has(.is-invalid):has(.input-action) .btn-danger:not([disabled]):not(.disabled):active {
  background-color: var(--danger-light-color);
  border: var(--border-button-size) solid var(--danger-light-color);
  color: var(--danger-dark-color);
}

.bg-blue, body[data-ac-activated=azul-amarelo] .tela-erro, body[data-ac-activated=azul-amarelo] .tela-erro--vixe,
.component__box.azul-amarelo .tela-erro,
.component__box.azul-amarelo .tela-erro--vixe {
  background-color: #043e5f !important;
}

.text-muted {
  color: var(--text-muted-color) !important;
}

.font-weight-semibold {
  font-weight: 600 !important;
}

.px-15p {
  padding-left: 15% !important;
  padding-right: 15% !important;
}

.w-10 {
  width: 10% !important;
}

.h-fc {
  height: -webkit-fit-content !important;
  height: -moz-fit-content !important;
  height: fit-content !important;
}

.mx-40px {
  margin-left: 40px !important;
  margin-right: 40px !important;
}

.pl-20 {
  padding-left: 20px !important;
}

.h-100vh {
  height: 100vh !important;
}

@media (min-width: 768px) {
  .mx-md-40px {
    margin-left: 40px !important;
    margin-right: 40px !important;
  }
}

@media (max-width: 687px) {
  .rodape.px-15p {
    padding-left: 3rem !important;
    padding-right: 3rem !important;
  }
}
.w-215px {
  width: 215px !important;
}

.w-268px {
  width: 268px !important;
}

.h-100px {
  height: 100px !important;
}

.h-684px {
  height: 684px !important;
}

.h-465px {
  height: 465px !important;
}

.h-240px {
  height: 240px !important;
}

.max-height-50 {
  max-height: 50px !important;
}

.max-height-100 {
  max-height: 100px !important;
}

.max-height-150 {
  max-height: 150px !important;
}

.max-height-200 {
  max-height: 200px !important;
}

.max-height-250 {
  max-height: 250px !important;
}

.max-height-300 {
  max-height: 300px !important;
}

.max-height-350 {
  max-height: 350px !important;
}

.max-height-400 {
  max-height: 400px !important;
}

.max-height-450 {
  max-height: 450px !important;
}

.max-height-500 {
  max-height: 500px !important;
}

.max-height-550 {
  max-height: 550px !important;
}

.max-height-600 {
  max-height: 600px !important;
}

.max-height-650 {
  max-height: 650px !important;
}

.max-height-700 {
  max-height: 700px !important;
}

.max-height-750 {
  max-height: 750px !important;
}

.max-height-800 {
  max-height: 800px !important;
}

.max-height-850 {
  max-height: 850px !important;
}

.max-height-900 {
  max-height: 900px !important;
}

.max-height-950 {
  max-height: 950px !important;
}

.max-height-1000 {
  max-height: 1000px !important;
}

.min-height-50 {
  min-height: 50px !important;
}

.min-height-100 {
  min-height: 100px !important;
}

.min-height-150 {
  min-height: 150px !important;
}

.min-height-200 {
  min-height: 200px !important;
}

.min-height-250 {
  min-height: 250px !important;
}

.min-height-300 {
  min-height: 300px !important;
}

.min-height-350 {
  min-height: 350px !important;
}

.min-height-400 {
  min-height: 400px !important;
}

.min-height-450 {
  min-height: 450px !important;
}

.min-height-500 {
  min-height: 500px !important;
}

.min-height-550 {
  min-height: 550px !important;
}

.min-height-600 {
  min-height: 600px !important;
}

.min-height-650 {
  min-height: 650px !important;
}

.min-height-700 {
  min-height: 700px !important;
}

.min-height-750 {
  min-height: 750px !important;
}

.min-height-800 {
  min-height: 800px !important;
}

.min-height-850 {
  min-height: 850px !important;
}

.min-height-900 {
  min-height: 900px !important;
}

.min-height-950 {
  min-height: 950px !important;
}

.min-height-1000 {
  min-height: 1000px !important;
}

.max-width-50 {
  max-width: 50px !important;
}

.max-width-100 {
  max-width: 100px !important;
}

.max-width-150 {
  max-width: 150px !important;
}

.max-width-200 {
  max-width: 200px !important;
}

.max-width-250 {
  max-width: 250px !important;
}

.max-width-300 {
  max-width: 300px !important;
}

.max-width-350 {
  max-width: 350px !important;
}

.max-width-400 {
  max-width: 400px !important;
}

.max-width-450 {
  max-width: 450px !important;
}

.max-width-500 {
  max-width: 500px !important;
}

.max-width-550 {
  max-width: 550px !important;
}

.max-width-600 {
  max-width: 600px !important;
}

.max-width-650 {
  max-width: 650px !important;
}

.max-width-700 {
  max-width: 700px !important;
}

.max-width-750 {
  max-width: 750px !important;
}

.max-width-800 {
  max-width: 800px !important;
}

.max-width-850 {
  max-width: 850px !important;
}

.max-width-900 {
  max-width: 900px !important;
}

.max-width-950 {
  max-width: 950px !important;
}

.max-width-1000 {
  max-width: 1000px !important;
}

.min-width-50 {
  min-width: 50px !important;
}

.min-width-100 {
  min-width: 100px !important;
}

.min-width-150 {
  min-width: 150px !important;
}

.min-width-200 {
  min-width: 200px !important;
}

.min-width-250 {
  min-width: 250px !important;
}

.min-width-300 {
  min-width: 300px !important;
}

.min-width-350 {
  min-width: 350px !important;
}

.min-width-400 {
  min-width: 400px !important;
}

.min-width-450 {
  min-width: 450px !important;
}

.min-width-500 {
  min-width: 500px !important;
}

.min-width-550 {
  min-width: 550px !important;
}

.min-width-600 {
  min-width: 600px !important;
}

.min-width-650 {
  min-width: 650px !important;
}

.min-width-700 {
  min-width: 700px !important;
}

.min-width-750 {
  min-width: 750px !important;
}

.min-width-800 {
  min-width: 800px !important;
}

.min-width-850 {
  min-width: 850px !important;
}

.min-width-900 {
  min-width: 900px !important;
}

.min-width-950 {
  min-width: 950px !important;
}

.min-width-1000 {
  min-width: 1000px !important;
}

.overflow-initial {
  overflow: initial;
}

@media (min-width: 768px) {
  .overflow-md-hidden {
    overflow: hidden;
  }
}

.overflow-auto {
  overflow: auto;
}

.overflow-hidden {
  overflow: hidden;
}

.overflow-clip {
  overflow: clip;
}

.overflow-visible {
  overflow: visible;
}

.overflow-scroll {
  overflow: scroll;
}

.overflow-x-auto {
  overflow-x: auto;
}

.overflow-y-auto {
  overflow-y: auto;
}

.overflow-x-hidden {
  overflow-x: hidden;
}

.overflow-y-hidden {
  overflow-y: hidden;
}

.overflow-x-clip {
  overflow-x: clip;
}

.overflow-y-clip {
  overflow-y: clip;
}

.overflow-x-visible {
  overflow-x: visible;
}

.overflow-y-visible {
  overflow-y: visible;
}

.overflow-x-scroll {
  overflow-x: scroll;
}

.overflow-y-scroll {
  overflow-y: scroll;
}

.whitespace-normal {
  white-space: normal;
}

.whitespace-nowrap {
  white-space: nowrap;
}

.whitespace-pre {
  white-space: pre;
}

.whitespace-pre-line {
  white-space: pre-line;
}

.whitespace-pre-wrap {
  white-space: pre-wrap;
}

.bg-primary {
  background-color: var(--primary-color) !important;
}

.text-primary {
  color: var(--primary-color) !important;
}

.border-primary {
  border-color: var(--primary-color) !important;
}

.bg-primary-light {
  background-color: var(--primary-light-color) !important;
}

.text-primary-light {
  color: var(--primary-light-color) !important;
}

.border-primary-light {
  border-color: var(--primary-light-color) !important;
}

.bg-primary-dark {
  background-color: var(--primary-dark-color) !important;
}

.text-primary-dark {
  color: var(--primary-dark-color) !important;
}

.border-primary-dark {
  border-color: var(--primary-dark-color) !important;
}

.bg-primary-darker {
  background-color: var(--primary-darker-color) !important;
}

.text-primary-darker {
  color: var(--primary-darker-color) !important;
}

.border-primary-darker {
  border-color: var(--primary-darker-color) !important;
}

.bg-white, body[data-ac-activated=branco-azul] .tela-erro, body[data-ac-activated=branco-azul] .tela-erro--vixe,
.component__box.branco-azul .tela-erro,
.component__box.branco-azul .tela-erro--vixe {
  background-color: #fff !important;
}

.text-white {
  color: #fff !important;
}

.border-white {
  border-color: #fff !important;
}

.bg-secondary-lightest {
  background-color: var(--secondary-lightest-color) !important;
}

.text-secondary-lightest {
  color: var(--secondary-lightest-color) !important;
}

.border-secondary-lightest {
  border-color: var(--secondary-lightest-color) !important;
}

.bg-secondary-lighter {
  background-color: var(--secondary-lighter-color) !important;
}

.text-secondary-lighter {
  color: var(--secondary-lighter-color) !important;
}

.border-secondary-lighter {
  border-color: var(--secondary-lighter-color) !important;
}

.bg-secondary-light {
  background-color: var(--secondary-light-color) !important;
}

.text-secondary-light {
  color: var(--secondary-light-color) !important;
}

.border-secondary-light {
  border-color: var(--secondary-light-color) !important;
}

.bg-secondary {
  background-color: var(--secondary-color) !important;
}

.text-secondary {
  color: var(--secondary-color) !important;
}

.border-secondary {
  border-color: var(--secondary-color) !important;
}

.bg-secondary-dark {
  background-color: var(--secondary-dark-color) !important;
}

.text-secondary-dark {
  color: var(--secondary-dark-color) !important;
}

.border-secondary-dark {
  border-color: var(--secondary-dark-color) !important;
}

.bg-secondary-darker {
  background-color: var(--secondary-darker-color) !important;
}

.text-secondary-darker {
  color: var(--secondary-darker-color) !important;
}

.border-secondary-darker {
  border-color: var(--secondary-darker-color) !important;
}

.bg-secondary-darkest {
  background-color: var(--secondary-darkest-color) !important;
}

.text-secondary-darkest {
  color: var(--secondary-darkest-color) !important;
}

.border-secondary-darkest {
  border-color: var(--secondary-darkest-color) !important;
}

.bg-black, body[data-ac-activated=preto-amarelo] .tela-erro, body[data-ac-activated=preto-amarelo] .tela-erro--vixe,
.component__box.preto-amarelo .tela-erro,
.component__box.preto-amarelo .tela-erro--vixe,
body[data-ac-activated=preto-azul] .tela-erro,
body[data-ac-activated=preto-azul] .tela-erro--vixe,
.component__box.preto-azul .tela-erro,
.component__box.preto-azul .tela-erro--vixe {
  background-color: #000 !important;
}

.text-black {
  color: #000 !important;
}

.border-black {
  border-color: #000 !important;
}

@media not print {
  body[data-ac-activated] .bg-primary-light {
    background-color: var(--bg-color) !important;
  }
  body[data-ac-activated] .text-primary-light {
    color: var(--text-color) !important;
  }
  body[data-ac-activated] .border-primary-light {
    border-color: var(--border-color) !important;
  }
  body[data-ac-activated] .bg-white, body[data-ac-activated] body[data-ac-activated=branco-azul] .tela-erro, body[data-ac-activated=branco-azul] body[data-ac-activated] .tela-erro, body[data-ac-activated] body[data-ac-activated=branco-azul] .tela-erro--vixe, body[data-ac-activated=branco-azul] body[data-ac-activated] .tela-erro--vixe,
  body[data-ac-activated] .component__box.branco-azul .tela-erro,
  .component__box.branco-azul body[data-ac-activated] .tela-erro,
  body[data-ac-activated] .component__box.branco-azul .tela-erro--vixe,
  .component__box.branco-azul body[data-ac-activated] .tela-erro--vixe {
    background-color: var(--bg-color) !important;
  }
  body[data-ac-activated] .text-white {
    color: var(--text-color) !important;
  }
  body[data-ac-activated] .border-white {
    border-color: var(--border-color) !important;
  }
  body[data-ac-activated] .bg-secondary-lightest {
    background-color: var(--bg-color) !important;
  }
  body[data-ac-activated] .text-secondary-lightest {
    color: var(--text-color) !important;
  }
  body[data-ac-activated] .border-secondary-lightest {
    border-color: var(--border-color) !important;
  }
  body[data-ac-activated] .bg-secondary-lighter {
    background-color: var(--bg-color) !important;
  }
  body[data-ac-activated] .text-secondary-lighter {
    color: var(--text-color) !important;
  }
  body[data-ac-activated] .border-secondary-lighter {
    border-color: var(--border-color) !important;
  }
  body[data-ac-activated] .bg-secondary-light {
    background-color: var(--bg-color) !important;
  }
  body[data-ac-activated] .text-secondary-light {
    color: var(--text-color) !important;
  }
  body[data-ac-activated] .border-secondary-light {
    border-color: var(--border-color) !important;
  }
  body[data-ac-activated] .bg-secondary {
    background-color: var(--bg-color) !important;
  }
  body[data-ac-activated] .text-secondary {
    color: var(--text-color) !important;
  }
  body[data-ac-activated] .border-secondary {
    border-color: var(--border-color) !important;
  }
  body[data-ac-activated] .bg-secondary-dark {
    background-color: var(--bg-color) !important;
  }
  body[data-ac-activated] .text-secondary-dark {
    color: var(--text-color) !important;
  }
  body[data-ac-activated] .border-secondary-dark {
    border-color: var(--border-color) !important;
  }
  body[data-ac-activated] .bg-secondary-darker {
    background-color: var(--bg-color) !important;
  }
  body[data-ac-activated] .text-secondary-darker {
    color: var(--text-color) !important;
  }
  body[data-ac-activated] .border-secondary-darker {
    border-color: var(--border-color) !important;
  }
  body[data-ac-activated] .bg-secondary-darkest {
    background-color: var(--bg-color) !important;
  }
  body[data-ac-activated] .text-secondary-darkest {
    color: var(--text-color) !important;
  }
  body[data-ac-activated] .border-secondary-darkest {
    border-color: var(--border-color) !important;
  }
  body[data-ac-activated] .bg-black, body[data-ac-activated] body[data-ac-activated=preto-amarelo] .tela-erro, body[data-ac-activated=preto-amarelo] body[data-ac-activated] .tela-erro, body[data-ac-activated] body[data-ac-activated=preto-amarelo] .tela-erro--vixe, body[data-ac-activated=preto-amarelo] body[data-ac-activated] .tela-erro--vixe,
  body[data-ac-activated] .component__box.preto-amarelo .tela-erro,
  .component__box.preto-amarelo body[data-ac-activated] .tela-erro,
  body[data-ac-activated] .component__box.preto-amarelo .tela-erro--vixe,
  .component__box.preto-amarelo body[data-ac-activated] .tela-erro--vixe,
  body[data-ac-activated] body[data-ac-activated=preto-azul] .tela-erro,
  body[data-ac-activated=preto-azul] body[data-ac-activated] .tela-erro,
  body[data-ac-activated] body[data-ac-activated=preto-azul] .tela-erro--vixe,
  body[data-ac-activated=preto-azul] body[data-ac-activated] .tela-erro--vixe,
  body[data-ac-activated] .component__box.preto-azul .tela-erro,
  .component__box.preto-azul body[data-ac-activated] .tela-erro,
  body[data-ac-activated] .component__box.preto-azul .tela-erro--vixe,
  .component__box.preto-azul body[data-ac-activated] .tela-erro--vixe {
    background-color: var(--bg-color) !important;
  }
  body[data-ac-activated] .text-black {
    color: var(--text-color) !important;
  }
  body[data-ac-activated] .border-black {
    border-color: var(--border-color) !important;
  }
  body[data-ac-activated] .text-primary-dark {
    color: var(--primary-color) !important;
  }
  body[data-ac-activated] .bg-primary-dark {
    background-color: var(--primary-color) !important;
  }
  body[data-ac-activated] .border-primary-dark {
    border-color: var(--primary-color) !important;
  }
  body[data-ac-activated=preto-azul] .bg-primary-darker .text-white,
  body[data-ac-activated=preto-azul] .bg-primary-darker.text-white,
  body[data-ac-activated=preto-azul] .bg-primary-dark .text-white,
  body[data-ac-activated=preto-azul] .bg-primary-dark.text-white,
  body[data-ac-activated=preto-azul] .bg-primary .text-white,
  body[data-ac-activated=preto-azul] .bg-primary.text-white,
  body[data-ac-activated=preto-amarelo] .bg-primary-darker .text-white,
  body[data-ac-activated=preto-amarelo] .bg-primary-darker.text-white,
  body[data-ac-activated=preto-amarelo] .bg-primary-dark .text-white,
  body[data-ac-activated=preto-amarelo] .bg-primary-dark.text-white,
  body[data-ac-activated=preto-amarelo] .bg-primary .text-white,
  body[data-ac-activated=preto-amarelo] .bg-primary.text-white,
  body[data-ac-activated=branco-azul] .bg-primary-darker .text-white,
  body[data-ac-activated=branco-azul] .bg-primary-darker.text-white,
  body[data-ac-activated=branco-azul] .bg-primary-dark .text-white,
  body[data-ac-activated=branco-azul] .bg-primary-dark.text-white,
  body[data-ac-activated=branco-azul] .bg-primary .text-white,
  body[data-ac-activated=branco-azul] .bg-primary.text-white,
  body[data-ac-activated=azul-amarelo] .bg-primary-darker .text-white,
  body[data-ac-activated=azul-amarelo] .bg-primary-darker.text-white,
  body[data-ac-activated=azul-amarelo] .bg-primary-dark .text-white,
  body[data-ac-activated=azul-amarelo] .bg-primary-dark.text-white,
  body[data-ac-activated=azul-amarelo] .bg-primary .text-white,
  body[data-ac-activated=azul-amarelo] .bg-primary.text-white {
    color: var(--bg-color) !important;
  }
  body[data-ac-activated=azul-amarelo] .bg-primary-darker .text-white,
  body[data-ac-activated=azul-amarelo] .bg-primary-darker.text-white {
    color: var(--text-color) !important;
  }
  body[data-ac-activated] .text-success-light,
  body[data-ac-activated] .text-success,
  body[data-ac-activated] .text-success-dark,
  body[data-ac-activated] .text-warning-light,
  body[data-ac-activated] .text-warning,
  body[data-ac-activated] .text-warning-dark,
  body[data-ac-activated] .text-danger-light {
    color: var(--danger-light-color) !important;
  }
  body[data-ac-activated] .text-danger {
    color: var(--danger-color) !important;
  }
  body[data-ac-activated] .text-danger-dark {
    color: var(--danger-dark-color) !important;
  }
}
/*
@deprecated .login_logo a partir da 1.13.0
usar .logo, .logo_social, .logo_academica, .logo_administrativo, .logo_ufrn
*/
svg.login_logo,
svg.logo {
  --svg-icone-color: var(--primary-color);
  --svg-icone-dark-color: var(--primary-darker-color);
  --svg-sigla-color: var(--secondary-darker-color);
}
svg.login_logo .logo-sigla,
svg.logo .logo-sigla {
  font-size: 1.313rem;
  fill: var(--svg-sigla-color);
  font-family: "Arial", sans-serif;
  font-weight: bold;
}
@media (max-width: 1200px) {
  svg.login_logo .logo-sigla,
  svg.logo .logo-sigla {
    font-size: calc(1.2563rem + 0.0756vw);
  }
}
svg.login_logo .logo-icone,
svg.logo .logo-icone {
  fill: var(--svg-icone-color);
}
svg.login_logo .logo-icone-dark,
svg.logo .logo-icone-dark {
  fill: var(--svg-icone-dark-color);
}
svg.login_logo_academica, svg.login_logo.academica,
svg.logo_academica,
svg.logo.academica {
  --svg-icone-color: var(--academica-primary-color);
  --svg-icone-color: var(--primary-color);
  --svg-icone-dark-color: var(--primary-darker-color);
  --svg-sigla-color: var(--secondary-darker-color);
}
svg.login_logo_academica .logo-sigla, svg.login_logo.academica .logo-sigla,
svg.logo_academica .logo-sigla,
svg.logo.academica .logo-sigla {
  font-size: 1.313rem;
  fill: var(--svg-sigla-color);
  font-family: "Arial", sans-serif;
  font-weight: bold;
}
@media (max-width: 1200px) {
  svg.login_logo_academica .logo-sigla, svg.login_logo.academica .logo-sigla,
  svg.logo_academica .logo-sigla,
  svg.logo.academica .logo-sigla {
    font-size: calc(1.2563rem + 0.0756vw);
  }
}
svg.login_logo_academica .logo-icone, svg.login_logo.academica .logo-icone,
svg.logo_academica .logo-icone,
svg.logo.academica .logo-icone {
  fill: var(--svg-icone-color);
}
svg.login_logo_academica .logo-icone-dark, svg.login_logo.academica .logo-icone-dark,
svg.logo_academica .logo-icone-dark,
svg.logo.academica .logo-icone-dark {
  fill: var(--svg-icone-dark-color);
}
svg.login_logo_administrativa, svg.login_logo.admnistrativa,
svg.logo_administrativa,
svg.logo.admnistrativa {
  --svg-icone-color: var(--administrativa-primary-color);
  --svg-icone-color: var(--primary-color);
  --svg-icone-dark-color: var(--primary-darker-color);
  --svg-sigla-color: var(--secondary-darker-color);
}
svg.login_logo_administrativa .logo-sigla, svg.login_logo.admnistrativa .logo-sigla,
svg.logo_administrativa .logo-sigla,
svg.logo.admnistrativa .logo-sigla {
  font-size: 1.313rem;
  fill: var(--svg-sigla-color);
  font-family: "Arial", sans-serif;
  font-weight: bold;
}
@media (max-width: 1200px) {
  svg.login_logo_administrativa .logo-sigla, svg.login_logo.admnistrativa .logo-sigla,
  svg.logo_administrativa .logo-sigla,
  svg.logo.admnistrativa .logo-sigla {
    font-size: calc(1.2563rem + 0.0756vw);
  }
}
svg.login_logo_administrativa .logo-icone, svg.login_logo.admnistrativa .logo-icone,
svg.logo_administrativa .logo-icone,
svg.logo.admnistrativa .logo-icone {
  fill: var(--svg-icone-color);
}
svg.login_logo_administrativa .logo-icone-dark, svg.login_logo.admnistrativa .logo-icone-dark,
svg.logo_administrativa .logo-icone-dark,
svg.logo.admnistrativa .logo-icone-dark {
  fill: var(--svg-icone-dark-color);
}
svg.login_logo_social, svg.login_logo.social,
svg.logo_social,
svg.logo.social {
  --svg-icone-color: var(--social-primary-color);
  --svg-icone-color: var(--primary-color);
  --svg-icone-dark-color: var(--primary-darker-color);
  --svg-sigla-color: var(--secondary-darker-color);
}
svg.login_logo_social .logo-sigla, svg.login_logo.social .logo-sigla,
svg.logo_social .logo-sigla,
svg.logo.social .logo-sigla {
  font-size: 1.313rem;
  fill: var(--svg-sigla-color);
  font-family: "Arial", sans-serif;
  font-weight: bold;
}
@media (max-width: 1200px) {
  svg.login_logo_social .logo-sigla, svg.login_logo.social .logo-sigla,
  svg.logo_social .logo-sigla,
  svg.logo.social .logo-sigla {
    font-size: calc(1.2563rem + 0.0756vw);
  }
}
svg.login_logo_social .logo-icone, svg.login_logo.social .logo-icone,
svg.logo_social .logo-icone,
svg.logo.social .logo-icone {
  fill: var(--svg-icone-color);
}
svg.login_logo_social .logo-icone-dark, svg.login_logo.social .logo-icone-dark,
svg.logo_social .logo-icone-dark,
svg.logo.social .logo-icone-dark {
  fill: var(--svg-icone-dark-color);
}
svg.login_logo_ufrn, svg.login_logo.ufrn,
svg.logo_ufrn,
svg.logo.ufrn {
  --svg-icone-color: var(--primary-color);
  --svg-icone-dark-color: var(--primary-darker-color);
  --svg-sigla-color: var(--secondary-darker-color);
  --svg-icone-color: var(--ufrn-primary);
  --svg-icone-dark-color: var(--ufrn-primary-darker);
}
svg.login_logo_ufrn .logo-sigla, svg.login_logo.ufrn .logo-sigla,
svg.logo_ufrn .logo-sigla,
svg.logo.ufrn .logo-sigla {
  font-size: 1.313rem;
  fill: var(--svg-sigla-color);
  font-family: "Arial", sans-serif;
  font-weight: bold;
}
@media (max-width: 1200px) {
  svg.login_logo_ufrn .logo-sigla, svg.login_logo.ufrn .logo-sigla,
  svg.logo_ufrn .logo-sigla,
  svg.logo.ufrn .logo-sigla {
    font-size: calc(1.2563rem + 0.0756vw);
  }
}
svg.login_logo_ufrn .logo-icone, svg.login_logo.ufrn .logo-icone,
svg.logo_ufrn .logo-icone,
svg.logo.ufrn .logo-icone {
  fill: var(--svg-icone-color);
}
svg.login_logo_ufrn .logo-icone-dark, svg.login_logo.ufrn .logo-icone-dark,
svg.logo_ufrn .logo-icone-dark,
svg.logo.ufrn .logo-icone-dark {
  fill: var(--svg-icone-dark-color);
}

/**
  Definições de alto-contraste
 */
@media not print {
  body[data-ac-activated] svg {
    --svg-icone-color: var(--primary-color);
    --svg-sigla-color: var(--primary-color);
    --svg-icone-dark-color: var(--primary-color);
  }
  body[data-ac-activated] svg.logo_gov path, body[data-ac-activated] svg.logo.gov path {
    fill: var(--primary-color);
  }
}
.container-principal, .container-principal--test {
  background-color: inherit !important;
  height: 100%;
}
.container-conteudo {
  --height-header: 75px;
  --height-footer: 63px;
  --height-barra-brasil: 1px;
  --container-conteudo-max-width: 1200px;
  background-color: inherit !important;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  margin: 0;
  min-height: calc(100% - var(--height-header) - var(--height-footer) - var(--height-barra-brasil));
  padding: 0;
  width: 100%;
}
.container-conteudo__overlay {
  background-color: rgba(0, 0, 0, 0.4);
  bottom: 0;
  display: none;
  height: 100%;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
  z-index: 100;
}
.container-conteudo__content {
  margin: 0;
  padding: 1.5rem 1rem 1rem 1.25rem;
  max-width: var(--container-conteudo-max-width);
  width: 100%;
}
@media (min-width: 1250px) {
  .container-conteudo__content {
    margin-left: auto;
    margin-right: auto;
  }
}
.container-conteudo__content .conteudo-principal {
  margin-top: 24px;
}
@media (min-width: 1250px) {
  .container-conteudo__nav ~ .container-conteudo__content, .sidebar ~ .container-conteudo__content {
    margin-left: 0;
    margin-right: 0;
  }
}
.container-conteudo__imagem {
  display: none;
  width: 100%;
}
.container-conteudo__imagem svg path .g {
  fill: var(--primary-color) !important;
}
@media (min-width: 1920px) {
  .container-conteudo__content ~ .container-conteudo__imagem {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 70%;
  }
  .container-conteudo__content ~ .container-conteudo__imagem svg {
    bottom: 1.5rem;
    height: 440.75px;
    position: fixed;
    width: 524.69px;
  }
  .container-conteudo__content ~ .container-conteudo__imagem svg .a {
    opacity: 0.32;
  }
  .container-conteudo__content ~ .container-conteudo__imagem svg .b {
    fill: #5b6372;
  }
  .container-conteudo__content ~ .container-conteudo__imagem svg .c {
    fill: #cce4ff;
  }
  .container-conteudo__content ~ .container-conteudo__imagem svg .d {
    fill: #fff;
  }
  .container-conteudo__content ~ .container-conteudo__imagem svg .e {
    fill: #a4b2c8;
  }
  .container-conteudo__content ~ .container-conteudo__imagem svg .f {
    fill: #848fa0;
  }
}

#barra-brasil + .container-principal, #barra-brasil + .container-principal--test {
  --height-barra-brasil: 33px;
  --margin-top-footer: 24px;
  height: calc(100% - var(--height-barra-brasil) - var(--margin-top-footer));
}

.header-container + .container-conteudo {
  --height-header: 132px;
}

/** necessário para manter compatibilidade com versões antigas. **/
.header__logo {
  --svg-icone-color: var(--primary-color);
  --svg-icone-dark-color: var(--primary-darker-color);
  --svg-sigla-color: var(--secondary-darker-color);
}
.header__logo .logo-sigla {
  font-size: 1.313rem;
  fill: var(--svg-sigla-color);
  font-family: "Arial", sans-serif;
  font-weight: bold;
}
@media (max-width: 1200px) {
  .header__logo .logo-sigla {
    font-size: calc(1.2563rem + 0.0756vw);
  }
}
.header__logo .logo-icone {
  fill: var(--svg-icone-color);
}
.header__logo .logo-icone-dark {
  fill: var(--svg-icone-dark-color);
}

@media not print {
  body[data-ac-activated] .header__logo {
    --logo-sigla-color: var(--primary-color);
  }
}
body[data-ac-activated] .container-conteudo__overlay {
  background-color: rgba(0, 0, 0, 0.7) !important;
}
body[data-ac-activated] .container-conteudo__imagem svg {
  -webkit-filter: grayscale(1);
          filter: grayscale(1);
}

@media (max-width: 992px) {
  .container-conteudo {
    position: relative;
  }
  .container-conteudo__nav,
  .container-conteudo .sidebar {
    background-color: var(--secondary-lightest-color);
    height: 100%;
    position: absolute;
    top: 0;
    -webkit-transform: translateX(-105%);
            transform: translateX(-105%);
    -webkit-transition: -webkit-transform 0.2s;
    transition: -webkit-transform 0.2s;
    transition: transform 0.2s;
    transition: transform 0.2s, -webkit-transform 0.2s;
    z-index: 1020;
  }
  .container-conteudo__nav.nav-open, .container-conteudo__nav.expanded,
  .container-conteudo .sidebar.nav-open,
  .container-conteudo .sidebar.expanded {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  .container-conteudo__nav .menu-lateral .btn-collapsible,
  .container-conteudo .sidebar .menu-lateral .btn-collapsible {
    left: -25px;
  }
}
@media (max-width: 475px) {
  .container-conteudo {
    --height-footer: 95px;
  }
  .container-conteudo__content .conteudo-principal {
    margin-top: 20px;
  }
  .container-conteudo-main {
    padding: 0;
  }
}
#artefatos h1.main-title {
  margin-top: 50px;
}

@media (max-width: 768px) {
  #artefatos h1.main-title {
    font-size: 3.125rem;
  }
}
.siedi {
  --siedi_cor_dinamica: #ee9342;
}
.siedi .add-comment-container {
  background-color: var(--white);
}
.siedi .add-comment-container .selections:not(:empty) {
  border-bottom: 1px solid #d8e1ea;
  margin-bottom: 15px;
  padding-bottom: 15px;
}
body[data-ac-activated=preto-amarelo] .siedi .add-comment-container .selections:not(:empty), .component__box.preto-amarelo .siedi .add-comment-container .selections:not(:empty) {
  border-bottom-color: #fff;
}
body[data-ac-activated=preto-azul] .siedi .add-comment-container .selections:not(:empty), .component__box.preto-azul .siedi .add-comment-container .selections:not(:empty) {
  border-bottom-color: #fff;
}
body[data-ac-activated=azul-amarelo] .siedi .add-comment-container .selections:not(:empty), .component__box.azul-amarelo .siedi .add-comment-container .selections:not(:empty) {
  border-bottom-color: #fff;
}
body[data-ac-activated=branco-azul] .siedi .add-comment-container .selections:not(:empty), .component__box.branco-azul .siedi .add-comment-container .selections:not(:empty) {
  border-bottom-color: #000;
}
.siedi .add-comment-container .selections:not(:empty) .tag-selections {
  display: grid;
  gap: 15px;
  grid-template-columns: repeat(auto-fill, 72px);
}
.siedi .add-comment-container .selections:not(:empty) .tag-selections + .file-selections {
  margin-top: 10px;
}
.siedi .add-comment-container .selections:not(:empty) .file-selections p {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 0;
}
.siedi .add-comment-container .selections:not(:empty) .file-selections p button.link-normal {
  background-color: transparent;
  border: 0;
  margin: 0;
  min-height: unset;
  padding: 0;
}
.siedi .add-comment-container .selections:not(:empty) .file-selections p + p {
  margin-top: 10px;
}
.siedi .add-comment-container .actions-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.siedi .add-comment-container .actions-container label.action input[type=file] {
  display: none;
}
.siedi .add-comment-container .actions-container .dropdown-menu + div,
.siedi .add-comment-container .actions-container div + .action {
  margin-left: 20px;
}
.siedi .add-comment-container .actions-container .action {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 82px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  width: 50px;
}
.siedi .add-comment-container .actions-container .action + .action {
  margin-left: 20px;
}
.siedi .add-comment-container .actions-container .action button {
  margin: 0;
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
}
.siedi .add-comment-container .actions-container .action span {
  text-align: center;
}
@media (min-width: 768px) and (max-width: 1043px) {
  .siedi .add-comment-container .actions-container .action.iniciativa + .dropdown-menu {
    -webkit-transform: translate3d(0, 82px, 0) !important;
            transform: translate3d(0, 82px, 0) !important;
  }
  .siedi .add-comment-container .actions-container .action.iniciativa + .dropdown-menu .dropdown-menu-arrow {
    margin-left: 85px;
  }
}
@media (max-width: 523px) {
  .siedi .add-comment-container .actions-container .action.iniciativa + .dropdown-menu {
    -webkit-transform: translate3d(0, 82px, 0) !important;
            transform: translate3d(0, 82px, 0) !important;
  }
  .siedi .add-comment-container .actions-container .action.iniciativa + .dropdown-menu .dropdown-menu-arrow {
    margin-left: 85px;
  }
}
.siedi .add-comment-container .actions-container .dropdown-menu {
  max-width: 418px;
  min-width: auto;
  padding: 0;
}
.siedi .add-comment-container .actions-container .dropdown-menu .iniciativa-selecionados,
.siedi .add-comment-container .actions-container .dropdown-menu .tags-warn {
  font-weight: 600;
  margin-bottom: 0;
  margin-top: 3px;
  text-align: center;
}
.siedi .add-comment-container .actions-container .dropdown-menu .iniciativa-selecionados span,
.siedi .add-comment-container .actions-container .dropdown-menu .tags-warn span {
  font-size: inherit;
  font-weight: inherit;
}
.siedi .add-comment-container .actions-container .dropdown-menu .dropdown-header {
  padding: 15px;
}
.siedi .add-comment-container .actions-container .dropdown-menu .checkpoint-tag {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 0 15px;
}
.siedi .add-comment-container .actions-container .dropdown-menu .checkpoint-tag button {
  margin: 0 15px 15px 0;
}
.siedi .add-comment-container .actions-container .dropdown-menu .checkpoint-info {
  border: 1px dashed #cfd7e0;
  border-radius: 5px;
  margin: 0 15px;
  padding: 15px;
}
body[data-ac-activated=preto-amarelo] .siedi .add-comment-container .actions-container .dropdown-menu .checkpoint-info, .component__box.preto-amarelo .siedi .add-comment-container .actions-container .dropdown-menu .checkpoint-info {
  border-color: #fff;
}
body[data-ac-activated=preto-azul] .siedi .add-comment-container .actions-container .dropdown-menu .checkpoint-info, .component__box.preto-azul .siedi .add-comment-container .actions-container .dropdown-menu .checkpoint-info {
  border-color: #fff;
}
body[data-ac-activated=azul-amarelo] .siedi .add-comment-container .actions-container .dropdown-menu .checkpoint-info, .component__box.azul-amarelo .siedi .add-comment-container .actions-container .dropdown-menu .checkpoint-info {
  border-color: #fff;
}
body[data-ac-activated=branco-azul] .siedi .add-comment-container .actions-container .dropdown-menu .checkpoint-info, .component__box.branco-azul .siedi .add-comment-container .actions-container .dropdown-menu .checkpoint-info {
  border-color: #000;
}
.siedi .add-comment-container .actions-container .dropdown-menu .checkpoint-info .info-titulo {
  font-style: italic;
  margin: 0;
}
.siedi .add-comment-container .actions-container .dropdown-menu .checkpoint-info .info-tag {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.siedi .add-comment-container .actions-container .dropdown-menu .checkpoint-info .info-tag + .info-tag {
  margin-top: 10px;
}
.siedi .add-comment-container .actions-container .dropdown-menu .checkpoint-info .info-tag button {
  margin-right: 10px;
}
.siedi .add-comment-container .actions-container .dropdown-menu .checkpoint-info .info-tag p {
  margin: 0;
}
.siedi .add-comment-container .actions-container .dropdown-menu .checkpoint-button {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 15px;
}
@media (max-width: 576px) {
  .siedi .add-comment-container .actions-container .dropdown-menu .checkpoint-button .btn-primary, .siedi .add-comment-container .actions-container .dropdown-menu .checkpoint-button button-primary-icon,
  .siedi .add-comment-container .actions-container .dropdown-menu .checkpoint-button .btn-primary-icon {
    margin-bottom: 10px !important;
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
    width: 100%;
  }
  .siedi .add-comment-container .actions-container .dropdown-menu .checkpoint-button .btn-secondary, .siedi .add-comment-container .actions-container .dropdown-menu .checkpoint-button button-secondary-icon,
  .siedi .add-comment-container .actions-container .dropdown-menu .checkpoint-button .btn-secondary-icon {
    margin: 0 !important;
    width: 100%;
  }
}
.siedi .add-comment-container .actions-container .dropdown-menu .checkpoint-button .btn-primary, .siedi .add-comment-container .actions-container .dropdown-menu .checkpoint-button button-primary-icon,
.siedi .add-comment-container .actions-container .dropdown-menu .checkpoint-button .btn-primary-icon {
  margin-bottom: 0;
}
.siedi .add-comment-container .actions-container .dropdown-menu .checkpoint-button .btn-secondary, .siedi .add-comment-container .actions-container .dropdown-menu .checkpoint-button button-secondary-icon,
.siedi .add-comment-container .actions-container .dropdown-menu .checkpoint-button .btn-secondary-icon {
  margin-bottom: 0;
  margin-right: 10px;
}
.siedi .add-comment-container .actions-container .dropdown-menu .iniciativa-busca {
  padding: 0 15px 15px;
}
.siedi .add-comment-container .actions-container .dropdown-menu .iniciativa-busca form {
  margin-bottom: 10px;
}
.siedi .add-comment-container .actions-container .dropdown-menu .iniciativa-busca form .form-group {
  margin: 0;
}
.siedi .add-comment-container .actions-container .dropdown-menu .iniciativa-busca p {
  font-weight: 600;
  margin: 0;
}
.siedi .add-comment-container .actions-container .dropdown-menu .iniciativa-info {
  border-bottom: 1px solid #d8e1ea;
  border-top: 1px solid #d8e1ea;
  max-height: 180px;
  overflow: auto;
  padding: 15px;
}
.siedi .add-comment-container .actions-container .dropdown-menu .iniciativa-info button + button {
  margin-top: 5px;
}
.siedi .add-comment-container .actions-container .dropdown-menu .iniciativa-button {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 15px;
}
@media (max-width: 576px) {
  .siedi .add-comment-container .actions-container .dropdown-menu .iniciativa-button .btn-primary, .siedi .add-comment-container .actions-container .dropdown-menu .iniciativa-button button-primary-icon,
  .siedi .add-comment-container .actions-container .dropdown-menu .iniciativa-button .btn-primary-icon {
    margin-bottom: 10px !important;
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
    width: 100%;
  }
  .siedi .add-comment-container .actions-container .dropdown-menu .iniciativa-button .btn-secondary, .siedi .add-comment-container .actions-container .dropdown-menu .iniciativa-button button-secondary-icon,
  .siedi .add-comment-container .actions-container .dropdown-menu .iniciativa-button .btn-secondary-icon {
    margin: 0 !important;
    width: 100%;
  }
}
.siedi .add-comment-container .actions-container .dropdown-menu .iniciativa-button .btn-primary, .siedi .add-comment-container .actions-container .dropdown-menu .iniciativa-button button-primary-icon,
.siedi .add-comment-container .actions-container .dropdown-menu .iniciativa-button .btn-primary-icon {
  margin-bottom: 0;
}
.siedi .add-comment-container .actions-container .dropdown-menu .iniciativa-button .btn-secondary, .siedi .add-comment-container .actions-container .dropdown-menu .iniciativa-button button-secondary-icon,
.siedi .add-comment-container .actions-container .dropdown-menu .iniciativa-button .btn-secondary-icon {
  margin-bottom: 0;
  margin-right: 10px;
}
.siedi .add-comment-container .buttons-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  margin-top: 24px;
  max-height: 0;
  opacity: 0;
  -webkit-transform: scaleY(0);
          transform: scaleY(0);
}
.siedi .add-comment-container .buttons-container.show {
  max-height: unset;
  opacity: 1;
  -webkit-transform: scaleY(1);
          transform: scaleY(1);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.siedi .add-comment-container .buttons-container button {
  margin: 0;
}
.siedi .add-comment-container .buttons-container button + button {
  margin-left: 8px;
}
.siedi .card-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.siedi .card-container strong {
  color: #5b6372;
}
body[data-ac-activated=preto-amarelo] .siedi .card-container strong, .component__box.preto-amarelo .siedi .card-container strong {
  color: #fff;
}
body[data-ac-activated=preto-azul] .siedi .card-container strong, .component__box.preto-azul .siedi .card-container strong {
  color: #fff;
}
body[data-ac-activated=azul-amarelo] .siedi .card-container strong, .component__box.azul-amarelo .siedi .card-container strong {
  color: #fff;
}
body[data-ac-activated=branco-azul] .siedi .card-container strong, .component__box.branco-azul .siedi .card-container strong {
  color: #000;
}
.siedi .card-container .card-simple + .card-simple {
  margin-left: 13px;
}
@media (max-width: 768px) {
  .siedi .card-container.visualization {
    position: relative;
    width: 100%;
    z-index: 1;
  }
  .siedi .card-container.visualization .carousel-left,
  .siedi .card-container.visualization .carousel-right {
    --distance-between-border: 5%;
    display: block !important;
    height: 50%;
    position: absolute !important;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    -webkit-transition: all 0s;
    transition: all 0s;
  }
  .siedi .card-container.visualization .carousel-left.hide,
  .siedi .card-container.visualization .carousel-right.hide {
    opacity: 0;
    pointer-events: none;
    visibility: hidden;
  }
  .siedi .card-container.visualization .carousel-left {
    left: var(--distance-between-border);
  }
  .siedi .card-container.visualization .carousel-right {
    right: var(--distance-between-border);
  }
  .siedi .card-container.visualization .card-item {
    -ms-flex-preferred-size: unset !important;
        flex-basis: unset !important;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    position: relative;
  }
  .siedi .card-container.visualization .card-item + .card-item {
    margin-left: 0 !important;
  }
  .siedi .card-container.visualization + .formula-container {
    display: none;
  }
  .siedi .card-container.visualization .card-simple {
    -ms-flex-preferred-size: unset;
        flex-basis: unset;
    height: 100%;
    margin: auto;
    width: 230px;
  }
  .siedi .card-container.visualization .card-simple .card-header {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding: 0 17px;
  }
  .siedi .card-container.visualization .card-simple .card-header .card-title {
    font-size: 0.813rem;
  }
  .siedi .card-container.visualization .card-simple.base-year strong {
    font-size: 0.875rem;
  }
  .siedi .card-container.visualization .card-simple.base-year strong.percentage {
    font-size: 1rem;
  }
  .siedi .card-container.visualization .card-simple.current-year .card-footer {
    -webkit-box-shadow: none !important;
            box-shadow: none !important;
  }
  .siedi .card-container.visualization .card-simple .card-body {
    padding: 10px 20px 20.5px;
  }
  .siedi .card-container.visualization .card-simple .card-body span.percentage {
    margin-top: 8.5px;
  }
  .siedi .card-container.visualization .card-simple .card-body .progress {
    margin-top: 13.5px;
  }
  .siedi .card-container.visualization .card-simple .card-body .progress-value {
    margin-top: 10.5px;
  }
  .siedi .card-container.visualization .card-simple .card-footer {
    border-color: transparent;
    padding: 0;
    padding-bottom: 16px;
  }
  .siedi .card-container.visualization .card-footer .dropdown .dropdown-menu {
    padding: 13px !important;
    width: 227px !important;
  }
  .siedi .card-container.visualization .card-footer .dropdown .dropdown-menu h3 {
    font-size: 0.75rem;
    margin: 0;
    text-align: center;
  }
  .siedi .card-container.visualization .card-footer .dropdown .dropdown-menu p.warning {
    font-size: 0.625rem;
    margin-top: 6px;
    text-align: center;
    width: auto !important;
  }
  .siedi .card-container.visualization .card-footer .dropdown .dropdown-menu .checkpoints-box {
    margin-top: 13.5px !important;
  }
  .siedi .card-container.visualization .card-footer .dropdown .dropdown-menu .checkpoints-box .checkpoint + .checkpoint {
    margin-left: 12px !important;
    padding-left: 12px !important;
  }
  .siedi .card-container.visualization .card-footer .dropdown .dropdown-menu .checkpoints-box .checkpoint strong,
  .siedi .card-container.visualization .card-footer .dropdown .dropdown-menu .checkpoints-box .checkpoint span {
    font-size: 0.625rem !important;
  }
  .siedi .card-container.visualization .card-footer .dropdown .dropdown-menu .checkpoints-box .checkpoint input.form-control {
    border: 0 !important;
    font-size: 0.625rem;
    margin-top: 5px;
    pointer-events: none;
    width: 31.5px !important;
  }
  .siedi .card-container.visualization .card-footer .dropdown .dropdown-menu .actions-container {
    display: none !important;
  }
}
.siedi .card-container.visualization .carousel-left,
.siedi .card-container.visualization .carousel-right {
  display: none;
  font-size: 1.25rem;
  margin: 0;
}
.siedi .card-container.visualization .carousel-left i,
.siedi .card-container.visualization .carousel-right i {
  margin: 0;
}
.siedi .card-container.visualization .card-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-preferred-size: 102px;
      flex-basis: 102px;
}
.siedi .card-container.visualization .card-item + .card-item {
  margin-left: 13px;
}
.siedi .card-container.visualization strong.percentage {
  font-size: 0.875rem;
  margin-top: 6px;
}
.siedi .card-container.visualization .base-year .card-body {
  background-color: #eef2f4;
}
body[data-ac-activated=preto-amarelo] .siedi .card-container.visualization .base-year .card-body, .component__box.preto-amarelo .siedi .card-container.visualization .base-year .card-body {
  background-color: transparent;
}
body[data-ac-activated=preto-azul] .siedi .card-container.visualization .base-year .card-body, .component__box.preto-azul .siedi .card-container.visualization .base-year .card-body {
  background-color: transparent;
}
body[data-ac-activated=azul-amarelo] .siedi .card-container.visualization .base-year .card-body, .component__box.azul-amarelo .siedi .card-container.visualization .base-year .card-body {
  background-color: transparent;
}
body[data-ac-activated=branco-azul] .siedi .card-container.visualization .base-year .card-body, .component__box.branco-azul .siedi .card-container.visualization .base-year .card-body {
  background-color: transparent;
}
.siedi .card-container.visualization .card-simple.current-year {
  -webkit-box-shadow: 0 0 0 1px #cfd7e0 inset;
          box-shadow: 0 0 0 1px #cfd7e0 inset;
}
body[data-ac-activated=preto-amarelo] .siedi .card-container.visualization .card-simple.current-year, .component__box.preto-amarelo .siedi .card-container.visualization .card-simple.current-year {
  -webkit-box-shadow: 0 0 0 1px #fff inset;
          box-shadow: 0 0 0 1px #fff inset;
}
body[data-ac-activated=preto-azul] .siedi .card-container.visualization .card-simple.current-year, .component__box.preto-azul .siedi .card-container.visualization .card-simple.current-year {
  -webkit-box-shadow: 0 0 0 1px #fff inset;
          box-shadow: 0 0 0 1px #fff inset;
}
body[data-ac-activated=azul-amarelo] .siedi .card-container.visualization .card-simple.current-year, .component__box.azul-amarelo .siedi .card-container.visualization .card-simple.current-year {
  -webkit-box-shadow: 0 0 0 1px #fff inset;
          box-shadow: 0 0 0 1px #fff inset;
}
body[data-ac-activated=branco-azul] .siedi .card-container.visualization .card-simple.current-year, .component__box.branco-azul .siedi .card-container.visualization .card-simple.current-year {
  -webkit-box-shadow: 0 0 0 1px #000 inset;
          box-shadow: 0 0 0 1px #000 inset;
}
.siedi .card-container.visualization .card-simple.current-year .card-header,
.siedi .card-container.visualization .card-simple.current-year .card-footer {
  -webkit-box-shadow: inherit;
          box-shadow: inherit;
}
.siedi .card-container.visualization .card-simple.current-year .card-footer .dropdown .dropdown-menu .checkpoints-box .checkpoint + .checkpoint {
  margin-left: 14px;
  padding-left: 14px;
}
.siedi .card-container.visualization .card-footer .dropdown {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.siedi .card-container.visualization .card-footer .dropdown button.dropdown-toggle::after {
  border: 0;
  display: block;
  margin-left: 0;
  vertical-align: auto;
}
.siedi .card-container.visualization .card-footer .dropdown .dropdown-menu {
  max-width: unset;
  padding: 18px;
  width: 470px;
}
.siedi .card-container.visualization .card-footer .dropdown .dropdown-menu .warning {
  color: #bdc4cc;
  font-size: 0.875rem;
  margin: 0;
  width: 311px;
}
body[data-ac-activated=preto-amarelo] .siedi .card-container.visualization .card-footer .dropdown .dropdown-menu .warning, .component__box.preto-amarelo .siedi .card-container.visualization .card-footer .dropdown .dropdown-menu .warning {
  color: #fff;
}
body[data-ac-activated=preto-azul] .siedi .card-container.visualization .card-footer .dropdown .dropdown-menu .warning, .component__box.preto-azul .siedi .card-container.visualization .card-footer .dropdown .dropdown-menu .warning {
  color: #fff;
}
body[data-ac-activated=azul-amarelo] .siedi .card-container.visualization .card-footer .dropdown .dropdown-menu .warning, .component__box.azul-amarelo .siedi .card-container.visualization .card-footer .dropdown .dropdown-menu .warning {
  color: #fff;
}
body[data-ac-activated=branco-azul] .siedi .card-container.visualization .card-footer .dropdown .dropdown-menu .warning, .component__box.branco-azul .siedi .card-container.visualization .card-footer .dropdown .dropdown-menu .warning {
  color: #000;
}
.siedi .card-container.visualization .card-footer .dropdown .dropdown-menu .checkpoints-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 16px;
}
.siedi .card-container.visualization .card-footer .dropdown .dropdown-menu .checkpoints-box .checkpoint {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.siedi .card-container.visualization .card-footer .dropdown .dropdown-menu .checkpoints-box .checkpoint input.form-control {
  text-align: center;
  width: 85px;
}
.siedi .card-container.visualization .card-footer .dropdown .dropdown-menu .checkpoints-box .checkpoint strong {
  font-size: 0.875rem;
  font-weight: 600;
}
.siedi .card-container.visualization .card-footer .dropdown .dropdown-menu .checkpoints-box .checkpoint span {
  font-size: 0.875rem;
  margin-top: 8px;
}
.siedi .card-container.visualization .card-footer .dropdown .dropdown-menu .checkpoints-box .checkpoint + .checkpoint {
  border-left: 1px solid #d8e1ea;
  margin-left: 38.5px;
  padding-left: 38.5px;
}
body[data-ac-activated=preto-amarelo] .siedi .card-container.visualization .card-footer .dropdown .dropdown-menu .checkpoints-box .checkpoint + .checkpoint, .component__box.preto-amarelo .siedi .card-container.visualization .card-footer .dropdown .dropdown-menu .checkpoints-box .checkpoint + .checkpoint {
  border-color: #fff;
}
body[data-ac-activated=preto-azul] .siedi .card-container.visualization .card-footer .dropdown .dropdown-menu .checkpoints-box .checkpoint + .checkpoint, .component__box.preto-azul .siedi .card-container.visualization .card-footer .dropdown .dropdown-menu .checkpoints-box .checkpoint + .checkpoint {
  border-color: #fff;
}
body[data-ac-activated=azul-amarelo] .siedi .card-container.visualization .card-footer .dropdown .dropdown-menu .checkpoints-box .checkpoint + .checkpoint, .component__box.azul-amarelo .siedi .card-container.visualization .card-footer .dropdown .dropdown-menu .checkpoints-box .checkpoint + .checkpoint {
  border-color: #fff;
}
body[data-ac-activated=branco-azul] .siedi .card-container.visualization .card-footer .dropdown .dropdown-menu .checkpoints-box .checkpoint + .checkpoint, .component__box.branco-azul .siedi .card-container.visualization .card-footer .dropdown .dropdown-menu .checkpoints-box .checkpoint + .checkpoint {
  border-color: #000;
}
.siedi .card-container.visualization .card-footer .dropdown .dropdown-menu .actions-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  margin-top: 26px;
}
.siedi .card-container.visualization .card-footer .dropdown .dropdown-menu .actions-container button {
  margin: 0;
}
.siedi .card-container.visualization .card-footer .dropdown .dropdown-menu .actions-container button + button {
  margin-left: 16px;
}
.siedi .card-simple {
  -ms-flex-preferred-size: 102px;
      flex-basis: 102px;
}
.siedi .card-simple.base-year .card-body {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 0;
}
.siedi .card-simple .add-goal {
  outline-offset: 2px;
}
body[data-ac-activated=preto-amarelo] .siedi .card-simple .add-goal:focus, .component__box.preto-amarelo .siedi .card-simple .add-goal:focus {
  outline: 1px solid #ff0;
}
body[data-ac-activated=azul-amarelo] .siedi .card-simple .add-goal:focus, .component__box.azul-amarelo .siedi .card-simple .add-goal:focus {
  outline: 1px solid #ff0;
}
.siedi .card-simple .add-goal::after {
  display: none;
}
.siedi .card-header {
  height: 45px;
}
.siedi .card-body {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  padding: 15px 18px 8px;
  position: relative;
}
body[data-ac-activated=preto-amarelo] .siedi .card-body button.add-goal, .component__box.preto-amarelo .siedi .card-body button.add-goal {
  margin-top: 8px;
}
body[data-ac-activated=branco-azul] .siedi .card-body button.add-goal, .component__box.branco-azul .siedi .card-body button.add-goal {
  margin-top: 8px;
}
body[data-ac-activated=azul-amarelo] .siedi .card-body button.add-goal, .component__box.azul-amarelo .siedi .card-body button.add-goal {
  margin-top: 8px;
}
body[data-ac-activated=preto-azul] .siedi .card-body button.add-goal, .component__box.preto-azul .siedi .card-body button.add-goal {
  margin-top: 8px;
}
.siedi .card-body strong {
  font-size: 0.688rem;
  font-weight: 600;
  line-height: 12px;
  text-align: center;
}
.siedi .card-body button.link-normal {
  background-color: transparent;
  border: 0;
  font-size: 1rem;
  line-height: unset;
  margin: 0;
  min-height: unset;
  outline: none;
  padding: 0;
}
.siedi .card-body button.link-normal i {
  margin: 0;
}
.siedi .card-body input.form-control {
  font-size: 0.875rem;
  padding: 0;
  padding-top: 1px;
  text-align: center;
  width: 45px;
}
.siedi .card-body input.form-control.filled:not(:focus) {
  border-color: transparent !important;
}
.siedi .card-body .progress {
  height: 12px;
  margin-top: 6px;
  width: 100%;
}
.siedi .card-body .progress-value {
  font-size: 0.625rem;
  margin-top: 2px;
}
.siedi .card-body .progress-value:empty {
  height: 15px;
}
.siedi .card-footer {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 5px 0;
}
.siedi .card-footer button.link-normal {
  border-radius: 0;
  font-size: 0.625rem;
  font-weight: 600;
  margin: 0;
}
.siedi .card-footer button.link-normal i {
  font-size: 0.75rem;
  margin-right: 3.5px;
}
.siedi .formula-container {
  margin-top: 13px;
  overflow: hidden;
  position: relative;
}
.siedi .formula-container button.open-editor {
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0;
}
.siedi .formula-container button.open-editor i {
  margin-left: 10px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.siedi .formula-container .editor-container {
  height: 0;
  opacity: 0;
  position: absolute;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  visibility: hidden;
  width: 100%;
}
body[data-ac-activated=preto-amarelo] .siedi .formula-container .editor-container img.Wirisformula, .component__box.preto-amarelo .siedi .formula-container .editor-container img.Wirisformula {
  -webkit-filter: invert(1);
          filter: invert(1);
}
body[data-ac-activated=preto-azul] .siedi .formula-container .editor-container img.Wirisformula, .component__box.preto-azul .siedi .formula-container .editor-container img.Wirisformula {
  -webkit-filter: invert(1);
          filter: invert(1);
}
body[data-ac-activated=azul-amarelo] .siedi .formula-container .editor-container img.Wirisformula, .component__box.azul-amarelo .siedi .formula-container .editor-container img.Wirisformula {
  -webkit-filter: invert(1);
          filter: invert(1);
}
.siedi .formula-container .editor-container.show {
  display: block;
  height: auto;
  margin-top: 10px;
  opacity: 1;
  position: initial;
  visibility: visible;
}
.siedi .formula-container .editor-container__buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  margin-top: 12px;
}
.siedi .formula-container .editor-container__buttons button {
  margin: 0;
}
.siedi .formula-container .editor-container__buttons button + button {
  margin-left: 13px;
}
.siedi .adicionar-ie {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media (max-width: 576px) {
  .siedi .adicionar-ie {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.siedi .adicionar-ie .adicionar-ie__dropdown {
  width: 100%;
}
.siedi .adicionar-ie .adicionar-ie__dropdown .dropdown button {
  margin: 0;
}
.siedi .adicionar-ie .adicionar-ie__dropdown .dropdown .dropdown-menu {
  max-width: 404px;
  min-width: 280px;
  padding: 31px 21px;
  width: 100% !important;
}
.siedi .adicionar-ie .adicionar-ie__dropdown .dropdown .dropdown-menu .adicionar-ie__input button {
  float: right;
  margin: 0;
}
.siedi .adicionar-ie .adicionar-ie__button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.siedi .adicionar-ie .adicionar-ie__button button {
  margin-bottom: 0;
}
.siedi .adicionar-ie .adicionar-ie__button button + button {
  margin-left: 21px;
}
.siedi .ie {
  background-color: var(--white);
  padding: 30px;
  width: 100%;
}
.siedi .ie .ie-head h1 {
  margin: 0;
}
.siedi .ie .ie-head ul {
  padding-bottom: 20px;
  padding-top: 27px;
}
.siedi .ie .ie-body {
  border-bottom: 2px solid #d8e1ea;
}
body[data-ac-activated=preto-amarelo] .siedi .ie .ie-body, .component__box.preto-amarelo .siedi .ie .ie-body {
  border-bottom-color: #fff;
}
body[data-ac-activated=azul-amarelo] .siedi .ie .ie-body, .component__box.azul-amarelo .siedi .ie .ie-body {
  border-bottom-color: #fff;
}
body[data-ac-activated=preto-azul] .siedi .ie .ie-body, .component__box.preto-azul .siedi .ie .ie-body {
  border-bottom-color: #fff;
}
body[data-ac-activated=branco-azul] .siedi .ie .ie-body, .component__box.branco-azul .siedi .ie .ie-body {
  border-bottom-color: #000;
}
.siedi .ie .ie-body .ie-body__top {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-bottom: 10px;
}
.siedi .ie .ie-body .ie-body__top p,
.siedi .ie .ie-body .ie-body__top button {
  font-weight: 600 !important;
  margin: 0;
}
.siedi .ie .ie-body .ie-body__top .ie-edit {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 576px) {
  .siedi .ie .ie-body .ie-body__top .ie-edit {
    display: none;
  }
}
.siedi .ie .ie-body .ie-body__top .ie-edit i {
  margin-right: 2px;
}
.siedi .ie .ie-body .ie-body__top button:disabled {
  color: #bdc4cc;
  cursor: not-allowed;
  opacity: 0.65;
}
body[data-ac-activated=preto-amarelo] .siedi .ie .ie-body .ie-body__top button:disabled::after, .component__box.preto-amarelo .siedi .ie .ie-body .ie-body__top button:disabled::after {
  height: 0 !important;
}
body[data-ac-activated=azul-amarelo] .siedi .ie .ie-body .ie-body__top button:disabled::after, .component__box.azul-amarelo .siedi .ie .ie-body .ie-body__top button:disabled::after {
  height: 0 !important;
}
body[data-ac-activated=branco-azul] .siedi .ie .ie-body .ie-body__top button:disabled::after, .component__box.branco-azul .siedi .ie .ie-body .ie-body__top button:disabled::after {
  height: 0 !important;
}
body[data-ac-activated=preto-azul] .siedi .ie .ie-body .ie-body__top button:disabled::after, .component__box.preto-azul .siedi .ie .ie-body .ie-body__top button:disabled::after {
  height: 0 !important;
}
.siedi .ie .ie-body .ie-body__tags {
  overflow-y: auto;
  width: 100%;
}
.siedi .ie .ie-body .ie-body__tags .no-tags {
  margin: 0;
  padding: 80px 0;
  text-align: center;
}
.siedi .ie .ie-body .ie-body__tags .tag-conteudo {
  width: 100%;
}
.siedi .ie .ie-footer {
  padding-top: 28px;
}
.siedi .card-comentario + .card-comentario {
  margin-top: 8px;
}
.siedi .atividades {
  background-color: var(--white);
  width: 100%;
}
.siedi .atividades .atividades__top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 15px 0;
}
.siedi .atividades .atividades__top .title {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.siedi .atividades .atividades__top .title h3 {
  margin: 0;
  margin-right: 13px;
}
.siedi .atividades .atividades__top .title button {
  margin: 0;
}
.siedi .atividades .atividades__top .check label {
  margin-bottom: 0;
}
.siedi .atividades .atividades__cards {
  max-height: 684px;
  overflow-x: hidden;
  overflow-y: auto;
  padding: 0 15px;
}
.siedi .atividades .atividades__button {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-top: 2px solid #cfd7e0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 25px 0 15px;
}
body[data-ac-activated=preto-amarelo] .siedi .atividades .atividades__button, .component__box.preto-amarelo .siedi .atividades .atividades__button {
  border-top-color: #fff;
}
body[data-ac-activated=preto-azul] .siedi .atividades .atividades__button, .component__box.preto-azul .siedi .atividades .atividades__button {
  border-top-color: #fff;
}
body[data-ac-activated=azul-amarelo] .siedi .atividades .atividades__button, .component__box.azul-amarelo .siedi .atividades .atividades__button {
  border-top-color: #fff;
}
body[data-ac-activated=branco-azul] .siedi .atividades .atividades__button, .component__box.branco-azul .siedi .atividades .atividades__button {
  border-top-color: #000;
}
.siedi hr.hr-border {
  border-color: var(--siedi_cor_dinamica) !important;
}
.siedi .chefe-unidade__titulo_com_tag .tag-numero {
  background-color: var(--siedi_cor_dinamica) !important;
  color: #fff !important;
}
.siedi .chefe-unidade__perspectivas {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding-bottom: 30px;
}
.siedi .chefe-unidade__perspectivas .tag-filtro {
  background-color: var(--siedi_cor_dinamica) !important;
  color: var(--white);
  margin: 0;
  padding-right: 8px;
}
.siedi .chefe-unidade__ods, .siedi .chefe-unidade__unidades {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding-bottom: 30px;
}
.siedi .chefe-unidade__ods button, .siedi .chefe-unidade__unidades button {
  margin: 0;
  margin-right: 5px;
  margin-top: 2px;
  padding-right: 8px;
}
.siedi .chefe-unidade__info {
  padding-bottom: 30px;
}
.siedi .chefe-unidade__info p {
  margin: 0;
}
.siedi .chefe-unidade__progress .tab-content {
  padding-bottom: 30px;
}
.siedi .chefe-unidade__registros {
  border: 1px solid #cfd7e0;
  border-radius: 5px;
  padding: 15px;
}
@media (max-width: 576px) {
  .siedi .chefe-unidade__registros {
    padding: 7px;
  }
}
.siedi .chefe-unidade__metas {
  padding: 20px;
}
@media (max-width: 576px) {
  .siedi .chefe-unidade__metas {
    padding: 10px;
  }
}
.siedi .chefe-unidade__ie .ie {
  padding: 20px;
}
@media (max-width: 576px) {
  .siedi .chefe-unidade__ie .ie {
    padding: 10px;
  }
}
.siedi .chefe-unidade__ie .ie ul {
  padding-top: 0;
}
.siedi .chefe-unidade__adicionar-comentario {
  padding: 20px 20px 0;
}
@media (max-width: 576px) {
  .siedi .chefe-unidade__adicionar-comentario {
    padding: 10px 10px 0;
  }
}
@media (max-width: 374px) {
  .siedi .chefe-unidade__adicionar-comentario .add-comment-container .actions-container .action.iniciativa + .dropdown-menu {
    -webkit-transform: translate3d(-44px, 82px, 0) !important;
            transform: translate3d(-44px, 82px, 0) !important;
  }
  .siedi .chefe-unidade__adicionar-comentario .add-comment-container .actions-container .action.iniciativa + .dropdown-menu .dropdown-menu-arrow {
    margin-left: 49%;
  }
}
.siedi .chefe-unidade__atividades {
  padding-top: 25px;
}

body[data-ac-activated=preto-amarelo] .add-comment-container,
body[data-ac-activated=preto-amarelo] .ie,
body[data-ac-activated=preto-amarelo] .atividades,
.component__box.preto-amarelo .add-comment-container,
.component__box.preto-amarelo .ie,
.component__box.preto-amarelo .atividades {
  background-color: #000;
}
body[data-ac-activated=preto-amarelo] .chefe-unidade__titulo_com_tag span.tag-numero,
.component__box.preto-amarelo .chefe-unidade__titulo_com_tag span.tag-numero {
  background-color: #ff0 !important;
  color: #000 !important;
}
body[data-ac-activated=preto-amarelo] .chefe-unidade__titulo_com_tag .h2,
.component__box.preto-amarelo .chefe-unidade__titulo_com_tag .h2 {
  color: #ff0 !important;
}
body[data-ac-activated=preto-amarelo] .chefe-unidade__perspectivas .tag-filtro,
.component__box.preto-amarelo .chefe-unidade__perspectivas .tag-filtro {
  background-color: #ff0 !important;
  color: #000 !important;
}

body[data-ac-activated=preto-azul] .add-comment-container,
body[data-ac-activated=preto-azul] .ie,
body[data-ac-activated=preto-azul] .atividades,
.component__box.preto-azul .add-comment-container,
.component__box.preto-azul .ie,
.component__box.preto-azul .atividades {
  background-color: #000;
}
body[data-ac-activated=preto-azul] .chefe-unidade__titulo_com_tag span.tag-numero,
.component__box.preto-azul .chefe-unidade__titulo_com_tag span.tag-numero {
  background-color: #00f3f3 !important;
  color: #000 !important;
}
body[data-ac-activated=preto-azul] .chefe-unidade__titulo_com_tag .h2,
.component__box.preto-azul .chefe-unidade__titulo_com_tag .h2 {
  color: #00f3f3 !important;
}
body[data-ac-activated=preto-azul] .chefe-unidade__perspectivas .tag-filtro,
.component__box.preto-azul .chefe-unidade__perspectivas .tag-filtro {
  background-color: #00f3f3 !important;
  color: #000 !important;
}

body[data-ac-activated=azul-amarelo] .add-comment-container,
body[data-ac-activated=azul-amarelo] .ie,
body[data-ac-activated=azul-amarelo] .atividades,
.component__box.azul-amarelo .add-comment-container,
.component__box.azul-amarelo .ie,
.component__box.azul-amarelo .atividades {
  background-color: #043e5f;
}
body[data-ac-activated=azul-amarelo] .chefe-unidade__titulo_com_tag span.tag-numero,
.component__box.azul-amarelo .chefe-unidade__titulo_com_tag span.tag-numero {
  background-color: #ff0 !important;
  color: #043e5f !important;
}
body[data-ac-activated=azul-amarelo] .chefe-unidade__titulo_com_tag .h2,
.component__box.azul-amarelo .chefe-unidade__titulo_com_tag .h2 {
  color: #ff0 !important;
}
body[data-ac-activated=azul-amarelo] .chefe-unidade__perspectivas .tag-filtro,
.component__box.azul-amarelo .chefe-unidade__perspectivas .tag-filtro {
  background-color: #ff0 !important;
  color: #043e5f !important;
}

body[data-ac-activated=branco-azul] .add-comment-container,
body[data-ac-activated=branco-azul] .ie,
body[data-ac-activated=branco-azul] .atividades,
.component__box.branco-azul .add-comment-container,
.component__box.branco-azul .ie,
.component__box.branco-azul .atividades {
  background-color: #fff;
}
body[data-ac-activated=branco-azul] .chefe-unidade__titulo_com_tag span.tag-numero,
.component__box.branco-azul .chefe-unidade__titulo_com_tag span.tag-numero {
  background-color: #3737e2 !important;
  color: #fff !important;
}
body[data-ac-activated=branco-azul] .chefe-unidade__titulo_com_tag .h2,
.component__box.branco-azul .chefe-unidade__titulo_com_tag .h2 {
  color: #3737e2 !important;
}
body[data-ac-activated=branco-azul] .chefe-unidade__perspectivas .tag-filtro,
.component__box.branco-azul .chefe-unidade__perspectivas .tag-filtro {
  background-color: #3737e2 !important;
  color: #fff !important;
}

.assinador-ufrn .accordion {
  border-bottom: 1px solid #cfd7e0;
  border-top: 1px solid #cfd7e0;
}
body[data-ac-activated=preto-amarelo] .assinador-ufrn .accordion, .component__box.preto-amarelo .assinador-ufrn .accordion {
  border-bottom-color: #fff;
  border-top-color: #fff;
}
body[data-ac-activated=preto-azul] .assinador-ufrn .accordion, .component__box.preto-azul .assinador-ufrn .accordion {
  border-bottom-color: #fff;
  border-top-color: #fff;
}
body[data-ac-activated=azul-amarelo] .assinador-ufrn .accordion, .component__box.azul-amarelo .assinador-ufrn .accordion {
  border-bottom-color: #fff;
  border-top-color: #fff;
}
body[data-ac-activated=branco-azul] .assinador-ufrn .accordion, .component__box.branco-azul .assinador-ufrn .accordion {
  border-bottom-color: #000;
  border-top-color: #000;
}
.assinador-ufrn .accordion .card .card-header, .assinador-ufrn .accordion .card-retangular .card-header, .assinador-ufrn .accordion .card-retangular-nolink .card-header {
  background-color: transparent;
  border: 0 !important;
  min-height: 64px;
  padding: 12px 16px;
}
body[data-ac-activated=preto-amarelo] .assinador-ufrn .accordion .card .card-header, body[data-ac-activated=preto-amarelo] .assinador-ufrn .accordion .card-retangular .card-header, body[data-ac-activated=preto-amarelo] .assinador-ufrn .accordion .card-retangular-nolink .card-header, .component__box.preto-amarelo .assinador-ufrn .accordion .card .card-header, .component__box.preto-amarelo .assinador-ufrn .accordion .card-retangular .card-header, .component__box.preto-amarelo .assinador-ufrn .accordion .card-retangular-nolink .card-header {
  background-color: #000 !important;
}
body[data-ac-activated=preto-azul] .assinador-ufrn .accordion .card .card-header, body[data-ac-activated=preto-azul] .assinador-ufrn .accordion .card-retangular .card-header, body[data-ac-activated=preto-azul] .assinador-ufrn .accordion .card-retangular-nolink .card-header, .component__box.preto-azul .assinador-ufrn .accordion .card .card-header, .component__box.preto-azul .assinador-ufrn .accordion .card-retangular .card-header, .component__box.preto-azul .assinador-ufrn .accordion .card-retangular-nolink .card-header {
  background-color: #000 !important;
}
body[data-ac-activated=azul-amarelo] .assinador-ufrn .accordion .card .card-header, body[data-ac-activated=azul-amarelo] .assinador-ufrn .accordion .card-retangular .card-header, body[data-ac-activated=azul-amarelo] .assinador-ufrn .accordion .card-retangular-nolink .card-header, .component__box.azul-amarelo .assinador-ufrn .accordion .card .card-header, .component__box.azul-amarelo .assinador-ufrn .accordion .card-retangular .card-header, .component__box.azul-amarelo .assinador-ufrn .accordion .card-retangular-nolink .card-header {
  background-color: #043e5f !important;
}
body[data-ac-activated=branco-azul] .assinador-ufrn .accordion .card .card-header, body[data-ac-activated=branco-azul] .assinador-ufrn .accordion .card-retangular .card-header, body[data-ac-activated=branco-azul] .assinador-ufrn .accordion .card-retangular-nolink .card-header, .component__box.branco-azul .assinador-ufrn .accordion .card .card-header, .component__box.branco-azul .assinador-ufrn .accordion .card-retangular .card-header, .component__box.branco-azul .assinador-ufrn .accordion .card-retangular-nolink .card-header {
  background-color: #fff !important;
}
.assinador-ufrn .accordion .card .card-header.open-accordion, .assinador-ufrn .accordion .card-retangular .card-header.open-accordion, .assinador-ufrn .accordion .card-retangular-nolink .card-header.open-accordion {
  margin-bottom: -12px;
}
.assinador-ufrn .accordion .card .card-header button, .assinador-ufrn .accordion .card-retangular .card-header button, .assinador-ufrn .accordion .card-retangular-nolink .card-header button {
  border-radius: 0 !important;
}
body[data-ac-activated=preto-amarelo] .assinador-ufrn .accordion .card .card-header button .accordion-tag .accordion-tag-menu h3, body[data-ac-activated=preto-amarelo] .assinador-ufrn .accordion .card-retangular .card-header button .accordion-tag .accordion-tag-menu h3, body[data-ac-activated=preto-amarelo] .assinador-ufrn .accordion .card-retangular-nolink .card-header button .accordion-tag .accordion-tag-menu h3,
body[data-ac-activated=preto-amarelo] .assinador-ufrn .accordion .card .card-header button .accordion-tag .accordion-tag-menu p,
body[data-ac-activated=preto-amarelo] .assinador-ufrn .accordion .card-retangular .card-header button .accordion-tag .accordion-tag-menu p,
body[data-ac-activated=preto-amarelo] .assinador-ufrn .accordion .card-retangular-nolink .card-header button .accordion-tag .accordion-tag-menu p, .component__box.preto-amarelo .assinador-ufrn .accordion .card .card-header button .accordion-tag .accordion-tag-menu h3, .component__box.preto-amarelo .assinador-ufrn .accordion .card-retangular .card-header button .accordion-tag .accordion-tag-menu h3, .component__box.preto-amarelo .assinador-ufrn .accordion .card-retangular-nolink .card-header button .accordion-tag .accordion-tag-menu h3,
.component__box.preto-amarelo .assinador-ufrn .accordion .card .card-header button .accordion-tag .accordion-tag-menu p,
.component__box.preto-amarelo .assinador-ufrn .accordion .card-retangular .card-header button .accordion-tag .accordion-tag-menu p,
.component__box.preto-amarelo .assinador-ufrn .accordion .card-retangular-nolink .card-header button .accordion-tag .accordion-tag-menu p {
  color: #fff !important;
}
body[data-ac-activated=preto-amarelo] .assinador-ufrn .accordion .card .card-header button i, body[data-ac-activated=preto-amarelo] .assinador-ufrn .accordion .card-retangular .card-header button i, body[data-ac-activated=preto-amarelo] .assinador-ufrn .accordion .card-retangular-nolink .card-header button i, .component__box.preto-amarelo .assinador-ufrn .accordion .card .card-header button i, .component__box.preto-amarelo .assinador-ufrn .accordion .card-retangular .card-header button i, .component__box.preto-amarelo .assinador-ufrn .accordion .card-retangular-nolink .card-header button i {
  color: #fff !important;
}
body[data-ac-activated=preto-azul] .assinador-ufrn .accordion .card .card-header button .accordion-tag .accordion-tag-menu h3, body[data-ac-activated=preto-azul] .assinador-ufrn .accordion .card-retangular .card-header button .accordion-tag .accordion-tag-menu h3, body[data-ac-activated=preto-azul] .assinador-ufrn .accordion .card-retangular-nolink .card-header button .accordion-tag .accordion-tag-menu h3,
body[data-ac-activated=preto-azul] .assinador-ufrn .accordion .card .card-header button .accordion-tag .accordion-tag-menu p,
body[data-ac-activated=preto-azul] .assinador-ufrn .accordion .card-retangular .card-header button .accordion-tag .accordion-tag-menu p,
body[data-ac-activated=preto-azul] .assinador-ufrn .accordion .card-retangular-nolink .card-header button .accordion-tag .accordion-tag-menu p, .component__box.preto-azul .assinador-ufrn .accordion .card .card-header button .accordion-tag .accordion-tag-menu h3, .component__box.preto-azul .assinador-ufrn .accordion .card-retangular .card-header button .accordion-tag .accordion-tag-menu h3, .component__box.preto-azul .assinador-ufrn .accordion .card-retangular-nolink .card-header button .accordion-tag .accordion-tag-menu h3,
.component__box.preto-azul .assinador-ufrn .accordion .card .card-header button .accordion-tag .accordion-tag-menu p,
.component__box.preto-azul .assinador-ufrn .accordion .card-retangular .card-header button .accordion-tag .accordion-tag-menu p,
.component__box.preto-azul .assinador-ufrn .accordion .card-retangular-nolink .card-header button .accordion-tag .accordion-tag-menu p {
  color: #fff !important;
}
body[data-ac-activated=preto-azul] .assinador-ufrn .accordion .card .card-header button i, body[data-ac-activated=preto-azul] .assinador-ufrn .accordion .card-retangular .card-header button i, body[data-ac-activated=preto-azul] .assinador-ufrn .accordion .card-retangular-nolink .card-header button i, .component__box.preto-azul .assinador-ufrn .accordion .card .card-header button i, .component__box.preto-azul .assinador-ufrn .accordion .card-retangular .card-header button i, .component__box.preto-azul .assinador-ufrn .accordion .card-retangular-nolink .card-header button i {
  color: #fff !important;
}
body[data-ac-activated=azul-amarelo] .assinador-ufrn .accordion .card .card-header button .accordion-tag .accordion-tag-menu h3, body[data-ac-activated=azul-amarelo] .assinador-ufrn .accordion .card-retangular .card-header button .accordion-tag .accordion-tag-menu h3, body[data-ac-activated=azul-amarelo] .assinador-ufrn .accordion .card-retangular-nolink .card-header button .accordion-tag .accordion-tag-menu h3,
body[data-ac-activated=azul-amarelo] .assinador-ufrn .accordion .card .card-header button .accordion-tag .accordion-tag-menu p,
body[data-ac-activated=azul-amarelo] .assinador-ufrn .accordion .card-retangular .card-header button .accordion-tag .accordion-tag-menu p,
body[data-ac-activated=azul-amarelo] .assinador-ufrn .accordion .card-retangular-nolink .card-header button .accordion-tag .accordion-tag-menu p, .component__box.azul-amarelo .assinador-ufrn .accordion .card .card-header button .accordion-tag .accordion-tag-menu h3, .component__box.azul-amarelo .assinador-ufrn .accordion .card-retangular .card-header button .accordion-tag .accordion-tag-menu h3, .component__box.azul-amarelo .assinador-ufrn .accordion .card-retangular-nolink .card-header button .accordion-tag .accordion-tag-menu h3,
.component__box.azul-amarelo .assinador-ufrn .accordion .card .card-header button .accordion-tag .accordion-tag-menu p,
.component__box.azul-amarelo .assinador-ufrn .accordion .card-retangular .card-header button .accordion-tag .accordion-tag-menu p,
.component__box.azul-amarelo .assinador-ufrn .accordion .card-retangular-nolink .card-header button .accordion-tag .accordion-tag-menu p {
  color: #fff !important;
}
body[data-ac-activated=azul-amarelo] .assinador-ufrn .accordion .card .card-header button i, body[data-ac-activated=azul-amarelo] .assinador-ufrn .accordion .card-retangular .card-header button i, body[data-ac-activated=azul-amarelo] .assinador-ufrn .accordion .card-retangular-nolink .card-header button i, .component__box.azul-amarelo .assinador-ufrn .accordion .card .card-header button i, .component__box.azul-amarelo .assinador-ufrn .accordion .card-retangular .card-header button i, .component__box.azul-amarelo .assinador-ufrn .accordion .card-retangular-nolink .card-header button i {
  color: #fff !important;
}
body[data-ac-activated=branco-azul] .assinador-ufrn .accordion .card .card-header button .accordion-tag .accordion-tag-menu h3, body[data-ac-activated=branco-azul] .assinador-ufrn .accordion .card-retangular .card-header button .accordion-tag .accordion-tag-menu h3, body[data-ac-activated=branco-azul] .assinador-ufrn .accordion .card-retangular-nolink .card-header button .accordion-tag .accordion-tag-menu h3,
body[data-ac-activated=branco-azul] .assinador-ufrn .accordion .card .card-header button .accordion-tag .accordion-tag-menu p,
body[data-ac-activated=branco-azul] .assinador-ufrn .accordion .card-retangular .card-header button .accordion-tag .accordion-tag-menu p,
body[data-ac-activated=branco-azul] .assinador-ufrn .accordion .card-retangular-nolink .card-header button .accordion-tag .accordion-tag-menu p, .component__box.branco-azul .assinador-ufrn .accordion .card .card-header button .accordion-tag .accordion-tag-menu h3, .component__box.branco-azul .assinador-ufrn .accordion .card-retangular .card-header button .accordion-tag .accordion-tag-menu h3, .component__box.branco-azul .assinador-ufrn .accordion .card-retangular-nolink .card-header button .accordion-tag .accordion-tag-menu h3,
.component__box.branco-azul .assinador-ufrn .accordion .card .card-header button .accordion-tag .accordion-tag-menu p,
.component__box.branco-azul .assinador-ufrn .accordion .card-retangular .card-header button .accordion-tag .accordion-tag-menu p,
.component__box.branco-azul .assinador-ufrn .accordion .card-retangular-nolink .card-header button .accordion-tag .accordion-tag-menu p {
  color: #000 !important;
}
body[data-ac-activated=branco-azul] .assinador-ufrn .accordion .card .card-header button i, body[data-ac-activated=branco-azul] .assinador-ufrn .accordion .card-retangular .card-header button i, body[data-ac-activated=branco-azul] .assinador-ufrn .accordion .card-retangular-nolink .card-header button i, .component__box.branco-azul .assinador-ufrn .accordion .card .card-header button i, .component__box.branco-azul .assinador-ufrn .accordion .card-retangular .card-header button i, .component__box.branco-azul .assinador-ufrn .accordion .card-retangular-nolink .card-header button i {
  color: #000 !important;
}
.assinador-ufrn .accordion .card .card-header button .accordion-tag .accordion-tag-menu h3, .assinador-ufrn .accordion .card-retangular .card-header button .accordion-tag .accordion-tag-menu h3, .assinador-ufrn .accordion .card-retangular-nolink .card-header button .accordion-tag .accordion-tag-menu h3 {
  font-weight: 600;
}
.assinador-ufrn .accordion .card .card-header button .accordion-tag .accordion-tag-menu p, .assinador-ufrn .accordion .card-retangular .card-header button .accordion-tag .accordion-tag-menu p, .assinador-ufrn .accordion .card-retangular-nolink .card-header button .accordion-tag .accordion-tag-menu p {
  text-align: initial;
  text-transform: uppercase;
}
.assinador-ufrn .accordion .card .collapse, .assinador-ufrn .accordion .card-retangular .collapse, .assinador-ufrn .accordion .card-retangular-nolink .collapse,
.assinador-ufrn .accordion .card .collapsing,
.assinador-ufrn .accordion .card-retangular .collapsing,
.assinador-ufrn .accordion .card-retangular-nolink .collapsing {
  border: 0;
}
.assinador-ufrn .accordion .card .collapse .card-body, .assinador-ufrn .accordion .card-retangular .collapse .card-body, .assinador-ufrn .accordion .card-retangular-nolink .collapse .card-body,
.assinador-ufrn .accordion .card .collapsing .card-body,
.assinador-ufrn .accordion .card-retangular .collapsing .card-body,
.assinador-ufrn .accordion .card-retangular-nolink .collapsing .card-body {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 0 16px 12px;
}
.assinador-ufrn .accordion .card .collapse .card-body .accordion-tag-cpf, .assinador-ufrn .accordion .card-retangular .collapse .card-body .accordion-tag-cpf, .assinador-ufrn .accordion .card-retangular-nolink .collapse .card-body .accordion-tag-cpf,
.assinador-ufrn .accordion .card .collapsing .card-body .accordion-tag-cpf,
.assinador-ufrn .accordion .card-retangular .collapsing .card-body .accordion-tag-cpf,
.assinador-ufrn .accordion .card-retangular-nolink .collapsing .card-body .accordion-tag-cpf {
  margin-bottom: 12px;
}
.assinador-ufrn .accordion .card .collapse .card-body .accordion-tag-info p, .assinador-ufrn .accordion .card-retangular .collapse .card-body .accordion-tag-info p, .assinador-ufrn .accordion .card-retangular-nolink .collapse .card-body .accordion-tag-info p,
.assinador-ufrn .accordion .card .collapse .card-body .accordion-tag-info h3,
.assinador-ufrn .accordion .card-retangular .collapse .card-body .accordion-tag-info h3,
.assinador-ufrn .accordion .card-retangular-nolink .collapse .card-body .accordion-tag-info h3,
.assinador-ufrn .accordion .card .collapsing .card-body .accordion-tag-info p,
.assinador-ufrn .accordion .card-retangular .collapsing .card-body .accordion-tag-info p,
.assinador-ufrn .accordion .card-retangular-nolink .collapsing .card-body .accordion-tag-info p,
.assinador-ufrn .accordion .card .collapsing .card-body .accordion-tag-info h3,
.assinador-ufrn .accordion .card-retangular .collapsing .card-body .accordion-tag-info h3,
.assinador-ufrn .accordion .card-retangular-nolink .collapsing .card-body .accordion-tag-info h3 {
  margin: 0;
}
.assinador-ufrn .accordion .card .collapse .card-body .accordion-tag-info h3, .assinador-ufrn .accordion .card-retangular .collapse .card-body .accordion-tag-info h3, .assinador-ufrn .accordion .card-retangular-nolink .collapse .card-body .accordion-tag-info h3,
.assinador-ufrn .accordion .card .collapsing .card-body .accordion-tag-info h3,
.assinador-ufrn .accordion .card-retangular .collapsing .card-body .accordion-tag-info h3,
.assinador-ufrn .accordion .card-retangular-nolink .collapsing .card-body .accordion-tag-info h3 {
  font-weight: 600;
}
.assinador-ufrn .accordion .card .collapse .card-body .accordion-tag-info + .accordion-tag-info, .assinador-ufrn .accordion .card-retangular .collapse .card-body .accordion-tag-info + .accordion-tag-info, .assinador-ufrn .accordion .card-retangular-nolink .collapse .card-body .accordion-tag-info + .accordion-tag-info,
.assinador-ufrn .accordion .card .collapsing .card-body .accordion-tag-info + .accordion-tag-info,
.assinador-ufrn .accordion .card-retangular .collapsing .card-body .accordion-tag-info + .accordion-tag-info,
.assinador-ufrn .accordion .card-retangular-nolink .collapsing .card-body .accordion-tag-info + .accordion-tag-info {
  margin-top: 10px;
}
.assinador-ufrn .accordion .card + .card, .assinador-ufrn .accordion .card-retangular + .card, .assinador-ufrn .accordion .card-retangular-nolink + .card, .assinador-ufrn .accordion .card + .card-retangular, .assinador-ufrn .accordion .card-retangular + .card-retangular, .assinador-ufrn .accordion .card-retangular-nolink + .card-retangular, .assinador-ufrn .accordion .card + .card-retangular-nolink, .assinador-ufrn .accordion .card-retangular + .card-retangular-nolink, .assinador-ufrn .accordion .card-retangular-nolink + .card-retangular-nolink {
  border-radius: 0 !important;
  border-top: 1px solid #cfd7e0 !important;
}
body[data-ac-activated=preto-amarelo] .assinador-ufrn .accordion .card + .card, body[data-ac-activated=preto-amarelo] .assinador-ufrn .accordion .card-retangular + .card, body[data-ac-activated=preto-amarelo] .assinador-ufrn .accordion .card-retangular-nolink + .card, body[data-ac-activated=preto-amarelo] .assinador-ufrn .accordion .card + .card-retangular, body[data-ac-activated=preto-amarelo] .assinador-ufrn .accordion .card-retangular + .card-retangular, body[data-ac-activated=preto-amarelo] .assinador-ufrn .accordion .card-retangular-nolink + .card-retangular, body[data-ac-activated=preto-amarelo] .assinador-ufrn .accordion .card + .card-retangular-nolink, body[data-ac-activated=preto-amarelo] .assinador-ufrn .accordion .card-retangular + .card-retangular-nolink, body[data-ac-activated=preto-amarelo] .assinador-ufrn .accordion .card-retangular-nolink + .card-retangular-nolink, .component__box.preto-amarelo .assinador-ufrn .accordion .card + .card, .component__box.preto-amarelo .assinador-ufrn .accordion .card-retangular + .card, .component__box.preto-amarelo .assinador-ufrn .accordion .card-retangular-nolink + .card, .component__box.preto-amarelo .assinador-ufrn .accordion .card + .card-retangular, .component__box.preto-amarelo .assinador-ufrn .accordion .card-retangular + .card-retangular, .component__box.preto-amarelo .assinador-ufrn .accordion .card-retangular-nolink + .card-retangular, .component__box.preto-amarelo .assinador-ufrn .accordion .card + .card-retangular-nolink, .component__box.preto-amarelo .assinador-ufrn .accordion .card-retangular + .card-retangular-nolink, .component__box.preto-amarelo .assinador-ufrn .accordion .card-retangular-nolink + .card-retangular-nolink {
  border-top-color: #fff;
}
body[data-ac-activated=preto-azul] .assinador-ufrn .accordion .card + .card, body[data-ac-activated=preto-azul] .assinador-ufrn .accordion .card-retangular + .card, body[data-ac-activated=preto-azul] .assinador-ufrn .accordion .card-retangular-nolink + .card, body[data-ac-activated=preto-azul] .assinador-ufrn .accordion .card + .card-retangular, body[data-ac-activated=preto-azul] .assinador-ufrn .accordion .card-retangular + .card-retangular, body[data-ac-activated=preto-azul] .assinador-ufrn .accordion .card-retangular-nolink + .card-retangular, body[data-ac-activated=preto-azul] .assinador-ufrn .accordion .card + .card-retangular-nolink, body[data-ac-activated=preto-azul] .assinador-ufrn .accordion .card-retangular + .card-retangular-nolink, body[data-ac-activated=preto-azul] .assinador-ufrn .accordion .card-retangular-nolink + .card-retangular-nolink, .component__box.preto-azul .assinador-ufrn .accordion .card + .card, .component__box.preto-azul .assinador-ufrn .accordion .card-retangular + .card, .component__box.preto-azul .assinador-ufrn .accordion .card-retangular-nolink + .card, .component__box.preto-azul .assinador-ufrn .accordion .card + .card-retangular, .component__box.preto-azul .assinador-ufrn .accordion .card-retangular + .card-retangular, .component__box.preto-azul .assinador-ufrn .accordion .card-retangular-nolink + .card-retangular, .component__box.preto-azul .assinador-ufrn .accordion .card + .card-retangular-nolink, .component__box.preto-azul .assinador-ufrn .accordion .card-retangular + .card-retangular-nolink, .component__box.preto-azul .assinador-ufrn .accordion .card-retangular-nolink + .card-retangular-nolink {
  border-top-color: #fff;
}
body[data-ac-activated=azul-amarelo] .assinador-ufrn .accordion .card + .card, body[data-ac-activated=azul-amarelo] .assinador-ufrn .accordion .card-retangular + .card, body[data-ac-activated=azul-amarelo] .assinador-ufrn .accordion .card-retangular-nolink + .card, body[data-ac-activated=azul-amarelo] .assinador-ufrn .accordion .card + .card-retangular, body[data-ac-activated=azul-amarelo] .assinador-ufrn .accordion .card-retangular + .card-retangular, body[data-ac-activated=azul-amarelo] .assinador-ufrn .accordion .card-retangular-nolink + .card-retangular, body[data-ac-activated=azul-amarelo] .assinador-ufrn .accordion .card + .card-retangular-nolink, body[data-ac-activated=azul-amarelo] .assinador-ufrn .accordion .card-retangular + .card-retangular-nolink, body[data-ac-activated=azul-amarelo] .assinador-ufrn .accordion .card-retangular-nolink + .card-retangular-nolink, .component__box.azul-amarelo .assinador-ufrn .accordion .card + .card, .component__box.azul-amarelo .assinador-ufrn .accordion .card-retangular + .card, .component__box.azul-amarelo .assinador-ufrn .accordion .card-retangular-nolink + .card, .component__box.azul-amarelo .assinador-ufrn .accordion .card + .card-retangular, .component__box.azul-amarelo .assinador-ufrn .accordion .card-retangular + .card-retangular, .component__box.azul-amarelo .assinador-ufrn .accordion .card-retangular-nolink + .card-retangular, .component__box.azul-amarelo .assinador-ufrn .accordion .card + .card-retangular-nolink, .component__box.azul-amarelo .assinador-ufrn .accordion .card-retangular + .card-retangular-nolink, .component__box.azul-amarelo .assinador-ufrn .accordion .card-retangular-nolink + .card-retangular-nolink {
  border-top-color: #fff;
}
body[data-ac-activated=branco-azul] .assinador-ufrn .accordion .card + .card, body[data-ac-activated=branco-azul] .assinador-ufrn .accordion .card-retangular + .card, body[data-ac-activated=branco-azul] .assinador-ufrn .accordion .card-retangular-nolink + .card, body[data-ac-activated=branco-azul] .assinador-ufrn .accordion .card + .card-retangular, body[data-ac-activated=branco-azul] .assinador-ufrn .accordion .card-retangular + .card-retangular, body[data-ac-activated=branco-azul] .assinador-ufrn .accordion .card-retangular-nolink + .card-retangular, body[data-ac-activated=branco-azul] .assinador-ufrn .accordion .card + .card-retangular-nolink, body[data-ac-activated=branco-azul] .assinador-ufrn .accordion .card-retangular + .card-retangular-nolink, body[data-ac-activated=branco-azul] .assinador-ufrn .accordion .card-retangular-nolink + .card-retangular-nolink, .component__box.branco-azul .assinador-ufrn .accordion .card + .card, .component__box.branco-azul .assinador-ufrn .accordion .card-retangular + .card, .component__box.branco-azul .assinador-ufrn .accordion .card-retangular-nolink + .card, .component__box.branco-azul .assinador-ufrn .accordion .card + .card-retangular, .component__box.branco-azul .assinador-ufrn .accordion .card-retangular + .card-retangular, .component__box.branco-azul .assinador-ufrn .accordion .card-retangular-nolink + .card-retangular, .component__box.branco-azul .assinador-ufrn .accordion .card + .card-retangular-nolink, .component__box.branco-azul .assinador-ufrn .accordion .card-retangular + .card-retangular-nolink, .component__box.branco-azul .assinador-ufrn .accordion .card-retangular-nolink + .card-retangular-nolink {
  border-top-color: #000 !important;
}
.assinador-ufrn .assinador-ufrn-head {
  background-color: #0095db;
  border: 1px solid #0095db;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0 auto;
  max-width: 396px;
  padding: 13px 0;
}
body[data-ac-activated=preto-amarelo] .assinador-ufrn .assinador-ufrn-head, .component__box.preto-amarelo .assinador-ufrn .assinador-ufrn-head {
  background-color: #ff0;
  border-color: #ff0;
}
body[data-ac-activated=preto-amarelo] .assinador-ufrn .assinador-ufrn-head h1, .component__box.preto-amarelo .assinador-ufrn .assinador-ufrn-head h1 {
  color: #000;
}
body[data-ac-activated=preto-azul] .assinador-ufrn .assinador-ufrn-head, .component__box.preto-azul .assinador-ufrn .assinador-ufrn-head {
  background-color: #00f3f3;
  border-color: #00f3f3;
}
body[data-ac-activated=preto-azul] .assinador-ufrn .assinador-ufrn-head h1, .component__box.preto-azul .assinador-ufrn .assinador-ufrn-head h1 {
  color: #000;
}
body[data-ac-activated=azul-amarelo] .assinador-ufrn .assinador-ufrn-head, .component__box.azul-amarelo .assinador-ufrn .assinador-ufrn-head {
  background-color: #ff0;
  border-color: #ff0;
}
body[data-ac-activated=azul-amarelo] .assinador-ufrn .assinador-ufrn-head h1, .component__box.azul-amarelo .assinador-ufrn .assinador-ufrn-head h1 {
  color: #043e5f;
}
body[data-ac-activated=branco-azul] .assinador-ufrn .assinador-ufrn-head, .component__box.branco-azul .assinador-ufrn .assinador-ufrn-head {
  background-color: #3737e2;
  border-color: #3737e2;
}
body[data-ac-activated=branco-azul] .assinador-ufrn .assinador-ufrn-head h1, .component__box.branco-azul .assinador-ufrn .assinador-ufrn-head h1 {
  color: #fff;
}
.assinador-ufrn .assinador-ufrn-head h1 {
  color: var(--white);
  margin: 0;
}
.assinador-ufrn .assinador-ufrn-body {
  background-color: var(--white);
  border: 1px solid #cfd7e0;
  border-top: 0;
  margin: 0 auto;
  max-width: 396px;
}
body[data-ac-activated=preto-amarelo] .assinador-ufrn .assinador-ufrn-body, .component__box.preto-amarelo .assinador-ufrn .assinador-ufrn-body {
  background-color: #000;
  border-color: #fff;
}
body[data-ac-activated=preto-azul] .assinador-ufrn .assinador-ufrn-body, .component__box.preto-azul .assinador-ufrn .assinador-ufrn-body {
  background-color: #000;
  border-color: #fff;
}
body[data-ac-activated=azul-amarelo] .assinador-ufrn .assinador-ufrn-body, .component__box.azul-amarelo .assinador-ufrn .assinador-ufrn-body {
  background-color: #043e5f;
  border-color: #fff;
}
body[data-ac-activated=branco-azul] .assinador-ufrn .assinador-ufrn-body, .component__box.branco-azul .assinador-ufrn .assinador-ufrn-body {
  background-color: #fff;
  border-color: #000;
}
body[data-ac-activated=preto-amarelo] .assinador-ufrn .assinador-ufrn-body .extension-added .extension-added-title, body[data-ac-activated=preto-amarelo] .assinador-ufrn .assinador-ufrn-body .extension-added .extension-added-head, body[data-ac-activated=preto-amarelo] .assinador-ufrn .assinador-ufrn-body .extension-added .extension-added-body, .component__box.preto-amarelo .assinador-ufrn .assinador-ufrn-body .extension-added .extension-added-title, .component__box.preto-amarelo .assinador-ufrn .assinador-ufrn-body .extension-added .extension-added-head, .component__box.preto-amarelo .assinador-ufrn .assinador-ufrn-body .extension-added .extension-added-body {
  border-bottom-color: #fff;
}
body[data-ac-activated=preto-amarelo] .assinador-ufrn .assinador-ufrn-body .extension-added .extension-added-head i, .component__box.preto-amarelo .assinador-ufrn .assinador-ufrn-body .extension-added .extension-added-head i {
  color: #fff;
}
body[data-ac-activated=preto-azul] .assinador-ufrn .assinador-ufrn-body .extension-added .extension-added-title, body[data-ac-activated=preto-azul] .assinador-ufrn .assinador-ufrn-body .extension-added .extension-added-head, body[data-ac-activated=preto-azul] .assinador-ufrn .assinador-ufrn-body .extension-added .extension-added-body, .component__box.preto-azul .assinador-ufrn .assinador-ufrn-body .extension-added .extension-added-title, .component__box.preto-azul .assinador-ufrn .assinador-ufrn-body .extension-added .extension-added-head, .component__box.preto-azul .assinador-ufrn .assinador-ufrn-body .extension-added .extension-added-body {
  border-bottom-color: #fff;
}
body[data-ac-activated=preto-azul] .assinador-ufrn .assinador-ufrn-body .extension-added .extension-added-head i, .component__box.preto-azul .assinador-ufrn .assinador-ufrn-body .extension-added .extension-added-head i {
  color: #fff;
}
body[data-ac-activated=azul-amarelo] .assinador-ufrn .assinador-ufrn-body .extension-added .extension-added-title, body[data-ac-activated=azul-amarelo] .assinador-ufrn .assinador-ufrn-body .extension-added .extension-added-head, body[data-ac-activated=azul-amarelo] .assinador-ufrn .assinador-ufrn-body .extension-added .extension-added-body, .component__box.azul-amarelo .assinador-ufrn .assinador-ufrn-body .extension-added .extension-added-title, .component__box.azul-amarelo .assinador-ufrn .assinador-ufrn-body .extension-added .extension-added-head, .component__box.azul-amarelo .assinador-ufrn .assinador-ufrn-body .extension-added .extension-added-body {
  border-bottom-color: #fff;
}
body[data-ac-activated=azul-amarelo] .assinador-ufrn .assinador-ufrn-body .extension-added .extension-added-head i, .component__box.azul-amarelo .assinador-ufrn .assinador-ufrn-body .extension-added .extension-added-head i {
  color: #fff;
}
body[data-ac-activated=branco-azul] .assinador-ufrn .assinador-ufrn-body .extension-added .extension-added-title, body[data-ac-activated=branco-azul] .assinador-ufrn .assinador-ufrn-body .extension-added .extension-added-head, body[data-ac-activated=branco-azul] .assinador-ufrn .assinador-ufrn-body .extension-added .extension-added-body, .component__box.branco-azul .assinador-ufrn .assinador-ufrn-body .extension-added .extension-added-title, .component__box.branco-azul .assinador-ufrn .assinador-ufrn-body .extension-added .extension-added-head, .component__box.branco-azul .assinador-ufrn .assinador-ufrn-body .extension-added .extension-added-body {
  border-bottom-color: #000;
}
body[data-ac-activated=branco-azul] .assinador-ufrn .assinador-ufrn-body .extension-added .extension-added-head i, .component__box.branco-azul .assinador-ufrn .assinador-ufrn-body .extension-added .extension-added-head i {
  color: #000;
}
.assinador-ufrn .assinador-ufrn-body .extension-added .extension-added-title {
  border-bottom: 2px solid #cfd7e0;
  font-weight: 600;
  margin: 0;
  padding: 12px 28px;
}
.assinador-ufrn .assinador-ufrn-body .extension-added .extension-added-head {
  border-bottom: 1px solid #cfd7e0;
  margin: 0 17px;
  padding: 15px 3px 4px;
}
.assinador-ufrn .assinador-ufrn-body .extension-added .extension-added-head h3 {
  margin: 0;
}
.assinador-ufrn .assinador-ufrn-body .extension-added .extension-added-head h3 i {
  color: #6b915c;
}
.assinador-ufrn .assinador-ufrn-body .extension-added .extension-added-body {
  border-bottom: 1px solid #cfd7e0;
  margin: 0 17px;
  padding: 15px 3px;
}
.assinador-ufrn .assinador-ufrn-body .extension-added .extension-added-body p,
.assinador-ufrn .assinador-ufrn-body .extension-added .extension-added-body h3 {
  margin: 0;
}
.assinador-ufrn .assinador-ufrn-body .extension-added .extension-added-body h3 {
  font-weight: 600;
  padding-top: 3px;
}
.assinador-ufrn .assinador-ufrn-body .extension-added .extension-added-button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 18px 0;
}
.assinador-ufrn .assinador-ufrn-body .certificate-added {
  height: 400px;
  padding: 0 12px;
}
.assinador-ufrn .assinador-ufrn-body .certificate-added .certificate-added-title {
  padding-top: 15px;
}
.assinador-ufrn .assinador-ufrn-body .certificate-added .certificate-added-title h3 {
  margin: 0;
  padding: 0 16px 4px;
}
.assinador-ufrn .assinador-ufrn-body .certificate-added .certificate-added-title h3 i {
  color: #6b915c;
}
body[data-ac-activated=preto-amarelo] .assinador-ufrn .assinador-ufrn-body .certificate-added .certificate-added-title h3 i, .component__box.preto-amarelo .assinador-ufrn .assinador-ufrn-body .certificate-added .certificate-added-title h3 i {
  color: #fff;
}
body[data-ac-activated=preto-azul] .assinador-ufrn .assinador-ufrn-body .certificate-added .certificate-added-title h3 i, .component__box.preto-azul .assinador-ufrn .assinador-ufrn-body .certificate-added .certificate-added-title h3 i {
  color: #fff;
}
body[data-ac-activated=azul-amarelo] .assinador-ufrn .assinador-ufrn-body .certificate-added .certificate-added-title h3 i, .component__box.azul-amarelo .assinador-ufrn .assinador-ufrn-body .certificate-added .certificate-added-title h3 i {
  color: #fff;
}
body[data-ac-activated=branco-azul] .assinador-ufrn .assinador-ufrn-body .certificate-added .certificate-added-title h3 i, .component__box.branco-azul .assinador-ufrn .assinador-ufrn-body .certificate-added .certificate-added-title h3 i {
  color: #000;
}
.assinador-ufrn .assinador-ufrn-body .certificate-added .certificate-added-body {
  height: 327px;
  overflow: auto;
  padding-bottom: 20px;
}
.assinador-ufrn .assinador-ufrn-footer {
  border: 1px solid #cfd7e0;
  border-top: 0;
  margin: 0 auto;
  max-width: 396px;
}
body[data-ac-activated=preto-amarelo] .assinador-ufrn .assinador-ufrn-footer, .component__box.preto-amarelo .assinador-ufrn .assinador-ufrn-footer {
  border-color: #fff;
}
body[data-ac-activated=preto-azul] .assinador-ufrn .assinador-ufrn-footer, .component__box.preto-azul .assinador-ufrn .assinador-ufrn-footer {
  border-color: #fff;
}
body[data-ac-activated=azul-amarelo] .assinador-ufrn .assinador-ufrn-footer, .component__box.azul-amarelo .assinador-ufrn .assinador-ufrn-footer {
  border-color: #fff;
}
body[data-ac-activated=branco-azul] .assinador-ufrn .assinador-ufrn-footer, .component__box.branco-azul .assinador-ufrn .assinador-ufrn-footer {
  border-color: #000;
}

@media (min-width: 993px) {
  .eligere {
    padding: 0 20px 18px;
    width: 800px !important;
  }
  body[data-ac-activated=preto-amarelo] .eligere nav, .component__box.preto-amarelo .eligere nav {
    width: 800px !important;
  }
  body[data-ac-activated=preto-amarelo] .eligere article, .component__box.preto-amarelo .eligere article {
    margin-left: auto;
    margin-right: auto;
    width: 600px !important;
  }
  body[data-ac-activated=preto-amarelo] .eligere article .col-principal, .component__box.preto-amarelo .eligere article .col-principal {
    max-width: 368px;
  }
  body[data-ac-activated=azul-amarelo] .eligere nav, .component__box.azul-amarelo .eligere nav {
    width: 800px !important;
  }
  body[data-ac-activated=azul-amarelo] .eligere article, .component__box.azul-amarelo .eligere article {
    margin-left: auto;
    margin-right: auto;
    width: 600px !important;
  }
  body[data-ac-activated=azul-amarelo] .eligere article .col-principal, .component__box.azul-amarelo .eligere article .col-principal {
    max-width: 368px;
  }
  body[data-ac-activated=branco-azul] .eligere nav, .component__box.branco-azul .eligere nav {
    width: 800px !important;
  }
  body[data-ac-activated=branco-azul] .eligere article, .component__box.branco-azul .eligere article {
    margin-left: auto;
    margin-right: auto;
    width: 600px !important;
  }
  body[data-ac-activated=branco-azul] .eligere article .col-principal, .component__box.branco-azul .eligere article .col-principal {
    max-width: 368px;
  }
  body[data-ac-activated=preto-azul] .eligere nav, .component__box.preto-azul .eligere nav {
    width: 800px !important;
  }
  body[data-ac-activated=preto-azul] .eligere article, .component__box.preto-azul .eligere article {
    margin-left: auto;
    margin-right: auto;
    width: 600px !important;
  }
  body[data-ac-activated=preto-azul] .eligere article .col-principal, .component__box.preto-azul .eligere article .col-principal {
    max-width: 368px;
  }
  .eligere .margin-link {
    margin-right: 10px;
  }
  .eligere .body-logo {
    margin: 0;
    padding: 0;
  }
  body[data-ac-activated=preto-amarelo] .eligere .body-logo, .component__box.preto-amarelo .eligere .body-logo {
    background-color: #ff0;
    border: 2px solid #ff0;
    border-radius: 10px;
    -webkit-filter: grayscale(0);
            filter: grayscale(0);
  }
  body[data-ac-activated=azul-amarelo] .eligere .body-logo, .component__box.azul-amarelo .eligere .body-logo {
    background-color: #ff0;
    border: 2px solid #ff0;
    border-radius: 10px;
    -webkit-filter: grayscale(0);
            filter: grayscale(0);
  }
  body[data-ac-activated=branco-azul] .eligere .body-logo, .component__box.branco-azul .eligere .body-logo {
    background-color: #3737e2;
    border: 2px solid #3737e2;
    border-radius: 10px;
    -webkit-filter: grayscale(0);
            filter: grayscale(0);
  }
  body[data-ac-activated=preto-azul] .eligere .body-logo, .component__box.preto-azul .eligere .body-logo {
    background-color: #00f3f3;
    border: 2px solid #00f3f3;
    border-radius: 10px;
    -webkit-filter: grayscale(0);
            filter: grayscale(0);
  }
  .eligere .cd-mob {
    display: none;
  }
}
@media (max-width: 992px) {
  .eligere .cd-desk {
    display: none !important;
  }
  .eligere .container-conteudo__content {
    padding: 0 20px;
  }
  .eligere .card-title {
    color: #5b6372 !important;
  }
}
.eligere header svg .a {
  fill: #929eac;
}
.eligere .card-retangular[data-version=text-button] .card-text span {
  font-size: 0.875rem;
}
@media (max-width: 991px) {
  .eligere .card-retangular[data-version=text-button] .card-text span {
    font-size: 0.75rem;
  }
}
@media (max-width: 575px) {
  .eligere .card-retangular[data-version=text-button] .card-text span {
    display: block;
  }
  .eligere .card-retangular[data-version=text-button] .card-text span.divisor {
    display: none;
  }
}
.eligere .card-retangular[data-version=text-button] .card-text span.divisor {
  margin-left: 0.25em;
  margin-right: 0.25em;
}
@media (min-width: 480px) {
  .eligere .conteudo-principal__content .image__responsive .asset-listagem {
    height: 188px;
  }
  .eligere .conteudo-principal__content #autenticacao-form .form-content {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .eligere .conteudo-principal__content #autenticacao-form .form-content .form-left {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 200px;
            flex: 1 1 200px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .eligere .conteudo-principal__content #autenticacao-form .form-content .form-right {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 180px;
            flex: 1 1 180px;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    margin-left: 1rem;
  }
  .eligere .conteudo-principal__content #autenticacao-form .form-content .form-right img {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 180px;
            flex: 1 1 180px;
  }
  .eligere .conteudo-principal__content #autenticacao-form .form-action {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .eligere .conteudo-principal__content #autenticacao-form .form-action button {
    -ms-flex-preferred-size: 145px;
        flex-basis: 145px;
  }
}
@media (max-width: 479px) {
  .eligere .conteudo-principal__content .image__responsive .asset-listagem {
    height: 111px;
  }
  .eligere .conteudo-principal__content #autenticacao-form .form-content {
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .eligere .conteudo-principal__content #autenticacao-form .form-content .form-left {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .eligere .conteudo-principal__content #autenticacao-form .form-content .form-right {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin: 1rem 0;
  }
  .eligere .conteudo-principal__content #autenticacao-form .form-action {
    -webkit-box-pack: stretch;
        -ms-flex-pack: stretch;
            justify-content: stretch;
  }
  .eligere .conteudo-principal__content #autenticacao-form .form-action button {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
  }
}
.eligere .conteudo-principal__content #autenticacao-form {
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.eligere .conteudo-principal__content #autenticacao-form .form-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.eligere .conteudo-principal__content #autenticacao-form .form-content .form-left {
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.eligere .conteudo-principal__content #autenticacao-form .form-content .form-right {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
.eligere .conteudo-principal__content #autenticacao-form .form-content .form-right img {
  max-height: 135px;
  max-width: 201.046px;
}
.eligere .conteudo-principal__content #autenticacao-form .form-action {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  margin-top: 1rem;
}

.memorial_eternos {
  background: transparent -webkit-gradient(linear, left top, left bottom, from(#eff3f5), to(#eefbe1)) 0% 0% no-repeat padding-box !important;
  background: transparent linear-gradient(180deg, #eff3f5 0%, #eefbe1 100%) 0% 0% no-repeat padding-box !important;
  opacity: 1;
}
.memorial_eternos .header {
  border: 0;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media (max-width: 576px) {
  .memorial_eternos .header {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .memorial_eternos .header__left {
    margin: 0 0.625rem auto !important;
  }
  .memorial_eternos .header__left .div_memorial-title {
    text-align: left !important;
  }
}
.memorial_eternos .header__left {
  margin-left: auto;
  margin-right: -3rem;
}
.memorial_eternos .header__left .header__logo::after {
  content: none !important;
}
.memorial_eternos .header__left .header__logo .div_memorial-title {
  text-align: center;
}
.memorial_eternos .header__left .header__logo .div_memorial-title .h5 {
  font-size: 1rem;
  letter-spacing: 0;
  text-transform: none;
}
.memorial_eternos .header__left .header__logo .div_memorial-title .h4 {
  font-size: 1.3rem;
  letter-spacing: 0.3rem;
}
@media (max-width: 1200px) {
  .memorial_eternos .header__left .header__logo .div_memorial-title .h4 {
    font-size: calc(1.255rem + 0.06vw);
  }
}
.memorial_eternos .header__right {
  -ms-flex-item-align: baseline;
      align-self: baseline;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  margin-left: auto;
}

body[data-ac-activated=azul-amarelo].memorial_eternos {
  background: none #043e5f !important;
}

body[data-ac-activated=preto-amarelo].memorial_eternos,
body[data-ac-activated=preto-azul].memorial_eternos {
  background: none #000 !important;
}

body[data-ac-activated=branco-azul].memorial_eternos {
  background: none #fff !important;
}

.memorial_eternos .container-conteudo {
  border-top: 0.063rem solid #d8e1ea;
  margin: 0 auto;
  max-width: 965px;
  min-height: calc(100% - 10rem);
  padding: 1.93rem 0 0;
}
.memorial_eternos .container-conteudo__memorial {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-left: 0;
  width: 100%;
}
.memorial_eternos .container-conteudo__memorial .container__list {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
}
@media (min-width: 992px) {
  .memorial_eternos .container-conteudo__memorial .container__list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column wrap;
            flex-flow: column wrap;
  }
  .memorial_eternos .container-conteudo__memorial .container__list .card-memorial:nth-child(2) {
    margin-top: 55px;
  }
  .memorial_eternos .container-conteudo__memorial .container__list .card-memorial:nth-child(even) {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}
.memorial_eternos .container-conteudo__memorial .container__list .card-memorial {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column wrap;
          flex-flow: column wrap;
  margin-bottom: 0.63rem;
  max-width: 470px;
}
@media (max-width: 991px) {
  .memorial_eternos .container-conteudo__memorial .container__list .card-memorial {
    margin-left: 1rem;
    margin-right: 1rem;
  }
}
.memorial_eternos .container-conteudo__memorial .container__list .card-memorial .card-retangular-nolink {
  border: 0;
  -webkit-box-shadow: 0 3px 18px rgba(0, 0, 0, 0.08);
          box-shadow: 0 3px 18px rgba(0, 0, 0, 0.08);
}
.memorial_eternos .container-conteudo__memorial .container__list .card-memorial .card-retangular-nolink a {
  cursor: pointer;
  float: right;
  font-size: 0.875rem;
}
.memorial_eternos .container-conteudo__memorial .container__list .card-memorial a {
  -ms-flex-item-align: end;
      align-self: flex-end;
  cursor: pointer;
  font-size: 0.6rem;
}
.memorial_eternos .container-conteudo__memorial .container-conteudo__header {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.memorial_eternos .container-conteudo__memorial .container-conteudo__header h1 {
  font-size: 1.5rem !important;
  font-weight: normal;
}
@media (max-width: 1200px) {
  .memorial_eternos .container-conteudo__memorial .container-conteudo__header h1 {
    font-size: calc(1.275rem + 0.3vw)  !important;
  }
}
.memorial_eternos .container-conteudo__memorial .container-conteudo__header h2 {
  font-size: 1.06rem !important;
  font-weight: 600;
}
.memorial_eternos .container-conteudo__memorial .container-conteudo__header button {
  margin-bottom: 3.38rem;
  margin-top: 1.93rem;
  padding: 0.31rem 2rem;
}

.memorial_eternos .rodape {
  background-color: rgb(238, 250, 226) !important;
}
.memorial_eternos .rodape__logo svg .assinatura-icone,
.memorial_eternos .rodape__logo svg .assinatura-barra,
.memorial_eternos .rodape__logo svg .assinatura-sigla {
  fill: rgba(85, 153, 58, 0.3) !important;
}

.memorial_eternos .container-conteudo__homenagem .card-homenagem {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 0.75rem;
}
@media (max-width: 575px) {
  .memorial_eternos .container-conteudo__homenagem .card-homenagem {
    margin-left: 1rem;
    margin-right: 1rem;
  }
}
.memorial_eternos .container-conteudo__homenagem .card-homenagem .card-retangular-nolink {
  background-color: #eefae2;
  border: 0;
  border-radius: 5px 5px 0 0;
  -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.0509803922);
          box-shadow: 0 0 20px rgba(0, 0, 0, 0.0509803922);
}
.memorial_eternos .container-conteudo__homenagem .card-homenagem .card-retangular-nolink:active {
  background-color: #eefae2;
}
.memorial_eternos .container-conteudo__homenagem .card-homenagem .card-retangular-nolink header {
  text-align: center;
}
.memorial_eternos .container-conteudo__homenagem .card-homenagem .card-retangular-nolink header h1 a {
  font-size: 1.5rem;
  color: #55993a;
  cursor: pointer;
}
@media (max-width: 1200px) {
  .memorial_eternos .container-conteudo__homenagem .card-homenagem .card-retangular-nolink header h1 a {
    font-size: calc(1.275rem + 0.3vw);
  }
}
.memorial_eternos .container-conteudo__homenagem .card-homenagem .card-retangular-nolink p.card-text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
}
.memorial_eternos .container-conteudo__homenagem .card-homenagem .card-retangular-nolink .card-body {
  border: 0 !important;
}
.memorial_eternos .container-conteudo__homenagem .card-homenagem .card-retangular-sombra {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 41.25rem !important;
}
@media (max-width: 669px) {
  .memorial_eternos .container-conteudo__homenagem .card-homenagem .card-retangular-sombra {
    display: none;
  }
}
.memorial_eternos .container-conteudo__homenagem .card-homenagem .card-retangular-sombra .sombra-esquerda {
  border-right: 30px solid #cfd7e0;
  border-top: 30px solid transparent;
  -webkit-transform: rotate(270deg);
          transform: rotate(270deg);
  width: 30px;
}
.memorial_eternos .container-conteudo__homenagem .card-homenagem .card-retangular-sombra .sombra-direita {
  border-right: 30px solid #cfd7e0;
  border-top: 30px solid transparent;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
  width: 30px;
}
@media (max-width: 669px) {
  .memorial_eternos .container-conteudo__homenagem .card-homenagem .card-retangular-sombra .sombra-direita {
    display: none;
  }
}
.memorial_eternos .container-conteudo__homenagem .card-homenagem .card-conteudo-homenagem {
  background-color: #fff;
  -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.0509803922);
          box-shadow: 0 0 20px rgba(0, 0, 0, 0.0509803922);
  margin-top: -30px;
}
@media (max-width: 669px) {
  .memorial_eternos .container-conteudo__homenagem .card-homenagem .card-conteudo-homenagem {
    margin: 0;
  }
}
.memorial_eternos .container-conteudo__homenagem .card-homenagem .card-conteudo-homenagem p {
  font-size: 0.875rem;
  line-height: 1.875rem;
}
.memorial_eternos .container-conteudo__homenagem .card-homenagem .card-conteudo-homenagem .autor {
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.memorial_eternos .container-conteudo__homenagem .card-homenagem .card-conteudo-homenagem .autor h3 {
  color: #848fa0;
}
.memorial_eternos .container-conteudo__homenagem .card-homenagem .card-conteudo-homenagem .autor p {
  color: #848fa0;
  margin: 0;
}
.memorial_eternos .container-conteudo__homenagem .card-homenagem .card-footer-homenagem {
  background-color: #eff3f5;
  border-radius: 0 0 5px 5px;
  -webkit-box-shadow: 0 10px 20px rgba(0, 0, 0, 0.0784313725);
          box-shadow: 0 10px 20px rgba(0, 0, 0, 0.0784313725);
  opacity: 1;
  padding: 0.75rem;
}
.memorial_eternos .container-conteudo__homenagem .card-homenagem .card-footer-homenagem .card-footer-top {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media (max-width: 575px) {
  .memorial_eternos .container-conteudo__homenagem .card-homenagem .card-footer-homenagem .card-footer-top {
    -webkit-box-pack: space-evenly;
        -ms-flex-pack: space-evenly;
            justify-content: space-evenly;
  }
  .memorial_eternos .container-conteudo__homenagem .card-homenagem .card-footer-homenagem .card-footer-top button {
    margin-top: 1.5rem;
  }
}
.memorial_eternos .container-conteudo__homenagem .card-homenagem .card-footer-homenagem .card-footer-top a {
  color: #55993a;
  cursor: pointer;
}
@media (max-width: 479px) {
  .memorial_eternos .container-conteudo__homenagem .card-homenagem .card-footer-homenagem .card-footer-top a {
    margin: 0 !important;
  }
}
.memorial_eternos .container-conteudo__homenagem .card-homenagem .card-footer-homenagem .card-footer-top a i {
  font-size: 1rem;
}
.memorial_eternos .container-conteudo__homenagem .card-homenagem .card-footer-homenagem .card-footer-top a span {
  color: #55993a;
  font-size: 0.875rem;
}
.memorial_eternos .container-conteudo__homenagem .card-homenagem .card-footer-homenagem .card-footer-middle {
  border-top: 0.063rem solid #d8e1ea;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-left: 0;
  width: 100%;
}
.memorial_eternos .container-conteudo__homenagem .card-homenagem .card-footer-homenagem .card-footer-middle .container__list {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.memorial_eternos .container-conteudo__homenagem .card-homenagem .card-footer-homenagem .card-footer-middle .container__list .card-memorial {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column wrap;
          flex-flow: column wrap;
}
.memorial_eternos .container-conteudo__homenagem .card-homenagem .card-footer-homenagem .card-footer-middle .container__list .card-memorial .card-retangular-nolink {
  background-color: #fff;
  border: 0;
  -webkit-box-shadow: 0 3px 18px rgba(0, 0, 0, 0.031372549);
          box-shadow: 0 3px 18px rgba(0, 0, 0, 0.031372549);
}
.memorial_eternos .container-conteudo__homenagem .card-homenagem .card-footer-homenagem .card-footer-middle .container__list .card-memorial .card-retangular-nolink a {
  cursor: pointer;
  float: right;
  font-size: 0.875rem;
}
.memorial_eternos .container-conteudo__homenagem .card-homenagem .card-footer-homenagem .card-footer-middle .container-conteudo__header {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.memorial_eternos .container-conteudo__homenagem .card-homenagem .card-footer-homenagem .card-footer-middle .container-conteudo__header h1 {
  font-size: 1.5rem !important;
  font-weight: normal;
}
@media (max-width: 1200px) {
  .memorial_eternos .container-conteudo__homenagem .card-homenagem .card-footer-homenagem .card-footer-middle .container-conteudo__header h1 {
    font-size: calc(1.275rem + 0.3vw)  !important;
  }
}
.memorial_eternos .container-conteudo__homenagem .card-homenagem .card-footer-homenagem .card-footer-middle .container-conteudo__header h2 {
  font-size: 1.06rem !important;
  font-weight: 600;
}
.memorial_eternos .container-conteudo__homenagem .card-homenagem .card-footer-homenagem .card-footer-middle .container-conteudo__header button {
  margin-bottom: 3.38rem;
  margin-top: 1.93rem;
  padding: 0.31rem 2rem;
}
.memorial_eternos .container-conteudo__homenagem .card-homenagem .card-footer-homenagem .card-footer-bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.memorial_eternos .container-conteudo__homenagem .card-homenagem .card-footer-homenagem .card-footer-bottom button {
  background-color: transparent;
}

body[data-ac-activated=branco-azul] .container-conteudo__homenagem .card-homenagem .card-retangular-nolink,
body[data-ac-activated=branco-azul] .container-conteudo__homenagem .card-homenagem .card-retangular-nolink:active {
  background-color: #fff;
}
body[data-ac-activated=branco-azul] .container-conteudo__homenagem .card-homenagem .card-retangular-sombra .sombra-esquerda {
  border-right: 30px solid #000;
}
body[data-ac-activated=branco-azul] .container-conteudo__homenagem .card-homenagem .card-retangular-sombra .sombra-direita {
  border-right: 30px solid #000;
}
body[data-ac-activated=branco-azul] .container-conteudo__homenagem .card-homenagem .card-conteudo-homenagem {
  border: 1px solid #000;
  border-top: 0;
}
body[data-ac-activated=branco-azul] .container-conteudo__homenagem .card-homenagem .card-conteudo-homenagem .autor h3,
body[data-ac-activated=branco-azul] .container-conteudo__homenagem .card-homenagem .card-conteudo-homenagem .autor p {
  color: #000;
}
body[data-ac-activated=branco-azul] .container-conteudo__homenagem .card-homenagem .card-footer-homenagem {
  background-color: #fff;
  border: 1px solid #000;
  border-top: 0;
}
body[data-ac-activated=branco-azul] .container-conteudo__homenagem .card-homenagem .card-footer-homenagem .card-footer-top a {
  color: #3737e2;
}
body[data-ac-activated=branco-azul] .container-conteudo__homenagem .card-homenagem .card-footer-homenagem .card-footer-top a span {
  color: #3737e2;
}
body[data-ac-activated=branco-azul] .container-conteudo__homenagem .card-homenagem .card-footer-homenagem .card-footer-middle {
  border-top: 0.063rem solid #000;
}

body[data-ac-activated=azul-amarelo] .container-conteudo__homenagem .card-homenagem .card-retangular-nolink,
body[data-ac-activated=azul-amarelo] .container-conteudo__homenagem .card-homenagem .card-retangular-nolink:active {
  background-color: #043e5f;
  border: 1px solid #fff;
}
body[data-ac-activated=azul-amarelo] .container-conteudo__homenagem .card-homenagem .card-retangular-sombra .sombra-esquerda {
  border-right: 30px solid #fff;
}
body[data-ac-activated=azul-amarelo] .container-conteudo__homenagem .card-homenagem .card-retangular-sombra .sombra-direita {
  border-right: 30px solid #fff;
}
body[data-ac-activated=azul-amarelo] .container-conteudo__homenagem .card-homenagem .card-conteudo-homenagem {
  background-color: #043e5f;
  border: 1px solid #fff;
  border-top: 0;
}
body[data-ac-activated=azul-amarelo] .container-conteudo__homenagem .card-homenagem .card-conteudo-homenagem .autor h3,
body[data-ac-activated=azul-amarelo] .container-conteudo__homenagem .card-homenagem .card-conteudo-homenagem .autor p {
  color: #fff;
}
body[data-ac-activated=azul-amarelo] .container-conteudo__homenagem .card-homenagem .card-footer-homenagem {
  background-color: #043e5f;
  border: 1px solid #fff;
  border-top: 0;
}
body[data-ac-activated=azul-amarelo] .container-conteudo__homenagem .card-homenagem .card-footer-homenagem .card-footer-top a {
  color: #ff0;
}
body[data-ac-activated=azul-amarelo] .container-conteudo__homenagem .card-homenagem .card-footer-homenagem .card-footer-top a span {
  color: #ff0;
}
body[data-ac-activated=azul-amarelo] .container-conteudo__homenagem .card-homenagem .card-footer-homenagem .card-footer-middle {
  border-top: 0.063rem solid #fff;
}
body[data-ac-activated=azul-amarelo] .container-conteudo__homenagem .card-homenagem .card-footer-homenagem .card-footer-middle .container__list .card-memorial .card-retangular-nolink {
  background-color: #043e5f;
  border: 1px solid #fff;
}

body[data-ac-activated=preto-amarelo] .container-conteudo__homenagem .card-homenagem .card-retangular-nolink,
body[data-ac-activated=preto-amarelo] .container-conteudo__homenagem .card-homenagem .card-retangular-nolink:active {
  background-color: #000;
  border: 1px solid #fff;
}
body[data-ac-activated=preto-amarelo] .container-conteudo__homenagem .card-homenagem .card-retangular-sombra .sombra-esquerda {
  border-right: 30px solid #fff;
}
body[data-ac-activated=preto-amarelo] .container-conteudo__homenagem .card-homenagem .card-retangular-sombra .sombra-direita {
  border-right: 30px solid #fff;
}
body[data-ac-activated=preto-amarelo] .container-conteudo__homenagem .card-homenagem .card-conteudo-homenagem {
  background-color: #000;
  border: 1px solid #fff;
  border-top: 0;
}
body[data-ac-activated=preto-amarelo] .container-conteudo__homenagem .card-homenagem .card-conteudo-homenagem .autor h3,
body[data-ac-activated=preto-amarelo] .container-conteudo__homenagem .card-homenagem .card-conteudo-homenagem .autor p {
  color: #fff;
}
body[data-ac-activated=preto-amarelo] .container-conteudo__homenagem .card-homenagem .card-footer-homenagem {
  background-color: #000;
  border: 1px solid #fff;
  border-top: 0;
}
body[data-ac-activated=preto-amarelo] .container-conteudo__homenagem .card-homenagem .card-footer-homenagem .card-footer-top a {
  color: #ff0;
}
body[data-ac-activated=preto-amarelo] .container-conteudo__homenagem .card-homenagem .card-footer-homenagem .card-footer-top a span {
  color: #ff0;
}
body[data-ac-activated=preto-amarelo] .container-conteudo__homenagem .card-homenagem .card-footer-homenagem .card-footer-middle {
  border-top: 0.063rem solid #fff;
}
body[data-ac-activated=preto-amarelo] .container-conteudo__homenagem .card-homenagem .card-footer-homenagem .card-footer-middle .container__list .card-memorial .card-retangular-nolink {
  background-color: #000;
  border: 1px solid #fff;
}

body[data-ac-activated=preto-azul] .container-conteudo__homenagem .card-homenagem .card-retangular-nolink,
body[data-ac-activated=preto-azul] .container-conteudo__homenagem .card-homenagem .card-retangular-nolink:active {
  background-color: #000;
  border: 1px solid #fff;
}
body[data-ac-activated=preto-azul] .container-conteudo__homenagem .card-homenagem .card-retangular-sombra .sombra-esquerda {
  border-right: 30px solid #fff;
}
body[data-ac-activated=preto-azul] .container-conteudo__homenagem .card-homenagem .card-retangular-sombra .sombra-direita {
  border-right: 30px solid #fff;
}
body[data-ac-activated=preto-azul] .container-conteudo__homenagem .card-homenagem .card-conteudo-homenagem {
  background-color: #000;
  border: 1px solid #fff;
  border-top: 0;
}
body[data-ac-activated=preto-azul] .container-conteudo__homenagem .card-homenagem .card-conteudo-homenagem .autor h3,
body[data-ac-activated=preto-azul] .container-conteudo__homenagem .card-homenagem .card-conteudo-homenagem .autor p {
  color: #fff;
}
body[data-ac-activated=preto-azul] .container-conteudo__homenagem .card-homenagem .card-footer-homenagem {
  background-color: #000;
  border: 1px solid #fff;
  border-top: 0;
}
body[data-ac-activated=preto-azul] .container-conteudo__homenagem .card-homenagem .card-footer-homenagem .card-footer-top a {
  color: #00f3f3;
}
body[data-ac-activated=preto-azul] .container-conteudo__homenagem .card-homenagem .card-footer-homenagem .card-footer-top a span {
  color: #00f3f3;
}
body[data-ac-activated=preto-azul] .container-conteudo__homenagem .card-homenagem .card-footer-homenagem .card-footer-middle {
  border-top: 0.063rem solid #fff;
}
body[data-ac-activated=preto-azul] .container-conteudo__homenagem .card-homenagem .card-footer-homenagem .card-footer-middle .container__list .card-memorial .card-retangular-nolink {
  background-color: #000;
  border: 1px solid #fff;
}

.memorial_eternos .container-conteudo .card-homenagem .card-retangular-nolink header p {
  font-size: 1.5rem;
  color: #55993a;
}
@media (max-width: 1200px) {
  .memorial_eternos .container-conteudo .card-homenagem .card-retangular-nolink header p {
    font-size: calc(1.275rem + 0.3vw);
  }
}

/* $breakpoints: (
  'phone-lg': 670px,
); */
.bg-warning-light {
  background-color: #fff2cc !important;
}

.text-warning-light {
  color: #fff2cc !important;
}

.border-warning-light {
  border-color: #fff2cc !important;
}

.bg-warning {
  background-color: #ffd34d !important;
}

.text-warning {
  color: #ffd34d !important;
}

.border-warning {
  border-color: #ffd34d !important;
}

.bg-warning-dark {
  background-color: #a88721 !important;
}

.text-warning-dark {
  color: #a88721 !important;
}

.border-warning-dark {
  border-color: #a88721 !important;
}

.bg-danger-light {
  background-color: #ffc3c2 !important;
}

.text-danger-light {
  color: #ffc3c2 !important;
}

.border-danger-light {
  border-color: #ffc3c2 !important;
}

.bg-danger {
  background-color: #f58784 !important;
}

.text-danger {
  color: #f58784 !important;
}

.border-danger {
  border-color: #f58784 !important;
}

.bg-danger-dark {
  background-color: #cc2c29 !important;
}

.text-danger-dark {
  color: #cc2c29 !important;
}

.border-danger-dark {
  border-color: #cc2c29 !important;
}

.bg-success-light {
  background-color: #ccedab !important;
}

.text-success-light {
  color: #ccedab !important;
}

.border-success-light {
  border-color: #ccedab !important;
}

.bg-success {
  background-color: #8ecc51 !important;
}

.text-success {
  color: #8ecc51 !important;
}

.border-success {
  border-color: #8ecc51 !important;
}

.bg-success-dark {
  background-color: #6b915c !important;
}

.text-success-dark {
  color: #6b915c !important;
}

.border-success-dark {
  border-color: #6b915c !important;
}

html {
  scroll-behavior: smooth;
}

html,
body,
#app {
  height: 100%;
  width: 100%;
  background-color: var(--bg-color);
}

body {
  font-size: 0.875rem;
  -webkit-font-smoothing: antialiased !important;
}

body,
input,
button,
textarea {
  font-family: "Open Sans", sans-serif;
}