@charset "UTF-8";
/*!
 * Fratello Default Theme v0.0.1
 *
 * @copyright   Marlon bvba <http://www.marlon.be>
 *
 */
/* @import must be at top of the file, otherwise CSS will not work */
@import url("https://fonts.googleapis.com/css?family=Maven+Pro:400,500,700");
/* CORE: Spacing
========================================================== */
/* CORE: Colors
========================================================== */
/* CORE: General options
========================================================== */
/* CORE: Fonts & type
========================================================== */
/* CORE: General components
========================================================== */
/* CORE: Tables
========================================================== */
/* CORE: BUTTONS
========================================================== */
/* CORE: Forms
========================================================== */
/* CORE: Form states and alerts
========================================================== */
/* CORE: Icons
========================================================== */
/* CORE: Images & figures
========================================================== */
/* CORE: List group
========================================================== */
/* GRID: Breakpoints
========================================================== */
/* GRID: Containers
========================================================== */
/* GRID: Columns
========================================================== */
/* COMPONENT: Alerts
========================================================== */
/* COMPONENT: Badge
========================================================== */
/* COMPONENT: Box
========================================================== */
/* COMPONENT: Breadcrumb
========================================================== */
/* COMPONENT: Card
========================================================== */
/* COMPONENT: Carousel
========================================================== */
/* COMPONENT: Close
========================================================== */
/* COMPONENT: Header
========================================================== */
/* COMPONENT: Hero
========================================================== */
/* COMPONENT: Modal
========================================================== */
/* COMPONENT: Nav
========================================================== */
/* COMPONENT: Navbar
========================================================== */
/* COMPONENT: Pagination
========================================================== */
/* COMPONENT: Panel
========================================================== */
/* COMPONENT: Popovers
========================================================== */
/* COMPONENT: Progress bars
========================================================== */
/* COMPONENT: Tooltips
========================================================== */
/* CUSTOM sidebar nav
========================================================== */
.btn-redef.btn-more-redef {
  padding: 0 !important; }

/*
Reboot

Part of this frameworks' job is to provide an elegant, consistent, and simple baseline to build upon. We use Reboot, a collection of element-specific CSS changes in a single file, to kickstart that.
It adds global resets to common HTML elements and implements parts of Normalize.css (v5.0.0).
*/
html {
  font-family: sans-serif;
  line-height: 1.15;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  box-sizing: border-box;
  -ms-overflow-style: scrollbar;
  -webkit-tap-highlight-color: transparent;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

*,
*::before,
*::after {
  box-sizing: inherit; }

@-ms-viewport {
  width: device-width; }

body {
  margin: 0;
  font-family: Tahoma, Arial, Helvetica, sans-serif;
  font-size: 0.95rem !important;
  font-weight: normal;
  line-height: 1.5;
  color: #726C68;
  background-color: #FFF; }

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

figcaption,
figure,
main {
  display: block; }

[tabindex="-1"]:focus {
  outline: none !important; }

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

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

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

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

abbr[title],
abbr[data-original-title] {
  cursor: help; }

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

b,
strong {
  font-weight: inherit; }

b,
strong {
  font-weight: bolder; }

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: .5rem;
  margin-left: 0; }

blockquote {
  margin: 0 0 1rem; }

a {
  text-decoration: none;
  color: #A30F7B;
  background-color: transparent;
  -webkit-text-decoration-skip: objects; }
  a:hover {
    text-decoration: underline;
    color: #5d0946; }

a:active,
a:hover {
  outline-width: 0; }

a:not([href]):not([tabindex]) {
  text-decoration: none;
  color: inherit; }
  a:not([href]):not([tabindex]):focus, a:not([href]):not([tabindex]):hover {
    text-decoration: none;
    color: inherit; }
  a:not([href]):not([tabindex]):focus {
    outline: 0; }

code,
kbd,
samp,
pre {
  font-family: monospace, monospace;
  font-size: 1em; }

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

dfn {
  font-style: italic; }

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

small {
  font-size: 80%; }

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

sub {
  bottom: -.25em; }

sup {
  top: -.5em; }

audio,
video {
  display: inline-block; }

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

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

figure {
  margin: 0 0 1rem; }

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

[role="button"] {
  cursor: pointer; }

a,
area,
button,
[role="button"],
input,
label,
select,
summary,
textarea {
  -ms-touch-action: manipulation;
      touch-action: manipulation; }

table {
  background-color: transparent;
  border-collapse: collapse; }

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

th {
  text-align: left; }

button,
input,
optgroup,
select,
textarea {
  margin: 0;
  font-family: Tahoma, Arial, Helvetica, sans-serif;
  font-size: 100%;
  line-height: 1.15; }

button,
input {
  overflow: visible; }

button,
select {
  text-transform: none; }

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

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

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

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

button:focus {
  outline: 1px dotted;
  outline: 5px auto -webkit-focus-ring-color; }

input,
button,
select,
textarea {
  line-height: inherit; }

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

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

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

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

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

input[type="radio"]:disabled,
input[type="checkbox"]:disabled {
  cursor: not-allowed; }

input[type="date"],
input[type="time"],
input[type="datetime-local"],
input[type="month"] {
  -webkit-appearance: listbox; }

textarea {
  resize: vertical;
  overflow: auto; }

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

legend {
  display: block;
  width: 100%;
  max-width: 100%;
  margin-bottom: .5rem;
  padding: 0;
  font-size: 1.5rem;
  line-height: inherit;
  color: inherit;
  white-space: normal;
  box-sizing: border-box; }

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

progress {
  display: inline-block;
  vertical-align: baseline; }

output {
  display: inline-block; }

details,
menu {
  display: block; }

summary {
  display: list-item; }

canvas {
  display: inline-block; }

template {
  display: none; }

[hidden] {
  display: none !important; }

/*
Type

Simple and easily customized typography for headings, body text, lists, and more. For even more control, check out the textual utility classes.
*/
h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  margin-bottom: 0.3125rem;
  font-family: "Maven Pro", sans-serif;
  font-weight: 500;
  line-height: 1.1;
  color: inherit; }

h1, .h1 {
  font-size: 1.5rem;
  line-height: 1.875rem;
  text-transform: uppercase;
  color: #5A2C70; }

h2, .h2 {
  font-size: 1.25rem;
  line-height: 1.5rem;
  text-transform: uppercase;
  color: #A30F7B; }

h3, .h3 {
  font-size: 1.125rem;
  line-height: 1.375rem;
  color: #836194; }

h4, .h4 {
  font-size: 1rem;
  line-height: 1.25rem;
  color: #5A2C70; }

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

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

.lead {
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 1.625rem; }

.d-h1 {
  font-size: 6rem;
  font-weight: 300;
  line-height: 1.1; }

.d-d2 {
  font-size: 5.5rem;
  font-weight: 300;
  line-height: 1.1; }

.d-h3 {
  font-size: 4.5rem;
  font-weight: 300;
  line-height: 1.1; }

.d-h4 {
  font-size: 3.5rem;
  font-weight: 300;
  line-height: 1.1; }

hr {
  margin-top: 0.625rem;
  margin-bottom: 0.625rem;
  border: 0;
  border-top: 2px solid #DBD8D6; }

small,
.small {
  font-size: 80%;
  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: 5px; }

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

.blockquote {
  margin-bottom: 0.625rem;
  padding: 0.3125rem 0.625rem;
  font-size: 1.1875rem;
  border-left: 0.25rem solid #E7E7E7; }

.blockquote-footer {
  display: block;
  font-size: 80%;
  color: #B7B7B7; }
  .blockquote-footer::before {
    content: "\2014 \00A0"; }

.blockquote-reverse {
  padding-left: 0;
  padding-right: 0.625rem;
  text-align: right;
  border-left: 0;
  border-right: 0.25rem solid #E7E7E7; }

.blockquote-reverse .blockquote-footer::before {
  content: ""; }

.blockquote-reverse .blockquote-footer::after {
  content: "\00A0 \2014"; }

.icon {
  display: inline-block;
  position: relative;
  width: 20px;
  height: 20px;
  line-height: 1;
  vertical-align: middle;
  background-image: url(../assets/assets/svg/sprite.svg);
  background-repeat: no-repeat;
  background-size: 1800px 700px; }

.icon-md {
  width: 60px;
  height: 60px; }

.icon-lg {
  width: 50px;
  height: 50px; }

.icon-xl {
  width: 80px;
  height: 80px; }

@media (min-width: 992px) {
  .icon-lg-xl {
    width: 80px;
    height: 80px; } }

.icon-account {
  background-position: -440px -41px; }
  .icon-account.primary {
    background-position: -440px -141px; }
  .icon-account.lightest {
    background-position: -440px -241px; }

.icon-signout {
  background-position: -1740px -41px; }
  .icon-signout.primary {
    background-position: -1740px -141px; }
  .icon-signout.lightest {
    background-position: -1740px -241px; }

.icon-down {
  background-position: -340px -40px; }

.icon-lock {
  background-position: -1640px -40px; }

.icon-navbar-toggler {
  background-position: -340px -40px; }
  .icon-navbar-toggler.primary {
    background-position: -340px -140px; }
  .icon-navbar-toggler.lightest {
    background-position: -340px -240px; }

.icon-more {
  background-position: -40px -40px; }
  .icon-more.primary {
    background-position: -40px -140px; }
  .icon-more.lightest {
    background-position: -40px -240px; }

.icon-stats {
  margin-top: -5px;
  background-position: -640px -40px; }
  .icon-stats.primary {
    background-position: -640px -140px; }
  .icon-stats.lightest {
    background-position: -640px -240px; }

.icon-bell {
  margin-top: -2px;
  background-position: -940px -40px; }
  .icon-bell.primary {
    background-position: -940px -140px; }
  .icon-bell.lightest {
    background-position: -940px -240px; }
  .icon-bell.danger {
    background-position: -940px -340px; }
  .icon-bell.success {
    background-position: -940px -440px; }

.icon-close {
  background-position: -140px -40px; }
  .icon-close.primary {
    background-position: -140px -140px; }
  .icon-close.lightest {
    background-position: -140px -240px; }
  .icon-close.success {
    background-position: -140px -440px; }

.icon-complete {
  background-position: -240px -40px; }
  .icon-complete.primary {
    background-position: -240px -140px; }
  .icon-complete.lightest {
    background-position: -240px -240px; }
  .icon-complete.success {
    background-position: -240px -440px; }

.icon-attachment {
  background-position: -1140px -40px; }
  .icon-attachment.primary {
    background-position: -1140px -140px; }
  .icon-attachment.lightest {
    background-position: -1140px -240px; }
  .icon-attachment.danger {
    background-position: -1140px -340px; }
  .icon-attachment.success {
    background-position: -1140px -440px; }

.icon-calendar {
  margin-top: -3px;
  background-position: -1040px -40px; }
  .icon-calendar.primary {
    background-position: -1040px -140px; }
  .icon-calendar.lightest {
    background-position: -1040px -240px; }
  .icon-calendar.danger {
    background-position: -1040px -340px; }
  .icon-calendar.success {
    background-position: -1040px -440px; }
  .input-group-addon .icon-calendar {
    margin-top: 0; }

.icon-invertors {
  background-position: -1440px -40px; }
  .icon-invertors.primary {
    background-position: -1440px -140px; }
  .icon-invertors.lightest {
    background-position: -1440px -240px; }

.icon-plug {
  margin-top: -3px;
  background-position: -1540px -40px; }
  .icon-plug.primary {
    background-position: -1540px -140px; }
  .icon-plug.lightest {
    background-position: -1540px -240px; }

.icon-greenmeter {
  margin-top: -1px;
  background-position: -540px -40px; }
  .icon-greenmeter.primary {
    background-position: -540px -140px; }
  .icon-greenmeter.lightest {
    background-position: -540px -240px; }
  .icon-greenmeter.danger {
    background-position: -540px -340px; }
  .icon-greenmeter.success {
    background-position: -540px -440px; }

.icon-chart {
  background-position: -640px -42px; }
  .icon-chart.primary {
    background-position: -640px -142px; }
  .icon-chart.lightest {
    background-position: -640px -242px; }
  .icon-chart.danger {
    background-position: -640px -342px; }
  .icon-chart.success {
    background-position: -640px -442px; }

.icon-grid {
  background-position: -740px -40px; }
  .icon-grid.primary {
    background-position: -740px -140px; }
  .icon-grid.lightest {
    background-position: -740px -240px; }
  .icon-grid.danger {
    background-position: -740px -340px; }
  .icon-grid.success {
    background-position: -740px -440px; }

.icon-clock {
  margin-top: -3px;
  background-position: -840px -40px; }
  .icon-clock.primary {
    background-position: -840px -140px; }
  .icon-clock.lightest {
    background-position: -840px -240px; }
  .icon-clock.danger {
    background-position: -840px -340px; }
  .icon-clock.success {
    background-position: -840px -440px; }

.icon-sign {
  margin-top: -3px;
  background-position: -1340px -40px; }
  .icon-sign.primary {
    background-position: -1340px -140px; }
  .icon-sign.lightest {
    background-position: -1340px -240px; }
  .icon-sign.danger {
    background-position: -1340px -340px; }
  .icon-sign.success {
    background-position: -1340px -440px; }

.icon-wind {
  background-position: -1020px -519px; }

.icon-solar {
  background-position: -920px -519px; }

.icon-industry {
  background-position: -1120px -519px; }

.icon-important {
  background-position: -25px -625px; }
  .icon-important.icon-xl {
    background-position: -10px -510px; }
  @media (min-width: 992px) {
    .icon-important.icon-lg-xl {
      background-position: -10px -510px; } }

.icon-installations {
  background-position: -125px -625px; }
  .icon-installations.icon-xl {
    background-position: -110px -510px; }
  @media (min-width: 992px) {
    .icon-installations.icon-lg-xl {
      background-position: -110px -510px; } }

.icon-electricity {
  background-position: -225px -625px; }
  .icon-electricity.icon-xl {
    background-position: -210px -510px; }
  @media (min-width: 992px) {
    .icon-electricity.icon-lg-xl {
      background-position: -210px -510px; } }

.icon-profile {
  background-position: -310px -625px; }
  .icon-profile.icon-xl {
    background-position: -310px -510px; }

.icon-house {
  background-position: -410px -625px; }
  .icon-house.icon-xl {
    background-position: -410px -510px; }

.icon-meter {
  background-position: -510px -625px; }
  .icon-meter.icon-xl {
    background-position: -510px -510px; }

.icon-wrench {
  background-position: -610px -625px; }
  .icon-wrench.icon-xl {
    background-position: -610px -510px; }

.icon-power-up {
  background-position: -710px -625px; }
  .icon-power-up.icon-xl {
    background-position: -710px -510px; }

.icon-power-down {
  background-position: -810px -625px; }
  .icon-power-down.icon-xl {
    background-position: -810px -510px; }

.icon-question {
  background-position: -1210px -510px; }

.nav-item:hover .icon-account,
.nav-item.active .icon-account {
  background-position: -440px -141px; }

.nav-item:hover .icon-signout,
.nav-item.active .icon-signout {
  background-position-y: -141px; }

/*
Images

Opt your images into responsive behavior (so they never become larger than their parent elements) and add lightweight styles to them—all via classes.
*/
.img-fluid {
  max-width: 100%;
  height: auto; }

.img-thumbnail {
  padding: 0.25rem;
  background-color: #FFF;
  border: 2px solid #DDD;
  border-radius: 0.25rem;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  max-width: 100%;
  height: auto; }

.figure {
  display: inline-block; }

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

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

.visual-rounded, .visual-rounded img {
  border-radius: 0.625rem; }

/*
Grid

Mobile-first flexbox grid system for building layouts of all shapes and sizes. It’s based on a 12 column layout and has multiple tiers, one for each media query range. You can use it with Sass mixins or our predefined classes.

This grid system uses a series of containers, rows, and columns to layout and align content. It’s built with flexbox and is fully responsive. Below is an example and an in-depth look at how the grid comes together.
*/
.container {
  position: relative;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px; }
  @media (min-width: 576px) {
    .container {
      padding-left: 15px;
      padding-right: 15px; } }
  @media (min-width: 768px) {
    .container {
      padding-left: 15px;
      padding-right: 15px; } }
  @media (min-width: 992px) {
    .container {
      padding-left: 15px;
      padding-right: 15px; } }
  @media (min-width: 1200px) {
    .container {
      padding-left: 15px;
      padding-right: 15px; } }
  @media (min-width: 576px) {
    .container {
      width: 100%;
      max-width: 100%; } }
  @media (min-width: 768px) {
    .container {
      width: 720px;
      max-width: 100%; } }
  @media (min-width: 992px) {
    .container {
      width: 960px;
      max-width: 100%; } }
  @media (min-width: 1200px) {
    .container {
      width: 1200px;
      max-width: 100%; } }

.container-fluid {
  position: relative;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px; }
  @media (min-width: 576px) {
    .container-fluid {
      padding-left: 15px;
      padding-right: 15px; } }
  @media (min-width: 768px) {
    .container-fluid {
      padding-left: 15px;
      padding-right: 15px; } }
  @media (min-width: 992px) {
    .container-fluid {
      padding-left: 15px;
      padding-right: 15px; } }
  @media (min-width: 1200px) {
    .container-fluid {
      padding-left: 15px;
      padding-right: 15px; } }

.row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-left: -15px;
  margin-right: -15px; }
  @media (min-width: 576px) {
    .row {
      margin-left: -15px;
      margin-right: -15px; } }
  @media (min-width: 768px) {
    .row {
      margin-left: -15px;
      margin-right: -15px; } }
  @media (min-width: 992px) {
    .row {
      margin-left: -15px;
      margin-right: -15px; } }
  @media (min-width: 1200px) {
    .row {
      margin-left: -15px;
      margin-right: -15px; } }

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

.col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-md, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px; }
  @media (min-width: 576px) {
    .col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-md, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl {
      padding-left: 15px;
      padding-right: 15px; } }
  @media (min-width: 768px) {
    .col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-md, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl {
      padding-left: 15px;
      padding-right: 15px; } }
  @media (min-width: 992px) {
    .col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-md, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl {
      padding-left: 15px;
      padding-right: 15px; } }
  @media (min-width: 1200px) {
    .col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-md, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl {
      padding-left: 15px;
      padding-right: 15px; } }

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

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

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

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

.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.33333%;
          flex: 0 0 33.33333%;
  max-width: 33.33333%; }

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

.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.33333%;
          flex: 0 0 58.33333%;
  max-width: 58.33333%; }

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

.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.33333%;
          flex: 0 0 83.33333%;
  max-width: 83.33333%; }

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

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

.pull-0 {
  right: auto; }

.pull-1 {
  right: 8.33333%; }

.pull-2 {
  right: 16.66667%; }

.pull-3 {
  right: 25%; }

.pull-4 {
  right: 33.33333%; }

.pull-5 {
  right: 41.66667%; }

.pull-6 {
  right: 50%; }

.pull-7 {
  right: 58.33333%; }

.pull-8 {
  right: 66.66667%; }

.pull-9 {
  right: 75%; }

.pull-10 {
  right: 83.33333%; }

.pull-11 {
  right: 91.66667%; }

.pull-12 {
  right: 100%; }

.push-0 {
  left: auto; }

.push-1 {
  left: 8.33333%; }

.push-2 {
  left: 16.66667%; }

.push-3 {
  left: 25%; }

.push-4 {
  left: 33.33333%; }

.push-5 {
  left: 41.66667%; }

.push-6 {
  left: 50%; }

.push-7 {
  left: 58.33333%; }

.push-8 {
  left: 66.66667%; }

.push-9 {
  left: 75%; }

.push-10 {
  left: 83.33333%; }

.push-11 {
  left: 91.66667%; }

.push-12 {
  left: 100%; }

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

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

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

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

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

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

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

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

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

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

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

@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%; }
  .col-sm-auto {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto; }
  .col-sm-1 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 8.33333%;
            flex: 0 0 8.33333%;
    max-width: 8.33333%; }
  .col-sm-2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 16.66667%;
            flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .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.33333%;
            flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .col-sm-5 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 41.66667%;
            flex: 0 0 41.66667%;
    max-width: 41.66667%; }
  .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.33333%;
            flex: 0 0 58.33333%;
    max-width: 58.33333%; }
  .col-sm-8 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 66.66667%;
            flex: 0 0 66.66667%;
    max-width: 66.66667%; }
  .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.33333%;
            flex: 0 0 83.33333%;
    max-width: 83.33333%; }
  .col-sm-11 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 91.66667%;
            flex: 0 0 91.66667%;
    max-width: 91.66667%; }
  .col-sm-12 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%; }
  .pull-sm-0 {
    right: auto; }
  .pull-sm-1 {
    right: 8.33333%; }
  .pull-sm-2 {
    right: 16.66667%; }
  .pull-sm-3 {
    right: 25%; }
  .pull-sm-4 {
    right: 33.33333%; }
  .pull-sm-5 {
    right: 41.66667%; }
  .pull-sm-6 {
    right: 50%; }
  .pull-sm-7 {
    right: 58.33333%; }
  .pull-sm-8 {
    right: 66.66667%; }
  .pull-sm-9 {
    right: 75%; }
  .pull-sm-10 {
    right: 83.33333%; }
  .pull-sm-11 {
    right: 91.66667%; }
  .pull-sm-12 {
    right: 100%; }
  .push-sm-0 {
    left: auto; }
  .push-sm-1 {
    left: 8.33333%; }
  .push-sm-2 {
    left: 16.66667%; }
  .push-sm-3 {
    left: 25%; }
  .push-sm-4 {
    left: 33.33333%; }
  .push-sm-5 {
    left: 41.66667%; }
  .push-sm-6 {
    left: 50%; }
  .push-sm-7 {
    left: 58.33333%; }
  .push-sm-8 {
    left: 66.66667%; }
  .push-sm-9 {
    left: 75%; }
  .push-sm-10 {
    left: 83.33333%; }
  .push-sm-11 {
    left: 91.66667%; }
  .push-sm-12 {
    left: 100%; }
  .offset-sm-0 {
    margin-left: 0%; }
  .offset-sm-1 {
    margin-left: 8.33333%; }
  .offset-sm-2 {
    margin-left: 16.66667%; }
  .offset-sm-3 {
    margin-left: 25%; }
  .offset-sm-4 {
    margin-left: 33.33333%; }
  .offset-sm-5 {
    margin-left: 41.66667%; }
  .offset-sm-6 {
    margin-left: 50%; }
  .offset-sm-7 {
    margin-left: 58.33333%; }
  .offset-sm-8 {
    margin-left: 66.66667%; }
  .offset-sm-9 {
    margin-left: 75%; }
  .offset-sm-10 {
    margin-left: 83.33333%; }
  .offset-sm-11 {
    margin-left: 91.66667%; } }

@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%; }
  .col-md-auto {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto; }
  .col-md-1 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 8.33333%;
            flex: 0 0 8.33333%;
    max-width: 8.33333%; }
  .col-md-2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 16.66667%;
            flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .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.33333%;
            flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .col-md-5 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 41.66667%;
            flex: 0 0 41.66667%;
    max-width: 41.66667%; }
  .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.33333%;
            flex: 0 0 58.33333%;
    max-width: 58.33333%; }
  .col-md-8 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 66.66667%;
            flex: 0 0 66.66667%;
    max-width: 66.66667%; }
  .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.33333%;
            flex: 0 0 83.33333%;
    max-width: 83.33333%; }
  .col-md-11 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 91.66667%;
            flex: 0 0 91.66667%;
    max-width: 91.66667%; }
  .col-md-12 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%; }
  .pull-md-0 {
    right: auto; }
  .pull-md-1 {
    right: 8.33333%; }
  .pull-md-2 {
    right: 16.66667%; }
  .pull-md-3 {
    right: 25%; }
  .pull-md-4 {
    right: 33.33333%; }
  .pull-md-5 {
    right: 41.66667%; }
  .pull-md-6 {
    right: 50%; }
  .pull-md-7 {
    right: 58.33333%; }
  .pull-md-8 {
    right: 66.66667%; }
  .pull-md-9 {
    right: 75%; }
  .pull-md-10 {
    right: 83.33333%; }
  .pull-md-11 {
    right: 91.66667%; }
  .pull-md-12 {
    right: 100%; }
  .push-md-0 {
    left: auto; }
  .push-md-1 {
    left: 8.33333%; }
  .push-md-2 {
    left: 16.66667%; }
  .push-md-3 {
    left: 25%; }
  .push-md-4 {
    left: 33.33333%; }
  .push-md-5 {
    left: 41.66667%; }
  .push-md-6 {
    left: 50%; }
  .push-md-7 {
    left: 58.33333%; }
  .push-md-8 {
    left: 66.66667%; }
  .push-md-9 {
    left: 75%; }
  .push-md-10 {
    left: 83.33333%; }
  .push-md-11 {
    left: 91.66667%; }
  .push-md-12 {
    left: 100%; }
  .offset-md-0 {
    margin-left: 0%; }
  .offset-md-1 {
    margin-left: 8.33333%; }
  .offset-md-2 {
    margin-left: 16.66667%; }
  .offset-md-3 {
    margin-left: 25%; }
  .offset-md-4 {
    margin-left: 33.33333%; }
  .offset-md-5 {
    margin-left: 41.66667%; }
  .offset-md-6 {
    margin-left: 50%; }
  .offset-md-7 {
    margin-left: 58.33333%; }
  .offset-md-8 {
    margin-left: 66.66667%; }
  .offset-md-9 {
    margin-left: 75%; }
  .offset-md-10 {
    margin-left: 83.33333%; }
  .offset-md-11 {
    margin-left: 91.66667%; } }

@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%; }
  .col-lg-auto {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto; }
  .col-lg-1 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 8.33333%;
            flex: 0 0 8.33333%;
    max-width: 8.33333%; }
  .col-lg-2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 16.66667%;
            flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .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.33333%;
            flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .col-lg-5 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 41.66667%;
            flex: 0 0 41.66667%;
    max-width: 41.66667%; }
  .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.33333%;
            flex: 0 0 58.33333%;
    max-width: 58.33333%; }
  .col-lg-8 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 66.66667%;
            flex: 0 0 66.66667%;
    max-width: 66.66667%; }
  .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.33333%;
            flex: 0 0 83.33333%;
    max-width: 83.33333%; }
  .col-lg-11 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 91.66667%;
            flex: 0 0 91.66667%;
    max-width: 91.66667%; }
  .col-lg-12 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%; }
  .pull-lg-0 {
    right: auto; }
  .pull-lg-1 {
    right: 8.33333%; }
  .pull-lg-2 {
    right: 16.66667%; }
  .pull-lg-3 {
    right: 25%; }
  .pull-lg-4 {
    right: 33.33333%; }
  .pull-lg-5 {
    right: 41.66667%; }
  .pull-lg-6 {
    right: 50%; }
  .pull-lg-7 {
    right: 58.33333%; }
  .pull-lg-8 {
    right: 66.66667%; }
  .pull-lg-9 {
    right: 75%; }
  .pull-lg-10 {
    right: 83.33333%; }
  .pull-lg-11 {
    right: 91.66667%; }
  .pull-lg-12 {
    right: 100%; }
  .push-lg-0 {
    left: auto; }
  .push-lg-1 {
    left: 8.33333%; }
  .push-lg-2 {
    left: 16.66667%; }
  .push-lg-3 {
    left: 25%; }
  .push-lg-4 {
    left: 33.33333%; }
  .push-lg-5 {
    left: 41.66667%; }
  .push-lg-6 {
    left: 50%; }
  .push-lg-7 {
    left: 58.33333%; }
  .push-lg-8 {
    left: 66.66667%; }
  .push-lg-9 {
    left: 75%; }
  .push-lg-10 {
    left: 83.33333%; }
  .push-lg-11 {
    left: 91.66667%; }
  .push-lg-12 {
    left: 100%; }
  .offset-lg-0 {
    margin-left: 0%; }
  .offset-lg-1 {
    margin-left: 8.33333%; }
  .offset-lg-2 {
    margin-left: 16.66667%; }
  .offset-lg-3 {
    margin-left: 25%; }
  .offset-lg-4 {
    margin-left: 33.33333%; }
  .offset-lg-5 {
    margin-left: 41.66667%; }
  .offset-lg-6 {
    margin-left: 50%; }
  .offset-lg-7 {
    margin-left: 58.33333%; }
  .offset-lg-8 {
    margin-left: 66.66667%; }
  .offset-lg-9 {
    margin-left: 75%; }
  .offset-lg-10 {
    margin-left: 83.33333%; }
  .offset-lg-11 {
    margin-left: 91.66667%; } }

@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%; }
  .col-xl-auto {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto; }
  .col-xl-1 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 8.33333%;
            flex: 0 0 8.33333%;
    max-width: 8.33333%; }
  .col-xl-2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 16.66667%;
            flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .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.33333%;
            flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .col-xl-5 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 41.66667%;
            flex: 0 0 41.66667%;
    max-width: 41.66667%; }
  .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.33333%;
            flex: 0 0 58.33333%;
    max-width: 58.33333%; }
  .col-xl-8 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 66.66667%;
            flex: 0 0 66.66667%;
    max-width: 66.66667%; }
  .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.33333%;
            flex: 0 0 83.33333%;
    max-width: 83.33333%; }
  .col-xl-11 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 91.66667%;
            flex: 0 0 91.66667%;
    max-width: 91.66667%; }
  .col-xl-12 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%; }
  .pull-xl-0 {
    right: auto; }
  .pull-xl-1 {
    right: 8.33333%; }
  .pull-xl-2 {
    right: 16.66667%; }
  .pull-xl-3 {
    right: 25%; }
  .pull-xl-4 {
    right: 33.33333%; }
  .pull-xl-5 {
    right: 41.66667%; }
  .pull-xl-6 {
    right: 50%; }
  .pull-xl-7 {
    right: 58.33333%; }
  .pull-xl-8 {
    right: 66.66667%; }
  .pull-xl-9 {
    right: 75%; }
  .pull-xl-10 {
    right: 83.33333%; }
  .pull-xl-11 {
    right: 91.66667%; }
  .pull-xl-12 {
    right: 100%; }
  .push-xl-0 {
    left: auto; }
  .push-xl-1 {
    left: 8.33333%; }
  .push-xl-2 {
    left: 16.66667%; }
  .push-xl-3 {
    left: 25%; }
  .push-xl-4 {
    left: 33.33333%; }
  .push-xl-5 {
    left: 41.66667%; }
  .push-xl-6 {
    left: 50%; }
  .push-xl-7 {
    left: 58.33333%; }
  .push-xl-8 {
    left: 66.66667%; }
  .push-xl-9 {
    left: 75%; }
  .push-xl-10 {
    left: 83.33333%; }
  .push-xl-11 {
    left: 91.66667%; }
  .push-xl-12 {
    left: 100%; }
  .offset-xl-0 {
    margin-left: 0%; }
  .offset-xl-1 {
    margin-left: 8.33333%; }
  .offset-xl-2 {
    margin-left: 16.66667%; }
  .offset-xl-3 {
    margin-left: 25%; }
  .offset-xl-4 {
    margin-left: 33.33333%; }
  .offset-xl-5 {
    margin-left: 41.66667%; }
  .offset-xl-6 {
    margin-left: 50%; }
  .offset-xl-7 {
    margin-left: 58.33333%; }
  .offset-xl-8 {
    margin-left: 66.66667%; }
  .offset-xl-9 {
    margin-left: 75%; }
  .offset-xl-10 {
    margin-left: 83.33333%; }
  .offset-xl-11 {
    margin-left: 91.66667%; } }

/*
Tables

Due to the widespread use of tables across third-party widgets like calendars and date pickers, we’ve designed our tables to be opt-in. Just add the base class .table to any <table>, then extend with custom styles or our various included modifier classes.
*/
.table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 0.625rem; }
  .table th,
  .table td {
    padding: 0.75rem;
    border-top: 2px solid #E7E7E7;
    vertical-align: top; }
  .table thead th {
    border-bottom: 4px solid #E7E7E7;
    vertical-align: bottom; }
  .table tbody + tbody {
    border-top: 4px solid #E7E7E7; }
  .table .table {
    background-color: #FFF; }

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

.table-bordered {
  border: 2px solid #E7E7E7; }
  .table-bordered th,
  .table-bordered td {
    border: 2px solid #E7E7E7; }
  .table-bordered thead th,
  .table-bordered thead td {
    border-bottom-width: 4px; }

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

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

.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-success,
.table-success > th,
.table-success > td {
  background-color: #DFF0D8; }

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

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

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

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

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

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

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

.thead-inverse th {
  color: #FFF;
  background-color: #726C68; }

.thead-default th {
  color: #464A4C;
  background-color: #E7E7E7; }

.table-inverse {
  color: #FFF;
  background-color: #726C68; }
  .table-inverse th,
  .table-inverse td,
  .table-inverse thead th {
    border-color: #FFF; }
  .table-inverse.table-bordered {
    border: 0; }

.table-responsive {
  display: block;
  width: 100%;
  overflow-x: auto;
  -ms-overflow-style: -ms-autohiding-scrollbar; }
  .table-responsive.table-bordered {
    border: 0; }

/* custom tables fix */
@media (max-width: 767px) {
  .data-table td {
    display: block;
    float: left;
    width: 50%; }
  .data-table td:before {
    float: left;
    width: 100%;
    font-weight: 500;
    text-transform: uppercase;
    color: #836194;
    content: attr(data-label); }
  .data-table td:nth-child(3) {
    clear: left; }
  .data-table thead {
    display: none; } }

/*
Forms

Provides several form control styles, layout options, and custom components for creating a wide variety of forms.
*/
.form-control {
  display: block;
  width: 100%;
  padding: 0.5rem 0.75rem;
  font-size: .9375rem;
  line-height: 1.25;
  color: #464A4C;
  background-clip: padding-box;
  background-color: #FFF;
  background-image: none;
  border: 1px solid #B7B7B7;
  border-radius: 0;
  -webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s; }
  .form-control::-ms-expand {
    background-color: transparent;
    border: 0; }
  .form-control:focus {
    color: #464A4C;
    background-color: #FFF;
    border-color: #ee44c0;
    outline: none; }
  .form-control:focus {
    border-color: #A30F7B; }
  .form-control::-webkit-input-placeholder {
    color: #B7B7B7;
    opacity: 1; }
  .form-control::-moz-placeholder {
    color: #B7B7B7;
    opacity: 1; }
  .form-control:-ms-input-placeholder {
    color: #B7B7B7;
    opacity: 1; }
  .form-control::placeholder {
    color: #B7B7B7;
    opacity: 1; }
  .form-control:disabled, .form-control[readonly] {
    background-color: #E7E7E7;
    opacity: 1; }
  .form-control:disabled {
    cursor: not-allowed; }

select.form-control:not([size]):not([multiple]) {
  height: calc(2.1875rem + 4px); }

select.form-control:focus::-ms-value {
  color: #464A4C;
  background-color: #FFF; }

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

.form-label {
  font-family: "Maven Pro", -apple-system, system-ui, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  font-size: 1rem;
  font-weight: 500;
  text-transform: uppercase; }
  .form-label.standard {
    line-height: 1.2;
    color: #836194; }

.col-form-label {
  margin-bottom: 0;
  padding-top: calc(0.5rem - 1px * 2);
  padding-bottom: calc(0.5rem - 1px * 2); }

.col-form-label-lg {
  padding-top: calc(0.75rem - 1px * 2);
  padding-bottom: calc(0.75rem - 1px * 2);
  font-size: 1.25rem; }

.col-form-label-sm {
  padding-top: calc(0.25rem - 1px * 2);
  padding-bottom: calc(0.25rem - 1px * 2);
  font-size: 0.875rem; }

.col-form-legend {
  margin-bottom: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  font-size: 0.95rem; }

.form-control-static {
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
  line-height: 1.5rem;
  border: solid transparent;
  border-width: 1px 0; }
  .form-control-static.form-control-sm, .input-group-sm > .form-control-static.form-control,
  .input-group-sm > .form-control-static.input-group-addon,
  .input-group-sm > .input-group-btn > .form-control-static.btn, .form-control-static.form-control-lg, .input-group-lg > .form-control-static.form-control,
  .input-group-lg > .form-control-static.input-group-addon,
  .input-group-lg > .input-group-btn > .form-control-static.btn {
    padding-left: 0;
    padding-right: 0; }

.form-control-sm, .input-group-sm > .form-control,
.input-group-sm > .input-group-addon,
.input-group-sm > .input-group-btn > .btn-redef {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  border-radius: 0; }

select.form-control-sm:not([size]):not([multiple]), .input-group-sm > select.form-control:not([size]):not([multiple]),
.input-group-sm > select.input-group-addon:not([size]):not([multiple]),
.input-group-sm > .input-group-btn > select.btn-redef:not([size]):not([multiple]) {
  height: 1.8125rem; }

.form-control-lg, .input-group-lg > .form-control,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .btn-redef {
  padding: 0.75rem 1.5rem;
  font-size: 1.25rem;
  border-radius: 0; }

select.form-control-lg:not([size]):not([multiple]), .input-group-lg > select.form-control:not([size]):not([multiple]),
.input-group-lg > select.input-group-addon:not([size]):not([multiple]),
.input-group-lg > .input-group-btn > select.btn-redef:not([size]):not([multiple]) {
  height: 3.16667rem; }

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

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

.form-actions {
  padding-top: 1.438rem; }

.form-check {
  display: block;
  position: relative;
  margin-bottom: 0.5rem; }
  .form-check.disabled .form-check-label {
    color: #B7B7B7;
    cursor: not-allowed; }

.form-check-label {
  margin-bottom: 0;
  padding-left: 1.25rem;
  cursor: pointer; }

.form-check-input-redef {
  position: absolute;
  margin-top: 0.25rem;
  margin-left: -1.25rem; }
  .form-check-input-redef:only-child {
    position: static; }

.form-check-inline {
  display: inline-block; }
  .form-check-inline .form-check-label {
    vertical-align: middle; }
  .form-check-inline + .form-check-inline {
    margin-left: 0.75rem; }

.form-control-feedback {
  margin-top: 0.25rem; }

.form-control-success,
.form-control-warning,
.form-control-danger {
  padding-right: 2.25rem;
  background-repeat: no-repeat;
  background-position: center right 0.54688rem;
  background-size: 1.09375rem 1.09375rem; }

.has-success .form-control-feedback,
.has-success .form-control-label,
.has-success .col-form-label,
.has-success .form-check-label,
.has-success .custom-control {
  color: #3A7E0A; }

.has-success .form-control {
  border-color: #3A7E0A; }

.has-success .input-group-addon {
  color: #3A7E0A;
  background-color: #9ef362;
  border-color: #3A7E0A; }

.has-success .form-control-success {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3E%3Cpath fill='%233A7E0A' 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"); }

.has-warning .form-control-feedback,
.has-warning .form-control-label,
.has-warning .col-form-label,
.has-warning .form-check-label,
.has-warning .custom-control {
  color: #F0AD4E; }

.has-warning .form-control {
  border-color: #F0AD4E; }

.has-warning .input-group-addon {
  color: #F0AD4E;
  background-color: white;
  border-color: #F0AD4E; }

.has-warning .form-control-warning {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3E%3Cpath fill='%23F0AD4E' d='M4.4 5.324h-.8v-2.46h.8zm0 1.42h-.8V5.89h.8zM3.76.63L.04 7.075c-.115.2.016.425.26.426h7.397c.242 0 .372-.226.258-.426C6.726 4.924 5.47 2.79 4.253.63c-.113-.174-.39-.174-.494 0z'/%3E%3C/svg%3E"); }

.has-danger .form-control-feedback,
.has-danger .form-control-label,
.has-danger .col-form-label,
.has-danger .form-check-label,
.has-danger .custom-control {
  color: #C40046; }

.has-danger .form-control {
  border-color: #C40046; }

.has-danger .input-group-addon {
  color: #C40046;
  background-color: #ff91b8;
  border-color: #C40046; }

.has-danger .form-control-danger {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23C40046' viewBox='-2 -2 7 7'%3E%3Cpath stroke='%23d9534f' d='M0 0l3 3m0-3L0 3'/%3E%3Ccircle r='.5'/%3E%3Ccircle cx='3' r='.5'/%3E%3Ccircle cy='3' r='.5'/%3E%3Ccircle cx='3' cy='3' r='.5'/%3E%3C/svg%3E"); }

.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-static {
      display: inline-block; }
    .form-inline .input-group {
      width: auto; }
    .form-inline .form-control-label {
      margin-bottom: 0;
      vertical-align: middle; }
    .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;
      margin-top: 0;
      margin-bottom: 0; }
    .form-inline .form-check-label {
      padding-left: 0; }
    .form-inline .form-check-input-redef {
      position: relative;
      margin-top: 0;
      margin-left: 0;
      margin-right: 0.25rem; }
    .form-inline .custom-control {
      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;
      padding-left: 0; }
    .form-inline .custom-control-indicator {
      display: inline-block;
      position: static;
      margin-right: 0.25rem;
      vertical-align: text-bottom; }
    .form-inline .has-feedback .form-control-feedback {
      top: 0; } }

input[type="text"], input[type="number"], input[type="email"], input[type="tel"] {
  height: 40px;
  box-shadow: inset 0 2px 5px 0 rgba(50, 50, 50, 0.1); }

textarea {
  box-shadow: inset 0 2px 5px 0 rgba(50, 50, 50, 0.1); }

.card-block .input-group-date {
  width: 100%; }
  @media (min-width: 768px) {
    .card-block .input-group-date {
      max-width: 175px; } }

.card-block .input-group-index {
  width: 100%; }
  @media (min-width: 768px) {
    .card-block .input-group-index {
      max-width: 225px; } }

.input-group.absolute-icon {
  position: relative; }
  .input-group.absolute-icon select {
    height: 40px !important;
    background: transparent; }
  .input-group.absolute-icon .input-group-addon {
    position: absolute;
    top: 0;
    right: 0;
    height: 40px !important;
    border-left: 1px solid #B7B7B7 !important; }

.card-header .form-label {
  margin-bottom: 0; }

.input-after-comma {
  min-width: 52px; }

.input-after-comma-gas {
  min-width: 52px; }

.custom-select {
  width: 100%;
  padding-right: 40px;
  border-radius: 0;
  -webkit-appearance: none;
  -moz-appearance: none; }

.form-control.bigger {
  height: 67px; }

.custom-select.placeholder {
  padding: .6rem .75rem;
  /* padding fix */
  color: #B7B7B7; }
  .custom-select.placeholder option {
    color: #B7B7B7; }
  .custom-select.placeholder option:first-child {
    color: #B7B7B7; }

.form-group.error label {
  color: #C40046; }

.form-group.error input, .form-group.error textarea, .form-group.error select, .form-group.error .trigger-select {
  border-color: #C40046 !important; }

/*
Button

Use custom button styles for actions in forms, dialogs, and more. Includes support for a handful of contextual variations, sizes, states, and more.
*/
.btn-redef {
  display: inline-block;
  font-family: "Maven Pro", -apple-system, system-ui, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  font-weight: 500;
  line-height: 1.125;
  text-align: center;
  text-transform: uppercase;
  white-space: nowrap;
  border: 1px solid transparent;
  cursor: pointer;
  vertical-align: middle;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  padding: 0.7rem 0.625rem;
  font-size: 0.875rem;
  border-radius: 0.25rem;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out; }
  .btn-redef:focus, .btn-redef:hover {
    text-decoration: none; }
  .btn-redef:focus, .btn-redef.focus {
    outline: 0;
    box-shadow: 0 0 0 2px rgba(163, 15, 123, 0.25); }
  .btn-redef.disabled, .btn-redef:disabled {
    cursor: not-allowed;
    opacity: .65; }
  .btn-redef:active, .btn-redef.active {
    background-image: none; }

a.btn-redef.disabled,
fieldset[disabled] a.btn-redef {
  pointer-events: none; }

.btn-default-redef {
  color: #333;
  background-color: #FFF;
  border-color: #CCC; }
  .btn-default-redef:hover {
    color: #333;
    background-color: #e6e6e6;
    border-color: #adadad; }
  .btn-default-redef:focus, .btn-default-redef.focus {
    box-shadow: 0 0 0 2px rgba(204, 204, 204, 0.5); }
  .btn-default-redef.disabled, .btn-default-redef:disabled {
    background-color: #FFF;
    border-color: #CCC; }
  .btn-default-redef:active, .btn-default-redef.active,
  .show > .btn-default-redef.dropdown-toggle {
    color: #333;
    background-color: #e6e6e6;
    background-image: none;
    border-color: #adadad; }

.btn-lightest-redef {
  color: #3A7E0A;
  background-color: #FFF;
  border-color: #FFF; }
  .btn-lightest-redef:hover {
    color: #3A7E0A;
    background-color: #e6e6e6;
    border-color: #e0e0e0; }
  .btn-lightest-redef:focus, .btn-lightest-redef.focus {
    box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.5); }
  .btn-lightest-redef.disabled, .btn-lightest-redef:disabled {
    background-color: #FFF;
    border-color: #FFF; }
  .btn-lightest-redef:active, .btn-lightest-redef.active,
  .show > .btn-lightest-redef.dropdown-toggle {
    color: #3A7E0A;
    background-color: #e6e6e6;
    background-image: none;
    border-color: #e0e0e0; }

.btn-primary-redef {
  color: #FFF;
  background-color: #A30F7B;
  border-color: #A30F7B; }
  .btn-primary-redef:hover {
    color: #FFF;
    background-color: #740b58;
    border-color: #6b0a51; }
  .btn-primary-redef:focus, .btn-primary-redef.focus {
    box-shadow: 0 0 0 2px rgba(163, 15, 123, 0.5); }
  .btn-primary-redef.disabled, .btn-primary-redef:disabled {
    background-color: #A30F7B;
    border-color: #A30F7B; }
  .btn-primary-redef:active, .btn-primary-redef.active,
  .show > .btn-primary-redef.dropdown-toggle {
    color: #FFF;
    background-color: #740b58;
    background-image: none;
    border-color: #6b0a51; }

.btn-primary-light-redef {
  color: #FFF;
  background-color: #C4276E;
  border-color: #C4276E; }
  .btn-primary-light-redef:hover {
    color: #FFF;
    background-color: #991f56;
    border-color: #911d51; }
  .btn-primary-light-redef:focus, .btn-primary-light-redef.focus {
    box-shadow: 0 0 0 2px rgba(196, 39, 110, 0.5); }
  .btn-primary-light-redef.disabled, .btn-primary-light-redef:disabled {
    background-color: #C4276E;
    border-color: #C4276E; }
  .btn-primary-light-redef:active, .btn-primary-light-redef.active,
  .show > .btn-primary-light-redef.dropdown-toggle {
    color: #FFF;
    background-color: #991f56;
    background-image: none;
    border-color: #911d51; }

.btn-secondary-redef {
  color: #968D88;
  background-color: transparent;
  border-color: #968D88; }
  .btn-secondary-redef:hover {
    color: #968D88;
    background-color: transparent;
    border-color: #776e69; }
  .btn-secondary-redef:focus, .btn-secondary-redef.focus {
    box-shadow: 0 0 0 2px rgba(150, 141, 136, 0.5); }
  .btn-secondary-redef.disabled, .btn-secondary-redef:disabled {
    background-color: transparent;
    border-color: #968D88; }
  .btn-secondary-redef:active, .btn-secondary-redef.active,
  .show > .btn-secondary-redef.dropdown-toggle {
    color: #968D88;
    background-color: transparent;
    background-image: none;
    border-color: #776e69; }

.btn-secondary-redef:hover, .btn-secondary-redef:active {
  background-color: #f0f0f0; }

.btn-info-redef {
  color: #FFF;
  background-color: #EFEEED;
  border-color: #EFEEED; }
  .btn-info-redef:hover {
    color: #FFF;
    background-color: #d7d5d2;
    border-color: #d2cfcd; }
  .btn-info-redef:focus, .btn-info-redef.focus {
    box-shadow: 0 0 0 2px rgba(239, 238, 237, 0.5); }
  .btn-info-redef.disabled, .btn-info-redef:disabled {
    background-color: #EFEEED;
    border-color: #EFEEED; }
  .btn-info-redef:active, .btn-info-redef.active,
  .show > .btn-info-redef.dropdown-toggle {
    color: #FFF;
    background-color: #d7d5d2;
    background-image: none;
    border-color: #d2cfcd; }

.btn-highlighted-redef {
  color: #FFF;
  background-color: #52B809;
  border-color: #52B809; }
  .btn-highlighted-redef:hover {
    color: #FFF;
    background-color: #3c8707;
    border-color: #387e06; }
  .btn-highlighted-redef:focus, .btn-highlighted-redef.focus {
    box-shadow: 0 0 0 2px rgba(82, 184, 9, 0.5); }
  .btn-highlighted-redef.disabled, .btn-highlighted-redef:disabled {
    background-color: #52B809;
    border-color: #52B809; }
  .btn-highlighted-redef:active, .btn-highlighted-redef.active,
  .show > .btn-highlighted-redef.dropdown-toggle {
    color: #FFF;
    background-color: #3c8707;
    background-image: none;
    border-color: #387e06; }

.btn-success-redef {
  color: #FFF;
  background-color: #3A7E0A;
  border-color: #3A7E0A; }
  .btn-success-redef:hover {
    color: #FFF;
    background-color: #244f06;
    border-color: #204506; }
  .btn-success-redef:focus, .btn-success-redef.focus {
    box-shadow: 0 0 0 2px rgba(58, 126, 10, 0.5); }
  .btn-success-redef.disabled, .btn-success-redef:disabled {
    background-color: #3A7E0A;
    border-color: #3A7E0A; }
  .btn-success-redef:active, .btn-success-redef.active,
  .show > .btn-success-redef.dropdown-toggle {
    color: #FFF;
    background-color: #244f06;
    background-image: none;
    border-color: #204506; }

.btn-warning-redef {
  color: #FFF;
  background-color: #F0AD4E;
  border-color: #F0AD4E; }
  .btn-warning-redef:hover {
    color: #FFF;
    background-color: #ec971f;
    border-color: #eb9316; }
  .btn-warning-redef:focus, .btn-warning-redef.focus {
    box-shadow: 0 0 0 2px rgba(240, 173, 78, 0.5); }
  .btn-warning-redef.disabled, .btn-warning-redef:disabled {
    background-color: #F0AD4E;
    border-color: #F0AD4E; }
  .btn-warning-redef:active, .btn-warning-redef.active,
  .show > .btn-warning-redef.dropdown-toggle {
    color: #FFF;
    background-color: #ec971f;
    background-image: none;
    border-color: #eb9316; }

.btn-danger-redef {
  color: #FFF;
  background-color: #C40046;
  border-color: #C40046; }
  .btn-danger-redef:hover {
    color: #FFF;
    background-color: #910034;
    border-color: #870030; }
  .btn-danger-redef:focus, .btn-danger-redef.focus {
    box-shadow: 0 0 0 2px rgba(196, 0, 70, 0.5); }
  .btn-danger-redef.disabled, .btn-danger-redef:disabled {
    background-color: #C40046;
    border-color: #C40046; }
  .btn-danger-redef:active, .btn-danger-redef.active,
  .show > .btn-danger-redef.dropdown-toggle {
    color: #FFF;
    background-color: #910034;
    background-image: none;
    border-color: #870030; }

.btn-danger-lightest-redef {
  color: #C40046;
  background-color: #FFF;
  border-color: #FFF; }
  .btn-danger-lightest-redef:hover {
    color: #C40046;
    background-color: #e6e6e6;
    border-color: #e0e0e0; }
  .btn-danger-lightest-redef:focus, .btn-danger-lightest-redef.focus {
    box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.5); }
  .btn-danger-lightest-redef.disabled, .btn-danger-lightest-redef:disabled {
    background-color: #FFF;
    border-color: #FFF; }
  .btn-danger-lightest-redef:active, .btn-danger-lightest-redef.active,
  .show > .btn-danger-lightest-redef.dropdown-toggle {
    color: #C40046;
    background-color: #e6e6e6;
    background-image: none;
    border-color: #e0e0e0; }

.btn-outline-primary-redef {
  padding: 0.65rem 0.6rem;
  color: #A30F7B !important;
  background-color: transparent;
  background-image: none;
  border-color: #A30F7B;
  border-width: 2px; }
  .btn-outline-primary-redef:hover {
    color: #FFF !important;
    background-color: #A30F7B;
    border-color: #A30F7B; }
  .btn-outline-primary-redef.btn-sm, .btn-group-sm > .btn-outline-primary-redef.btn {
    padding: 0.35rem 0.45rem;
    font-size: 12px !important; }
  .btn-outline-primary-redef:focus, .btn-outline-primary-redef.focus {
    box-shadow: 0 0 0 2px rgba(163, 15, 123, 0.5); }
  .btn-outline-primary-redef.disabled, .btn-outline-primary-redef:disabled {
    color: #A30F7B !important;
    background-color: transparent; }
  .btn-outline-primary-redef:active, .btn-outline-primary-redef.active,
  .show > .btn-outline-primary-redef.dropdown-toggle {
    color: #FFF !important;
    background-color: #A30F7B;
    border-color: #A30F7B; }

.btn-outline-secondary-redef {
  padding: 0.65rem 0.6rem;
  color: #968D88 !important;
  background-color: transparent;
  background-image: none;
  border-color: #968D88;
  border-width: 2px; }
  .btn-outline-secondary-redef:hover {
    color: #FFF !important;
    background-color: #968D88;
    border-color: #968D88; }
  .btn-outline-secondary-redef.btn-sm-redef, .btn-group-sm-redef > .btn-outline-secondary-redef.btn-redef {
    padding: 0.35rem 0.45rem;
    font-size: 12px !important; }
  .btn-outline-secondary-redef:focus, .btn-outline-secondary-redef.focus {
    box-shadow: 0 0 0 2px rgba(150, 141, 136, 0.5); }
  .btn-outline-secondary-redef.disabled, .btn-outline-secondary-redef:disabled {
    color: #968D88 !important;
    background-color: transparent; }
  .btn-outline-secondary-redef:active, .btn-outline-secondary-redef.active,
  .show > .btn-outline-secondary-redef.dropdown-toggle {
    color: #FFF !important;
    background-color: #968D88;
    border-color: #968D88; }

.btn-outline-info-redef {
  padding: 0.65rem 0.6rem;
  color: #EFEEED !important;
  background-color: transparent;
  background-image: none;
  border-color: #EFEEED;
  border-width: 2px; }
  .btn-outline-info-redef:hover {
    color: #FFF !important;
    background-color: #EFEEED;
    border-color: #EFEEED; }
  .btn-outline-info-redef.btn-sm, .btn-group-sm > .btn-outline-info-redef.btn {
    padding: 0.35rem 0.45rem;
    font-size: 12px !important; }
  .btn-outline-info-redef:focus, .btn-outline-info-redef.focus {
    box-shadow: 0 0 0 2px rgba(239, 238, 237, 0.5); }
  .btn-outline-info-redef.disabled, .btn-outline-info-redef:disabled {
    color: #EFEEED !important;
    background-color: transparent; }
  .btn-outline-info-redef:active, .btn-outline-info-redef.active,
  .show > .btn-outline-info-redef.dropdown-toggle {
    color: #FFF !important;
    background-color: #EFEEED;
    border-color: #EFEEED; }

.btn-outline-success-redef {
  padding: 0.65rem 0.6rem;
  color: #3A7E0A !important;
  background-color: transparent;
  background-image: none;
  border-color: #3A7E0A;
  border-width: 2px; }
  .btn-outline-success-redef:hover {
    color: #FFF !important;
    background-color: #3A7E0A;
    border-color: #3A7E0A; }
  .btn-outline-success-redef.btn-sm, .btn-group-sm > .btn-outline-success-redef.btn {
    padding: 0.35rem 0.45rem;
    font-size: 12px !important; }
  .btn-outline-success-redef:focus, .btn-outline-success-redef.focus {
    box-shadow: 0 0 0 2px rgba(58, 126, 10, 0.5); }
  .btn-outline-success-redef.disabled, .btn-outline-success-redef:disabled {
    color: #3A7E0A !important;
    background-color: transparent; }
  .btn-outline-success-redef:active, .btn-outline-success-redef.active,
  .show > .btn-outline-success-redef.dropdown-toggle {
    color: #FFF !important;
    background-color: #3A7E0A;
    border-color: #3A7E0A; }

.btn-outline-warning-redef {
  padding: 0.65rem 0.6rem;
  color: #F0AD4E !important;
  background-color: transparent;
  background-image: none;
  border-color: #F0AD4E;
  border-width: 2px; }
  .btn-outline-warning-redef:hover {
    color: #FFF !important;
    background-color: #F0AD4E;
    border-color: #F0AD4E; }
  .btn-outline-warning-redef.btn-sm, .btn-group-sm > .btn-outline-warning-redef.btn {
    padding: 0.35rem 0.45rem;
    font-size: 12px !important; }
  .btn-outline-warning-redef:focus, .btn-outline-warning-redef.focus {
    box-shadow: 0 0 0 2px rgba(240, 173, 78, 0.5); }
  .btn-outline-warning-redef.disabled, .btn-outline-warning-redef:disabled {
    color: #F0AD4E !important;
    background-color: transparent; }
  .btn-outline-warning-redef:active, .btn-outline-warning-redef.active,
  .show > .btn-outline-warning-redef.dropdown-toggle {
    color: #FFF !important;
    background-color: #F0AD4E;
    border-color: #F0AD4E; }

.btn-outline-danger-redef {
  padding: 0.65rem 0.6rem;
  color: #C40046 !important;
  background-color: transparent;
  background-image: none;
  border-color: #C40046;
  border-width: 2px; }
  .btn-outline-danger-redef:hover {
    color: #FFF !important;
    background-color: #C40046;
    border-color: #C40046; }
  .btn-outline-danger-redef.btn-sm, .btn-group-sm > .btn-outline-danger-redef.btn {
    padding: 0.35rem 0.45rem;
    font-size: 12px !important; }
  .btn-outline-danger-redef:focus, .btn-outline-danger-redef.focus {
    box-shadow: 0 0 0 2px rgba(196, 0, 70, 0.5); }
  .btn-outline-danger-redef.disabled, .btn-outline-danger-redef:disabled {
    color: #C40046 !important;
    background-color: transparent; }
  .btn-outline-danger-redef:active, .btn-outline-danger-redef.active,
  .show > .btn-outline-danger-redef.dropdown-toggle {
    color: #FFF !important;
    background-color: #C40046;
    border-color: #C40046; }

.btn-link-redef {
  padding-left: 0;
  padding-right: 0;
  font-size: .9375rem;
  font-weight: normal;
  text-transform: none;
  color: #A30F7B;
  border-radius: 0; }
  .btn-link-redef, .btn-link-redef:active, .btn-link-redef.active, .btn-link-redef:disabled {
    background-color: transparent; }
  .btn-link-redef, .btn-link-redef:focus, .btn-link-redef:active {
    border-color: transparent; }
  .btn-link-redef:hover {
    border-color: transparent; }
  .btn-link-redef:focus, .btn-link-redef:hover {
    text-decoration: underline;
    color: #5d0946;
    background-color: transparent; }
  .btn-link-redef:disabled {
    color: #B7B7B7; }
    .btn-link-redef:disabled:focus, .btn-link-redef:disabled:hover {
      text-decoration: none; }

.btn-icon-redef {
  padding: 0.1rem 0.1rem !important; }

.btn-lg-redef, .btn-group-lg-redef > .btn-redef {
  padding: 0.75rem 1.5rem;
  font-size: 1.25rem;
  border-radius: 0.3rem; }

.btn-sm-redef, .btn-group-sm-redef > .btn-redef {
  padding: 0.42rem 0.5rem;
  font-size: 12px;
  border-radius: 0.2rem; }

.btn-block-redef {
  display: block;
  width: 100%; }

.btn-block-redef + .btn-block-redef {
  margin-top: 0.5rem; }

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

/* button group custom fix */
.btn-group-redef .switch-history-view .icon-chart {
  background-position-y: -139px; }

.btn-group-redef .switch-history-view .icon-grid {
  background-position-y: -138px; }

.btn-group-redef .switch-history-view:hover, .btn-group-redef .switch-history-view.active {
  background-color: #A30F7B; }
  .btn-group-redef .switch-history-view:hover .icon-chart, .btn-group-redef .switch-history-view.active .icon-chart {
    background-position-y: -239px; }
  .btn-group-redef .switch-history-view:hover .icon-grid, .btn-group-redef .switch-history-view.active .icon-grid {
    background-position-y: -238px; }

.choice-group .btn-redef {
  width: 50%;
  -webkit-transition: none;
  transition: none; }
  @media (min-width: 576px) {
    .choice-group .btn-redef {
      width: auto; } }

/*
Button group

Group a series of buttons together on a single line with the button group. Add on optional JavaScript radio and checkbox style behavior with the buttons plugin.
*/
.btn-group-redef,
.btn-group-vertical-redef {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  position: relative;
  vertical-align: middle; }
  .btn-group-redef > .btn-redef,
  .btn-group-vertical-redef > .btn-redef {
    position: relative;
    -webkit-box-flex: 0;
        -ms-flex: 0 1 auto;
            flex: 0 1 auto; }
    .btn-group-redef > .btn-redef:hover,
    .btn-group-vertical-redef > .btn-redef:hover {
      z-index: 2; }
    .btn-group-redef > .btn-redef:focus, .btn-group-redef > .btn-redef:active, .btn-group-redef > .btn.active-redef,
    .btn-group-vertical-redef > .btn-redef:focus,
    .btn-group-vertical-redef > .btn-redef:active,
    .btn-group-vertical-redef > .btn.active-redef {
      z-index: 2; }
  .btn-group-redef .btn-redef + .btn-redef,
  .btn-group-redef .btn-redef + .btn-group-redef,
  .btn-group-redef .btn-group-redef + .btn-redef,
  .btn-group-redef .btn-group-redef + .btn-group-redef,
  .btn-group-vertical-redef .btn-redef + .btn-redef,
  .btn-group-vertical-redef .btn-redef + .btn-group-redef,
  .btn-group-vertical-redef .btn-group-redef + .btn-redef,
  .btn-group-vertical-redef .btn-group-redef + .btn-group-redef {
    margin-left: -1px; }

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

.btn-group-redef > .btn-redef:not(:first-child):not(:last-child):not(.dropdown-toggle) {
  border-radius: 0; }

.btn-group-redef > .btn-redef:first-child {
  margin-left: 0; }
  .btn-group-redef > .btn-redef:first-child:not(:last-child):not(.dropdown-toggle) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0; }

.btn-group-redef > .btn-redef:last-child:not(:first-child),
.btn-group-redef > .dropdown-toggle:not(:first-child) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0; }

.btn-group-redef > .btn-group-redef {
  float: left; }

.btn-group-redef > .btn-group-redef:not(:first-child):not(:last-child) > .btn-redef {
  border-radius: 0; }

.btn-group-redef > .btn-group-redef:first-child:not(:last-child) > .btn-redef:last-child,
.btn-group-redef > .btn-group-redef:first-child:not(:last-child) > .dropdown-toggle {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0; }

.btn-group-redef > .btn-group-redef:last-child:not(:first-child) > .btn-redef:first-child {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0; }

.btn-group-redef .dropdown-toggle:active,
.btn-group-redef.open .dropdown-toggle {
  outline: 0; }

.btn-redef + .dropdown-toggle-split {
  padding-left: 0.46875rem;
  padding-right: 0.46875rem; }
  .btn-redef + .dropdown-toggle-split::after {
    margin-left: 0; }

.btn-sm-redef + .dropdown-toggle-split, .btn-group-sm-redef > .btn-redef + .dropdown-toggle-split {
  padding-left: 0.375rem;
  padding-right: 0.375rem; }

.btn-lg-redef + .dropdown-toggle-split, .btn-group-lg-redef > .btn-redef + .dropdown-toggle-split {
  padding-left: 1.125rem;
  padding-right: 1.125rem; }

.btn-group-vertical-redef {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-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;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center; }
  .btn-group-vertical-redef .btn-redef,
  .btn-group-vertical-redef .btn-group-redef {
    width: 100%; }
  .btn-group-vertical-redef > .btn-redef + .btn-redef,
  .btn-group-vertical-redef > .btn-redef + .btn-group-redef,
  .btn-group-vertical-redef > .btn-group-redef + .btn-redef,
  .btn-group-vertical-redef > .btn-group-redef + .btn-group-redef {
    margin-top: -1px;
    margin-left: 0; }

.btn-group-vertical-redef > .btn-redef:not(:first-child):not(:last-child) {
  border-radius: 0; }

.btn-group-vertical-redef > .btn-redef:first-child:not(:last-child) {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0; }

.btn-group-vertical-redef > .btn-redef:last-child:not(:first-child) {
  border-top-left-radius: 0;
  border-top-right-radius: 0; }

.btn-group-vertical-redef > .btn-group-redef:not(:first-child):not(:last-child) > .btn-redef {
  border-radius: 0; }

.btn-group-vertical-redef > .btn-group-redef:first-child:not(:last-child) > .btn-redef:last-child,
.btn-group-vertical-redef > .btn-group-redef:first-child:not(:last-child) > .dropdown-toggle {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0; }

.btn-group-vertical-redef > .btn-group-redef:last-child:not(:first-child) > .btn-redef:first-child {
  border-top-left-radius: 0;
  border-top-right-radius: 0; }

[data-toggle="buttons"] > .btn-redef input[type="radio"],
[data-toggle="buttons"] > .btn-redef input[type="checkbox"],
[data-toggle="buttons"] > .btn-group-redef > .btn-redef input[type="radio"],
[data-toggle="buttons"] > .btn-group-redef > .btn-redef input[type="checkbox"] {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none; }

/*
Dropdown

Dropdowns are toggleable, contextual overlays for displaying lists of links and more. They’re made interactive with the dropdown JavaScript plugin. They’re toggled by clicking, not by hovering; this is an intentional design decision.
*/
.dropup,
.dropdown {
  position: relative; }

.dropdown-toggle::after {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.3em;
  content: "";
  border-top: 0.3em solid;
  border-left: 0.3em solid transparent;
  border-right: 0.3em solid transparent;
  vertical-align: middle; }

.dropdown-toggle:focus {
  outline: 0; }

.dropup .dropdown-toggle::after {
  border-top: 0;
  border-bottom: 0.3em solid; }

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

.dropdown-divider {
  height: 1px;
  margin: 0.3125rem 0;
  background-color: #E7E7E7;
  overflow: hidden; }

.dropdown-item {
  display: block;
  clear: both;
  width: 100%;
  padding: 3px 1.5rem;
  font-weight: normal;
  text-align: inherit;
  color: #726C68;
  white-space: nowrap;
  background: none;
  border: 0; }
  .dropdown-item:focus, .dropdown-item:hover {
    text-decoration: none;
    color: #655f5c;
    background-color: #F7F6F6; }
  .dropdown-item.active, .dropdown-item:active {
    text-decoration: none;
    color: #FFF;
    background-color: #A30F7B; }
  .dropdown-item.disabled, .dropdown-item:disabled {
    color: #B7B7B7;
    background-color: transparent;
    cursor: not-allowed; }

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

.show > a {
  outline: 0; }

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

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

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

.dropdown-backdrop {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 990; }

.dropup .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-bottom: 0.125rem; }

/*
Input group

Easily extend form controls by adding text, buttons, or button groups on either side of textual `<input>`s.
*/
.input-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  width: 100%; }
  .input-group .form-control {
    position: relative;
    -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
    width: 1%;
    margin-bottom: 0;
    z-index: 2; }
    .input-group .form-control:focus, .input-group .form-control:active, .input-group .form-control:hover {
      z-index: 3; }

.input-group-addon,
.input-group-btn,
.input-group .form-control {
  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; }
  .input-group-addon:not(:first-child):not(:last-child),
  .input-group-btn:not(:first-child):not(:last-child),
  .input-group .form-control:not(:first-child):not(:last-child) {
    border-radius: 0; }

.input-group-addon,
.input-group-btn {
  white-space: nowrap;
  vertical-align: middle; }

.input-group-addon {
  margin-bottom: 0;
  padding: .5rem .6rem;
  font-size: .9375rem;
  font-weight: normal;
  line-height: 1.25;
  text-align: center;
  color: #464A4C;
  background-color: #FFF;
  border: 1px solid #B7B7B7;
  border-radius: 0; }
  .input-group-addon.form-control-sm,
  .input-group-sm > .input-group-addon,
  .input-group-sm > .input-group-btn > .input-group-addon.btn {
    padding: 0.25rem 0.5rem;
    font-size: 0.875rem;
    border-radius: 0; }
  .input-group-addon.form-control-lg,
  .input-group-lg > .input-group-addon,
  .input-group-lg > .input-group-btn > .input-group-addon.btn {
    padding: 0.75rem 1.5rem;
    font-size: 1.25rem;
    border-radius: 0; }
  .input-group-addon input[type="radio"],
  .input-group-addon input[type="checkbox"] {
    margin-top: 0; }

.input-group .form-control:not(:last-child),
.input-group-addon:not(:last-child),
.input-group-btn:not(:last-child) > .btn,
.input-group-btn:not(:last-child) > .btn-group > .btn,
.input-group-btn:not(:last-child) > .dropdown-toggle,
.input-group-btn:not(:first-child) > .btn:not(:last-child):not(.dropdown-toggle),
.input-group-btn:not(:first-child) > .btn-group:not(:last-child) > .btn {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0; }

.input-group-addon:not(:last-child) {
  border-right: 0; }

.input-group .form-control:not(:first-child),
.input-group-addon:not(:first-child),
.input-group-btn:not(:first-child) > .btn,
.input-group-btn:not(:first-child) > .btn-group > .btn,
.input-group-btn:not(:first-child) > .dropdown-toggle,
.input-group-btn:not(:last-child) > .btn:not(:first-child),
.input-group-btn:not(:last-child) > .btn-group:not(:first-child) > .btn {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0; }

.form-control + .input-group-addon:not(:first-child) {
  border-left: 0; }

.input-group-btn {
  position: relative;
  font-size: 0;
  white-space: nowrap; }
  .input-group-btn > .btn {
    position: relative;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1; }
    .input-group-btn > .btn + .btn {
      margin-left: -1px; }
    .input-group-btn > .btn:focus, .input-group-btn > .btn:active, .input-group-btn > .btn:hover {
      z-index: 3; }
  .input-group-btn:not(:last-child) > .btn,
  .input-group-btn:not(:last-child) > .btn-group {
    margin-right: -1px; }
  .input-group-btn:not(:first-child) > .btn,
  .input-group-btn:not(:first-child) > .btn-group {
    margin-left: -1px;
    z-index: 2; }
    .input-group-btn:not(:first-child) > .btn:focus, .input-group-btn:not(:first-child) > .btn:active, .input-group-btn:not(:first-child) > .btn:hover,
    .input-group-btn:not(:first-child) > .btn-group:focus,
    .input-group-btn:not(:first-child) > .btn-group:active,
    .input-group-btn:not(:first-child) > .btn-group:hover {
      z-index: 3; }

/*
List group

List groups are a flexible and powerful component for displaying a series of content. List group items can be modified and extended to support just about any content within. They can also be used as navigation with the right modifier class.
*/
.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;
  margin-bottom: 0;
  padding-left: 0; }

.list-group-item-action {
  width: 100%;
  text-align: inherit;
  color: #464A4C; }
  .list-group-item-action:focus, .list-group-item-action:hover {
    text-decoration: none;
    color: #464A4C;
    background-color: #F7F6F6; }
  .list-group-item-action:active {
    color: #726C68;
    background-color: #E7E7E7; }

.list-group-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -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: -2px;
  padding: 0.75rem 1.25rem;
  font-family: "Maven Pro", -apple-system, system-ui, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  font-size: 0.75rem;
  text-transform: uppercase;
  background-color: transparent;
  border-top: 2px solid #DBD8D6; }
  .list-group-item:first-child {
    border: none; }
  .list-group-item:last-child {
    margin-bottom: 0;
    border-bottom-left-radius: 0.25rem;
    border-bottom-right-radius: 0.25rem; }
  .list-group-item:focus, .list-group-item:hover {
    text-decoration: none; }
  .list-group-item.disabled, .list-group-item:disabled {
    color: #B7B7B7;
    background-color: transparent;
    cursor: not-allowed; }
  .list-group-item a, .list-group-item a:link, .list-group-item a:visited {
    font-weight: 500;
    color: #968D88;
    -webkit-transition: color, 0.4s;
    transition: color, 0.4s; }
  .list-group-item a:hover, .list-group-item a:active {
    text-decoration: none;
    color: #693383; }
  .list-group-item.active {
    color: #726C68;
    background-color: transparent;
    z-index: 2; }
    .list-group-item.active a, .list-group-item.active a:link, .list-group-item.active a:visited, .list-group-item.active a:hover, .list-group-item.active a:active {
      color: #5A2C71; }

.list-group-flush .list-group-item {
  border-left: 0;
  border-right: 0;
  border-radius: 0; }

.list-group-flush:first-child .list-group-item:first-child {
  border-top: 0; }

.list-group-flush:last-child .list-group-item:last-child {
  border-bottom: 0; }

.list-group-item-success {
  color: #3C763D;
  background-color: #DFF0D8; }

a.list-group-item-success,
button.list-group-item-success {
  color: #3C763D; }
  a.list-group-item-success:focus, a.list-group-item-success:hover,
  button.list-group-item-success:focus,
  button.list-group-item-success:hover {
    color: #3C763D;
    background-color: #d0e9c6; }
  a.list-group-item-success.active,
  button.list-group-item-success.active {
    color: #FFF;
    background-color: #3C763D;
    border-color: #3C763D; }

.list-group-item-info {
  color: #31708F;
  background-color: #D9EDF7; }

a.list-group-item-info,
button.list-group-item-info {
  color: #31708F; }
  a.list-group-item-info:focus, a.list-group-item-info:hover,
  button.list-group-item-info:focus,
  button.list-group-item-info:hover {
    color: #31708F;
    background-color: #c4e3f3; }
  a.list-group-item-info.active,
  button.list-group-item-info.active {
    color: #FFF;
    background-color: #31708F;
    border-color: #31708F; }

.list-group-item-warning {
  color: #8A6D3B;
  background-color: #FCF8E3; }

a.list-group-item-warning,
button.list-group-item-warning {
  color: #8A6D3B; }
  a.list-group-item-warning:focus, a.list-group-item-warning:hover,
  button.list-group-item-warning:focus,
  button.list-group-item-warning:hover {
    color: #8A6D3B;
    background-color: #faf2cc; }
  a.list-group-item-warning.active,
  button.list-group-item-warning.active {
    color: #FFF;
    background-color: #8A6D3B;
    border-color: #8A6D3B; }

.list-group-item-danger {
  color: #C40046;
  background-color: #F2DEDE; }

a.list-group-item-danger,
button.list-group-item-danger {
  color: #C40046; }
  a.list-group-item-danger:focus, a.list-group-item-danger:hover,
  button.list-group-item-danger:focus,
  button.list-group-item-danger:hover {
    color: #C40046;
    background-color: #ebcccc; }
  a.list-group-item-danger.active,
  button.list-group-item-danger.active {
    color: #FFF;
    background-color: #C40046;
    border-color: #C40046; }

/* Variant, if list group is a navigation we want the <a> element to be fully clickable. this here removes the padding from the <li> and puts it on the <a> tag. */
.list-group.list-navigation .list-group-item {
  padding: 0; }
  .list-group.list-navigation .list-group-item a {
    display: block;
    width: 100%;
    padding: 0.75rem 1.25rem; }

/*
Media

The media object helps build complex and repetitive components where some media is positioned alongside content that doesn’t wrap around said media. Plus, it does this with only two required classes thanks to flexbox.
*/
.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; }

/*
ACCORDION
*/
/*
Alert

Provide contextual feedback messages for typical user actions with the handful of available and flexible alert messages.
*/
.alert {
  position: relative;
  margin-bottom: 0.625rem;
  padding: 1.1rem 1.25rem;
  border: 1px solid transparent;
  border-radius: 0.25rem; }
  .alert .icon {
    position: absolute;
    top: 20px;
    left: 15px; }
  .alert .icon-complete {
    top: 18px; }

.alert-heading {
  color: inherit; }

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

.alert-dismissible .close {
  position: relative;
  top: -1.1rem;
  right: -1.25rem;
  padding: 1.1rem 1.25rem;
  color: inherit; }

.alert-default {
  color: #333;
  background-color: #E7E7E7;
  border-color: #E7E7E7; }
  .alert-default hr {
    border-top-color: #dadada; }
  .alert-default .alert-link {
    color: #1a1a1a; }

.alert-success {
  color: #3C763D;
  background-color: #FFF;
  border-color: #3C763D; }
  .alert-success hr {
    border-top-color: #336534; }
  .alert-success .alert-link {
    color: #2b542c; }

.alert-info {
  color: #31708F;
  background-color: #D9EDF7;
  border-color: #bcdff1; }
  .alert-info hr {
    border-top-color: #a6d5ec; }
  .alert-info .alert-link {
    color: #245269; }

.alert-warning {
  color: #8A6D3B;
  background-color: #FFF;
  border-color: #faf2cc; }
  .alert-warning hr {
    border-top-color: #f7ecb5; }
  .alert-warning .alert-link {
    color: #66512c; }

.alert-danger {
  color: #C40046;
  background-color: #FFF;
  border-color: #C40046; }
  .alert-danger hr {
    border-top-color: #ab003d; }
  .alert-danger .alert-link {
    color: #910034; }

/*
Badges

Small and adaptive tag for adding context to just about any content.

Requires one of the contextual, color modifier classes for `color` and `background-color`.
*/
.badge {
  display: inline-block;
  padding: 0.3rem 0.6rem;
  font-family: "Maven Pro", -apple-system, system-ui, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  font-size: 0.8125rem;
  font-weight: 500;
  line-height: 1;
  text-align: center;
  color: #FFF;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 3px; }
  .badge:empty {
    display: none; }

.btn .badge {
  position: relative;
  top: -1px; }

a.badge:focus, a.badge:hover {
  text-decoration: none;
  color: #FFF;
  cursor: pointer; }

.badge-pill {
  padding: 0.4rem 0.8rem;
  border-radius: 15rem; }

.badge-default {
  background-color: #B7B7B7; }
  .badge-default[href]:focus, .badge-default[href]:hover {
    background-color: #9e9e9e; }

.badge-primary {
  background-color: #A30F7B; }
  .badge-primary[href]:focus, .badge-primary[href]:hover {
    background-color: #740b58; }

.badge-secondary {
  background-color: #AC94B9; }
  .badge-secondary[href]:focus, .badge-secondary[href]:hover {
    background-color: #9475a5; }

.badge-tertiary {
  background-color: #E98300; }
  .badge-tertiary[href]:focus, .badge-tertiary[href]:hover {
    background-color: #b66600; }

.badge-highlighted {
  background-color: #52B809; }
  .badge-highlighted[href]:focus, .badge-highlighted[href]:hover {
    background-color: #3c8707; }

.badge-success {
  background-color: #52B809; }
  .badge-success[href]:focus, .badge-success[href]:hover {
    background-color: #3c8707; }

.badge-info {
  background-color: #EFEEED; }
  .badge-info[href]:focus, .badge-info[href]:hover {
    background-color: #d7d5d2; }

.badge-warning {
  background-color: #F0AD4E; }
  .badge-warning[href]:focus, .badge-warning[href]:hover {
    background-color: #ec971f; }

.badge-danger {
  background-color: #C40046; }
  .badge-danger[href]:focus, .badge-danger[href]:hover {
    background-color: #910034; }

.badge-status {
  padding: .6rem; }

/*
Box

A card is a flexible and extensible content container. It includes options for headers and footers, a wide variety of content, contextual background colors, and powerful display options.
*/
.box {
  border: 1px solid transparent;
  border-radius: 6px; }

.box-content {
  padding: 10px; }

.box-default {
  color: #E7E7E7;
  background-color: #E7E7E7;
  border-color: #E7E7E7; }

.box-outline-default {
  border-color: #E7E7E7; }

/*
Card

A card is a flexible and extensible content container. It includes options for headers and footers, a wide variety of content, contextual background colors, and powerful display options.

Markup: docs/components/card.hbs

Style guide: Components.card
*/
.card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  float: left;
  clear: both;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
  background-color: #FFF;
  border: 2px solid rgba(0, 0, 0, 0.125);
  border-radius: 0.25rem; }

.card-block {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  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-image {
  position: relative; }

.card-link:hover {
  text-decoration: none; }

.card-link + .card-link {
  margin-left: 1.25rem; }

.card > .list-group:first-child .list-group-item:first-child {
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem; }

.card > .list-group:last-child .list-group-item:last-child {
  border-bottom-left-radius: 0.25rem;
  border-bottom-right-radius: 0.25rem; }

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

.card-body {
  padding: 1.275rem 1.063rem; }

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

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

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

.card-spacing-sm .card-block,
.card-spacing-sm .card-footer {
  padding: 0.5rem 0.5rem; }

.card-spacing-md .card-block,
.card-spacing-md .card-footer {
  padding: 0.75rem 0.5rem; }

.card-primary {
  background-color: #A30F7B;
  border-color: #A30F7B; }
  .card-primary .card-header,
  .card-primary .card-footer {
    background-color: transparent; }

.card-success {
  background-color: #3A7E0A;
  border-color: #3A7E0A; }
  .card-success .card-header,
  .card-success .card-footer {
    background-color: transparent; }

.card-info {
  background-color: #EFEEED;
  border-color: #EFEEED; }
  .card-info .card-header,
  .card-info .card-footer {
    background-color: transparent; }
.card-info-danger{
  background-color: #EFEEED;
  border-color: #f37777;
}
  .card-info-danger .card-header,
  .card-info-danger .card-footer {
    background-color: transparent; }

.card-warning {
  background-color: #F0AD4E;
  border-color: #F0AD4E; }
  .card-warning .card-header,
  .card-warning .card-footer {
    background-color: transparent; }

.card-danger {
  background-color: #C40046;
  border-color: #C40046; }
  .card-danger .card-header,
  .card-danger .card-footer {
    background-color: transparent; }

.card-dashboard {
  width: 100%;
  text-align: center; }
  .card-dashboard .card-body {
    padding: .9375rem .625rem; }
  @media (min-width: 768px) {
    .card-dashboard {
      width: auto; } }
  .card-dashboard .card-body-danger{
    padding: .9375rem .625rem;
    border-width: 4px; 
    border-style: solid; 
    border-color: #f37777;
    border-radius: 6px;
  }

@media (min-width: 768px) and (max-width: 991px) {
  .card-dashboard .icon {
    margin-bottom: .625rem; } }
  @media (min-width: 992px) {
    .card-dashboard {
      text-align: left; } }

.card-outline-primary {
  background-color: transparent;
  border-color: #A30F7B; }

.card-outline-secondary {
  background-color: transparent;
  border-color: #968D88; }

.card-outline-info {
  background-color: transparent;
  border-color: #EFEEED; }

.card-outline-success {
  background-color: transparent;
  border-color: #3A7E0A; }

.card-outline-warning {
  background-color: transparent;
  border-color: #F0AD4E; }

.card-outline-danger {
  background-color: transparent;
  border-color: #C40046; }

.flex-3-columns {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
  margin: 0 -.9375rem; }
  @media (min-width: 768px) {
    .flex-3-columns {
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap; } }

.flex-3-columns .card {
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
  -ms-flex-item-align: stretch;
      -ms-grid-row-align: stretch;
      align-self: stretch;
  margin-bottom: .9375rem;
  margin-left: .9375rem;
  margin-right: .9375rem; }
  @media (min-width: 768px) {
    .flex-3-columns .card {
      -ms-flex-preferred-size: calc(33.33333% - 1.875rem);
          flex-basis: calc(33.33333% - 1.875rem);
      margin-bottom: 0; } }

.card-inverse {
  color: rgba(255, 255, 255, 0.65); }
  .card-inverse .card-header,
  .card-inverse .card-footer {
    background-color: transparent;
    border-color: rgba(255, 255, 255, 0.2); }
  .card-inverse .card-header,
  .card-inverse .card-footer,
  .card-inverse .card-title,
  .card-inverse .card-blockquote {
    color: #FFF; }
  .card-inverse .card-link,
  .card-inverse .card-text,
  .card-inverse .card-subtitle,
  .card-inverse .card-blockquote .blockquote-footer {
    color: rgba(255, 255, 255, 0.65); }
  .card-inverse .card-link:focus, .card-inverse .card-link:hover {
    color: #FFF; }

.card-blockquote {
  margin-bottom: 0;
  padding: 0;
  border-left: 0; }

.card-img {
  border-radius: calc(0.25rem - 2px); }

.card-img-overlay {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 1.25rem; }

.card-img-top {
  border-top-left-radius: calc(0.25rem - 2px);
  border-top-right-radius: calc(0.25rem - 2px); }

.card-img-bottom {
  border-bottom-left-radius: calc(0.25rem - 2px);
  border-bottom-right-radius: calc(0.25rem - 2px); }

@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; }
    .card-deck .card {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-flex: 1;
          -ms-flex: 1 0 0px;
              flex: 1 0 0;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column; }
      .card-deck .card:not(:first-child) {
        margin-left: 15px; }
      .card-deck .card:not(:last-child) {
        margin-right: 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 {
      -webkit-box-flex: 1;
          -ms-flex: 1 0 0px;
              flex: 1 0 0; }
      .card-group .card + .card {
        margin-left: 0;
        border-left: 0; }
      .card-group .card:first-child {
        border-top-right-radius: 0;
        border-bottom-right-radius: 0; }
        .card-group .card:first-child .card-img-top {
          border-top-right-radius: 0; }
        .card-group .card:first-child .card-img-bottom {
          border-bottom-right-radius: 0; }
      .card-group .card:last-child {
        border-top-left-radius: 0;
        border-bottom-left-radius: 0; }
        .card-group .card:last-child .card-img-top {
          border-top-left-radius: 0; }
        .card-group .card:last-child .card-img-bottom {
          border-bottom-left-radius: 0; }
      .card-group .card:not(:first-child):not(:last-child) {
        border-radius: 0; }
        .card-group .card:not(:first-child):not(:last-child) .card-img-top,
        .card-group .card:not(:first-child):not(:last-child) .card-img-bottom {
          border-radius: 0; } }

.card-row .card {
  height: 100%; }

.card-horizontal .card-header {
  padding: 0.5rem 0; }

.card-horizontal .card-footer {
  padding: 0.5rem 0; }

@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; }
    .card-columns .card {
      display: inline-block;
      width: 100%;
      margin-bottom: 0.75rem; } }

.card-outline-default .card-header {
  background: #F7F6F6;
  border-bottom: 1px solid #DBD8D6; }

/* below is a fix for the invertor page where the borders seem to merge */
.mt-minus-2 {
  margin-top: -2px; }

.card-content {
  padding: 1rem 0.9375rem; }

/* Contact page responsive column fix */
/*
.contact-info  .contact-item {
    @include media-breakpoint-up(md) { padding-left: 10px !important; }
    @include media-breakpoint-up(lg) { padding-left: 0 !important; }
    &:first-child {
        @include media-breakpoint-up(md) { padding-right: 10px !important; padding-left: 0 !important; }
        @include media-breakpoint-up(lg) { padding-right: 0 !important; }
    }
}
*/
/* card filled default */
.card-filled-default {
  border: none; }
  .card-filled-default .card-header {
    background: #AC94B9;
    border: none;
    border-radius: .25rem .25rem 0 0; }
    .card-filled-default .card-header .card-title {
      margin-bottom: 0;
      text-transform: uppercase;
      color: #FFF; }
  .card-filled-default .card-body {
    background: #EFEEED;
    border-radius: 0 0 .25rem .25rem; }

/* card navigation (for category navigations and call to actions) */
.card-simple {
  background: #EFEEED;
  border: none; }

/* card filled for accordion reasons */
.card-filled {
  border: none; }
  .card-filled .card-header {
    padding: 0;
    border: none; }
  .card-filled .card-header a {
    display: block;
    padding: 1.063rem;
    border: 2px solid #DBD8D6;
    border-radius: 4px; }
    .card-filled .card-header a:hover, .card-filled .card-header a:active {
      text-decoration: none; }
  .card-filled .card-header a[aria-expanded="true"] {
    background: #AC94B9;
    border-color: #AC94B9;
    border-radius: 4px 4px 0 0;
    -webkit-transition: all .4s;
    transition: all .4s; }
    .card-filled .card-header a[aria-expanded="true"] h4 {
      color: #FFF; }
    .card-filled .card-header a[aria-expanded="true"] .btn-icon-redef {
      background-color: #FFF;
      border-color: #FFF; }
    .card-filled .card-header a[aria-expanded="true"] .icon-more {
      background-position: -340px -441px; }
  .card-filled .card-header h4 {
    display: inline-block;
    padding-right: 30px;
    text-transform: uppercase; }
  .card-filled .card-content {
    padding: 1.275rem 1.063rem 1.063rem;
    border: 2px solid #DBD8D6;
    border-top: none;
    border-radius: 0 0 4px 4px; }

/* image holder */
.image-holder {
  position: relative;
  min-height: 280px; }
  .image-holder.has-image {
    min-height: 0; }
    .image-holder.has-image img {
      border-radius: 3px; }

/* chart */
.history-view canvas {
  max-height: 410px; }

.card-header .has-icon {
  position: relative;
  padding-left: 30px; }
  .card-header .has-icon .icon {
    position: absolute;
    top: 2px;
    left: 0; }

/*
Close

Use a generic close icon for dismissing content like modals and alerts. Be sure to include text for screen readers, as we’ve done with aria-label.
*/
.close {
  float: right;
  font-size: 1.425rem;
  font-weight: normal;
  line-height: 1;
  text-shadow: 0 1px 0 #FFF;
  color: #000;
  opacity: .5; }
  .close:focus, .close:hover {
    text-decoration: none;
    color: #000;
    cursor: pointer;
    opacity: .75; }

button.close {
  padding: 0;
  background: transparent;
  border: 0;
  cursor: pointer;
  -webkit-appearance: none; }

.remove {
  float: right;
  padding: .15rem .3rem .25rem .3rem;
  background: #FFF;
  border: 1px solid #DBD8D6;
  border-radius: 4px; }
  .remove:hover {
    background: #F0F0F0; }

.row-installation {
  position: relative; }
  @media (max-width: 767px) {
    .row-installation .pos-sm-static {
      position: static; } }
  @media (max-width: 767px) {
    .row-installation .remove {
      position: absolute;
      top: 0;
      right: 20px; } }

/*
Collapse

The collapse plugin allows you to toggle content on your pages with a few classes thanks to some helpful JavaScript.
*/
.checkbox .check-input-redef {
  position: absolute;
  left: -99999px; }

.checkbox label a, .checkbox .checkbox-label a {
  text-decoration: underline; }

.checkbox label::before {
  display: inline-block;
  position: absolute;
  top: 3px;
  left: 0;
  width: 17px;
  height: 17px;
  margin: 0 .8rem 0 0;
  content: '';
  background-color: #FFF;
  border: 1px solid #DBD8D6;
  border-radius: 3px; }

.checkbox input[type="checkbox"] + label {
  position: relative;
  clear: none;
  margin: 0 0 .5rem 0;
  padding-left: 25px;
  cursor: pointer; }

.checkbox input[type="checkbox"]:checked + label {
  clear: none;
  margin: 0 0 .5rem 0;
  cursor: pointer; }
  .checkbox input[type="checkbox"]:checked + label:before {
    background-image: url(../assets/assets/svg/sprite.svg);
    background-repeat: no-repeat;
    background-size: 1800px 700px;
    background-color: #A30F7B;
    background-position: -243px -242px;
    border-color: #A30F7B; }

.checkbox input[type="checkbox"]:disabled:checked + label {
  color: #DBD8D6;
  cursor: not-allowed;
  pointer-events: none; }
  .checkbox input[type="checkbox"]:disabled:checked + label:before {
    background-image: url(../assets/assets/svg/sprite.svg);
    background-repeat: no-repeat;
    background-size: 1800px 700px;
    background-color: #DBD8D6 !important;
    background-position: -243px -242px;
    border-color: #DBD8D6;
    cursor: not-allowed; }
    .checkbox input[type="checkbox"]:disabled:checked + label:before:hover {
      cursor: not-allowed; }
  .checkbox input[type="checkbox"]:disabled:checked + label:hover {
    cursor: not-allowed; }

.checkbox input[type="checkbox"]:disabled + label {
  color: #DBD8D6;
  cursor: not-allowed;
  pointer-events: none; }
  .checkbox input[type="checkbox"]:disabled + label:before {
    background-color: #FFF;
    background-image: none;
    border-color: #DBD8D6;
    cursor: not-allowed; }
    .checkbox input[type="checkbox"]:disabled + label:before:hover {
      cursor: not-allowed; }
  .checkbox input[type="checkbox"]:disabled + label:hover {
    cursor: not-allowed; }

.has-error .checkbox input[type="checkbox"] + label, .checkbox.has-error .checkbox input[type="checkbox"] + label {
  color: #C40046; }
  .has-error .checkbox input[type="checkbox"] + label:before, .checkbox.has-error .checkbox input[type="checkbox"] + label:before {
    border-color: #C40046; }

.radio.chk-only {
  display: block;
  position: relative;
  width: 1.5rem;
  height: 1.5rem; }
  .radio.chk-only .radio-label {
    position: absolute;
    top: 0;
    left: 0;
    width: 2rem;
    height: 2rem; }

.radio .radio-input {
  position: absolute;
  left: -99999px; }

.radio label a, .radio .radio-label a {
  text-decoration: underline; }

.radio label::before {
  display: inline-block;
  position: absolute;
  top: 3px;
  left: 0;
  width: 17px;
  height: 17px;
  margin: 0 .8rem 0 0;
  content: '';
  background-color: #FFF;
  border: 1px solid #DBD8D6;
  border-radius: 100%; }

.radio input[type="radio"] + label {
  position: relative;
  clear: none;
  margin: 0 0 .5rem 0;
  padding-left: 25px;
  cursor: pointer; }

.radio input[type="radio"]:checked + label {
  clear: none;
  margin: 0 0 .5rem 0;
  cursor: pointer; }
  .radio input[type="radio"]:checked + label:before {
    background-image: url(../assets/assets/svg/sprite.svg);
    background-repeat: no-repeat;
    background-size: 1800px 700px;
    background-color: #FFF;
    border: 5px solid #A30F7B; }

.radio input[type="radio"]:disabled:checked + label {
  color: #DBD8D6;
  cursor: not-allowed;
  pointer-events: none; }
  .radio input[type="radio"]:disabled:checked + label:before {
    background-image: url(../assets/assets/svg/sprite.svg);
    background-repeat: no-repeat;
    background-size: 1800px 700px;
    background-color: #FFF;
    background-position: -243px -242px;
    border: 5px solid #DBD8D6;
    cursor: not-allowed; }
    .radio input[type="radio"]:disabled:checked + label:before:hover {
      cursor: not-allowed; }
  .radio input[type="radio"]:disabled:checked + label:hover {
    cursor: not-allowed; }

.radio input[type="radio"]:disabled + label {
  color: #DBD8D6;
  cursor: not-allowed;
  pointer-events: none; }
  .radio input[type="radio"]:disabled + label:before {
    background-color: #FFF;
    background-image: none;
    border-color: #DBD8D6;
    cursor: not-allowed; }
    .radio input[type="radio"]:disabled + label:before:hover {
      cursor: not-allowed; }
  .radio input[type="radio"]:disabled + label:hover {
    cursor: not-allowed; }

.has-error .radio input[type="radio"] + label, .radio.has-error .radio input[type="radio"] + label {
  color: #C40046; }
  .has-error .radio input[type="radio"] + label:before, .radio.has-error .radio input[type="radio"] + label:before {
    border-color: #C40046; }

/*
Modal

Modals are streamlined, but flexible dialog prompts powered by JavaScript. They support a number of use cases from user notification to completely custom content and feature a handful of helpful subcomponents, sizes, and more.
*/
.modal-open {
  overflow: hidden; }

.modal {
  display: none;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  outline: 0;
  overflow: hidden;
  z-index: 1050; }
  .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, -25%);
            transform: translate(0, -25%); }
  .modal.show .modal-dialog {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0); }

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

.modal-dialog {
  position: relative;
  width: auto;
  margin: 10px; }

.modal-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  background-clip: padding-box;
  background-color: #FFF;
  border: 2px solid rgba(0, 0, 0, 0.2);
  border-radius: 0.3rem;
  outline: 0; }

.modal-backdrop {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: rgba(90, 44, 112, 0.6);
  z-index: 1040; }
  .modal-backdrop.fade {
    opacity: 0; }
  .modal-backdrop.show {
    opacity: 0.5; }

.modal-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 15px;
  border-bottom: 2px solid #E7E7E7; }

.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: 15px; }

.modal-footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  padding: 15px;
  border-top: 2px solid #E7E7E7; }
  .modal-footer > :not(:first-child) {
    margin-left: .25rem; }
  .modal-footer > :not(:last-child) {
    margin-right: .25rem; }

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

@media (min-width: 576px) {
  .modal-dialog {
    max-width: 500px;
    margin: 190px auto; }
  .modal-sm {
    max-width: 300px; } }

@media (min-width: 992px) {
  .modal-lg {
    max-width: 800px; } }

/*
Nav

Navigations general markup and styles, from the base .nav class to the active and disabled states. Swap modifier classes to switch between each style.
*/
/* NAV: Base class
========================================================== */
.nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 0;
  padding-left: 0;
  list-style: none; }

.nav-link {
  display: block;
  padding: 0.5em 0.5em; }
  .nav-link:focus, .nav-link:hover {
    text-decoration: none; }
  .nav-link.disabled {
    color: #B7B7B7;
    cursor: not-allowed; }

.nav-tabs {
  border-bottom: 1px solid #DBD8D6; }
  .nav-tabs .nav-item {
    margin-bottom: -1px; }
  .nav-tabs .nav-link {
    padding: 0.75em 0.5em;
    font-family: "Maven Pro", -apple-system, system-ui, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
    font-size: 16px;
    font-weight: 500;
    border: 1px solid #DBD8D6;
    border-top-left-radius: 0.25rem;
    border-top-right-radius: 0.25rem;
    -webkit-transition: all, 0.4s;
    transition: all, 0.4s; }
    .nav-tabs .nav-link:focus, .nav-tabs .nav-link:hover {
      color: #FFF;
      background-color: #A30F7B;
      border-color: #A30F7B #A30F7B #A30F7B; }
    .nav-tabs .nav-link.disabled {
      color: #B7B7B7;
      background-color: transparent;
      border-color: transparent; }
  .nav-tabs .nav-link.active,
  .nav-tabs .nav-item.show .nav-link {
    color: #FFF;
    background-color: #A30F7B;
    border-color: #A30F7B #A30F7B #A30F7B; }
  .nav-tabs .dropdown-menu {
    margin-top: -1px;
    border-top-left-radius: 0;
    border-top-right-radius: 0; }

.nav-pills .nav-link {
  border-radius: 0.25rem; }

.nav-pills .nav-link.active,
.nav-pills .nav-item.show .nav-link {
  color: #FFF;
  background-color: #A30F7B;
  cursor: default; }

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

.nav-justified .nav-item {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 100%;
          flex: 1 1 100%;
  text-align: center; }

.nav-list {
  margin-bottom: 10px;
  border: 1px solid #E7E7E7;
  border-radius: 6px;
  overflow: hidden; }
  .nav-list .nav-item {
    border-top: 1px dashed #E3E3E3; }
    .nav-list .nav-item:first-child {
      border-top: none; }
  .nav-list .nav-link {
    padding: 10px; }
    .nav-list .nav-link.active {
      color: #FFF;
      background-color: #337AB7; }
  .nav-list .nav-nested {
    margin: 0;
    padding: 0;
    list-style: none;
    background-color: #F8F8F8; }
    .nav-list .nav-nested .nav-link {
      padding-left: 25px; }
      .nav-list .nav-nested .nav-link.active {
        background-color: #4F93CE; }

.tab-content > .tab-pane {
  display: none;
  border: 1px solid #DBD8D6;
  border-top: none; }

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

.nav-lang {
  display: block; }
  .nav-lang .nav-items {
    margin: 0;
    padding: 0; }
  .nav-lang .nav-item {
    display: inline-block;
    border-right: 2px solid #968D88; }
    .nav-lang .nav-item:last-child {
      border-right: 0; }
  .nav-lang .nav-item.active .nav-link {
    color: #5A2C70; }
  .nav-lang .nav-link {
    padding: 0 .625rem;
    font-family: Tahoma, Arial, Helvetica, sans-serif;
    font-size: .75rem;
    font-weight: 500;
    text-decoration: none;
    text-transform: uppercase;
    color: #968D88; }
    .nav-lang .nav-link:hover, .nav-lang .nav-link:focus {
      color: #A30F7B; }

.nav-link > abbr[title],
.nav-link > abbr[data-original-title] {
  text-decoration: none;
  cursor: pointer; }

.nav-dashboard .card-dashboard:hover {
  text-decoration: none;
  border-color: #A30F7B; }

.nav-footer .nav-items {
  margin: 0;
  padding: 0;
  list-style: none; }

.nav-footer .nav-item {
  display: inline-block;
  margin: 0;
  padding: 0; }

.nav-footer .nav-link {
  padding: 0 .625rem;
  font-size: .75rem;
  line-height: 1.313rem;
  text-transform: uppercase;
  color: #726C68; }
  .nav-footer .nav-link:hover, .nav-footer .nav-link:focus {
    color: #5A2C70; }

/*
Navbar

The navbar is a wrapper that positions branding, navigation, and other elements in a concise header. It’s easily extensible and, thanks to the Collapse plugin, can easily integrate responsive behaviors.
*/
/* NAVBAR: Base class
========================================================== */
.navbar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 0.3125rem 0.625rem; }

/* NAVBAR: Nav
========================================================== */
.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;
  margin-bottom: 0;
  padding-left: 0;
  list-style: none; }
  .navbar-nav .nav-link {
    padding-left: 0;
    padding-right: 0; }

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

/* NAVBAR: Responsive navbar
========================================================== */
.navbar-toggler {
  -ms-flex-item-align: start;
      align-self: flex-start;
  padding: 0.8125rem 0.75rem;
  font-size: 1.25rem;
  line-height: 1;
  background: transparent;
  border: 2px solid transparent;
  border-radius: 0.25rem; }
  .navbar-toggler:focus, .navbar-toggler:hover {
    text-decoration: none;
    outline: 0; }

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

.navbar-toggler-left {
  position: absolute;
  left: 0.625rem; }

.navbar-toggler-right {
  position: absolute;
  right: 0.625rem; }

.navbar-toggleable {
  padding-left: 0;
  padding-right: 0; }
  @media (max-width: 575px) {
    .navbar-toggleable .navbar-nav .dropdown-menu {
      position: static;
      float: none; }
    .navbar-toggleable > .container {
      /*
                    padding-left: 0;
                    padding-right: 0;
                    */ } }
  @media (min-width: 576px) {
    .navbar-toggleable {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
          -ms-flex-direction: row;
              flex-direction: row;
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center; }
      .navbar-toggleable .navbar-nav {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
            -ms-flex-direction: row;
                flex-direction: row; }
        .navbar-toggleable .navbar-nav .nav-link {
          padding-left: .5rem;
          padding-right: .5rem; }
      .navbar-toggleable > .container {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: nowrap;
            flex-wrap: nowrap;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center; }
      .navbar-toggleable .navbar-collapse {
        display: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important;
        width: 100%; }
      .navbar-toggleable .navbar-toggler {
        display: none; } }

.navbar-toggleable-sm {
  padding-left: 0;
  padding-right: 0; }
  @media (max-width: 767px) {
    .navbar-toggleable-sm .navbar-nav .dropdown-menu {
      position: static;
      float: none; }
    .navbar-toggleable-sm > .container {
      /*
                    padding-left: 0;
                    padding-right: 0;
                    */ } }
  @media (min-width: 768px) {
    .navbar-toggleable-sm {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
          -ms-flex-direction: row;
              flex-direction: row;
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center; }
      .navbar-toggleable-sm .navbar-nav {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
            -ms-flex-direction: row;
                flex-direction: row; }
        .navbar-toggleable-sm .navbar-nav .nav-link {
          padding-left: .5rem;
          padding-right: .5rem; }
      .navbar-toggleable-sm > .container {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: nowrap;
            flex-wrap: nowrap;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center; }
      .navbar-toggleable-sm .navbar-collapse {
        display: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important;
        width: 100%; }
      .navbar-toggleable-sm .navbar-toggler {
        display: none; } }

.navbar-toggleable-md {
  padding-left: 0;
  padding-right: 0; }
  @media (max-width: 991px) {
    .navbar-toggleable-md .navbar-nav .dropdown-menu {
      position: static;
      float: none; }
    .navbar-toggleable-md > .container {
      /*
                    padding-left: 0;
                    padding-right: 0;
                    */ } }
  @media (min-width: 992px) {
    .navbar-toggleable-md {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
          -ms-flex-direction: row;
              flex-direction: row;
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center; }
      .navbar-toggleable-md .navbar-nav {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
            -ms-flex-direction: row;
                flex-direction: row; }
        .navbar-toggleable-md .navbar-nav .nav-link {
          padding-left: .5rem;
          padding-right: .5rem; }
      .navbar-toggleable-md > .container {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: nowrap;
            flex-wrap: nowrap;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center; }
      .navbar-toggleable-md .navbar-collapse {
        display: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important;
        width: 100%; }
      .navbar-toggleable-md .navbar-toggler {
        display: none; } }

.navbar-toggleable-lg {
  padding-left: 0;
  padding-right: 0; }
  @media (max-width: 1199px) {
    .navbar-toggleable-lg .navbar-nav .dropdown-menu {
      position: static;
      float: none; }
    .navbar-toggleable-lg > .container {
      /*
                    padding-left: 0;
                    padding-right: 0;
                    */ } }
  @media (min-width: 1200px) {
    .navbar-toggleable-lg {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
          -ms-flex-direction: row;
              flex-direction: row;
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center; }
      .navbar-toggleable-lg .navbar-nav {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
            -ms-flex-direction: row;
                flex-direction: row; }
        .navbar-toggleable-lg .navbar-nav .nav-link {
          padding-left: .5rem;
          padding-right: .5rem; }
      .navbar-toggleable-lg > .container {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: nowrap;
            flex-wrap: nowrap;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center; }
      .navbar-toggleable-lg .navbar-collapse {
        display: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important;
        width: 100%; }
      .navbar-toggleable-lg .navbar-toggler {
        display: none; } }

.navbar-toggleable-xl {
  padding-left: 0;
  padding-right: 0;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }
  .navbar-toggleable-xl .navbar-nav .dropdown-menu {
    position: static;
    float: none; }
  .navbar-toggleable-xl > .container {
    /*
                    padding-left: 0;
                    padding-right: 0;
                    */ }
  .navbar-toggleable-xl .navbar-nav {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row; }
    .navbar-toggleable-xl .navbar-nav .nav-link {
      padding-left: .5rem;
      padding-right: .5rem; }
  .navbar-toggleable-xl > .container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
  .navbar-toggleable-xl .navbar-collapse {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    width: 100%; }
  .navbar-toggleable-xl .navbar-toggler {
    display: none; }

@media (max-width: 767px) {
  .navbar-toggleable-md .container {
    width: 100%; } }

/* NAVBAR: Themes
========================================================== */
.navbar-light .navbar-brand,
.navbar-light .navbar-toggler {
  color: rgba(0, 0, 0, 0.9); }
  .navbar-light .navbar-brand:focus, .navbar-light .navbar-brand:hover,
  .navbar-light .navbar-toggler:focus,
  .navbar-light .navbar-toggler:hover {
    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:focus, .navbar-light .navbar-nav .nav-link:hover {
    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 .open > .nav-link,
.navbar-light .navbar-nav .active > .nav-link,
.navbar-light .navbar-nav .nav-link.open,
.navbar-light .navbar-nav .nav-link.active {
  color: rgba(0, 0, 0, 0.9); }

.navbar-light .navbar-toggler {
  border-color: rgba(0, 0, 0, 0.1); }

.navbar-light .navbar-toggler-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(0, 0, 0, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E"); }

.navbar-light .navbar-text {
  color: rgba(0, 0, 0, 0.5); }

.navbar-inverse .navbar-brand,
.navbar-inverse .navbar-toggler {
  color: white; }
  .navbar-inverse .navbar-brand:focus, .navbar-inverse .navbar-brand:hover,
  .navbar-inverse .navbar-toggler:focus,
  .navbar-inverse .navbar-toggler:hover {
    color: white; }

.navbar-inverse .navbar-nav .nav-link {
  color: rgba(255, 255, 255, 0.5); }
  .navbar-inverse .navbar-nav .nav-link:focus, .navbar-inverse .navbar-nav .nav-link:hover {
    color: rgba(255, 255, 255, 0.75); }
  .navbar-inverse .navbar-nav .nav-link.disabled {
    color: rgba(255, 255, 255, 0.25); }

.navbar-inverse .navbar-nav .open > .nav-link,
.navbar-inverse .navbar-nav .active > .nav-link,
.navbar-inverse .navbar-nav .nav-link.open,
.navbar-inverse .navbar-nav .nav-link.active {
  color: white; }

.navbar-inverse .navbar-toggler {
  border-color: rgba(255, 255, 255, 0.1); }

.navbar-inverse .navbar-toggler-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255, 255, 255, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E"); }

.navbar-inverse .navbar-text {
  color: rgba(255, 255, 255, 0.5); }

.navbar-primary {
  padding: 0; }
  .navbar-primary .navbar-brand,
  .navbar-primary .navbar-toggler {
    cursor: pointer; }
  .navbar-primary .button-text {
    color: #FFF; }
  .navbar-primary .navbar-collapse {
    background-color: #A00D73; }
    @media (min-width: 768px) {
      .navbar-primary .navbar-collapse {
        display: block;
        padding-top: 4px;
        background-color: transparent;
        overflow: hidden; } }
  .navbar-primary .navbar-nav {
    margin: 0 1.25rem;
    padding: .625rem 0;
    border-top: 1px solid #FFF; }
    @media (min-width: 768px) {
      .navbar-primary .navbar-nav {
        display: block;
        float: left;
        margin: 0;
        padding: 0;
        border-top: 0; } }
  .navbar-primary .nav-item {
    margin: .125rem 0; }
    @media (min-width: 768px) {
      .navbar-primary .nav-item {
        display: block;
        float: left;
        margin: 0; } }
  .navbar-primary .nav-link {
    height: 100%;
    padding: .75rem;
    font-family: "Maven Pro", -apple-system, system-ui, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
    font-size: 12px;
    font-weight: 500;
    text-transform: uppercase;
    color: #FFF; }
    @media (min-width: 768px) {
      .navbar-primary .nav-link {
        margin-top: 7px;
        margin-bottom: 8px;
        padding: .1rem .55rem .25rem;
        border-right: 1px solid #84055D; }
        .navbar-primary .nav-link.has-icon {
          height: 1.5rem; }
          .navbar-primary .nav-link.has-icon .icon {
            margin-right: 0 !important; } }
    @media (min-width: 992px) {
      .navbar-primary .nav-link {
        padding: .1rem .9rem .25rem;
        font-size: 14px; }
        .navbar-primary .nav-link.has-icon {
          height: 1.625rem; }
          .navbar-primary .nav-link.has-icon .icon {
            margin-right: .3125rem !important; } }
  .navbar-primary .nav-item:first-child .nav-link {
    border-left: 1px solid #84055D; }
    @media (max-width: 767px) {
      .navbar-primary .nav-item:first-child .nav-link {
        border: none !important; } }
  @media (max-width: 991px) {
    .navbar-primary .nav-item:last-child .nav-link {
      border: none !important; } }
  @media (min-width: 768px) {
    .navbar-primary .nav-item.active, .navbar-primary .nav-item:hover {
      border-right-color: transparent; }
      .navbar-primary .nav-item.active .nav-link, .navbar-primary .nav-item:hover .nav-link {
        margin-top: 0;
        margin-bottom: 0;
        padding: .54rem .55rem .8rem;
        border-left-color: transparent;
        border-right-color: transparent; } }
  @media (min-width: 992px) {
    .navbar-primary .nav-item.active .nav-link, .navbar-primary .nav-item:hover .nav-link {
      padding: .54rem .9rem .8rem; } }
  .navbar-primary .nav-item.active .nav-link, .navbar-primary .nav-item:hover .nav-link {
    color: #C4276E;
    background-color: #FFF;
    border-radius: 4px; }
    @media (min-width: 768px) {
      .navbar-primary .nav-item.active .nav-link, .navbar-primary .nav-item:hover .nav-link {
        border-bottom-left-radius: 0;
        border-bottom-right-radius: 0; }
        .navbar-primary .nav-item.active .nav-link.has-icon, .navbar-primary .nav-item:hover .nav-link.has-icon {
          height: 2.46rem; } }
    @media (min-width: 992px) {
      .navbar-primary .nav-item.active .nav-link.has-icon, .navbar-primary .nav-item:hover .nav-link.has-icon {
        height: 2.63rem;
        /* 42px */ } }
  .navbar-primary .navbar-brand[aria-expanded="true"] .icon-navbar-toggler {
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg); }
  .navbar-primary .navbar-nav:first-child {
    margin-bottom: 0;
    padding-bottom: 0; }
  .navbar-primary .navbar-nav:last-child {
    margin-top: 0;
    padding-top: 0;
    border-top: 0; }
    @media (min-width: 768px) {
      .navbar-primary .navbar-nav:last-child .nav-item:first-child .nav-link {
        border-left: 1px solid #84055D; }
      .navbar-primary .navbar-nav:last-child .nav-item:last-child .nav-link {
        border-right: 0; } }

.navbar-brand {
  display: inline-block;
  margin: 0;
  padding: 0 1.25rem;
  font-family: Tahoma, Arial, Helvetica, sans-serif;
  font-size: .875rem;
  font-weight: 700;
  line-height: 3.125rem;
  text-transform: uppercase;
  color: #FFF;
  white-space: nowrap;
  background-image: -webkit-linear-gradient(top, #c5296d 0%, #9d0a74 100%);
  background-image: linear-gradient(to bottom, #c5296d 0%, #9d0a74 100%);
  background-repeat: repeat-x; }
  .navbar-brand:hover, .navbar-brand:focus {
    text-decoration: none;
    color: #FFF; }

.navbar-account .nav-item:last-child .nav-link {
  border-right: 1px solid #84055D !important; }
  @media (max-width: 767px) {
    .navbar-account .nav-item:last-child .nav-link {
      border: none !important; } }

/*
Tooltip

Inspired by the Tipsy jQuery plugin written by Jason Frame. Tooltips are an updated version, which don’t rely on images, use CSS3 for animations, and data-attributes for local title storage.

Markup: docs/components/tooltip.hbs

Style guide: Components.tooltip
*/
/* Tooltip: Base class
========================================================== */
.tooltip {
  display: block;
  position: absolute;
  font-family: Tahoma, Arial, Helvetica, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  font-size: 0.875rem;
  word-wrap: break-word;
  opacity: 0;
  z-index: 1070; }
  .tooltip.show {
    opacity: 0.9; }
  .tooltip.tooltip-top, .tooltip.bs-tether-element-attached-bottom {
    margin-top: -3px;
    padding: 5px 0; }
    .tooltip.tooltip-top .tooltip-inner::before, .tooltip.bs-tether-element-attached-bottom .tooltip-inner::before {
      bottom: 0;
      left: 50%;
      margin-left: -5px;
      content: "";
      border-top-color: #000;
      border-width: 5px 5px 0; }
  .tooltip.tooltip-right, .tooltip.bs-tether-element-attached-left {
    margin-left: 3px;
    padding: 0 5px; }
    .tooltip.tooltip-right .tooltip-inner::before, .tooltip.bs-tether-element-attached-left .tooltip-inner::before {
      top: 50%;
      left: 0;
      margin-top: -5px;
      content: "";
      border-right-color: #000;
      border-width: 5px 5px 5px 0; }
  .tooltip.tooltip-bottom, .tooltip.bs-tether-element-attached-top {
    margin-top: 3px;
    padding: 5px 0; }
    .tooltip.tooltip-bottom .tooltip-inner::before, .tooltip.bs-tether-element-attached-top .tooltip-inner::before {
      top: 0;
      left: 50%;
      margin-left: -5px;
      content: "";
      border-bottom-color: #000;
      border-width: 0 5px 5px; }
  .tooltip.tooltip-left, .tooltip.bs-tether-element-attached-right {
    margin-left: -3px;
    padding: 0 5px; }
    .tooltip.tooltip-left .tooltip-inner::before, .tooltip.bs-tether-element-attached-right .tooltip-inner::before {
      top: 50%;
      right: 0;
      margin-top: -5px;
      content: "";
      border-left-color: #000;
      border-width: 5px 0 5px 5px; }

/* Tooltip: inner contents
========================================================== */
.tooltip-inner {
  max-width: 200px;
  padding: 3px 8px;
  text-align: center;
  color: #FFF;
  background-color: #000;
  border-radius: 0.25rem; }
  .tooltip-inner::before {
    position: absolute;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid; }

/* 
 Footer
 */
.footer-primary {
  position: relative;
  margin-top: 80px;
  padding-top: 1.25rem;
  border-top: 2px solid #602972; }
  .footer-primary, .footer-primary a {
    font-size: .875rem;
    line-height: 1.313rem;
    color: #726C68; }
  @media (min-width: 768px) {
    .footer-primary {
      margin-top: 80px;
      padding-top: 6.875rem;
      padding-bottom: 1.875rem;
      background-image: url("../assets/assets/svg/img-bg-footer.svg");
      background-repeat: no-repeat;
      background-position: center top;
      background-size: 1800px auto;
      border-top-color: transparent; } }
  .footer-primary:before {
    position: absolute;
    top: 83px;
    left: 0;
    width: 100%;
    height: 2px;
    content: '';
    background: #5d1f6b;
    background: -webkit-linear-gradient(left, #5d1f6b 49%, #ff9f00 50%);
    background: linear-gradient(to right, #5d1f6b 49%, #ff9f00 50%);
    z-index: -1;
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#5d1f6b', endColorstr='#ff9f00',GradientType=1 ); }
    @media (max-width: 991px) {
      .footer-primary:before {
        display: none; } }

/* 
 Header
 */
.header-primary {
  padding: .8125rem 0 0;
  box-sizing: border-box;
  background-image: -webkit-linear-gradient(top, white 0%, #efeeed 100%);
  background-image: linear-gradient(to bottom, white 0%, #efeeed 100%);
  background-repeat: repeat-x; }
  .header-primary .header-title {
    margin-left: 1rem;
    font-family: Tahoma, Arial, Helvetica, sans-serif;
    font-size: 1.375rem;
    font-weight: 500;
    line-height: 4.375rem;
    text-transform: none;
    color: #A79999; }
    @media (min-width: 768px) {
      .header-primary .header-title {
        margin-left: 2.75rem; } }
  .header-primary .nav-lang {
    display: block;
    width: 100%;
    margin-top: .9375rem;
    padding: 1.25rem 0 1.875rem 0;
    text-align: center;
    border-top: 1px solid #DBD8D6; }
    @media (min-width: 768px) {
      .header-primary .nav-lang {
        float: right;
        width: auto;
        margin-top: 0;
        padding: 0;
        text-align: left;
        border-top: 0; } }
  .header-primary::before, .header-primary::after {
    display: block;
    clear: both;
    content: ""; }
  @media (min-width: 768px) {
    .header-primary {
      padding-bottom: 1rem; } }

.site-branding {
  margin: 0 auto; }
  .site-branding .site-logo, .site-branding .header-title {
    float: left; }
  .site-branding::before, .site-branding::after {
    display: block;
    clear: both;
    content: ""; }
  @media (min-width: 768px) {
    .site-branding {
      float: left;
      margin-left: 0; } }

.page-main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  min-height: 100vh; }

.page-content {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 auto;
          flex: 1 0 auto;
  margin: 2.5rem 0 0; }

.panel {
  margin-bottom: .9375rem; }

.panel-default {
  color: #575757;
  background-color: #E7E7E7; }

.panel-header {
  position: relative; }
  .panel-header .btn-icon-redef {
    position: absolute;
    top: 1.063rem;
    right: 1.063rem; }
  .panel-header.panel-main a {
    padding: 1.063rem;
    border: 2px solid #DBD8D6;
    border-radius: 4px; }
  .panel-header a {
    display: block; }
    .panel-header a[aria-expanded="true"] {
      border-bottom-color: transparent;
      border-bottom-left-radius: 0;
      border-bottom-right-radius: 0; }
      .panel-header a[aria-expanded="true"] .btn-icon-redef {
        background-color: #5A2C70;
        border-color: #5A2C70; }
      .panel-header a[aria-expanded="true"] .icon-more {
        background-position: -140px -443px; }
    .panel-header a:focus, .panel-header a:hover {
      text-decoration: none;
      color: inherit; }

.panel-content {
  margin-top: -1px; }
  .panel-content .card {
    border-top-left-radius: 0;
    border-top-right-radius: 0; }

.panel-group .panel-content {
  padding: 1.25rem 0; }
  @media (min-width: 768px) {
    .panel-group .panel-content {
      padding: 1.25rem; } }

.panel-group .card {
  float: left;
  clear: both;
  width: 100%;
  margin: .9375rem 0;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px; }

.panel-success .panel-header {
  padding: .9375rem;
  background-color: #D1E2AF;
  border: 1px solid #D1E2AF;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px; }
  .panel-success .panel-header .panel-title {
    font-size: 1rem;
    font-weight: 500;
    color: #3A7E0A;
    border-color: #A9BF7E; }

.panel-danger .panel-header {
  padding: .9375rem;
  background-color: #F7A6A6;
  border: 1px solid #F7A6A6;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px; }
  .panel-danger .panel-header .panel-title {
    font-size: 1rem;
    font-weight: 500;
    color: #C40046;
    border-color: #f37777; }

.panel-header .form-label, .panel-header .form-control-static {
  float: left;
  margin-right: .625rem; }

.panel-block {
  padding: .9375rem;
  background: #F7F7F7;
  border: 1px solid #DBD8D6;
  border-radius: 4px; }
  .panel-success .panel-block, .panel-danger .panel-block {
    border-top: 0;
    border-top-left-radius: 0;
    border-top-right-radius: 0; }

.panel-default {
  border-radius: 4px; }

.panel-title .metername {
  padding-top: 2px; }

/*
Hero

A lightweight, flexible component that can optionally extend the entire viewport to showcase key marketing messages on your site.
*/
/*!
 * jQuery UI CSS Framework 1.12.1
 * http://jqueryui.com
 *
 * Copyright jQuery Foundation and other contributors
 * Released under the MIT license.
 * http://jquery.org/license
 *
 * http://api.jqueryui.com/category/theming/
 */
/* Layout helpers
----------------------------------*/
.ui-helper-hidden {
  display: none; }

.ui-helper-hidden-accessible {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px; }

.ui-helper-reset {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  line-height: 1.3;
  text-decoration: none;
  font-size: 100%;
  list-style: none; }

.ui-helper-clearfix:before,
.ui-helper-clearfix:after {
  content: "";
  display: table;
  border-collapse: collapse; }

.ui-helper-clearfix:after {
  clear: both; }

.ui-helper-zfix {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: absolute;
  opacity: 0;
  filter: Alpha(Opacity=0);
  /* support: IE8 */ }

.ui-front {
  z-index: 100; }

/* Interaction Cues
----------------------------------*/
.ui-state-disabled {
  cursor: default !important;
  pointer-events: none; }

/* Icons
----------------------------------*/
.ui-icon {
  display: inline-block;
  vertical-align: middle;
  margin-top: -.25em;
  position: relative;
  text-indent: -99999px;
  overflow: hidden;
  background-repeat: no-repeat; }

.ui-widget-icon-block {
  left: 50%;
  margin-left: -8px;
  display: block; }

/* Misc visuals
----------------------------------*/
/* Overlays */
.ui-widget-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

.ui-datepicker {
  width: 17em;
  padding: .2em .2em 0;
  display: none; }

.ui-datepicker .ui-datepicker-header {
  position: relative;
  padding: .2em 0; }

.ui-datepicker .ui-datepicker-prev,
.ui-datepicker .ui-datepicker-next {
  position: absolute;
  top: 2px;
  width: 1.8em;
  height: 1.8em; }

.ui-datepicker .ui-datepicker-prev-hover,
.ui-datepicker .ui-datepicker-next-hover {
  top: 1px; }

.ui-datepicker .ui-datepicker-prev {
  left: 2px; }

.ui-datepicker .ui-datepicker-next {
  right: 2px; }

.ui-datepicker .ui-datepicker-prev-hover {
  left: 1px; }

.ui-datepicker .ui-datepicker-next-hover {
  right: 1px; }

.ui-datepicker .ui-datepicker-prev span,
.ui-datepicker .ui-datepicker-next span {
  display: block;
  position: absolute;
  left: 50%;
  margin-left: -8px;
  top: 50%;
  margin-top: -8px; }

.ui-datepicker .ui-datepicker-title {
  margin: 0 .3em;
  padding: 5px 0 10px;
  line-height: 1.8em;
  text-align: center;
  border-bottom: 1px solid #E7E7E7; }

.ui-datepicker .ui-datepicker-title select {
  font-size: 1em;
  margin: 1px 0; }

.ui-datepicker select.ui-datepicker-month,
.ui-datepicker select.ui-datepicker-year {
  width: 45%; }

.ui-datepicker table {
  width: 100%;
  font-size: 14px;
  border-collapse: collapse;
  margin: 0 0 .4em; }

.ui-datepicker th {
  padding: .7em .3em;
  text-align: center;
  font-weight: 500;
  border: 0; }

.ui-datepicker td {
  border: 0;
  padding: 0; }

.ui-datepicker td span,
.ui-datepicker td a {
  display: block;
  padding: .3em;
  text-align: right;
  text-decoration: none; }

.ui-datepicker .ui-datepicker-buttonpane {
  background-image: none;
  margin: .7em 0 0 0;
  padding: 0 .2em;
  border-left: 0;
  border-right: 0;
  border-bottom: 0; }

.ui-datepicker .ui-datepicker-buttonpane button {
  float: right;
  margin: .5em .2em .4em;
  cursor: pointer;
  padding: .2em .6em .3em .6em;
  width: auto;
  overflow: visible; }

.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current {
  float: left; }

/* with multiple calendars */
.ui-datepicker.ui-datepicker-multi {
  width: auto; }

.ui-datepicker-multi .ui-datepicker-group {
  float: left; }

.ui-datepicker-multi .ui-datepicker-group table {
  width: 95%;
  margin: 0 auto .4em; }

.ui-datepicker-multi-2 .ui-datepicker-group {
  width: 50%; }

.ui-datepicker-multi-3 .ui-datepicker-group {
  width: 33.3%; }

.ui-datepicker-multi-4 .ui-datepicker-group {
  width: 25%; }

.ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header,
.ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header {
  border-left-width: 0; }

.ui-datepicker-multi .ui-datepicker-buttonpane {
  clear: left; }

.ui-datepicker-row-break {
  clear: both;
  width: 100%;
  font-size: 0; }

/* RTL support */
.ui-datepicker-rtl {
  direction: rtl; }

.ui-datepicker-rtl .ui-datepicker-prev {
  right: 2px;
  left: auto; }

.ui-datepicker-rtl .ui-datepicker-next {
  left: 2px;
  right: auto; }

.ui-datepicker-rtl .ui-datepicker-prev:hover {
  right: 1px;
  left: auto; }

.ui-datepicker-rtl .ui-datepicker-next:hover {
  left: 1px;
  right: auto; }

.ui-datepicker-rtl .ui-datepicker-buttonpane {
  clear: right; }

.ui-datepicker-rtl .ui-datepicker-buttonpane button {
  float: left; }

.ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current,
.ui-datepicker-rtl .ui-datepicker-group {
  float: right; }

.ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header,
.ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header {
  border-right-width: 0;
  border-left-width: 1px; }

/* Icons */
.ui-datepicker .ui-icon {
  display: block;
  text-indent: -99999px;
  overflow: hidden;
  background-repeat: no-repeat;
  left: .5em;
  top: .3em; }

/*!
 * jQuery UI CSS Framework 1.12.1
 * http://jqueryui.com
 *
 * Copyright jQuery Foundation and other contributors
 * Released under the MIT license.
 * http://jquery.org/license
 *
 * http://api.jqueryui.com/category/theming/
 *
 * To view and modify this theme, visit http://jqueryui.com/themeroller/?scope=&folderName=custom-theme&bgImgOpacityError=&bgImgOpacityHighlight=&bgImgOpacityActive=&bgImgOpacityHover=&bgImgOpacityDefault=&bgImgOpacityContent=&bgImgOpacityHeader=&cornerRadiusShadow=8px&offsetLeftShadow=0px&offsetTopShadow=0px&thicknessShadow=5px&opacityShadow=30&bgImgOpacityShadow=0&bgTextureShadow=flat&bgColorShadow=%23666666&opacityOverlay=30&bgImgOpacityOverlay=0&bgTextureOverlay=flat&bgColorOverlay=%23aaaaaa&iconColorError=%23cc0000&fcError=%235f3f3f&borderColorError=%23f1a899&bgTextureError=flat&bgColorError=%23fddfdf&iconColorHighlight=%23fff&fcHighlight=%23fff&borderColorHighlight=%23A30F7B&bgTextureHighlight=flat&bgColorHighlight=%23A30F7B&iconColorActive=%23ffffff&fcActive=%23ffffff&borderColorActive=%23A30F7B&bgTextureActive=flat&bgColorActive=%23A30F7B&iconColorHover=%23ffffff&fcHover=%23ffffff&borderColorHover=%23A30F7B&bgTextureHover=flat&bgColorHover=%23A30F7B&iconColorDefault=%23ffffff&fcDefault=%23968D88&borderColorDefault=%23F0F0F0&bgTextureDefault=flat&bgColorDefault=%23F0F0F0&iconColorContent=%23F0F0F0&fcContent=%23AC94B9&borderColorContent=%23F0F0F0&bgTextureContent=flat&bgColorContent=%23ffffff&iconColorHeader=%23ffffff&fcHeader=%235A2C70&borderColorHeader=%23ffffff&bgTextureHeader=flat&bgColorHeader=%23ffffff&cornerRadius=0&fwDefault=normal&fsDefault=1em&ffDefault=Arial%2CHelvetica%2Csans-serif
 */
/* Component containers
----------------------------------*/
.ui-widget {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 1em; }

.ui-widget .ui-widget {
  font-size: 1em; }

.ui-widget input,
.ui-widget select,
.ui-widget textarea,
.ui-widget button {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 1em; }

.ui-widget.ui-widget-content {
  border: 1px solid #B7B7B7; }

.ui-widget-content {
  border: 1px solid #F0F0F0;
  background: #FFF;
  color: #AC94B9; }

.ui-widget-content a {
  color: #AC94B9; }

.ui-widget-header {
  border: 1px solid #FFF;
  background: #FFF;
  color: #5A2C70;
  font-weight: bold; }

.ui-widget-header a {
  color: #5A2C70; }

/* Interaction states
----------------------------------*/
.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default,
.ui-button, html .ui-button.ui-state-disabled:hover,
html .ui-button.ui-state-disabled:active {
  border: 1px solid #F0F0F0;
  background: #F0F0F0;
  font-weight: normal;
  color: #968D88;
  text-align: center; }

.ui-state-default a,
.ui-state-default a:link,
.ui-state-default a:visited,
a.ui-button,
a:link.ui-button,
a:visited.ui-button,
.ui-button {
  color: #968D88;
  text-decoration: none; }

.ui-state-hover,
.ui-widget-content .ui-state-hover,
.ui-widget-header .ui-state-hover,
.ui-state-focus,
.ui-widget-content .ui-state-focus,
.ui-widget-header .ui-state-focus,
.ui-button:hover,
.ui-button:focus {
  border: 1px solid #A30F7B;
  background: #A30F7B;
  font-weight: normal;
  color: #FFF; }

.ui-state-hover a,
.ui-state-hover a:hover,
.ui-state-hover a:link,
.ui-state-hover a:visited,
.ui-state-focus a,
.ui-state-focus a:hover,
.ui-state-focus a:link,
.ui-state-focus a:visited,
a.ui-button:hover,
a.ui-button:focus {
  color: #FFF;
  text-decoration: none; }

.ui-visual-focus {
  box-shadow: 0 0 3px 1px #5e9ed6; }

.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active,
a.ui-button:active,
.ui-button:active,
.ui-button.ui-state-active:hover {
  border: 1px solid #A30F7B;
  background: #A30F7B;
  font-weight: normal;
  color: #FFF; }

.ui-icon-background,
.ui-state-active .ui-icon-background {
  border: #A30F7B;
  background-color: #FFF; }

.ui-state-active a,
.ui-state-active a:link,
.ui-state-active a:visited {
  color: #FFF;
  text-decoration: none; }

/* Interaction Cues
----------------------------------*/
.ui-state-highlight,
.ui-widget-content .ui-state-highlight,
.ui-widget-header .ui-state-highlight {
  border: 1px solid #968D88;
  background: #968D88;
  color: #FFF; }

.ui-state-checked {
  border: 1px solid #A30F7B;
  background: #A30F7B; }

.ui-state-highlight a,
.ui-widget-content .ui-state-highlight a,
.ui-widget-header .ui-state-highlight a {
  color: #FFF; }

.ui-state-error,
.ui-widget-content .ui-state-error,
.ui-widget-header .ui-state-error {
  border: 1px solid #f1a899;
  background: #fddfdf;
  color: #5f3f3f; }

.ui-state-error a,
.ui-widget-content .ui-state-error a,
.ui-widget-header .ui-state-error a {
  color: #5f3f3f; }

.ui-state-error-text,
.ui-widget-content .ui-state-error-text,
.ui-widget-header .ui-state-error-text {
  color: #5f3f3f; }

.ui-priority-primary,
.ui-widget-content .ui-priority-primary,
.ui-widget-header .ui-priority-primary {
  font-weight: bold; }

.ui-priority-secondary,
.ui-widget-content .ui-priority-secondary,
.ui-widget-header .ui-priority-secondary {
  opacity: .7;
  filter: Alpha(Opacity=70);
  /* support: IE8 */
  font-weight: normal; }

.ui-state-disabled,
.ui-widget-content .ui-state-disabled,
.ui-widget-header .ui-state-disabled {
  opacity: .35;
  filter: Alpha(Opacity=35);
  /* support: IE8 */
  background-image: none; }

.ui-state-disabled .ui-icon {
  filter: Alpha(Opacity=35);
  /* support: IE8 - See #6059 */ }

/* Icons
----------------------------------*/
/* states and images */
.ui-icon {
  width: 16px;
  height: 16px; }

.ui-icon,
.ui-widget-content .ui-icon {
  background-image: url("../assets/img/vendor/jqueryui/ui-icons_F0F0F0_256x240.png"); }

.ui-widget-header .ui-icon {
  background-image: url("../assets/img/vendor/jqueryui/ui-icons_ffffff_256x240.png"); }

.ui-state-hover .ui-icon,
.ui-state-focus .ui-icon,
.ui-button:hover .ui-icon,
.ui-button:focus .ui-icon {
  background-image: url("../assets/img/vendor/jqueryui/ui-icons_ffffff_256x240.png"); }

.ui-state-active .ui-icon,
.ui-button:active .ui-icon {
  background-image: url("../assets/img/vendor/jqueryui/ui-icons_ffffff_256x240.png"); }

.ui-state-highlight .ui-icon,
.ui-button .ui-state-highlight.ui-icon {
  background-image: url("../assets/img/vendor/jqueryui/ui-icons_fff_256x240.png"); }

.ui-state-error .ui-icon,
.ui-state-error-text .ui-icon {
  background-image: url("../assets/img/vendor/jqueryui/ui-icons_cc0000_256x240.png"); }

.ui-button .ui-icon {
  background-image: url("../assets/img/vendor/jqueryui/ui-icons_ffffff_256x240.png"); }

/* positioning */
.ui-icon-blank {
  background-position: 16px 16px; }

.ui-icon-caret-1-n {
  background-position: 0 0; }

.ui-icon-caret-1-ne {
  background-position: -16px 0; }

.ui-icon-caret-1-e {
  background-position: -32px 0; }

.ui-icon-caret-1-se {
  background-position: -48px 0; }

.ui-icon-caret-1-s {
  background-position: -65px 0; }

.ui-icon-caret-1-sw {
  background-position: -80px 0; }

.ui-icon-caret-1-w {
  background-position: -96px 0; }

.ui-icon-caret-1-nw {
  background-position: -112px 0; }

.ui-icon-caret-2-n-s {
  background-position: -128px 0; }

.ui-icon-caret-2-e-w {
  background-position: -144px 0; }

.ui-icon-triangle-1-n {
  background-position: 0 -16px; }

.ui-icon-triangle-1-ne {
  background-position: -16px -16px; }

.ui-icon-triangle-1-e {
  background-position: -32px -16px; }

.ui-icon-triangle-1-se {
  background-position: -48px -16px; }

.ui-icon-triangle-1-s {
  background-position: -65px -16px; }

.ui-icon-triangle-1-sw {
  background-position: -80px -16px; }

.ui-icon-triangle-1-w {
  background-position: -96px -16px; }

.ui-icon-triangle-1-nw {
  background-position: -112px -16px; }

.ui-icon-triangle-2-n-s {
  background-position: -128px -16px; }

.ui-icon-triangle-2-e-w {
  background-position: -144px -16px; }

.ui-icon-arrow-1-n {
  background-position: 0 -32px; }

.ui-icon-arrow-1-ne {
  background-position: -16px -32px; }

.ui-icon-arrow-1-e {
  background-position: -32px -32px; }

.ui-icon-arrow-1-se {
  background-position: -48px -32px; }

.ui-icon-arrow-1-s {
  background-position: -65px -32px; }

.ui-icon-arrow-1-sw {
  background-position: -80px -32px; }

.ui-icon-arrow-1-w {
  background-position: -96px -32px; }

.ui-icon-arrow-1-nw {
  background-position: -112px -32px; }

.ui-icon-arrow-2-n-s {
  background-position: -128px -32px; }

.ui-icon-arrow-2-ne-sw {
  background-position: -144px -32px; }

.ui-icon-arrow-2-e-w {
  background-position: -160px -32px; }

.ui-icon-arrow-2-se-nw {
  background-position: -176px -32px; }

.ui-icon-arrowstop-1-n {
  background-position: -192px -32px; }

.ui-icon-arrowstop-1-e {
  background-position: -208px -32px; }

.ui-icon-arrowstop-1-s {
  background-position: -224px -32px; }

.ui-icon-arrowstop-1-w {
  background-position: -240px -32px; }

.ui-icon-arrowthick-1-n {
  background-position: 1px -48px; }

.ui-icon-arrowthick-1-ne {
  background-position: -16px -48px; }

.ui-icon-arrowthick-1-e {
  background-position: -32px -48px; }

.ui-icon-arrowthick-1-se {
  background-position: -48px -48px; }

.ui-icon-arrowthick-1-s {
  background-position: -64px -48px; }

.ui-icon-arrowthick-1-sw {
  background-position: -80px -48px; }

.ui-icon-arrowthick-1-w {
  background-position: -96px -48px; }

.ui-icon-arrowthick-1-nw {
  background-position: -112px -48px; }

.ui-icon-arrowthick-2-n-s {
  background-position: -128px -48px; }

.ui-icon-arrowthick-2-ne-sw {
  background-position: -144px -48px; }

.ui-icon-arrowthick-2-e-w {
  background-position: -160px -48px; }

.ui-icon-arrowthick-2-se-nw {
  background-position: -176px -48px; }

.ui-icon-arrowthickstop-1-n {
  background-position: -192px -48px; }

.ui-icon-arrowthickstop-1-e {
  background-position: -208px -48px; }

.ui-icon-arrowthickstop-1-s {
  background-position: -224px -48px; }

.ui-icon-arrowthickstop-1-w {
  background-position: -240px -48px; }

.ui-icon-arrowreturnthick-1-w {
  background-position: 0 -64px; }

.ui-icon-arrowreturnthick-1-n {
  background-position: -16px -64px; }

.ui-icon-arrowreturnthick-1-e {
  background-position: -32px -64px; }

.ui-icon-arrowreturnthick-1-s {
  background-position: -48px -64px; }

.ui-icon-arrowreturn-1-w {
  background-position: -64px -64px; }

.ui-icon-arrowreturn-1-n {
  background-position: -80px -64px; }

.ui-icon-arrowreturn-1-e {
  background-position: -96px -64px; }

.ui-icon-arrowreturn-1-s {
  background-position: -112px -64px; }

.ui-icon-arrowrefresh-1-w {
  background-position: -128px -64px; }

.ui-icon-arrowrefresh-1-n {
  background-position: -144px -64px; }

.ui-icon-arrowrefresh-1-e {
  background-position: -160px -64px; }

.ui-icon-arrowrefresh-1-s {
  background-position: -176px -64px; }

.ui-icon-arrow-4 {
  background-position: 0 -80px; }

.ui-icon-arrow-4-diag {
  background-position: -16px -80px; }

.ui-icon-extlink {
  background-position: -32px -80px; }

.ui-icon-newwin {
  background-position: -48px -80px; }

.ui-icon-refresh {
  background-position: -64px -80px; }

.ui-icon-shuffle {
  background-position: -80px -80px; }

.ui-icon-transfer-e-w {
  background-position: -96px -80px; }

.ui-icon-transferthick-e-w {
  background-position: -112px -80px; }

.ui-icon-folder-collapsed {
  background-position: 0 -96px; }

.ui-icon-folder-open {
  background-position: -16px -96px; }

.ui-icon-document {
  background-position: -32px -96px; }

.ui-icon-document-b {
  background-position: -48px -96px; }

.ui-icon-note {
  background-position: -64px -96px; }

.ui-icon-mail-closed {
  background-position: -80px -96px; }

.ui-icon-mail-open {
  background-position: -96px -96px; }

.ui-icon-suitcase {
  background-position: -112px -96px; }

.ui-icon-comment {
  background-position: -128px -96px; }

.ui-icon-person {
  background-position: -144px -96px; }

.ui-icon-print {
  background-position: -160px -96px; }

.ui-icon-trash {
  background-position: -176px -96px; }

.ui-icon-locked {
  background-position: -192px -96px; }

.ui-icon-unlocked {
  background-position: -208px -96px; }

.ui-icon-bookmark {
  background-position: -224px -96px; }

.ui-icon-tag {
  background-position: -240px -96px; }

.ui-icon-home {
  background-position: 0 -112px; }

.ui-icon-flag {
  background-position: -16px -112px; }

.ui-icon-calendar {
  background-position: -32px -112px; }

.ui-icon-cart {
  background-position: -48px -112px; }

.ui-icon-pencil {
  background-position: -64px -112px; }

.ui-icon-clock {
  background-position: -80px -112px; }

.ui-icon-disk {
  background-position: -96px -112px; }

.ui-icon-calculator {
  background-position: -112px -112px; }

.ui-icon-zoomin {
  background-position: -128px -112px; }

.ui-icon-zoomout {
  background-position: -144px -112px; }

.ui-icon-search {
  background-position: -160px -112px; }

.ui-icon-wrench {
  background-position: -176px -112px; }

.ui-icon-gear {
  background-position: -192px -112px; }

.ui-icon-heart {
  background-position: -208px -112px; }

.ui-icon-star {
  background-position: -224px -112px; }

.ui-icon-link {
  background-position: -240px -112px; }

.ui-icon-cancel {
  background-position: 0 -128px; }

.ui-icon-plus {
  background-position: -16px -128px; }

.ui-icon-plusthick {
  background-position: -32px -128px; }

.ui-icon-minus {
  background-position: -48px -128px; }

.ui-icon-minusthick {
  background-position: -64px -128px; }

.ui-icon-close {
  background-position: -80px -128px; }

.ui-icon-closethick {
  background-position: -96px -128px; }

.ui-icon-key {
  background-position: -112px -128px; }

.ui-icon-lightbulb {
  background-position: -128px -128px; }

.ui-icon-scissors {
  background-position: -144px -128px; }

.ui-icon-clipboard {
  background-position: -160px -128px; }

.ui-icon-copy {
  background-position: -176px -128px; }

.ui-icon-contact {
  background-position: -192px -128px; }

.ui-icon-image {
  background-position: -208px -128px; }

.ui-icon-video {
  background-position: -224px -128px; }

.ui-icon-script {
  background-position: -240px -128px; }

.ui-icon-alert {
  background-position: 0 -144px; }

.ui-icon-info {
  background-position: -16px -144px; }

.ui-icon-notice {
  background-position: -32px -144px; }

.ui-icon-help {
  background-position: -48px -144px; }

.ui-icon-check {
  background-position: -64px -144px; }

.ui-icon-bullet {
  background-position: -80px -144px; }

.ui-icon-radio-on {
  background-position: -96px -144px; }

.ui-icon-radio-off {
  background-position: -112px -144px; }

.ui-icon-pin-w {
  background-position: -128px -144px; }

.ui-icon-pin-s {
  background-position: -144px -144px; }

.ui-icon-play {
  background-position: 0 -160px; }

.ui-icon-pause {
  background-position: -16px -160px; }

.ui-icon-seek-next {
  background-position: -32px -160px; }

.ui-icon-seek-prev {
  background-position: -48px -160px; }

.ui-icon-seek-end {
  background-position: -64px -160px; }

.ui-icon-seek-start {
  background-position: -80px -160px; }

/* ui-icon-seek-first is deprecated, use ui-icon-seek-start instead */
.ui-icon-seek-first {
  background-position: -80px -160px; }

.ui-icon-stop {
  background-position: -96px -160px; }

.ui-icon-eject {
  background-position: -112px -160px; }

.ui-icon-volume-off {
  background-position: -128px -160px; }

.ui-icon-volume-on {
  background-position: -144px -160px; }

.ui-icon-power {
  background-position: 0 -176px; }

.ui-icon-signal-diag {
  background-position: -16px -176px; }

.ui-icon-signal {
  background-position: -32px -176px; }

.ui-icon-battery-0 {
  background-position: -48px -176px; }

.ui-icon-battery-1 {
  background-position: -64px -176px; }

.ui-icon-battery-2 {
  background-position: -80px -176px; }

.ui-icon-battery-3 {
  background-position: -96px -176px; }

.ui-icon-circle-plus {
  background-position: 0 -192px; }

.ui-icon-circle-minus {
  background-position: -16px -192px; }

.ui-icon-circle-close {
  background-position: -32px -192px; }

.ui-icon-circle-triangle-e {
  background-position: -48px -192px; }

.ui-icon-circle-triangle-s {
  background-position: -64px -192px; }

.ui-icon-circle-triangle-w {
  background-position: -80px -192px; }

.ui-icon-circle-triangle-n {
  background-position: -96px -192px; }

.ui-icon-circle-arrow-e {
  background-position: -112px -192px; }

.ui-icon-circle-arrow-s {
  background-position: -128px -192px; }

.ui-icon-circle-arrow-w {
  background-position: -144px -192px; }

.ui-icon-circle-arrow-n {
  background-position: -160px -192px; }

.ui-icon-circle-zoomin {
  background-position: -176px -192px; }

.ui-icon-circle-zoomout {
  background-position: -192px -192px; }

.ui-icon-circle-check {
  background-position: -208px -192px; }

.ui-icon-circlesmall-plus {
  background-position: 0 -208px; }

.ui-icon-circlesmall-minus {
  background-position: -16px -208px; }

.ui-icon-circlesmall-close {
  background-position: -32px -208px; }

.ui-icon-squaresmall-plus {
  background-position: -48px -208px; }

.ui-icon-squaresmall-minus {
  background-position: -64px -208px; }

.ui-icon-squaresmall-close {
  background-position: -80px -208px; }

.ui-icon-grip-dotted-vertical {
  background-position: 0 -224px; }

.ui-icon-grip-dotted-horizontal {
  background-position: -16px -224px; }

.ui-icon-grip-solid-vertical {
  background-position: -32px -224px; }

.ui-icon-grip-solid-horizontal {
  background-position: -48px -224px; }

.ui-icon-gripsmall-diagonal-se {
  background-position: -64px -224px; }

.ui-icon-grip-diagonal-se {
  background-position: -80px -224px; }

/* Misc visuals
----------------------------------*/
/* Corner radius */
.ui-corner-all,
.ui-corner-top,
.ui-corner-left,
.ui-corner-tl {
  border-top-left-radius: 0; }

.ui-corner-all,
.ui-corner-top,
.ui-corner-right,
.ui-corner-tr {
  border-top-right-radius: 0; }

.ui-corner-all,
.ui-corner-bottom,
.ui-corner-left,
.ui-corner-bl {
  border-bottom-left-radius: 0; }

.ui-corner-all,
.ui-corner-bottom,
.ui-corner-right,
.ui-corner-br {
  border-bottom-right-radius: 0; }

/* Overlays */
.ui-widget-overlay {
  background: #aaa;
  opacity: .3;
  filter: Alpha(Opacity=30);
  /* support: IE8 */ }

.ui-widget-shadow {
  box-shadow: 0px 0px 5px #666; }

/*
  -----------------------------------------
  Custom part
  -----------------------------------------
*/
#ui-datepicker-div {
  padding: 0 10px 30px;
  font-family: "Maven Pro", -apple-system, system-ui, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif; 
  z-index: 1050 !important;
}

.ui-datepicker .ui-datepicker-prev, .ui-datepicker .ui-datepicker-next {
  position: absolute;
  top: 2px;
  width: 20px;
  height: 40px;
  background-image: url(../assets/assets/svg/sprite.svg);
  background-repeat: no-repeat;
  background-size: 1800px 700px;
  cursor: pointer; }

.ui-datepicker .ui-datepicker-prev {
  display: inline-block !important;
  left: -5px;
  background-position: -340px -40px;
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg); }

.ui-datepicker .ui-datepicker-next {
  display: inline-block !important;
  right: -5px;
  background-position: -340px -40px;
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg); }

.ui-state-hover.ui-datepicker-prev, .ui-state-hover.ui-datepicker-next {
  background-color: transparent !important;
  border: none; }
  .ui-state-hover.ui-datepicker-prev span, .ui-state-hover.ui-datepicker-next span {
    display: none; }

/*
Align

Change the alignment of elements with the vertical-alignment utilities. Please note that vertical-align only affects inline, inline-block, inline-table, and table cell elements.
*/
.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; }

/*
Background

Easily set the background of an element to any contextual class. Anchor components will darken on hover, just like the text classes. Background utilities do not set color, so in some cases you’ll want to use .text-* utilities.
*/
.bg-faded {
  background-color: #f7f7f7; }

.bg-gradient {
  background-image: -webkit-linear-gradient(top, white 0%, #efeeed 100%);
  background-image: linear-gradient(to bottom, white 0%, #efeeed 100%);
  background-repeat: repeat-x; }

.bg-gradient-primary {
  background-image: -webkit-linear-gradient(top, #c5296d 0%, #9d0a74 100%);
  background-image: linear-gradient(to bottom, #c5296d 0%, #9d0a74 100%);
  background-repeat: repeat-x; }

@media (min-width: 768px) {
  .bg-gradient-md-primary {
    background-image: -webkit-linear-gradient(top, #c5296d 0%, #9d0a74 100%);
    background-image: linear-gradient(to bottom, #c5296d 0%, #9d0a74 100%);
    background-repeat: repeat-x; } }

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

a.bg-primary:focus, a.bg-primary:hover {
  background-color: #740b58 !important; }

.bg-success {
  background-color: #3A7E0A !important; }

a.bg-success:focus, a.bg-success:hover {
  background-color: #244f06 !important; }

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

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

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

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

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

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

.bg-inverse {
  background-color: #726C68 !important; }

a.bg-inverse:focus, a.bg-inverse:hover {
  background-color: #575350 !important; }

.bg-darker {
  background-color: #DDD !important; }

a.bg-darker:focus, a.bg-darker:hover {
  background-color: #c4c4c4 !important; }

.bg-highlighted {
  background-color: #52B809 !important; }

a.bg-highlighted:focus, a.bg-highlighted:hover {
  background-color: #3c8707 !important; }

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

a.bg-gray-light:focus, a.bg-gray-light:hover {
  background-color: #9e9e9e !important; }

.bg-gray-lightest {
  background-color: #F7F6F6 !important; }

a.bg-gray-lightest:focus, a.bg-gray-lightest:hover {
  background-color: #dfdbdb !important; }

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

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

/*
Borders

Use border utilities to quickly style the border and border-radius of an element. Great for images, buttons, or any other element.
*/
.border-top-1 {
  border-top: 1px solid #DBD8D6; }

@media (min-width: 992px) {
  .border-top-lg-0 {
    border-top: 0 !important; } }

.border-bottom-1 {
  border-bottom: 1px solid #DBD8D6; }

.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-x-0 {
  border-left: none !important;
  border-right: none !important;
  border-radius: 0; }

@media (min-width: 576px) {
  .border-bottom-sm-0 {
    border-bottom: 0 !important; } }

@media (min-width: 768px) {
  .border-bottom-md-0 {
    border-bottom: 0 !important; } }

@media (min-width: 992px) {
  .border-bottom-lg-0 {
    border-bottom: 0 !important; } }

@media (min-width: 1200px) {
  .border-bottom-xl-0 {
    border-bottom: 0 !important; } }

@media (min-width: 576px) {
  .border-top-sm-0 {
    border-top: 0 !important; } }

@media (min-width: 768px) {
  .border-top-md-0 {
    border-top: 0 !important; } }

@media (min-width: 992px) {
  .border-top-lg-0 {
    border-top: 0 !important; } }

@media (min-width: 1200px) {
  .border-top-xl-0 {
    border-top: 0 !important; } }

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

.border-1 {
  border-width: 1px !important; }

@media (min-width: 768px) {
  .border-x-md-2 {
    border-left: 2px solid #DBD8D6 !important;
    border-right: 2px solid #DBD8D6 !important;
    border-radius: 4px; } }

.divider {
  display: block;
  width: 100%;
  height: 1px;
  margin: 1.25rem 15px;
  background-color: #DBD8D6; }
  .divider::before, .divider::after {
    display: block;
    clear: both;
    content: ""; }

.rounded {
  border-radius: 0.25rem; }

.rounded-top {
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem; }

.rounded-right {
  border-top-right-radius: 0.25rem;
  border-bottom-right-radius: 0.25rem; }

.rounded-bottom {
  border-bottom-left-radius: 0.25rem;
  border-bottom-right-radius: 0.25rem; }

.rounded-left {
  border-top-left-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem; }

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

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

/* custom borders */
.border-2 {
  border-width: 2px; }

.seperator-big {
  margin-top: 25px;
  padding-top: 40px;
  border-top: 1px solid #DBD8D6; }
  @media (min-width: 768px) {
    .seperator-big {
      margin-top: 40px; } }
  @media (min-width: 992px) {
    .seperator-big {
      margin-top: 80px;
      padding-top: 80px; } }

/*
Clearfix

Easily clear floats by adding `.clearfix` to the parent element. Utilizes the micro clearfix as popularized by Nicolas Gallagher. Can also be used as a mixin.

Updated clearfix uses `display: block;` instead of `display: table;`

More info: http://cssmojo.com/the-very-latest-clearfix-reloaded/
*/
.clearfix::before, .clearfix::after {
  display: block;
  clear: both;
  content: ""; }

/*
Display

Use .d-block, .d-inline, or .d-inline-block to simply set an element’s display property to block, inline, or inline-block (respectively).
*/
.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-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-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-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-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-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; } }

/*
Flexbox

Quickly manage the layout, alignment, and sizing of grid columns, navigation, components, and more with a full suite of responsive flexbox utilities. For more complex implementations, custom CSS may be necessary.
*/
.flex-first {
  -webkit-box-ordinal-group: 0;
      -ms-flex-order: -1;
          order: -1; }

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

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

.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; }

.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;
      -ms-grid-row-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;
      -ms-grid-row-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;
      -ms-grid-row-align: stretch !important;
      align-self: stretch !important; }

@media (min-width: 576px) {
  .flex-sm-first {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1; }
  .flex-sm-last {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1; }
  .flex-sm-unordered {
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0; }
  .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; }
  .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;
        -ms-grid-row-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;
        -ms-grid-row-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;
        -ms-grid-row-align: stretch !important;
        align-self: stretch !important; } }

@media (min-width: 768px) {
  .flex-md-first {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1; }
  .flex-md-last {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1; }
  .flex-md-unordered {
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0; }
  .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; }
  .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;
        -ms-grid-row-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;
        -ms-grid-row-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;
        -ms-grid-row-align: stretch !important;
        align-self: stretch !important; } }

@media (min-width: 992px) {
  .flex-lg-first {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1; }
  .flex-lg-last {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1; }
  .flex-lg-unordered {
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0; }
  .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; }
  .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;
        -ms-grid-row-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;
        -ms-grid-row-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;
        -ms-grid-row-align: stretch !important;
        align-self: stretch !important; } }

@media (min-width: 1200px) {
  .flex-xl-first {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1; }
  .flex-xl-last {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1; }
  .flex-xl-unordered {
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0; }
  .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; }
  .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;
        -ms-grid-row-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;
        -ms-grid-row-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;
        -ms-grid-row-align: stretch !important;
        align-self: stretch !important; } }

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

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

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

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

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

@media (min-width: 768px) {
  .fo-md-1 {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1; }
  .fo-md-2 {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2; }
  .fo-md-3 {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3; }
  .fo-md-4 {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4; }
  .fo-md-5 {
    -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
            order: 5; } }

/*
Float

Helper classes for floating element targetted to certain breakpoints
*/
.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; } }

/*
Position

Position utilities are helpful for quickly placing a component outside the normal document flow. Choose from a handful of fixed or sticky position classes as needed.
*/
.fixed-top {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1030; }

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

.sticky-top {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  z-index: 1030; }

.absolute-center {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%); }

/*
Screenreader

Use .d-block, .d-inline, or .d-inline-block to simply set an element’s display property to block, inline, or inline-block (respectively).
*/
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  border: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0); }

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

/*
Sizing

Easily make an element as wide or as tall (relative to its parent) with our width and height utilities. Includes support for 25%, 50%, 75%, and 100% by default.
*/
.w-10 {
  width: 10% !important; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/*
Spacing

Assign responsive-friendly margin or padding values to an element or a subset of its sides with shorthand classes. Includes support for individual properties, all properties, and vertical and horizontal properties. Classes are built from a default Sass map ranging from .25rem to 3rem.
*/
.m-0 {
  margin: 0 0 !important; }

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

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

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

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

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

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

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

.mt-1 {
  margin-top: 0.15625rem !important; }

.mr-1 {
  margin-right: 0.15625rem !important; }

.mb-1 {
  margin-bottom: 0.15625rem !important; }

.ml-1 {
  margin-left: 0.15625rem !important; }

.mx-1 {
  margin-left: 0.15625rem !important;
  margin-right: 0.15625rem !important; }

.my-1 {
  margin-top: 0.15625rem !important;
  margin-bottom: 0.15625rem !important; }

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

.mt-2 {
  margin-top: 0.3125rem !important; }

.mr-2 {
  margin-right: 0.3125rem !important; }

.mb-2 {
  margin-bottom: 0.3125rem !important; }

.ml-2 {
  margin-left: 0.3125rem !important; }

.mx-2 {
  margin-left: 0.3125rem !important;
  margin-right: 0.3125rem !important; }

.my-2 {
  margin-top: 0.3125rem !important;
  margin-bottom: 0.3125rem !important; }

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

.mt-3 {
  margin-top: 0.625rem !important; }

.mr-3 {
  margin-right: 0.625rem !important; }

.mb-3 {
  margin-bottom: 0.625rem !important; }

.ml-3 {
  margin-left: 0.625rem !important; }

.mx-3 {
  margin-left: 0.625rem !important;
  margin-right: 0.625rem !important; }

.my-3 {
  margin-top: 0.625rem !important;
  margin-bottom: 0.625rem !important; }

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

.mt-4 {
  margin-top: 0.9375rem !important; }

.mr-4 {
  margin-right: 0.9375rem !important; }

.mb-4 {
  margin-bottom: 0.9375rem !important; }

.ml-4 {
  margin-left: 0.9375rem !important; }

.mx-4 {
  margin-left: 0.9375rem !important;
  margin-right: 0.9375rem !important; }

.my-4 {
  margin-top: 0.9375rem !important;
  margin-bottom: 0.9375rem !important; }

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

.mt-5 {
  margin-top: 1.875rem !important; }

.mr-5 {
  margin-right: 1.875rem !important; }

.mb-5 {
  margin-bottom: 1.875rem !important; }

.ml-5 {
  margin-left: 1.875rem !important; }

.mx-5 {
  margin-left: 1.875rem !important;
  margin-right: 1.875rem !important; }

.my-5 {
  margin-top: 1.875rem !important;
  margin-bottom: 1.875rem !important; }

.p-0 {
  padding: 0 0 !important; }

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

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

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

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

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

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

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

.pt-1 {
  padding-top: 0.15625rem !important; }

.pr-1 {
  padding-right: 0.15625rem !important; }

.pb-1 {
  padding-bottom: 0.15625rem !important; }

.pl-1 {
  padding-left: 0.15625rem !important; }

.px-1 {
  padding-left: 0.15625rem !important;
  padding-right: 0.15625rem !important; }

.py-1 {
  padding-top: 0.15625rem !important;
  padding-bottom: 0.15625rem !important; }

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

.pt-2 {
  padding-top: 0.3125rem !important; }

.pr-2 {
  padding-right: 0.3125rem !important; }

.pb-2 {
  padding-bottom: 0.3125rem !important; }

.pl-2 {
  padding-left: 0.3125rem !important; }

.px-2 {
  padding-left: 0.3125rem !important;
  padding-right: 0.3125rem !important; }

.py-2 {
  padding-top: 0.3125rem !important;
  padding-bottom: 0.3125rem !important; }

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

.pt-3 {
  padding-top: 0.625rem !important; }

.pr-3 {
  padding-right: 0.625rem !important; }

.pb-3 {
  padding-bottom: 0.625rem !important; }

.pl-3 {
  padding-left: 0.625rem !important; }

.px-3 {
  padding-left: 0.625rem !important;
  padding-right: 0.625rem !important; }

.py-3 {
  padding-top: 0.625rem !important;
  padding-bottom: 0.625rem !important; }

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

.pt-4 {
  padding-top: 0.9375rem !important; }

.pr-4 {
  padding-right: 0.9375rem !important; }

.pb-4 {
  padding-bottom: 0.9375rem !important; }

.pl-4 {
  padding-left: 0.9375rem !important; }

.px-4 {
  padding-left: 0.9375rem !important;
  padding-right: 0.9375rem !important; }

.py-4 {
  padding-top: 0.9375rem !important;
  padding-bottom: 0.9375rem !important; }

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

.pt-5 {
  padding-top: 1.875rem !important; }

.pr-5 {
  padding-right: 1.875rem !important; }

.pb-5 {
  padding-bottom: 1.875rem !important; }

.pl-5 {
  padding-left: 1.875rem !important; }

.px-5 {
  padding-left: 1.875rem !important;
  padding-right: 1.875rem !important; }

.py-5 {
  padding-top: 1.875rem !important;
  padding-bottom: 1.875rem !important; }

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

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

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

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

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

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

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

@media (min-width: 576px) {
  .m-sm-0 {
    margin: 0 0 !important; }
  .mt-sm-0 {
    margin-top: 0 !important; }
  .mr-sm-0 {
    margin-right: 0 !important; }
  .mb-sm-0 {
    margin-bottom: 0 !important; }
  .ml-sm-0 {
    margin-left: 0 !important; }
  .mx-sm-0 {
    margin-left: 0 !important;
    margin-right: 0 !important; }
  .my-sm-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important; }
  .m-sm-1 {
    margin: 0.15625rem 0.15625rem !important; }
  .mt-sm-1 {
    margin-top: 0.15625rem !important; }
  .mr-sm-1 {
    margin-right: 0.15625rem !important; }
  .mb-sm-1 {
    margin-bottom: 0.15625rem !important; }
  .ml-sm-1 {
    margin-left: 0.15625rem !important; }
  .mx-sm-1 {
    margin-left: 0.15625rem !important;
    margin-right: 0.15625rem !important; }
  .my-sm-1 {
    margin-top: 0.15625rem !important;
    margin-bottom: 0.15625rem !important; }
  .m-sm-2 {
    margin: 0.3125rem 0.3125rem !important; }
  .mt-sm-2 {
    margin-top: 0.3125rem !important; }
  .mr-sm-2 {
    margin-right: 0.3125rem !important; }
  .mb-sm-2 {
    margin-bottom: 0.3125rem !important; }
  .ml-sm-2 {
    margin-left: 0.3125rem !important; }
  .mx-sm-2 {
    margin-left: 0.3125rem !important;
    margin-right: 0.3125rem !important; }
  .my-sm-2 {
    margin-top: 0.3125rem !important;
    margin-bottom: 0.3125rem !important; }
  .m-sm-3 {
    margin: 0.625rem 0.625rem !important; }
  .mt-sm-3 {
    margin-top: 0.625rem !important; }
  .mr-sm-3 {
    margin-right: 0.625rem !important; }
  .mb-sm-3 {
    margin-bottom: 0.625rem !important; }
  .ml-sm-3 {
    margin-left: 0.625rem !important; }
  .mx-sm-3 {
    margin-left: 0.625rem !important;
    margin-right: 0.625rem !important; }
  .my-sm-3 {
    margin-top: 0.625rem !important;
    margin-bottom: 0.625rem !important; }
  .m-sm-4 {
    margin: 0.9375rem 0.9375rem !important; }
  .mt-sm-4 {
    margin-top: 0.9375rem !important; }
  .mr-sm-4 {
    margin-right: 0.9375rem !important; }
  .mb-sm-4 {
    margin-bottom: 0.9375rem !important; }
  .ml-sm-4 {
    margin-left: 0.9375rem !important; }
  .mx-sm-4 {
    margin-left: 0.9375rem !important;
    margin-right: 0.9375rem !important; }
  .my-sm-4 {
    margin-top: 0.9375rem !important;
    margin-bottom: 0.9375rem !important; }
  .m-sm-5 {
    margin: 1.875rem 1.875rem !important; }
  .mt-sm-5 {
    margin-top: 1.875rem !important; }
  .mr-sm-5 {
    margin-right: 1.875rem !important; }
  .mb-sm-5 {
    margin-bottom: 1.875rem !important; }
  .ml-sm-5 {
    margin-left: 1.875rem !important; }
  .mx-sm-5 {
    margin-left: 1.875rem !important;
    margin-right: 1.875rem !important; }
  .my-sm-5 {
    margin-top: 1.875rem !important;
    margin-bottom: 1.875rem !important; }
  .p-sm-0 {
    padding: 0 0 !important; }
  .pt-sm-0 {
    padding-top: 0 !important; }
  .pr-sm-0 {
    padding-right: 0 !important; }
  .pb-sm-0 {
    padding-bottom: 0 !important; }
  .pl-sm-0 {
    padding-left: 0 !important; }
  .px-sm-0 {
    padding-left: 0 !important;
    padding-right: 0 !important; }
  .py-sm-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important; }
  .p-sm-1 {
    padding: 0.15625rem 0.15625rem !important; }
  .pt-sm-1 {
    padding-top: 0.15625rem !important; }
  .pr-sm-1 {
    padding-right: 0.15625rem !important; }
  .pb-sm-1 {
    padding-bottom: 0.15625rem !important; }
  .pl-sm-1 {
    padding-left: 0.15625rem !important; }
  .px-sm-1 {
    padding-left: 0.15625rem !important;
    padding-right: 0.15625rem !important; }
  .py-sm-1 {
    padding-top: 0.15625rem !important;
    padding-bottom: 0.15625rem !important; }
  .p-sm-2 {
    padding: 0.3125rem 0.3125rem !important; }
  .pt-sm-2 {
    padding-top: 0.3125rem !important; }
  .pr-sm-2 {
    padding-right: 0.3125rem !important; }
  .pb-sm-2 {
    padding-bottom: 0.3125rem !important; }
  .pl-sm-2 {
    padding-left: 0.3125rem !important; }
  .px-sm-2 {
    padding-left: 0.3125rem !important;
    padding-right: 0.3125rem !important; }
  .py-sm-2 {
    padding-top: 0.3125rem !important;
    padding-bottom: 0.3125rem !important; }
  .p-sm-3 {
    padding: 0.625rem 0.625rem !important; }
  .pt-sm-3 {
    padding-top: 0.625rem !important; }
  .pr-sm-3 {
    padding-right: 0.625rem !important; }
  .pb-sm-3 {
    padding-bottom: 0.625rem !important; }
  .pl-sm-3 {
    padding-left: 0.625rem !important; }
  .px-sm-3 {
    padding-left: 0.625rem !important;
    padding-right: 0.625rem !important; }
  .py-sm-3 {
    padding-top: 0.625rem !important;
    padding-bottom: 0.625rem !important; }
  .p-sm-4 {
    padding: 0.9375rem 0.9375rem !important; }
  .pt-sm-4 {
    padding-top: 0.9375rem !important; }
  .pr-sm-4 {
    padding-right: 0.9375rem !important; }
  .pb-sm-4 {
    padding-bottom: 0.9375rem !important; }
  .pl-sm-4 {
    padding-left: 0.9375rem !important; }
  .px-sm-4 {
    padding-left: 0.9375rem !important;
    padding-right: 0.9375rem !important; }
  .py-sm-4 {
    padding-top: 0.9375rem !important;
    padding-bottom: 0.9375rem !important; }
  .p-sm-5 {
    padding: 1.875rem 1.875rem !important; }
  .pt-sm-5 {
    padding-top: 1.875rem !important; }
  .pr-sm-5 {
    padding-right: 1.875rem !important; }
  .pb-sm-5 {
    padding-bottom: 1.875rem !important; }
  .pl-sm-5 {
    padding-left: 1.875rem !important; }
  .px-sm-5 {
    padding-left: 1.875rem !important;
    padding-right: 1.875rem !important; }
  .py-sm-5 {
    padding-top: 1.875rem !important;
    padding-bottom: 1.875rem !important; }
  .m-sm-auto {
    margin: auto !important; }
  .mt-sm-auto {
    margin-top: auto !important; }
  .mr-sm-auto {
    margin-right: auto !important; }
  .mb-sm-auto {
    margin-bottom: auto !important; }
  .ml-sm-auto {
    margin-left: auto !important; }
  .mx-sm-auto {
    margin-left: auto !important;
    margin-right: auto !important; }
  .my-sm-auto {
    margin-top: auto !important;
    margin-bottom: auto !important; } }

@media (min-width: 768px) {
  .m-md-0 {
    margin: 0 0 !important; }
  .mt-md-0 {
    margin-top: 0 !important; }
  .mr-md-0 {
    margin-right: 0 !important; }
  .mb-md-0 {
    margin-bottom: 0 !important; }
  .ml-md-0 {
    margin-left: 0 !important; }
  .mx-md-0 {
    margin-left: 0 !important;
    margin-right: 0 !important; }
  .my-md-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important; }
  .m-md-1 {
    margin: 0.15625rem 0.15625rem !important; }
  .mt-md-1 {
    margin-top: 0.15625rem !important; }
  .mr-md-1 {
    margin-right: 0.15625rem !important; }
  .mb-md-1 {
    margin-bottom: 0.15625rem !important; }
  .ml-md-1 {
    margin-left: 0.15625rem !important; }
  .mx-md-1 {
    margin-left: 0.15625rem !important;
    margin-right: 0.15625rem !important; }
  .my-md-1 {
    margin-top: 0.15625rem !important;
    margin-bottom: 0.15625rem !important; }
  .m-md-2 {
    margin: 0.3125rem 0.3125rem !important; }
  .mt-md-2 {
    margin-top: 0.3125rem !important; }
  .mr-md-2 {
    margin-right: 0.3125rem !important; }
  .mb-md-2 {
    margin-bottom: 0.3125rem !important; }
  .ml-md-2 {
    margin-left: 0.3125rem !important; }
  .mx-md-2 {
    margin-left: 0.3125rem !important;
    margin-right: 0.3125rem !important; }
  .my-md-2 {
    margin-top: 0.3125rem !important;
    margin-bottom: 0.3125rem !important; }
  .m-md-3 {
    margin: 0.625rem 0.625rem !important; }
  .mt-md-3 {
    margin-top: 0.625rem !important; }
  .mr-md-3 {
    margin-right: 0.625rem !important; }
  .mb-md-3 {
    margin-bottom: 0.625rem !important; }
  .ml-md-3 {
    margin-left: 0.625rem !important; }
  .mx-md-3 {
    margin-left: 0.625rem !important;
    margin-right: 0.625rem !important; }
  .my-md-3 {
    margin-top: 0.625rem !important;
    margin-bottom: 0.625rem !important; }
  .m-md-4 {
    margin: 0.9375rem 0.9375rem !important; }
  .mt-md-4 {
    margin-top: 0.9375rem !important; }
  .mr-md-4 {
    margin-right: 0.9375rem !important; }
  .mb-md-4 {
    margin-bottom: 0.9375rem !important; }
  .ml-md-4 {
    margin-left: 0.9375rem !important; }
  .mx-md-4 {
    margin-left: 0.9375rem !important;
    margin-right: 0.9375rem !important; }
  .my-md-4 {
    margin-top: 0.9375rem !important;
    margin-bottom: 0.9375rem !important; }
  .m-md-5 {
    margin: 1.875rem 1.875rem !important; }
  .mt-md-5 {
    margin-top: 1.875rem !important; }
  .mr-md-5 {
    margin-right: 1.875rem !important; }
  .mb-md-5 {
    margin-bottom: 1.875rem !important; }
  .ml-md-5 {
    margin-left: 1.875rem !important; }
  .mx-md-5 {
    margin-left: 1.875rem !important;
    margin-right: 1.875rem !important; }
  .my-md-5 {
    margin-top: 1.875rem !important;
    margin-bottom: 1.875rem !important; }
  .p-md-0 {
    padding: 0 0 !important; }
  .pt-md-0 {
    padding-top: 0 !important; }
  .pr-md-0 {
    padding-right: 0 !important; }
  .pb-md-0 {
    padding-bottom: 0 !important; }
  .pl-md-0 {
    padding-left: 0 !important; }
  .px-md-0 {
    padding-left: 0 !important;
    padding-right: 0 !important; }
  .py-md-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important; }
  .p-md-1 {
    padding: 0.15625rem 0.15625rem !important; }
  .pt-md-1 {
    padding-top: 0.15625rem !important; }
  .pr-md-1 {
    padding-right: 0.15625rem !important; }
  .pb-md-1 {
    padding-bottom: 0.15625rem !important; }
  .pl-md-1 {
    padding-left: 0.15625rem !important; }
  .px-md-1 {
    padding-left: 0.15625rem !important;
    padding-right: 0.15625rem !important; }
  .py-md-1 {
    padding-top: 0.15625rem !important;
    padding-bottom: 0.15625rem !important; }
  .p-md-2 {
    padding: 0.3125rem 0.3125rem !important; }
  .pt-md-2 {
    padding-top: 0.3125rem !important; }
  .pr-md-2 {
    padding-right: 0.3125rem !important; }
  .pb-md-2 {
    padding-bottom: 0.3125rem !important; }
  .pl-md-2 {
    padding-left: 0.3125rem !important; }
  .px-md-2 {
    padding-left: 0.3125rem !important;
    padding-right: 0.3125rem !important; }
  .py-md-2 {
    padding-top: 0.3125rem !important;
    padding-bottom: 0.3125rem !important; }
  .p-md-3 {
    padding: 0.625rem 0.625rem !important; }
  .pt-md-3 {
    padding-top: 0.625rem !important; }
  .pr-md-3 {
    padding-right: 0.625rem !important; }
  .pb-md-3 {
    padding-bottom: 0.625rem !important; }
  .pl-md-3 {
    padding-left: 0.625rem !important; }
  .px-md-3 {
    padding-left: 0.625rem !important;
    padding-right: 0.625rem !important; }
  .py-md-3 {
    padding-top: 0.625rem !important;
    padding-bottom: 0.625rem !important; }
  .p-md-4 {
    padding: 0.9375rem 0.9375rem !important; }
  .pt-md-4 {
    padding-top: 0.9375rem !important; }
  .pr-md-4 {
    padding-right: 0.9375rem !important; }
  .pb-md-4 {
    padding-bottom: 0.9375rem !important; }
  .pl-md-4 {
    padding-left: 0.9375rem !important; }
  .px-md-4 {
    padding-left: 0.9375rem !important;
    padding-right: 0.9375rem !important; }
  .py-md-4 {
    padding-top: 0.9375rem !important;
    padding-bottom: 0.9375rem !important; }
  .p-md-5 {
    padding: 1.875rem 1.875rem !important; }
  .pt-md-5 {
    padding-top: 1.875rem !important; }
  .pr-md-5 {
    padding-right: 1.875rem !important; }
  .pb-md-5 {
    padding-bottom: 1.875rem !important; }
  .pl-md-5 {
    padding-left: 1.875rem !important; }
  .px-md-5 {
    padding-left: 1.875rem !important;
    padding-right: 1.875rem !important; }
  .py-md-5 {
    padding-top: 1.875rem !important;
    padding-bottom: 1.875rem !important; }
  .m-md-auto {
    margin: auto !important; }
  .mt-md-auto {
    margin-top: auto !important; }
  .mr-md-auto {
    margin-right: auto !important; }
  .mb-md-auto {
    margin-bottom: auto !important; }
  .ml-md-auto {
    margin-left: auto !important; }
  .mx-md-auto {
    margin-left: auto !important;
    margin-right: auto !important; }
  .my-md-auto {
    margin-top: auto !important;
    margin-bottom: auto !important; } }

@media (min-width: 992px) {
  .m-lg-0 {
    margin: 0 0 !important; }
  .mt-lg-0 {
    margin-top: 0 !important; }
  .mr-lg-0 {
    margin-right: 0 !important; }
  .mb-lg-0 {
    margin-bottom: 0 !important; }
  .ml-lg-0 {
    margin-left: 0 !important; }
  .mx-lg-0 {
    margin-left: 0 !important;
    margin-right: 0 !important; }
  .my-lg-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important; }
  .m-lg-1 {
    margin: 0.15625rem 0.15625rem !important; }
  .mt-lg-1 {
    margin-top: 0.15625rem !important; }
  .mr-lg-1 {
    margin-right: 0.15625rem !important; }
  .mb-lg-1 {
    margin-bottom: 0.15625rem !important; }
  .ml-lg-1 {
    margin-left: 0.15625rem !important; }
  .mx-lg-1 {
    margin-left: 0.15625rem !important;
    margin-right: 0.15625rem !important; }
  .my-lg-1 {
    margin-top: 0.15625rem !important;
    margin-bottom: 0.15625rem !important; }
  .m-lg-2 {
    margin: 0.3125rem 0.3125rem !important; }
  .mt-lg-2 {
    margin-top: 0.3125rem !important; }
  .mr-lg-2 {
    margin-right: 0.3125rem !important; }
  .mb-lg-2 {
    margin-bottom: 0.3125rem !important; }
  .ml-lg-2 {
    margin-left: 0.3125rem !important; }
  .mx-lg-2 {
    margin-left: 0.3125rem !important;
    margin-right: 0.3125rem !important; }
  .my-lg-2 {
    margin-top: 0.3125rem !important;
    margin-bottom: 0.3125rem !important; }
  .m-lg-3 {
    margin: 0.625rem 0.625rem !important; }
  .mt-lg-3 {
    margin-top: 0.625rem !important; }
  .mr-lg-3 {
    margin-right: 0.625rem !important; }
  .mb-lg-3 {
    margin-bottom: 0.625rem !important; }
  .ml-lg-3 {
    margin-left: 0.625rem !important; }
  .mx-lg-3 {
    margin-left: 0.625rem !important;
    margin-right: 0.625rem !important; }
  .my-lg-3 {
    margin-top: 0.625rem !important;
    margin-bottom: 0.625rem !important; }
  .m-lg-4 {
    margin: 0.9375rem 0.9375rem !important; }
  .mt-lg-4 {
    margin-top: 0.9375rem !important; }
  .mr-lg-4 {
    margin-right: 0.9375rem !important; }
  .mb-lg-4 {
    margin-bottom: 0.9375rem !important; }
  .ml-lg-4 {
    margin-left: 0.9375rem !important; }
  .mx-lg-4 {
    margin-left: 0.9375rem !important;
    margin-right: 0.9375rem !important; }
  .my-lg-4 {
    margin-top: 0.9375rem !important;
    margin-bottom: 0.9375rem !important; }
  .m-lg-5 {
    margin: 1.875rem 1.875rem !important; }
  .mt-lg-5 {
    margin-top: 1.875rem !important; }
  .mr-lg-5 {
    margin-right: 1.875rem !important; }
  .mb-lg-5 {
    margin-bottom: 1.875rem !important; }
  .ml-lg-5 {
    margin-left: 1.875rem !important; }
  .mx-lg-5 {
    margin-left: 1.875rem !important;
    margin-right: 1.875rem !important; }
  .my-lg-5 {
    margin-top: 1.875rem !important;
    margin-bottom: 1.875rem !important; }
  .p-lg-0 {
    padding: 0 0 !important; }
  .pt-lg-0 {
    padding-top: 0 !important; }
  .pr-lg-0 {
    padding-right: 0 !important; }
  .pb-lg-0 {
    padding-bottom: 0 !important; }
  .pl-lg-0 {
    padding-left: 0 !important; }
  .px-lg-0 {
    padding-left: 0 !important;
    padding-right: 0 !important; }
  .py-lg-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important; }
  .p-lg-1 {
    padding: 0.15625rem 0.15625rem !important; }
  .pt-lg-1 {
    padding-top: 0.15625rem !important; }
  .pr-lg-1 {
    padding-right: 0.15625rem !important; }
  .pb-lg-1 {
    padding-bottom: 0.15625rem !important; }
  .pl-lg-1 {
    padding-left: 0.15625rem !important; }
  .px-lg-1 {
    padding-left: 0.15625rem !important;
    padding-right: 0.15625rem !important; }
  .py-lg-1 {
    padding-top: 0.15625rem !important;
    padding-bottom: 0.15625rem !important; }
  .p-lg-2 {
    padding: 0.3125rem 0.3125rem !important; }
  .pt-lg-2 {
    padding-top: 0.3125rem !important; }
  .pr-lg-2 {
    padding-right: 0.3125rem !important; }
  .pb-lg-2 {
    padding-bottom: 0.3125rem !important; }
  .pl-lg-2 {
    padding-left: 0.3125rem !important; }
  .px-lg-2 {
    padding-left: 0.3125rem !important;
    padding-right: 0.3125rem !important; }
  .py-lg-2 {
    padding-top: 0.3125rem !important;
    padding-bottom: 0.3125rem !important; }
  .p-lg-3 {
    padding: 0.625rem 0.625rem !important; }
  .pt-lg-3 {
    padding-top: 0.625rem !important; }
  .pr-lg-3 {
    padding-right: 0.625rem !important; }
  .pb-lg-3 {
    padding-bottom: 0.625rem !important; }
  .pl-lg-3 {
    padding-left: 0.625rem !important; }
  .px-lg-3 {
    padding-left: 0.625rem !important;
    padding-right: 0.625rem !important; }
  .py-lg-3 {
    padding-top: 0.625rem !important;
    padding-bottom: 0.625rem !important; }
  .p-lg-4 {
    padding: 0.9375rem 0.9375rem !important; }
  .pt-lg-4 {
    padding-top: 0.9375rem !important; }
  .pr-lg-4 {
    padding-right: 0.9375rem !important; }
  .pb-lg-4 {
    padding-bottom: 0.9375rem !important; }
  .pl-lg-4 {
    padding-left: 0.9375rem !important; }
  .px-lg-4 {
    padding-left: 0.9375rem !important;
    padding-right: 0.9375rem !important; }
  .py-lg-4 {
    padding-top: 0.9375rem !important;
    padding-bottom: 0.9375rem !important; }
  .p-lg-5 {
    padding: 1.875rem 1.875rem !important; }
  .pt-lg-5 {
    padding-top: 1.875rem !important; }
  .pr-lg-5 {
    padding-right: 1.875rem !important; }
  .pb-lg-5 {
    padding-bottom: 1.875rem !important; }
  .pl-lg-5 {
    padding-left: 1.875rem !important; }
  .px-lg-5 {
    padding-left: 1.875rem !important;
    padding-right: 1.875rem !important; }
  .py-lg-5 {
    padding-top: 1.875rem !important;
    padding-bottom: 1.875rem !important; }
  .m-lg-auto {
    margin: auto !important; }
  .mt-lg-auto {
    margin-top: auto !important; }
  .mr-lg-auto {
    margin-right: auto !important; }
  .mb-lg-auto {
    margin-bottom: auto !important; }
  .ml-lg-auto {
    margin-left: auto !important; }
  .mx-lg-auto {
    margin-left: auto !important;
    margin-right: auto !important; }
  .my-lg-auto {
    margin-top: auto !important;
    margin-bottom: auto !important; } }

@media (min-width: 1200px) {
  .m-xl-0 {
    margin: 0 0 !important; }
  .mt-xl-0 {
    margin-top: 0 !important; }
  .mr-xl-0 {
    margin-right: 0 !important; }
  .mb-xl-0 {
    margin-bottom: 0 !important; }
  .ml-xl-0 {
    margin-left: 0 !important; }
  .mx-xl-0 {
    margin-left: 0 !important;
    margin-right: 0 !important; }
  .my-xl-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important; }
  .m-xl-1 {
    margin: 0.15625rem 0.15625rem !important; }
  .mt-xl-1 {
    margin-top: 0.15625rem !important; }
  .mr-xl-1 {
    margin-right: 0.15625rem !important; }
  .mb-xl-1 {
    margin-bottom: 0.15625rem !important; }
  .ml-xl-1 {
    margin-left: 0.15625rem !important; }
  .mx-xl-1 {
    margin-left: 0.15625rem !important;
    margin-right: 0.15625rem !important; }
  .my-xl-1 {
    margin-top: 0.15625rem !important;
    margin-bottom: 0.15625rem !important; }
  .m-xl-2 {
    margin: 0.3125rem 0.3125rem !important; }
  .mt-xl-2 {
    margin-top: 0.3125rem !important; }
  .mr-xl-2 {
    margin-right: 0.3125rem !important; }
  .mb-xl-2 {
    margin-bottom: 0.3125rem !important; }
  .ml-xl-2 {
    margin-left: 0.3125rem !important; }
  .mx-xl-2 {
    margin-left: 0.3125rem !important;
    margin-right: 0.3125rem !important; }
  .my-xl-2 {
    margin-top: 0.3125rem !important;
    margin-bottom: 0.3125rem !important; }
  .m-xl-3 {
    margin: 0.625rem 0.625rem !important; }
  .mt-xl-3 {
    margin-top: 0.625rem !important; }
  .mr-xl-3 {
    margin-right: 0.625rem !important; }
  .mb-xl-3 {
    margin-bottom: 0.625rem !important; }
  .ml-xl-3 {
    margin-left: 0.625rem !important; }
  .mx-xl-3 {
    margin-left: 0.625rem !important;
    margin-right: 0.625rem !important; }
  .my-xl-3 {
    margin-top: 0.625rem !important;
    margin-bottom: 0.625rem !important; }
  .m-xl-4 {
    margin: 0.9375rem 0.9375rem !important; }
  .mt-xl-4 {
    margin-top: 0.9375rem !important; }
  .mr-xl-4 {
    margin-right: 0.9375rem !important; }
  .mb-xl-4 {
    margin-bottom: 0.9375rem !important; }
  .ml-xl-4 {
    margin-left: 0.9375rem !important; }
  .mx-xl-4 {
    margin-left: 0.9375rem !important;
    margin-right: 0.9375rem !important; }
  .my-xl-4 {
    margin-top: 0.9375rem !important;
    margin-bottom: 0.9375rem !important; }
  .m-xl-5 {
    margin: 1.875rem 1.875rem !important; }
  .mt-xl-5 {
    margin-top: 1.875rem !important; }
  .mr-xl-5 {
    margin-right: 1.875rem !important; }
  .mb-xl-5 {
    margin-bottom: 1.875rem !important; }
  .ml-xl-5 {
    margin-left: 1.875rem !important; }
  .mx-xl-5 {
    margin-left: 1.875rem !important;
    margin-right: 1.875rem !important; }
  .my-xl-5 {
    margin-top: 1.875rem !important;
    margin-bottom: 1.875rem !important; }
  .p-xl-0 {
    padding: 0 0 !important; }
  .pt-xl-0 {
    padding-top: 0 !important; }
  .pr-xl-0 {
    padding-right: 0 !important; }
  .pb-xl-0 {
    padding-bottom: 0 !important; }
  .pl-xl-0 {
    padding-left: 0 !important; }
  .px-xl-0 {
    padding-left: 0 !important;
    padding-right: 0 !important; }
  .py-xl-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important; }
  .p-xl-1 {
    padding: 0.15625rem 0.15625rem !important; }
  .pt-xl-1 {
    padding-top: 0.15625rem !important; }
  .pr-xl-1 {
    padding-right: 0.15625rem !important; }
  .pb-xl-1 {
    padding-bottom: 0.15625rem !important; }
  .pl-xl-1 {
    padding-left: 0.15625rem !important; }
  .px-xl-1 {
    padding-left: 0.15625rem !important;
    padding-right: 0.15625rem !important; }
  .py-xl-1 {
    padding-top: 0.15625rem !important;
    padding-bottom: 0.15625rem !important; }
  .p-xl-2 {
    padding: 0.3125rem 0.3125rem !important; }
  .pt-xl-2 {
    padding-top: 0.3125rem !important; }
  .pr-xl-2 {
    padding-right: 0.3125rem !important; }
  .pb-xl-2 {
    padding-bottom: 0.3125rem !important; }
  .pl-xl-2 {
    padding-left: 0.3125rem !important; }
  .px-xl-2 {
    padding-left: 0.3125rem !important;
    padding-right: 0.3125rem !important; }
  .py-xl-2 {
    padding-top: 0.3125rem !important;
    padding-bottom: 0.3125rem !important; }
  .p-xl-3 {
    padding: 0.625rem 0.625rem !important; }
  .pt-xl-3 {
    padding-top: 0.625rem !important; }
  .pr-xl-3 {
    padding-right: 0.625rem !important; }
  .pb-xl-3 {
    padding-bottom: 0.625rem !important; }
  .pl-xl-3 {
    padding-left: 0.625rem !important; }
  .px-xl-3 {
    padding-left: 0.625rem !important;
    padding-right: 0.625rem !important; }
  .py-xl-3 {
    padding-top: 0.625rem !important;
    padding-bottom: 0.625rem !important; }
  .p-xl-4 {
    padding: 0.9375rem 0.9375rem !important; }
  .pt-xl-4 {
    padding-top: 0.9375rem !important; }
  .pr-xl-4 {
    padding-right: 0.9375rem !important; }
  .pb-xl-4 {
    padding-bottom: 0.9375rem !important; }
  .pl-xl-4 {
    padding-left: 0.9375rem !important; }
  .px-xl-4 {
    padding-left: 0.9375rem !important;
    padding-right: 0.9375rem !important; }
  .py-xl-4 {
    padding-top: 0.9375rem !important;
    padding-bottom: 0.9375rem !important; }
  .p-xl-5 {
    padding: 1.875rem 1.875rem !important; }
  .pt-xl-5 {
    padding-top: 1.875rem !important; }
  .pr-xl-5 {
    padding-right: 1.875rem !important; }
  .pb-xl-5 {
    padding-bottom: 1.875rem !important; }
  .pl-xl-5 {
    padding-left: 1.875rem !important; }
  .px-xl-5 {
    padding-left: 1.875rem !important;
    padding-right: 1.875rem !important; }
  .py-xl-5 {
    padding-top: 1.875rem !important;
    padding-bottom: 1.875rem !important; }
  .m-xl-auto {
    margin: auto !important; }
  .mt-xl-auto {
    margin-top: auto !important; }
  .mr-xl-auto {
    margin-right: auto !important; }
  .mb-xl-auto {
    margin-bottom: auto !important; }
  .ml-xl-auto {
    margin-left: auto !important; }
  .mx-xl-auto {
    margin-left: auto !important;
    margin-right: auto !important; }
  .my-xl-auto {
    margin-top: auto !important;
    margin-bottom: auto !important; } }

.my-20 {
  margin-top: 1.25rem;
  margin-bottom: 1.25rem; }

.pb-30 {
  padding-bottom: 2rem; }

.pb-40 {
  padding-bottom: 2.5rem; }

.mb-40 {
  margin-bottom: 2.5rem; }

.py-40 {
  margin-top: 2.5rem;
  margin-bottom: 2.5rem; }

@media (max-width: 767px) {
  .no-gutter-sm-down {
    padding-left: 0;
    padding-right: 0; } }

@media (min-width: 768px) {
  .padded {
    padding-left: 0;
    padding-right: 0; } }

@media (min-width: 992px) {
  .padded {
    padding-left: 112px;
    padding-right: 112px; } }

/*
Text

The following utilities can be used to add additional styles to texts.
*/
.text-justify {
  text-align: justify !important; }

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

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

.text-block {
  display: block; }

@media (min-width: 768px) {
  .text-md-inline {
    display: inline; } }

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

.text-right {
  text-align: right !important; 
  min-width: 84px;}

.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; } }

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

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

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

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

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

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

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

.text-xs {
  font-size: 0.75rem; }

.text-sm {
  font-size: 0.875rem; }

.text-md {
  font-size: 0.95rem; }

.text-lg {
  font-size: 1.25rem; }

.text-primary {
  color: #A30F7B; }

.text-default {
  color: #726C68; }

.font-alt {
  font-family: Tahoma, Arial, Helvetica, sans-serif; }

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

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

a.text-muted:focus, a.text-muted:hover {
  color: #9e9e9e !important; }

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

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

.text-success {
  color: #3A7E0A !important; }

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

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

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

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

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

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

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

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

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

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

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

.text-lightest {
  color: #FFF !important; }

a.text-lightest:focus, a.text-lightest:hover {
  color: #e6e6e6 !important; }

.text-gray-dark {
  color: #726C68 !important; }

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

.text-gray-darker {
  color: #968D88 !important; }

a.text-gray-darker:focus, a.text-gray-darker:hover {
  color: #7d736e !important; }

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

.fade {
  opacity: 0;
  -webkit-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear; }
  .fade.show {
    opacity: 1; }

.collapse {
  display: none; }
  .collapse.show, .collapse.in {
    display: block; }

tr.collapse.show {
  display: table-row; }

tbody.collapse.show {
  display: table-row-group; }

.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition: height 0.35s ease;
  transition: height 0.35s ease; }

/*
Visibility

For faster mobile-friendly development, use these utility classes for showing and hiding content by device via media query. Also included are utility classes for toggling content when printed.
The .invisible class can be used to toggle only the visibility of an element, meaning its display is not modified and the element can still affect the flow of the document.
*/
.invisible {
  visibility: hidden !important; }

.hidden-xs-up {
  display: none !important; }

@media (max-width: 575px) {
  .hidden-xs-down {
    display: none !important; } }

@media (min-width: 576px) {
  .hidden-sm-up {
    display: none !important; } }

@media (max-width: 767px) {
  .hidden-sm-down {
    display: none !important; } }

@media (min-width: 768px) {
  .hidden-md-up {
    display: none !important; } }

@media (max-width: 991px) {
  .hidden-md-down {
    display: none !important; } }

@media (min-width: 992px) {
  .hidden-lg-up {
    display: none !important; } }

@media (max-width: 1199px) {
  .hidden-lg-down {
    display: none !important; } }

@media (min-width: 1200px) {
  .hidden-xl-up {
    display: none !important; } }

.hidden-xl-down {
  display: none !important; }

@media (min-width: 768px) and (max-width: 991px) {
  .hidden-md {
    display: none; } }

.visible-print-block {
  display: none !important; }
  @media print {
    .visible-print-block {
      display: block !important; } }

.visible-print-inline {
  display: none !important; }
  @media print {
    .visible-print-inline {
      display: inline !important; } }

.visible-print-inline-block {
  display: none !important; }
  @media print {
    .visible-print-inline-block {
      display: inline-block !important; } }

@media print {
  .hidden-print {
    display: none !important; } }

/*
SHADOWS
*/
.inner-shadow {
  box-shadow: inset 0 0 8px 0 #cacaca; }

/*# sourceMappingURL=main.css.map */
