/*!
 * maisonnette-admin v0.0.2 (https://foxythemes.net)
 * Copyright 2018 Foxy Themes all rights reserved 
 */

 @charset "UTF-8";
 @media print {
   *,
   *::before,
   *::after {
     text-shadow: none !important;
     -webkit-box-shadow: none !important;
     box-shadow: none !important;
   }
 
   a:not(.btn) {
     text-decoration: underline;
   }
   abbr[title]::after {
     content: ' (' attr(title) ')';
   }
   pre {
     white-space: pre-wrap !important;
   }
   pre,
   blockquote {
     border: 1px solid #999;
     page-break-inside: avoid;
   }
   thead {
     display: table-header-group;
   }
   tr,
   img {
     page-break-inside: avoid;
   }
   p,
   h2,
   h3 {
     orphans: 3;
     widows: 3;
   }
   h2,
   h3 {
     page-break-after: avoid;
   }
   @page {
     size: a4 portrait;
   }
   .container {
     width: 100% !important;
   }
 
   body {
     min-width: 992px !important;
     background-color: #fff !important;
   }
 
   .onlyprint {
     display: block !important;
   }
 
   .container {
     min-width: 992px !important;
   }
   .navbar {
     display: none;
   }
   .badge {
     border: 1px solid #000;
   }
   .table {
     border-collapse: collapse !important;
   }
   .table td,
   .table th {
     background-color: #fff !important;
   }
   .table-bordered th,
   .table-bordered td {
     border: 1px solid #ddd !important;
   }
 
   .noprint,
   .navbar,
   .fc-left,
   .fc-right,
   .add-sujet,
   footer {
     display: none !important;
   }
   .item-0 {
     border: solid 1px #000 !important;
   }
 
   .sortable_list {
     list-style-type: disc !important;
     padding-left: 1em !important;
     margin-left: 1em !important;
   }
   .sortable_list li {
     border: none !important;
     display: list-item !important;
   }
 }
 
 *,
 *::before,
 *::after {
   -webkit-box-sizing: border-box;
   box-sizing: border-box;
 }
 
 html {
   font-family: sans-serif;
   line-height: 1.15;
   -webkit-text-size-adjust: 100%;
   -ms-text-size-adjust: 100%;
   -ms-overflow-style: scrollbar;
   -webkit-tap-highlight-color: transparent;
 }
 
 @-ms-viewport {
   width: device-width;
 }
 
 article,
 aside,
 dialog,
 figcaption,
 figure,
 footer,
 header,
 hgroup,
 main,
 nav,
 section {
   display: block;
 }
 
 body {
   margin: 0;
   font-family: 'Open Sans', sans-serif, -apple-system, BlinkMacSystemFont,
     'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif;
   font-size: 1rem;
   font-weight: 400;
   line-height: 1.538;
   color: #545454;
   text-align: left;
   background-color: #f4f4f4;
   display: flex;
   flex-direction: column;
 }
 
 .onlyprint {
   display: none;
 }
 
 [tabindex='-1']:focus {
   outline: 0 !important;
 }
 
 hr {
   -webkit-box-sizing: content-box;
   box-sizing: content-box;
   height: 0;
   overflow: visible;
 }
 
 h1,
 h2,
 h3,
 h4,
 h5,
 h6 {
   margin-top: 0;
   margin-bottom: 0.7692rem;
 }
 
 p {
   margin-top: 0;
   margin-bottom: 1rem;
 }
 
 abbr[title],
 abbr[data-original-title] {
   text-decoration: underline;
   text-decoration: underline dotted;
   cursor: help;
   border-bottom: 0;
 }
 
 address {
   margin-bottom: 1rem;
   font-style: normal;
   line-height: inherit;
 }
 
 ol,
 ul,
 dl {
   margin-top: 0;
   margin-bottom: 1rem;
 }
 
 ol ol,
 ul ul,
 ol ul,
 ul ol {
   margin-bottom: 0;
 }
 
 dt {
   font-weight: 700;
 }
 
 dd {
   margin-bottom: 0.5rem;
   margin-left: 0;
 }
 
 blockquote {
   margin: 0 0 1rem;
 }
 
 dfn {
   font-style: italic;
 }
 
 b,
 strong {
   font-weight: bolder;
 }
 
 small {
   font-size: 80%;
 }
 
 sub,
 sup {
   position: relative;
   font-size: 75%;
   line-height: 0;
   vertical-align: baseline;
 }
 
 sub {
   bottom: -0.25em;
 }
 
 sup {
   top: -0.5em;
 }
 
 a {
   color: #039db1;
   text-decoration: none;
   background-color: transparent;
   -webkit-text-decoration-skip: objects;
 }
 a:hover {
   color: #008c9e;
   text-decoration: underline;
 }
 
 a:not([href]):not([tabindex]) {
   color: inherit;
   text-decoration: none;
 }
 a:not([href]):not([tabindex]):hover,
 a:not([href]):not([tabindex]):focus {
   color: inherit;
   text-decoration: none;
 }
 a:not([href]):not([tabindex]):focus {
   outline: 0;
 }
 
 pre,
 code,
 kbd,
 samp {
   font-family: monospace, monospace;
   font-size: 1em;
 }
 
 pre {
   margin-top: 0;
   margin-bottom: 1rem;
   overflow: auto;
   -ms-overflow-style: scrollbar;
 }
 
 figure {
   margin: 0 0 1rem;
 }
 
 img {
   vertical-align: middle;
   border-style: none;
 }
 
 svg:not(:root) {
   overflow: hidden;
 }
 
 table {
   border-collapse: collapse;
 }
 
 caption {
   padding-top: 0.9rem;
   padding-bottom: 0.9rem;
   color: #878787;
   text-align: left;
   caption-side: bottom;
 }
 
 th {
   text-align: inherit;
 }
 
 label {
   display: inline-block;
   margin-bottom: 0.5rem;
 }
 
 button {
   border-radius: 0;
 }
 
 button:focus {
   outline: 1px dotted;
   outline: 5px auto -webkit-focus-ring-color;
 }
 
 input,
 button,
 select,
 optgroup,
 textarea {
   margin: 0;
   font-family: inherit;
   font-size: inherit;
   line-height: inherit;
 }
 
 button,
 input {
   overflow: visible;
 }
 
 button,
 select {
   text-transform: none;
 }
 
 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;
 }
 
 input[type='radio'],
 input[type='checkbox'] {
   -webkit-box-sizing: border-box;
   box-sizing: border-box;
   padding: 0;
 }
 
 input[type='date'],
 input[type='time'],
 input[type='datetime-local'],
 input[type='month'] {
   -webkit-appearance: listbox;
 }
 
 textarea {
   overflow: auto;
   resize: vertical;
 }
 
 fieldset {
   min-width: 0;
   padding: 0;
   margin: 0;
   border: 0;
 }
 
 legend {
   display: block;
   width: 100%;
   max-width: 100%;
   padding: 0;
   margin-bottom: 0.5rem;
   font-size: 1.5rem;
   line-height: inherit;
   color: inherit;
   white-space: normal;
 }
 
 progress {
   vertical-align: baseline;
 }
 
 [type='number']::-webkit-inner-spin-button,
 [type='number']::-webkit-outer-spin-button {
   height: auto;
 }
 
 [type='search'] {
   outline-offset: -2px;
   -webkit-appearance: none;
 }
 
 [type='search']::-webkit-search-cancel-button,
 [type='search']::-webkit-search-decoration {
   -webkit-appearance: none;
 }
 
 ::-webkit-file-upload-button {
   font: inherit;
   -webkit-appearance: button;
 }
 
 output {
   display: inline-block;
 }
 
 summary {
   display: list-item;
   cursor: pointer;
 }
 
 template {
   display: none;
 }
 
 [hidden] {
   display: none !important;
 }
 
 h1,
 h2,
 h3,
 h4,
 h5,
 h6,
 .h1,
 .h2,
 .h3,
 .h4,
 .h5,
 .h6 {
   margin-bottom: 0.7692rem;
   font-family: inherit;
   font-weight: 500;
   line-height: 1.1;
   color: inherit;
 }
 
 h1,
 .h1 {
   font-size: 2.5rem;
 }
 
 h2,
 .h2 {
   font-size: 2rem;
 }
 
 h3,
 .h3 {
   font-size: 1.75rem;
 }
 
 h4,
 .h4 {
   font-size: 1.5rem;
 }
 
 h5,
 .h5 {
   font-size: 1.25rem;
 }
 
 h6,
 .h6 {
   font-size: 1rem;
 }
 
 .lead {
   font-size: 1.615rem;
   font-weight: 300;
 }
 
 .display-1 {
   font-size: 6rem;
   font-weight: 300;
   line-height: 1.1;
 }
 
 .display-2 {
   font-size: 5.5rem;
   font-weight: 300;
   line-height: 1.1;
 }
 
 .display-3 {
   font-size: 4.5rem;
   font-weight: 300;
   line-height: 1.1;
 }
 
 .display-4 {
   font-size: 3.5rem;
   font-weight: 300;
   line-height: 1.1;
 }
 
 hr {
   margin-top: 1rem;
   margin-bottom: 1rem;
   border: 0;
   border-top: 1px solid rgba(0, 0, 0, 0.1);
 }
 
 small,
 .small {
   font-size: 80%;
   font-weight: 400;
 }
 
 mark,
 .mark {
   padding: 0.2em;
   background-color: #fcf8e3;
 }
 
 .list-unstyled {
   padding-left: 0;
   list-style: none;
 }
 
 .list-inline {
   padding-left: 0;
   list-style: none;
 }
 
 .list-inline-item {
   display: inline-block;
 }
 .list-inline-item:not(:last-child) {
   margin-right: 0.5rem;
 }
 
 .initialism {
   font-size: 90%;
   text-transform: uppercase;
 }
 
 .blockquote {
   margin-bottom: 1rem;
   font-size: 1.308rem;
 }
 
 .blockquote-footer {
   display: block;
   font-size: 80%;
   color: #878787;
 }
 .blockquote-footer::before {
   content: '\2014 \00A0';
 }
 
 .img-fluid {
   max-width: 100%;
   height: auto;
 }
 
 .img-thumbnail {
   padding: 0.25rem;
   background-color: #f4f4f4;
   border: 1px solid #dee2e6;
   max-width: 100%;
   height: auto;
 }
 
 .figure {
   display: inline-block;
 }
 
 .figure-img {
   margin-bottom: 0.5rem;
   line-height: 1;
 }
 
 .figure-caption {
   font-size: 90%;
   color: #878787;
 }
 
 code,
 kbd,
 pre,
 samp {
   font-family: SFMono-Regular, Menlo, Monaco, Consolas, 'Liberation Mono',
     'Courier New', monospace;
 }
 
 code {
   font-size: 87.5%;
   color: #e83e8c;
   word-break: break-word;
 }
 a > code {
   color: inherit;
 }
 
 kbd {
   padding: 0.2rem 0.4rem;
   font-size: 87.5%;
   color: #ffffff;
   background-color: #212529;
 }
 kbd kbd {
   padding: 0;
   font-size: 100%;
   font-weight: 700;
 }
 
 pre {
   display: block;
   font-size: 87.5%;
   color: #212529;
 }
 pre code {
   font-size: inherit;
   color: inherit;
   word-break: normal;
 }
 
 .pre-scrollable {
   max-height: 340px;
   overflow-y: scroll;
 }
 
 .container {
   width: 100%;
   padding-right: 15px;
   padding-left: 15px;
   margin-right: auto;
   margin-left: auto;
 }
 @media (min-width: 576px) {
   .container {
     max-width: 540px;
   }
 }
 @media (min-width: 768px) {
   .container {
     max-width: 720px;
   }
 }
 @media (min-width: 992px) {
   .container {
     max-width: 960px;
   }
 }
 @media (min-width: 1200px) {
   .container {
     max-width: 1140px;
   }
 }
 
 .container-fluid {
   width: 100%;
   padding-right: 15px;
   padding-left: 15px;
   margin-right: auto;
   margin-left: auto;
 }
 
 .row {
   display: -webkit-box;
   display: -webkit-flex;
   display: -ms-flexbox;
   display: flex;
   -webkit-flex-wrap: wrap;
   -ms-flex-wrap: wrap;
   flex-wrap: wrap;
   margin-right: -15px;
   margin-left: -15px;
 }
 
 .no-gutters {
   margin-right: 0;
   margin-left: 0;
 }
 .no-gutters > .col,
 .no-gutters > [class*='col-'] {
   padding-right: 0;
   padding-left: 0;
 }
 
 .col-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-auto,
 .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-sm-auto,
 .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-md-auto,
 .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-lg-auto,
 .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,
 .col-xl-auto {
   position: relative;
   width: 100%;
   min-height: 1px;
   padding-right: 15px;
   padding-left: 15px;
 }
 
 .col {
   -webkit-flex-basis: 0;
   -ms-flex-preferred-size: 0;
   flex-basis: 0;
   -webkit-box-flex: 1;
   -webkit-flex-grow: 1;
   -ms-flex-positive: 1;
   flex-grow: 1;
   max-width: 100%;
 }
 
 .col-auto {
   -webkit-box-flex: 0;
   -webkit-flex: 0 0 auto;
   -ms-flex: 0 0 auto;
   flex: 0 0 auto;
   width: auto;
   max-width: none;
 }
 
 .col-1 {
   -webkit-box-flex: 0;
   -webkit-flex: 0 0 8.3333333333%;
   -ms-flex: 0 0 8.3333333333%;
   flex: 0 0 8.3333333333%;
   max-width: 8.3333333333%;
 }
 
 .col-2 {
   -webkit-box-flex: 0;
   -webkit-flex: 0 0 16.6666666667%;
   -ms-flex: 0 0 16.6666666667%;
   flex: 0 0 16.6666666667%;
   max-width: 16.6666666667%;
 }
 
 .col-3 {
   -webkit-box-flex: 0;
   -webkit-flex: 0 0 25%;
   -ms-flex: 0 0 25%;
   flex: 0 0 25%;
   max-width: 25%;
 }
 
 .col-4 {
   -webkit-box-flex: 0;
   -webkit-flex: 0 0 33.3333333333%;
   -ms-flex: 0 0 33.3333333333%;
   flex: 0 0 33.3333333333%;
   max-width: 33.3333333333%;
 }
 
 .col-5 {
   -webkit-box-flex: 0;
   -webkit-flex: 0 0 41.6666666667%;
   -ms-flex: 0 0 41.6666666667%;
   flex: 0 0 41.6666666667%;
   max-width: 41.6666666667%;
 }
 
 .col-6 {
   -webkit-box-flex: 0;
   -webkit-flex: 0 0 50%;
   -ms-flex: 0 0 50%;
   flex: 0 0 50%;
   max-width: 50%;
 }
 
 .col-7 {
   -webkit-box-flex: 0;
   -webkit-flex: 0 0 58.3333333333%;
   -ms-flex: 0 0 58.3333333333%;
   flex: 0 0 58.3333333333%;
   max-width: 58.3333333333%;
 }
 
 .col-8 {
   -webkit-box-flex: 0;
   -webkit-flex: 0 0 66.6666666667%;
   -ms-flex: 0 0 66.6666666667%;
   flex: 0 0 66.6666666667%;
   max-width: 66.6666666667%;
 }
 
 .col-9 {
   -webkit-box-flex: 0;
   -webkit-flex: 0 0 75%;
   -ms-flex: 0 0 75%;
   flex: 0 0 75%;
   max-width: 75%;
 }
 
 .col-10 {
   -webkit-box-flex: 0;
   -webkit-flex: 0 0 83.3333333333%;
   -ms-flex: 0 0 83.3333333333%;
   flex: 0 0 83.3333333333%;
   max-width: 83.3333333333%;
 }
 
 .col-11 {
   -webkit-box-flex: 0;
   -webkit-flex: 0 0 91.6666666667%;
   -ms-flex: 0 0 91.6666666667%;
   flex: 0 0 91.6666666667%;
   max-width: 91.6666666667%;
 }
 
 .col-12 {
   -webkit-box-flex: 0;
   -webkit-flex: 0 0 100%;
   -ms-flex: 0 0 100%;
   flex: 0 0 100%;
   max-width: 100%;
 }
 
 .order-first {
   -webkit-box-ordinal-group: 0;
   -webkit-order: -1;
   -ms-flex-order: -1;
   order: -1;
 }
 
 .order-last {
   -webkit-box-ordinal-group: 14;
   -webkit-order: 13;
   -ms-flex-order: 13;
   order: 13;
 }
 
 .order-0 {
   -webkit-box-ordinal-group: 1;
   -webkit-order: 0;
   -ms-flex-order: 0;
   order: 0;
 }
 
 .order-1 {
   -webkit-box-ordinal-group: 2;
   -webkit-order: 1;
   -ms-flex-order: 1;
   order: 1;
 }
 
 .order-2 {
   -webkit-box-ordinal-group: 3;
   -webkit-order: 2;
   -ms-flex-order: 2;
   order: 2;
 }
 
 .order-3 {
   -webkit-box-ordinal-group: 4;
   -webkit-order: 3;
   -ms-flex-order: 3;
   order: 3;
 }
 
 .order-4 {
   -webkit-box-ordinal-group: 5;
   -webkit-order: 4;
   -ms-flex-order: 4;
   order: 4;
 }
 
 .order-5 {
   -webkit-box-ordinal-group: 6;
   -webkit-order: 5;
   -ms-flex-order: 5;
   order: 5;
 }
 
 .order-6 {
   -webkit-box-ordinal-group: 7;
   -webkit-order: 6;
   -ms-flex-order: 6;
   order: 6;
 }
 
 .order-7 {
   -webkit-box-ordinal-group: 8;
   -webkit-order: 7;
   -ms-flex-order: 7;
   order: 7;
 }
 
 .order-8 {
   -webkit-box-ordinal-group: 9;
   -webkit-order: 8;
   -ms-flex-order: 8;
   order: 8;
 }
 
 .order-9 {
   -webkit-box-ordinal-group: 10;
   -webkit-order: 9;
   -ms-flex-order: 9;
   order: 9;
 }
 
 .order-10 {
   -webkit-box-ordinal-group: 11;
   -webkit-order: 10;
   -ms-flex-order: 10;
   order: 10;
 }
 
 .order-11 {
   -webkit-box-ordinal-group: 12;
   -webkit-order: 11;
   -ms-flex-order: 11;
   order: 11;
 }
 
 .order-12 {
   -webkit-box-ordinal-group: 13;
   -webkit-order: 12;
   -ms-flex-order: 12;
   order: 12;
 }
 
 .offset-1 {
   margin-left: 8.3333333333%;
 }
 
 .offset-2 {
   margin-left: 16.6666666667%;
 }
 
 .offset-3 {
   margin-left: 25%;
 }
 
 .offset-4 {
   margin-left: 33.3333333333%;
 }
 
 .offset-5 {
   margin-left: 41.6666666667%;
 }
 
 .offset-6 {
   margin-left: 50%;
 }
 
 .offset-7 {
   margin-left: 58.3333333333%;
 }
 
 .offset-8 {
   margin-left: 66.6666666667%;
 }
 
 .offset-9 {
   margin-left: 75%;
 }
 
 .offset-10 {
   margin-left: 83.3333333333%;
 }
 
 .offset-11 {
   margin-left: 91.6666666667%;
 }
 
 @media (min-width: 576px) {
   .col-sm {
     -webkit-flex-basis: 0;
     -ms-flex-preferred-size: 0;
     flex-basis: 0;
     -webkit-box-flex: 1;
     -webkit-flex-grow: 1;
     -ms-flex-positive: 1;
     flex-grow: 1;
     max-width: 100%;
   }
   .col-sm-auto {
     -webkit-box-flex: 0;
     -webkit-flex: 0 0 auto;
     -ms-flex: 0 0 auto;
     flex: 0 0 auto;
     width: auto;
     max-width: none;
   }
   .col-sm-1 {
     -webkit-box-flex: 0;
     -webkit-flex: 0 0 8.3333333333%;
     -ms-flex: 0 0 8.3333333333%;
     flex: 0 0 8.3333333333%;
     max-width: 8.3333333333%;
   }
   .col-sm-2 {
     -webkit-box-flex: 0;
     -webkit-flex: 0 0 16.6666666667%;
     -ms-flex: 0 0 16.6666666667%;
     flex: 0 0 16.6666666667%;
     max-width: 16.6666666667%;
   }
   .col-sm-3 {
     -webkit-box-flex: 0;
     -webkit-flex: 0 0 25%;
     -ms-flex: 0 0 25%;
     flex: 0 0 25%;
     max-width: 25%;
   }
   .col-sm-4 {
     -webkit-box-flex: 0;
     -webkit-flex: 0 0 33.3333333333%;
     -ms-flex: 0 0 33.3333333333%;
     flex: 0 0 33.3333333333%;
     max-width: 33.3333333333%;
   }
   .col-sm-5 {
     -webkit-box-flex: 0;
     -webkit-flex: 0 0 41.6666666667%;
     -ms-flex: 0 0 41.6666666667%;
     flex: 0 0 41.6666666667%;
     max-width: 41.6666666667%;
   }
   .col-sm-6 {
     -webkit-box-flex: 0;
     -webkit-flex: 0 0 50%;
     -ms-flex: 0 0 50%;
     flex: 0 0 50%;
     max-width: 50%;
   }
   .col-sm-7 {
     -webkit-box-flex: 0;
     -webkit-flex: 0 0 58.3333333333%;
     -ms-flex: 0 0 58.3333333333%;
     flex: 0 0 58.3333333333%;
     max-width: 58.3333333333%;
   }
   .col-sm-8 {
     -webkit-box-flex: 0;
     -webkit-flex: 0 0 66.6666666667%;
     -ms-flex: 0 0 66.6666666667%;
     flex: 0 0 66.6666666667%;
     max-width: 66.6666666667%;
   }
   .col-sm-9 {
     -webkit-box-flex: 0;
     -webkit-flex: 0 0 75%;
     -ms-flex: 0 0 75%;
     flex: 0 0 75%;
     max-width: 75%;
   }
   .col-sm-10 {
     -webkit-box-flex: 0;
     -webkit-flex: 0 0 83.3333333333%;
     -ms-flex: 0 0 83.3333333333%;
     flex: 0 0 83.3333333333%;
     max-width: 83.3333333333%;
   }
   .col-sm-11 {
     -webkit-box-flex: 0;
     -webkit-flex: 0 0 91.6666666667%;
     -ms-flex: 0 0 91.6666666667%;
     flex: 0 0 91.6666666667%;
     max-width: 91.6666666667%;
   }
   .col-sm-12 {
     -webkit-box-flex: 0;
     -webkit-flex: 0 0 100%;
     -ms-flex: 0 0 100%;
     flex: 0 0 100%;
     max-width: 100%;
   }
   .order-sm-first {
     -webkit-box-ordinal-group: 0;
     -webkit-order: -1;
     -ms-flex-order: -1;
     order: -1;
   }
   .order-sm-last {
     -webkit-box-ordinal-group: 14;
     -webkit-order: 13;
     -ms-flex-order: 13;
     order: 13;
   }
   .order-sm-0 {
     -webkit-box-ordinal-group: 1;
     -webkit-order: 0;
     -ms-flex-order: 0;
     order: 0;
   }
   .order-sm-1 {
     -webkit-box-ordinal-group: 2;
     -webkit-order: 1;
     -ms-flex-order: 1;
     order: 1;
   }
   .order-sm-2 {
     -webkit-box-ordinal-group: 3;
     -webkit-order: 2;
     -ms-flex-order: 2;
     order: 2;
   }
   .order-sm-3 {
     -webkit-box-ordinal-group: 4;
     -webkit-order: 3;
     -ms-flex-order: 3;
     order: 3;
   }
   .order-sm-4 {
     -webkit-box-ordinal-group: 5;
     -webkit-order: 4;
     -ms-flex-order: 4;
     order: 4;
   }
   .order-sm-5 {
     -webkit-box-ordinal-group: 6;
     -webkit-order: 5;
     -ms-flex-order: 5;
     order: 5;
   }
   .order-sm-6 {
     -webkit-box-ordinal-group: 7;
     -webkit-order: 6;
     -ms-flex-order: 6;
     order: 6;
   }
   .order-sm-7 {
     -webkit-box-ordinal-group: 8;
     -webkit-order: 7;
     -ms-flex-order: 7;
     order: 7;
   }
   .order-sm-8 {
     -webkit-box-ordinal-group: 9;
     -webkit-order: 8;
     -ms-flex-order: 8;
     order: 8;
   }
   .order-sm-9 {
     -webkit-box-ordinal-group: 10;
     -webkit-order: 9;
     -ms-flex-order: 9;
     order: 9;
   }
   .order-sm-10 {
     -webkit-box-ordinal-group: 11;
     -webkit-order: 10;
     -ms-flex-order: 10;
     order: 10;
   }
   .order-sm-11 {
     -webkit-box-ordinal-group: 12;
     -webkit-order: 11;
     -ms-flex-order: 11;
     order: 11;
   }
   .order-sm-12 {
     -webkit-box-ordinal-group: 13;
     -webkit-order: 12;
     -ms-flex-order: 12;
     order: 12;
   }
   .offset-sm-0 {
     margin-left: 0;
   }
   .offset-sm-1 {
     margin-left: 8.3333333333%;
   }
   .offset-sm-2 {
     margin-left: 16.6666666667%;
   }
   .offset-sm-3 {
     margin-left: 25%;
   }
   .offset-sm-4 {
     margin-left: 33.3333333333%;
   }
   .offset-sm-5 {
     margin-left: 41.6666666667%;
   }
   .offset-sm-6 {
     margin-left: 50%;
   }
   .offset-sm-7 {
     margin-left: 58.3333333333%;
   }
   .offset-sm-8 {
     margin-left: 66.6666666667%;
   }
   .offset-sm-9 {
     margin-left: 75%;
   }
   .offset-sm-10 {
     margin-left: 83.3333333333%;
   }
   .offset-sm-11 {
     margin-left: 91.6666666667%;
   }
 }
 
 @media (min-width: 768px) {
   .col-md {
     -webkit-flex-basis: 0;
     -ms-flex-preferred-size: 0;
     flex-basis: 0;
     -webkit-box-flex: 1;
     -webkit-flex-grow: 1;
     -ms-flex-positive: 1;
     flex-grow: 1;
     max-width: 100%;
   }
   .col-md-auto {
     -webkit-box-flex: 0;
     -webkit-flex: 0 0 auto;
     -ms-flex: 0 0 auto;
     flex: 0 0 auto;
     width: auto;
     max-width: none;
   }
   .col-md-1 {
     -webkit-box-flex: 0;
     -webkit-flex: 0 0 8.3333333333%;
     -ms-flex: 0 0 8.3333333333%;
     flex: 0 0 8.3333333333%;
     max-width: 8.3333333333%;
   }
   .col-md-2 {
     -webkit-box-flex: 0;
     -webkit-flex: 0 0 16.6666666667%;
     -ms-flex: 0 0 16.6666666667%;
     flex: 0 0 16.6666666667%;
     max-width: 16.6666666667%;
   }
   .col-md-3 {
     -webkit-box-flex: 0;
     -webkit-flex: 0 0 25%;
     -ms-flex: 0 0 25%;
     flex: 0 0 25%;
     max-width: 25%;
   }
   .col-md-4 {
     -webkit-box-flex: 0;
     -webkit-flex: 0 0 33.3333333333%;
     -ms-flex: 0 0 33.3333333333%;
     flex: 0 0 33.3333333333%;
     max-width: 33.3333333333%;
   }
   .col-md-5 {
     -webkit-box-flex: 0;
     -webkit-flex: 0 0 41.6666666667%;
     -ms-flex: 0 0 41.6666666667%;
     flex: 0 0 41.6666666667%;
     max-width: 41.6666666667%;
   }
   .col-md-6 {
     -webkit-box-flex: 0;
     -webkit-flex: 0 0 50%;
     -ms-flex: 0 0 50%;
     flex: 0 0 50%;
     max-width: 50%;
   }
   .col-md-7 {
     -webkit-box-flex: 0;
     -webkit-flex: 0 0 58.3333333333%;
     -ms-flex: 0 0 58.3333333333%;
     flex: 0 0 58.3333333333%;
     max-width: 58.3333333333%;
   }
   .col-md-8 {
     -webkit-box-flex: 0;
     -webkit-flex: 0 0 66.6666666667%;
     -ms-flex: 0 0 66.6666666667%;
     flex: 0 0 66.6666666667%;
     max-width: 66.6666666667%;
   }
   .col-md-9 {
     -webkit-box-flex: 0;
     -webkit-flex: 0 0 75%;
     -ms-flex: 0 0 75%;
     flex: 0 0 75%;
     max-width: 75%;
   }
   .col-md-10 {
     -webkit-box-flex: 0;
     -webkit-flex: 0 0 83.3333333333%;
     -ms-flex: 0 0 83.3333333333%;
     flex: 0 0 83.3333333333%;
     max-width: 83.3333333333%;
   }
   .col-md-11 {
     -webkit-box-flex: 0;
     -webkit-flex: 0 0 91.6666666667%;
     -ms-flex: 0 0 91.6666666667%;
     flex: 0 0 91.6666666667%;
     max-width: 91.6666666667%;
   }
   .col-md-12 {
     -webkit-box-flex: 0;
     -webkit-flex: 0 0 100%;
     -ms-flex: 0 0 100%;
     flex: 0 0 100%;
     max-width: 100%;
   }
   .order-md-first {
     -webkit-box-ordinal-group: 0;
     -webkit-order: -1;
     -ms-flex-order: -1;
     order: -1;
   }
   .order-md-last {
     -webkit-box-ordinal-group: 14;
     -webkit-order: 13;
     -ms-flex-order: 13;
     order: 13;
   }
   .order-md-0 {
     -webkit-box-ordinal-group: 1;
     -webkit-order: 0;
     -ms-flex-order: 0;
     order: 0;
   }
   .order-md-1 {
     -webkit-box-ordinal-group: 2;
     -webkit-order: 1;
     -ms-flex-order: 1;
     order: 1;
   }
   .order-md-2 {
     -webkit-box-ordinal-group: 3;
     -webkit-order: 2;
     -ms-flex-order: 2;
     order: 2;
   }
   .order-md-3 {
     -webkit-box-ordinal-group: 4;
     -webkit-order: 3;
     -ms-flex-order: 3;
     order: 3;
   }
   .order-md-4 {
     -webkit-box-ordinal-group: 5;
     -webkit-order: 4;
     -ms-flex-order: 4;
     order: 4;
   }
   .order-md-5 {
     -webkit-box-ordinal-group: 6;
     -webkit-order: 5;
     -ms-flex-order: 5;
     order: 5;
   }
   .order-md-6 {
     -webkit-box-ordinal-group: 7;
     -webkit-order: 6;
     -ms-flex-order: 6;
     order: 6;
   }
   .order-md-7 {
     -webkit-box-ordinal-group: 8;
     -webkit-order: 7;
     -ms-flex-order: 7;
     order: 7;
   }
   .order-md-8 {
     -webkit-box-ordinal-group: 9;
     -webkit-order: 8;
     -ms-flex-order: 8;
     order: 8;
   }
   .order-md-9 {
     -webkit-box-ordinal-group: 10;
     -webkit-order: 9;
     -ms-flex-order: 9;
     order: 9;
   }
   .order-md-10 {
     -webkit-box-ordinal-group: 11;
     -webkit-order: 10;
     -ms-flex-order: 10;
     order: 10;
   }
   .order-md-11 {
     -webkit-box-ordinal-group: 12;
     -webkit-order: 11;
     -ms-flex-order: 11;
     order: 11;
   }
   .order-md-12 {
     -webkit-box-ordinal-group: 13;
     -webkit-order: 12;
     -ms-flex-order: 12;
     order: 12;
   }
   .offset-md-0 {
     margin-left: 0;
   }
   .offset-md-1 {
     margin-left: 8.3333333333%;
   }
   .offset-md-2 {
     margin-left: 16.6666666667%;
   }
   .offset-md-3 {
     margin-left: 25%;
   }
   .offset-md-4 {
     margin-left: 33.3333333333%;
   }
   .offset-md-5 {
     margin-left: 41.6666666667%;
   }
   .offset-md-6 {
     margin-left: 50%;
   }
   .offset-md-7 {
     margin-left: 58.3333333333%;
   }
   .offset-md-8 {
     margin-left: 66.6666666667%;
   }
   .offset-md-9 {
     margin-left: 75%;
   }
   .offset-md-10 {
     margin-left: 83.3333333333%;
   }
   .offset-md-11 {
     margin-left: 91.6666666667%;
   }
 }
 
 @media (min-width: 992px) {
   .col-lg {
     -webkit-flex-basis: 0;
     -ms-flex-preferred-size: 0;
     flex-basis: 0;
     -webkit-box-flex: 1;
     -webkit-flex-grow: 1;
     -ms-flex-positive: 1;
     flex-grow: 1;
     max-width: 100%;
   }
   .col-lg-auto {
     -webkit-box-flex: 0;
     -webkit-flex: 0 0 auto;
     -ms-flex: 0 0 auto;
     flex: 0 0 auto;
     width: auto;
     max-width: none;
   }
   .col-lg-1 {
     -webkit-box-flex: 0;
     -webkit-flex: 0 0 8.3333333333%;
     -ms-flex: 0 0 8.3333333333%;
     flex: 0 0 8.3333333333%;
     max-width: 8.3333333333%;
   }
   .col-lg-2 {
     -webkit-box-flex: 0;
     -webkit-flex: 0 0 16.6666666667%;
     -ms-flex: 0 0 16.6666666667%;
     flex: 0 0 16.6666666667%;
     max-width: 16.6666666667%;
   }
   .col-lg-3 {
     -webkit-box-flex: 0;
     -webkit-flex: 0 0 25%;
     -ms-flex: 0 0 25%;
     flex: 0 0 25%;
     max-width: 25%;
   }
   .col-lg-4 {
     -webkit-box-flex: 0;
     -webkit-flex: 0 0 33.3333333333%;
     -ms-flex: 0 0 33.3333333333%;
     flex: 0 0 33.3333333333%;
     max-width: 33.3333333333%;
   }
   .col-lg-5 {
     -webkit-box-flex: 0;
     -webkit-flex: 0 0 41.6666666667%;
     -ms-flex: 0 0 41.6666666667%;
     flex: 0 0 41.6666666667%;
     max-width: 41.6666666667%;
   }
   .col-lg-6 {
     -webkit-box-flex: 0;
     -webkit-flex: 0 0 50%;
     -ms-flex: 0 0 50%;
     flex: 0 0 50%;
     max-width: 50%;
   }
   .col-lg-7 {
     -webkit-box-flex: 0;
     -webkit-flex: 0 0 58.3333333333%;
     -ms-flex: 0 0 58.3333333333%;
     flex: 0 0 58.3333333333%;
     max-width: 58.3333333333%;
   }
   .col-lg-8 {
     -webkit-box-flex: 0;
     -webkit-flex: 0 0 66.6666666667%;
     -ms-flex: 0 0 66.6666666667%;
     flex: 0 0 66.6666666667%;
     max-width: 66.6666666667%;
   }
   .col-lg-9 {
     -webkit-box-flex: 0;
     -webkit-flex: 0 0 75%;
     -ms-flex: 0 0 75%;
     flex: 0 0 75%;
     max-width: 75%;
   }
   .col-lg-10 {
     -webkit-box-flex: 0;
     -webkit-flex: 0 0 83.3333333333%;
     -ms-flex: 0 0 83.3333333333%;
     flex: 0 0 83.3333333333%;
     max-width: 83.3333333333%;
   }
   .col-lg-11 {
     -webkit-box-flex: 0;
     -webkit-flex: 0 0 91.6666666667%;
     -ms-flex: 0 0 91.6666666667%;
     flex: 0 0 91.6666666667%;
     max-width: 91.6666666667%;
   }
   .col-lg-12 {
     -webkit-box-flex: 0;
     -webkit-flex: 0 0 100%;
     -ms-flex: 0 0 100%;
     flex: 0 0 100%;
     max-width: 100%;
   }
   .order-lg-first {
     -webkit-box-ordinal-group: 0;
     -webkit-order: -1;
     -ms-flex-order: -1;
     order: -1;
   }
   .order-lg-last {
     -webkit-box-ordinal-group: 14;
     -webkit-order: 13;
     -ms-flex-order: 13;
     order: 13;
   }
   .order-lg-0 {
     -webkit-box-ordinal-group: 1;
     -webkit-order: 0;
     -ms-flex-order: 0;
     order: 0;
   }
   .order-lg-1 {
     -webkit-box-ordinal-group: 2;
     -webkit-order: 1;
     -ms-flex-order: 1;
     order: 1;
   }
   .order-lg-2 {
     -webkit-box-ordinal-group: 3;
     -webkit-order: 2;
     -ms-flex-order: 2;
     order: 2;
   }
   .order-lg-3 {
     -webkit-box-ordinal-group: 4;
     -webkit-order: 3;
     -ms-flex-order: 3;
     order: 3;
   }
   .order-lg-4 {
     -webkit-box-ordinal-group: 5;
     -webkit-order: 4;
     -ms-flex-order: 4;
     order: 4;
   }
   .order-lg-5 {
     -webkit-box-ordinal-group: 6;
     -webkit-order: 5;
     -ms-flex-order: 5;
     order: 5;
   }
   .order-lg-6 {
     -webkit-box-ordinal-group: 7;
     -webkit-order: 6;
     -ms-flex-order: 6;
     order: 6;
   }
   .order-lg-7 {
     -webkit-box-ordinal-group: 8;
     -webkit-order: 7;
     -ms-flex-order: 7;
     order: 7;
   }
   .order-lg-8 {
     -webkit-box-ordinal-group: 9;
     -webkit-order: 8;
     -ms-flex-order: 8;
     order: 8;
   }
   .order-lg-9 {
     -webkit-box-ordinal-group: 10;
     -webkit-order: 9;
     -ms-flex-order: 9;
     order: 9;
   }
   .order-lg-10 {
     -webkit-box-ordinal-group: 11;
     -webkit-order: 10;
     -ms-flex-order: 10;
     order: 10;
   }
   .order-lg-11 {
     -webkit-box-ordinal-group: 12;
     -webkit-order: 11;
     -ms-flex-order: 11;
     order: 11;
   }
   .order-lg-12 {
     -webkit-box-ordinal-group: 13;
     -webkit-order: 12;
     -ms-flex-order: 12;
     order: 12;
   }
   .offset-lg-0 {
     margin-left: 0;
   }
   .offset-lg-1 {
     margin-left: 8.3333333333%;
   }
   .offset-lg-2 {
     margin-left: 16.6666666667%;
   }
   .offset-lg-3 {
     margin-left: 25%;
   }
   .offset-lg-4 {
     margin-left: 33.3333333333%;
   }
   .offset-lg-5 {
     margin-left: 41.6666666667%;
   }
   .offset-lg-6 {
     margin-left: 50%;
   }
   .offset-lg-7 {
     margin-left: 58.3333333333%;
   }
   .offset-lg-8 {
     margin-left: 66.6666666667%;
   }
   .offset-lg-9 {
     margin-left: 75%;
   }
   .offset-lg-10 {
     margin-left: 83.3333333333%;
   }
   .offset-lg-11 {
     margin-left: 91.6666666667%;
   }
 }
 
 @media (min-width: 1200px) {
   .col-xl {
     -webkit-flex-basis: 0;
     -ms-flex-preferred-size: 0;
     flex-basis: 0;
     -webkit-box-flex: 1;
     -webkit-flex-grow: 1;
     -ms-flex-positive: 1;
     flex-grow: 1;
     max-width: 100%;
   }
   .col-xl-auto {
     -webkit-box-flex: 0;
     -webkit-flex: 0 0 auto;
     -ms-flex: 0 0 auto;
     flex: 0 0 auto;
     width: auto;
     max-width: none;
   }
   .col-xl-1 {
     -webkit-box-flex: 0;
     -webkit-flex: 0 0 8.3333333333%;
     -ms-flex: 0 0 8.3333333333%;
     flex: 0 0 8.3333333333%;
     max-width: 8.3333333333%;
   }
   .col-xl-2 {
     -webkit-box-flex: 0;
     -webkit-flex: 0 0 16.6666666667%;
     -ms-flex: 0 0 16.6666666667%;
     flex: 0 0 16.6666666667%;
     max-width: 16.6666666667%;
   }
   .col-xl-3 {
     -webkit-box-flex: 0;
     -webkit-flex: 0 0 25%;
     -ms-flex: 0 0 25%;
     flex: 0 0 25%;
     max-width: 25%;
   }
   .col-xl-4 {
     -webkit-box-flex: 0;
     -webkit-flex: 0 0 33.3333333333%;
     -ms-flex: 0 0 33.3333333333%;
     flex: 0 0 33.3333333333%;
     max-width: 33.3333333333%;
   }
   .col-xl-5 {
     -webkit-box-flex: 0;
     -webkit-flex: 0 0 41.6666666667%;
     -ms-flex: 0 0 41.6666666667%;
     flex: 0 0 41.6666666667%;
     max-width: 41.6666666667%;
   }
   .col-xl-6 {
     -webkit-box-flex: 0;
     -webkit-flex: 0 0 50%;
     -ms-flex: 0 0 50%;
     flex: 0 0 50%;
     max-width: 50%;
   }
   .col-xl-7 {
     -webkit-box-flex: 0;
     -webkit-flex: 0 0 58.3333333333%;
     -ms-flex: 0 0 58.3333333333%;
     flex: 0 0 58.3333333333%;
     max-width: 58.3333333333%;
   }
   .col-xl-8 {
     -webkit-box-flex: 0;
     -webkit-flex: 0 0 66.6666666667%;
     -ms-flex: 0 0 66.6666666667%;
     flex: 0 0 66.6666666667%;
     max-width: 66.6666666667%;
   }
   .col-xl-9 {
     -webkit-box-flex: 0;
     -webkit-flex: 0 0 75%;
     -ms-flex: 0 0 75%;
     flex: 0 0 75%;
     max-width: 75%;
   }
   .col-xl-10 {
     -webkit-box-flex: 0;
     -webkit-flex: 0 0 83.3333333333%;
     -ms-flex: 0 0 83.3333333333%;
     flex: 0 0 83.3333333333%;
     max-width: 83.3333333333%;
   }
   .col-xl-11 {
     -webkit-box-flex: 0;
     -webkit-flex: 0 0 91.6666666667%;
     -ms-flex: 0 0 91.6666666667%;
     flex: 0 0 91.6666666667%;
     max-width: 91.6666666667%;
   }
   .col-xl-12 {
     -webkit-box-flex: 0;
     -webkit-flex: 0 0 100%;
     -ms-flex: 0 0 100%;
     flex: 0 0 100%;
     max-width: 100%;
   }
   .order-xl-first {
     -webkit-box-ordinal-group: 0;
     -webkit-order: -1;
     -ms-flex-order: -1;
     order: -1;
   }
   .order-xl-last {
     -webkit-box-ordinal-group: 14;
     -webkit-order: 13;
     -ms-flex-order: 13;
     order: 13;
   }
   .order-xl-0 {
     -webkit-box-ordinal-group: 1;
     -webkit-order: 0;
     -ms-flex-order: 0;
     order: 0;
   }
   .order-xl-1 {
     -webkit-box-ordinal-group: 2;
     -webkit-order: 1;
     -ms-flex-order: 1;
     order: 1;
   }
   .order-xl-2 {
     -webkit-box-ordinal-group: 3;
     -webkit-order: 2;
     -ms-flex-order: 2;
     order: 2;
   }
   .order-xl-3 {
     -webkit-box-ordinal-group: 4;
     -webkit-order: 3;
     -ms-flex-order: 3;
     order: 3;
   }
   .order-xl-4 {
     -webkit-box-ordinal-group: 5;
     -webkit-order: 4;
     -ms-flex-order: 4;
     order: 4;
   }
   .order-xl-5 {
     -webkit-box-ordinal-group: 6;
     -webkit-order: 5;
     -ms-flex-order: 5;
     order: 5;
   }
   .order-xl-6 {
     -webkit-box-ordinal-group: 7;
     -webkit-order: 6;
     -ms-flex-order: 6;
     order: 6;
   }
   .order-xl-7 {
     -webkit-box-ordinal-group: 8;
     -webkit-order: 7;
     -ms-flex-order: 7;
     order: 7;
   }
   .order-xl-8 {
     -webkit-box-ordinal-group: 9;
     -webkit-order: 8;
     -ms-flex-order: 8;
     order: 8;
   }
   .order-xl-9 {
     -webkit-box-ordinal-group: 10;
     -webkit-order: 9;
     -ms-flex-order: 9;
     order: 9;
   }
   .order-xl-10 {
     -webkit-box-ordinal-group: 11;
     -webkit-order: 10;
     -ms-flex-order: 10;
     order: 10;
   }
   .order-xl-11 {
     -webkit-box-ordinal-group: 12;
     -webkit-order: 11;
     -ms-flex-order: 11;
     order: 11;
   }
   .order-xl-12 {
     -webkit-box-ordinal-group: 13;
     -webkit-order: 12;
     -ms-flex-order: 12;
     order: 12;
   }
   .offset-xl-0 {
     margin-left: 0;
   }
   .offset-xl-1 {
     margin-left: 8.3333333333%;
   }
   .offset-xl-2 {
     margin-left: 16.6666666667%;
   }
   .offset-xl-3 {
     margin-left: 25%;
   }
   .offset-xl-4 {
     margin-left: 33.3333333333%;
   }
   .offset-xl-5 {
     margin-left: 41.6666666667%;
   }
   .offset-xl-6 {
     margin-left: 50%;
   }
   .offset-xl-7 {
     margin-left: 58.3333333333%;
   }
   .offset-xl-8 {
     margin-left: 66.6666666667%;
   }
   .offset-xl-9 {
     margin-left: 75%;
   }
   .offset-xl-10 {
     margin-left: 83.3333333333%;
   }
   .offset-xl-11 {
     margin-left: 91.6666666667%;
   }
 }
 
 .table {
   width: 100%;
   max-width: 100%;
   margin-bottom: 1rem;
   background-color: transparent;
 }
 .table th,
 .table td {
   padding: 0.9rem;
   vertical-align: top;
   border-top: 1px solid #eceeef;
 }
 .table thead th {
   vertical-align: bottom;
   border-bottom: 2px solid #eceeef;
 }
 .table tbody + tbody {
   border-top: 2px solid #eceeef;
 }
 .table .table {
   background-color: #f4f4f4;
 }
 
 .table-sm th,
 .table-sm td {
   padding: 0.6rem;
 }
 
 .table-bordered {
   border: 1px solid #eceeef;
 }
 .table-bordered th,
 .table-bordered td {
   border: 1px solid #d8d8d8;
 }
 .table-bordered thead th,
 .table-bordered thead td {
   border-bottom-width: 2px;
 }
 
 .table-striped tbody tr:nth-of-type(odd) {
   background-color: whitesmoke;
 }
 
 .table-hover tbody tr:hover {
   background-color: rgba(0, 0, 0, 0.075);
 }
 
 .table-primary,
 .table-primary > th,
 .table-primary > td {
   background-color: #c4eedd;
 }
 
 .table-hover .table-primary:hover {
   background-color: #b0e8d2;
 }
 .table-hover .table-primary:hover > td,
 .table-hover .table-primary:hover > th {
   background-color: #b0e8d2;
 }
 
 .table-secondary,
 .table-secondary > th,
 .table-secondary > td {
   background-color: #dddddd;
 }
 
 .table-hover .table-secondary:hover {
   background-color: #d0d0d0;
 }
 .table-hover .table-secondary:hover > td,
 .table-hover .table-secondary:hover > th {
   background-color: #d0d0d0;
 }
 
 .table-success,
 .table-success > th,
 .table-success > td {
   background-color: #c4eedd;
 }
 
 .table-hover .table-success:hover {
   background-color: #b0e8d2;
 }
 .table-hover .table-success:hover > td,
 .table-hover .table-success:hover > th {
   background-color: #b0e8d2;
 }
 
 .table-info,
 .table-info > th,
 .table-info > td {
   background-color: #d0effb;
 }
 
 .table-hover .table-info:hover {
   background-color: #b9e7f9;
 }
 .table-hover .table-info:hover > td,
 .table-hover .table-info:hover > th {
   background-color: #b9e7f9;
 }
 
 .table-warning,
 .table-warning > th,
 .table-warning > td {
   background-color: #fff5ca;
 }
 
 .table-hover .table-warning:hover {
   background-color: #fff0b1;
 }
 .table-hover .table-warning:hover > td,
 .table-hover .table-warning:hover > th {
   background-color: #fff0b1;
 }
 
 .table-danger,
 .table-danger > th,
 .table-danger > td {
   background-color: #fcd0cb;
 }
 
 .table-hover .table-danger:hover {
   background-color: #fbbab3;
 }
 .table-hover .table-danger:hover > td,
 .table-hover .table-danger:hover > th {
   background-color: #fbbab3;
 }
 
 .table-light,
 .table-light > th,
 .table-light > td {
   background-color: white;
 }
 
 .table-hover .table-light:hover {
   background-color: #f2f2f2;
 }
 .table-hover .table-light:hover > td,
 .table-hover .table-light:hover > th {
   background-color: #f2f2f2;
 }
 
 .table-dark,
 .table-dark > th,
 .table-dark > td {
   background-color: #c6c6c6;
 }
 
 .table-hover .table-dark:hover {
   background-color: #b9b9b9;
 }
 .table-hover .table-dark:hover > td,
 .table-hover .table-dark:hover > th {
   background-color: #b9b9b9;
 }
 
 .table-grey,
 .table-grey > th,
 .table-grey > td {
   background-color: #f8f8f8;
 }
 
 .table-hover .table-grey:hover {
   background-color: #ebebeb;
 }
 .table-hover .table-grey:hover > td,
 .table-hover .table-grey:hover > th {
   background-color: #ebebeb;
 }
 
 .table-noir,
 .table-noir > th,
 .table-noir > td {
   background-color: #cfcfcf;
 }
 
 .table-hover .table-noir:hover {
   background-color: #c2c2c2;
 }
 .table-hover .table-noir:hover > td,
 .table-hover .table-noir:hover > th {
   background-color: #c2c2c2;
 }
 
 .table-active,
 .table-active > th,
 .table-active > td {
   background-color: rgba(0, 0, 0, 0.075);
 }
 
 .table-hover .table-active:hover {
   background-color: rgba(0, 0, 0, 0.075);
 }
 .table-hover .table-active:hover > td,
 .table-hover .table-active:hover > th {
   background-color: rgba(0, 0, 0, 0.075);
 }
 
 .table .thead-dark th {
   color: #f4f4f4;
   background-color: #212529;
   border-color: #32383e;
 }
 
 .table .thead-light th {
   color: #636c72;
   background-color: #eceeef;
   border-color: #eceeef;
 }
 
 .table-dark {
   color: #f4f4f4;
   background-color: #212529;
 }
 .table-dark th,
 .table-dark td,
 .table-dark thead th {
   border-color: #32383e;
 }
 .table-dark.table-bordered {
   border: 0;
 }
 .table-dark.table-striped tbody tr:nth-of-type(odd) {
   background-color: rgba(255, 255, 255, 0.05);
 }
 .table-dark.table-hover tbody tr:hover {
   background-color: rgba(255, 255, 255, 0.075);
 }
 
 @media (max-width: 575.98px) {
   .table-responsive-sm {
     display: block;
     width: 100%;
     overflow-x: auto;
     -webkit-overflow-scrolling: touch;
     -ms-overflow-style: -ms-autohiding-scrollbar;
   }
   .table-responsive-sm > .table-bordered {
     border: 0;
   }
 }
 
 @media (max-width: 767.98px) {
   .table-responsive-md {
     display: block;
     width: 100%;
     overflow-x: auto;
     -webkit-overflow-scrolling: touch;
     -ms-overflow-style: -ms-autohiding-scrollbar;
   }
   .table-responsive-md > .table-bordered {
     border: 0;
   }
 }
 
 @media (max-width: 991.98px) {
   .table-responsive-lg {
     display: block;
     width: 100%;
     overflow-x: auto;
     -webkit-overflow-scrolling: touch;
     -ms-overflow-style: -ms-autohiding-scrollbar;
   }
   .table-responsive-lg > .table-bordered {
     border: 0;
   }
 }
 
 @media (max-width: 1199.98px) {
   .table-responsive-xl {
     display: block;
     width: 100%;
     overflow-x: auto;
     -webkit-overflow-scrolling: touch;
     -ms-overflow-style: -ms-autohiding-scrollbar;
   }
   .table-responsive-xl > .table-bordered {
     border: 0;
   }
 }
 
 .table-responsive {
   display: block;
   width: 100%;
   overflow-x: auto;
   -webkit-overflow-scrolling: touch;
   -ms-overflow-style: -ms-autohiding-scrollbar;
 }
 .table-responsive > .table-bordered {
   border: 0;
 }
 
 .form-control {
   display: block;
   width: 100%;
   padding: 0.923077rem 1.307rem;
   font-size: 1rem;
   line-height: 1;
   color: #878787;
   background-color: #ffffff;
   -webkit-background-clip: padding-box;
   background-clip: padding-box;
   border: 2px solid #ebebeb;
   border-radius: 0;
   -webkit-transition: border-color 0.15s ease-in-out,
     -webkit-box-shadow 0.15s ease-in-out;
   transition: border-color 0.15s ease-in-out,
     -webkit-box-shadow 0.15s ease-in-out;
   -o-transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
   transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
   transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out,
     -webkit-box-shadow 0.15s ease-in-out;
 }
 .form-control::-ms-expand {
   background-color: transparent;
   border: 0;
 }
 .form-control:focus {
   color: #878787;
   background-color: #ffffff;
   border-color: #03c0d8;
   outline: 0;
   -webkit-box-shadow: 0 0 0 0 transparent;
   box-shadow: 0 0 0 0 transparent;
 }
 .form-control::-webkit-input-placeholder {
   color: #bababa;
   opacity: 1;
 }
 .form-control::-moz-placeholder {
   color: #bababa;
   opacity: 1;
 }
 .form-control:-ms-input-placeholder {
   color: #bababa;
   opacity: 1;
 }
 .form-control::placeholder {
   color: #bababa;
   opacity: 1;
 }
 .form-control:disabled,
 .form-control[readonly] {
   background-color: #fafafa;
   opacity: 1;
 }
 
 select.form-control:not([size]):not([multiple]),
 .select2-container--default
   .select2-selection--single:not([size]):not([multiple]) {
   height: 2.76rem;
 }
 
 select.form-control:focus::-ms-value,
 .select2-container--default .select2-selection--single:focus::-ms-value {
   color: #878787;
   background-color: #ffffff;
 }
 
 .form-control-file,
 .form-control-range {
   display: block;
   width: 100%;
 }
 
 .col-form-label {
   padding-top: calc(0.923077rem + 2px);
   padding-bottom: calc(0.923077rem + 2px);
   margin-bottom: 0;
   font-size: inherit;
   line-height: 1;
 }
 
 .col-form-label-lg {
   padding-top: calc(1.15385rem + 2px);
   padding-bottom: calc(1.15385rem + 2px);
   font-size: 1.154rem;
   line-height: 1;
 }
 
 .col-form-label-sm {
   padding-top: calc(0.615385rem + 2px);
   padding-bottom: calc(0.615385rem + 2px);
   font-size: 0.8462rem;
   line-height: 1;
 }
 
 .form-control-plaintext {
   display: block;
   width: 100%;
   padding-top: 0.923077rem;
   padding-bottom: 0.923077rem;
   margin-bottom: 0;
   line-height: 1;
   background-color: transparent;
   border: solid transparent;
   border-width: 2px 0;
 }
 .form-control-plaintext.form-control-sm,
 .input-group-sm > .form-control-plaintext.form-control,
 .input-group-sm
   > .input-group-prepend
   > .form-control-plaintext.input-group-text,
 .input-group-sm
   > .input-group-append
   > .form-control-plaintext.input-group-text,
 .input-group-sm > .input-group-prepend > .form-control-plaintext.btn,
 .input-group-sm > .input-group-append > .form-control-plaintext.btn,
 .form-control-plaintext.form-control-lg,
 .input-group-lg > .form-control-plaintext.form-control,
 .input-group-lg
   > .input-group-prepend
   > .form-control-plaintext.input-group-text,
 .input-group-lg
   > .input-group-append
   > .form-control-plaintext.input-group-text,
 .input-group-lg > .input-group-prepend > .form-control-plaintext.btn,
 .input-group-lg > .input-group-append > .form-control-plaintext.btn {
   padding-right: 0;
   padding-left: 0;
 }
 
 .form-control-sm,
 .input-group-sm > .form-control,
 .input-group-sm > .input-group-prepend > .input-group-text,
 .input-group-sm > .input-group-append > .input-group-text,
 .input-group-sm > .input-group-prepend > .btn,
 .input-group-sm > .input-group-append > .btn {
   padding: 0.615385rem 1.307rem;
   font-size: 0.8462rem;
   line-height: 1;
 }
 
 select.form-control-sm:not([size]):not([multiple]),
 .input-group-sm > select.form-control:not([size]):not([multiple]),
 .select2-container--default
   .input-group-sm
   > .select2-selection--single:not([size]):not([multiple]),
 .input-group-sm
   > .input-group-prepend
   > select.input-group-text:not([size]):not([multiple]),
 .input-group-sm
   > .input-group-append
   > select.input-group-text:not([size]):not([multiple]),
 .input-group-sm > .input-group-prepend > select.btn:not([size]):not([multiple]),
 .input-group-sm > .input-group-append > select.btn:not([size]):not([multiple]) {
   height: 2.53846rem;
 }
 
 .form-control-lg,
 .input-group-lg > .form-control,
 .input-group-lg > .input-group-prepend > .input-group-text,
 .input-group-lg > .input-group-append > .input-group-text,
 .input-group-lg > .input-group-prepend > .btn,
 .input-group-lg > .input-group-append > .btn {
   padding: 1.15385rem 1.307rem;
   font-size: 1.154rem;
   line-height: 1;
 }
 
 select.form-control-lg:not([size]):not([multiple]),
 .input-group-lg > select.form-control:not([size]):not([multiple]),
 .select2-container--default
   .input-group-lg
   > .select2-selection--single:not([size]):not([multiple]),
 .input-group-lg
   > .input-group-prepend
   > select.input-group-text:not([size]):not([multiple]),
 .input-group-lg
   > .input-group-append
   > select.input-group-text:not([size]):not([multiple]),
 .input-group-lg > .input-group-prepend > select.btn:not([size]):not([multiple]),
 .input-group-lg > .input-group-append > select.btn:not([size]):not([multiple]) {
   height: 3.84615rem;
 }
 
 .form-group {
   margin-bottom: 1.5rem;
 }
 
 .form-text {
   display: block;
   margin-top: 0.25rem;
 }
 
 .form-row {
   display: -webkit-box;
   display: -webkit-flex;
   display: -ms-flexbox;
   display: flex;
   -webkit-flex-wrap: wrap;
   -ms-flex-wrap: wrap;
   flex-wrap: wrap;
   margin-right: -5px;
   margin-left: -5px;
 }
 .form-row > .col,
 .form-row > [class*='col-'] {
   padding-right: 5px;
   padding-left: 5px;
 }
 
 .form-check {
   position: relative;
   display: block;
   padding-left: 1.25rem;
 }
 
 .form-check-input {
   position: absolute;
   margin-top: 0.3rem;
   margin-left: -1.25rem;
 }
 .form-check-input:disabled ~ .form-check-label {
   color: #878787;
 }
 
 .form-check-label {
   margin-bottom: 0;
 }
 
 .form-check-inline {
   display: -webkit-inline-box;
   display: -webkit-inline-flex;
   display: -ms-inline-flexbox;
   display: inline-flex;
   -webkit-box-align: center;
   -webkit-align-items: center;
   -ms-flex-align: center;
   align-items: center;
   padding-left: 0;
   margin-right: 0.75rem;
 }
 .form-check-inline .form-check-input {
   position: static;
   margin-top: 0;
   margin-right: 0.3125rem;
   margin-left: 0;
 }
 
 .valid-feedback {
   display: none;
   width: 100%;
   margin-top: 0.25rem;
   font-size: 80%;
   color: #5f5f5f;
 }
 
 .valid-tooltip {
   position: absolute;
   top: 100%;
   z-index: 5;
   display: none;
   max-width: 100%;
   padding: 0.5rem;
   margin-top: 0.1rem;
   font-size: 0.875rem;
   line-height: 1;
   color: #fff;
   background-color: rgba(44, 193, 133, 0.8);
   border-radius: 0.2rem;
 }
 
 .was-validated .form-control:valid,
 .form-control.is-valid,
 .was-validated .custom-select:valid,
 .custom-select.is-valid {
   border-color: #5f5f5f;
 }
 .was-validated .form-control:valid:focus,
 .form-control.is-valid:focus,
 .was-validated .custom-select:valid:focus,
 .custom-select.is-valid:focus {
   border-color: #5f5f5f;
   -webkit-box-shadow: 0 0 0 0 rgba(44, 193, 133, 0.25);
   box-shadow: 0 0 0 0 rgba(44, 193, 133, 0.25);
 }
 .was-validated .form-control:valid ~ .valid-feedback,
 .was-validated .form-control:valid ~ .valid-tooltip,
 .form-control.is-valid ~ .valid-feedback,
 .form-control.is-valid ~ .valid-tooltip,
 .was-validated .custom-select:valid ~ .valid-feedback,
 .was-validated .custom-select:valid ~ .valid-tooltip,
 .custom-select.is-valid ~ .valid-feedback,
 .custom-select.is-valid ~ .valid-tooltip {
   display: block;
 }
 
 .was-validated .form-check-input:valid ~ .form-check-label,
 .form-check-input.is-valid ~ .form-check-label {
   color: #5f5f5f;
 }
 
 .was-validated .form-check-input:valid ~ .valid-feedback,
 .was-validated .form-check-input:valid ~ .valid-tooltip,
 .form-check-input.is-valid ~ .valid-feedback,
 .form-check-input.is-valid ~ .valid-tooltip {
   display: block;
 }
 
 .was-validated .custom-control-input:valid ~ .custom-control-label,
 .custom-control-input.is-valid ~ .custom-control-label {
   color: #5f5f5f;
 }
 .was-validated .custom-control-input:valid ~ .custom-control-label::before,
 .custom-control-input.is-valid ~ .custom-control-label::before {
   background-color: #03c0d8;
 }
 
 .was-validated .custom-control-input:valid ~ .valid-feedback,
 .was-validated .custom-control-input:valid ~ .valid-tooltip,
 .custom-control-input.is-valid ~ .valid-feedback,
 .custom-control-input.is-valid ~ .valid-tooltip {
   display: block;
 }
 
 .was-validated
   .custom-control-input:valid:checked
   ~ .custom-control-label::before,
 .custom-control-input.is-valid:checked ~ .custom-control-label::before {
   background-color: #4ad69e;
 }
 
 .was-validated
   .custom-control-input:valid:focus
   ~ .custom-control-label::before,
 .custom-control-input.is-valid:focus ~ .custom-control-label::before {
   -webkit-box-shadow: 0 0 0 1px #f4f4f4, 0 0 0 0 rgba(44, 193, 133, 0.25);
   box-shadow: 0 0 0 1px #f4f4f4, 0 0 0 0 rgba(44, 193, 133, 0.25);
 }
 
 .was-validated .custom-file-input:valid ~ .custom-file-label,
 .custom-file-input.is-valid ~ .custom-file-label {
   border-color: #5f5f5f;
 }
 .was-validated .custom-file-input:valid ~ .custom-file-label::before,
 .custom-file-input.is-valid ~ .custom-file-label::before {
   border-color: inherit;
 }
 
 .was-validated .custom-file-input:valid ~ .valid-feedback,
 .was-validated .custom-file-input:valid ~ .valid-tooltip,
 .custom-file-input.is-valid ~ .valid-feedback,
 .custom-file-input.is-valid ~ .valid-tooltip {
   display: block;
 }
 
 .was-validated .custom-file-input:valid:focus ~ .custom-file-label,
 .custom-file-input.is-valid:focus ~ .custom-file-label {
   -webkit-box-shadow: 0 0 0 0 rgba(44, 193, 133, 0.25);
   box-shadow: 0 0 0 0 rgba(44, 193, 133, 0.25);
 }
 
 .invalid-feedback {
   display: none;
   width: 100%;
   margin-top: 0.25rem;
   font-size: 80%;
   color: #f45846;
 }
 
 .invalid-tooltip {
   position: absolute;
   top: 100%;
   z-index: 5;
   display: none;
   max-width: 100%;
   padding: 0.5rem;
   margin-top: 0.1rem;
   font-size: 0.875rem;
   line-height: 1;
   color: #fff;
   background-color: rgba(244, 88, 70, 0.8);
   border-radius: 0.2rem;
 }
 
 .was-validated .form-control:invalid,
 .form-control.is-invalid,
 .was-validated .custom-select:invalid,
 .custom-select.is-invalid {
   border-color: #f45846;
 }
 .was-validated .form-control:invalid:focus,
 .form-control.is-invalid:focus,
 .was-validated .custom-select:invalid:focus,
 .custom-select.is-invalid:focus {
   border-color: #f45846;
   -webkit-box-shadow: 0 0 0 0 rgba(244, 88, 70, 0.25);
   box-shadow: 0 0 0 0 rgba(244, 88, 70, 0.25);
 }
 .was-validated .form-control:invalid ~ .invalid-feedback,
 .was-validated .form-control:invalid ~ .invalid-tooltip,
 .form-control.is-invalid ~ .invalid-feedback,
 .form-control.is-invalid ~ .invalid-tooltip,
 .was-validated .custom-select:invalid ~ .invalid-feedback,
 .was-validated .custom-select:invalid ~ .invalid-tooltip,
 .custom-select.is-invalid ~ .invalid-feedback,
 .custom-select.is-invalid ~ .invalid-tooltip {
   display: block;
 }
 
 .was-validated .form-check-input:invalid ~ .form-check-label,
 .form-check-input.is-invalid ~ .form-check-label {
   color: #f45846;
 }
 
 .was-validated .form-check-input:invalid ~ .invalid-feedback,
 .was-validated .form-check-input:invalid ~ .invalid-tooltip,
 .form-check-input.is-invalid ~ .invalid-feedback,
 .form-check-input.is-invalid ~ .invalid-tooltip {
   display: block;
 }
 
 .was-validated .custom-control-input:invalid ~ .custom-control-label,
 .custom-control-input.is-invalid ~ .custom-control-label {
   color: #f45846;
 }
 .was-validated .custom-control-input:invalid ~ .custom-control-label::before,
 .custom-control-input.is-invalid ~ .custom-control-label::before {
   background-color: #fbc5be;
 }
 
 .was-validated .custom-control-input:invalid ~ .invalid-feedback,
 .was-validated .custom-control-input:invalid ~ .invalid-tooltip,
 .custom-control-input.is-invalid ~ .invalid-feedback,
 .custom-control-input.is-invalid ~ .invalid-tooltip {
   display: block;
 }
 
 .was-validated
   .custom-control-input:invalid:checked
   ~ .custom-control-label::before,
 .custom-control-input.is-invalid:checked ~ .custom-control-label::before {
   background-color: #f78376;
 }
 
 .was-validated
   .custom-control-input:invalid:focus
   ~ .custom-control-label::before,
 .custom-control-input.is-invalid:focus ~ .custom-control-label::before {
   -webkit-box-shadow: 0 0 0 1px #f4f4f4, 0 0 0 0 rgba(244, 88, 70, 0.25);
   box-shadow: 0 0 0 1px #f4f4f4, 0 0 0 0 rgba(244, 88, 70, 0.25);
 }
 
 .was-validated .custom-file-input:invalid ~ .custom-file-label,
 .custom-file-input.is-invalid ~ .custom-file-label {
   border-color: #f45846;
 }
 .was-validated .custom-file-input:invalid ~ .custom-file-label::before,
 .custom-file-input.is-invalid ~ .custom-file-label::before {
   border-color: inherit;
 }
 
 .was-validated .custom-file-input:invalid ~ .invalid-feedback,
 .was-validated .custom-file-input:invalid ~ .invalid-tooltip,
 .custom-file-input.is-invalid ~ .invalid-feedback,
 .custom-file-input.is-invalid ~ .invalid-tooltip {
   display: block;
 }
 
 .was-validated .custom-file-input:invalid:focus ~ .custom-file-label,
 .custom-file-input.is-invalid:focus ~ .custom-file-label {
   -webkit-box-shadow: 0 0 0 0 rgba(244, 88, 70, 0.25);
   box-shadow: 0 0 0 0 rgba(244, 88, 70, 0.25);
 }
 
 .form-inline {
   display: -webkit-box;
   display: -webkit-flex;
   display: -ms-flexbox;
   display: flex;
   -webkit-box-orient: horizontal;
   -webkit-box-direction: normal;
   -webkit-flex-flow: row wrap;
   -ms-flex-flow: row wrap;
   flex-flow: row wrap;
   -webkit-box-align: center;
   -webkit-align-items: 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: -webkit-flex;
     display: -ms-flexbox;
     display: flex;
     -webkit-box-align: center;
     -webkit-align-items: center;
     -ms-flex-align: center;
     align-items: center;
     -webkit-box-pack: center;
     -webkit-justify-content: center;
     -ms-flex-pack: center;
     justify-content: center;
     margin-bottom: 0;
   }
   .form-inline .form-group {
     display: -webkit-box;
     display: -webkit-flex;
     display: -ms-flexbox;
     display: flex;
     -webkit-box-flex: 0;
     -webkit-flex: 0 0 auto;
     -ms-flex: 0 0 auto;
     flex: 0 0 auto;
     -webkit-box-orient: horizontal;
     -webkit-box-direction: normal;
     -webkit-flex-flow: row wrap;
     -ms-flex-flow: row wrap;
     flex-flow: row wrap;
     -webkit-box-align: center;
     -webkit-align-items: center;
     -ms-flex-align: center;
     align-items: center;
     margin-bottom: 0;
   }
   .form-inline .form-control {
     display: inline-block;
     width: auto;
     vertical-align: middle;
   }
   .form-inline .form-control-plaintext {
     display: inline-block;
   }
   .form-inline .input-group {
     width: auto;
   }
   .form-inline .form-check {
     display: -webkit-box;
     display: -webkit-flex;
     display: -ms-flexbox;
     display: flex;
     -webkit-box-align: center;
     -webkit-align-items: center;
     -ms-flex-align: center;
     align-items: center;
     -webkit-box-pack: center;
     -webkit-justify-content: center;
     -ms-flex-pack: center;
     justify-content: center;
     width: auto;
     padding-left: 0;
   }
   .form-inline .form-check-input {
     position: relative;
     margin-top: 0;
     margin-right: 0.25rem;
     margin-left: 0;
   }
   .form-inline .custom-control {
     -webkit-box-align: center;
     -webkit-align-items: center;
     -ms-flex-align: center;
     align-items: center;
     -webkit-box-pack: center;
     -webkit-justify-content: center;
     -ms-flex-pack: center;
     justify-content: center;
   }
   .form-inline .custom-control-label {
     margin-bottom: 0;
   }
 }
 
 .btn {
   display: inline-block;
   font-weight: 400;
   text-align: center;
   white-space: nowrap;
   vertical-align: middle;
   -webkit-user-select: none;
   -moz-user-select: none;
   -ms-user-select: none;
   user-select: none;
   border: 2px solid transparent;
   padding: 0.81rem 0.7692rem;
   font-size: 1rem;
   line-height: 1;
   border-radius: 0;
   -webkit-transition: color 0.15s ease-in-out,
     background-color 0.15s ease-in-out, border-color 0.15s ease-in-out,
     -webkit-box-shadow 0.15s ease-in-out;
   transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out,
     border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
   -o-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out,
     border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
   transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out,
     border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
   transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out,
     border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out,
     -webkit-box-shadow 0.15s ease-in-out;
 }
 .btn:hover,
 .btn:focus {
   text-decoration: none;
 }
 .btn:focus,
 .btn.focus {
   outline: 0;
   -webkit-box-shadow: none;
   box-shadow: none;
 }
 .btn.disabled,
 .btn:disabled {
   opacity: 0.65;
 }
 .btn:not(:disabled):not(.disabled) {
   cursor: pointer;
 }
 .btn:not(:disabled):not(.disabled):active,
 .btn:not(:disabled):not(.disabled).active {
   background-image: none;
 }
 
 a.btn.disabled,
 fieldset:disabled a.btn {
   pointer-events: none;
 }
 
 .btn-primary {
   color: #ffffff;
   background-color: #5f5f5f;
   border-color: #5f5f5f;
 }
 .btn-primary:hover {
   color: #ffffff;
   background-color: #25a270;
   border-color: #239768;
 }
 .btn-primary:focus,
 .btn-primary.focus {
   -webkit-box-shadow: 0 0 0 0 rgba(44, 193, 133, 0.5);
   box-shadow: 0 0 0 0 rgba(44, 193, 133, 0.5);
 }
 .btn-primary.disabled,
 .btn-primary:disabled {
   color: #ffffff;
   background-color: #5f5f5f;
   border-color: #5f5f5f;
 }
 .btn-primary:not(:disabled):not(.disabled):active,
 .btn-primary:not(:disabled):not(.disabled).active,
 .show > .btn-primary.dropdown-toggle {
   color: #ffffff;
   background-color: #239768;
   border-color: #208d61;
 }
 .btn-primary:not(:disabled):not(.disabled):active:focus,
 .btn-primary:not(:disabled):not(.disabled).active:focus,
 .show > .btn-primary.dropdown-toggle:focus {
   -webkit-box-shadow: 0 0 0 0 rgba(44, 193, 133, 0.5);
   box-shadow: 0 0 0 0 rgba(44, 193, 133, 0.5);
 }
 
 .btn-secondary,
 .note-btn-group .btn-default {
   color: #ffffff;
   background-color: #878787;
   border-color: #878787;
 }
 .btn-secondary:hover,
 .note-btn-group .btn-default:hover {
   color: #ffffff;
   background-color: #747474;
   border-color: #6e6d6d;
 }
 .btn-secondary:focus,
 .note-btn-group .btn-default:focus,
 .btn-secondary.focus,
 .note-btn-group .focus.btn-default {
   -webkit-box-shadow: 0 0 0 0 rgba(135, 135, 135, 0.5);
   box-shadow: 0 0 0 0 rgba(135, 135, 135, 0.5);
 }
 .btn-secondary.disabled,
 .note-btn-group .disabled.btn-default,
 .btn-secondary:disabled,
 .note-btn-group .btn-default:disabled {
   color: #ffffff;
   background-color: #878787;
   border-color: #878787;
 }
 .btn-secondary:not(:disabled):not(.disabled):active,
 .note-btn-group .btn-default:not(:disabled):not(.disabled):active,
 .btn-secondary:not(:disabled):not(.disabled).active,
 .note-btn-group .btn-default:not(:disabled):not(.disabled).active,
 .show > .btn-secondary.dropdown-toggle,
 .note-btn-group .show > .dropdown-toggle.btn-default {
   color: #ffffff;
   background-color: #6e6d6d;
   border-color: #676767;
 }
 .btn-secondary:not(:disabled):not(.disabled):active:focus,
 .note-btn-group .btn-default:not(:disabled):not(.disabled):active:focus,
 .btn-secondary:not(:disabled):not(.disabled).active:focus,
 .note-btn-group .btn-default:not(:disabled):not(.disabled).active:focus,
 .show > .btn-secondary.dropdown-toggle:focus,
 .note-btn-group .show > .dropdown-toggle.btn-default:focus {
   -webkit-box-shadow: 0 0 0 0 rgba(135, 135, 135, 0.5);
   box-shadow: 0 0 0 0 rgba(135, 135, 135, 0.5);
 }
 
 .btn-success {
   color: #ffffff;
   background-color: #5f5f5f;
   border-color: #5f5f5f;
 }
 .btn-success:hover {
   color: #ffffff;
   background-color: #25a270;
   border-color: #239768;
 }
 .btn-success:focus,
 .btn-success.focus {
   -webkit-box-shadow: 0 0 0 0 rgba(44, 193, 133, 0.5);
   box-shadow: 0 0 0 0 rgba(44, 193, 133, 0.5);
 }
 .btn-success.disabled,
 .btn-success:disabled {
   color: #ffffff;
   background-color: #5f5f5f;
   border-color: #5f5f5f;
 }
 .btn-success:not(:disabled):not(.disabled):active,
 .btn-success:not(:disabled):not(.disabled).active,
 .show > .btn-success.dropdown-toggle {
   color: #ffffff;
   background-color: #239768;
   border-color: #208d61;
 }
 .btn-success:not(:disabled):not(.disabled):active:focus,
 .btn-success:not(:disabled):not(.disabled).active:focus,
 .show > .btn-success.dropdown-toggle:focus {
   -webkit-box-shadow: 0 0 0 0 rgba(44, 193, 133, 0.5);
   box-shadow: 0 0 0 0 rgba(44, 193, 133, 0.5);
 }
 
 .btn-info {
   color: #212529;
   background-color: #58c7ef;
   border-color: #58c7ef;
 }
 .btn-info:hover {
   color: #212529;
   background-color: #35bbec;
   border-color: #29b7eb;
 }
 .btn-info:focus,
 .btn-info.focus {
   -webkit-box-shadow: 0 0 0 0 rgba(88, 199, 239, 0.5);
   box-shadow: 0 0 0 0 rgba(88, 199, 239, 0.5);
 }
 .btn-info.disabled,
 .btn-info:disabled {
   color: #212529;
   background-color: #58c7ef;
   border-color: #58c7ef;
 }
 .btn-info:not(:disabled):not(.disabled):active,
 .btn-info:not(:disabled):not(.disabled).active,
 .show > .btn-info.dropdown-toggle {
   color: #ffffff;
   background-color: #29b7eb;
   border-color: #1eb3e9;
 }
 .btn-info:not(:disabled):not(.disabled):active:focus,
 .btn-info:not(:disabled):not(.disabled).active:focus,
 .show > .btn-info.dropdown-toggle:focus {
   -webkit-box-shadow: 0 0 0 0 rgba(88, 199, 239, 0.5);
   box-shadow: 0 0 0 0 rgba(88, 199, 239, 0.5);
 }
 
 .btn-warning {
   color: #212529;
   background-color: #ffdc42;
   border-color: #ffdc42;
 }
 .btn-warning:hover {
   color: #212529;
   background-color: #ffd51c;
   border-color: #ffd30f;
 }
 .btn-warning:focus,
 .btn-warning.focus {
   -webkit-box-shadow: 0 0 0 0 rgba(255, 220, 66, 0.5);
   box-shadow: 0 0 0 0 rgba(255, 220, 66, 0.5);
 }
 .btn-warning.disabled,
 .btn-warning:disabled {
   color: #212529;
   background-color: #ffdc42;
   border-color: #ffdc42;
 }
 .btn-warning:not(:disabled):not(.disabled):active,
 .btn-warning:not(:disabled):not(.disabled).active,
 .show > .btn-warning.dropdown-toggle {
   color: #212529;
   background-color: #ffd30f;
   border-color: #ffd002;
 }
 .btn-warning:not(:disabled):not(.disabled):active:focus,
 .btn-warning:not(:disabled):not(.disabled).active:focus,
 .show > .btn-warning.dropdown-toggle:focus {
   -webkit-box-shadow: 0 0 0 0 rgba(255, 220, 66, 0.5);
   box-shadow: 0 0 0 0 rgba(255, 220, 66, 0.5);
 }
 
 .btn-danger {
   color: #ffffff;
   background-color: #f45846;
   border-color: #f45846;
 }
 .btn-danger:hover {
   color: #ffffff;
   background-color: #f23722;
   border-color: #f12d16;
 }
 .btn-danger:focus,
 .btn-danger.focus {
   -webkit-box-shadow: 0 0 0 0 rgba(244, 88, 70, 0.5);
   box-shadow: 0 0 0 0 rgba(244, 88, 70, 0.5);
 }
 .btn-danger.disabled,
 .btn-danger:disabled {
   color: #ffffff;
   background-color: #f45846;
   border-color: #f45846;
 }
 .btn-danger:not(:disabled):not(.disabled):active,
 .btn-danger:not(:disabled):not(.disabled).active,
 .show > .btn-danger.dropdown-toggle {
   color: #ffffff;
   background-color: #f12d16;
   border-color: #ec250e;
 }
 .btn-danger:not(:disabled):not(.disabled):active:focus,
 .btn-danger:not(:disabled):not(.disabled).active:focus,
 .show > .btn-danger.dropdown-toggle:focus {
   -webkit-box-shadow: 0 0 0 0 rgba(244, 88, 70, 0.5);
   box-shadow: 0 0 0 0 rgba(244, 88, 70, 0.5);
 }
 
 .btn-light {
   color: #212529;
   background-color: #ffffff;
   border-color: #ffffff;
 }
 .btn-light:hover {
   color: #212529;
   background-color: #ececec;
   border-color: #e6e5e5;
 }
 .btn-light:focus,
 .btn-light.focus {
   -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
   box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
 }
 .btn-light.disabled,
 .btn-light:disabled {
   color: #212529;
   background-color: #ffffff;
   border-color: #ffffff;
 }
 .btn-light:not(:disabled):not(.disabled):active,
 .btn-light:not(:disabled):not(.disabled).active,
 .show > .btn-light.dropdown-toggle {
   color: #212529;
   background-color: #e6e5e5;
   border-color: #dfdfdf;
 }
 .btn-light:not(:disabled):not(.disabled):active:focus,
 .btn-light:not(:disabled):not(.disabled).active:focus,
 .show > .btn-light.dropdown-toggle:focus {
   -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
   box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
 }
 
 .btn-dark {
   color: #ffffff;
   background-color: #323232;
   border-color: #323232;
 }
 .btn-dark:hover {
   color: #ffffff;
   background-color: #1f1f1f;
   border-color: #191818;
 }
 .btn-dark:focus,
 .btn-dark.focus {
   -webkit-box-shadow: 0 0 0 0 rgba(50, 50, 50, 0.5);
   box-shadow: 0 0 0 0 rgba(50, 50, 50, 0.5);
 }
 .btn-dark.disabled,
 .btn-dark:disabled {
   color: #ffffff;
   background-color: #323232;
   border-color: #323232;
 }
 .btn-dark:not(:disabled):not(.disabled):active,
 .btn-dark:not(:disabled):not(.disabled).active,
 .show > .btn-dark.dropdown-toggle {
   color: #ffffff;
   background-color: #191818;
   border-color: #121212;
 }
 .btn-dark:not(:disabled):not(.disabled):active:focus,
 .btn-dark:not(:disabled):not(.disabled).active:focus,
 .show > .btn-dark.dropdown-toggle:focus {
   -webkit-box-shadow: 0 0 0 0 rgba(50, 50, 50, 0.5);
   box-shadow: 0 0 0 0 rgba(50, 50, 50, 0.5);
 }
 
 .btn-grey {
   color: #212529;
   background-color: #e5e5e5;
   border-color: #e5e5e5;
 }
 .btn-grey:hover {
   color: #212529;
   background-color: #d2d2d2;
   border-color: #cccbcb;
 }
 .btn-grey:focus,
 .btn-grey.focus {
   -webkit-box-shadow: 0 0 0 0 rgba(229, 229, 229, 0.5);
   box-shadow: 0 0 0 0 rgba(229, 229, 229, 0.5);
 }
 .btn-grey.disabled,
 .btn-grey:disabled {
   color: #212529;
   background-color: #e5e5e5;
   border-color: #e5e5e5;
 }
 .btn-grey:not(:disabled):not(.disabled):active,
 .btn-grey:not(:disabled):not(.disabled).active,
 .show > .btn-grey.dropdown-toggle {
   color: #212529;
   background-color: #cccbcb;
   border-color: #c5c5c5;
 }
 .btn-grey:not(:disabled):not(.disabled):active:focus,
 .btn-grey:not(:disabled):not(.disabled).active:focus,
 .show > .btn-grey.dropdown-toggle:focus {
   -webkit-box-shadow: 0 0 0 0 rgba(229, 229, 229, 0.5);
   box-shadow: 0 0 0 0 rgba(229, 229, 229, 0.5);
 }
 
 .btn-noir {
   color: #ffffff;
   background-color: #545454;
   border-color: #545454;
 }
 .btn-noir:hover {
   color: #ffffff;
   background-color: #414141;
   border-color: #3b3a3a;
 }
 .btn-noir:focus,
 .btn-noir.focus {
   -webkit-box-shadow: 0 0 0 0 rgba(84, 84, 84, 0.5);
   box-shadow: 0 0 0 0 rgba(84, 84, 84, 0.5);
 }
 .btn-noir.disabled,
 .btn-noir:disabled {
   color: #ffffff;
   background-color: #545454;
   border-color: #545454;
 }
 .btn-noir:not(:disabled):not(.disabled):active,
 .btn-noir:not(:disabled):not(.disabled).active,
 .show > .btn-noir.dropdown-toggle {
   color: #ffffff;
   background-color: #3b3a3a;
   border-color: #343434;
 }
 .btn-noir:not(:disabled):not(.disabled):active:focus,
 .btn-noir:not(:disabled):not(.disabled).active:focus,
 .show > .btn-noir.dropdown-toggle:focus {
   -webkit-box-shadow: 0 0 0 0 rgba(84, 84, 84, 0.5);
   box-shadow: 0 0 0 0 rgba(84, 84, 84, 0.5);
 }
 
 .btn-outline-primary {
   color: #5f5f5f;
   background-color: transparent;
   background-image: none;
   border-color: #5f5f5f;
 }
 .btn-outline-primary:hover {
   color: #ffffff;
   background-color: #5f5f5f;
   border-color: #5f5f5f;
 }
 .btn-outline-primary:focus,
 .btn-outline-primary.focus {
   -webkit-box-shadow: 0 0 0 0 rgba(44, 193, 133, 0.5);
   box-shadow: 0 0 0 0 rgba(44, 193, 133, 0.5);
 }
 .btn-outline-primary.disabled,
 .btn-outline-primary:disabled {
   color: #5f5f5f;
   background-color: transparent;
 }
 .btn-outline-primary:not(:disabled):not(.disabled):active,
 .btn-outline-primary:not(:disabled):not(.disabled).active,
 .show > .btn-outline-primary.dropdown-toggle {
   color: #ffffff;
   background-color: #5f5f5f;
   border-color: #5f5f5f;
 }
 .btn-outline-primary:not(:disabled):not(.disabled):active:focus,
 .btn-outline-primary:not(:disabled):not(.disabled).active:focus,
 .show > .btn-outline-primary.dropdown-toggle:focus {
   -webkit-box-shadow: 0 0 0 0 rgba(44, 193, 133, 0.5);
   box-shadow: 0 0 0 0 rgba(44, 193, 133, 0.5);
 }
 
 .btn-outline-secondary {
   color: #878787;
   background-color: transparent;
   background-image: none;
   border-color: #878787;
 }
 .btn-outline-secondary:hover {
   color: #ffffff;
   background-color: #878787;
   border-color: #878787;
 }
 .btn-outline-secondary:focus,
 .btn-outline-secondary.focus {
   -webkit-box-shadow: 0 0 0 0 rgba(135, 135, 135, 0.5);
   box-shadow: 0 0 0 0 rgba(135, 135, 135, 0.5);
 }
 .btn-outline-secondary.disabled,
 .btn-outline-secondary:disabled {
   color: #878787;
   background-color: transparent;
 }
 .btn-outline-secondary:not(:disabled):not(.disabled):active,
 .btn-outline-secondary:not(:disabled):not(.disabled).active,
 .show > .btn-outline-secondary.dropdown-toggle {
   color: #ffffff;
   background-color: #878787;
   border-color: #878787;
 }
 .btn-outline-secondary:not(:disabled):not(.disabled):active:focus,
 .btn-outline-secondary:not(:disabled):not(.disabled).active:focus,
 .show > .btn-outline-secondary.dropdown-toggle:focus {
   -webkit-box-shadow: 0 0 0 0 rgba(135, 135, 135, 0.5);
   box-shadow: 0 0 0 0 rgba(135, 135, 135, 0.5);
 }
 
 .btn-outline-success {
   color: #5f5f5f;
   background-color: transparent;
   background-image: none;
   border-color: #5f5f5f;
 }
 .btn-outline-success:hover {
   color: #ffffff;
   background-color: #5f5f5f;
   border-color: #5f5f5f;
 }
 .btn-outline-success:focus,
 .btn-outline-success.focus {
   -webkit-box-shadow: 0 0 0 0 rgba(44, 193, 133, 0.5);
   box-shadow: 0 0 0 0 rgba(44, 193, 133, 0.5);
 }
 .btn-outline-success.disabled,
 .btn-outline-success:disabled {
   color: #5f5f5f;
   background-color: transparent;
 }
 .btn-outline-success:not(:disabled):not(.disabled):active,
 .btn-outline-success:not(:disabled):not(.disabled).active,
 .show > .btn-outline-success.dropdown-toggle {
   color: #ffffff;
   background-color: #5f5f5f;
   border-color: #5f5f5f;
 }
 .btn-outline-success:not(:disabled):not(.disabled):active:focus,
 .btn-outline-success:not(:disabled):not(.disabled).active:focus,
 .show > .btn-outline-success.dropdown-toggle:focus {
   -webkit-box-shadow: 0 0 0 0 rgba(44, 193, 133, 0.5);
   box-shadow: 0 0 0 0 rgba(44, 193, 133, 0.5);
 }
 
 .btn-outline-info {
   color: #58c7ef;
   background-color: transparent;
   background-image: none;
   border-color: #58c7ef;
 }
 .btn-outline-info:hover {
   color: #212529;
   background-color: #58c7ef;
   border-color: #58c7ef;
 }
 .btn-outline-info:focus,
 .btn-outline-info.focus {
   -webkit-box-shadow: 0 0 0 0 rgba(88, 199, 239, 0.5);
   box-shadow: 0 0 0 0 rgba(88, 199, 239, 0.5);
 }
 .btn-outline-info.disabled,
 .btn-outline-info:disabled {
   color: #58c7ef;
   background-color: transparent;
 }
 .btn-outline-info:not(:disabled):not(.disabled):active,
 .btn-outline-info:not(:disabled):not(.disabled).active,
 .show > .btn-outline-info.dropdown-toggle {
   color: #212529;
   background-color: #58c7ef;
   border-color: #58c7ef;
 }
 .btn-outline-info:not(:disabled):not(.disabled):active:focus,
 .btn-outline-info:not(:disabled):not(.disabled).active:focus,
 .show > .btn-outline-info.dropdown-toggle:focus {
   -webkit-box-shadow: 0 0 0 0 rgba(88, 199, 239, 0.5);
   box-shadow: 0 0 0 0 rgba(88, 199, 239, 0.5);
 }
 
 .btn-outline-warning {
   color: #ffdc42;
   background-color: transparent;
   background-image: none;
   border-color: #ffdc42;
 }
 .btn-outline-warning:hover {
   color: #212529;
   background-color: #ffdc42;
   border-color: #ffdc42;
 }
 .btn-outline-warning:focus,
 .btn-outline-warning.focus {
   -webkit-box-shadow: 0 0 0 0 rgba(255, 220, 66, 0.5);
   box-shadow: 0 0 0 0 rgba(255, 220, 66, 0.5);
 }
 .btn-outline-warning.disabled,
 .btn-outline-warning:disabled {
   color: #ffdc42;
   background-color: transparent;
 }
 .btn-outline-warning:not(:disabled):not(.disabled):active,
 .btn-outline-warning:not(:disabled):not(.disabled).active,
 .show > .btn-outline-warning.dropdown-toggle {
   color: #212529;
   background-color: #ffdc42;
   border-color: #ffdc42;
 }
 .btn-outline-warning:not(:disabled):not(.disabled):active:focus,
 .btn-outline-warning:not(:disabled):not(.disabled).active:focus,
 .show > .btn-outline-warning.dropdown-toggle:focus {
   -webkit-box-shadow: 0 0 0 0 rgba(255, 220, 66, 0.5);
   box-shadow: 0 0 0 0 rgba(255, 220, 66, 0.5);
 }
 
 .btn-outline-danger {
   color: #f45846;
   background-color: transparent;
   background-image: none;
   border-color: #f45846;
 }
 .btn-outline-danger:hover {
   color: #ffffff;
   background-color: #f45846;
   border-color: #f45846;
 }
 .btn-outline-danger:focus,
 .btn-outline-danger.focus {
   -webkit-box-shadow: 0 0 0 0 rgba(244, 88, 70, 0.5);
   box-shadow: 0 0 0 0 rgba(244, 88, 70, 0.5);
 }
 .btn-outline-danger.disabled,
 .btn-outline-danger:disabled {
   color: #f45846;
   background-color: transparent;
 }
 .btn-outline-danger:not(:disabled):not(.disabled):active,
 .btn-outline-danger:not(:disabled):not(.disabled).active,
 .show > .btn-outline-danger.dropdown-toggle {
   color: #ffffff;
   background-color: #f45846;
   border-color: #f45846;
 }
 .btn-outline-danger:not(:disabled):not(.disabled):active:focus,
 .btn-outline-danger:not(:disabled):not(.disabled).active:focus,
 .show > .btn-outline-danger.dropdown-toggle:focus {
   -webkit-box-shadow: 0 0 0 0 rgba(244, 88, 70, 0.5);
   box-shadow: 0 0 0 0 rgba(244, 88, 70, 0.5);
 }
 
 .btn-outline-light {
   color: #ffffff;
   background-color: transparent;
   background-image: none;
   border-color: #ffffff;
 }
 .btn-outline-light:hover {
   color: #212529;
   background-color: #ffffff;
   border-color: #ffffff;
 }
 .btn-outline-light:focus,
 .btn-outline-light.focus {
   -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
   box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
 }
 .btn-outline-light.disabled,
 .btn-outline-light:disabled {
   color: #ffffff;
   background-color: transparent;
 }
 .btn-outline-light:not(:disabled):not(.disabled):active,
 .btn-outline-light:not(:disabled):not(.disabled).active,
 .show > .btn-outline-light.dropdown-toggle {
   color: #212529;
   background-color: #ffffff;
   border-color: #ffffff;
 }
 .btn-outline-light:not(:disabled):not(.disabled):active:focus,
 .btn-outline-light:not(:disabled):not(.disabled).active:focus,
 .show > .btn-outline-light.dropdown-toggle:focus {
   -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
   box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
 }
 
 .btn-outline-dark {
   color: #323232;
   background-color: transparent;
   background-image: none;
   border-color: #323232;
 }
 .btn-outline-dark:hover {
   color: #ffffff;
   background-color: #323232;
   border-color: #323232;
 }
 .btn-outline-dark:focus,
 .btn-outline-dark.focus {
   -webkit-box-shadow: 0 0 0 0 rgba(50, 50, 50, 0.5);
   box-shadow: 0 0 0 0 rgba(50, 50, 50, 0.5);
 }
 .btn-outline-dark.disabled,
 .btn-outline-dark:disabled {
   color: #323232;
   background-color: transparent;
 }
 .btn-outline-dark:not(:disabled):not(.disabled):active,
 .btn-outline-dark:not(:disabled):not(.disabled).active,
 .show > .btn-outline-dark.dropdown-toggle {
   color: #ffffff;
   background-color: #323232;
   border-color: #323232;
 }
 .btn-outline-dark:not(:disabled):not(.disabled):active:focus,
 .btn-outline-dark:not(:disabled):not(.disabled).active:focus,
 .show > .btn-outline-dark.dropdown-toggle:focus {
   -webkit-box-shadow: 0 0 0 0 rgba(50, 50, 50, 0.5);
   box-shadow: 0 0 0 0 rgba(50, 50, 50, 0.5);
 }
 
 .btn-outline-grey {
   color: #e5e5e5;
   background-color: transparent;
   background-image: none;
   border-color: #e5e5e5;
 }
 .btn-outline-grey:hover {
   color: #212529;
   background-color: #e5e5e5;
   border-color: #e5e5e5;
 }
 .btn-outline-grey:focus,
 .btn-outline-grey.focus {
   -webkit-box-shadow: 0 0 0 0 rgba(229, 229, 229, 0.5);
   box-shadow: 0 0 0 0 rgba(229, 229, 229, 0.5);
 }
 .btn-outline-grey.disabled,
 .btn-outline-grey:disabled {
   color: #e5e5e5;
   background-color: transparent;
 }
 .btn-outline-grey:not(:disabled):not(.disabled):active,
 .btn-outline-grey:not(:disabled):not(.disabled).active,
 .show > .btn-outline-grey.dropdown-toggle {
   color: #212529;
   background-color: #e5e5e5;
   border-color: #e5e5e5;
 }
 .btn-outline-grey:not(:disabled):not(.disabled):active:focus,
 .btn-outline-grey:not(:disabled):not(.disabled).active:focus,
 .show > .btn-outline-grey.dropdown-toggle:focus {
   -webkit-box-shadow: 0 0 0 0 rgba(229, 229, 229, 0.5);
   box-shadow: 0 0 0 0 rgba(229, 229, 229, 0.5);
 }
 
 .btn-outline-noir {
   color: #545454;
   background-color: transparent;
   background-image: none;
   border-color: #545454;
 }
 .btn-outline-noir:hover {
   color: #ffffff;
   background-color: #545454;
   border-color: #545454;
 }
 .btn-outline-noir:focus,
 .btn-outline-noir.focus {
   -webkit-box-shadow: 0 0 0 0 rgba(84, 84, 84, 0.5);
   box-shadow: 0 0 0 0 rgba(84, 84, 84, 0.5);
 }
 .btn-outline-noir.disabled,
 .btn-outline-noir:disabled {
   color: #545454;
   background-color: transparent;
 }
 .btn-outline-noir:not(:disabled):not(.disabled):active,
 .btn-outline-noir:not(:disabled):not(.disabled).active,
 .show > .btn-outline-noir.dropdown-toggle {
   color: #ffffff;
   background-color: #545454;
   border-color: #545454;
 }
 .btn-outline-noir:not(:disabled):not(.disabled):active:focus,
 .btn-outline-noir:not(:disabled):not(.disabled).active:focus,
 .show > .btn-outline-noir.dropdown-toggle:focus {
   -webkit-box-shadow: 0 0 0 0 rgba(84, 84, 84, 0.5);
   box-shadow: 0 0 0 0 rgba(84, 84, 84, 0.5);
 }
 
 .btn-link {
   font-weight: 400;
   color: #36cb8f;
   background-color: transparent;
 }
 .btn-link:hover {
   color: #008c9e;
   text-decoration: underline;
   background-color: transparent;
   border-color: transparent;
 }
 .btn-link:focus,
 .btn-link.focus {
   text-decoration: underline;
   border-color: transparent;
   -webkit-box-shadow: none;
   box-shadow: none;
 }
 .btn-link:disabled,
 .btn-link.disabled {
   color: #878787;
 }
 
 .btn-lg,
 .btn-group-lg > .btn {
   padding: 0.9231rem 0.7692rem;
   font-size: 1.154rem;
   line-height: 1;
   border-radius: 0;
 }
 
 .btn-sm,
 .btn-group-sm > .btn {
   padding: 0.6923rem 0.7692rem;
   font-size: 0.8462rem;
   line-height: 1;
   border-radius: 0;
 }
 
 .btn-block {
   display: block;
   width: 100%;
 }
 .btn-block + .btn-block {
   margin-top: 0.5rem;
 }
 
 input[type='submit'].btn-block,
 input[type='reset'].btn-block,
 input[type='button'].btn-block {
   width: 100%;
 }
 
 .fade {
   opacity: 0;
   -webkit-transition: opacity 0.15s linear;
   -o-transition: opacity 0.15s linear;
   transition: opacity 0.15s linear;
 }
 .fade.show {
   opacity: 1;
 }
 
 .collapse {
   display: none;
 }
 .collapse.show {
   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;
   -o-transition: height 0.35s ease;
   transition: height 0.35s ease;
 }
 
 .dropup,
 .dropdown {
   position: relative;
 }
 
 .dropdown-toggle::after {
   display: inline-block;
   width: 0;
   height: 0;
   margin-left: 0.255em;
   vertical-align: 0.255em;
   content: '';
   border-top: 0.3em solid;
   border-right: 0.3em solid transparent;
   border-bottom: 0;
   border-left: 0.3em solid transparent;
 }
 
 .dropdown-toggle:empty::after {
   margin-left: 0;
 }
 
 .dropdown-menu {
   position: absolute;
   top: 100%;
   left: 0;
   z-index: 1000;
   display: none;
   float: left;
   min-width: 10rem;
   padding: 0.8462rem 0;
   margin: 0.125rem 0 0;
   font-size: 1rem;
   color: #545454;
   text-align: left;
   list-style: none;
   background-color: #ffffff;
   -webkit-background-clip: padding-box;
   background-clip: padding-box;
   border: 0 solid rgba(0, 0, 0, 0.15);
 }
 
 .dropup .dropdown-menu {
   margin-top: 0;
   margin-bottom: 0.125rem;
 }
 
 .dropup .dropdown-toggle::after {
   display: inline-block;
   width: 0;
   height: 0;
   margin-left: 0.255em;
   vertical-align: 0.255em;
   content: '';
   border-top: 0;
   border-right: 0.3em solid transparent;
   border-bottom: 0.3em solid;
   border-left: 0.3em solid transparent;
 }
 
 .dropup .dropdown-toggle:empty::after {
   margin-left: 0;
 }
 
 .dropright .dropdown-menu {
   margin-top: 0;
   margin-left: 0.125rem;
 }
 
 .dropright .dropdown-toggle::after {
   display: inline-block;
   width: 0;
   height: 0;
   margin-left: 0.255em;
   vertical-align: 0.255em;
   content: '';
   border-top: 0.3em solid transparent;
   border-bottom: 0.3em solid transparent;
   border-left: 0.3em solid;
 }
 
 .dropright .dropdown-toggle:empty::after {
   margin-left: 0;
 }
 
 .dropright .dropdown-toggle::after {
   vertical-align: 0;
 }
 
 .dropleft .dropdown-menu {
   margin-top: 0;
   margin-right: 0.125rem;
 }
 
 .dropleft .dropdown-toggle::after {
   display: inline-block;
   width: 0;
   height: 0;
   margin-left: 0.255em;
   vertical-align: 0.255em;
   content: '';
 }
 
 .dropleft .dropdown-toggle::after {
   display: none;
 }
 
 .dropleft .dropdown-toggle::before {
   display: inline-block;
   width: 0;
   height: 0;
   margin-right: 0.255em;
   vertical-align: 0.255em;
   content: '';
   border-top: 0.3em solid transparent;
   border-right: 0.3em solid;
   border-bottom: 0.3em solid transparent;
 }
 
 .dropleft .dropdown-toggle:empty::after {
   margin-left: 0;
 }
 
 .dropleft .dropdown-toggle::before {
   vertical-align: 0;
 }
 
 .dropdown-divider {
   height: 0;
   margin: 0.5rem 0;
   overflow: hidden;
   border-top: 1px solid #eceeef;
 }
 
 .dropdown-item {
   display: block;
   width: 100%;
   padding: 0.7rem 1.5rem;
   clear: both;
   font-weight: 400;
   color: #212529;
   text-align: inherit;
   white-space: nowrap;
   background-color: transparent;
   border: 0;
 }
 .dropdown-item:hover,
 .dropdown-item:focus {
   color: #16181b;
   text-decoration: none;
   background-color: #f8f9fa;
 }
 .dropdown-item.active,
 .dropdown-item:active {
   color: #5f5f5f;
   text-decoration: none;
   background-color: transparent;
 }
 .dropdown-item.disabled,
 .dropdown-item:disabled {
   color: #878787;
   background-color: transparent;
 }
 
 .dropdown-menu.show {
   display: block;
 }
 
 .dropdown-header {
   display: block;
   padding: 0.8462rem 1.5rem;
   margin-bottom: 0;
   font-size: 0.8462rem;
   color: #878787;
   white-space: nowrap;
 }
 
 .btn-group,
 .btn-group-vertical {
   position: relative;
   display: -webkit-inline-box;
   display: -webkit-inline-flex;
   display: -ms-inline-flexbox;
   display: inline-flex;
   vertical-align: middle;
 }
 .btn-group > .btn,
 .btn-group-vertical > .btn {
   position: relative;
   -webkit-box-flex: 0;
   -webkit-flex: 0 1 auto;
   -ms-flex: 0 1 auto;
   flex: 0 1 auto;
 }
 .btn-group > .btn:hover,
 .btn-group-vertical > .btn:hover {
   z-index: 1;
 }
 .btn-group > .btn:focus,
 .btn-group > .btn:active,
 .btn-group > .btn.active,
 .btn-group-vertical > .btn:focus,
 .btn-group-vertical > .btn:active,
 .btn-group-vertical > .btn.active {
   z-index: 1;
 }
 .btn-group .btn + .btn,
 .btn-group .btn + .btn-group,
 .btn-group .btn-group + .btn,
 .btn-group .btn-group + .btn-group,
 .btn-group-vertical .btn + .btn,
 .btn-group-vertical .btn + .btn-group,
 .btn-group-vertical .btn-group + .btn,
 .btn-group-vertical .btn-group + .btn-group {
   margin-left: -2px;
 }
 
 .btn-toolbar {
   display: -webkit-box;
   display: -webkit-flex;
   display: -ms-flexbox;
   display: flex;
   -webkit-flex-wrap: wrap;
   -ms-flex-wrap: wrap;
   flex-wrap: wrap;
   -webkit-box-pack: start;
   -webkit-justify-content: flex-start;
   -ms-flex-pack: start;
   justify-content: flex-start;
 }
 .btn-toolbar .input-group {
   width: auto;
 }
 
 .btn-group > .btn:first-child {
   margin-left: 0;
 }
 
 .dropdown-toggle-split {
   padding-right: 0.5769rem;
   padding-left: 0.5769rem;
 }
 .dropdown-toggle-split::after {
   margin-left: 0;
 }
 
 .btn-sm + .dropdown-toggle-split,
 .btn-group-sm > .btn + .dropdown-toggle-split {
   padding-right: 0.5769rem;
   padding-left: 0.5769rem;
 }
 
 .btn-lg + .dropdown-toggle-split,
 .btn-group-lg > .btn + .dropdown-toggle-split {
   padding-right: 0.5769rem;
   padding-left: 0.5769rem;
 }
 
 .btn-group-vertical {
   -webkit-box-orient: vertical;
   -webkit-box-direction: normal;
   -webkit-flex-direction: column;
   -ms-flex-direction: column;
   flex-direction: column;
   -webkit-box-align: start;
   -webkit-align-items: flex-start;
   -ms-flex-align: start;
   align-items: flex-start;
   -webkit-box-pack: center;
   -webkit-justify-content: center;
   -ms-flex-pack: center;
   justify-content: center;
 }
 .btn-group-vertical .btn,
 .btn-group-vertical .btn-group {
   width: 100%;
 }
 .btn-group-vertical > .btn + .btn,
 .btn-group-vertical > .btn + .btn-group,
 .btn-group-vertical > .btn-group + .btn,
 .btn-group-vertical > .btn-group + .btn-group {
   margin-top: -2px;
   margin-left: 0;
 }
 
 .btn-group-toggle > .btn,
 .btn-group-toggle > .btn-group > .btn {
   margin-bottom: 0;
 }
 .btn-group-toggle > .btn input[type='radio'],
 .btn-group-toggle > .btn input[type='checkbox'],
 .btn-group-toggle > .btn-group > .btn input[type='radio'],
 .btn-group-toggle > .btn-group > .btn input[type='checkbox'] {
   position: absolute;
   clip: rect(0, 0, 0, 0);
   pointer-events: none;
 }
 
 .input-group {
   position: relative;
   display: -webkit-box;
   display: -webkit-flex;
   display: -ms-flexbox;
   display: flex;
   -webkit-flex-wrap: wrap;
   -ms-flex-wrap: wrap;
   flex-wrap: wrap;
   -webkit-box-align: stretch;
   -webkit-align-items: stretch;
   -ms-flex-align: stretch;
   align-items: stretch;
   width: 100%;
 }
 .input-group > .form-control,
 .input-group > .custom-select,
 .input-group > .custom-file {
   position: relative;
   -webkit-box-flex: 1;
   -webkit-flex: 1 1 auto;
   -ms-flex: 1 1 auto;
   flex: 1 1 auto;
   width: 1%;
   margin-bottom: 0;
 }
 .input-group > .form-control:focus,
 .input-group > .custom-select:focus,
 .input-group > .custom-file:focus {
   z-index: 3;
 }
 .input-group > .form-control + .form-control,
 .input-group > .form-control + .custom-select,
 .input-group > .form-control + .custom-file,
 .input-group > .custom-select + .form-control,
 .input-group > .custom-select + .custom-select,
 .input-group > .custom-select + .custom-file,
 .input-group > .custom-file + .form-control,
 .input-group > .custom-file + .custom-select,
 .input-group > .custom-file + .custom-file {
   margin-left: -2px;
 }
 .input-group > .custom-file {
   display: -webkit-box;
   display: -webkit-flex;
   display: -ms-flexbox;
   display: flex;
   -webkit-box-align: center;
   -webkit-align-items: center;
   -ms-flex-align: center;
   align-items: center;
 }
 
 .input-group-prepend,
 .input-group-append {
   display: -webkit-box;
   display: -webkit-flex;
   display: -ms-flexbox;
   display: flex;
 }
 .input-group-prepend .btn,
 .input-group-append .btn {
   position: relative;
   z-index: 2;
 }
 .input-group-prepend .btn + .btn,
 .input-group-prepend .btn + .input-group-text,
 .input-group-prepend .input-group-text + .input-group-text,
 .input-group-prepend .input-group-text + .btn,
 .input-group-append .btn + .btn,
 .input-group-append .btn + .input-group-text,
 .input-group-append .input-group-text + .input-group-text,
 .input-group-append .input-group-text + .btn {
   margin-left: -2px;
 }
 
 .input-group-prepend {
   margin-right: -2px;
 }
 
 .input-group-append {
   margin-left: -2px;
 }
 
 .input-group-text {
   display: -webkit-box;
   display: -webkit-flex;
   display: -ms-flexbox;
   display: flex;
   -webkit-box-align: center;
   -webkit-align-items: center;
   -ms-flex-align: center;
   align-items: center;
   padding: 0.923077rem 1.307rem;
   margin-bottom: 0;
   font-size: 1rem;
   font-weight: 400;
   line-height: 1;
   color: #878787;
   text-align: center;
   white-space: nowrap;
   background-color: #ebebeb;
   border: 2px solid #ebebeb;
 }
 .input-group-text input[type='radio'],
 .input-group-text input[type='checkbox'] {
   margin-top: 0;
 }
 
 .custom-control {
   position: relative;
   display: block;
   min-height: 1.538rem;
   padding-left: 2.23077rem;
 }
 
 .custom-control-inline {
   display: -webkit-inline-box;
   display: -webkit-inline-flex;
   display: -ms-inline-flexbox;
   display: inline-flex;
   margin-right: 1rem;
 }
 
 .custom-control-input {
   position: absolute;
   z-index: -1;
   opacity: 0;
 }
 .custom-control-input:checked ~ .custom-control-label::before {
   color: #5f5f5f;
   background-color: #ffffff;
 }
 .custom-control-input:focus ~ .custom-control-label::before {
   -webkit-box-shadow: none;
   box-shadow: none;
 }
 .custom-control-input:active ~ .custom-control-label::before {
   color: #ffffff;
   background-color: #ffffff;
 }
 .custom-control-input:disabled ~ .custom-control-label {
   color: #878787;
 }
 .custom-control-input:disabled ~ .custom-control-label::before {
   background-color: #eceeef;
 }
 
 .custom-control-label {
   margin-bottom: 0;
 }
 .custom-control-label::before {
   position: absolute;
   top: -0.077155rem;
   left: 0;
   display: block;
   width: 1.69231rem;
   height: 1.69231rem;
   pointer-events: none;
   content: '';
   -webkit-user-select: none;
   -moz-user-select: none;
   -ms-user-select: none;
   user-select: none;
   background-color: #ffffff;
 }
 .custom-control-label::after {
   position: absolute;
   top: -0.077155rem;
   left: 0;
   display: block;
   width: 1.69231rem;
   height: 1.69231rem;
   content: '';
   background-repeat: no-repeat;
   background-position: center center;
   -webkit-background-size: 50% 50%;
   background-size: 50% 50%;
 }
 
 .custom-checkbox .custom-control-input:checked ~ .custom-control-label::before {
   background-color: #ffffff;
 }
 
 .custom-checkbox .custom-control-input:checked ~ .custom-control-label::after {
   background-image: none;
 }
 
 .custom-checkbox
   .custom-control-input:indeterminate
   ~ .custom-control-label::before {
   background-color: #5f5f5f;
 }
 
 .custom-checkbox
   .custom-control-input:indeterminate
   ~ .custom-control-label::after {
   background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 4'%3E%3Cpath stroke='%2300bcd4' d='M0 2h4'/%3E%3C/svg%3E");
 }
 
 .custom-checkbox
   .custom-control-input:disabled:checked
   ~ .custom-control-label::before {
   background-color: rgba(44, 193, 133, 0.5);
 }
 
 .custom-checkbox
   .custom-control-input:disabled:indeterminate
   ~ .custom-control-label::before {
   background-color: rgba(44, 193, 133, 0.5);
 }
 
 .custom-radio .custom-control-label::before {
   border-radius: 50%;
 }
 
 .custom-radio .custom-control-input:checked ~ .custom-control-label::before {
   background-color: #ffffff;
 }
 
 .custom-radio .custom-control-input:checked ~ .custom-control-label::after {
   background-image: none;
 }
 
 .custom-radio
   .custom-control-input:disabled:checked
   ~ .custom-control-label::before {
   background-color: rgba(44, 193, 133, 0.5);
 }
 
 .custom-select {
   display: inline-block;
   width: 100%;
   height: 3.23077rem;
   padding: 0.375rem 1.75rem 0.375rem 0.75rem;
   line-height: 1;
   color: #878787;
   vertical-align: middle;
   background: #ffffff
     url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3E%3Cpath fill='%23323232' d='M2 0L0 2h4zm0 5L0 3h4z'/%3E%3C/svg%3E")
     no-repeat right 0.75rem center;
   -webkit-background-size: 8px 10px;
   background-size: 8px 10px;
   border: 2px solid #ebebeb;
   border-radius: 0;
   -webkit-appearance: none;
   -moz-appearance: none;
   appearance: none;
 }
 .custom-select:focus {
   border-color: #03c0d8;
   outline: 0;
   -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.075),
     0 0 5px rgba(137, 228, 191, 0.5);
   box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.075),
     0 0 5px rgba(137, 228, 191, 0.5);
 }
 .custom-select:focus::-ms-value {
   color: #878787;
   background-color: #ffffff;
 }
 .custom-select[multiple],
 .custom-select[size]:not([size='1']) {
   height: auto;
   padding-right: 0.75rem;
   background-image: none;
 }
 .custom-select:disabled {
   color: #878787;
   background-color: #eceeef;
 }
 .custom-select::-ms-expand {
   opacity: 0;
 }
 
 .custom-select-sm {
   height: 2.53846rem;
   padding-top: 0.375rem;
   padding-bottom: 0.375rem;
   font-size: 75%;
 }
 
 .custom-select-lg {
   height: 3.84615rem;
   padding-top: 0.375rem;
   padding-bottom: 0.375rem;
   font-size: 125%;
 }
 
 .custom-file {
   position: relative;
   display: inline-block;
   width: 100%;
   height: 3.23077rem;
   margin-bottom: 0;
 }
 
 .custom-file-input {
   position: relative;
   z-index: 2;
   width: 100%;
   height: 3.23077rem;
   margin: 0;
   opacity: 0;
 }
 .custom-file-input:focus ~ .custom-file-control {
   border-color: #03c0d8;
   -webkit-box-shadow: 0 0 0 0 transparent;
   box-shadow: 0 0 0 0 transparent;
 }
 .custom-file-input:focus ~ .custom-file-control::before {
   border-color: #03c0d8;
 }
 .custom-file-input:lang(en) ~ .custom-file-label::after {
   content: 'Browse';
 }
 
 .custom-file-label {
   position: absolute;
   top: 0;
   right: 0;
   left: 0;
   z-index: 1;
   height: 3.23077rem;
   padding: 0.81rem 0.7692rem;
   line-height: 1;
   color: #878787;
   background-color: #ffffff;
   border: 2px solid #ebebeb;
 }
 .custom-file-label::after {
   position: absolute;
   top: 0;
   right: 0;
   bottom: 0;
   z-index: 3;
   display: block;
   height: calc(3.23077rem - 2px * 2);
   padding: 0.81rem 0.7692rem;
   line-height: 1;
   color: #878787;
   content: 'Browse';
   background-color: #ebebeb;
   border-left: 2px solid #ebebeb;
 }
 
 .page-title {
   margin: 20px 0;
 }
 .nav {
   display: -webkit-box;
   display: -webkit-flex;
   display: -ms-flexbox;
   display: flex;
   -webkit-flex-wrap: wrap;
   -ms-flex-wrap: wrap;
   flex-wrap: wrap;
   padding-left: 0;
   margin-bottom: 0;
   list-style: none;
 }
 
 .nav-link {
   display: block;
   padding: 0.885rem 1.5rem;
 }
 .nav-link:hover,
 .nav-link:focus {
   text-decoration: none;
 }
 .nav-link.disabled {
   color: #878787;
 }
 
 .nav-tabs {
   border-bottom: 0 solid transparent;
 }
 .nav-tabs .nav-item {
   margin-bottom: 0;
 }
 .nav-tabs .nav-link {
   margin-right: 2px;
   border: 1px solid rgba(158, 158, 158, 0.19);
   border-top: 2px solid #9a9a9a;
   border-bottom: 0;
   background: #efefef;
   color: #989898;
 }
 .nav-tabs .nav-link:hover,
 .nav-tabs .nav-link:focus {
   border-color: #eceeef #eceeef transparent;
 }
 .nav-tabs .nav-link.disabled {
   color: #878787;
   background-color: transparent;
   border-color: transparent;
 }
 .nav-tabs .nav-link.active,
 .nav-tabs .nav-item.show .nav-link {
   color: #636c72;
   background-color: #ffffff;
   border-color: #dee2e6 #dee2e6 #ffffff #ffffff;
 }
 .nav-tabs .dropdown-menu {
   margin-top: 0;
 }
 
 .nav-pills .nav-link.active,
 .nav-pills .show > .nav-link {
   color: #ffffff;
   background-color: #5f5f5f;
 }
 
 .nav-fill .nav-item {
   -webkit-box-flex: 1;
   -webkit-flex: 1 1 auto;
   -ms-flex: 1 1 auto;
   flex: 1 1 auto;
   text-align: center;
 }
 
 .nav-justified .nav-item {
   -webkit-flex-basis: 0;
   -ms-flex-preferred-size: 0;
   flex-basis: 0;
   -webkit-box-flex: 1;
   -webkit-flex-grow: 1;
   -ms-flex-positive: 1;
   flex-grow: 1;
   text-align: center;
 }
 
 .tab-content > .tab-pane {
   display: none;
 }
 
 .tab-content > .active {
   display: block;
 }
 
 .navbar {
   position: relative;
   display: -webkit-box;
   display: -webkit-flex;
   display: -ms-flexbox;
   display: flex;
   -webkit-flex-wrap: wrap;
   -ms-flex-wrap: wrap;
   flex-wrap: wrap;
   -webkit-box-align: center;
   -webkit-align-items: center;
   -ms-flex-align: center;
   align-items: center;
   -webkit-box-pack: justify;
   -webkit-justify-content: space-between;
   -ms-flex-pack: justify;
   justify-content: space-between;
   padding: 0.5rem 1rem;
 }
 .navbar > .container,
 .navbar > .container-fluid {
   display: -webkit-box;
   display: -webkit-flex;
   display: -ms-flexbox;
   display: flex;
   -webkit-flex-wrap: wrap;
   -ms-flex-wrap: wrap;
   flex-wrap: wrap;
   -webkit-box-align: center;
   -webkit-align-items: center;
   -ms-flex-align: center;
   align-items: center;
   -webkit-box-pack: justify;
   -webkit-justify-content: space-between;
   -ms-flex-pack: justify;
   justify-content: space-between;
 }
 
 .navbar-brand {
   display: inline-block;
   padding-top: 0.766574rem;
   padding-bottom: 0.766574rem;
   margin-right: 1rem;
   font-size: 1.154rem;
   line-height: inherit;
   white-space: nowrap;
 }
 .navbar-brand:hover,
 .navbar-brand:focus {
   text-decoration: none;
 }
 
 .navbar-nav {
   display: -webkit-box;
   display: -webkit-flex;
   display: -ms-flexbox;
   display: flex;
   -webkit-box-orient: vertical;
   -webkit-box-direction: normal;
   -webkit-flex-direction: column;
   -ms-flex-direction: column;
   flex-direction: column;
   padding-left: 0;
   margin-bottom: 0;
   list-style: none;
 }
 .navbar-nav .nav-link {
   padding-right: 0;
   padding-left: 0;
 }
 .navbar-nav .dropdown-menu {
   position: static;
   float: none;
 }
 
 .navbar-text {
   display: inline-block;
   padding-top: 0.885rem;
   padding-bottom: 0.885rem;
 }
 
 .navbar-collapse {
   -webkit-flex-basis: 100%;
   -ms-flex-preferred-size: 100%;
   flex-basis: 100%;
   -webkit-box-flex: 1;
   -webkit-flex-grow: 1;
   -ms-flex-positive: 1;
   flex-grow: 1;
   -webkit-box-align: center;
   -webkit-align-items: center;
   -ms-flex-align: center;
   align-items: center;
 }
 
 .navbar-toggler {
   padding: 0.25rem 0.75rem;
   font-size: 1.154rem;
   line-height: 1;
   background-color: transparent;
   border: 1px solid transparent;
 }
 .navbar-toggler:hover,
 .navbar-toggler:focus {
   text-decoration: none;
 }
 .navbar-toggler:not(:disabled):not(.disabled) {
   cursor: pointer;
 }
 
 .navbar-toggler-icon {
   display: inline-block;
   width: 1.5em;
   height: 1.5em;
   vertical-align: middle;
   content: '';
   background: no-repeat center center;
   -webkit-background-size: 100% 100%;
   background-size: 100% 100%;
 }
 
 @media (max-width: 575.98px) {
   .navbar-expand-sm > .container,
   .navbar-expand-sm > .container-fluid {
     padding-right: 0;
     padding-left: 0;
   }
 }
 
 @media (min-width: 576px) {
   .navbar-expand-sm {
     -webkit-box-orient: horizontal;
     -webkit-box-direction: normal;
     -webkit-flex-flow: row nowrap;
     -ms-flex-flow: row nowrap;
     flex-flow: row nowrap;
     -webkit-box-pack: start;
     -webkit-justify-content: flex-start;
     -ms-flex-pack: start;
     justify-content: flex-start;
   }
   .navbar-expand-sm .navbar-nav {
     -webkit-box-orient: horizontal;
     -webkit-box-direction: normal;
     -webkit-flex-direction: row;
     -ms-flex-direction: row;
     flex-direction: row;
   }
   .navbar-expand-sm .navbar-nav .dropdown-menu {
     position: absolute;
   }
   .navbar-expand-sm .navbar-nav .dropdown-menu-right {
     right: 0;
     left: auto;
   }
   .navbar-expand-sm .navbar-nav .nav-link {
     padding-right: 0.5rem;
     padding-left: 0.5rem;
   }
   .navbar-expand-sm > .container,
   .navbar-expand-sm > .container-fluid {
     -webkit-flex-wrap: nowrap;
     -ms-flex-wrap: nowrap;
     flex-wrap: nowrap;
   }
   .navbar-expand-sm .navbar-collapse {
     display: -webkit-box !important;
     display: -webkit-flex !important;
     display: -ms-flexbox !important;
     display: flex !important;
     -webkit-flex-basis: auto;
     -ms-flex-preferred-size: auto;
     flex-basis: auto;
   }
   .navbar-expand-sm .navbar-toggler {
     display: none;
   }
   .navbar-expand-sm .dropup .dropdown-menu {
     top: auto;
     bottom: 100%;
   }
 }
 
 @media (max-width: 767.98px) {
   .navbar-expand-md > .container,
   .navbar-expand-md > .container-fluid {
     padding-right: 0;
     padding-left: 0;
   }
 }
 
 @media (min-width: 768px) {
   .navbar-expand-md {
     -webkit-box-orient: horizontal;
     -webkit-box-direction: normal;
     -webkit-flex-flow: row nowrap;
     -ms-flex-flow: row nowrap;
     flex-flow: row nowrap;
     -webkit-box-pack: start;
     -webkit-justify-content: flex-start;
     -ms-flex-pack: start;
     justify-content: flex-start;
   }
   .navbar-expand-md .navbar-nav {
     -webkit-box-orient: horizontal;
     -webkit-box-direction: normal;
     -webkit-flex-direction: row;
     -ms-flex-direction: row;
     flex-direction: row;
   }
   .navbar-expand-md .navbar-nav .dropdown-menu {
     position: absolute;
   }
   .navbar-expand-md .navbar-nav .dropdown-menu-right {
     right: 0;
     left: auto;
   }
   .navbar-expand-md .navbar-nav .nav-link {
     padding-right: 0.5rem;
     padding-left: 0.5rem;
   }
   .navbar-expand-md > .container,
   .navbar-expand-md > .container-fluid {
     -webkit-flex-wrap: nowrap;
     -ms-flex-wrap: nowrap;
     flex-wrap: nowrap;
   }
   .navbar-expand-md .navbar-collapse {
     display: -webkit-box !important;
     display: -webkit-flex !important;
     display: -ms-flexbox !important;
     display: flex !important;
     -webkit-flex-basis: auto;
     -ms-flex-preferred-size: auto;
     flex-basis: auto;
   }
   .navbar-expand-md .navbar-toggler {
     display: none;
   }
   .navbar-expand-md .dropup .dropdown-menu {
     top: auto;
     bottom: 100%;
   }
 }
 
 @media (max-width: 991.98px) {
   .navbar-expand-lg > .container,
   .navbar-expand-lg > .container-fluid {
     padding-right: 0;
     padding-left: 0;
   }
 }
 
 @media (min-width: 992px) {
   .navbar-expand-lg {
     -webkit-box-orient: horizontal;
     -webkit-box-direction: normal;
     -webkit-flex-flow: row nowrap;
     -ms-flex-flow: row nowrap;
     flex-flow: row nowrap;
     -webkit-box-pack: start;
     -webkit-justify-content: flex-start;
     -ms-flex-pack: start;
     justify-content: flex-start;
   }
   .navbar-expand-lg .navbar-nav {
     -webkit-box-orient: horizontal;
     -webkit-box-direction: normal;
     -webkit-flex-direction: row;
     -ms-flex-direction: row;
     flex-direction: row;
   }
   .navbar-expand-lg .navbar-nav .dropdown-menu {
     position: absolute;
   }
   .navbar-expand-lg .navbar-nav .dropdown-menu-right {
     right: 0;
     left: auto;
   }
   .navbar-expand-lg .navbar-nav .nav-link {
     padding-right: 0.5rem;
     padding-left: 0.5rem;
   }
   .navbar-expand-lg > .container,
   .navbar-expand-lg > .container-fluid {
     -webkit-flex-wrap: nowrap;
     -ms-flex-wrap: nowrap;
     flex-wrap: nowrap;
   }
   .navbar-expand-lg .navbar-collapse {
     display: -webkit-box !important;
     display: -webkit-flex !important;
     display: -ms-flexbox !important;
     display: flex !important;
     -webkit-flex-basis: auto;
     -ms-flex-preferred-size: auto;
     flex-basis: auto;
   }
   .navbar-expand-lg .navbar-toggler {
     display: none;
   }
   .navbar-expand-lg .dropup .dropdown-menu {
     top: auto;
     bottom: 100%;
   }
 }
 
 @media (max-width: 1199.98px) {
   .navbar-expand-xl > .container,
   .navbar-expand-xl > .container-fluid {
     padding-right: 0;
     padding-left: 0;
   }
 }
 
 @media (min-width: 1200px) {
   .navbar-expand-xl {
     -webkit-box-orient: horizontal;
     -webkit-box-direction: normal;
     -webkit-flex-flow: row nowrap;
     -ms-flex-flow: row nowrap;
     flex-flow: row nowrap;
     -webkit-box-pack: start;
     -webkit-justify-content: flex-start;
     -ms-flex-pack: start;
     justify-content: flex-start;
   }
   .navbar-expand-xl .navbar-nav {
     -webkit-box-orient: horizontal;
     -webkit-box-direction: normal;
     -webkit-flex-direction: row;
     -ms-flex-direction: row;
     flex-direction: row;
   }
   .navbar-expand-xl .navbar-nav .dropdown-menu {
     position: absolute;
   }
   .navbar-expand-xl .navbar-nav .dropdown-menu-right {
     right: 0;
     left: auto;
   }
   .navbar-expand-xl .navbar-nav .nav-link {
     padding-right: 0.5rem;
     padding-left: 0.5rem;
   }
   .navbar-expand-xl > .container,
   .navbar-expand-xl > .container-fluid {
     -webkit-flex-wrap: nowrap;
     -ms-flex-wrap: nowrap;
     flex-wrap: nowrap;
   }
   .navbar-expand-xl .navbar-collapse {
     display: -webkit-box !important;
     display: -webkit-flex !important;
     display: -ms-flexbox !important;
     display: flex !important;
     -webkit-flex-basis: auto;
     -ms-flex-preferred-size: auto;
     flex-basis: auto;
   }
   .navbar-expand-xl .navbar-toggler {
     display: none;
   }
   .navbar-expand-xl .dropup .dropdown-menu {
     top: auto;
     bottom: 100%;
   }
 }
 
 .navbar-expand {
   -webkit-box-orient: horizontal;
   -webkit-box-direction: normal;
   -webkit-flex-flow: row nowrap;
   -ms-flex-flow: row nowrap;
   flex-flow: row nowrap;
   -webkit-box-pack: start;
   -webkit-justify-content: flex-start;
   -ms-flex-pack: start;
   justify-content: flex-start;
 }
 .navbar-expand > .container,
 .navbar-expand > .container-fluid {
   padding-right: 0;
   padding-left: 0;
 }
 .navbar-expand .navbar-nav {
   -webkit-box-orient: horizontal;
   -webkit-box-direction: normal;
   -webkit-flex-direction: row;
   -ms-flex-direction: row;
   flex-direction: row;
 }
 .navbar-expand .navbar-nav .dropdown-menu {
   position: absolute;
 }
 .navbar-expand .navbar-nav .dropdown-menu-right {
   right: 0;
   left: auto;
 }
 .navbar-expand .navbar-nav .nav-link {
   padding-right: 0.5rem;
   padding-left: 0.5rem;
 }
 .navbar-expand > .container,
 .navbar-expand > .container-fluid {
   -webkit-flex-wrap: nowrap;
   -ms-flex-wrap: nowrap;
   flex-wrap: nowrap;
 }
 .navbar-expand .navbar-collapse {
   display: -webkit-box !important;
   display: -webkit-flex !important;
   display: -ms-flexbox !important;
   display: flex !important;
   -webkit-flex-basis: auto;
   -ms-flex-preferred-size: auto;
   flex-basis: auto;
 }
 .navbar-expand .navbar-toggler {
   display: none;
 }
 .navbar-expand .dropup .dropdown-menu {
   top: auto;
   bottom: 100%;
 }
 
 .navbar-light .navbar-brand {
   color: rgba(0, 0, 0, 0.9);
 }
 .navbar-light .navbar-brand:hover,
 .navbar-light .navbar-brand:focus {
   color: rgba(0, 0, 0, 0.9);
 }
 
 .navbar-light .navbar-nav .nav-link {
   color: rgba(0, 0, 0, 0.5);
 }
 .navbar-light .navbar-nav .nav-link:hover,
 .navbar-light .navbar-nav .nav-link:focus {
   color: rgba(0, 0, 0, 0.7);
 }
 .navbar-light .navbar-nav .nav-link.disabled {
   color: rgba(0, 0, 0, 0.3);
 }
 
 .navbar-light .navbar-nav .show > .nav-link,
 .navbar-light .navbar-nav .active > .nav-link,
 .navbar-light .navbar-nav .nav-link.show,
 .navbar-light .navbar-nav .nav-link.active {
   color: rgba(0, 0, 0, 0.9);
 }
 
 .navbar-light .navbar-toggler {
   color: rgba(0, 0, 0, 0.5);
   border-color: rgba(0, 0, 0, 0.1);
 }
 
 .navbar-light .navbar-toggler-icon {
   background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' 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 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
 }
 
 .navbar-light .navbar-text {
   color: rgba(0, 0, 0, 0.5);
 }
 .navbar-light .navbar-text a {
   color: rgba(0, 0, 0, 0.9);
 }
 .navbar-light .navbar-text a:hover,
 .navbar-light .navbar-text a:focus {
   color: rgba(0, 0, 0, 0.9);
 }
 
 .navbar-dark .navbar-brand {
   color: rgba(255, 255, 255, 0.75);
 }
 .navbar-dark .navbar-brand:hover,
 .navbar-dark .navbar-brand:focus {
   color: rgba(255, 255, 255, 0.75);
 }
 
 .navbar-dark .navbar-nav .nav-link {
   color: rgba(255, 255, 255, 0.5);
 }
 .navbar-dark .navbar-nav .nav-link:hover,
 .navbar-dark .navbar-nav .nav-link:focus {
   color: rgba(255, 255, 255, 0.75);
 }
 .navbar-dark .navbar-nav .nav-link.disabled {
   color: rgba(255, 255, 255, 0.25);
 }
 
 .navbar-dark .navbar-nav .show > .nav-link,
 .navbar-dark .navbar-nav .active > .nav-link,
 .navbar-dark .navbar-nav .nav-link.show,
 .navbar-dark .navbar-nav .nav-link.active {
   color: rgba(255, 255, 255, 0.75);
 }
 
 .navbar-dark .navbar-toggler {
   color: rgba(255, 255, 255, 0.5);
   border-color: rgba(255, 255, 255, 0.1);
 }
 
 .navbar-dark .navbar-toggler-icon {
   background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' 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 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
 }
 
 .navbar-dark .navbar-text {
   color: rgba(255, 255, 255, 0.5);
 }
 .navbar-dark .navbar-text a {
   color: rgba(255, 255, 255, 0.75);
 }
 .navbar-dark .navbar-text a:hover,
 .navbar-dark .navbar-text a:focus {
   color: rgba(255, 255, 255, 0.75);
 }
 
 .card {
   position: relative;
   display: -webkit-box;
   display: -webkit-flex;
   display: -ms-flexbox;
   display: flex;
   -webkit-box-orient: vertical;
   -webkit-box-direction: normal;
   -webkit-flex-direction: column;
   -ms-flex-direction: column;
   flex-direction: column;
   min-width: 0;
   word-wrap: break-word;
   background-color: #ffffff;
   -webkit-background-clip: border-box;
   background-clip: border-box;
   border: 1px solid rgba(0, 0, 0, 0.125);
 }
 .card > hr {
   margin-right: 0;
   margin-left: 0;
 }
 
 .card-body {
   -webkit-box-flex: 1;
   -webkit-flex: 1 1 auto;
   -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-link:hover {
   text-decoration: none;
 }
 
 .card-link + .card-link {
   margin-left: 1.25rem;
 }
 
 .card-header {
   padding: 0.75rem 1.25rem;
   margin-bottom: 0;
   background-color: rgba(0, 0, 0, 0.03);
   border-bottom: 1px solid rgba(0, 0, 0, 0.125);
 }
 .card-header + .list-group .list-group-item:first-child {
   border-top: 0;
 }
 
 .card-footer {
   padding: 0.75rem 1.25rem;
   background-color: rgba(0, 0, 0, 0.03);
   border-top: 1px solid rgba(0, 0, 0, 0.125);
 }
 
 .card-header-tabs {
   margin-right: -0.625rem;
   margin-bottom: -0.75rem;
   margin-left: -0.625rem;
   border-bottom: 0;
 }
 
 .card-header-pills {
   margin-right: -0.625rem;
   margin-left: -0.625rem;
 }
 
 .card-img-overlay {
   position: absolute;
   top: 0;
   right: 0;
   bottom: 0;
   left: 0;
   padding: 1.25rem;
 }
 
 .card-img {
   width: 100%;
 }
 
 .card-img-top {
   width: 100%;
 }
 
 .card-img-bottom {
   width: 100%;
 }
 
 .card-deck {
   display: -webkit-box;
   display: -webkit-flex;
   display: -ms-flexbox;
   display: flex;
   -webkit-box-orient: vertical;
   -webkit-box-direction: normal;
   -webkit-flex-direction: column;
   -ms-flex-direction: column;
   flex-direction: column;
 }
 .card-deck .card {
   margin-bottom: 15px;
 }
 @media (min-width: 576px) {
   .card-deck {
     -webkit-box-orient: horizontal;
     -webkit-box-direction: normal;
     -webkit-flex-flow: row wrap;
     -ms-flex-flow: row wrap;
     flex-flow: row wrap;
     margin-right: -15px;
     margin-left: -15px;
   }
   .card-deck .card {
     display: -webkit-box;
     display: -webkit-flex;
     display: -ms-flexbox;
     display: flex;
     -webkit-box-flex: 1;
     -webkit-flex: 1 0 0%;
     -ms-flex: 1 0 0%;
     flex: 1 0 0%;
     -webkit-box-orient: vertical;
     -webkit-box-direction: normal;
     -webkit-flex-direction: column;
     -ms-flex-direction: column;
     flex-direction: column;
     margin-right: 15px;
     margin-bottom: 0;
     margin-left: 15px;
   }
 }
 
 .card-group {
   display: -webkit-box;
   display: -webkit-flex;
   display: -ms-flexbox;
   display: flex;
   -webkit-box-orient: vertical;
   -webkit-box-direction: normal;
   -webkit-flex-direction: column;
   -ms-flex-direction: column;
   flex-direction: column;
 }
 .card-group > .card {
   margin-bottom: 15px;
 }
 @media (min-width: 576px) {
   .card-group {
     -webkit-box-orient: horizontal;
     -webkit-box-direction: normal;
     -webkit-flex-flow: row wrap;
     -ms-flex-flow: row wrap;
     flex-flow: row wrap;
   }
   .card-group > .card {
     -webkit-box-flex: 1;
     -webkit-flex: 1 0 0%;
     -ms-flex: 1 0 0%;
     flex: 1 0 0%;
     margin-bottom: 0;
   }
   .card-group > .card + .card {
     margin-left: 0;
     border-left: 0;
   }
 }
 
 .card-columns .card {
   margin-bottom: 0.75rem;
 }
 
 @media (min-width: 576px) {
   .card-columns {
     -webkit-column-count: 3;
     -moz-column-count: 3;
     column-count: 3;
     -webkit-column-gap: 1.25rem;
     -moz-column-gap: 1.25rem;
     column-gap: 1.25rem;
   }
   .card-columns .card {
     display: inline-block;
     width: 100%;
   }
 }
 
 .breadcrumb {
   display: -webkit-box;
   display: -webkit-flex;
   display: -ms-flexbox;
   display: flex;
   -webkit-flex-wrap: wrap;
   -ms-flex-wrap: wrap;
   flex-wrap: wrap;
   padding: 0.75rem 1rem;
   margin-bottom: 1rem;
   list-style: none;
   background-color: #ffffff;
 }
 
 .breadcrumb-item + .breadcrumb-item::before {
   display: inline-block;
   padding-right: 0.5rem;
   padding-left: 0.5rem;
   color: #878787;
   content: '';
 }
 
 .breadcrumb-item + .breadcrumb-item:hover::before {
   text-decoration: underline;
 }
 
 .breadcrumb-item + .breadcrumb-item:hover::before {
   text-decoration: none;
 }
 
 .breadcrumb-item.active {
   color: #878787;
 }
 
 .pagination {
   display: -webkit-box;
   display: -webkit-flex;
   display: -ms-flexbox;
   display: flex;
   padding-left: 0;
   list-style: none;
 }
 
 .page-link {
   position: relative;
   display: block;
   padding: 0.5rem 0.75rem;
   margin-left: -1px;
   line-height: 1.25;
   color: #36cb8f;
   background-color: #ffffff;
   border: 1px solid #dee2e6;
 }
 .page-link:hover {
   color: #008c9e;
   text-decoration: none;
   background-color: #eceeef;
   border-color: #dee2e6;
 }
 .page-link:focus {
   z-index: 2;
   outline: 0;
   -webkit-box-shadow: 0 0 0 0 transparent;
   box-shadow: 0 0 0 0 transparent;
 }
 .page-link:not(:disabled):not(.disabled) {
   cursor: pointer;
 }
 
 .page-item:first-child .page-link {
   margin-left: 0;
 }
 
 .page-item.active .page-link {
   z-index: 1;
   color: #5f5f5f;
   background-color: #ffffff;
   border-color: #5f5f5f;
 }
 
 .page-item.disabled .page-link {
   color: #878787;
   pointer-events: none;
   cursor: auto;
   background-color: #ffffff;
   border-color: #dee2e6;
 }
 
 .pagination-lg .page-link {
   padding: 0.75rem 1.5rem;
   font-size: 1.154rem;
   line-height: 1.3333333333;
 }
 
 .pagination-sm .page-link {
   padding: 0.25rem 0.5rem;
   font-size: 0.8462rem;
   line-height: 1.5;
 }
 
 .badge {
   display: inline-block;
   padding: 0.385rem 0.6154rem;
   font-size: 0.9231rem;
   font-weight: 400;
   line-height: 1;
   text-align: center;
   white-space: nowrap;
   vertical-align: baseline;
 }
 .badge:empty {
   display: none;
 }
 
 .btn .badge {
   position: relative;
   top: -1px;
 }
 
 .badge-pill {
   padding-right: 0.6em;
   padding-left: 0.6em;
 }
 
 .badge-primary {
   color: #ffffff;
   background-color: #5f5f5f;
 }
 .badge-primary[href]:hover,
 .badge-primary[href]:focus {
   color: #ffffff;
   text-decoration: none;
   background-color: #239768;
 }
 
 .badge-secondary {
   color: #ffffff;
   background-color: #878787;
 }
 .badge-secondary[href]:hover,
 .badge-secondary[href]:focus {
   color: #ffffff;
   text-decoration: none;
   background-color: #6e6d6d;
 }
 
 .badge-success {
   color: #ffffff;
   background-color: #5f5f5f;
 }
 .badge-success[href]:hover,
 .badge-success[href]:focus {
   color: #ffffff;
   text-decoration: none;
   background-color: #239768;
 }
 
 .badge-info {
   color: #212529;
   background-color: #58c7ef;
 }
 .badge-info[href]:hover,
 .badge-info[href]:focus {
   color: #212529;
   text-decoration: none;
   background-color: #29b7eb;
 }
 
 .badge-warning {
   color: #212529;
   background-color: #ffdc42;
 }
 .badge-warning[href]:hover,
 .badge-warning[href]:focus {
   color: #212529;
   text-decoration: none;
   background-color: #ffd30f;
 }
 
 .badge-danger {
   color: #ffffff;
   background-color: #f45846;
 }
 .badge-danger[href]:hover,
 .badge-danger[href]:focus {
   color: #ffffff;
   text-decoration: none;
   background-color: #f12d16;
 }
 
 .badge-light {
   color: #212529;
   background-color: #ffffff;
 }
 .badge-light[href]:hover,
 .badge-light[href]:focus {
   color: #212529;
   text-decoration: none;
   background-color: #e6e5e5;
 }
 
 .badge-dark {
   color: #ffffff;
   background-color: #323232;
 }
 .badge-dark[href]:hover,
 .badge-dark[href]:focus {
   color: #ffffff;
   text-decoration: none;
   background-color: #191818;
 }
 
 .badge-grey {
   color: #212529;
   background-color: #e5e5e5;
 }
 .badge-grey[href]:hover,
 .badge-grey[href]:focus {
   color: #212529;
   text-decoration: none;
   background-color: #cccbcb;
 }
 
 .badge-noir {
   color: #ffffff;
   background-color: #545454;
 }
 .badge-noir[href]:hover,
 .badge-noir[href]:focus {
   color: #ffffff;
   text-decoration: none;
   background-color: #3b3a3a;
 }
 
 .jumbotron {
   padding: 2rem 1rem;
   margin-bottom: 2rem;
   background-color: #eceeef;
 }
 @media (min-width: 576px) {
   .jumbotron {
     padding: 4rem 2rem;
   }
 }
 
 .jumbotron-fluid {
   padding-right: 0;
   padding-left: 0;
 }
 
 .alert {
   position: relative;
   padding: 1.308rem 1.538rem;
   margin-bottom: 1rem;
   border: 1px solid transparent;
 }
 
 .alert-heading {
   color: inherit;
 }
 
 .alert-link {
   font-weight: 700;
 }
 
 .alert-dismissible {
   padding-right: 4.576rem;
 }
 .alert-dismissible .close {
   position: absolute;
   top: 0;
   right: 0;
   padding: 1.308rem 1.538rem;
   color: inherit;
 }
 
 .alert-primary {
   color: #176445;
   background-color: #d5f3e7;
   border-color: #c4eedd;
 }
 .alert-primary hr {
   border-top-color: #b0e8d2;
 }
 .alert-primary .alert-link {
   color: #0d3b28;
 }
 
 .alert-secondary {
   color: #464646;
   background-color: #e7e7e7;
   border-color: #dddddd;
 }
 .alert-secondary hr {
   border-top-color: #d0d0d0;
 }
 .alert-secondary .alert-link {
   color: #2d2c2c;
 }
 
 .alert-success {
   color: #176445;
   background-color: #d5f3e7;
   border-color: #c4eedd;
 }
 .alert-success hr {
   border-top-color: #b0e8d2;
 }
 .alert-success .alert-link {
   color: #0d3b28;
 }
 
 .alert-info {
   color: #2e677c;
   background-color: #def4fc;
   border-color: #d0effb;
 }
 .alert-info hr {
   border-top-color: #b9e7f9;
 }
 .alert-info .alert-link {
   color: #204857;
 }
 
 .alert-warning {
   color: #857222;
   background-color: #fff8d9;
   border-color: #fff5ca;
 }
 .alert-warning hr {
   border-top-color: #fff0b1;
 }
 .alert-warning .alert-link {
   color: #5c4f18;
 }
 
 .alert-danger {
   color: #7f2e24;
   background-color: #fddeda;
   border-color: #fcd0cb;
 }
 .alert-danger hr {
   border-top-color: #fbbab3;
 }
 .alert-danger .alert-link {
   color: #572019;
 }
 
 .alert-light {
   color: #858585;
   background-color: white;
   border-color: white;
 }
 .alert-light hr {
   border-top-color: #f2f2f2;
 }
 .alert-light .alert-link {
   color: #6c6b6b;
 }
 
 .alert-dark {
   color: #1a1a1a;
   background-color: #d6d6d6;
   border-color: #c6c6c6;
 }
 .alert-dark hr {
   border-top-color: #b9b9b9;
 }
 .alert-dark .alert-link {
   color: #010000;
 }
 
 .alert-grey {
   color: #777777;
   background-color: #fafafa;
   border-color: #f8f8f8;
 }
 .alert-grey hr {
   border-top-color: #ebebeb;
 }
 .alert-grey .alert-link {
   color: #5e5d5d;
 }
 
 .alert-noir {
   color: #2c2c2c;
   background-color: #dddddd;
   border-color: #cfcfcf;
 }
 .alert-noir hr {
   border-top-color: #c2c2c2;
 }
 .alert-noir .alert-link {
   color: #131212;
 }
 
 @-webkit-keyframes progress-bar-stripes {
   from {
     background-position: 1.692rem 0;
   }
   to {
     background-position: 0 0;
   }
 }
 
 @-o-keyframes progress-bar-stripes {
   from {
     background-position: 1.692rem 0;
   }
   to {
     background-position: 0 0;
   }
 }
 
 @keyframes progress-bar-stripes {
   from {
     background-position: 1.692rem 0;
   }
   to {
     background-position: 0 0;
   }
 }
 
 .progress {
   display: -webkit-box;
   display: -webkit-flex;
   display: -ms-flexbox;
   display: flex;
   height: 1.692rem;
   overflow: hidden;
   font-size: 1rem;
   background-color: #eceeef;
 }
 
 .progress-bar {
   display: -webkit-box;
   display: -webkit-flex;
   display: -ms-flexbox;
   display: flex;
   -webkit-box-orient: vertical;
   -webkit-box-direction: normal;
   -webkit-flex-direction: column;
   -ms-flex-direction: column;
   flex-direction: column;
   -webkit-box-pack: center;
   -webkit-justify-content: center;
   -ms-flex-pack: center;
   justify-content: center;
   color: #ffffff;
   text-align: center;
   background-color: #5f5f5f;
   -webkit-transition: width 0.6s ease;
   -o-transition: width 0.6s ease;
   transition: width 0.6s ease;
 }
 
 .progress-bar-striped {
   background-image: -webkit-linear-gradient(
     45deg,
     rgba(255, 255, 255, 0.15) 25%,
     transparent 25%,
     transparent 50%,
     rgba(255, 255, 255, 0.15) 50%,
     rgba(255, 255, 255, 0.15) 75%,
     transparent 75%,
     transparent
   );
   background-image: -o-linear-gradient(
     45deg,
     rgba(255, 255, 255, 0.15) 25%,
     transparent 25%,
     transparent 50%,
     rgba(255, 255, 255, 0.15) 50%,
     rgba(255, 255, 255, 0.15) 75%,
     transparent 75%,
     transparent
   );
   background-image: linear-gradient(
     45deg,
     rgba(255, 255, 255, 0.15) 25%,
     transparent 25%,
     transparent 50%,
     rgba(255, 255, 255, 0.15) 50%,
     rgba(255, 255, 255, 0.15) 75%,
     transparent 75%,
     transparent
   );
   -webkit-background-size: 1.692rem 1.692rem;
   background-size: 1.692rem 1.692rem;
 }
 
 .progress-bar-animated {
   -webkit-animation: progress-bar-stripes 1s linear infinite;
   -o-animation: progress-bar-stripes 1s linear infinite;
   animation: progress-bar-stripes 1s linear infinite;
 }
 
 .media {
   display: -webkit-box;
   display: -webkit-flex;
   display: -ms-flexbox;
   display: flex;
   -webkit-box-align: start;
   -webkit-align-items: flex-start;
   -ms-flex-align: start;
   align-items: flex-start;
 }
 
 .media-body {
   -webkit-box-flex: 1;
   -webkit-flex: 1 1 0%;
   -ms-flex: 1 1 0%;
   flex: 1 1 0%;
 }
 
 .list-group {
   display: -webkit-box;
   display: -webkit-flex;
   display: -ms-flexbox;
   display: flex;
   -webkit-box-orient: vertical;
   -webkit-box-direction: normal;
   -webkit-flex-direction: column;
   -ms-flex-direction: column;
   flex-direction: column;
   padding-left: 0;
   margin-bottom: 0;
 }
 
 .list-group-item-action {
   width: 100%;
   color: #636c72;
   text-align: inherit;
 }
 .list-group-item-action:hover,
 .list-group-item-action:focus {
   color: #636c72;
   text-decoration: none;
   background-color: #f8f9fa;
 }
 .list-group-item-action:active {
   color: #545454;
   background-color: #eceeef;
 }
 
 .list-group-item {
   position: relative;
   display: block;
   padding: 0.924rem 1.48rem;
   margin-bottom: -1px;
   background-color: #ffffff;
   border: 1px solid rgba(0, 0, 0, 0.125);
 }
 .list-group-item:last-child {
   margin-bottom: 0;
 }
 .list-group-item:hover,
 .list-group-item:focus {
   z-index: 1;
   text-decoration: none;
 }
 .list-group-item.disabled,
 .list-group-item:disabled {
   color: #878787;
   background-color: #ffffff;
 }
 .list-group-item.active {
   z-index: 2;
   color: #ffffff;
   background-color: #5f5f5f;
   border-color: #5f5f5f;
 }
 
 .list-group-flush .list-group-item {
   border-right: 0;
   border-left: 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-primary {
   color: #176445;
   background-color: #c4eedd;
 }
 .list-group-item-primary.list-group-item-action:hover,
 .list-group-item-primary.list-group-item-action:focus {
   color: #176445;
   background-color: #b0e8d2;
 }
 .list-group-item-primary.list-group-item-action.active {
   color: #fff;
   background-color: #176445;
   border-color: #176445;
 }
 
 .list-group-item-secondary {
   color: #464646;
   background-color: #dddddd;
 }
 .list-group-item-secondary.list-group-item-action:hover,
 .list-group-item-secondary.list-group-item-action:focus {
   color: #464646;
   background-color: #d0d0d0;
 }
 .list-group-item-secondary.list-group-item-action.active {
   color: #fff;
   background-color: #464646;
   border-color: #464646;
 }
 
 .list-group-item-success {
   color: #176445;
   background-color: #c4eedd;
 }
 .list-group-item-success.list-group-item-action:hover,
 .list-group-item-success.list-group-item-action:focus {
   color: #176445;
   background-color: #b0e8d2;
 }
 .list-group-item-success.list-group-item-action.active {
   color: #fff;
   background-color: #176445;
   border-color: #176445;
 }
 
 .list-group-item-info {
   color: #2e677c;
   background-color: #d0effb;
 }
 .list-group-item-info.list-group-item-action:hover,
 .list-group-item-info.list-group-item-action:focus {
   color: #2e677c;
   background-color: #b9e7f9;
 }
 .list-group-item-info.list-group-item-action.active {
   color: #fff;
   background-color: #2e677c;
   border-color: #2e677c;
 }
 
 .list-group-item-warning {
   color: #857222;
   background-color: #fff5ca;
 }
 .list-group-item-warning.list-group-item-action:hover,
 .list-group-item-warning.list-group-item-action:focus {
   color: #857222;
   background-color: #fff0b1;
 }
 .list-group-item-warning.list-group-item-action.active {
   color: #fff;
   background-color: #857222;
   border-color: #857222;
 }
 
 .list-group-item-danger {
   color: #7f2e24;
   background-color: #fcd0cb;
 }
 .list-group-item-danger.list-group-item-action:hover,
 .list-group-item-danger.list-group-item-action:focus {
   color: #7f2e24;
   background-color: #fbbab3;
 }
 .list-group-item-danger.list-group-item-action.active {
   color: #fff;
   background-color: #7f2e24;
   border-color: #7f2e24;
 }
 
 .list-group-item-light {
   color: #858585;
   background-color: white;
 }
 .list-group-item-light.list-group-item-action:hover,
 .list-group-item-light.list-group-item-action:focus {
   color: #858585;
   background-color: #f2f2f2;
 }
 .list-group-item-light.list-group-item-action.active {
   color: #fff;
   background-color: #858585;
   border-color: #858585;
 }
 
 .list-group-item-dark {
   color: #1a1a1a;
   background-color: #c6c6c6;
 }
 .list-group-item-dark.list-group-item-action:hover,
 .list-group-item-dark.list-group-item-action:focus {
   color: #1a1a1a;
   background-color: #b9b9b9;
 }
 .list-group-item-dark.list-group-item-action.active {
   color: #fff;
   background-color: #1a1a1a;
   border-color: #1a1a1a;
 }
 
 .list-group-item-grey {
   color: #777777;
   background-color: #f8f8f8;
 }
 .list-group-item-grey.list-group-item-action:hover,
 .list-group-item-grey.list-group-item-action:focus {
   color: #777777;
   background-color: #ebebeb;
 }
 .list-group-item-grey.list-group-item-action.active {
   color: #fff;
   background-color: #777777;
   border-color: #777777;
 }
 
 .list-group-item-noir {
   color: #2c2c2c;
   background-color: #cfcfcf;
 }
 .list-group-item-noir.list-group-item-action:hover,
 .list-group-item-noir.list-group-item-action:focus {
   color: #2c2c2c;
   background-color: #c2c2c2;
 }
 .list-group-item-noir.list-group-item-action.active {
   color: #fff;
   background-color: #2c2c2c;
   border-color: #2c2c2c;
 }
 
 .close {
   float: right;
   font-size: 1.5rem;
   font-weight: 700;
   line-height: 1;
   color: #000000;
   text-shadow: 0 1px 0 #ffffff;
   opacity: 0.5;
 }
 .close:hover,
 .close:focus {
   color: #000000;
   text-decoration: none;
   opacity: 0.75;
 }
 .close:not(:disabled):not(.disabled) {
   cursor: pointer;
 }
 
 button.close {
   padding: 0;
   background-color: transparent;
   border: 0;
   -webkit-appearance: none;
 }
 
 .modal-open {
   overflow: hidden;
 }
 
 .modal {
   position: fixed;
   top: 0;
   right: 0;
   bottom: 0;
   left: 0;
   z-index: 1049;
   display: none;
   overflow: hidden;
   outline: 0;
 }
 .modal-open .modal {
   overflow-x: hidden;
   overflow-y: auto;
 }
 
 .modal-dialog {
   position: relative;
   width: auto;
   margin: 0.5rem;
   pointer-events: none;
 }
 
 .modal-dialog-centered {
   display: -webkit-box;
   display: -webkit-flex;
   display: -ms-flexbox;
   display: flex;
   -webkit-box-align: center;
   -webkit-align-items: center;
   -ms-flex-align: center;
   align-items: center;
   min-height: calc(100% - (0.5rem * 2));
 }
 
 .modal-content {
   position: relative;
   display: -webkit-box;
   display: -webkit-flex;
   display: -ms-flexbox;
   display: flex;
   -webkit-box-orient: vertical;
   -webkit-box-direction: normal;
   -webkit-flex-direction: column;
   -ms-flex-direction: column;
   flex-direction: column;
   width: 100%;
   pointer-events: auto;
   background-color: #ffffff;
   -webkit-background-clip: padding-box;
   background-clip: padding-box;
   border: 1px solid rgba(0, 0, 0, 0.2);
   outline: 0;
 }
 
 .modal-backdrop {
   position: fixed;
   top: 0;
   right: 0;
   bottom: 0;
   left: 0;
   z-index: 1040;
   background-color: #000000;
 }
 .modal-backdrop.fade {
   opacity: 0;
 }
 .modal-backdrop.show {
   opacity: 0.5;
 }
 
 .modal-header {
   display: -webkit-box;
   display: -webkit-flex;
   display: -ms-flexbox;
   display: flex;
   -webkit-box-align: start;
   -webkit-align-items: flex-start;
   -ms-flex-align: start;
   align-items: flex-start;
   -webkit-box-pack: justify;
   -webkit-justify-content: space-between;
   -ms-flex-pack: justify;
   justify-content: space-between;
   padding: 1rem;
   border-bottom: 1px solid #eceeef;
 }
 .modal-header .close {
   padding: 1rem;
   margin: -1rem -1rem -1rem auto;
 }
 
 .modal-title {
   margin-bottom: 0;
   line-height: 1.538;
 }
 
 .modal-body {
   position: relative;
   -webkit-box-flex: 1;
   -webkit-flex: 1 1 auto;
   -ms-flex: 1 1 auto;
   flex: 1 1 auto;
   padding: 1rem;
 }
 
 .modal-footer {
   display: -webkit-box;
   display: -webkit-flex;
   display: -ms-flexbox;
   display: flex;
   -webkit-box-align: center;
   -webkit-align-items: center;
   -ms-flex-align: center;
   align-items: center;
   -webkit-box-pack: end;
   -webkit-justify-content: flex-end;
   -ms-flex-pack: end;
   justify-content: flex-end;
   padding: 1rem;
   border-top: 1px solid #eceeef;
 }
 .modal-footer > :not(:first-child) {
   margin-left: 0.25rem;
 }
 .modal-footer > :not(:last-child) {
   margin-right: 0.25rem;
 }
 
 .modal-scrollbar-measure {
   position: absolute;
   top: -9999px;
   width: 50px;
   height: 50px;
   overflow: scroll;
 }
 
 @media (min-width: 576px) {
   .modal-dialog {
     max-width: 545px;
     margin: 1.75rem auto;
   }
   .modal-dialog-centered {
     min-height: calc(100% - (1.75rem * 2));
   }
   .modal-sm {
     max-width: 300px;
   }
 }
 
 @media (min-width: 992px) {
   .modal-lg {
     max-width: 750px;
   }
 }
 
 .tooltip {
   position: absolute;
   z-index: 1070;
   display: block;
   margin: 0;
   font-family: 'Open Sans', sans-serif, -apple-system, BlinkMacSystemFont,
     'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif;
   font-style: normal;
   font-weight: 400;
   line-height: 1.538;
   text-align: left;
   text-align: start;
   text-decoration: none;
   text-shadow: none;
   text-transform: none;
   letter-spacing: normal;
   word-break: normal;
   word-spacing: normal;
   white-space: normal;
   line-break: auto;
   font-size: 0.8462rem;
   word-wrap: break-word;
   opacity: 0;
 }
 .tooltip.show {
   opacity: 0.9;
 }
 .tooltip .arrow {
   position: absolute;
   display: block;
   width: 0.8rem;
   height: 0.4rem;
 }
 .tooltip .arrow::before {
   position: absolute;
   content: '';
   border-color: transparent;
   border-style: solid;
 }
 
 .bs-tooltip-top,
 .bs-tooltip-auto[x-placement^='top'] {
   padding: 0.4rem 0;
 }
 .bs-tooltip-top .arrow,
 .bs-tooltip-auto[x-placement^='top'] .arrow {
   bottom: 0;
 }
 .bs-tooltip-top .arrow::before,
 .bs-tooltip-auto[x-placement^='top'] .arrow::before {
   top: 0;
   border-width: 0.4rem 0.4rem 0;
   border-top-color: #000000;
 }
 
 .bs-tooltip-right,
 .bs-tooltip-auto[x-placement^='right'] {
   padding: 0 0.4rem;
 }
 .bs-tooltip-right .arrow,
 .bs-tooltip-auto[x-placement^='right'] .arrow {
   left: 0;
   width: 0.4rem;
   height: 0.8rem;
 }
 .bs-tooltip-right .arrow::before,
 .bs-tooltip-auto[x-placement^='right'] .arrow::before {
   right: 0;
   border-width: 0.4rem 0.4rem 0.4rem 0;
   border-right-color: #000000;
 }
 
 .bs-tooltip-bottom,
 .bs-tooltip-auto[x-placement^='bottom'] {
   padding: 0.4rem 0;
 }
 .bs-tooltip-bottom .arrow,
 .bs-tooltip-auto[x-placement^='bottom'] .arrow {
   top: 0;
 }
 .bs-tooltip-bottom .arrow::before,
 .bs-tooltip-auto[x-placement^='bottom'] .arrow::before {
   bottom: 0;
   border-width: 0 0.4rem 0.4rem;
   border-bottom-color: #000000;
 }
 
 .bs-tooltip-left,
 .bs-tooltip-auto[x-placement^='left'] {
   padding: 0 0.4rem;
 }
 .bs-tooltip-left .arrow,
 .bs-tooltip-auto[x-placement^='left'] .arrow {
   right: 0;
   width: 0.4rem;
   height: 0.8rem;
 }
 .bs-tooltip-left .arrow::before,
 .bs-tooltip-auto[x-placement^='left'] .arrow::before {
   left: 0;
   border-width: 0.4rem 0 0.4rem 0.4rem;
   border-left-color: #000000;
 }
 
 .tooltip-inner {
   max-width: 200px;
   padding: 0.25rem 0.5rem;
   color: #ffffff;
   text-align: center;
   background-color: #000000;
 }
 
 .popover {
   position: absolute;
   top: 0;
   left: 0;
   z-index: 1060;
   display: block;
   max-width: 276px;
   font-family: 'Open Sans', sans-serif, -apple-system, BlinkMacSystemFont,
     'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif;
   font-style: normal;
   font-weight: 400;
   line-height: 1.538;
   text-align: left;
   text-align: start;
   text-decoration: none;
   text-shadow: none;
   text-transform: none;
   letter-spacing: normal;
   word-break: normal;
   word-spacing: normal;
   white-space: normal;
   line-break: auto;
   font-size: 0.8462rem;
   word-wrap: break-word;
   background-color: #ffffff;
   -webkit-background-clip: padding-box;
   background-clip: padding-box;
   border: 1px solid rgba(0, 0, 0, 0.2);
 }
 .popover .arrow {
   position: absolute;
   display: block;
   width: 1rem;
   height: 0.5rem;
   margin: 0 0.3rem;
 }
 .popover .arrow::before,
 .popover .arrow::after {
   position: absolute;
   display: block;
   content: '';
   border-color: transparent;
   border-style: solid;
 }
 
 .bs-popover-top,
 .bs-popover-auto[x-placement^='top'] {
   margin-bottom: 0.5rem;
 }
 .bs-popover-top .arrow,
 .bs-popover-auto[x-placement^='top'] .arrow {
   bottom: calc((0.5rem + 1px) * -1);
 }
 .bs-popover-top .arrow::before,
 .bs-popover-auto[x-placement^='top'] .arrow::before,
 .bs-popover-top .arrow::after,
 .bs-popover-auto[x-placement^='top'] .arrow::after {
   border-width: 0.5rem 0.5rem 0;
 }
 .bs-popover-top .arrow::before,
 .bs-popover-auto[x-placement^='top'] .arrow::before {
   bottom: 0;
   border-top-color: rgba(0, 0, 0, 0.25);
 }
 .bs-popover-top .arrow::after,
 .bs-popover-auto[x-placement^='top'] .arrow::after {
   bottom: 1px;
   border-top-color: #ffffff;
 }
 
 .bs-popover-right,
 .bs-popover-auto[x-placement^='right'] {
   margin-left: 0.5rem;
 }
 .bs-popover-right .arrow,
 .bs-popover-auto[x-placement^='right'] .arrow {
   left: calc((0.5rem + 1px) * -1);
   width: 0.5rem;
   height: 1rem;
   margin: 0.3rem 0;
 }
 .bs-popover-right .arrow::before,
 .bs-popover-auto[x-placement^='right'] .arrow::before,
 .bs-popover-right .arrow::after,
 .bs-popover-auto[x-placement^='right'] .arrow::after {
   border-width: 0.5rem 0.5rem 0.5rem 0;
 }
 .bs-popover-right .arrow::before,
 .bs-popover-auto[x-placement^='right'] .arrow::before {
   left: 0;
   border-right-color: rgba(0, 0, 0, 0.25);
 }
 .bs-popover-right .arrow::after,
 .bs-popover-auto[x-placement^='right'] .arrow::after {
   left: 1px;
   border-right-color: #ffffff;
 }
 
 .bs-popover-bottom,
 .bs-popover-auto[x-placement^='bottom'] {
   margin-top: 0.5rem;
 }
 .bs-popover-bottom .arrow,
 .bs-popover-auto[x-placement^='bottom'] .arrow {
   top: calc((0.5rem + 1px) * -1);
 }
 .bs-popover-bottom .arrow::before,
 .bs-popover-auto[x-placement^='bottom'] .arrow::before,
 .bs-popover-bottom .arrow::after,
 .bs-popover-auto[x-placement^='bottom'] .arrow::after {
   border-width: 0 0.5rem 0.5rem 0.5rem;
 }
 .bs-popover-bottom .arrow::before,
 .bs-popover-auto[x-placement^='bottom'] .arrow::before {
   top: 0;
   border-bottom-color: rgba(0, 0, 0, 0.25);
 }
 .bs-popover-bottom .arrow::after,
 .bs-popover-auto[x-placement^='bottom'] .arrow::after {
   top: 1px;
   border-bottom-color: #ffffff;
 }
 .bs-popover-bottom .popover-header::before,
 .bs-popover-auto[x-placement^='bottom'] .popover-header::before {
   position: absolute;
   top: 0;
   left: 50%;
   display: block;
   width: 1rem;
   margin-left: -0.5rem;
   content: '';
   border-bottom: 1px solid #f7f7f7;
 }
 
 .bs-popover-left,
 .bs-popover-auto[x-placement^='left'] {
   margin-right: 0.5rem;
 }
 .bs-popover-left .arrow,
 .bs-popover-auto[x-placement^='left'] .arrow {
   right: calc((0.5rem + 1px) * -1);
   width: 0.5rem;
   height: 1rem;
   margin: 0.3rem 0;
 }
 .bs-popover-left .arrow::before,
 .bs-popover-auto[x-placement^='left'] .arrow::before,
 .bs-popover-left .arrow::after,
 .bs-popover-auto[x-placement^='left'] .arrow::after {
   border-width: 0.5rem 0 0.5rem 0.5rem;
 }
 .bs-popover-left .arrow::before,
 .bs-popover-auto[x-placement^='left'] .arrow::before {
   right: 0;
   border-left-color: rgba(0, 0, 0, 0.25);
 }
 .bs-popover-left .arrow::after,
 .bs-popover-auto[x-placement^='left'] .arrow::after {
   right: 1px;
   border-left-color: #ffffff;
 }
 
 .popover-header {
   padding: 0.5rem 0.75rem;
   margin-bottom: 0;
   font-size: 1rem;
   color: inherit;
   background-color: #f7f7f7;
   border-bottom: 1px solid #ebebeb;
 }
 .popover-header:empty {
   display: none;
 }
 
 .popover-body {
   padding: 0.5rem 0.75rem;
   color: #545454;
 }
 
 .carousel {
   position: relative;
 }
 
 .carousel-inner {
   position: relative;
   width: 100%;
   overflow: hidden;
 }
 
 .carousel-item {
   position: relative;
   display: none;
   -webkit-box-align: center;
   -webkit-align-items: center;
   -ms-flex-align: center;
   align-items: center;
   width: 100%;
   -webkit-transition: -webkit-transform 0.6s ease;
   transition: -webkit-transform 0.6s ease;
   -o-transition: -o-transform 0.6s ease;
   transition: transform 0.6s ease;
   transition: transform 0.6s ease, -webkit-transform 0.6s ease,
     -o-transform 0.6s ease;
   -webkit-backface-visibility: hidden;
   backface-visibility: hidden;
   -webkit-perspective: 1000px;
   perspective: 1000px;
 }
 
 .carousel-item.active,
 .carousel-item-next,
 .carousel-item-prev {
   display: block;
 }
 
 .carousel-item-next,
 .carousel-item-prev {
   position: absolute;
   top: 0;
 }
 
 .carousel-item-next.carousel-item-left,
 .carousel-item-prev.carousel-item-right {
   -webkit-transform: translateX(0);
   -o-transform: translateX(0);
   transform: translateX(0);
 }
 @supports (
   (-webkit-transform-style: preserve-3d) or (transform-style: preserve-3d)
 ) {
   .carousel-item-next.carousel-item-left,
   .carousel-item-prev.carousel-item-right {
     -webkit-transform: translate3d(0, 0, 0);
     transform: translate3d(0, 0, 0);
   }
 }
 
 .carousel-item-next,
 .active.carousel-item-right {
   -webkit-transform: translateX(100%);
   -o-transform: translateX(100%);
   transform: translateX(100%);
 }
 @supports (
   (-webkit-transform-style: preserve-3d) or (transform-style: preserve-3d)
 ) {
   .carousel-item-next,
   .active.carousel-item-right {
     -webkit-transform: translate3d(100%, 0, 0);
     transform: translate3d(100%, 0, 0);
   }
 }
 
 .carousel-item-prev,
 .active.carousel-item-left {
   -webkit-transform: translateX(-100%);
   -o-transform: translateX(-100%);
   transform: translateX(-100%);
 }
 @supports (
   (-webkit-transform-style: preserve-3d) or (transform-style: preserve-3d)
 ) {
   .carousel-item-prev,
   .active.carousel-item-left {
     -webkit-transform: translate3d(-100%, 0, 0);
     transform: translate3d(-100%, 0, 0);
   }
 }
 
 .carousel-control-prev,
 .carousel-control-next {
   position: absolute;
   top: 0;
   bottom: 0;
   display: -webkit-box;
   display: -webkit-flex;
   display: -ms-flexbox;
   display: flex;
   -webkit-box-align: center;
   -webkit-align-items: center;
   -ms-flex-align: center;
   align-items: center;
   -webkit-box-pack: center;
   -webkit-justify-content: center;
   -ms-flex-pack: center;
   justify-content: center;
   width: 15%;
   color: #ffffff;
   text-align: center;
   opacity: 0.5;
 }
 .carousel-control-prev:hover,
 .carousel-control-prev:focus,
 .carousel-control-next:hover,
 .carousel-control-next:focus {
   color: #ffffff;
   text-decoration: none;
   outline: 0;
   opacity: 0.9;
 }
 
 .carousel-control-prev {
   left: 0;
 }
 
 .carousel-control-next {
   right: 0;
 }
 
 .carousel-control-prev-icon,
 .carousel-control-next-icon {
   display: inline-block;
   width: 20px;
   height: 20px;
   background: transparent no-repeat center center;
   -webkit-background-size: 100% 100%;
   background-size: 100% 100%;
 }
 
 .carousel-control-prev-icon {
   background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23FFFFFF' viewBox='0 0 8 8'%3E%3Cpath d='M5.25 0l-4 4 4 4 1.5-1.5-2.5-2.5 2.5-2.5-1.5-1.5z'/%3E%3C/svg%3E");
 }
 
 .carousel-control-next-icon {
   background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23FFFFFF' viewBox='0 0 8 8'%3E%3Cpath d='M2.75 0l-1.5 1.5 2.5 2.5-2.5 2.5 1.5 1.5 4-4-4-4z'/%3E%3C/svg%3E");
 }
 
 .carousel-indicators {
   position: absolute;
   right: 0;
   bottom: 10px;
   left: 0;
   z-index: 15;
   display: -webkit-box;
   display: -webkit-flex;
   display: -ms-flexbox;
   display: flex;
   -webkit-box-pack: center;
   -webkit-justify-content: center;
   -ms-flex-pack: center;
   justify-content: center;
   padding-left: 0;
   margin-right: 15%;
   margin-left: 15%;
   list-style: none;
 }
 .carousel-indicators li {
   position: relative;
   -webkit-box-flex: 0;
   -webkit-flex: 0 1 auto;
   -ms-flex: 0 1 auto;
   flex: 0 1 auto;
   width: 30px;
   height: 3px;
   margin-right: 3px;
   margin-left: 3px;
   text-indent: -999px;
   background-color: rgba(255, 255, 255, 0.5);
 }
 .carousel-indicators li::before {
   position: absolute;
   top: -10px;
   left: 0;
   display: inline-block;
   width: 100%;
   height: 10px;
   content: '';
 }
 .carousel-indicators li::after {
   position: absolute;
   bottom: -10px;
   left: 0;
   display: inline-block;
   width: 100%;
   height: 10px;
   content: '';
 }
 .carousel-indicators .active {
   background-color: #ffffff;
 }
 
 .carousel-caption {
   position: absolute;
   right: 15%;
   bottom: 20px;
   left: 15%;
   z-index: 10;
   padding-top: 20px;
   padding-bottom: 20px;
   color: #ffffff;
   text-align: center;
 }
 
 .align-baseline {
   vertical-align: baseline !important;
 }
 
 .align-top {
   vertical-align: top !important;
 }
 
 .align-middle {
   vertical-align: middle !important;
 }
 
 .align-bottom {
   vertical-align: bottom !important;
 }
 
 .align-text-bottom {
   vertical-align: text-bottom !important;
 }
 
 .align-text-top {
   vertical-align: text-top !important;
 }
 
 .bg-primary {
   background-color: #5f5f5f !important;
 }
 
 a.bg-primary:hover,
 a.bg-primary:focus,
 button.bg-primary:hover,
 button.bg-primary:focus {
   background-color: #239768 !important;
 }
 
 .bg-secondary {
   background-color: #878787 !important;
 }
 
 a.bg-secondary:hover,
 a.bg-secondary:focus,
 button.bg-secondary:hover,
 button.bg-secondary:focus {
   background-color: #6e6d6d !important;
 }
 
 .bg-success {
   background-color: #5f5f5f !important;
 }
 
 a.bg-success:hover,
 a.bg-success:focus,
 button.bg-success:hover,
 button.bg-success:focus {
   background-color: #239768 !important;
 }
 
 .bg-info {
   background-color: #58c7ef !important;
 }
 
 a.bg-info:hover,
 a.bg-info:focus,
 button.bg-info:hover,
 button.bg-info:focus {
   background-color: #29b7eb !important;
 }
 
 .bg-warning {
   background-color: #ffdc42 !important;
 }
 
 a.bg-warning:hover,
 a.bg-warning:focus,
 button.bg-warning:hover,
 button.bg-warning:focus {
   background-color: #ffd30f !important;
 }
 
 .bg-danger {
   background-color: #f45846 !important;
 }
 
 a.bg-danger:hover,
 a.bg-danger:focus,
 button.bg-danger:hover,
 button.bg-danger:focus {
   background-color: #f12d16 !important;
 }
 
 .bg-light {
   background-color: #ffffff !important;
 }
 
 a.bg-light:hover,
 a.bg-light:focus,
 button.bg-light:hover,
 button.bg-light:focus {
   background-color: #e6e5e5 !important;
 }
 
 .bg-dark {
   background-color: #323232 !important;
 }
 
 a.bg-dark:hover,
 a.bg-dark:focus,
 button.bg-dark:hover,
 button.bg-dark:focus {
   background-color: #191818 !important;
 }
 
 .bg-grey {
   background-color: #e5e5e5 !important;
 }
 
 a.bg-grey:hover,
 a.bg-grey:focus,
 button.bg-grey:hover,
 button.bg-grey:focus {
   background-color: #cccbcb !important;
 }
 
 .bg-noir {
   background-color: #545454 !important;
 }
 
 a.bg-noir:hover,
 a.bg-noir:focus,
 button.bg-noir:hover,
 button.bg-noir:focus {
   background-color: #3b3a3a !important;
 }
 
 .bg-white {
   background-color: #ffffff !important;
 }
 
 .bg-transparent {
   background-color: transparent !important;
 }
 
 .border {
   border: 1px solid #dee2e6 !important;
 }
 
 .border-top {
   border-top: 1px solid #dee2e6 !important;
 }
 
 .border-right {
   border-right: 1px solid #dee2e6 !important;
 }
 
 .border-bottom {
   border-bottom: 1px solid #dee2e6 !important;
 }
 
 .border-left {
   border-left: 1px solid #dee2e6 !important;
 }
 
 .border-0 {
   border: 0 !important;
 }
 
 .border-top-0 {
   border-top: 0 !important;
 }
 
 .border-right-0 {
   border-right: 0 !important;
 }
 
 .border-bottom-0 {
   border-bottom: 0 !important;
 }
 
 .border-left-0 {
   border-left: 0 !important;
 }
 
 .border-primary {
   border-color: #5f5f5f !important;
 }
 
 .border-secondary {
   border-color: #878787 !important;
 }
 
 .border-success {
   border-color: #5f5f5f !important;
 }
 
 .border-info {
   border-color: #58c7ef !important;
 }
 
 .border-warning {
   border-color: #ffdc42 !important;
 }
 
 .border-danger {
   border-color: #f45846 !important;
 }
 
 .border-light {
   border-color: #ffffff !important;
 }
 
 .border-dark {
   border-color: #323232 !important;
 }
 
 .border-grey {
   border-color: #e5e5e5 !important;
 }
 
 .border-noir {
   border-color: #545454 !important;
 }
 
 .border-white {
   border-color: #ffffff !important;
 }
 
 .rounded {
   border-radius: 0.25rem !important;
 }
 
 .rounded-top {
   border-top-left-radius: 0.25rem !important;
   border-top-right-radius: 0.25rem !important;
 }
 
 .rounded-right {
   border-top-right-radius: 0.25rem !important;
   border-bottom-right-radius: 0.25rem !important;
 }
 
 .rounded-bottom {
   border-bottom-right-radius: 0.25rem !important;
   border-bottom-left-radius: 0.25rem !important;
 }
 
 .rounded-left {
   border-top-left-radius: 0.25rem !important;
   border-bottom-left-radius: 0.25rem !important;
 }
 
 .rounded-circle {
   border-radius: 50% !important;
 }
 
 .rounded-0 {
   border-radius: 0 !important;
 }
 
 .clearfix::after {
   display: block;
   clear: both;
   content: '';
 }
 
 .d-none {
   display: none !important;
 }
 
 .d-inline {
   display: inline !important;
 }
 
 .d-inline-block {
   display: inline-block !important;
 }
 
 .d-block {
   display: block !important;
 }
 
 .d-table {
   display: table !important;
 }
 
 .d-table-row {
   display: table-row !important;
 }
 
 .d-table-cell {
   display: table-cell !important;
 }
 
 .d-flex {
   display: -webkit-box !important;
   display: -webkit-flex !important;
   display: -ms-flexbox !important;
   display: flex !important;
 }
 
 .d-inline-flex {
   display: -webkit-inline-box !important;
   display: -webkit-inline-flex !important;
   display: -ms-inline-flexbox !important;
   display: inline-flex !important;
 }
 
 @media (min-width: 576px) {
   .d-sm-none {
     display: none !important;
   }
   .d-sm-inline {
     display: inline !important;
   }
   .d-sm-inline-block {
     display: inline-block !important;
   }
   .d-sm-block {
     display: block !important;
   }
   .d-sm-table {
     display: table !important;
   }
   .d-sm-table-row {
     display: table-row !important;
   }
   .d-sm-table-cell {
     display: table-cell !important;
   }
   .d-sm-flex {
     display: -webkit-box !important;
     display: -webkit-flex !important;
     display: -ms-flexbox !important;
     display: flex !important;
   }
   .d-sm-inline-flex {
     display: -webkit-inline-box !important;
     display: -webkit-inline-flex !important;
     display: -ms-inline-flexbox !important;
     display: inline-flex !important;
   }
 }
 
 @media (min-width: 768px) {
   .d-md-none {
     display: none !important;
   }
   .d-md-inline {
     display: inline !important;
   }
   .d-md-inline-block {
     display: inline-block !important;
   }
   .d-md-block {
     display: block !important;
   }
   .d-md-table {
     display: table !important;
   }
   .d-md-table-row {
     display: table-row !important;
   }
   .d-md-table-cell {
     display: table-cell !important;
   }
   .d-md-flex {
     display: -webkit-box !important;
     display: -webkit-flex !important;
     display: -ms-flexbox !important;
     display: flex !important;
   }
   .d-md-inline-flex {
     display: -webkit-inline-box !important;
     display: -webkit-inline-flex !important;
     display: -ms-inline-flexbox !important;
     display: inline-flex !important;
   }
 }
 
 @media (min-width: 992px) {
   .d-lg-none {
     display: none !important;
   }
   .d-lg-inline {
     display: inline !important;
   }
   .d-lg-inline-block {
     display: inline-block !important;
   }
   .d-lg-block {
     display: block !important;
   }
   .d-lg-table {
     display: table !important;
   }
   .d-lg-table-row {
     display: table-row !important;
   }
   .d-lg-table-cell {
     display: table-cell !important;
   }
   .d-lg-flex {
     display: -webkit-box !important;
     display: -webkit-flex !important;
     display: -ms-flexbox !important;
     display: flex !important;
   }
   .d-lg-inline-flex {
     display: -webkit-inline-box !important;
     display: -webkit-inline-flex !important;
     display: -ms-inline-flexbox !important;
     display: inline-flex !important;
   }
 }
 
 @media (min-width: 1200px) {
   .d-xl-none {
     display: none !important;
   }
   .d-xl-inline {
     display: inline !important;
   }
   .d-xl-inline-block {
     display: inline-block !important;
   }
   .d-xl-block {
     display: block !important;
   }
   .d-xl-table {
     display: table !important;
   }
   .d-xl-table-row {
     display: table-row !important;
   }
   .d-xl-table-cell {
     display: table-cell !important;
   }
   .d-xl-flex {
     display: -webkit-box !important;
     display: -webkit-flex !important;
     display: -ms-flexbox !important;
     display: flex !important;
   }
   .d-xl-inline-flex {
     display: -webkit-inline-box !important;
     display: -webkit-inline-flex !important;
     display: -ms-inline-flexbox !important;
     display: inline-flex !important;
   }
 }
 
 @media print {
   .d-print-none {
     display: none !important;
   }
   .d-print-inline {
     display: inline !important;
   }
   .d-print-inline-block {
     display: inline-block !important;
   }
   .d-print-block {
     display: block !important;
   }
   .d-print-table {
     display: table !important;
   }
   .d-print-table-row {
     display: table-row !important;
   }
   .d-print-table-cell {
     display: table-cell !important;
   }
   .d-print-flex {
     display: -webkit-box !important;
     display: -webkit-flex !important;
     display: -ms-flexbox !important;
     display: flex !important;
   }
   .d-print-inline-flex {
     display: -webkit-inline-box !important;
     display: -webkit-inline-flex !important;
     display: -ms-inline-flexbox !important;
     display: inline-flex !important;
   }
 }
 
 .embed-responsive {
   position: relative;
   display: block;
   width: 100%;
   padding: 0;
   overflow: hidden;
 }
 .embed-responsive::before {
   display: block;
   content: '';
 }
 .embed-responsive .embed-responsive-item,
 .embed-responsive iframe,
 .embed-responsive embed,
 .embed-responsive object,
 .embed-responsive video {
   position: absolute;
   top: 0;
   bottom: 0;
   left: 0;
   width: 100%;
   height: 100%;
   border: 0;
 }
 
 .embed-responsive-21by9::before {
   padding-top: 42.8571428571%;
 }
 
 .embed-responsive-16by9::before {
   padding-top: 56.25%;
 }
 
 .embed-responsive-4by3::before {
   padding-top: 75%;
 }
 
 .embed-responsive-1by1::before {
   padding-top: 100%;
 }
 
 .flex-row {
   -webkit-box-orient: horizontal !important;
   -webkit-box-direction: normal !important;
   -webkit-flex-direction: row !important;
   -ms-flex-direction: row !important;
   flex-direction: row !important;
 }
 
 .flex-column {
   -webkit-box-orient: vertical !important;
   -webkit-box-direction: normal !important;
   -webkit-flex-direction: column !important;
   -ms-flex-direction: column !important;
   flex-direction: column !important;
 }
 
 .flex-row-reverse {
   -webkit-box-orient: horizontal !important;
   -webkit-box-direction: reverse !important;
   -webkit-flex-direction: row-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;
   -webkit-flex-direction: column-reverse !important;
   -ms-flex-direction: column-reverse !important;
   flex-direction: column-reverse !important;
 }
 
 .flex-wrap {
   -webkit-flex-wrap: wrap !important;
   -ms-flex-wrap: wrap !important;
   flex-wrap: wrap !important;
 }
 
 .flex-nowrap {
   -webkit-flex-wrap: nowrap !important;
   -ms-flex-wrap: nowrap !important;
   flex-wrap: nowrap !important;
 }
 
 .flex-wrap-reverse {
   -webkit-flex-wrap: wrap-reverse !important;
   -ms-flex-wrap: wrap-reverse !important;
   flex-wrap: wrap-reverse !important;
 }
 
 .justify-content-start {
   -webkit-box-pack: start !important;
   -webkit-justify-content: flex-start !important;
   -ms-flex-pack: start !important;
   justify-content: flex-start !important;
 }
 
 .justify-content-end {
   -webkit-box-pack: end !important;
   -webkit-justify-content: flex-end !important;
   -ms-flex-pack: end !important;
   justify-content: flex-end !important;
 }
 
 .justify-content-center {
   -webkit-box-pack: center !important;
   -webkit-justify-content: center !important;
   -ms-flex-pack: center !important;
   justify-content: center !important;
 }
 
 .justify-content-between {
   -webkit-box-pack: justify !important;
   -webkit-justify-content: space-between !important;
   -ms-flex-pack: justify !important;
   justify-content: space-between !important;
 }
 
 .justify-content-around {
   -webkit-justify-content: space-around !important;
   -ms-flex-pack: distribute !important;
   justify-content: space-around !important;
 }
 
 .align-items-start {
   -webkit-box-align: start !important;
   -webkit-align-items: flex-start !important;
   -ms-flex-align: start !important;
   align-items: flex-start !important;
 }
 
 .align-items-end {
   -webkit-box-align: end !important;
   -webkit-align-items: flex-end !important;
   -ms-flex-align: end !important;
   align-items: flex-end !important;
 }
 
 .align-items-center {
   -webkit-box-align: center !important;
   -webkit-align-items: center !important;
   -ms-flex-align: center !important;
   align-items: center !important;
 }
 
 .align-items-baseline {
   -webkit-box-align: baseline !important;
   -webkit-align-items: baseline !important;
   -ms-flex-align: baseline !important;
   align-items: baseline !important;
 }
 
 .align-items-stretch {
   -webkit-box-align: stretch !important;
   -webkit-align-items: stretch !important;
   -ms-flex-align: stretch !important;
   align-items: stretch !important;
 }
 
 .align-content-start {
   -webkit-align-content: flex-start !important;
   -ms-flex-line-pack: start !important;
   align-content: flex-start !important;
 }
 
 .align-content-end {
   -webkit-align-content: flex-end !important;
   -ms-flex-line-pack: end !important;
   align-content: flex-end !important;
 }
 
 .align-content-center {
   -webkit-align-content: center !important;
   -ms-flex-line-pack: center !important;
   align-content: center !important;
 }
 
 .align-content-between {
   -webkit-align-content: space-between !important;
   -ms-flex-line-pack: justify !important;
   align-content: space-between !important;
 }
 
 .align-content-around {
   -webkit-align-content: space-around !important;
   -ms-flex-line-pack: distribute !important;
   align-content: space-around !important;
 }
 
 .align-content-stretch {
   -webkit-align-content: stretch !important;
   -ms-flex-line-pack: stretch !important;
   align-content: stretch !important;
 }
 
 .align-self-auto {
   -webkit-align-self: auto !important;
   -ms-flex-item-align: auto !important;
   -ms-grid-row-align: auto !important;
   align-self: auto !important;
 }
 
 .align-self-start {
   -webkit-align-self: flex-start !important;
   -ms-flex-item-align: start !important;
   align-self: flex-start !important;
 }
 
 .align-self-end {
   -webkit-align-self: flex-end !important;
   -ms-flex-item-align: end !important;
   align-self: flex-end !important;
 }
 
 .align-self-center {
   -webkit-align-self: center !important;
   -ms-flex-item-align: center !important;
   -ms-grid-row-align: center !important;
   align-self: center !important;
 }
 
 .align-self-baseline {
   -webkit-align-self: baseline !important;
   -ms-flex-item-align: baseline !important;
   align-self: baseline !important;
 }
 
 .align-self-stretch {
   -webkit-align-self: stretch !important;
   -ms-flex-item-align: stretch !important;
   -ms-grid-row-align: stretch !important;
   align-self: stretch !important;
 }
 
 @media (min-width: 576px) {
   .flex-sm-row {
     -webkit-box-orient: horizontal !important;
     -webkit-box-direction: normal !important;
     -webkit-flex-direction: row !important;
     -ms-flex-direction: row !important;
     flex-direction: row !important;
   }
   .flex-sm-column {
     -webkit-box-orient: vertical !important;
     -webkit-box-direction: normal !important;
     -webkit-flex-direction: column !important;
     -ms-flex-direction: column !important;
     flex-direction: column !important;
   }
   .flex-sm-row-reverse {
     -webkit-box-orient: horizontal !important;
     -webkit-box-direction: reverse !important;
     -webkit-flex-direction: row-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;
     -webkit-flex-direction: column-reverse !important;
     -ms-flex-direction: column-reverse !important;
     flex-direction: column-reverse !important;
   }
   .flex-sm-wrap {
     -webkit-flex-wrap: wrap !important;
     -ms-flex-wrap: wrap !important;
     flex-wrap: wrap !important;
   }
   .flex-sm-nowrap {
     -webkit-flex-wrap: nowrap !important;
     -ms-flex-wrap: nowrap !important;
     flex-wrap: nowrap !important;
   }
   .flex-sm-wrap-reverse {
     -webkit-flex-wrap: wrap-reverse !important;
     -ms-flex-wrap: wrap-reverse !important;
     flex-wrap: wrap-reverse !important;
   }
   .justify-content-sm-start {
     -webkit-box-pack: start !important;
     -webkit-justify-content: flex-start !important;
     -ms-flex-pack: start !important;
     justify-content: flex-start !important;
   }
   .justify-content-sm-end {
     -webkit-box-pack: end !important;
     -webkit-justify-content: flex-end !important;
     -ms-flex-pack: end !important;
     justify-content: flex-end !important;
   }
   .justify-content-sm-center {
     -webkit-box-pack: center !important;
     -webkit-justify-content: center !important;
     -ms-flex-pack: center !important;
     justify-content: center !important;
   }
   .justify-content-sm-between {
     -webkit-box-pack: justify !important;
     -webkit-justify-content: space-between !important;
     -ms-flex-pack: justify !important;
     justify-content: space-between !important;
   }
   .justify-content-sm-around {
     -webkit-justify-content: space-around !important;
     -ms-flex-pack: distribute !important;
     justify-content: space-around !important;
   }
   .align-items-sm-start {
     -webkit-box-align: start !important;
     -webkit-align-items: flex-start !important;
     -ms-flex-align: start !important;
     align-items: flex-start !important;
   }
   .align-items-sm-end {
     -webkit-box-align: end !important;
     -webkit-align-items: flex-end !important;
     -ms-flex-align: end !important;
     align-items: flex-end !important;
   }
   .align-items-sm-center {
     -webkit-box-align: center !important;
     -webkit-align-items: center !important;
     -ms-flex-align: center !important;
     align-items: center !important;
   }
   .align-items-sm-baseline {
     -webkit-box-align: baseline !important;
     -webkit-align-items: baseline !important;
     -ms-flex-align: baseline !important;
     align-items: baseline !important;
   }
   .align-items-sm-stretch {
     -webkit-box-align: stretch !important;
     -webkit-align-items: stretch !important;
     -ms-flex-align: stretch !important;
     align-items: stretch !important;
   }
   .align-content-sm-start {
     -webkit-align-content: flex-start !important;
     -ms-flex-line-pack: start !important;
     align-content: flex-start !important;
   }
   .align-content-sm-end {
     -webkit-align-content: flex-end !important;
     -ms-flex-line-pack: end !important;
     align-content: flex-end !important;
   }
   .align-content-sm-center {
     -webkit-align-content: center !important;
     -ms-flex-line-pack: center !important;
     align-content: center !important;
   }
   .align-content-sm-between {
     -webkit-align-content: space-between !important;
     -ms-flex-line-pack: justify !important;
     align-content: space-between !important;
   }
   .align-content-sm-around {
     -webkit-align-content: space-around !important;
     -ms-flex-line-pack: distribute !important;
     align-content: space-around !important;
   }
   .align-content-sm-stretch {
     -webkit-align-content: stretch !important;
     -ms-flex-line-pack: stretch !important;
     align-content: stretch !important;
   }
   .align-self-sm-auto {
     -webkit-align-self: auto !important;
     -ms-flex-item-align: auto !important;
     -ms-grid-row-align: auto !important;
     align-self: auto !important;
   }
   .align-self-sm-start {
     -webkit-align-self: flex-start !important;
     -ms-flex-item-align: start !important;
     align-self: flex-start !important;
   }
   .align-self-sm-end {
     -webkit-align-self: flex-end !important;
     -ms-flex-item-align: end !important;
     align-self: flex-end !important;
   }
   .align-self-sm-center {
     -webkit-align-self: center !important;
     -ms-flex-item-align: center !important;
     -ms-grid-row-align: center !important;
     align-self: center !important;
   }
   .align-self-sm-baseline {
     -webkit-align-self: baseline !important;
     -ms-flex-item-align: baseline !important;
     align-self: baseline !important;
   }
   .align-self-sm-stretch {
     -webkit-align-self: stretch !important;
     -ms-flex-item-align: stretch !important;
     -ms-grid-row-align: stretch !important;
     align-self: stretch !important;
   }
 }
 
 @media (min-width: 768px) {
   .flex-md-row {
     -webkit-box-orient: horizontal !important;
     -webkit-box-direction: normal !important;
     -webkit-flex-direction: row !important;
     -ms-flex-direction: row !important;
     flex-direction: row !important;
   }
   .flex-md-column {
     -webkit-box-orient: vertical !important;
     -webkit-box-direction: normal !important;
     -webkit-flex-direction: column !important;
     -ms-flex-direction: column !important;
     flex-direction: column !important;
   }
   .flex-md-row-reverse {
     -webkit-box-orient: horizontal !important;
     -webkit-box-direction: reverse !important;
     -webkit-flex-direction: row-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;
     -webkit-flex-direction: column-reverse !important;
     -ms-flex-direction: column-reverse !important;
     flex-direction: column-reverse !important;
   }
   .flex-md-wrap {
     -webkit-flex-wrap: wrap !important;
     -ms-flex-wrap: wrap !important;
     flex-wrap: wrap !important;
   }
   .flex-md-nowrap {
     -webkit-flex-wrap: nowrap !important;
     -ms-flex-wrap: nowrap !important;
     flex-wrap: nowrap !important;
   }
   .flex-md-wrap-reverse {
     -webkit-flex-wrap: wrap-reverse !important;
     -ms-flex-wrap: wrap-reverse !important;
     flex-wrap: wrap-reverse !important;
   }
   .justify-content-md-start {
     -webkit-box-pack: start !important;
     -webkit-justify-content: flex-start !important;
     -ms-flex-pack: start !important;
     justify-content: flex-start !important;
   }
   .justify-content-md-end {
     -webkit-box-pack: end !important;
     -webkit-justify-content: flex-end !important;
     -ms-flex-pack: end !important;
     justify-content: flex-end !important;
   }
   .justify-content-md-center {
     -webkit-box-pack: center !important;
     -webkit-justify-content: center !important;
     -ms-flex-pack: center !important;
     justify-content: center !important;
   }
   .justify-content-md-between {
     -webkit-box-pack: justify !important;
     -webkit-justify-content: space-between !important;
     -ms-flex-pack: justify !important;
     justify-content: space-between !important;
   }
   .justify-content-md-around {
     -webkit-justify-content: space-around !important;
     -ms-flex-pack: distribute !important;
     justify-content: space-around !important;
   }
   .align-items-md-start {
     -webkit-box-align: start !important;
     -webkit-align-items: flex-start !important;
     -ms-flex-align: start !important;
     align-items: flex-start !important;
   }
   .align-items-md-end {
     -webkit-box-align: end !important;
     -webkit-align-items: flex-end !important;
     -ms-flex-align: end !important;
     align-items: flex-end !important;
   }
   .align-items-md-center {
     -webkit-box-align: center !important;
     -webkit-align-items: center !important;
     -ms-flex-align: center !important;
     align-items: center !important;
   }
   .align-items-md-baseline {
     -webkit-box-align: baseline !important;
     -webkit-align-items: baseline !important;
     -ms-flex-align: baseline !important;
     align-items: baseline !important;
   }
   .align-items-md-stretch {
     -webkit-box-align: stretch !important;
     -webkit-align-items: stretch !important;
     -ms-flex-align: stretch !important;
     align-items: stretch !important;
   }
   .align-content-md-start {
     -webkit-align-content: flex-start !important;
     -ms-flex-line-pack: start !important;
     align-content: flex-start !important;
   }
   .align-content-md-end {
     -webkit-align-content: flex-end !important;
     -ms-flex-line-pack: end !important;
     align-content: flex-end !important;
   }
   .align-content-md-center {
     -webkit-align-content: center !important;
     -ms-flex-line-pack: center !important;
     align-content: center !important;
   }
   .align-content-md-between {
     -webkit-align-content: space-between !important;
     -ms-flex-line-pack: justify !important;
     align-content: space-between !important;
   }
   .align-content-md-around {
     -webkit-align-content: space-around !important;
     -ms-flex-line-pack: distribute !important;
     align-content: space-around !important;
   }
   .align-content-md-stretch {
     -webkit-align-content: stretch !important;
     -ms-flex-line-pack: stretch !important;
     align-content: stretch !important;
   }
   .align-self-md-auto {
     -webkit-align-self: auto !important;
     -ms-flex-item-align: auto !important;
     -ms-grid-row-align: auto !important;
     align-self: auto !important;
   }
   .align-self-md-start {
     -webkit-align-self: flex-start !important;
     -ms-flex-item-align: start !important;
     align-self: flex-start !important;
   }
   .align-self-md-end {
     -webkit-align-self: flex-end !important;
     -ms-flex-item-align: end !important;
     align-self: flex-end !important;
   }
   .align-self-md-center {
     -webkit-align-self: center !important;
     -ms-flex-item-align: center !important;
     -ms-grid-row-align: center !important;
     align-self: center !important;
   }
   .align-self-md-baseline {
     -webkit-align-self: baseline !important;
     -ms-flex-item-align: baseline !important;
     align-self: baseline !important;
   }
   .align-self-md-stretch {
     -webkit-align-self: stretch !important;
     -ms-flex-item-align: stretch !important;
     -ms-grid-row-align: stretch !important;
     align-self: stretch !important;
   }
 }
 
 @media (min-width: 992px) {
   .flex-lg-row {
     -webkit-box-orient: horizontal !important;
     -webkit-box-direction: normal !important;
     -webkit-flex-direction: row !important;
     -ms-flex-direction: row !important;
     flex-direction: row !important;
   }
   .flex-lg-column {
     -webkit-box-orient: vertical !important;
     -webkit-box-direction: normal !important;
     -webkit-flex-direction: column !important;
     -ms-flex-direction: column !important;
     flex-direction: column !important;
   }
   .flex-lg-row-reverse {
     -webkit-box-orient: horizontal !important;
     -webkit-box-direction: reverse !important;
     -webkit-flex-direction: row-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;
     -webkit-flex-direction: column-reverse !important;
     -ms-flex-direction: column-reverse !important;
     flex-direction: column-reverse !important;
   }
   .flex-lg-wrap {
     -webkit-flex-wrap: wrap !important;
     -ms-flex-wrap: wrap !important;
     flex-wrap: wrap !important;
   }
   .flex-lg-nowrap {
     -webkit-flex-wrap: nowrap !important;
     -ms-flex-wrap: nowrap !important;
     flex-wrap: nowrap !important;
   }
   .flex-lg-wrap-reverse {
     -webkit-flex-wrap: wrap-reverse !important;
     -ms-flex-wrap: wrap-reverse !important;
     flex-wrap: wrap-reverse !important;
   }
   .justify-content-lg-start {
     -webkit-box-pack: start !important;
     -webkit-justify-content: flex-start !important;
     -ms-flex-pack: start !important;
     justify-content: flex-start !important;
   }
   .justify-content-lg-end {
     -webkit-box-pack: end !important;
     -webkit-justify-content: flex-end !important;
     -ms-flex-pack: end !important;
     justify-content: flex-end !important;
   }
   .justify-content-lg-center {
     -webkit-box-pack: center !important;
     -webkit-justify-content: center !important;
     -ms-flex-pack: center !important;
     justify-content: center !important;
   }
   .justify-content-lg-between {
     -webkit-box-pack: justify !important;
     -webkit-justify-content: space-between !important;
     -ms-flex-pack: justify !important;
     justify-content: space-between !important;
   }
   .justify-content-lg-around {
     -webkit-justify-content: space-around !important;
     -ms-flex-pack: distribute !important;
     justify-content: space-around !important;
   }
   .align-items-lg-start {
     -webkit-box-align: start !important;
     -webkit-align-items: flex-start !important;
     -ms-flex-align: start !important;
     align-items: flex-start !important;
   }
   .align-items-lg-end {
     -webkit-box-align: end !important;
     -webkit-align-items: flex-end !important;
     -ms-flex-align: end !important;
     align-items: flex-end !important;
   }
   .align-items-lg-center {
     -webkit-box-align: center !important;
     -webkit-align-items: center !important;
     -ms-flex-align: center !important;
     align-items: center !important;
   }
   .align-items-lg-baseline {
     -webkit-box-align: baseline !important;
     -webkit-align-items: baseline !important;
     -ms-flex-align: baseline !important;
     align-items: baseline !important;
   }
   .align-items-lg-stretch {
     -webkit-box-align: stretch !important;
     -webkit-align-items: stretch !important;
     -ms-flex-align: stretch !important;
     align-items: stretch !important;
   }
   .align-content-lg-start {
     -webkit-align-content: flex-start !important;
     -ms-flex-line-pack: start !important;
     align-content: flex-start !important;
   }
   .align-content-lg-end {
     -webkit-align-content: flex-end !important;
     -ms-flex-line-pack: end !important;
     align-content: flex-end !important;
   }
   .align-content-lg-center {
     -webkit-align-content: center !important;
     -ms-flex-line-pack: center !important;
     align-content: center !important;
   }
   .align-content-lg-between {
     -webkit-align-content: space-between !important;
     -ms-flex-line-pack: justify !important;
     align-content: space-between !important;
   }
   .align-content-lg-around {
     -webkit-align-content: space-around !important;
     -ms-flex-line-pack: distribute !important;
     align-content: space-around !important;
   }
   .align-content-lg-stretch {
     -webkit-align-content: stretch !important;
     -ms-flex-line-pack: stretch !important;
     align-content: stretch !important;
   }
   .align-self-lg-auto {
     -webkit-align-self: auto !important;
     -ms-flex-item-align: auto !important;
     -ms-grid-row-align: auto !important;
     align-self: auto !important;
   }
   .align-self-lg-start {
     -webkit-align-self: flex-start !important;
     -ms-flex-item-align: start !important;
     align-self: flex-start !important;
   }
   .align-self-lg-end {
     -webkit-align-self: flex-end !important;
     -ms-flex-item-align: end !important;
     align-self: flex-end !important;
   }
   .align-self-lg-center {
     -webkit-align-self: center !important;
     -ms-flex-item-align: center !important;
     -ms-grid-row-align: center !important;
     align-self: center !important;
   }
   .align-self-lg-baseline {
     -webkit-align-self: baseline !important;
     -ms-flex-item-align: baseline !important;
     align-self: baseline !important;
   }
   .align-self-lg-stretch {
     -webkit-align-self: stretch !important;
     -ms-flex-item-align: stretch !important;
     -ms-grid-row-align: stretch !important;
     align-self: stretch !important;
   }
 }
 
 @media (min-width: 1200px) {
   .flex-xl-row {
     -webkit-box-orient: horizontal !important;
     -webkit-box-direction: normal !important;
     -webkit-flex-direction: row !important;
     -ms-flex-direction: row !important;
     flex-direction: row !important;
   }
   .flex-xl-column {
     -webkit-box-orient: vertical !important;
     -webkit-box-direction: normal !important;
     -webkit-flex-direction: column !important;
     -ms-flex-direction: column !important;
     flex-direction: column !important;
   }
   .flex-xl-row-reverse {
     -webkit-box-orient: horizontal !important;
     -webkit-box-direction: reverse !important;
     -webkit-flex-direction: row-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;
     -webkit-flex-direction: column-reverse !important;
     -ms-flex-direction: column-reverse !important;
     flex-direction: column-reverse !important;
   }
   .flex-xl-wrap {
     -webkit-flex-wrap: wrap !important;
     -ms-flex-wrap: wrap !important;
     flex-wrap: wrap !important;
   }
   .flex-xl-nowrap {
     -webkit-flex-wrap: nowrap !important;
     -ms-flex-wrap: nowrap !important;
     flex-wrap: nowrap !important;
   }
   .flex-xl-wrap-reverse {
     -webkit-flex-wrap: wrap-reverse !important;
     -ms-flex-wrap: wrap-reverse !important;
     flex-wrap: wrap-reverse !important;
   }
   .justify-content-xl-start {
     -webkit-box-pack: start !important;
     -webkit-justify-content: flex-start !important;
     -ms-flex-pack: start !important;
     justify-content: flex-start !important;
   }
   .justify-content-xl-end {
     -webkit-box-pack: end !important;
     -webkit-justify-content: flex-end !important;
     -ms-flex-pack: end !important;
     justify-content: flex-end !important;
   }
   .justify-content-xl-center {
     -webkit-box-pack: center !important;
     -webkit-justify-content: center !important;
     -ms-flex-pack: center !important;
     justify-content: center !important;
   }
   .justify-content-xl-between {
     -webkit-box-pack: justify !important;
     -webkit-justify-content: space-between !important;
     -ms-flex-pack: justify !important;
     justify-content: space-between !important;
   }
   .justify-content-xl-around {
     -webkit-justify-content: space-around !important;
     -ms-flex-pack: distribute !important;
     justify-content: space-around !important;
   }
   .align-items-xl-start {
     -webkit-box-align: start !important;
     -webkit-align-items: flex-start !important;
     -ms-flex-align: start !important;
     align-items: flex-start !important;
   }
   .align-items-xl-end {
     -webkit-box-align: end !important;
     -webkit-align-items: flex-end !important;
     -ms-flex-align: end !important;
     align-items: flex-end !important;
   }
   .align-items-xl-center {
     -webkit-box-align: center !important;
     -webkit-align-items: center !important;
     -ms-flex-align: center !important;
     align-items: center !important;
   }
   .align-items-xl-baseline {
     -webkit-box-align: baseline !important;
     -webkit-align-items: baseline !important;
     -ms-flex-align: baseline !important;
     align-items: baseline !important;
   }
   .align-items-xl-stretch {
     -webkit-box-align: stretch !important;
     -webkit-align-items: stretch !important;
     -ms-flex-align: stretch !important;
     align-items: stretch !important;
   }
   .align-content-xl-start {
     -webkit-align-content: flex-start !important;
     -ms-flex-line-pack: start !important;
     align-content: flex-start !important;
   }
   .align-content-xl-end {
     -webkit-align-content: flex-end !important;
     -ms-flex-line-pack: end !important;
     align-content: flex-end !important;
   }
   .align-content-xl-center {
     -webkit-align-content: center !important;
     -ms-flex-line-pack: center !important;
     align-content: center !important;
   }
   .align-content-xl-between {
     -webkit-align-content: space-between !important;
     -ms-flex-line-pack: justify !important;
     align-content: space-between !important;
   }
   .align-content-xl-around {
     -webkit-align-content: space-around !important;
     -ms-flex-line-pack: distribute !important;
     align-content: space-around !important;
   }
   .align-content-xl-stretch {
     -webkit-align-content: stretch !important;
     -ms-flex-line-pack: stretch !important;
     align-content: stretch !important;
   }
   .align-self-xl-auto {
     -webkit-align-self: auto !important;
     -ms-flex-item-align: auto !important;
     -ms-grid-row-align: auto !important;
     align-self: auto !important;
   }
   .align-self-xl-start {
     -webkit-align-self: flex-start !important;
     -ms-flex-item-align: start !important;
     align-self: flex-start !important;
   }
   .align-self-xl-end {
     -webkit-align-self: flex-end !important;
     -ms-flex-item-align: end !important;
     align-self: flex-end !important;
   }
   .align-self-xl-center {
     -webkit-align-self: center !important;
     -ms-flex-item-align: center !important;
     -ms-grid-row-align: center !important;
     align-self: center !important;
   }
   .align-self-xl-baseline {
     -webkit-align-self: baseline !important;
     -ms-flex-item-align: baseline !important;
     align-self: baseline !important;
   }
   .align-self-xl-stretch {
     -webkit-align-self: stretch !important;
     -ms-flex-item-align: stretch !important;
     -ms-grid-row-align: stretch !important;
     align-self: stretch !important;
   }
 }
 
 .float-left {
   float: left !important;
 }
 
 .float-right {
   float: right !important;
 }
 
 .float-none {
   float: none !important;
 }
 
 @media (min-width: 576px) {
   .float-sm-left {
     float: left !important;
   }
   .float-sm-right {
     float: right !important;
   }
   .float-sm-none {
     float: none !important;
   }
 }
 
 @media (min-width: 768px) {
   .float-md-left {
     float: left !important;
   }
   .float-md-right {
     float: right !important;
   }
   .float-md-none {
     float: none !important;
   }
 }
 
 @media (min-width: 992px) {
   .float-lg-left {
     float: left !important;
   }
   .float-lg-right {
     float: right !important;
   }
   .float-lg-none {
     float: none !important;
   }
 }
 
 @media (min-width: 1200px) {
   .float-xl-left {
     float: left !important;
   }
   .float-xl-right {
     float: right !important;
   }
   .float-xl-none {
     float: none !important;
   }
 }
 
 .position-static {
   position: static !important;
 }
 
 .position-relative {
   position: relative !important;
 }
 
 .position-absolute {
   position: absolute !important;
 }
 
 .position-fixed {
   position: fixed !important;
 }
 
 .position-sticky {
   position: -webkit-sticky !important;
   position: sticky !important;
 }
 
 .fixed-top {
   position: fixed;
   top: 0;
   right: 0;
   left: 0;
   z-index: 1030;
 }
 
 .fixed-bottom {
   position: fixed;
   right: 0;
   bottom: 0;
   left: 0;
   z-index: 1030;
 }
 
 @supports ((position: -webkit-sticky) or (position: sticky)) {
   .sticky-top {
     position: -webkit-sticky;
     position: sticky;
     top: 0;
     z-index: 1020;
   }
 }
 
 .sr-only {
   position: absolute;
   width: 1px;
   height: 1px;
   padding: 0;
   overflow: hidden;
   clip: rect(0, 0, 0, 0);
   white-space: nowrap;
   -webkit-clip-path: inset(50%);
   clip-path: inset(50%);
   border: 0;
 }
 
 .sr-only-focusable:active,
 .sr-only-focusable:focus {
   position: static;
   width: auto;
   height: auto;
   overflow: visible;
   clip: auto;
   white-space: normal;
   -webkit-clip-path: none;
   clip-path: none;
 }
 
 .w-25 {
   width: 25% !important;
 }
 
 .w-50 {
   width: 50% !important;
 }
 
 .w-75 {
   width: 75% !important;
 }
 
 .w-100 {
   width: 100% !important;
 }
 
 .h-25 {
   height: 25% !important;
 }
 
 .h-50 {
   height: 50% !important;
 }
 
 .h-75 {
   height: 75% !important;
 }
 
 .h-100 {
   height: 100% !important;
 }
 
 .mw-100 {
   max-width: 100% !important;
 }
 
 .mh-100 {
   max-height: 100% !important;
 }
 
 .m-0 {
   margin: 0 !important;
 }
 
 .mt-0,
 .my-0 {
   margin-top: 0 !important;
 }
 
 .mr-0,
 .mx-0 {
   margin-right: 0 !important;
 }
 
 .mb-0,
 .my-0 {
   margin-bottom: 0 !important;
 }
 
 .ml-0,
 .mx-0 {
   margin-left: 0 !important;
 }
 
 .m-1 {
   margin: 0.25rem !important;
 }
 
 .mt-1,
 .my-1 {
   margin-top: 0.25rem !important;
 }
 
 .mr-1,
 .mx-1 {
   margin-right: 0.25rem !important;
 }
 
 .mb-1,
 .my-1 {
   margin-bottom: 0.25rem !important;
 }
 
 .ml-1,
 .mx-1 {
   margin-left: 0.25rem !important;
 }
 
 .m-2 {
   margin: 0.5rem !important;
 }
 
 .mt-2,
 .my-2 {
   margin-top: 0.5rem !important;
 }
 
 .mr-2,
 .mx-2 {
   margin-right: 0.5rem !important;
 }
 
 .mb-2,
 .my-2 {
   margin-bottom: 0.5rem !important;
 }
 
 .ml-2,
 .mx-2 {
   margin-left: 0.5rem !important;
 }
 
 .m-3 {
   margin: 1rem !important;
 }
 
 .mt-3,
 .my-3 {
   margin-top: 1rem !important;
 }
 
 .mr-3,
 .mx-3 {
   margin-right: 1rem !important;
 }
 
 .mb-3,
 .my-3 {
   margin-bottom: 1rem !important;
 }
 
 .ml-3,
 .mx-3 {
   margin-left: 1rem !important;
 }
 
 .m-4 {
   margin: 1.5rem !important;
 }
 
 .mt-4,
 .my-4 {
   margin-top: 1.5rem !important;
 }
 
 .mr-4,
 .mx-4 {
   margin-right: 1.5rem !important;
 }
 
 .mb-4,
 .my-4 {
   margin-bottom: 1.5rem !important;
 }
 
 .ml-4,
 .mx-4 {
   margin-left: 1.5rem !important;
 }
 
 .m-5 {
   margin: 3rem !important;
 }
 
 .mt-5,
 .my-5 {
   margin-top: 3rem !important;
 }
 
 .mr-5,
 .mx-5 {
   margin-right: 3rem !important;
 }
 
 .mb-5,
 .my-5 {
   margin-bottom: 3rem !important;
 }
 
 .ml-5,
 .mx-5 {
   margin-left: 3rem !important;
 }
 
 .m-6 {
   margin: 4.5rem !important;
 }
 
 .mt-6,
 .my-6 {
   margin-top: 4.5rem !important;
 }
 
 .mr-6,
 .mx-6 {
   margin-right: 4.5rem !important;
 }
 
 .mb-6,
 .my-6 {
   margin-bottom: 4.5rem !important;
 }
 
 .ml-6,
 .mx-6 {
   margin-left: 4.5rem !important;
 }
 
 .p-0 {
   padding: 0 !important;
 }
 
 .pt-0,
 .py-0 {
   padding-top: 0 !important;
 }
 
 .pr-0,
 .px-0 {
   padding-right: 0 !important;
 }
 
 .pb-0,
 .py-0 {
   padding-bottom: 0 !important;
 }
 
 .pl-0,
 .px-0 {
   padding-left: 0 !important;
 }
 
 .p-1 {
   padding: 0.25rem !important;
 }
 
 .pt-1,
 .py-1 {
   padding-top: 0.25rem !important;
 }
 
 .pr-1,
 .px-1 {
   padding-right: 0.25rem !important;
 }
 
 .pb-1,
 .py-1 {
   padding-bottom: 0.25rem !important;
 }
 
 .pl-1,
 .px-1 {
   padding-left: 0.25rem !important;
 }
 
 .p-2 {
   padding: 0.5rem !important;
 }
 
 .pt-2,
 .py-2 {
   padding-top: 0.5rem !important;
 }
 
 .pr-2,
 .px-2 {
   padding-right: 0.5rem !important;
 }
 
 .pb-2,
 .py-2 {
   padding-bottom: 0.5rem !important;
 }
 
 .pl-2,
 .px-2 {
   padding-left: 0.5rem !important;
 }
 
 .p-3 {
   padding: 1rem !important;
 }
 
 .pt-3,
 .py-3 {
   padding-top: 1rem !important;
 }
 
 .pr-3,
 .px-3 {
   padding-right: 1rem !important;
 }
 
 .pb-3,
 .py-3 {
   padding-bottom: 1rem !important;
 }
 
 .pl-3,
 .px-3 {
   padding-left: 1rem !important;
 }
 
 .p-4 {
   padding: 1.5rem !important;
 }
 
 .pt-4,
 .py-4 {
   padding-top: 1.5rem !important;
 }
 
 .pr-4,
 .px-4 {
   padding-right: 1.5rem !important;
 }
 
 .pb-4,
 .py-4 {
   padding-bottom: 1.5rem !important;
 }
 
 .pl-4,
 .px-4 {
   padding-left: 1.5rem !important;
 }
 
 .p-5 {
   padding: 3rem !important;
 }
 
 .pt-5,
 .py-5 {
   padding-top: 3rem !important;
 }
 
 .pr-5,
 .px-5 {
   padding-right: 3rem !important;
 }
 
 .pb-5,
 .py-5 {
   padding-bottom: 3rem !important;
 }
 
 .pl-5,
 .px-5 {
   padding-left: 3rem !important;
 }
 
 .p-6 {
   padding: 4.5rem !important;
 }
 
 .pt-6,
 .py-6 {
   padding-top: 4.5rem !important;
 }
 
 .pr-6,
 .px-6 {
   padding-right: 4.5rem !important;
 }
 
 .pb-6,
 .py-6 {
   padding-bottom: 4.5rem !important;
 }
 
 .pl-6,
 .px-6 {
   padding-left: 4.5rem !important;
 }
 
 .m-auto {
   margin: auto !important;
 }
 
 .mt-auto,
 .my-auto {
   margin-top: auto !important;
 }
 
 .mr-auto,
 .mx-auto {
   margin-right: auto !important;
 }
 
 .mb-auto,
 .my-auto {
   margin-bottom: auto !important;
 }
 
 .ml-auto,
 .mx-auto {
   margin-left: auto !important;
 }
 
 @media (min-width: 576px) {
   .m-sm-0 {
     margin: 0 !important;
   }
   .mt-sm-0,
   .my-sm-0 {
     margin-top: 0 !important;
   }
   .mr-sm-0,
   .mx-sm-0 {
     margin-right: 0 !important;
   }
   .mb-sm-0,
   .my-sm-0 {
     margin-bottom: 0 !important;
   }
   .ml-sm-0,
   .mx-sm-0 {
     margin-left: 0 !important;
   }
   .m-sm-1 {
     margin: 0.25rem !important;
   }
   .mt-sm-1,
   .my-sm-1 {
     margin-top: 0.25rem !important;
   }
   .mr-sm-1,
   .mx-sm-1 {
     margin-right: 0.25rem !important;
   }
   .mb-sm-1,
   .my-sm-1 {
     margin-bottom: 0.25rem !important;
   }
   .ml-sm-1,
   .mx-sm-1 {
     margin-left: 0.25rem !important;
   }
   .m-sm-2 {
     margin: 0.5rem !important;
   }
   .mt-sm-2,
   .my-sm-2 {
     margin-top: 0.5rem !important;
   }
   .mr-sm-2,
   .mx-sm-2 {
     margin-right: 0.5rem !important;
   }
   .mb-sm-2,
   .my-sm-2 {
     margin-bottom: 0.5rem !important;
   }
   .ml-sm-2,
   .mx-sm-2 {
     margin-left: 0.5rem !important;
   }
   .m-sm-3 {
     margin: 1rem !important;
   }
   .mt-sm-3,
   .my-sm-3 {
     margin-top: 1rem !important;
   }
   .mr-sm-3,
   .mx-sm-3 {
     margin-right: 1rem !important;
   }
   .mb-sm-3,
   .my-sm-3 {
     margin-bottom: 1rem !important;
   }
   .ml-sm-3,
   .mx-sm-3 {
     margin-left: 1rem !important;
   }
   .m-sm-4 {
     margin: 1.5rem !important;
   }
   .mt-sm-4,
   .my-sm-4 {
     margin-top: 1.5rem !important;
   }
   .mr-sm-4,
   .mx-sm-4 {
     margin-right: 1.5rem !important;
   }
   .mb-sm-4,
   .my-sm-4 {
     margin-bottom: 1.5rem !important;
   }
   .ml-sm-4,
   .mx-sm-4 {
     margin-left: 1.5rem !important;
   }
   .m-sm-5 {
     margin: 3rem !important;
   }
   .mt-sm-5,
   .my-sm-5 {
     margin-top: 3rem !important;
   }
   .mr-sm-5,
   .mx-sm-5 {
     margin-right: 3rem !important;
   }
   .mb-sm-5,
   .my-sm-5 {
     margin-bottom: 3rem !important;
   }
   .ml-sm-5,
   .mx-sm-5 {
     margin-left: 3rem !important;
   }
   .m-sm-6 {
     margin: 4.5rem !important;
   }
   .mt-sm-6,
   .my-sm-6 {
     margin-top: 4.5rem !important;
   }
   .mr-sm-6,
   .mx-sm-6 {
     margin-right: 4.5rem !important;
   }
   .mb-sm-6,
   .my-sm-6 {
     margin-bottom: 4.5rem !important;
   }
   .ml-sm-6,
   .mx-sm-6 {
     margin-left: 4.5rem !important;
   }
   .p-sm-0 {
     padding: 0 !important;
   }
   .pt-sm-0,
   .py-sm-0 {
     padding-top: 0 !important;
   }
   .pr-sm-0,
   .px-sm-0 {
     padding-right: 0 !important;
   }
   .pb-sm-0,
   .py-sm-0 {
     padding-bottom: 0 !important;
   }
   .pl-sm-0,
   .px-sm-0 {
     padding-left: 0 !important;
   }
   .p-sm-1 {
     padding: 0.25rem !important;
   }
   .pt-sm-1,
   .py-sm-1 {
     padding-top: 0.25rem !important;
   }
   .pr-sm-1,
   .px-sm-1 {
     padding-right: 0.25rem !important;
   }
   .pb-sm-1,
   .py-sm-1 {
     padding-bottom: 0.25rem !important;
   }
   .pl-sm-1,
   .px-sm-1 {
     padding-left: 0.25rem !important;
   }
   .p-sm-2 {
     padding: 0.5rem !important;
   }
   .pt-sm-2,
   .py-sm-2 {
     padding-top: 0.5rem !important;
   }
   .pr-sm-2,
   .px-sm-2 {
     padding-right: 0.5rem !important;
   }
   .pb-sm-2,
   .py-sm-2 {
     padding-bottom: 0.5rem !important;
   }
   .pl-sm-2,
   .px-sm-2 {
     padding-left: 0.5rem !important;
   }
   .p-sm-3 {
     padding: 1rem !important;
   }
   .pt-sm-3,
   .py-sm-3 {
     padding-top: 1rem !important;
   }
   .pr-sm-3,
   .px-sm-3 {
     padding-right: 1rem !important;
   }
   .pb-sm-3,
   .py-sm-3 {
     padding-bottom: 1rem !important;
   }
   .pl-sm-3,
   .px-sm-3 {
     padding-left: 1rem !important;
   }
   .p-sm-4 {
     padding: 1.5rem !important;
   }
   .pt-sm-4,
   .py-sm-4 {
     padding-top: 1.5rem !important;
   }
   .pr-sm-4,
   .px-sm-4 {
     padding-right: 1.5rem !important;
   }
   .pb-sm-4,
   .py-sm-4 {
     padding-bottom: 1.5rem !important;
   }
   .pl-sm-4,
   .px-sm-4 {
     padding-left: 1.5rem !important;
   }
   .p-sm-5 {
     padding: 3rem !important;
   }
   .pt-sm-5,
   .py-sm-5 {
     padding-top: 3rem !important;
   }
   .pr-sm-5,
   .px-sm-5 {
     padding-right: 3rem !important;
   }
   .pb-sm-5,
   .py-sm-5 {
     padding-bottom: 3rem !important;
   }
   .pl-sm-5,
   .px-sm-5 {
     padding-left: 3rem !important;
   }
   .p-sm-6 {
     padding: 4.5rem !important;
   }
   .pt-sm-6,
   .py-sm-6 {
     padding-top: 4.5rem !important;
   }
   .pr-sm-6,
   .px-sm-6 {
     padding-right: 4.5rem !important;
   }
   .pb-sm-6,
   .py-sm-6 {
     padding-bottom: 4.5rem !important;
   }
   .pl-sm-6,
   .px-sm-6 {
     padding-left: 4.5rem !important;
   }
   .m-sm-auto {
     margin: auto !important;
   }
   .mt-sm-auto,
   .my-sm-auto {
     margin-top: auto !important;
   }
   .mr-sm-auto,
   .mx-sm-auto {
     margin-right: auto !important;
   }
   .mb-sm-auto,
   .my-sm-auto {
     margin-bottom: auto !important;
   }
   .ml-sm-auto,
   .mx-sm-auto {
     margin-left: auto !important;
   }
 }
 
 @media (min-width: 768px) {
   .m-md-0 {
     margin: 0 !important;
   }
   .mt-md-0,
   .my-md-0 {
     margin-top: 0 !important;
   }
   .mr-md-0,
   .mx-md-0 {
     margin-right: 0 !important;
   }
   .mb-md-0,
   .my-md-0 {
     margin-bottom: 0 !important;
   }
   .ml-md-0,
   .mx-md-0 {
     margin-left: 0 !important;
   }
   .m-md-1 {
     margin: 0.25rem !important;
   }
   .mt-md-1,
   .my-md-1 {
     margin-top: 0.25rem !important;
   }
   .mr-md-1,
   .mx-md-1 {
     margin-right: 0.25rem !important;
   }
   .mb-md-1,
   .my-md-1 {
     margin-bottom: 0.25rem !important;
   }
   .ml-md-1,
   .mx-md-1 {
     margin-left: 0.25rem !important;
   }
   .m-md-2 {
     margin: 0.5rem !important;
   }
   .mt-md-2,
   .my-md-2 {
     margin-top: 0.5rem !important;
   }
   .mr-md-2,
   .mx-md-2 {
     margin-right: 0.5rem !important;
   }
   .mb-md-2,
   .my-md-2 {
     margin-bottom: 0.5rem !important;
   }
   .ml-md-2,
   .mx-md-2 {
     margin-left: 0.5rem !important;
   }
   .m-md-3 {
     margin: 1rem !important;
   }
   .mt-md-3,
   .my-md-3 {
     margin-top: 1rem !important;
   }
   .mr-md-3,
   .mx-md-3 {
     margin-right: 1rem !important;
   }
   .mb-md-3,
   .my-md-3 {
     margin-bottom: 1rem !important;
   }
   .ml-md-3,
   .mx-md-3 {
     margin-left: 1rem !important;
   }
   .m-md-4 {
     margin: 1.5rem !important;
   }
   .mt-md-4,
   .my-md-4 {
     margin-top: 1.5rem !important;
   }
   .mr-md-4,
   .mx-md-4 {
     margin-right: 1.5rem !important;
   }
   .mb-md-4,
   .my-md-4 {
     margin-bottom: 1.5rem !important;
   }
   .ml-md-4,
   .mx-md-4 {
     margin-left: 1.5rem !important;
   }
   .m-md-5 {
     margin: 3rem !important;
   }
   .mt-md-5,
   .my-md-5 {
     margin-top: 3rem !important;
   }
   .mr-md-5,
   .mx-md-5 {
     margin-right: 3rem !important;
   }
   .mb-md-5,
   .my-md-5 {
     margin-bottom: 3rem !important;
   }
   .ml-md-5,
   .mx-md-5 {
     margin-left: 3rem !important;
   }
   .m-md-6 {
     margin: 4.5rem !important;
   }
   .mt-md-6,
   .my-md-6 {
     margin-top: 4.5rem !important;
   }
   .mr-md-6,
   .mx-md-6 {
     margin-right: 4.5rem !important;
   }
   .mb-md-6,
   .my-md-6 {
     margin-bottom: 4.5rem !important;
   }
   .ml-md-6,
   .mx-md-6 {
     margin-left: 4.5rem !important;
   }
   .p-md-0 {
     padding: 0 !important;
   }
   .pt-md-0,
   .py-md-0 {
     padding-top: 0 !important;
   }
   .pr-md-0,
   .px-md-0 {
     padding-right: 0 !important;
   }
   .pb-md-0,
   .py-md-0 {
     padding-bottom: 0 !important;
   }
   .pl-md-0,
   .px-md-0 {
     padding-left: 0 !important;
   }
   .p-md-1 {
     padding: 0.25rem !important;
   }
   .pt-md-1,
   .py-md-1 {
     padding-top: 0.25rem !important;
   }
   .pr-md-1,
   .px-md-1 {
     padding-right: 0.25rem !important;
   }
   .pb-md-1,
   .py-md-1 {
     padding-bottom: 0.25rem !important;
   }
   .pl-md-1,
   .px-md-1 {
     padding-left: 0.25rem !important;
   }
   .p-md-2 {
     padding: 0.5rem !important;
   }
   .pt-md-2,
   .py-md-2 {
     padding-top: 0.5rem !important;
   }
   .pr-md-2,
   .px-md-2 {
     padding-right: 0.5rem !important;
   }
   .pb-md-2,
   .py-md-2 {
     padding-bottom: 0.5rem !important;
   }
   .pl-md-2,
   .px-md-2 {
     padding-left: 0.5rem !important;
   }
   .p-md-3 {
     padding: 1rem !important;
   }
   .pt-md-3,
   .py-md-3 {
     padding-top: 1rem !important;
   }
   .pr-md-3,
   .px-md-3 {
     padding-right: 1rem !important;
   }
   .pb-md-3,
   .py-md-3 {
     padding-bottom: 1rem !important;
   }
   .pl-md-3,
   .px-md-3 {
     padding-left: 1rem !important;
   }
   .p-md-4 {
     padding: 1.5rem !important;
   }
   .pt-md-4,
   .py-md-4 {
     padding-top: 1.5rem !important;
   }
   .pr-md-4,
   .px-md-4 {
     padding-right: 1.5rem !important;
   }
   .pb-md-4,
   .py-md-4 {
     padding-bottom: 1.5rem !important;
   }
   .pl-md-4,
   .px-md-4 {
     padding-left: 1.5rem !important;
   }
   .p-md-5 {
     padding: 3rem !important;
   }
   .pt-md-5,
   .py-md-5 {
     padding-top: 3rem !important;
   }
   .pr-md-5,
   .px-md-5 {
     padding-right: 3rem !important;
   }
   .pb-md-5,
   .py-md-5 {
     padding-bottom: 3rem !important;
   }
   .pl-md-5,
   .px-md-5 {
     padding-left: 3rem !important;
   }
   .p-md-6 {
     padding: 4.5rem !important;
   }
   .pt-md-6,
   .py-md-6 {
     padding-top: 4.5rem !important;
   }
   .pr-md-6,
   .px-md-6 {
     padding-right: 4.5rem !important;
   }
   .pb-md-6,
   .py-md-6 {
     padding-bottom: 4.5rem !important;
   }
   .pl-md-6,
   .px-md-6 {
     padding-left: 4.5rem !important;
   }
   .m-md-auto {
     margin: auto !important;
   }
   .mt-md-auto,
   .my-md-auto {
     margin-top: auto !important;
   }
   .mr-md-auto,
   .mx-md-auto {
     margin-right: auto !important;
   }
   .mb-md-auto,
   .my-md-auto {
     margin-bottom: auto !important;
   }
   .ml-md-auto,
   .mx-md-auto {
     margin-left: auto !important;
   }
 }
 
 @media (min-width: 992px) {
   .m-lg-0 {
     margin: 0 !important;
   }
   .mt-lg-0,
   .my-lg-0 {
     margin-top: 0 !important;
   }
   .mr-lg-0,
   .mx-lg-0 {
     margin-right: 0 !important;
   }
   .mb-lg-0,
   .my-lg-0 {
     margin-bottom: 0 !important;
   }
   .ml-lg-0,
   .mx-lg-0 {
     margin-left: 0 !important;
   }
   .m-lg-1 {
     margin: 0.25rem !important;
   }
   .mt-lg-1,
   .my-lg-1 {
     margin-top: 0.25rem !important;
   }
   .mr-lg-1,
   .mx-lg-1 {
     margin-right: 0.25rem !important;
   }
   .mb-lg-1,
   .my-lg-1 {
     margin-bottom: 0.25rem !important;
   }
   .ml-lg-1,
   .mx-lg-1 {
     margin-left: 0.25rem !important;
   }
   .m-lg-2 {
     margin: 0.5rem !important;
   }
   .mt-lg-2,
   .my-lg-2 {
     margin-top: 0.5rem !important;
   }
   .mr-lg-2,
   .mx-lg-2 {
     margin-right: 0.5rem !important;
   }
   .mb-lg-2,
   .my-lg-2 {
     margin-bottom: 0.5rem !important;
   }
   .ml-lg-2,
   .mx-lg-2 {
     margin-left: 0.5rem !important;
   }
   .m-lg-3 {
     margin: 1rem !important;
   }
   .mt-lg-3,
   .my-lg-3 {
     margin-top: 1rem !important;
   }
   .mr-lg-3,
   .mx-lg-3 {
     margin-right: 1rem !important;
   }
   .mb-lg-3,
   .my-lg-3 {
     margin-bottom: 1rem !important;
   }
   .ml-lg-3,
   .mx-lg-3 {
     margin-left: 1rem !important;
   }
   .m-lg-4 {
     margin: 1.5rem !important;
   }
   .mt-lg-4,
   .my-lg-4 {
     margin-top: 1.5rem !important;
   }
   .mr-lg-4,
   .mx-lg-4 {
     margin-right: 1.5rem !important;
   }
   .mb-lg-4,
   .my-lg-4 {
     margin-bottom: 1.5rem !important;
   }
   .ml-lg-4,
   .mx-lg-4 {
     margin-left: 1.5rem !important;
   }
   .m-lg-5 {
     margin: 3rem !important;
   }
   .mt-lg-5,
   .my-lg-5 {
     margin-top: 3rem !important;
   }
   .mr-lg-5,
   .mx-lg-5 {
     margin-right: 3rem !important;
   }
   .mb-lg-5,
   .my-lg-5 {
     margin-bottom: 3rem !important;
   }
   .ml-lg-5,
   .mx-lg-5 {
     margin-left: 3rem !important;
   }
   .m-lg-6 {
     margin: 4.5rem !important;
   }
   .mt-lg-6,
   .my-lg-6 {
     margin-top: 4.5rem !important;
   }
   .mr-lg-6,
   .mx-lg-6 {
     margin-right: 4.5rem !important;
   }
   .mb-lg-6,
   .my-lg-6 {
     margin-bottom: 4.5rem !important;
   }
   .ml-lg-6,
   .mx-lg-6 {
     margin-left: 4.5rem !important;
   }
   .p-lg-0 {
     padding: 0 !important;
   }
   .pt-lg-0,
   .py-lg-0 {
     padding-top: 0 !important;
   }
   .pr-lg-0,
   .px-lg-0 {
     padding-right: 0 !important;
   }
   .pb-lg-0,
   .py-lg-0 {
     padding-bottom: 0 !important;
   }
   .pl-lg-0,
   .px-lg-0 {
     padding-left: 0 !important;
   }
   .p-lg-1 {
     padding: 0.25rem !important;
   }
   .pt-lg-1,
   .py-lg-1 {
     padding-top: 0.25rem !important;
   }
   .pr-lg-1,
   .px-lg-1 {
     padding-right: 0.25rem !important;
   }
   .pb-lg-1,
   .py-lg-1 {
     padding-bottom: 0.25rem !important;
   }
   .pl-lg-1,
   .px-lg-1 {
     padding-left: 0.25rem !important;
   }
   .p-lg-2 {
     padding: 0.5rem !important;
   }
   .pt-lg-2,
   .py-lg-2 {
     padding-top: 0.5rem !important;
   }
   .pr-lg-2,
   .px-lg-2 {
     padding-right: 0.5rem !important;
   }
   .pb-lg-2,
   .py-lg-2 {
     padding-bottom: 0.5rem !important;
   }
   .pl-lg-2,
   .px-lg-2 {
     padding-left: 0.5rem !important;
   }
   .p-lg-3 {
     padding: 1rem !important;
   }
   .pt-lg-3,
   .py-lg-3 {
     padding-top: 1rem !important;
   }
   .pr-lg-3,
   .px-lg-3 {
     padding-right: 1rem !important;
   }
   .pb-lg-3,
   .py-lg-3 {
     padding-bottom: 1rem !important;
   }
   .pl-lg-3,
   .px-lg-3 {
     padding-left: 1rem !important;
   }
   .p-lg-4 {
     padding: 1.5rem !important;
   }
   .pt-lg-4,
   .py-lg-4 {
     padding-top: 1.5rem !important;
   }
   .pr-lg-4,
   .px-lg-4 {
     padding-right: 1.5rem !important;
   }
   .pb-lg-4,
   .py-lg-4 {
     padding-bottom: 1.5rem !important;
   }
   .pl-lg-4,
   .px-lg-4 {
     padding-left: 1.5rem !important;
   }
   .p-lg-5 {
     padding: 3rem !important;
   }
   .pt-lg-5,
   .py-lg-5 {
     padding-top: 3rem !important;
   }
   .pr-lg-5,
   .px-lg-5 {
     padding-right: 3rem !important;
   }
   .pb-lg-5,
   .py-lg-5 {
     padding-bottom: 3rem !important;
   }
   .pl-lg-5,
   .px-lg-5 {
     padding-left: 3rem !important;
   }
   .p-lg-6 {
     padding: 4.5rem !important;
   }
   .pt-lg-6,
   .py-lg-6 {
     padding-top: 4.5rem !important;
   }
   .pr-lg-6,
   .px-lg-6 {
     padding-right: 4.5rem !important;
   }
   .pb-lg-6,
   .py-lg-6 {
     padding-bottom: 4.5rem !important;
   }
   .pl-lg-6,
   .px-lg-6 {
     padding-left: 4.5rem !important;
   }
   .m-lg-auto {
     margin: auto !important;
   }
   .mt-lg-auto,
   .my-lg-auto {
     margin-top: auto !important;
   }
   .mr-lg-auto,
   .mx-lg-auto {
     margin-right: auto !important;
   }
   .mb-lg-auto,
   .my-lg-auto {
     margin-bottom: auto !important;
   }
   .ml-lg-auto,
   .mx-lg-auto {
     margin-left: auto !important;
   }
 }
 
 @media (min-width: 1200px) {
   .m-xl-0 {
     margin: 0 !important;
   }
   .mt-xl-0,
   .my-xl-0 {
     margin-top: 0 !important;
   }
   .mr-xl-0,
   .mx-xl-0 {
     margin-right: 0 !important;
   }
   .mb-xl-0,
   .my-xl-0 {
     margin-bottom: 0 !important;
   }
   .ml-xl-0,
   .mx-xl-0 {
     margin-left: 0 !important;
   }
   .m-xl-1 {
     margin: 0.25rem !important;
   }
   .mt-xl-1,
   .my-xl-1 {
     margin-top: 0.25rem !important;
   }
   .mr-xl-1,
   .mx-xl-1 {
     margin-right: 0.25rem !important;
   }
   .mb-xl-1,
   .my-xl-1 {
     margin-bottom: 0.25rem !important;
   }
   .ml-xl-1,
   .mx-xl-1 {
     margin-left: 0.25rem !important;
   }
   .m-xl-2 {
     margin: 0.5rem !important;
   }
   .mt-xl-2,
   .my-xl-2 {
     margin-top: 0.5rem !important;
   }
   .mr-xl-2,
   .mx-xl-2 {
     margin-right: 0.5rem !important;
   }
   .mb-xl-2,
   .my-xl-2 {
     margin-bottom: 0.5rem !important;
   }
   .ml-xl-2,
   .mx-xl-2 {
     margin-left: 0.5rem !important;
   }
   .m-xl-3 {
     margin: 1rem !important;
   }
   .mt-xl-3,
   .my-xl-3 {
     margin-top: 1rem !important;
   }
   .mr-xl-3,
   .mx-xl-3 {
     margin-right: 1rem !important;
   }
   .mb-xl-3,
   .my-xl-3 {
     margin-bottom: 1rem !important;
   }
   .ml-xl-3,
   .mx-xl-3 {
     margin-left: 1rem !important;
   }
   .m-xl-4 {
     margin: 1.5rem !important;
   }
   .mt-xl-4,
   .my-xl-4 {
     margin-top: 1.5rem !important;
   }
   .mr-xl-4,
   .mx-xl-4 {
     margin-right: 1.5rem !important;
   }
   .mb-xl-4,
   .my-xl-4 {
     margin-bottom: 1.5rem !important;
   }
   .ml-xl-4,
   .mx-xl-4 {
     margin-left: 1.5rem !important;
   }
   .m-xl-5 {
     margin: 3rem !important;
   }
   .mt-xl-5,
   .my-xl-5 {
     margin-top: 3rem !important;
   }
   .mr-xl-5,
   .mx-xl-5 {
     margin-right: 3rem !important;
   }
   .mb-xl-5,
   .my-xl-5 {
     margin-bottom: 3rem !important;
   }
   .ml-xl-5,
   .mx-xl-5 {
     margin-left: 3rem !important;
   }
   .m-xl-6 {
     margin: 4.5rem !important;
   }
   .mt-xl-6,
   .my-xl-6 {
     margin-top: 4.5rem !important;
   }
   .mr-xl-6,
   .mx-xl-6 {
     margin-right: 4.5rem !important;
   }
   .mb-xl-6,
   .my-xl-6 {
     margin-bottom: 4.5rem !important;
   }
   .ml-xl-6,
   .mx-xl-6 {
     margin-left: 4.5rem !important;
   }
   .p-xl-0 {
     padding: 0 !important;
   }
   .pt-xl-0,
   .py-xl-0 {
     padding-top: 0 !important;
   }
   .pr-xl-0,
   .px-xl-0 {
     padding-right: 0 !important;
   }
   .pb-xl-0,
   .py-xl-0 {
     padding-bottom: 0 !important;
   }
   .pl-xl-0,
   .px-xl-0 {
     padding-left: 0 !important;
   }
   .p-xl-1 {
     padding: 0.25rem !important;
   }
   .pt-xl-1,
   .py-xl-1 {
     padding-top: 0.25rem !important;
   }
   .pr-xl-1,
   .px-xl-1 {
     padding-right: 0.25rem !important;
   }
   .pb-xl-1,
   .py-xl-1 {
     padding-bottom: 0.25rem !important;
   }
   .pl-xl-1,
   .px-xl-1 {
     padding-left: 0.25rem !important;
   }
   .p-xl-2 {
     padding: 0.5rem !important;
   }
   .pt-xl-2,
   .py-xl-2 {
     padding-top: 0.5rem !important;
   }
   .pr-xl-2,
   .px-xl-2 {
     padding-right: 0.5rem !important;
   }
   .pb-xl-2,
   .py-xl-2 {
     padding-bottom: 0.5rem !important;
   }
   .pl-xl-2,
   .px-xl-2 {
     padding-left: 0.5rem !important;
   }
   .p-xl-3 {
     padding: 1rem !important;
   }
   .pt-xl-3,
   .py-xl-3 {
     padding-top: 1rem !important;
   }
   .pr-xl-3,
   .px-xl-3 {
     padding-right: 1rem !important;
   }
   .pb-xl-3,
   .py-xl-3 {
     padding-bottom: 1rem !important;
   }
   .pl-xl-3,
   .px-xl-3 {
     padding-left: 1rem !important;
   }
   .p-xl-4 {
     padding: 1.5rem !important;
   }
   .pt-xl-4,
   .py-xl-4 {
     padding-top: 1.5rem !important;
   }
   .pr-xl-4,
   .px-xl-4 {
     padding-right: 1.5rem !important;
   }
   .pb-xl-4,
   .py-xl-4 {
     padding-bottom: 1.5rem !important;
   }
   .pl-xl-4,
   .px-xl-4 {
     padding-left: 1.5rem !important;
   }
   .p-xl-5 {
     padding: 3rem !important;
   }
   .pt-xl-5,
   .py-xl-5 {
     padding-top: 3rem !important;
   }
   .pr-xl-5,
   .px-xl-5 {
     padding-right: 3rem !important;
   }
   .pb-xl-5,
   .py-xl-5 {
     padding-bottom: 3rem !important;
   }
   .pl-xl-5,
   .px-xl-5 {
     padding-left: 3rem !important;
   }
   .p-xl-6 {
     padding: 4.5rem !important;
   }
   .pt-xl-6,
   .py-xl-6 {
     padding-top: 4.5rem !important;
   }
   .pr-xl-6,
   .px-xl-6 {
     padding-right: 4.5rem !important;
   }
   .pb-xl-6,
   .py-xl-6 {
     padding-bottom: 4.5rem !important;
   }
   .pl-xl-6,
   .px-xl-6 {
     padding-left: 4.5rem !important;
   }
   .m-xl-auto {
     margin: auto !important;
   }
   .mt-xl-auto,
   .my-xl-auto {
     margin-top: auto !important;
   }
   .mr-xl-auto,
   .mx-xl-auto {
     margin-right: auto !important;
   }
   .mb-xl-auto,
   .my-xl-auto {
     margin-bottom: auto !important;
   }
   .ml-xl-auto,
   .mx-xl-auto {
     margin-left: auto !important;
   }
 }
 
 .text-justify {
   text-align: justify !important;
 }
 
 .text-nowrap {
   white-space: nowrap !important;
 }
 
 .text-truncate {
   overflow: hidden;
   text-overflow: ellipsis;
   white-space: nowrap;
 }
 
 .text-left {
   text-align: left !important;
 }
 
 .text-right {
   text-align: right !important;
 }
 
 .text-center {
   text-align: center !important;
 }
 
 @media (min-width: 576px) {
   .text-sm-left {
     text-align: left !important;
   }
   .text-sm-right {
     text-align: right !important;
   }
   .text-sm-center {
     text-align: center !important;
   }
 }
 
 @media (min-width: 768px) {
   .text-md-left {
     text-align: left !important;
   }
   .text-md-right {
     text-align: right !important;
   }
   .text-md-center {
     text-align: center !important;
   }
 }
 
 @media (min-width: 992px) {
   .text-lg-left {
     text-align: left !important;
   }
   .text-lg-right {
     text-align: right !important;
   }
   .text-lg-center {
     text-align: center !important;
   }
 }
 
 @media (min-width: 1200px) {
   .text-xl-left {
     text-align: left !important;
   }
   .text-xl-right {
     text-align: right !important;
   }
   .text-xl-center {
     text-align: center !important;
   }
 }
 
 .text-lowercase {
   text-transform: lowercase !important;
 }
 
 .text-uppercase {
   text-transform: uppercase !important;
 }
 
 .text-capitalize {
   text-transform: capitalize !important;
 }
 
 .font-weight-light {
   font-weight: 300 !important;
 }
 
 .font-weight-normal {
   font-weight: 400 !important;
 }
 
 .font-weight-bold {
   font-weight: 700 !important;
 }
 
 .font-italic {
   font-style: italic !important;
 }
 
 .text-white {
   color: #fff !important;
 }
 
 .text-primary {
   color: #5f5f5f !important;
 }
 
 a.text-primary:hover,
 a.text-primary:focus {
   color: #239768 !important;
 }
 
 .text-secondary {
   color: #878787 !important;
 }
 
 a.text-secondary:hover,
 a.text-secondary:focus {
   color: #6e6d6d !important;
 }
 
 .text-success {
   color: #5f5f5f !important;
 }
 
 a.text-success:hover,
 a.text-success:focus {
   color: #239768 !important;
 }
 
 .text-info {
   color: #58c7ef !important;
 }
 
 a.text-info:hover,
 a.text-info:focus {
   color: #29b7eb !important;
 }
 
 .text-warning {
   color: #ffdc42 !important;
 }
 
 a.text-warning:hover,
 a.text-warning:focus {
   color: #ffd30f !important;
 }
 
 .text-danger {
   color: #f45846 !important;
 }
 
 a.text-danger:hover,
 a.text-danger:focus {
   color: #f12d16 !important;
 }
 
 .text-light {
   color: #ffffff !important;
 }
 
 a.text-light:hover,
 a.text-light:focus {
   color: #e6e5e5 !important;
 }
 
 .text-dark {
   color: #323232 !important;
 }
 
 a.text-dark:hover,
 a.text-dark:focus {
   color: #191818 !important;
 }
 
 .text-grey {
   color: #e5e5e5 !important;
 }
 
 a.text-grey:hover,
 a.text-grey:focus {
   color: #cccbcb !important;
 }
 
 .text-noir {
   color: #545454 !important;
 }
 
 a.text-noir:hover,
 a.text-noir:focus {
   color: #3b3a3a !important;
 }
 
 .text-muted {
   color: #878787 !important;
 }
 
 .text-hide {
   font: 0/0 a;
   color: transparent;
   text-shadow: none;
   background-color: transparent;
   border: 0;
 }
 
 .visible {
   visibility: visible !important;
 }
 
 .invisible {
   visibility: hidden !important;
 }
 
 /* General styles for the modal */
 /* 
 Styles for the html/body for special modal where we want 3d effects
 Note that we need a container wrapping all content on the page for the 
 perspective effects (not including the modals and the overlay).
 */
 .modal-open {
   overflow: hidden;
 }
 
 .modal-perspective,
 .modal-perspective body {
   height: 100%;
   overflow: hidden;
 }
 
 .modal-perspective body {
   background: #222;
   -webkit-perspective: 600px;
   perspective: 600px;
 }
 
 .modal-container {
   position: fixed;
   top: 0;
   left: 0;
   width: 100%;
   height: 100%;
   z-index: 1050;
   visibility: hidden;
   -webkit-backface-visibility: hidden;
   backface-visibility: hidden;
 }
 
 .modal-show {
   visibility: visible;
   overflow-x: hidden;
   overflow-y: auto;
   z-index: 1051;
 }
 
 .modal-overlay {
   position: fixed;
   width: 100%;
   height: 100%;
   visibility: hidden;
   top: 0;
   left: 0;
   z-index: 1050;
   opacity: 0;
   background: rgba(0, 0, 0, 0.5);
   -webkit-transition: all 0.3s;
   -o-transition: all 0.3s;
   transition: all 0.3s;
 }
 
 .modal-show ~ .modal-overlay {
   opacity: 1;
   visibility: visible;
 }
 
 /* Content styles */
 .modal-content {
   position: relative;
   border-radius: 3px;
   margin: 30px auto;
   max-width: 630px;
   min-width: 320px;
 }
 
 .modal-scrollbar-measure {
   position: absolute;
   top: -9999px;
   width: 50px;
   height: 50px;
   overflow: scroll;
 }
 
 /* Effect 1: Fade in and scale up */
 .modal-effect-1 .modal-content {
   -webkit-transform: scale(0.7);
   -o-transform: scale(0.7);
   transform: scale(0.7);
   opacity: 0;
   -webkit-transition: all 0.3s;
   -o-transition: all 0.3s;
   transition: all 0.3s;
 }
 
 .modal-show.modal-effect-1 .modal-content {
   -webkit-transform: scale(1);
   -o-transform: scale(1);
   transform: scale(1);
   opacity: 1;
 }
 
 /* Effect 2: Slide from the right */
 .modal-effect-2 .modal-content {
   -webkit-transform: translateX(20%);
   -o-transform: translateX(20%);
   transform: translateX(20%);
   opacity: 0;
   -webkit-transition: all 0.3s cubic-bezier(0.25, 0.5, 0.5, 0.9);
   -o-transition: all 0.3s cubic-bezier(0.25, 0.5, 0.5, 0.9);
   transition: all 0.3s cubic-bezier(0.25, 0.5, 0.5, 0.9);
 }
 
 .modal-show.modal-effect-2 .modal-content {
   -webkit-transform: translateX(0);
   -o-transform: translateX(0);
   transform: translateX(0);
   opacity: 1;
 }
 
 /* Effect 3: Slide from the bottom */
 .modal-effect-3 .modal-content {
   -webkit-transform: translateY(20%);
   -o-transform: translateY(20%);
   transform: translateY(20%);
   opacity: 0;
   -webkit-transition: all 0.3s;
   -o-transition: all 0.3s;
   transition: all 0.3s;
 }
 
 .modal-show.modal-effect-3 .modal-content {
   -webkit-transform: translateY(0);
   -o-transform: translateY(0);
   transform: translateY(0);
   opacity: 1;
 }
 
 /* Effect 4: Newspaper */
 .modal-effect-4 .modal-content {
   -webkit-transform: scale(0) rotate(720deg);
   -o-transform: scale(0) rotate(720deg);
   transform: scale(0) rotate(720deg);
   opacity: 0;
 }
 
 .modal-show.modal-effect-4 ~ .modal-overlay,
 .modal-effect-4 .modal-content {
   -webkit-transition: all 0.5s;
   -o-transition: all 0.5s;
   transition: all 0.5s;
 }
 
 .modal-show.modal-effect-4 .modal-content {
   -webkit-transform: scale(1) rotate(0deg);
   -o-transform: scale(1) rotate(0deg);
   transform: scale(1) rotate(0deg);
   opacity: 1;
 }
 
 /* Effect 5: fall */
 .modal-effect-5.modal-container {
   -webkit-perspective: 1300px;
   perspective: 1300px;
 }
 
 .modal-effect-5 .modal-content {
   -webkit-transform-style: preserve-3d;
   transform-style: preserve-3d;
   -webkit-transform: translateZ(600px) rotateX(20deg);
   transform: translateZ(600px) rotateX(20deg);
   opacity: 0;
 }
 
 .modal-show.modal-effect-5 .modal-content {
   -webkit-transition: all 0.3s ease-in;
   -o-transition: all 0.3s ease-in;
   transition: all 0.3s ease-in;
   -webkit-transform: translateZ(0px) rotateX(0deg);
   transform: translateZ(0px) rotateX(0deg);
   opacity: 1;
 }
 
 /* Effect 6: side fall */
 .modal-effect-6.modal-container {
   -webkit-perspective: 1300px;
   perspective: 1300px;
 }
 
 .modal-effect-6 .modal-content {
   -webkit-transform-style: preserve-3d;
   transform-style: preserve-3d;
   -webkit-transform: translate(30%) translateZ(600px) rotate(10deg);
   transform: translate(30%) translateZ(600px) rotate(10deg);
   opacity: 0;
 }
 
 .modal-show.modal-effect-6 .modal-content {
   -webkit-transition: all 0.3s ease-in;
   -o-transition: all 0.3s ease-in;
   transition: all 0.3s ease-in;
   -webkit-transform: translate(0%) translateZ(0) rotate(0deg);
   transform: translate(0%) translateZ(0) rotate(0deg);
   opacity: 1;
 }
 
 /* Effect 7:  slide and stick to top */
 .modal-effect-7 {
   top: 0;
 }
 
 .modal-effect-7 .modal-content {
   margin-top: 0;
   -webkit-transform: translateY(-200%);
   -o-transform: translateY(-200%);
   transform: translateY(-200%);
   -webkit-transition: all 0.3s;
   -o-transition: all 0.3s;
   transition: all 0.3s;
   opacity: 0;
 }
 
 .modal-show.modal-effect-7 .modal-content {
   -webkit-transform: translateY(0%);
   -o-transform: translateY(0%);
   transform: translateY(0%);
   border-radius: 0 0 3px 3px;
   opacity: 1;
 }
 
 /* Effect 8: 3D flip horizontal */
 .modal-effect-8.modal-container {
   -webkit-perspective: 1300px;
   perspective: 1300px;
 }
 
 .modal-effect-8 .modal-content {
   -webkit-transform-style: preserve-3d;
   transform-style: preserve-3d;
   -webkit-transform: rotateY(-70deg);
   transform: rotateY(-70deg);
   -webkit-transition: all 0.3s;
   -o-transition: all 0.3s;
   transition: all 0.3s;
   opacity: 0;
 }
 
 .modal-show.modal-effect-8 .modal-content {
   -webkit-transform: rotateY(0deg);
   transform: rotateY(0deg);
   opacity: 1;
 }
 
 /* Effect 9: 3D flip vertical */
 .modal-effect-9.modal-container {
   -webkit-perspective: 1300px;
   perspective: 1300px;
 }
 
 .modal-effect-9 .modal-content {
   -webkit-transform-style: preserve-3d;
   transform-style: preserve-3d;
   -webkit-transform: rotateX(-70deg);
   transform: rotateX(-70deg);
   -webkit-transition: all 0.3s;
   -o-transition: all 0.3s;
   transition: all 0.3s;
   opacity: 0;
 }
 
 .modal-show.modal-effect-9 .modal-content {
   -webkit-transform: rotateX(0deg);
   transform: rotateX(0deg);
   opacity: 1;
 }
 
 /* Effect 10: 3D sign */
 .modal-effect-10.modal-container {
   -webkit-perspective: 1300px;
   perspective: 1300px;
 }
 
 .modal-effect-10 .modal-content {
   -webkit-transform-style: preserve-3d;
   transform-style: preserve-3d;
   -webkit-transform: rotateX(-60deg);
   transform: rotateX(-60deg);
   -webkit-transform-origin: 50% 0;
   -o-transform-origin: 50% 0;
   transform-origin: 50% 0;
   opacity: 0;
   -webkit-transition: all 0.3s;
   -o-transition: all 0.3s;
   transition: all 0.3s;
 }
 
 .modal-show.modal-effect-10 .modal-content {
   -webkit-transform: rotateX(0deg);
   transform: rotateX(0deg);
   opacity: 1;
 }
 
 /* Effect 11: Super scaled */
 .modal-effect-11 .modal-content {
   -webkit-transform: scale(2);
   -o-transform: scale(2);
   transform: scale(2);
   opacity: 0;
   -webkit-transition: all 0.3s;
   -o-transition: all 0.3s;
   transition: all 0.3s;
 }
 
 .modal-show.modal-effect-11 .modal-content {
   -webkit-transform: scale(1);
   -o-transform: scale(1);
   transform: scale(1);
   opacity: 1;
 }
 
 /* Effect 12:  Just me */
 .modal-effect-12 .modal-content {
   -webkit-transform: scale(0.8);
   -o-transform: scale(0.8);
   transform: scale(0.8);
   opacity: 0;
   -webkit-transition: all 0.3s;
   -o-transition: all 0.3s;
   transition: all 0.3s;
 }
 
 .modal-show.modal-effect-12 ~ .modal-overlay {
   background: #000;
 }
 
 .modal-show.modal-effect-12 .modal-content {
   -webkit-transform: scale(1);
   -o-transform: scale(1);
   transform: scale(1);
   opacity: 1;
 }
 
 /* Effect 13: 3D slit */
 .modal-effect-13.modal-container {
   -webkit-perspective: 1300px;
   perspective: 1300px;
 }
 
 .modal-effect-13 .modal-content {
   -webkit-transform-style: preserve-3d;
   transform-style: preserve-3d;
   -webkit-transform: translateZ(-3000px) rotateY(90deg);
   transform: translateZ(-3000px) rotateY(90deg);
   opacity: 0;
 }
 
 .modal-show.modal-effect-13 .modal-content {
   -webkit-animation: slit 0.7s forwards ease-out;
   -o-animation: slit 0.7s forwards ease-out;
   animation: slit 0.7s forwards ease-out;
 }
 
 @-webkit-keyframes slit {
   50% {
     -webkit-transform: translateZ(-250px) rotateY(89deg);
     opacity: 0.5;
     -webkit-animation-timing-function: ease-out;
   }
   100% {
     -webkit-transform: translateZ(0) rotateY(0deg);
     opacity: 1;
   }
 }
 
 @-o-keyframes slit {
   50% {
     transform: translateZ(-250px) rotateY(89deg);
     opacity: 1;
     -o-animation-timing-function: ease-in;
     animation-timing-function: ease-in;
   }
   100% {
     transform: translateZ(0) rotateY(0deg);
     opacity: 1;
   }
 }
 
 @keyframes slit {
   50% {
     -webkit-transform: translateZ(-250px) rotateY(89deg);
     transform: translateZ(-250px) rotateY(89deg);
     opacity: 1;
     -webkit-animation-timing-function: ease-in;
     -o-animation-timing-function: ease-in;
     animation-timing-function: ease-in;
   }
   100% {
     -webkit-transform: translateZ(0) rotateY(0deg);
     transform: translateZ(0) rotateY(0deg);
     opacity: 1;
   }
 }
 
 /* Effect 14:  3D Rotate from bottom */
 .modal-effect-14.modal-container {
   -webkit-perspective: 1300px;
   perspective: 1300px;
 }
 
 .modal-effect-14 .modal-content {
   -webkit-transform-style: preserve-3d;
   transform-style: preserve-3d;
   -webkit-transform: translateY(100%) rotateX(90deg);
   transform: translateY(100%) rotateX(90deg);
   -webkit-transform-origin: 0 100%;
   -o-transform-origin: 0 100%;
   transform-origin: 0 100%;
   opacity: 0;
   -webkit-transition: all 0.3s ease-out;
   -o-transition: all 0.3s ease-out;
   transition: all 0.3s ease-out;
 }
 
 .modal-show.modal-effect-14 .modal-content {
   -webkit-transform: translateY(0%) rotateX(0deg);
   transform: translateY(0%) rotateX(0deg);
   opacity: 1;
 }
 
 /* Effect 15:  3D Rotate in from left */
 .modal-effect-15.modal-container {
   -webkit-perspective: 1300px;
   perspective: 1300px;
 }
 
 .modal-effect-15 .modal-content {
   -webkit-transform-style: preserve-3d;
   transform-style: preserve-3d;
   -webkit-transform: translateZ(100px) translateX(-30%) rotateY(90deg);
   transform: translateZ(100px) translateX(-30%) rotateY(90deg);
   -webkit-transform-origin: 0 100%;
   -o-transform-origin: 0 100%;
   transform-origin: 0 100%;
   opacity: 0;
   -webkit-transition: all 0.3s;
   -o-transition: all 0.3s;
   transition: all 0.3s;
 }
 
 .modal-show.modal-effect-15 .modal-content {
   -webkit-transform: translateZ(0px) translateX(0%) rotateY(0deg);
   transform: translateZ(0px) translateX(0%) rotateY(0deg);
   opacity: 1;
 }
 
 /* Effect 16:  Blur */
 .modal-show.modal-effect-16 ~ .modal-overlay {
   background: rgba(180, 46, 32, 0.5);
 }
 
 .modal-show.modal-effect-16 ~ .container {
   -webkit-filter: blur(3px);
   -moz-filter: blur(3px);
   filter: blur(3px);
 }
 
 .modal-effect-16 .modal-content {
   -webkit-transform: translateY(-5%);
   -o-transform: translateY(-5%);
   transform: translateY(-5%);
   opacity: 0;
 }
 
 .modal-show.modal-effect-16 ~ .container,
 .modal-effect-16 .modal-content {
   -webkit-transition: all 0.3s;
   -o-transition: all 0.3s;
   transition: all 0.3s;
 }
 
 .modal-show.modal-effect-16 .modal-content {
   -webkit-transform: translateY(0);
   -o-transform: translateY(0);
   transform: translateY(0);
   opacity: 1;
 }
 
 /* Effect 17:  Slide in from bottom with perspective on container */
 .modal-show.modal-effect-17 ~ .container {
   height: 100%;
   overflow: hidden;
   -webkit-transition: -webkit-transform 0.3s;
   transition: -webkit-transform 0.3s;
   -o-transition: -o-transform 0.3s;
   transition: transform 0.3s;
   transition: transform 0.3s, -webkit-transform 0.3s, -o-transform 0.3s;
 }
 
 .modal-show.modal-effect-17 ~ .container,
 .modal-show.modal-effect-17 ~ .modal-overlay {
   -webkit-transform: rotateX(-2deg);
   transform: rotateX(-2deg);
   -webkit-transform-origin: 50% 0%;
   -o-transform-origin: 50% 0%;
   transform-origin: 50% 0%;
   -webkit-transform-style: preserve-3d;
   transform-style: preserve-3d;
 }
 
 .modal-effect-17 .modal-content {
   opacity: 0;
   -webkit-transform: translateY(200%);
   -o-transform: translateY(200%);
   transform: translateY(200%);
 }
 
 .modal-show.modal-effect-17 .modal-content {
   -webkit-transform: translateY(0);
   -o-transform: translateY(0);
   transform: translateY(0);
   opacity: 1;
   -webkit-transition: all 0.3s 0.2s;
   -o-transition: all 0.3s 0.2s;
   transition: all 0.3s 0.2s;
 }
 
 /* Effect 18:  Slide from right with perspective on container */
 .modal-show.modal-effect-18 ~ .container {
   height: 100%;
   overflow: hidden;
 }
 
 .modal-show.modal-effect-18 ~ .modal-overlay {
   background: rgba(143, 27, 15, 0.8);
   -webkit-transition: all 0.5s;
   -o-transition: all 0.5s;
   transition: all 0.5s;
 }
 
 .modal-show.modal-effect-18 ~ .container,
 .modal-show.modal-effect-18 ~ .modal-overlay {
   -webkit-transform-style: preserve-3d;
   -webkit-transform-origin: 0% 50%;
   -webkit-animation: rotateRightSideFirst 0.5s forwards ease-in;
   -moz-transform-style: preserve-3d;
   -moz-transform-origin: 0% 50%;
   -moz-animation: rotateRightSideFirst 0.5s forwards ease-in;
   transform-style: preserve-3d;
   -o-transform-origin: 0% 50%;
   transform-origin: 0% 50%;
   -o-animation: rotateRightSideFirst 0.5s forwards ease-in;
   animation: rotateRightSideFirst 0.5s forwards ease-in;
 }
 
 @-webkit-keyframes rotateRightSideFirst {
   50% {
     -webkit-transform: translateZ(-50px) rotateY(5deg);
     -webkit-animation-timing-function: ease-out;
   }
   100% {
     -webkit-transform: translateZ(-200px);
   }
 }
 
 @-o-keyframes rotateRightSideFirst {
   50% {
     transform: translateZ(-50px) rotateY(5deg);
     -o-animation-timing-function: ease-out;
     animation-timing-function: ease-out;
   }
   100% {
     transform: translateZ(-200px);
   }
 }
 
 @keyframes rotateRightSideFirst {
   50% {
     -webkit-transform: translateZ(-50px) rotateY(5deg);
     transform: translateZ(-50px) rotateY(5deg);
     -webkit-animation-timing-function: ease-out;
     -o-animation-timing-function: ease-out;
     animation-timing-function: ease-out;
   }
   100% {
     -webkit-transform: translateZ(-200px);
     transform: translateZ(-200px);
   }
 }
 
 .modal-effect-18 .modal-content {
   -webkit-transform: translateX(200%);
   -o-transform: translateX(200%);
   transform: translateX(200%);
   opacity: 0;
 }
 
 .modal-show.modal-effect-18 .modal-content {
   -webkit-transform: translateX(0);
   -o-transform: translateX(0);
   transform: translateX(0);
   opacity: 1;
   -webkit-transition: all 0.5s 0.1s;
   -o-transition: all 0.5s 0.1s;
   transition: all 0.5s 0.1s;
 }
 
 /* Open Sans Webfont Kit
  * -------------------------- */
 /* Light 300
  * -------------------------- */
 @font-face {
   font-family: 'Open Sans';
   src: url('../lib/open-sans/light/opensans-light-webfont.eot');
   src: url('../lib/open-sans/light/opensans-light-webfont.eot?#iefix')
       format('embedded-opentype'),
     url('../lib/open-sans/light/opensans-light-webfont.woff') format('woff'),
     url('../lib/open-sans/light/opensans-light-webfont.ttf') format('truetype'),
     url('../lib/open-sans/light/opensans-light-webfont.svg#OpenSansLight')
       format('svg');
   font-weight: 300;
   font-style: normal;
 }
 
 /* Light 300 Italic
  * -------------------------- */
 @font-face {
   font-family: 'Open Sans';
   src: url('../lib/open-sans/light-italic/opensans-light-italic-webfont.eot');
   src: url('../lib/open-sans/light-italic/opensans-light-italic-webfont.eot?#iefix')
       format('embedded-opentype'),
     url('../lib/open-sans/light-italic/opensans-light-italic-webfont.woff')
       format('woff'),
     url('../lib/open-sans/light-italic/opensans-light-italic-webfont.ttf')
       format('truetype'),
     url('../lib/open-sans/light-italic/opensans-light-italic-webfont.svg#OpenSansLightItalic')
       format('svg');
   font-weight: 300;
   font-style: italic;
 }
 
 /* Regular 400
  * -------------------------- */
 @font-face {
   font-family: 'Open Sans';
   src: url('../lib/open-sans/regular/opensans-regular-webfont.eot');
   src: url('../lib/open-sans/regular/opensans-regular-webfont.eot?#iefix')
       format('embedded-opentype'),
     url('../lib/open-sans/regular/opensans-regular-webfont.woff') format('woff'),
     url('../lib/open-sans/regular/opensans-regular-webfont.ttf')
       format('truetype'),
     url('../lib/open-sans/regular/opensans-regular-webfont.svg#OpenSansRegular')
       format('svg');
   font-weight: normal;
   font-style: normal;
 }
 
 /* Regular 400 Italic
  * -------------------------- */
 @font-face {
   font-family: 'Open Sans';
   src: url('../lib/open-sans/italic/opensans-italic-webfont.eot');
   src: url('../lib/open-sans/italic/opensans-italic-webfont.eot?#iefix')
       format('embedded-opentype'),
     url('../lib/open-sans/italic/opensans-italic-webfont.woff') format('woff'),
     url('../lib/open-sans/italic/opensans-italic-webfont.ttf')
       format('truetype'),
     url('../lib/open-sans/italic/opensans-italic-webfont.svg#OpenSansItalic')
       format('svg');
   font-weight: normal;
   font-style: italic;
 }
 
 /* Semibold 600
  * -------------------------- */
 @font-face {
   font-family: 'Open Sans';
   src: url('../lib/open-sans/semibold/opensans-semibold-webfont.eot');
   src: url('../lib/open-sans/semibold/opensans-semibold-webfont.eot?#iefix')
       format('embedded-opentype'),
     url('../lib/open-sans/semibold/opensans-semibold-webfont.woff')
       format('woff'),
     url('../lib/open-sans/semibold/opensans-semibold-webfont.ttf')
       format('truetype'),
     url('../lib/open-sans/semibold/opensans-semibold-webfont.svg#OpenSansSemibold')
       format('svg');
   font-weight: 600;
   font-style: normal;
 }
 
 /* Semi-Bold 600 Italic
  * -------------------------- */
 @font-face {
   font-family: 'Open Sans';
   src: url('../lib/open-sans/semibold-italic/opensans-semibold-italic-webfont.eot');
   src: url('../lib/open-sans/semibold-italic/opensans-semibold-italic-webfont.eot?#iefix')
       format('embedded-opentype'),
     url('../lib/open-sans/semibold-italic/opensans-semibold-italic-webfont.woff')
       format('woff'),
     url('../lib/open-sans/semibold-italic/opensans-semibold-italic-webfont.ttf')
       format('truetype'),
     url('../lib/open-sans/semibold-italic/opensans-semibold-italic-webfont.svg#OpenSansSemiboldItalic')
       format('svg');
   font-weight: 600;
   font-style: italic;
 }
 
 /* Bold 700
  * -------------------------- */
 @font-face {
   font-family: 'Open Sans';
   src: url('../lib/open-sans/bold/opensans-bold-webfont.eot');
   src: url('../lib/open-sans/bold/opensans-bold-webfont.eot?#iefix')
       format('embedded-opentype'),
     url('../lib/open-sans/bold/opensans-bold-webfont.woff') format('woff'),
     url('../lib/open-sans/bold/opensans-bold-webfont.ttf') format('truetype'),
     url('../lib/open-sans/bold/opensans-bold-webfont.svg#OpenSansBold')
       format('svg');
   font-weight: bold;
   font-style: normal;
 }
 
 /* Bold 700 Italic
  * -------------------------- */
 @font-face {
   font-family: 'Open Sans';
   src: url('../lib/open-sans/bold-italic/opensans-bold-italic-webfont.eot');
   src: url('../lib/open-sans/bold-italic/opensans-bold-italic-webfont.eot?#iefix')
       format('embedded-opentype'),
     url('../lib/open-sans/bold-italic/opensans-bold-italic-webfont.woff')
       format('woff'),
     url('../lib/open-sans/bold-italic/opensans-bold-italic-webfont.ttf')
       format('truetype'),
     url('../lib/open-sans/bold-italic/opensans-bold-italic-webfont.svg#OpenSansItalic')
       format('svg');
   font-weight: bold;
   font-style: italic;
 }
 
 /* Extrabold 800
  * -------------------------- */
 @font-face {
   font-family: 'Open Sans';
   src: url('../lib/open-sans/extrabold/opensans-extrabold-webfont.eot');
   src: url('../lib/open-sans/extrabold/opensans-extrabold-webfont.eot?#iefix')
       format('embedded-opentype'),
     url('../lib/open-sans/extrabold/opensans-extrabold-webfont.woff')
       format('woff'),
     url('../lib/open-sans/extrabold/opensans-extrabold-webfont.ttf')
       format('truetype'),
     url('../lib/open-sans/extrabold/opensans-extrabold-webfont.svg#OpenSansExtrabold')
       format('svg');
   font-weight: 800;
   font-style: normal;
 }
 
 /* Extra-Bold 800 Italic
  * -------------------------- */
 @font-face {
   font-family: 'Open Sans';
   src: url('../lib/open-sans/extrabold-italic/opensans-extrabold-italic-webfont.eot');
   src: url('../lib/open-sans/extrabold-italic/opensans-extrabold-italic-webfont.eot?#iefix')
       format('embedded-opentype'),
     url('../lib/open-sans/extrabold-italic/opensans-extrabold-italic-webfont.woff')
       format('woff'),
     url('../lib/open-sans/extrabold-italic/opensans-extrabold-italic-webfont.ttf')
       format('truetype'),
     url('../lib/open-sans/extrabold-italic/opensans-extrabold-italic-webfont.svg#OpenSansExtraboldItalic')
       format('svg');
   font-weight: 800;
   font-style: italic;
 }
 
 @font-face {
   font-family: 'Raleway';
   src: url('../lib/raleway/thin/raleway-thin.eot');
   src: url('../lib/raleway/thin/raleway-thin.eot?#iefix')
       format('embedded-opentype'),
     url('../lib/raleway/thin/raleway-thin.woff') format('woff'),
     url('../lib/raleway/thin/raleway-thin.ttf') format('truetype'),
     url('../lib/raleway/thin/raleway-thin.svg#ralewaythin') format('svg');
   font-weight: 100;
   font-style: normal;
 }
 
 @font-face {
   font-family: 'Raleway';
   src: url('../lib/raleway/extralight/raleway-extralight.eot');
   src: url('../lib/raleway/extralight/raleway-extralight.eot?#iefix')
       format('embedded-opentype'),
     url('../lib/raleway/extralight/raleway-extralight.woff') format('woff'),
     url('../lib/raleway/extralight/raleway-extralight.ttf') format('truetype'),
     url('../lib/raleway/extralight/raleway-extralight.svg#ralewayextralight')
       format('svg');
   font-weight: 200;
   font-style: normal;
 }
 
 @font-face {
   font-family: 'Raleway';
   src: url('../lib/raleway/light/raleway-light.eot');
   src: url('../lib/raleway/light/raleway-light.eot?#iefix')
       format('embedded-opentype'),
     url('../lib/raleway/light/raleway-light.woff') format('woff'),
     url('../lib/raleway/light/raleway-light.ttf') format('truetype'),
     url('../lib/raleway/light/raleway-light.svg#ralewaylight') format('svg');
   font-weight: 300;
   font-style: normal;
 }
 
 @font-face {
   font-family: 'Raleway';
   src: url('../lib/raleway/regular/raleway-regular.eot');
   src: url('../lib/raleway/regular/raleway-regular.eot?#iefix')
       format('embedded-opentype'),
     url('../lib/raleway/regular/raleway-regular.woff') format('woff'),
     url('../lib/raleway/regular/raleway-regular.ttf') format('truetype'),
     url('../lib/raleway/regular/raleway-regular.svg#ralewayregular')
       format('svg');
   font-weight: 400;
   font-style: normal;
 }
 
 @font-face {
   font-family: 'Raleway';
   src: url('../lib/raleway/medium/raleway-medium.eot');
   src: url('../lib/raleway/medium/raleway-medium.eot?#iefix')
       format('embedded-opentype'),
     url('../lib/raleway/medium/raleway-medium.woff') format('woff'),
     url('../lib/raleway/medium/raleway-medium.ttf') format('truetype'),
     url('../lib/raleway/medium/raleway-medium.svg#ralewaymedium') format('svg');
   font-weight: 500;
   font-style: normal;
 }
 
 @font-face {
   font-family: 'Raleway';
   src: url('../lib/raleway/semibold/raleway-semibold.eot');
   src: url('../lib/raleway/semibold/raleway-semibold.eot?#iefix')
       format('embedded-opentype'),
     url('../lib/raleway/semibold/raleway-semibold.woff') format('woff'),
     url('../lib/raleway/semibold/raleway-semibold.ttf') format('truetype'),
     url('../lib/raleway/semibold/raleway-semibold.svg#ralewaysemibold')
       format('svg');
   font-weight: 600;
   font-style: normal;
 }
 
 @font-face {
   font-family: 'Raleway';
   src: url('../lib/raleway/bold/raleway-bold.eot');
   src: url('../lib/raleway/bold/raleway-bold.eot?#iefix')
       format('embedded-opentype'),
     url('../lib/raleway/bold/raleway-bold.woff') format('woff'),
     url('../lib/raleway/bold/raleway-bold.ttf') format('truetype'),
     url('../lib/raleway/bold/raleway-bold.svg#ralewaybold') format('svg');
   font-weight: 700;
   font-style: normal;
 }
 
 @font-face {
   font-family: 'Raleway';
   src: url('../lib/raleway/extrabold/raleway-extrabold.eot');
   src: url('../lib/raleway/extrabold/raleway-extrabold.eot?#iefix')
       format('embedded-opentype'),
     url('../lib/raleway/extrabold/raleway-extrabold.woff') format('woff'),
     url('../lib/raleway/extrabold/raleway-extrabold.ttf') format('truetype'),
     url('../lib/raleway/extrabold/raleway-extrabold.svg#ralewayextrabold')
       format('svg');
   font-weight: 800;
   font-style: normal;
 }
 
 @font-face {
   font-family: 'Raleway';
   src: url('../lib/raleway/heavy/raleway-heavy.eot');
   src: url('../lib/raleway/heavy/raleway-heavy.eot?#iefix')
       format('embedded-opentype'),
     url('../lib/raleway/heavy/raleway-heavy.woff') format('woff'),
     url('../lib/raleway/heavy/raleway-heavy.ttf') format('truetype'),
     url('../lib/raleway/heavy/raleway-heavy.svg#ralewayheavy') format('svg');
   font-weight: 900;
   font-style: normal;
 }
 
 html {
   font-size: 13px;
   height: 100%;
 }
 
 body {
   height: 100%;
 }
 
 a {
   outline: none;
 }
 a:hover,
 a:focus {
   text-decoration: none;
   outline: none;
 }
 
 p {
   font-size: 1.077rem;
 }
 
 .main-content {
   padding: 15px 0;
 }
 @media (max-width: 767.98px) {
   .main-content {
     padding-top: 10px;
     padding-left: 20px;
     padding-right: 20px;
   }
 }
 
 .mai-mega-dropdown {
   position: static;
 }
 
 .mai-mega-menu.dropdown-menu {
   padding: 15px 0 25px;
   margin-top: 0;
   width: 100%;
   border-width: 0;
   -webkit-box-shadow: 0 3px 0.3077rem rgba(0, 0, 0, 0.1);
   box-shadow: 0 3px 0.3077rem rgba(0, 0, 0, 0.1);
   border-top-right-radius: 0;
   border-top-left-radius: 0;
   z-index: 999;
 }
 @media (max-width: 767.98px) {
   .mai-nav-tabs-sub .mai-mega-menu.dropdown-menu {
     padding: 0;
     background-color: #424242;
   }
 }
 
 .mai-mega-menu-row {
   display: -webkit-box;
   display: -webkit-flex;
   display: -ms-flexbox;
   display: flex;
   -webkit-flex-wrap: wrap;
   -ms-flex-wrap: wrap;
   flex-wrap: wrap;
   margin-right: -20px;
   margin-left: -20px;
 }
 @media (max-width: 767.98px) {
   .mai-mega-menu-row {
     -webkit-box-orient: vertical;
     -webkit-box-direction: normal;
     -webkit-flex-direction: column;
     -ms-flex-direction: column;
     flex-direction: column;
     margin: 0;
     padding: 0;
   }
 }
 
 .mai-mega-menu-column {
   position: relative;
   padding-top: 7px;
   padding-bottom: 7px;
   width: 100%;
   min-height: 1px;
   padding-right: 20px;
   padding-left: 20px;
   -webkit-box-flex: 0;
   -webkit-flex: 0 0 25%;
   -ms-flex: 0 0 25%;
   flex: 0 0 25%;
   max-width: 25%;
   border-right: 1px solid #f2f2f2;
 }
 @media (max-width: 767.98px) {
   .mai-mega-menu-column {
     max-width: 100%;
     border-right-width: 0;
     padding: 0;
   }
 }
 .mai-mega-menu-column:first-child {
   padding-left: 40px;
 }
 @media (max-width: 767.98px) {
   .mai-mega-menu-column:first-child {
     padding: 0;
   }
 }
 .mai-mega-menu-column:last-child {
   border-right-width: 0;
 }
 
 .mai-mega-menu-section {
   margin: 0 0 15px;
 }
 @media (max-width: 767.98px) {
   .mai-mega-menu-section {
     margin: 0;
   }
   .mai-mega-menu-section.parent > .nav-link {
     color: #a1a1a1;
   }
   .mai-mega-menu-section.parent > .nav-link:after {
     position: absolute;
     content: '';
     font-family: 'Stroke 7';
     font-size: 1.9rem;
     vertical-align: middle;
     top: 0;
     right: 15px;
   }
   .mai-mega-menu-section.open > .nav-link {
     color: #36cb8f;
   }
   .mai-mega-menu-section.open > .nav-link:after {
     content: '';
   }
 }
 .mai-mega-menu-section > .nav-link {
   color: #5f5f5f;
   font-size: 1.231rem;
   font-weight: 400;
 }
 .navbar .navbar-nav .mai-mega-menu-section > .nav-link {
   padding: 10px 0 6px;
 }
 @media (max-width: 767.98px) {
   .navbar .navbar-nav .mai-mega-menu-section > .nav-link {
     padding: 0 17px 0 56px;
   }
 }
 @media (max-width: 767.98px) {
   .mai-mega-menu-section > .nav-link {
     position: relative;
     font-size: 1rem;
     line-height: 50.4px;
     color: #a1a1a1;
   }
 }
 .mai-mega-menu-section > .nav-link .icon {
   font-size: 1.385rem;
   line-height: 1.1;
   vertical-align: middle;
   margin-right: 6px;
 }
 
 @media (max-width: 767.98px) {
   .mai-mega-menu-sub-items {
     display: none;
     padding: 0.6rem 0;
   }
   .mai-mega-menu-section.open .mai-mega-menu-sub-items {
     display: block;
   }
 }
 
 .mai-mega-menu-sub-items .dropdown-item {
   font-size: 1.077rem;
   color: #616161;
 }
 .navbar .navbar-nav .mai-mega-menu-sub-items .dropdown-item {
   padding: 8px 23px;
 }
 .navbar .navbar-nav .mai-mega-menu-sub-items .dropdown-item:hover,
 .navbar .navbar-nav .mai-mega-menu-sub-items .dropdown-item.active {
   background-color: transparent;
   color: #5f5f5f;
 }
 .navbar .navbar-nav .mai-mega-menu-sub-items .dropdown-item:focus {
   background-color: transparent;
 }
 @media (max-width: 767.98px) {
   .mai-nav-tabs-sub .dropdown-menu .mai-mega-menu-sub-items .dropdown-item {
     padding: 0.7rem 1.5rem 0.7rem 78px;
     font-size: 1rem;
   }
 }
 
 .page-head {
   padding: 20px 0 30px;
 }
 @media (max-width: 767.98px) {
   .page-head {
     -webkit-box-orient: vertical;
     -webkit-box-direction: normal;
     -webkit-flex-direction: column;
     -ms-flex-direction: column;
     flex-direction: column;
     -webkit-box-align: center;
     -webkit-align-items: center;
     -ms-flex-align: center;
     align-items: center;
     text-align: center;
   }
 }
 
 .page-head-heading {
   -webkit-box-pack: center;
   -webkit-justify-content: center;
   -ms-flex-pack: center;
   justify-content: center;
   display: -webkit-box;
   display: -webkit-flex;
   display: -ms-flexbox;
   display: flex;
   -webkit-box-orient: vertical;
   -webkit-box-direction: normal;
   -webkit-flex-direction: column;
   -ms-flex-direction: column;
   flex-direction: column;
 }
 .page-head-heading h1 {
   font-size: 3.07692rem;
   line-height: 1.3;
 }
 @media (max-width: 767.98px) {
   .page-head-heading h1 {
     font-size: 2.5rem;
   }
 }
 
 .page-head-desc {
   border-left: 2px solid #d9d9d9;
   text-align: center;
 }
 @media (max-width: 767.98px) {
   .page-head-desc {
     border-left-width: 0;
   }
 }
 .page-head-desc h3 {
   font-size: 1.69231rem;
   color: #919191;
   line-height: 1.4;
 }
 @media (max-width: 767.98px) {
   .page-head-desc h3 {
     font-size: 1.4rem;
   }
 }
 
 .mai-sub-header {
   border: 0;
   border-radius: 0;
   margin-bottom: 0;
   background-color: #5f5f5f;
   padding: 0 0 70px;
 }
 @media (max-width: 767.98px) {
   .mai-sub-header {
     padding-bottom: 0;
     background-color: #3f3f3f;
   }
 }
 .mai-sub-header:before {
   position: absolute;
   content: '';
   display: block;
   background-color: #ffffff;
   bottom: 0;
   left: 0;
   right: 0;
   width: 100%;
   height: 70px;
   z-index: 1;
 }
 @media (max-width: 767.98px) {
   .mai-sub-header:before {
     display: none;
   }
 }
 .mai-sub-header > .container {
   padding: 0;
   padding-top: 42px;
   position: relative;
 }
 @media (max-width: 767.98px) {
   .mai-sub-header > .container {
     padding: 0;
   }
 }
 .mai-sub-header .navbar {
   padding: 0;
   width: 100%;
 }
 .mai-sub-header .navbar-toggler {
   padding: 14px 0;
   height: auto;
   width: 100%;
   background-color: #029db1;
 }
 .mai-sub-header .navbar-toggler:focus {
   outline: none;
 }
 .mai-sub-header .navbar-toggler.collapsed {
   background-color: #353535;
 }
 .mai-sub-header .navbar-toggler.collapsed .icon-bar span {
   background-color: #d8d8d8;
 }
 .mai-sub-header .navbar-toggler .icon-bar {
   display: inline-block;
   background-color: transparent;
   height: auto;
   width: auto;
   vertical-align: middle;
 }
 .mai-sub-header .navbar-toggler .icon-bar span {
   display: block;
   width: 24px;
   height: 1px;
   margin-top: 6px;
   background-color: #ffffff;
 }
 .mai-sub-header .navbar-toggler .icon-bar span:first-child {
   margin-top: 0;
 }
 .mai-sub-header .navbar-nav > .nav-item + .nav-item {
   margin-left: 0;
 }
 .mai-sub-header .navbar-nav > .nav-item > .nav-link {
   font-family: 'Raleway', sans-serif;
   font-size: 1.308rem;
   font-weight: 500;
   line-height: 54px;
   min-width: 120px;
   padding: 0 17px;
   text-align: center;
   border-radius: 3px 3px 0 0;
   color: #ffffff;
   -webkit-transition: color 0.12s ease-in-out;
   -o-transition: color 0.12s ease-in-out;
   transition: color 0.12s ease-in-out;
 }
 @media (min-width: 768px) and (max-width: 991.98px) {
   .mai-sub-header .navbar-nav > .nav-item > .nav-link {
     font-size: 1.2rem;
     min-width: 90px;
     padding: 0 13px;
   }
 }
 @media (max-width: 767.98px) {
   .mai-sub-header .navbar-nav > .nav-item > .nav-link {
     color: #bebebe;
     text-align: left;
     background-color: #3a3a3a;
     font-size: 1.077rem;
   }
 }
 .mai-sub-header .navbar-nav > .nav-item > .nav-link > .icon {
   font-size: 2.154rem;
   margin-right: 5px;
 }
 @media (min-width: 768px) and (max-width: 991.98px) {
   .mai-sub-header .navbar-nav > .nav-item > .nav-link > .icon {
     font-size: 1.5rem;
   }
 }
 @media (max-width: 767.98px) {
   .mai-sub-header .navbar-nav > .nav-item > .nav-link > .icon {
     display: inline-block;
     font-size: 1.615rem;
     margin-right: 10px;
     min-width: 21px;
     text-align: center;
   }
 }
 .mai-sub-header .navbar-nav > .nav-item > .nav-link > span {
   vertical-align: middle;
 }
 .mai-sub-header .navbar-nav > .nav-item > .nav-link:hover {
   background-color: transparent;
   color: #c9c9c9;
 }
 @media (max-width: 767.98px) {
   .mai-sub-header .navbar-nav > .nav-item > .nav-link:hover {
     background-color: #3a3a3a;
     color: #bebebe;
   }
 }
 .mai-sub-header .navbar-nav > .nav-item > .nav-link.dropdown-toggle:after {
   display: none;
 }
 @media (max-width: 767.98px) {
   .mai-sub-header .navbar-nav > .nav-item.parent > .nav-link:after {
     position: absolute;
     content: '';
     font-family: 'Stroke 7';
     font-size: 1.9rem;
     vertical-align: middle;
     right: 15px;
   }
   .mai-sub-header .navbar-nav > .nav-item.parent.open > .nav-link:after {
     content: '';
   }
 }
 .mai-sub-header .navbar-nav > .nav-item.open > a,
 .mai-sub-header .navbar-nav > .nav-item.open:hover > a {
   color: #5f5f5f;
   background-color: #ffffff;
 }
 @media (max-width: 767.98px) {
   .mai-sub-header .navbar-nav > .nav-item.open > a,
   .mai-sub-header .navbar-nav > .nav-item.open:hover > a {
     background-color: #3a3a3a;
   }
 }
 .mai-sub-header .search {
   position: absolute;
   top: 48px;
   right: 0;
   margin-top: -21px;
   width: 235px;
   border-bottom: 1px solid #2ec88a;
 }
 @media (max-width: 1199.98px) {
   .mai-sub-header .search {
     display: none;
   }
 }
 .mai-sub-header .search > input {
   border: 1px solid transparent;
   background-color: #0202024d;
   color: #ffffff;
   width: 100%;
   font-family: 'Raleway', sans-serif;
   font-size: 1.308rem;
   font-weight: 500;
   padding: 8px 10px;
   outline: none;
   -webkit-transition: border-color 0.3s ease;
   -o-transition: border-color 0.3s ease;
   transition: border-color 0.3s ease;
 }
 .mai-sub-header .search > input:focus {
   border-color: #26a874;
 }
 .mai-sub-header .search > span {
   position: absolute;
   color: #ffffff;
   right: 8px;
   top: 50%;
   font-size: 1.846rem;
   margin-top: -12px;
 }
 .mai-sub-header ::-webkit-input-placeholder {
   /* WebKit browsers */
   color: rgba(255, 255, 255, 0.4);
 }
 .mai-sub-header :-moz-placeholder {
   /* Mozilla Firefox 4 to 18 */
   color: rgba(255, 255, 255, 0.4);
   opacity: 1;
 }
 .mai-sub-header :-ms-input-placeholder {
   /* Internet Explorer 10+ */
   color: rgba(255, 255, 255, 0.4);
 }
 
 .mai-nav-tabs-sub {
   position: absolute;
   display: none;
   left: 0;
   top: 100%;
   z-index: 201;
   width: 100%;
   background-color: #ffffff;
 }
 @media (max-width: 767.98px) {
   .mai-nav-tabs-sub {
     position: relative;
     top: 0;
     background-color: #3f3f3f;
     -webkit-box-orient: vertical;
     -webkit-box-direction: normal;
     -webkit-flex-direction: column;
     -ms-flex-direction: column;
     flex-direction: column;
     padding: 5px 0;
   }
 }
 .nav-item.open .mai-nav-tabs-sub {
   display: -webkit-box;
   display: -webkit-flex;
   display: -ms-flexbox;
   display: flex;
 }
 .mai-nav-tabs-sub > .nav-item.mega-menu {
   position: static;
 }
 .mai-nav-tabs-sub > .nav-item > .nav-link {
   padding: 0 26px;
   line-height: 70px;
 }
 @media (min-width: 768px) and (max-width: 991.98px) {
   .mai-nav-tabs-sub > .nav-item > .nav-link {
     padding: 0 14px;
   }
 }
 @media (max-width: 767.98px) {
   .mai-nav-tabs-sub > .nav-item > .nav-link {
     padding-left: 34px;
     line-height: 50.4px;
     color: #a2a2a2;
     font-size: 1rem;
   }
 }
 .mai-nav-tabs-sub > .nav-item > .nav-link .icon {
   margin-right: 0.4rem;
 }
 @media (min-width: 768px) and (max-width: 991.98px) {
   .mai-nav-tabs-sub > .nav-item > .nav-link .icon {
     display: none;
   }
 }
 .mai-nav-tabs-sub > .nav-item > .nav-link.active {
   color: #5f5f5f;
 }
 .mai-nav-tabs-sub > .nav-item.parent > .nav-link {
   padding-right: 34px;
 }
 .mai-nav-tabs-sub > .nav-item.parent > .nav-link:after {
   position: absolute;
   content: '';
   font-family: 'Stroke 7';
   font-size: 1.9rem;
   vertical-align: middle;
 }
 @media (max-width: 767.98px) {
   .mai-nav-tabs-sub > .nav-item.parent > .nav-link:after {
     right: 15px;
   }
 }
 .mai-nav-tabs-sub > .nav-item.parent.open > .nav-link {
   color: #36cb8f;
 }
 @media (max-width: 767.98px) {
   .mai-nav-tabs-sub > .nav-item.parent.open > .nav-link:after {
     content: '';
   }
 }
 @media (max-width: 767.98px) {
   .mai-nav-tabs-sub .dropdown.open > .dropdown-menu {
     display: block;
   }
 }
 .mai-nav-tabs-sub .dropdown-menu {
   min-width: 200px;
   -webkit-box-shadow: 0 3px 0.3077rem rgba(0, 0, 0, 0.1);
   box-shadow: 0 3px 0.3077rem rgba(0, 0, 0, 0.1);
   margin-top: 0;
   padding-top: 0.6rem;
   border: 0;
 }
 .mai-nav-tabs-sub .dropdown-menu .dropdown-item {
   color: #616161;
 }
 .mai-nav-tabs-sub .dropdown-menu .dropdown-item.active {
   color: #5f5f5f;
 }
 @media (max-width: 767.98px) {
   .mai-nav-tabs-sub .dropdown-menu {
     background-color: #424242;
     -webkit-box-shadow: none;
     box-shadow: none;
     padding-bottom: 0.6rem;
   }
   .mai-nav-tabs-sub .dropdown-menu .dropdown-item {
     padding-left: 56px;
     color: #a2a2a2;
   }
   .mai-nav-tabs-sub .dropdown-menu .dropdown-item:hover {
     background-color: inherit;
   }
 }
 
 .mai-splash-screen .main-content {
   max-width: 100%;
   width: 100%;
 }
 
 .splash-container {
   width: 600px;
   margin: 50px auto;
   box-shadow: 0px 20px 50px #adadad;
 }
 @media (max-width: 991.98px) {
   .splash-container {
     width: 500px;
   }
 }
 @media (max-width: 767.98px) {
   .splash-container {
     padding: 20px;
     width: 400px;
     display: -webkit-box;
     display: -webkit-flex;
     display: -ms-flexbox;
     display: flex;
   }
 }
 @media (max-width: 575.98px) {
   .splash-container {
     padding: 0 20px;
     width: 100%;
     background-color: #363636;
   }
 }
 .splash-container .user-message {
   display: -webkit-box;
   display: -webkit-flex;
   display: -ms-flexbox;
   display: flex;
   -webkit-box-orient: vertical;
   -webkit-box-direction: normal;
   -webkit-flex-direction: column;
   -ms-flex-direction: column;
   flex-direction: column;
   background-color: #5f5f5f;
   color: #ffffff;
   padding: 155px 30px 40px;
 }
 @media (max-width: 767.98px) {
   .splash-container .user-message {
     display: none;
   }
 }
 .splash-container .splash-message {
   -webkit-box-flex: 1;
   -webkit-flex: 1 1 auto;
   -ms-flex: 1 1 auto;
   flex: 1 1 auto;
   font-size: 2rem;
   line-height: 1.3;
   font-weight: 300;
 }
 .splash-container .alternative-message {
   color: #2e7357;
 }
 .splash-container .alternative-message a {
   color: #ffffff;
   opacity: 0.8;
 }
 .splash-container .alternative-message a:hover {
   opacity: 1;
 }
 .splash-container .form-message {
   display: -webkit-box;
   display: -webkit-flex;
   display: -ms-flexbox;
   display: flex;
   -webkit-box-orient: vertical;
   -webkit-box-direction: normal;
   -webkit-flex-direction: column;
   -ms-flex-direction: column;
   flex-direction: column;
   padding: 60px 30px 40px;
   background-color: #363636;
   color: #d4d4d4;
 }
 @media (max-width: 575.98px) {
   .splash-container .form-message {
     padding: 60px 0 40px;
   }
 }
 .splash-container .form-message .out-links a {
   text-align: center;
   display: block;
   margin-top: 3rem;
   color: #ababab;
 }
 .splash-container .form-message .out-links a:hover {
   color: #ffffff;
 }
 .splash-container .logo-img {
   margin: 0 auto;
   display: block;
 }
 .splash-container .splash-description {
   color: #ffffff;
   font-size: 1.53846rem;
   font-weight: 300;
   display: block;
   margin: 0 auto;
 }
 .splash-container .form-group {
   margin: 0;
 }
 .splash-container .input-group {
   border-bottom: 2px solid #3f3f3f;
   padding: 6px 0;
 }
 .splash-container .input-group .input-group-prepend {
   padding: 0.6rem 0.9rem;
   min-width: 3.847rem;
   font-size: 1.23rem;
   margin-right: 0;
 }
 .splash-container .input-group .input-group-prepend .icon {
   font-size: 20px;
   color: #fff;
   padding-top: 1px;
 }
 .splash-container .input-group .form-control {
   border: 0;
   background-color: transparent;
   -webkit-box-shadow: none;
   box-shadow: none;
   color: #989898;
   padding: 0;
   font-size: 14px;
   font-weight: 500;
   height: 36px;
 }
 
 .mai-top-header {
   border: 0;
   margin-bottom: 0;
   background-color: #323232;
   padding: 0;
   display: block;
 }
 @media (max-width: 767.98px) {
   .mai-top-header {
   }
 }
 .mai-top-header > .container {
   padding: 0;
   display: -webkit-box;
   display: -webkit-flex;
   display: -ms-flexbox;
   display: flex;
   -webkit-box-align: center;
   -webkit-align-items: center;
   -ms-flex-align: center;
   align-items: center;
 }
 @media (max-width: 575.98px) {
   .mai-top-header > .container {
     -webkit-box-pack: justify;
     -webkit-justify-content: space-between;
     -ms-flex-pack: justify;
     justify-content: space-between;
   }
 }
 .mai-top-header .dropdown-toggle:after {
   display: none;
 }
 .mai-top-header .dropdown-menu {
   margin-top: 0;
 }
 .mai-top-header .navbar-brand {
   -webkit-box-flex: 0;
   -webkit-flex: 0 0 auto;
   -ms-flex: 0 0 auto;
   flex: 0 0 auto;
   color: #ffffff;
   padding-top: 0;
   padding-bottom: 0;
   font-size: 1.5rem;
   font-weight: 300;
   line-height: 62px;
   height: 62px;
   width: 133px;
   background-image: url('../img/logo.png');
   background-repeat: no-repeat;
   background-position: 0 center;
   margin-right: 45px;
 }
 .mai-top-header .navbar-brand-text {
   background-image: none;
 }
 @media (-webkit-min-device-pixel-ratio: 2),
   (-o-min-device-pixel-ratio: 2/1),
   (min-resolution: 192dpi) {
   .mai-top-header .navbar-brand {
     background-image: url('../img/logo-2x.png');
     -webkit-background-size: 133px 20px;
     background-size: 133px 20px;
   }
 }
 @media (max-width: 991.98px) {
   .mai-top-header .navbar-brand {
     -webkit-box-flex: 1;
     -webkit-flex: 1 1 100%;
     -ms-flex: 1 1 100%;
     flex: 1 1 100%;
   }
 }
 @media (max-width: 767.98px) {
   .mai-top-header .user-name {
     display: none;
   }
 }
 @media (max-width: 575.98px) {
   .mai-top-header .user-name {
     display: none;
   }
 }
 @media (max-width: 767.98px) {
   .mai-top-header.mai-top-header-show-logo .navbar-brand {
     display: inline-block;
     -webkit-box-flex: 1;
     -webkit-flex: 1 1 0%;
     -ms-flex: 1 1 0%;
     flex: 1 1 0%;
     margin-right: 0;
     margin-left: 20px;
   }
 }
 .mai-top-header .navbar-nav {
   -webkit-box-orient: horizontal;
   -webkit-box-direction: normal;
   -webkit-flex-direction: row;
   -ms-flex-direction: row;
   flex-direction: row;
 }
 .mai-top-header .mai-top-nav {
   -webkit-box-flex: 1;
   -webkit-flex: 1 1 0%;
   -ms-flex: 1 1 0%;
   flex: 1 1 0%;
 }
 @media (max-width: 767.98px) {
   .mai-top-header .mai-top-nav {
     display: none;
   }
 }
 @media (max-width: 575.98px) {
   .mai-top-header .mai-top-nav {
     display: none;
   }
 }
 @media (max-width: 991.98px) {
   .mai-top-header .mai-top-nav {
     display: none;
   }
 }
 .mai-top-header .mai-top-nav .nav-link {
   padding: 0 18px;
 }
 .mai-top-header .navbar-collapse {
   padding-right: 45px;
 }
 
 .mai-top-header .mai-icons-nav {
   margin-right: 10px;
   -webkit-box-flex: 0;
   -webkit-flex: 0 0 auto;
   -ms-flex: 0 0 auto;
   flex: 0 0 auto;
 }
 @media (max-width: 767.98px) {
   .mai-top-header .mai-icons-nav {
     -webkit-box-ordinal-group: 3;
     -webkit-order: 2;
     -ms-flex-order: 2;
     order: 2;
   }
 }
 @media (max-width: 767.98px) {
   .mai-top-header .mai-icons-nav > .nav-item.dropdown {
     position: static;
   }
 }
 @media (max-width: 575.98px) {
   .mai-top-header .mai-icons-nav > .nav-item.dropdown {
     position: static;
   }
 }
 .mai-top-header .mai-icons-nav > .nav-item.dropdown > .nav-link {
   padding: 0 9px;
   position: relative;
 }
 .mai-top-header .mai-icons-nav > .nav-item.dropdown > .nav-link .icon {
   font-size: 25px;
   vertical-align: middle;
   color: #707070;
 }
 @media (max-width: 767.98px) {
   .mai-top-header .mai-icons-nav > .nav-item.dropdown > .nav-link .icon {
     color: #ffffff;
   }
 }
 @media (max-width: 575.98px) {
   .mai-top-header .mai-icons-nav > .nav-item.dropdown > .nav-link .icon {
     color: #ffffff;
   }
 }
 .mai-top-header .mai-icons-nav > .nav-item.dropdown > .nav-link .indicator {
   background: #5f5f5f;
   border-radius: 50%;
   display: block;
   height: 6px;
   width: 6px;
   position: absolute;
   top: 19px;
   right: 7px;
 }
 @media (max-width: 767.98px) {
   .mai-top-header .mai-icons-nav > .nav-item.dropdown > .nav-link .indicator {
     background-color: #ffffff;
   }
 }
 @media (max-width: 575.98px) {
   .mai-top-header .mai-icons-nav > .nav-item.dropdown > .nav-link .indicator {
     background-color: #ffffff;
   }
 }
 .mai-top-header .mai-icons-nav > .nav-item.dropdown > .nav-link:hover .icon {
   color: #7f7e7e;
 }
 @media (max-width: 767.98px) {
   .mai-top-header .mai-icons-nav > .nav-item.dropdown > .nav-link:hover .icon {
     color: #ffffff;
   }
 }
 @media (max-width: 575.98px) {
   .mai-top-header .mai-icons-nav > .nav-item.dropdown > .nav-link:hover .icon {
     color: #ffffff;
   }
 }
 .mai-top-header .mai-icons-nav > .nav-item.dropdown.show > a,
 .mai-top-header .mai-icons-nav > .nav-item.dropdown.show:hover > a {
   background-color: transparent;
 }
 .mai-top-header .mai-icons-nav > .nav-item.dropdown.show > a .icon,
 .mai-top-header .mai-icons-nav > .nav-item.dropdown.show:hover > a .icon {
   color: #008c9e;
 }
 @media (max-width: 767.98px) {
   .mai-top-header .mai-icons-nav > .nav-item.dropdown.show > a .icon,
   .mai-top-header .mai-icons-nav > .nav-item.dropdown.show:hover > a .icon {
     color: #ffffff;
   }
 }
 @media (max-width: 575.98px) {
   .mai-top-header .mai-icons-nav > .nav-item.dropdown.show > a .icon,
   .mai-top-header .mai-icons-nav > .nav-item.dropdown.show:hover > a .icon {
     color: #ffffff;
   }
 }
 .mai-top-header .mai-icons-nav > .nav-item.dropdown.show > a:after,
 .mai-top-header .mai-icons-nav > .nav-item.dropdown.show:hover > a:after {
   position: absolute;
   content: '';
   display: inline-block;
   border-bottom: 10px solid #3b3b3b;
   border-left: 10px solid transparent;
   border-right: 10px solid transparent;
   border-top: 0;
   right: 50%;
   bottom: -1px;
   margin-right: -10px;
 }
 .mai-top-header .mai-icons-nav .mai-messages > .dropdown-menu,
 .mai-top-header .mai-icons-nav .mai-notifications > .dropdown-menu,
 .mai-top-header .mai-icons-nav .mai-settings > .dropdown-menu {
   width: 330px;
   border-radius: 5px;
   left: auto;
   margin-right: -165px;
   right: 50%;
   padding: 0;
 }
 @media (max-width: 767.98px) {
   .mai-top-header .mai-icons-nav .mai-messages > .dropdown-menu,
   .mai-top-header .mai-icons-nav .mai-notifications > .dropdown-menu,
   .mai-top-header .mai-icons-nav .mai-settings > .dropdown-menu {
     right: 0;
     margin-right: 0;
   }
 }
 @media (max-width: 575.98px) {
   .mai-top-header .mai-icons-nav .mai-messages > .dropdown-menu,
   .mai-top-header .mai-icons-nav .mai-notifications > .dropdown-menu,
   .mai-top-header .mai-icons-nav .mai-settings > .dropdown-menu {
     width: 100%;
     left: 0;
   }
 }
 .mai-top-header .mai-icons-nav .mai-messages > .dropdown-menu .title,
 .mai-top-header .mai-icons-nav .mai-notifications > .dropdown-menu .title,
 .mai-top-header .mai-icons-nav .mai-settings > .dropdown-menu .title {
   font-family: 'Raleway', sans-serif;
   font-size: 1.154rem;
   color: #949494;
   background-color: #3b3b3b;
   text-align: center;
   padding: 14px 0 14px;
 }
 .mai-top-header .mai-icons-nav .mai-messages > .dropdown-menu .footer a,
 .mai-top-header .mai-icons-nav .mai-notifications > .dropdown-menu .footer a,
 .mai-top-header .mai-icons-nav .mai-settings > .dropdown-menu .footer a {
   font-family: 'Raleway', sans-serif;
   font-size: 1rem;
   color: #949494;
   background-color: #3b3b3b;
   text-align: center;
   padding: 10px 0 10px;
   display: block;
 }
 .mai-top-header .mai-icons-nav .mai-messages > .dropdown-menu .footer a:hover,
 .mai-top-header
   .mai-icons-nav
   .mai-notifications
   > .dropdown-menu
   .footer
   a:hover,
 .mai-top-header .mai-icons-nav .mai-settings > .dropdown-menu .footer a:hover {
   background-color: #383838;
   color: #b2b1b1;
 }
 .mai-top-header .mai-icons-nav .mai-notifications .mai-scroller,
 .mai-top-header .mai-icons-nav .mai-messages .mai-scroller {
   position: relative;
   height: 252px;
 }
 .mai-top-header .mai-icons-nav .mai-notifications .mai-scroller > .content > ul,
 .mai-top-header .mai-icons-nav .mai-messages .mai-scroller > .content > ul {
   list-style: none;
   padding-left: 0;
 }
 .mai-top-header
   .mai-icons-nav
   .mai-notifications
   .mai-scroller
   > .content
   > ul
   > li,
 .mai-top-header
   .mai-icons-nav
   .mai-messages
   .mai-scroller
   > .content
   > ul
   > li {
   overflow: hidden;
   border-bottom: 1px solid #414141;
   background-color: #3d3d3d;
 }
 .mai-top-header
   .mai-icons-nav
   .mai-notifications
   .mai-scroller
   > .content
   > ul
   > li
   > a,
 .mai-top-header
   .mai-icons-nav
   .mai-messages
   .mai-scroller
   > .content
   > ul
   > li
   > a {
   padding: 15px;
   display: block;
   overflow: hidden;
 }
 .mai-top-header
   .mai-icons-nav
   .mai-notifications
   .mai-scroller
   > .content
   > ul
   > li
   > a
   .icon,
 .mai-top-header
   .mai-icons-nav
   .mai-notifications
   .mai-scroller
   > .content
   > ul
   > li
   > a
   .img,
 .mai-top-header
   .mai-icons-nav
   .mai-messages
   .mai-scroller
   > .content
   > ul
   > li
   > a
   .icon,
 .mai-top-header
   .mai-icons-nav
   .mai-messages
   .mai-scroller
   > .content
   > ul
   > li
   > a
   .img {
   margin-top: 3px;
   height: 36px;
   width: 36px;
   border-radius: 50%;
   background-color: #2e2e2e;
   float: left;
   text-align: center;
 }
 .mai-top-header
   .mai-icons-nav
   .mai-notifications
   .mai-scroller
   > .content
   > ul
   > li
   > a
   .icon
   > span,
 .mai-top-header
   .mai-icons-nav
   .mai-notifications
   .mai-scroller
   > .content
   > ul
   > li
   > a
   .img
   > span,
 .mai-top-header
   .mai-icons-nav
   .mai-messages
   .mai-scroller
   > .content
   > ul
   > li
   > a
   .icon
   > span,
 .mai-top-header
   .mai-icons-nav
   .mai-messages
   .mai-scroller
   > .content
   > ul
   > li
   > a
   .img
   > span {
   font-size: 1.846rem;
   color: #5f5f5f;
   line-height: 34px;
 }
 .mai-top-header
   .mai-icons-nav
   .mai-notifications
   .mai-scroller
   > .content
   > ul
   > li
   > a
   .content,
 .mai-top-header
   .mai-icons-nav
   .mai-messages
   .mai-scroller
   > .content
   > ul
   > li
   > a
   .content {
   padding-left: 50px;
   line-height: 14px;
 }
 .mai-top-header
   .mai-icons-nav
   .mai-notifications
   .mai-scroller
   > .content
   > ul
   > li
   > a
   .content
   .desc,
 .mai-top-header
   .mai-icons-nav
   .mai-messages
   .mai-scroller
   > .content
   > ul
   > li
   > a
   .content
   .desc {
   color: #cbcbcb;
   font-size: 1rem;
   line-height: 17px;
 }
 .mai-top-header
   .mai-icons-nav
   .mai-notifications
   .mai-scroller
   > .content
   > ul
   > li
   > a
   .content
   .desc
   strong,
 .mai-top-header
   .mai-icons-nav
   .mai-messages
   .mai-scroller
   > .content
   > ul
   > li
   > a
   .content
   .desc
   strong {
   font-weight: 600;
 }
 .mai-top-header
   .mai-icons-nav
   .mai-notifications
   .mai-scroller
   > .content
   > ul
   > li
   > a
   .content
   .date,
 .mai-top-header
   .mai-icons-nav
   .mai-messages
   .mai-scroller
   > .content
   > ul
   > li
   > a
   .content
   .date {
   color: #8a8a8a;
   display: block;
   font-size: 0.9231rem;
   font-style: italic;
   font-weight: 300;
   margin-top: 5px;
 }
 .mai-top-header
   .mai-icons-nav
   .mai-notifications
   .mai-scroller
   > .content
   > ul
   > li:hover,
 .mai-top-header
   .mai-icons-nav
   .mai-messages
   .mai-scroller
   > .content
   > ul
   > li:hover {
   background-color: #2ab97f;
 }
 .mai-top-header
   .mai-icons-nav
   .mai-notifications
   .mai-scroller
   > .content
   > ul
   > li:hover
   > a,
 .mai-top-header
   .mai-icons-nav
   .mai-messages
   .mai-scroller
   > .content
   > ul
   > li:hover
   > a {
   color: #ffffff;
 }
 .mai-top-header
   .mai-icons-nav
   .mai-notifications
   .mai-scroller
   > .content
   > ul
   > li:hover
   > a
   .icon,
 .mai-top-header
   .mai-icons-nav
   .mai-messages
   .mai-scroller
   > .content
   > ul
   > li:hover
   > a
   .icon {
   background-color: #26a874;
 }
 .mai-top-header
   .mai-icons-nav
   .mai-notifications
   .mai-scroller
   > .content
   > ul
   > li:hover
   > a
   .icon
   > span,
 .mai-top-header
   .mai-icons-nav
   .mai-messages
   .mai-scroller
   > .content
   > ul
   > li:hover
   > a
   .icon
   > span {
   color: #ffffff;
 }
 .mai-top-header
   .mai-icons-nav
   .mai-notifications
   .mai-scroller
   > .content
   > ul
   > li:hover
   > a
   .content
   .desc,
 .mai-top-header
   .mai-icons-nav
   .mai-messages
   .mai-scroller
   > .content
   > ul
   > li:hover
   > a
   .content
   .desc {
   color: #ffffff;
 }
 .mai-top-header
   .mai-icons-nav
   .mai-notifications
   .mai-scroller
   > .content
   > ul
   > li:hover
   > a
   .content
   .date,
 .mai-top-header
   .mai-icons-nav
   .mai-messages
   .mai-scroller
   > .content
   > ul
   > li:hover
   > a
   .content
   .date {
   color: #1c7a54;
 }
 .mai-top-header
   .mai-icons-nav
   .mai-notifications
   .mai-scroller
   > .content
   > ul
   > li:last-child,
 .mai-top-header
   .mai-icons-nav
   .mai-messages
   .mai-scroller
   > .content
   > ul
   > li:last-child {
   border-bottom: 0;
 }
 .mai-top-header
   .mai-icons-nav
   .mai-messages
   .mai-scroller
   > .content
   > ul
   > li
   > a
   .img {
   width: 36px;
   height: 36px;
   background-color: transparent;
   border-radius: 2px;
   overflow: hidden;
   margin-top: 1px;
 }
 .mai-top-header
   .mai-icons-nav
   .mai-messages
   .mai-scroller
   > .content
   > ul
   > li
   > a
   .img
   > img {
   max-width: 100%;
 }
 .mai-top-header
   .mai-icons-nav
   .mai-messages
   .mai-scroller
   > .content
   > ul
   > li
   > a
   > .content
   .date {
   float: right;
   margin-top: 1px;
 }
 .mai-top-header
   .mai-icons-nav
   .mai-messages
   .mai-scroller
   > .content
   > ul
   > li
   > a
   > .content
   .name {
   font-family: 'Raleway', sans-serif;
   font-size: 1.077rem;
   font-weight: 500;
   color: #cbcbcb;
   display: block;
   margin-bottom: 5px;
 }
 .mai-top-header
   .mai-icons-nav
   .mai-messages
   .mai-scroller
   > .content
   > ul
   > li
   > a
   > .content
   .desc {
   color: #9e9e9e;
 }
 .mai-top-header
   .mai-icons-nav
   .mai-messages
   .mai-scroller
   > .content
   > ul
   > li:hover
   > a
   .content
   .name {
   color: #ffffff;
 }
 .mai-top-header .mai-icons-nav .mai-settings .dropdown-menu .content ul {
   padding: 0;
 }
 .mai-top-header .mai-icons-nav .mai-settings .dropdown-menu .content ul li {
   display: block;
   overflow: hidden;
   list-style: none;
   padding: 15px 20px;
   line-height: 34px;
   border-bottom: 1px solid #424242;
   vertical-align: middle;
   background-color: #3d3d3d;
 }
 .mai-top-header
   .mai-icons-nav
   .mai-settings
   .dropdown-menu
   .content
   ul
   li
   > span {
   font-family: 'Raleway', sans-serif;
   color: #cbcbcb;
   font-weight: 500;
   font-size: 1.154rem;
 }
 .mai-top-header
   .mai-icons-nav
   .mai-settings
   .dropdown-menu
   .content
   ul
   li
   .switch-button {
   vertical-align: middle;
   background-color: #323232;
 }
 .mai-top-header
   .mai-icons-nav
   .mai-settings
   .dropdown-menu
   .content
   ul
   li
   .switch-button
   label:before {
   color: #cbcbcb;
 }
 .mai-top-header
   .mai-icons-nav
   .mai-settings
   .dropdown-menu
   .content
   ul
   li
   .switch-button
   input[type='checkbox']:checked
   + span
   label:before {
   color: #ffffff;
 }
 .mai-top-header
   .mai-icons-nav
   .mai-settings
   .dropdown-menu
   .content
   ul
   li:hover {
   background-color: #404040;
 }
 .mai-top-header
   .mai-icons-nav
   .mai-settings
   .dropdown-menu
   .content
   ul
   li:last-child {
   border-bottom: 0;
 }
 
 @media (max-width: 767.98px) {
   .mai-top-header-show-logo .mai-icons-nav {
     display: none;
   }
 }
 
 .mai-top-header .navbar-nav > .nav-item + .nav-item {
   margin-left: 0;
 }
 
 .mai-top-header .navbar-nav > .nav-item > .nav-link {
   line-height: 62px;
   font-family: 'Raleway', sans-serif;
   font-size: 1.077rem;
   padding: 0 18px;
   outline: none;
 }
 @media (max-width: 767.98px) {
   .mai-top-header .navbar-nav > .nav-item > .nav-link {
     line-height: 74px;
   }
 }
 
 .mai-top-header .navbar-nav > .nav-item.dropdown > a .angle-down {
   position: relative;
   font-size: 2.077rem;
   vertical-align: middle;
   width: 27px;
   display: inline-block;
   line-height: inherit;
 }
 
 .mai-top-header .navbar-nav > .nav-item.dropdown .dropdown-menu {
   border: 0;
   border-radius: 0 0 3px 3px;
   -webkit-box-shadow: none;
   box-shadow: none;
   background-color: #323232;
   min-width: 184px;
   right: 0;
 }
 .mai-top-header
   .navbar-nav
   > .nav-item.dropdown
   .dropdown-menu
   > .dropdown-item {
   font-size: 1rem;
   color: #adadad;
   padding: 9px 20px;
   min-width: 175px;
   font-family: 'Raleway', sans-serif;
 }
 .mai-top-header
   .navbar-nav
   > .nav-item.dropdown
   .dropdown-menu
   > .dropdown-item:hover {
   background-color: #008c9e;
   color: #ffffff;
 }
 .mai-top-header
   .navbar-nav
   > .nav-item.dropdown
   .dropdown-menu
   > .dropdown-item:focus {
   background-color: transparent;
 }
 
 .mai-user-nav {
   -webkit-box-flex: 0;
   -webkit-flex: 0 0 auto;
   -ms-flex: 0 0 auto;
   flex: 0 0 auto;
 }
 
 @media (max-width: 767.98px) {
   .mai-user-nav {
     -webkit-box-flex: 1;
     -webkit-flex: 1 1 100%;
     -ms-flex: 1 1 100%;
     flex: 1 1 100%;
     -webkit-box-ordinal-group: 2;
     -webkit-order: 1;
     -ms-flex-order: 1;
     order: 1;
   }
   .mai-top-header .navbar-nav > .nav-item.dropdown > a .angle-down {
     width: 90px;
   }
 }
 @media (max-width: 575.98px) {
   .mai-user-nav {
     -webkit-box-flex: 0;
     -webkit-flex: 0 1 auto;
     -ms-flex: 0 1 auto;
     flex: 0 1 auto;
     overflow: hidden;
   }
 }
 @media (max-width: 767.98px) {
   .mai-top-header-show-logo .mai-user-nav {
     -webkit-box-flex: 0;
     -webkit-flex: 0 1 auto;
     -ms-flex: 0 1 auto;
     flex: 0 1 auto;
     margin-right: 20px;
   }
 }
 @media (max-width: 575.98px) {
   .mai-top-header-show-logo .mai-user-nav {
     -webkit-box-flex: 0;
     -webkit-flex: 0 1 auto;
     -ms-flex: 0 1 auto;
     flex: 0 1 auto;
     margin-right: 20px;
   }
 }
 @media (max-width: 575.98px) {
   .mai-user-nav > .nav-item.dropdown {
     width: 100%;
   }
 }
 .mai-user-nav > .nav-item.dropdown.show > a .angle-down:after,
 .mai-user-nav > .nav-item.dropdown.show:hover > a .angle-down:after {
   position: absolute;
   content: '';
   display: inline-block;
   border-bottom: 10px solid #323232;
   border-left: 10px solid transparent;
   border-right: 10px solid transparent;
   border-top: 0;
   right: 50%;
   bottom: 0;
   margin-right: -10px;
 }
 .mai-user-nav > .nav-item.dropdown > .nav-link {
   color: #ffffff;
   padding-right: 0;
   font-size: 1.231rem;
   white-space: nowrap;
 }
 @media (max-width: 767.98px) {
   .mai-user-nav > .nav-item.dropdown > .nav-link {
     display: -webkit-box;
     display: -webkit-flex;
     display: -ms-flexbox;
     display: flex;
     -webkit-box-align: center;
     -webkit-align-items: center;
     -ms-flex-align: center;
     align-items: center;
   }
 }
 @media (max-width: 575.98px) {
   .mai-user-nav > .nav-item.dropdown > .nav-link {
     display: -webkit-box;
     display: -webkit-flex;
     display: -ms-flexbox;
     display: flex;
     -webkit-box-align: center;
     -webkit-align-items: center;
     -ms-flex-align: center;
     align-items: center;
   }
 }
 .mai-user-nav > .nav-item.dropdown > .nav-link img {
   max-width: 30px;
   max-height: 30px;
   border-radius: 3px;
 }
 @media (max-width: 767.98px) {
   .mai-user-nav > .nav-item.dropdown > .nav-link img {
     -webkit-box-flex: 0;
     -webkit-flex: 0 0 auto;
     -ms-flex: 0 0 auto;
     flex: 0 0 auto;
   }
 }
 @media (max-width: 575.98px) {
   .mai-user-nav > .nav-item.dropdown > .nav-link img {
     -webkit-box-flex: 0;
     -webkit-flex: 0 0 auto;
     -ms-flex: 0 0 auto;
     flex: 0 0 auto;
   }
 }
 .mai-user-nav > .nav-item.dropdown > .nav-link .user-name {
   margin-left: 10px;
 }
 @media (max-width: 767.98px) {
   .mai-top-header-show-logo
     .mai-user-nav
     > .nav-item.dropdown
     > .nav-link
     .user-name {
     display: none;
   }
 }
 @media (max-width: 575.98px) {
   .mai-user-nav > .nav-item.dropdown > .nav-link .user-name {
     -webkit-box-flex: 1;
     -webkit-flex: 1 1 100%;
     -ms-flex: 1 1 100%;
     flex: 1 1 100%;
     overflow: hidden;
     text-overflow: ellipsis;
   }
 }
 @media (max-width: 767.98px) {
   .mai-user-nav > .nav-item.dropdown > .nav-link .user-name {
     -webkit-box-flex: 1;
     -webkit-flex: 1 1 100%;
     -ms-flex: 1 1 100%;
     flex: 1 1 100%;
     overflow: hidden;
     text-overflow: ellipsis;
   }
 }
 @media (max-width: 767.98px) {
   .mai-top-header-show-logo .mai-user-nav > .nav-item.dropdown .dropdown-menu {
     left: auto;
     right: -10px;
   }
 }
 @media (max-width: 575.98px) {
   .mai-top-header-show-logo .mai-user-nav > .nav-item.dropdown .dropdown-menu {
     right: 10px;
   }
 }
 @media (max-width: 575.98px) {
   .mai-user-nav > .nav-item.dropdown .dropdown-menu {
     position: fixed;
     top: 74px;
     right: 0;
   }
 
   .mai-top-header .navbar-toggler {
     width: 50px;
     display: block;
     border: none;
     color: #fff;
   }
 }
 .mai-user-nav > .nav-item.dropdown .dropdown-menu .dropdown-item .icon {
   font-size: 1.538rem;
   vertical-align: middle;
 }
 .mai-user-nav > .nav-item.dropdown .dropdown-menu:after {
   left: auto;
   right: 20px;
 }
 
 .switch-button {
   display: inline-block;
   line-height: 16px;
   border-radius: 50px;
   background-color: #cccccc;
   width: 57px;
   height: 27px;
   padding: 2px;
   position: relative;
   overflow: hidden;
   vertical-align: middle;
 }
 .switch-button input[type='checkbox'] {
   display: none;
 }
 .switch-button label {
   border-radius: 50%;
   border: 1px solid transparent;
   background-color: #ffffff;
   margin: 0;
   height: 22px;
   width: 22px;
   display: inline-block;
   cursor: pointer;
   -webkit-background-clip: padding-box;
   background-clip: padding-box;
 }
 .switch-button label:before {
   position: absolute;
   font-size: 11px;
   z-index: 0;
   content: 'OFF';
   right: 0;
   display: block;
   width: 100%;
   height: 100%;
   line-height: 27px;
   top: 0;
   text-align: right;
   padding-right: 8px;
   color: #ffffff;
 }
 .switch-button input[type='checkbox']:checked + span {
   background-color: #5f5f5f;
   display: block;
   position: absolute;
   top: 0;
   left: 0;
   width: 100%;
   height: 100%;
   padding: 2px;
 }
 .switch-button input[type='checkbox']:checked + span label {
   float: right;
 }
 .switch-button input[type='checkbox']:checked + span label:before {
   position: absolute;
   z-index: 0;
   content: 'ON';
   color: #ffffff;
   left: 0;
   text-align: left;
   padding-left: 8px;
 }
 .switch-button.switch-button-yesno label:before {
   content: 'NO';
 }
 .switch-button.switch-button-yesno
   input[type='checkbox']:checked
   + span
   label:before {
   content: 'YES';
 }
 .switch-button.switch-button-xs {
   height: 20px;
   width: 53px;
   line-height: 16px;
   width: 50px;
 }
 .switch-button.switch-button-xs label {
   height: 16px;
   width: 16px;
 }
 .switch-button.switch-button-xs label:before {
   line-height: 20px;
 }
 .switch-button.switch-button-sm {
   height: 24px;
   width: 57px;
   line-height: 20px;
 }
 .switch-button.switch-button-sm label {
   height: 20px;
   width: 20px;
 }
 .switch-button.switch-button-sm label:before {
   line-height: 24px;
 }
 .switch-button.switch-button-lg {
   height: 30px;
   width: 63px;
   line-height: 26px;
   width: 65px;
 }
 .switch-button.switch-button-lg label {
   height: 26px;
   width: 26px;
 }
 .switch-button.switch-button-lg label:before {
   line-height: 30px;
 }
 .switch-button.switch-button-info {
   background-color: #cccccc;
 }
 .switch-button.switch-button-info input[type='checkbox']:checked + span {
   background-color: #58c7ef;
 }
 .switch-button.switch-button-warning {
   background-color: #cccccc;
 }
 .switch-button.switch-button-warning input[type='checkbox']:checked + span {
   background-color: #ffdc42;
 }
 .switch-button.switch-button-danger {
   background-color: #cccccc;
 }
 .switch-button.switch-button-danger input[type='checkbox']:checked + span {
   background-color: #f45846;
 }
 
 /*------------------------------------------------------------------
   [Code]
 */
 /* Pretty printing styles. Used with prettify.js. */
 .prettyprint {
   font-size: 12px;
   line-height: 1.5;
 }
 
 /* Light Theme*/
 pre {
   color: #555555;
 }
 pre .pln {
   color: #777777;
 }
 pre .str {
   color: #dd1144;
 }
 pre .kwd {
   color: #445588;
 }
 pre .com {
   color: #b8b6b1;
 }
 pre .typ {
   color: #008080;
 }
 pre .lit {
   color: #dd1144;
 }
 pre .pun,
 pre .opn,
 pre .clo {
   color: #949494;
 }
 pre .tag {
   color: #728eb2;
 }
 pre .atn {
   color: #d95050;
 }
 pre .atv {
   color: #929292;
 }
 pre .dec,
 pre .var {
   color: #dd1144;
 }
 pre .fun {
   color: #445588;
 }
 
 /*Dark Theme*/
 pre.ma-code-dark {
   background-color: #4d4342;
   color: #ffffff;
 }
 pre.ma-code-dark .pln {
   color: #ffffff;
 }
 pre.ma-code-dark .str {
   color: #b5db99;
 }
 pre.ma-code-dark .kwd {
   color: #e9c865;
 }
 pre.ma-code-dark .com {
   color: #c3b8b7;
 }
 pre.ma-code-dark .typ {
   color: #ff9787;
 }
 pre.ma-code-dark .lit {
   color: #b5db99;
 }
 pre.ma-code-dark .pun,
 pre.ma-code-dark .opn,
 pre.ma-code-dark .clo {
   color: #ffffff;
 }
 pre.ma-code-dark .tag {
   color: #e9c865;
 }
 pre.ma-code-dark .atn {
   color: #ff9787;
 }
 pre.ma-code-dark .atv {
   color: #b5db99;
 }
 pre.ma-code-dark .dec,
 pre.ma-code-dark .var {
   color: #b5db99;
 }
 pre.ma-code-dark .fun {
   color: #e9c865;
 }
 
 /* Specify class=linenums on a pre to get line numbering */
 ol.linenums {
   margin-top: 0;
   margin-bottom: 0;
 }
 
 /* IE indents via margin-left */
 li.L0,
 li.L1,
 li.L2,
 li.L3,
 li.L5,
 li.L6,
 li.L7,
 li.L8 {
   list-style-type: none;
 }
 
 /* Alternate shading for lines */
 li.L1,
 li.L3,
 li.L5,
 li.L7,
 li.L9 {
   background: #eee;
 }
 
 /*------------------------------------------------------------------
   [Color swatch]
 */
 .color-swatch {
   margin-top: 20px;
   display: inline-block;
   min-width: 230px;
   overflow: hidden;
 }
 .color-swatch .state-names {
   margin: 0;
   border: 1px solid #eceeef;
 }
 .color-swatch .state-names > div {
   text-align: center;
   background-color: #ffffff;
   line-height: 27px;
   color: #676767;
 }
 .color-swatch .colors {
   margin: 0;
 }
 .color-swatch .colors .state {
   min-height: 35px;
 }
 .color-swatch .colors .normal-state {
   background-color: #878787;
 }
 .color-swatch .colors .hover-state {
   background-color: #919191;
 }
 .color-swatch .color-description {
   padding: 0 0.6154rem;
   border: 1px solid #eceeef;
   line-height: 27px;
   color: #676767;
 }
 
 .color-swatch-primary .state-names {
   border-color: #5f5f5f;
 }
 
 .color-swatch-primary .colors .normal-state {
   background-color: #5f5f5f;
 }
 
 .color-swatch-primary .colors .hover-state {
   background-color: #026e7c;
 }
 
 .color-swatch-info .state-names {
   border-color: #58c7ef;
 }
 
 .color-swatch-info .colors .normal-state {
   background-color: #58c7ef;
 }
 
 .color-swatch-info .colors .hover-state {
   background-color: #6bcdf1;
 }
 
 .color-swatch-warning .state-names {
   border-color: #ffdc42;
 }
 
 .color-swatch-warning .colors .normal-state {
   background-color: #ffdc42;
 }
 
 .color-swatch-warning .colors .hover-state {
   background-color: #ffe056;
 }
 
 .color-swatch-danger .state-names {
   border-color: #f45846;
 }
 
 .color-swatch-danger .colors .normal-state {
   background-color: #f45846;
 }
 
 .color-swatch-danger .colors .hover-state {
   background-color: #f56959;
 }
 
 .color-swatch-dark .state-names {
   border-color: #323232;
 }
 
 .color-swatch-dark .colors .normal-state {
   background-color: #323232;
 }
 
 .color-swatch-dark .colors .hover-state {
   background-color: #3c3c3c;
 }
 
 /*------------------------------------------------------------------
   [Colors]
 */
 .clr-primary {
   background-color: #5f5f5f;
 }
 
 .clr-success {
   background-color: #5f5f5f;
 }
 
 .clr-info {
   background-color: #58c7ef;
 }
 
 .clr-warning {
   background-color: #ffdc42;
 }
 
 .clr-danger {
   background-color: #f45846;
 }
 
 .clr-grey {
   background-color: #e5e5e5;
 }
 
 .clr-dark {
   background-color: #545454;
 }
 
 .clr-light {
   background-color: #ffffff;
 }
 
 .clr-black {
   background-color: #000000;
 }
 
 /*------------------------------------------------------------------
   [Grid]
 */
 .bs-grid-block {
   border: 2px dashed #cbcbcb;
   font-weight: 300;
   font-size: 1.5rem;
   color: #747474;
   display: table;
   table-layout: fixed;
   width: 100%;
   margin-bottom: 3rem;
 }
 .bs-grid-block .content {
   display: table-cell;
   height: 177px;
   text-align: center;
   vertical-align: middle;
 }
 .bs-grid-block .content .size {
   display: block;
 }
 .bs-grid-block .content .device:before {
   font-size: 1.154rem;
   content: 'Large Desktop';
   color: #5f5f5f;
 }
 @media (max-width: 1199.98px) {
   .bs-grid-block .content .device:before {
     content: 'Desktop';
     color: #5f5f5f;
   }
 }
 @media (max-width: 991.98px) {
   .bs-grid-block .content .device:before {
     content: 'Laptop';
     color: #5f5f5f;
   }
 }
 @media (max-width: 767.98px) {
   .bs-grid-block .content .device:before {
     content: 'Tablet';
     color: #5f5f5f;
   }
 }
 @media (max-width: 575.98px) {
   .bs-grid-block .content .device:before {
     content: 'Phone';
     color: #5f5f5f;
   }
 }
 
 /*------------------------------------------------------------------
   [Icons]
 */
 .icon-container {
   background-color: #ffffff;
   padding: 20px;
   cursor: default;
   text-align: center;
 }
 .icon-container:hover .icon span {
   color: #5f5f5f;
 }
 .icon-container:hover .icon-class {
   color: #5f5f5f;
 }
 .icon-container .icon {
   display: block;
   height: 60px;
   width: 60px;
   margin: 0 auto;
   padding: 12px;
   text-align: center;
   vertical-align: middle;
 }
 .icon-container .icon span {
   -webkit-transition: color 300ms ease-in-out;
   -o-transition: color 300ms ease-in-out;
   transition: color 300ms ease-in-out;
   font-size: 2.769rem;
 }
 .icon-container .icon-class {
   -webkit-transition: color 300ms ease-in-out;
   -o-transition: color 300ms ease-in-out;
   transition: color 300ms ease-in-out;
   font-size: 1.385rem;
   font-weight: 300;
   vertical-align: middle;
   color: #5d5d5d;
 }
 
 /*------------------------------------------------------------------
   [Panels]
 */
 .panel {
   background-color: #ffffff;
   margin-bottom: 29px;
   -webkit-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.05);
   box-shadow: 0 1px 0 rgba(0, 0, 0, 0.05);
   border-radius: 1px;
 }
 
 .panel-body {
   padding: 14px 20px 14px;
 }
 
 .panel-heading {
   font-size: 1.385rem;
   font-weight: 400;
   color: #3d3d3d;
   padding: 24px 0 14px;
   margin: 0 20px;
 }
 
 .panel-heading .tools {
   float: right;
   font-size: 0;
 }
 .panel-heading .tools > a {
   display: inline-block;
 }
 .panel-heading .tools .icon {
   display: inline-block;
   font-size: 1.615rem;
   line-height: 1.2;
   vertical-align: middle;
   cursor: pointer;
   color: #3d3d3d;
   min-width: 1.615rem;
   text-align: center;
 }
 .panel-heading .tools .icon + .icon {
   margin-left: 6px;
 }
 .panel-heading .tools .icon:hover {
   color: #0a0a0a;
 }
 
 .panel-title {
   font-size: 1.385rem;
   font-weight: 400;
   display: block;
   margin: 0;
 }
 
 .panel-subtitle {
   display: block;
   font-size: 1rem;
   line-height: 1;
   margin-bottom: 4px;
   color: #878787;
 }
 
 .panel-heading-divider {
   border-bottom: 1px solid #e6e5e5;
   padding-left: 0;
   padding-right: 0;
 }
 
 .panel-border {
   -webkit-box-shadow: none;
   box-shadow: none;
   border: 1px solid #e6e5e5;
 }
 
 .panel-transparent {
   background-color: transparent;
   -webkit-box-shadow: none;
   box-shadow: none;
 }
 
 .panel-border-color {
   border-top: 4px solid #c9c9c9;
   border-radius: 0 0 1px 1px;
 }
 
 .panel-border-color-primary {
   border-top-color: #5f5f5f;
 }
 
 .panel-border-color-danger {
   border-top-color: #f45846;
 }
 
 .panel-border-color-warning {
   border-top-color: #ffdc42;
 }
 
 .panel-border-color-info {
   border-top-color: #58c7ef;
 }
 
 .panel-border-color-success {
   border-top-color: #5f5f5f;
 }
 
 .panel-border-color-dark {
   border-top-color: #545454;
 }
 
 .panel-heading-full-width {
   margin: 0;
   padding-left: 20px;
   padding-right: 20px;
 }
 
 .panel-body-contrast {
   background-color: #e6e5e5;
   border-radius: 0 0 1px 1px;
 }
 
 .panel-heading-color {
   margin: 0;
   padding: 22px 20px 21px;
   border-radius: 1px 1px 0 0;
 }
 .panel-heading-color .panel-subtitle {
   margin-bottom: 0;
 }
 
 .panel-heading-color-contrast {
   background-color: #e5e5e5;
 }
 
 .panel-heading-color-primary {
   background-color: #5f5f5f;
   color: #ffffff;
 }
 .panel-heading-color-primary .panel-subtitle {
   color: #ffffff;
 }
 .panel-heading-color-primary .tools .icon {
   color: #ffffff;
 }
 .panel-heading-color-primary .tools .icon:hover {
   color: #26a874;
 }
 
 .panel-heading-color-success {
   background-color: #5f5f5f;
   color: #ffffff;
 }
 .panel-heading-color-success .panel-subtitle {
   color: #ffffff;
 }
 .panel-heading-color-success .tools .icon {
   color: #ffffff;
 }
 .panel-heading-color-success .tools .icon:hover {
   color: #26a874;
 }
 
 .panel-heading-color-info {
   background-color: #58c7ef;
   color: #ffffff;
 }
 .panel-heading-color-info .panel-subtitle {
   color: #ffffff;
 }
 .panel-heading-color-info .tools .icon {
   color: #ffffff;
 }
 .panel-heading-color-info .tools .icon:hover {
   color: #3cbeec;
 }
 
 .panel-heading-color-danger {
   background-color: #f45846;
   color: #ffffff;
 }
 .panel-heading-color-danger .panel-subtitle {
   color: #ffffff;
 }
 .panel-heading-color-danger .tools .icon {
   color: #ffffff;
 }
 .panel-heading-color-danger .tools .icon:hover {
   color: #f23e29;
 }
 
 .panel-heading-color-warning {
   background-color: #ffdc42;
   color: #ffffff;
 }
 .panel-heading-color-warning .panel-subtitle {
   color: #ffffff;
 }
 .panel-heading-color-warning .tools .icon {
   color: #ffffff;
 }
 .panel-heading-color-warning .tools .icon:hover {
   color: #ffd623;
 }
 
 .panel-heading-color-dark {
   background-color: #545454;
   color: #ffffff;
 }
 .panel-heading-color-dark .panel-subtitle {
   color: #ffffff;
 }
 .panel-heading-color-dark .tools .icon {
   color: #ffffff;
 }
 .panel-heading-color-dark .tools .icon:hover {
   color: #454545;
 }
 
 .panel-full-color .panel-heading {
   border-radius: 1px 1px 0 0;
 }
 
 .panel-full-color .panel-heading-divider {
   border-color: rgba(0, 0, 0, 0.07);
 }
 
 .panel-full-color .panel-body {
   border-radius: 0 0 1px 1px;
 }
 
 .panel-full-color-primary {
   background-color: #5f5f5f;
   color: #ffffff;
 }
 .panel-full-color-primary .panel-heading {
   color: #ffffff;
 }
 .panel-full-color-primary .panel-subtitle {
   color: #ffffff;
 }
 .panel-full-color-primary .tools .icon {
   color: #ffffff;
 }
 .panel-full-color-primary .tools .icon:hover {
   color: #26a874;
 }
 
 .panel-full-color-success {
   background-color: #5f5f5f;
   color: #ffffff;
 }
 .panel-full-color-success .panel-heading {
   color: #ffffff;
 }
 .panel-full-color-success .panel-subtitle {
   color: #ffffff;
 }
 .panel-full-color-success .tools .icon {
   color: #ffffff;
 }
 .panel-full-color-success .tools .icon:hover {
   color: #26a874;
 }
 
 .panel-full-color-warning {
   background-color: #ffdc42;
   color: #ffffff;
 }
 .panel-full-color-warning .panel-heading {
   color: #ffffff;
 }
 .panel-full-color-warning .panel-subtitle {
   color: #ffffff;
 }
 .panel-full-color-warning .tools .icon {
   color: #ffffff;
 }
 .panel-full-color-warning .tools .icon:hover {
   color: #ffd623;
 }
 
 .panel-full-color-danger {
   background-color: #f45846;
   color: #ffffff;
 }
 .panel-full-color-danger .panel-heading {
   color: #ffffff;
 }
 .panel-full-color-danger .panel-subtitle {
   color: #ffffff;
 }
 .panel-full-color-danger .tools .icon {
   color: #ffffff;
 }
 .panel-full-color-danger .tools .icon:hover {
   color: #f23e29;
 }
 
 .panel-full-color-dark {
   background-color: #545454;
   color: #ffffff;
 }
 .panel-full-color-dark .panel-heading {
   color: #ffffff;
 }
 .panel-full-color-dark .panel-subtitle {
   color: #ffffff;
 }
 .panel-full-color-dark .tools .icon {
   color: #ffffff;
 }
 .panel-full-color-dark .tools .icon:hover {
   color: #454545;
 }
 
 .panel-full-color-grey {
   background-color: #e5e5e5;
 }
 
 .panel-table .panel-body {
   padding: 0;
 }
 
 .panel-striped-rows .row:nth-of-type(odd) {
   background-color: whitesmoke;
 }
 
 .panel-divider {
   margin: 2rem 0;
   border-top: 1px solid #f2f2f2;
 }
 
 /*------------------------------------------------------------------
   [Pricing tables]
 */
 .pricing-tables {
   margin: 30px 0 20px;
 }
 .pricing-tables > div {
   padding-left: 10px;
   padding-right: 10px;
 }
 
 .pricing-table {
   -webkit-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.05);
   box-shadow: 0 1px 0 rgba(0, 0, 0, 0.05);
   padding: 35px 20px;
   background-color: #ffffff;
   text-align: center;
   margin: 0 0 20px;
 }
 .pricing-table-title {
   font-size: 1.69231rem;
   font-weight: 600;
   text-transform: capitalize;
   margin-bottom: 2.30769rem;
   color: #5f5f5f;
 }
 .pricing-table-price {
   color: #525252;
   padding-bottom: 0.615385rem;
 }
 .pricing-table-price .currency {
   font-size: 33px;
   font-weight: 300;
   display: inline-block;
   margin-top: 4px;
   vertical-align: top;
 }
 .pricing-table-price .value {
   font-size: 60px;
   line-height: 1;
   letter-spacing: -3px;
 }
 .pricing-table-frecuency {
   color: #858585;
   padding-bottom: 5px;
   font-size: 1.38462rem;
 }
 .pricing-table-features {
   margin: 0 0 30px;
   padding: 0;
   list-style: none;
 }
 .pricing-table-features > li {
   font-size: 14px;
   line-height: 25px;
   font-weight: 300;
   line-height: 33px;
 }
 .pricing-table-features > li b {
   font-weight: 600;
 }
 .pricing-table .btn {
   min-width: 120px;
   margin-bottom: 10px;
 }
 .pricing-table .panel-divider {
   border-color: #d9d9d9;
 }
 
 .pricing-table-dark {
   background-color: #323232;
 }
 .pricing-table-dark .pricing-table-price {
   color: #ffffff;
 }
 .pricing-table-dark .panel-divider {
   border-color: #424242;
 }
 .pricing-table-dark .pricing-table-features {
   color: #ffffff;
 }
 .pricing-table-dark .pricing-table-features b {
   color: #5f5f5f;
 }
 
 .pricing-table-primary {
   background-color: #5f5f5f;
 }
 .pricing-table-primary .pricing-table-title {
   color: #2e7357;
 }
 .pricing-table-primary .pricing-table-price {
   color: #ffffff;
 }
 .pricing-table-primary .pricing-table-frecuency {
   color: #2e7357;
 }
 .pricing-table-primary .panel-divider {
   border-color: rgba(0, 0, 0, 0.08);
 }
 .pricing-table-primary .pricing-table-features {
   color: #ffffff;
 }
 
 .table-filters-container {
   margin: 0;
   border-bottom: 1px solid #e6e5e5;
 }
 
 .table-filters {
   padding: 25px;
   display: -webkit-box;
   display: -webkit-flex;
   display: -ms-flexbox;
   display: flex;
   -webkit-box-orient: vertical;
   -webkit-box-direction: normal;
   -webkit-flex-direction: column;
   -ms-flex-direction: column;
   flex-direction: column;
 }
 
 .table-filter-title {
   -webkit-box-flex: 0;
   -webkit-flex: 0 0 auto;
   -ms-flex: 0 0 auto;
   flex: 0 0 auto;
   margin-bottom: 15px;
   font-size: 1rem;
   text-transform: uppercase;
   font-weight: 600;
   color: #787878;
 }
 
 #slider-value {
   font-size: 1.5rem;
   font-weight: 400;
 }
 
 .filter-container {
   padding: 5px 0 15px;
 }
 
 /*------------------------------------------------------------------
   [Tile widgets]
 */
 .widget.widget-tile {
   padding: 24px 20px;
   margin-bottom: 29px;
   display: table;
   table-layout: fixed;
   width: 100%;
 }
 .widget.widget-tile .data-info {
   display: table-cell;
   text-align: right;
 }
 .widget.widget-tile .data-info .value {
   font-size: 1.69231rem;
   font-weight: 300;
 }
 .widget.widget-tile .data-info .indicator {
   font-size: 1.92308rem;
   margin-right: 7px;
   line-height: 24px;
   vertical-align: middle;
 }
 .widget.widget-tile .data-info .indicator-equal {
   color: #58c7ef;
 }
 .widget.widget-tile .data-info .indicator-positive {
   color: #5f5f5f;
 }
 .widget.widget-tile .data-info .indicator-negative {
   color: #f45846;
 }
 .widget.widget-tile .data-info .desc {
   font-size: 1.077rem;
   line-height: 1;
   overflow: hidden;
   text-overflow: ellipsis;
   white-space: nowrap;
 }
 .widget.widget-tile .chart {
   width: 85px;
   min-height: 45px;
   padding: 5px 0;
   display: table-cell;
   vertical-align: middle;
 }
 
 .widget-tile-wide {
   display: table;
   padding: 24px 30px;
   width: 100%;
 }
 .widget-tile-wide > div {
   display: table-cell;
   width: 50%;
   vertical-align: middle;
 }
 .widget-tile-wide .icon {
   display: table-cell;
   font-size: 3.46154rem;
   color: #5f5f5f;
   line-height: 1;
   vertical-align: middle;
   margin-right: 5px;
 }
 .widget-tile-wide .data-info {
   display: table-cell;
   vertical-align: middle;
   padding-left: 1rem;
 }
 .widget-tile-wide .data-info .title {
   font-size: 1.84615rem;
 }
 .widget-tile-wide .data-info .desc {
   color: #807f7f;
   font-size: 0.923077rem;
 }
 .widget-tile-wide .tile-value {
   text-align: right;
 }
 .widget-tile-wide .tile-value > span {
   display: block;
   padding-right: 10px;
   font-size: 2.76923rem;
   font-weight: 300;
 }
 
 /*------------------------------------------------------------------
   [Timeline]
 */
 .timeline {
   margin: 2.5rem auto 40px;
   padding: 0;
   padding-bottom: 20px;
   max-width: 840px;
   position: relative;
 }
 @media (max-width: 575.98px) {
   .timeline {
     padding: 0;
   }
 }
 .timeline:before {
   content: '';
   position: absolute;
   top: 40px;
   bottom: 0;
   width: 2px;
   background: #dbdbdb;
   left: 110px;
   margin-left: -1px;
 }
 @media (max-width: 575.98px) {
   .timeline:before {
     left: 50%;
     margin-left: -1px;
     top: -35px;
   }
 }
 
 .timeline-item {
   position: relative;
   padding-left: 150px;
   list-style: none;
   margin-bottom: 30px;
 }
 @media (max-width: 575.98px) {
   .timeline-item {
     padding-left: 0;
     margin-top: 60px;
     margin-bottom: 0;
   }
 }
 .timeline-item:before {
   content: '';
   position: absolute;
   top: 34.5px;
   left: 102px;
   border: 2px solid #5f5f5f;
   width: 16px;
   height: 16px;
   background-color: #ededed;
   border-radius: 50px;
 }
 @media (max-width: 575.98px) {
   .timeline-item:before {
     display: none;
   }
 }
 .timeline-variant .timeline-item {
   padding-left: 0;
   margin: 30px 0 0;
 }
 @media (max-width: 575.98px) {
   .timeline-variant .timeline-item {
     margin-top: 60px;
   }
 }
 .timeline-variant .timeline-item.right {
   right: 0;
   padding-left: calc(50% + 45px);
 }
 @media (max-width: 575.98px) {
   .timeline-variant .timeline-item.right {
     padding: 0;
   }
 }
 .timeline-variant .timeline-item.left {
   left: 0;
   padding-right: calc(50% + 45px);
 }
 @media (max-width: 575.98px) {
   .timeline-variant .timeline-item.left {
     padding: 0;
   }
 }
 .timeline-variant .timeline-item.left .timeline-content:after {
   right: -5px;
   left: inherit;
 }
 .timeline-variant .timeline-item.left .timeline-content:before {
   right: -5px;
   left: inherit;
 }
 .timeline-variant .timeline-item.left .timeline-icon {
   left: initial;
   right: -67px;
 }
 @media (max-width: 575.98px) {
   .timeline-variant .timeline-item.left .timeline-icon {
     left: 50%;
     margin-left: -18px;
     top: -48px;
   }
 }
 .timeline-variant .timeline-item:before {
   display: none;
 }
 
 .timeline-date {
   position: absolute;
   display: block;
   left: 0;
   top: 27px;
   width: 85px;
   text-align: left;
   white-space: nowrap;
   overflow: hidden;
   text-overflow: ellipsis;
 }
 @media (max-width: 575.98px) {
   .timeline-date {
     width: 100%;
     left: 0;
     top: -40px;
     text-align: center;
   }
   .timeline-date span {
     background-color: #e0e0e0;
     padding: 5px 8px;
     border-radius: 4px;
     line-height: 25px;
   }
 }
 
 .timeline-content {
   position: relative;
   background-color: #ffffff;
   padding: 25px 30px 25px 28px;
   border-radius: 3px;
   min-height: 85px;
 }
 .timeline-item-gallery .timeline-content {
   padding-bottom: 15px;
 }
 @media (max-width: 575.98px) {
   .timeline-content {
     padding: 15px 18px;
   }
 }
 .timeline-content:before {
   content: '';
   position: absolute;
   width: 10px;
   height: 10px;
   background-color: #fff;
   -webkit-transform: rotate(45deg);
   -o-transform: rotate(45deg);
   transform: rotate(45deg);
   top: 37.5px;
   left: -5px;
 }
 @media (max-width: 575.98px) {
   .timeline-content:before {
     display: none;
   }
 }
 
 .timeline-avatar {
   width: 35px;
   height: 35px;
   display: block;
   border-radius: 50px;
   overflow: hidden;
   vertical-align: middle;
   float: left;
   margin-top: 0.230769rem;
 }
 .timeline-avatar img {
   width: 100%;
   height: 100%;
 }
 
 .timeline-header {
   display: block;
   padding: 0 0 0 46px;
 }
 @media (max-width: 575.98px) {
   .timeline-header {
     padding-top: 0;
   }
 }
 .timeline-variant .timeline-header {
   padding-top: 0;
   line-height: 16px;
 }
 
 .timeline-autor {
   display: inline-block;
   font-weight: 700;
 }
 
 .timeline-activity {
   display: inline-block;
   margin: 0;
 }
 .timeline-variant .timeline-activity {
   display: inline;
   line-height: 16px;
 }
 
 .timeline-time {
   float: right;
   color: #ababab;
 }
 .timeline-variant .timeline-time {
   float: none;
   display: block;
   line-height: 21px;
 }
 
 .timeline-summary {
   color: #8a8a8a;
   margin-top: 4px;
 }
 .timeline-summary p {
   margin-bottom: 0;
 }
 .timeline-variant .timeline-summary {
   margin-top: 20px;
 }
 .timeline-variant .timeline-summary p {
   line-height: 16px;
 }
 
 .timeline-gallery {
   margin-top: 12px;
 }
 .timeline-variant .timeline-gallery {
   margin-top: 20px;
 }
 .timeline-gallery .gallery-thumbnail {
   display: inline-block;
   max-width: 100px;
   margin-right: 10px;
   margin-bottom: 10px;
 }
 
 .timeline-blockquote {
   margin: 10px 0 0 5px;
   padding: 4px 10px;
   border-left: 4px solid #e0e0e0;
   color: #8a8a8a;
 }
 .timeline-variant .timeline-blockquote {
   margin-top: 20px;
 }
 .timeline-blockquote p {
   font-size: 13px;
 }
 .timeline-blockquote footer {
   color: #8a8a8a;
 }
 
 /*Load more button*/
 @media (max-width: 575.98px) {
   .timeline-loadmore {
     text-align: center;
     padding: 0;
     margin-bottom: 40px;
     margin-top: 40px;
   }
 }
 
 .timeline-loadmore .load-more-btn {
   position: absolute;
   left: 65px;
 }
 @media (max-width: 575.98px) {
   .timeline-loadmore .load-more-btn {
     position: relative;
     left: 0;
   }
 }
 
 .timeline-loadmore:before {
   display: none;
 }
 
 .timeline-variant .timeline-loadmore {
   text-align: center;
   margin-bottom: 40px;
 }
 
 /*------------------------------------------------------------------
   [Detailed items content like gallery & blockquote]
 */
 .timeline-item-detailed .timeline-time {
   line-height: 21px;
 }
 
 .timeline-item-detailed .timeline-header {
   line-height: 21px;
 }
 .timeline-variant .timeline-item-detailed .timeline-header {
   border-bottom: 1px solid #f4f4f4;
   padding-bottom: 15px;
 }
 
 .timeline-item-detailed .timeline-avatar {
   vertical-align: top;
 }
 
 .timeline-variant {
   max-width: none;
   padding-bottom: 0;
 }
 .timeline-variant:before {
   left: 50%;
   z-index: -1;
   top: 70px;
 }
 
 .timeline-month {
   width: 100%;
   text-align: center;
   list-style: none;
   margin: 30px 0 15px;
   padding: 11px 0 12px;
   font-size: 18px;
   background-color: #f4f4f4;
   font-weight: 300;
 }
 .timeline-month:first-child {
   margin-top: 0;
   padding-bottom: 5px;
 }
 
 .timeline-icon {
   position: absolute;
   color: #ffffff;
   top: 20px;
   left: -67px;
   width: 44px;
   height: 44px;
   font-size: 23px;
   border: 2px solid #ffffff;
   text-align: center;
   background-color: #ededed;
   border-radius: 50%;
 }
 @media (max-width: 575.98px) {
   .timeline-icon {
     left: 50%;
     margin-left: -18px;
     top: -48px;
     width: 38px;
     height: 38px;
     font-size: 18px;
   }
 }
 .timeline-icon > .icon {
   line-height: 40px;
   vertical-align: middle;
 }
 @media (max-width: 575.98px) {
   .timeline-icon > .icon {
     line-height: 34px;
   }
 }
 .file .timeline-icon {
   background-color: #5f5f5f;
 }
 .comment .timeline-icon {
   background-color: #545454;
 }
 .gallery .timeline-icon {
   background-color: #5f5f5f;
 }
 .quote .timeline-icon {
   background-color: #545454;
 }
 
 /*------------------------------------------------------------------
   [Elements]
 */
 /*------------------------------------------------------------------
   [Widgets]
 */
 .widget {
   background-color: #ffffff;
   padding: 20px;
   margin-bottom: 29px;
 }
 .widget.widget-fullwidth {
   padding: 0;
 }
 .widget.widget-fullwidth .widget-head {
   padding: 20px 20px 10px;
   margin-bottom: 0;
 }
 @media (max-width: 575.98px) {
   .widget.widget-fullwidth .widget-head {
     padding-left: 15px;
     padding-left: 15px;
   }
 }
 .widget.widget-fullwidth .widget-chart-container .counter {
   left: 20px;
 }
 .widget.widget-fullwidth .widget-info {
   margin: 0;
   padding: 45px 10px;
 }
 .widget.widget-fullwidth .widget-info .counter-block {
   padding: 7px 0;
   text-align: center;
   border-left: 1px solid #e6e5e5;
 }
 .widget.widget-fullwidth .widget-info .counter-block:first-child {
   border-left-width: 0;
 }
 .widget.widget-fullwidth .widget-info .counter-block .counter {
   font-size: 1.84615rem;
   display: block;
 }
 .widget.widget-fullwidth .widget-info .counter-block .title {
   color: #5f5f5f;
   font-size: 1.077rem;
   font-weight: 300;
 }
 .widget.widget-fullwidth .chart-table table {
   margin-bottom: 0;
 }
 .widget.widget-small {
   margin-bottom: 20px;
 }
 .widget.widget-small.widget-fullwidth > .widget-head {
   padding: 20px 15px 10px;
 }
 
 .widget-head {
   margin-bottom: 20px;
   display: block;
 }
 .widget-head::after {
   display: block;
   clear: both;
   content: '';
 }
 .widget-head .title {
   display: block;
   font-size: 1.38462rem;
   font-weight: 300;
 }
 .widget-head .description {
   display: block;
   color: #9e9e9e;
   line-height: 22px;
   font-weight: 300;
 }
 .widget-head .tools {
   float: right;
   margin-left: 10px;
 }
 .widget-head .tools .icon {
   display: inline-block;
   font-size: 1.615rem;
   line-height: 1.2;
   vertical-align: middle;
   cursor: pointer;
   color: #3d3d3d;
   min-width: 1.615rem;
   text-align: center;
 }
 .widget-head .tools .icon + .icon {
   margin-left: 6px;
 }
 .widget-head .tools .icon:hover {
   color: #0a0a0a;
 }
 .widget-head .tools .value {
   font-size: 1.84615rem;
   line-height: 22px;
 }
 .widget-head .tools .dropdown {
   display: inline-block;
 }
 .widget-head .tools .dropdown-menu {
   right: 0;
   left: auto;
 }
 .widget-head .button-toolbar {
   float: right;
 }
 @media (max-width: 575.98px) {
   .widget-head .button-toolbar .btn-group {
     margin-bottom: 5px;
   }
 }
 .widget-head .button-toolbar .btn-group + * {
   margin-left: 7px;
 }
 .widget-head .button-toolbar .dropdown-menu {
   right: 0;
   left: auto;
 }
 
 .widget-chart-container {
   position: relative;
 }
 .widget-chart-container .counter {
   min-height: auto;
   top: 0;
   left: 0;
   position: absolute;
   z-index: 2;
 }
 .widget-chart-container .counter-inline {
   position: relative;
   display: inline-block;
 }
 .widget-chart-container .counter .value {
   font-size: 1.84615rem;
 }
 .widget-chart-container .counter .desc {
   text-transform: uppercase;
   font-size: 0.846154rem;
   color: #b1b1b1;
 }
 .widget-chart-container .counter-big .value {
   display: block;
   font-size: 2.07692rem;
   line-height: 1;
   font-weight: 300;
   margin-bottom: 5px;
 }
 .widget-chart-container .indicator-equal .icon {
   color: #5f5f5f;
 }
 .widget-chart-container .indicator-positive .icon {
   color: #5f5f5f;
 }
 .widget-chart-container .indicator-negative .icon {
   color: #f45846;
 }
 .widget-chart-container .indicator .icon {
   font-size: 1.92308rem;
   margin-right: 7px;
   line-height: 24px;
   vertical-align: middle;
 }
 .widget-chart-container .indicator .number {
   font-size: 1.53846rem;
   vertical-align: middle;
 }
 
 .widget-chart-info::after {
   display: block;
   clear: both;
   content: '';
 }
 
 @media (max-width: 575.98px) {
   .widget-chart-info + .widget-counter-group {
     margin-top: 15px;
   }
 }
 
 .widget-fullwidth .widget-chart-info {
   padding: 9px 20px 0;
 }
 
 .widget-counter-group {
   padding: 0 20px 10px;
 }
 .widget-counter-group-right {
   text-align: right;
 }
 .widget-counter-group .counter {
   position: static;
   display: inline-block;
 }
 .widget-counter-group .counter + .counter {
   margin-left: 20px;
 }
 
 /*------------------------------------------------------------------
   [Alerts]
 */
 .alert {
   padding: 0;
   position: relative;
   line-height: 25px;
   border-width: 0;
   margin-bottom: 20px;
 }
 .alert .icon {
   width: 60px;
   font-size: 24px;
   vertical-align: middle;
   text-align: center;
   line-height: 22px;
   margin-right: 20px;
   display: table-cell;
   cursor: default;
   padding-top: 1px;
 }
 .alert .close {
   position: absolute;
   font-size: 24px;
   top: 0;
   right: 0.9226rem;
   text-shadow: none;
   padding: 1.308rem 0;
   outline: none;
 }
 .alert .message {
   display: table-cell;
   padding: 1.308rem 2.3072rem 1.308rem 0.384rem;
   border-left-width: 0;
 }
 .alert .message > p,
 .alert .message > ul {
   margin-bottom: 0;
 }
 .alert .message > p + p {
   margin-top: 5px;
 }
 
 .alert-warning {
   background-color: #fcf2c5;
   color: #d6ae00;
 }
 .alert-warning > .icon {
   color: #d6ae00;
 }
 
 .alert-danger {
   background-color: #f8c7c2;
   color: #c31f0c;
 }
 .alert-danger > .icon {
   color: #c31f0c;
 }
 
 .alert-success {
   background-color: #b7e9d5;
 }
 
 .alert-theme {
   padding: 0;
   color: #ffffff;
 }
 .alert-theme > .icon {
   color: #ffffff;
 }
 .alert-theme > .message {
   padding: 1.308rem 2.692rem 1.308rem 0.384rem;
 }
 .alert-theme.alert-success {
   background-color: #5f5f5f;
 }
 .alert-theme.alert-info {
   background-color: #58c7ef;
 }
 .alert-theme.alert-warning {
   background-color: #ffdc42;
 }
 .alert-theme.alert-danger {
   background-color: #f45846;
 }
 
 .alert-contrast {
   padding: 0;
   position: relative;
   color: #ffffff;
 }
 .alert-contrast > .icon {
   color: #ffffff;
 }
 .alert-contrast > .message {
   padding: 1.308rem 1.538rem;
 }
 @media (max-width: 575.98px) {
   .alert-contrast > .message {
     padding: 1.308rem 2.692rem 1.308rem 1.538rem;
   }
 }
 .alert-contrast.alert-success {
   background-color: #2ab97f;
 }
 .alert-contrast.alert-success > .icon {
   background-color: #5f5f5f;
 }
 .alert-contrast.alert-info {
   background-color: #4fc4ee;
 }
 .alert-contrast.alert-info > .icon {
   background-color: #58c7ef;
 }
 .alert-contrast.alert-warning {
   background-color: #ffda38;
 }
 .alert-contrast.alert-warning > .icon {
   background-color: #ffdc42;
 }
 .alert-contrast.alert-danger {
   background-color: #f34f3c;
 }
 .alert-contrast.alert-danger > .icon {
   background-color: #f45846;
 }
 
 .alert-dismissible .close {
   opacity: 1;
 }
 
 .alert-dismissible.alert-success .close {
   color: #186a49;
 }
 .alert-dismissible.alert-success .close:hover {
   color: #10442f;
 }
 
 .alert-dismissible.alert-info .close {
   color: #1399c9;
 }
 .alert-dismissible.alert-info .close:hover {
   color: #0f799f;
 }
 
 .alert-dismissible.alert-warning .close {
   color: #d6ae00;
 }
 .alert-dismissible.alert-warning .close:hover {
   color: #a88900;
 }
 
 .alert-dismissible.alert-danger .close {
   color: #c31f0c;
 }
 .alert-dismissible.alert-danger .close:hover {
   color: #981809;
 }
 
 .alert-dark {
   background-color: #545454;
   color: #ffffff;
 }
 .alert-dark.alert-dismissible > .close {
   color: #7a7a7a;
   opacity: 0.7;
 }
 .alert-dark.alert-dismissible > .close:hover {
   color: #7a7a7a;
   opacity: 1;
 }
 .alert-dark.alert-success > .icon {
   color: #5f5f5f;
 }
 .alert-dark.alert-info > .icon {
   color: #58c7ef;
 }
 .alert-dark.alert-warning > .icon {
   color: #ffdc42;
 }
 .alert-dark.alert-danger > .icon {
   color: #f45846;
 }
 
 .alert-icon {
   background-color: #ffffff;
   border: 0;
   padding: 0;
   position: relative;
   width: 100%;
   display: table;
   table-layout: fixed;
 }
 .alert-icon > .icon {
   display: table-cell;
   width: 60px;
   text-align: center;
   vertical-align: middle;
   cursor: default;
 }
 .alert-icon > .message {
   display: table-cell;
   padding: 1.308rem 1.538rem;
   color: #545454;
   border: 1px solid #d4d4d4;
   border-left-width: 0;
 }
 @media (max-width: 575.98px) {
   .alert-icon > .message {
     padding: 1.308rem 2.692rem 1.308rem 1.538rem;
   }
 }
 .alert-icon.alert-dismissible .close {
   color: #545454;
   opacity: 0.5;
 }
 .alert-icon.alert-dismissible .close:hover {
   opacity: 0.6;
 }
 
 .alert-icon.alert-icon-colored {
   border: 1px solid #d4d4d4;
 }
 .alert-icon.alert-icon-colored > .icon {
   position: relative;
   background-color: #f8f8f8;
   border-width: 0;
 }
 .alert-icon.alert-icon-colored > .icon:after {
   position: absolute;
   display: block;
   top: 50%;
   right: -11px;
   margin-top: -11px;
   width: 0;
   height: 0;
   content: '';
   z-index: 2;
   border-left: 11px solid #f8f8f8;
   -moz-transform: scale(0.9999);
   border-bottom: 11px solid transparent;
   border-top: 11px solid transparent;
 }
 .alert-icon.alert-icon-colored > .message {
   border-width: 0;
 }
 .alert-icon.alert-icon-colored.alert-success > .icon {
   color: #5f5f5f;
 }
 .alert-icon.alert-icon-colored.alert-info > .icon {
   color: #58c7ef;
 }
 .alert-icon.alert-icon-colored.alert-warning > .icon {
   color: #ffdc42;
 }
 .alert-icon.alert-icon-colored.alert-danger > .icon {
   color: #f45846;
 }
 
 .alert-simple {
   border: 1px solid #d4d4d4;
   background-color: #ffffff;
   color: #545454;
 }
 .alert-simple.alert-dismissible .close {
   color: #545454;
   opacity: 0.5;
 }
 .alert-simple.alert-dismissible .close:hover {
   opacity: 0.6;
 }
 .alert-simple.alert-success > .icon {
   color: #5f5f5f;
 }
 .alert-simple.alert-info > .icon {
   color: #58c7ef;
 }
 .alert-simple.alert-warning > .icon {
   color: #ffdc42;
 }
 .alert-simple.alert-danger > .icon {
   color: #f45846;
 }
 
 .badge {
   display: inline-block;
   border: 1px solid #cccccc;
   vertical-align: middle;
 }
 .badge:empty {
   display: none;
 }
 
 .badge-pill {
   padding: 0.1935rem 0.5rem;
 }
 
 .badge-primary {
   background-color: #5f5f5f;
   color: #ffffff;
   border-color: #5f5f5f;
 }
 .badge-primary[href]:hover,
 .badge-primary[href]:focus {
   background-color: #239768;
 }
 
 .badge-success {
   background-color: #5f5f5f;
   color: #ffffff;
   border-color: #5f5f5f;
 }
 .badge-success[href]:hover,
 .badge-success[href]:focus {
   background-color: #239768;
 }
 
 .badge-info {
   background-color: #58c7ef;
   color: #ffffff;
   border-color: #58c7ef;
 }
 .badge-info[href]:hover,
 .badge-info[href]:focus {
   background-color: #29b7eb;
 }
 
 .badge-warning {
   background-color: #ffdc42;
   color: #ffffff;
   border-color: #ffdc42;
 }
 .badge-warning[href]:hover,
 .badge-warning[href]:focus {
   background-color: #ffd30f;
 }
 
 .badge-danger {
   background-color: #f45846;
   color: #ffffff;
   border-color: #f45846;
 }
 .badge-danger[href]:hover,
 .badge-danger[href]:focus {
   background-color: #f12d16;
 }
 
 .badge-dark {
   background-color: #323232;
   color: #ffffff;
   border-color: #323232;
 }
 .badge-dark[href]:hover,
 .badge-dark[href]:focus {
   background-color: #191818;
 }
 
 .btn-group > .btn.btn-primary,
 .input-group-btn > .btn.btn-primary,
 .input-group-prepend > .btn.btn-primary,
 .input-group-append > .btn.btn-primary {
   border-left-color: #029db1;
   border-right-color: #029db1;
 }
 .btn-group > .btn.btn-primary:first-child,
 .input-group-btn > .btn.btn-primary:first-child,
 .input-group-prepend > .btn.btn-primary:first-child,
 .input-group-append > .btn.btn-primary:first-child {
   border-left-color: transparent;
 }
 .btn-group > .btn.btn-primary:last-child,
 .input-group-btn > .btn.btn-primary:last-child,
 .input-group-prepend > .btn.btn-primary:last-child,
 .input-group-append > .btn.btn-primary:last-child {
   border-right-color: transparent;
 }
 .btn-group > .btn.btn-primary.dropdown-toggle-split,
 .input-group-btn > .btn.btn-primary.dropdown-toggle-split,
 .input-group-prepend > .btn.btn-primary.dropdown-toggle-split,
 .input-group-append > .btn.btn-primary.dropdown-toggle-split {
   border-right-width: 0;
 }
 
 .btn-group > .btn.btn-success,
 .input-group-btn > .btn.btn-success,
 .input-group-prepend > .btn.btn-success,
 .input-group-append > .btn.btn-success {
   border-left-color: #029db1;
   border-right-color: #029db1;
 }
 .btn-group > .btn.btn-success:first-child,
 .input-group-btn > .btn.btn-success:first-child,
 .input-group-prepend > .btn.btn-success:first-child,
 .input-group-append > .btn.btn-success:first-child {
   border-left-color: transparent;
 }
 .btn-group > .btn.btn-success:last-child,
 .input-group-btn > .btn.btn-success:last-child,
 .input-group-prepend > .btn.btn-success:last-child,
 .input-group-append > .btn.btn-success:last-child {
   border-right-color: transparent;
 }
 .btn-group > .btn.btn-success.dropdown-toggle-split,
 .input-group-btn > .btn.btn-success.dropdown-toggle-split,
 .input-group-prepend > .btn.btn-success.dropdown-toggle-split,
 .input-group-append > .btn.btn-success.dropdown-toggle-split {
   border-right-width: 0;
 }
 
 .btn-group > .btn.btn-info,
 .input-group-btn > .btn.btn-info,
 .input-group-prepend > .btn.btn-info,
 .input-group-append > .btn.btn-info {
   border-left-color: #45c1ed;
   border-right-color: #45c1ed;
 }
 .btn-group > .btn.btn-info:first-child,
 .input-group-btn > .btn.btn-info:first-child,
 .input-group-prepend > .btn.btn-info:first-child,
 .input-group-append > .btn.btn-info:first-child {
   border-left-color: transparent;
 }
 .btn-group > .btn.btn-info:last-child,
 .input-group-btn > .btn.btn-info:last-child,
 .input-group-prepend > .btn.btn-info:last-child,
 .input-group-append > .btn.btn-info:last-child {
   border-right-color: transparent;
 }
 .btn-group > .btn.btn-info.dropdown-toggle-split,
 .input-group-btn > .btn.btn-info.dropdown-toggle-split,
 .input-group-prepend > .btn.btn-info.dropdown-toggle-split,
 .input-group-append > .btn.btn-info.dropdown-toggle-split {
   border-right-width: 0;
 }
 
 .btn-group > .btn.btn-warning,
 .input-group-btn > .btn.btn-warning,
 .input-group-prepend > .btn.btn-warning,
 .input-group-append > .btn.btn-warning {
   border-left-color: #ffd82e;
   border-right-color: #ffd82e;
 }
 .btn-group > .btn.btn-warning:first-child,
 .input-group-btn > .btn.btn-warning:first-child,
 .input-group-prepend > .btn.btn-warning:first-child,
 .input-group-append > .btn.btn-warning:first-child {
   border-left-color: transparent;
 }
 .btn-group > .btn.btn-warning:last-child,
 .input-group-btn > .btn.btn-warning:last-child,
 .input-group-prepend > .btn.btn-warning:last-child,
 .input-group-append > .btn.btn-warning:last-child {
   border-right-color: transparent;
 }
 .btn-group > .btn.btn-warning.dropdown-toggle-split,
 .input-group-btn > .btn.btn-warning.dropdown-toggle-split,
 .input-group-prepend > .btn.btn-warning.dropdown-toggle-split,
 .input-group-append > .btn.btn-warning.dropdown-toggle-split {
   border-right-width: 0;
 }
 
 .btn-group > .btn.btn-danger,
 .input-group-btn > .btn.btn-danger,
 .input-group-prepend > .btn.btn-danger,
 .input-group-append > .btn.btn-danger {
   border-left-color: #f34733;
   border-right-color: #f34733;
 }
 .btn-group > .btn.btn-danger:first-child,
 .input-group-btn > .btn.btn-danger:first-child,
 .input-group-prepend > .btn.btn-danger:first-child,
 .input-group-append > .btn.btn-danger:first-child {
   border-left-color: transparent;
 }
 .btn-group > .btn.btn-danger:last-child,
 .input-group-btn > .btn.btn-danger:last-child,
 .input-group-prepend > .btn.btn-danger:last-child,
 .input-group-append > .btn.btn-danger:last-child {
   border-right-color: transparent;
 }
 .btn-group > .btn.btn-danger.dropdown-toggle-split,
 .input-group-btn > .btn.btn-danger.dropdown-toggle-split,
 .input-group-prepend > .btn.btn-danger.dropdown-toggle-split,
 .input-group-append > .btn.btn-danger.dropdown-toggle-split {
   border-right-width: 0;
 }
 
 .btn-group > .btn.btn-dark,
 .input-group-btn > .btn.btn-dark,
 .input-group-prepend > .btn.btn-dark,
 .input-group-append > .btn.btn-dark {
   border-left-color: #4a4a4a;
   border-right-color: #4a4a4a;
 }
 .btn-group > .btn.btn-dark:first-child,
 .input-group-btn > .btn.btn-dark:first-child,
 .input-group-prepend > .btn.btn-dark:first-child,
 .input-group-append > .btn.btn-dark:first-child {
   border-left-color: transparent;
 }
 .btn-group > .btn.btn-dark:last-child,
 .input-group-btn > .btn.btn-dark:last-child,
 .input-group-prepend > .btn.btn-dark:last-child,
 .input-group-append > .btn.btn-dark:last-child {
   border-right-color: transparent;
 }
 .btn-group > .btn.btn-dark.dropdown-toggle-split,
 .input-group-btn > .btn.btn-dark.dropdown-toggle-split,
 .input-group-prepend > .btn.btn-dark.dropdown-toggle-split,
 .input-group-append > .btn.btn-dark.dropdown-toggle-split {
   border-right-width: 0;
 }
 
 .btn-group:first-child,
 .input-group-btn:first-child,
 .input-group-prepend:first-child,
 .input-group-append:first-child {
   border-right-color: transparent;
 }
 
 .btn-group:last-child,
 .input-group-btn:last-child,
 .input-group-prepend:last-child,
 .input-group-append:last-child {
   border-right-color: transparent;
 }
 
 .btn-group.open > .btn + .btn-primary,
 .btn-group.open > .btn + .btn-success,
 .btn-group.open > .btn + .btn-warning,
 .btn-group.open > .btn + .btn-danger,
 .input-group-btn.open > .btn + .btn-primary,
 .input-group-btn.open > .btn + .btn-success,
 .input-group-btn.open > .btn + .btn-warning,
 .input-group-btn.open > .btn + .btn-danger,
 .input-group-prepend.open > .btn + .btn-primary,
 .input-group-prepend.open > .btn + .btn-success,
 .input-group-prepend.open > .btn + .btn-warning,
 .input-group-prepend.open > .btn + .btn-danger,
 .input-group-append.open > .btn + .btn-primary,
 .input-group-append.open > .btn + .btn-success,
 .input-group-append.open > .btn + .btn-warning,
 .input-group-append.open > .btn + .btn-danger {
   border-left-color: rgba(0, 0, 0, 0.15);
 }
 
 .btn-group-vertical > .btn.btn-primary {
   border-top-color: #029db1;
   border-bottom-color: #029db1;
 }
 .btn-group-vertical > .btn.btn-primary:first-child {
   border-top-color: transparent;
 }
 .btn-group-vertical > .btn.btn-primary:last-child {
   border-bottom-color: transparent;
 }
 
 .btn-group-vertical > .btn.btn-success {
   border-top-color: #029db1;
   border-bottom-color: #029db1;
 }
 .btn-group-vertical > .btn.btn-success:first-child {
   border-top-color: transparent;
 }
 .btn-group-vertical > .btn.btn-success:last-child {
   border-bottom-color: transparent;
 }
 
 .btn-group-vertical > .btn.btn-info {
   border-top-color: #45c1ed;
   border-bottom-color: #45c1ed;
 }
 .btn-group-vertical > .btn.btn-info:first-child {
   border-top-color: transparent;
 }
 .btn-group-vertical > .btn.btn-info:last-child {
   border-bottom-color: transparent;
 }
 
 .btn-group-vertical > .btn.btn-warning {
   border-top-color: #ffd82e;
   border-bottom-color: #ffd82e;
 }
 .btn-group-vertical > .btn.btn-warning:first-child {
   border-top-color: transparent;
 }
 .btn-group-vertical > .btn.btn-warning:last-child {
   border-bottom-color: transparent;
 }
 
 .btn-group-vertical > .btn.btn-danger {
   border-top-color: #f34733;
   border-bottom-color: #f34733;
 }
 .btn-group-vertical > .btn.btn-danger:first-child {
   border-top-color: transparent;
 }
 .btn-group-vertical > .btn.btn-danger:last-child {
   border-bottom-color: transparent;
 }
 
 .btn-group-vertical > .btn.btn-dark {
   border-top-color: #4a4a4a;
   border-bottom-color: #4a4a4a;
 }
 .btn-group-vertical > .btn.btn-dark:first-child {
   border-top-color: transparent;
 }
 .btn-group-vertical > .btn.btn-dark:last-child {
   border-bottom-color: transparent;
 }
 
 .btn + .dropdown-toggle-split {
   z-index: 3;
 }
 .btn + .dropdown-toggle-split > span {
   line-height: 0.2;
   font-size: 1.538rem;
   display: inline-block;
   vertical-align: middle;
   width: 1rem;
   margin-left: -7px;
 }
 
 .btn-group-justified {
   display: table;
   width: 100%;
   table-layout: fixed;
   border-collapse: separate;
 }
 .btn-group-justified .btn,
 .btn-group-justified .btn-group {
   float: none;
   display: table-cell;
   width: 1%;
 }
 .btn-group-justified .btn .btn,
 .btn-group-justified .btn-group .btn {
   width: 100%;
 }
 .btn-group-justified .btn .dropdown-menu,
 .btn-group-justified .btn-group .dropdown-menu {
   left: auto;
 }
 .btn-group-justified > .btn {
   border-right-width: 0;
 }
 .btn-group-justified > .btn:last-child {
   border-right-width: 1px;
 }
 
 .btn {
   border: 1px solid transparent;
 }
 .btn:active:focus,
 .btn.active:focus,
 .btn:focus {
   outline: none;
 }
 .btn.dropdown-toggle:after {
   display: none;
 }
 .btn.btn-outline-primary {
   color: #ffffff;
   background-image: none;
   background-color: transparent;
   border-color: #5f5f5f;
 }
 .btn.btn-outline-primary:hover {
   color: #ffffff;
   background-color: #5f5f5f;
   border-color: #5f5f5f;
 }
 .btn.btn-outline-primary:focus,
 .btn.btn-outline-primary.focus {
   -webkit-box-shadow: none;
   box-shadow: none;
 }
 .btn.btn-outline-primary.disabled,
 .btn.btn-outline-primary:disabled {
   color: #5f5f5f;
   background-color: transparent;
 }
 .btn.btn-outline-primary:active,
 .btn.btn-outline-primary.active,
 .show > .btn.btn-outline-primary.dropdown-toggle {
   color: #ffffff;
   background-color: #5f5f5f;
   border-color: #5f5f5f;
 }
 .btn.btn-outline-light {
   color: #ffffff;
   background-image: none;
   background-color: transparent;
   border-color: #ffffff;
 }
 .btn.btn-outline-light:hover {
   color: #545454;
   background-color: #ffffff;
   border-color: #ffffff;
 }
 .btn.btn-outline-light:focus,
 .btn.btn-outline-light.focus {
   -webkit-box-shadow: none;
   box-shadow: none;
 }
 .btn.btn-outline-light.disabled,
 .btn.btn-outline-light:disabled {
   color: #ffffff;
   background-color: transparent;
 }
 .btn.btn-outline-light:active,
 .btn.btn-outline-light.active,
 .show > .btn.btn-outline-light.dropdown-toggle {
   color: #545454;
   background-color: #ffffff;
   border-color: #ffffff;
 }
 .btn.btn-outline-info {
   color: #ffffff;
   background-image: none;
   background-color: transparent;
   border-color: #58c7ef;
 }
 .btn.btn-outline-info:hover {
   color: #ffffff;
   background-color: #58c7ef;
   border-color: #58c7ef;
 }
 .btn.btn-outline-info:focus,
 .btn.btn-outline-info.focus {
   -webkit-box-shadow: none;
   box-shadow: none;
 }
 .btn.btn-outline-info.disabled,
 .btn.btn-outline-info:disabled {
   color: #58c7ef;
   background-color: transparent;
 }
 .btn.btn-outline-info:active,
 .btn.btn-outline-info.active,
 .show > .btn.btn-outline-info.dropdown-toggle {
   color: #ffffff;
   background-color: #58c7ef;
   border-color: #58c7ef;
 }
 .btn.btn-outline-success {
   color: #ffffff;
   background-image: none;
   background-color: transparent;
   border-color: #5f5f5f;
 }
 .btn.btn-outline-success:hover {
   color: #ffffff;
   background-color: #5f5f5f;
   border-color: #5f5f5f;
 }
 .btn.btn-outline-success:focus,
 .btn.btn-outline-success.focus {
   -webkit-box-shadow: none;
   box-shadow: none;
 }
 .btn.btn-outline-success.disabled,
 .btn.btn-outline-success:disabled {
   color: #5f5f5f;
   background-color: transparent;
 }
 .btn.btn-outline-success:active,
 .btn.btn-outline-success.active,
 .show > .btn.btn-outline-success.dropdown-toggle {
   color: #ffffff;
   background-color: #5f5f5f;
   border-color: #5f5f5f;
 }
 .btn.btn-outline-warning {
   color: #ffffff;
   background-image: none;
   background-color: transparent;
   border-color: #ffdc42;
 }
 .btn.btn-outline-warning:hover {
   color: #ffffff;
   background-color: #ffdc42;
   border-color: #ffdc42;
 }
 .btn.btn-outline-warning:focus,
 .btn.btn-outline-warning.focus {
   -webkit-box-shadow: none;
   box-shadow: none;
 }
 .btn.btn-outline-warning.disabled,
 .btn.btn-outline-warning:disabled {
   color: #ffdc42;
   background-color: transparent;
 }
 .btn.btn-outline-warning:active,
 .btn.btn-outline-warning.active,
 .show > .btn.btn-outline-warning.dropdown-toggle {
   color: #ffffff;
   background-color: #ffdc42;
   border-color: #ffdc42;
 }
 .btn.btn-outline-danger {
   color: #ffffff;
   background-image: none;
   background-color: transparent;
   border-color: #f45846;
 }
 .btn.btn-outline-danger:hover {
   color: #ffffff;
   background-color: #f45846;
   border-color: #f45846;
 }
 .btn.btn-outline-danger:focus,
 .btn.btn-outline-danger.focus {
   -webkit-box-shadow: none;
   box-shadow: none;
 }
 .btn.btn-outline-danger.disabled,
 .btn.btn-outline-danger:disabled {
   color: #f45846;
   background-color: transparent;
 }
 .btn.btn-outline-danger:active,
 .btn.btn-outline-danger.active,
 .show > .btn.btn-outline-danger.dropdown-toggle {
   color: #ffffff;
   background-color: #f45846;
   border-color: #f45846;
 }
 
 .btn .icon {
   position: relative;
   top: -1px;
   font-size: 1.154rem;
   line-height: 0.6;
   vertical-align: middle;
 }
 .btn .icon.icon-left {
   margin-right: 1px;
 }
 .btn .icon.icon-right {
   margin-left: 1px;
 }
 
 .btn.btn-lg .icon,
 .btn-group-lg > .btn .icon {
   font-size: 1.231rem;
 }
 
 .btn.btn-sm .icon,
 .btn-group-sm > .btn .icon {
   font-size: 1.077rem;
 }
 
 .btn.btn-xs .icon {
   font-size: 1rem;
 }
 
 .btn .icon-dropdown {
   font-size: 1.538rem;
   line-height: 0.3;
   vertical-align: middle;
   display: inline-block;
   width: 1rem;
 }
 
 .btn-dark {
   color: #ffffff;
   background-color: #545454;
   border-color: #545454;
 }
 .btn-dark:hover {
   color: #ffffff;
   background-color: #414141;
   border-color: #3b3a3a;
 }
 .btn-dark:focus,
 .btn-dark.focus {
   -webkit-box-shadow: 0 0 0 0 rgba(84, 84, 84, 0.5);
   box-shadow: 0 0 0 0 rgba(84, 84, 84, 0.5);
 }
 .btn-dark.disabled,
 .btn-dark:disabled {
   color: #ffffff;
   background-color: #545454;
   border-color: #545454;
 }
 .btn-dark:not(:disabled):not(.disabled):active,
 .btn-dark:not(:disabled):not(.disabled).active,
 .show > .btn-dark.dropdown-toggle {
   color: #ffffff;
   background-color: #3b3a3a;
   border-color: #343434;
 }
 .btn-dark:not(:disabled):not(.disabled):active:focus,
 .btn-dark:not(:disabled):not(.disabled).active:focus,
 .show > .btn-dark.dropdown-toggle:focus {
   -webkit-box-shadow: 0 0 0 0 rgba(84, 84, 84, 0.5);
   box-shadow: 0 0 0 0 rgba(84, 84, 84, 0.5);
 }
 
 .btn-primary {
   color: #ffffff;
   background-color: #5f5f5f;
   border-color: #5f5f5f;
 }
 .btn-primary:hover,
 .btn-primary.hover {
   color: #ffffff;
   border-color: transparent;
   background-color: #026e7c;
 }
 .show > .btn-primary.dropdown-toggle:focus,
 .show > .btn-primary.dropdown-toggle.focus {
   color: #ffffff;
   background-color: #5f5f5f;
   -webkit-box-shadow: none;
   box-shadow: none;
   border-color: transparent;
 }
 .show > .btn-primary.dropdown-toggle:focus:hover,
 .show > .btn-primary.dropdown-toggle:focus.hover,
 .show > .btn-primary.dropdown-toggle.focus:hover,
 .show > .btn-primary.dropdown-toggle.focus.hover {
   border-color: transparent;
   background-color: #026e7c;
 }
 .btn-primary.disabled,
 .btn-primary:disabled {
   background-color: #5f5f5f;
   border-color: #5f5f5f;
 }
 .btn-primary:not([disabled]):not(.disabled):active,
 .btn-primary:not([disabled]):not(.disabled).active,
 .show > .btn-primary.dropdown-toggle {
   color: #ffffff;
   border-color: transparent;
   background-color: #029db1;
 }
 .btn-primary:not([disabled]):not(.disabled):active:hover,
 .btn-primary:not([disabled]):not(.disabled):active:focus,
 .btn-primary:not([disabled]):not(.disabled):active.focus,
 .btn-primary:not([disabled]):not(.disabled).active:hover,
 .btn-primary:not([disabled]):not(.disabled).active:focus,
 .btn-primary:not([disabled]):not(.disabled).active.focus,
 .show > .btn-primary.dropdown-toggle:hover,
 .show > .btn-primary.dropdown-toggle:focus,
 .show > .btn-primary.dropdown-toggle.focus {
   color: #ffffff;
   border-color: transparent;
   background-color: #029db1;
 }
 
 .btn-secondary,
 .note-btn-group .btn-default {
   color: #545454;
   background-color: #ffffff;
   border-color: #cccccc;
 }
 .btn-secondary:hover,
 .note-btn-group .btn-default:hover,
 .btn-secondary.hover,
 .note-btn-group .hover.btn-default {
   color: #545454;
   border-color: #cccccc;
   background-color: whitesmoke;
 }
 .show > .btn-secondary.dropdown-toggle:focus,
 .note-btn-group .show > .dropdown-toggle.btn-default:focus,
 .show > .btn-secondary.dropdown-toggle.focus,
 .note-btn-group .show > .dropdown-toggle.focus.btn-default {
   color: #545454;
   background-color: #ffffff;
   -webkit-box-shadow: none;
   box-shadow: none;
   border-color: #cccccc;
 }
 .show > .btn-secondary.dropdown-toggle:focus:hover,
 .note-btn-group .show > .dropdown-toggle.btn-default:focus:hover,
 .show > .btn-secondary.dropdown-toggle:focus.hover,
 .note-btn-group .show > .dropdown-toggle.btn-default:focus.hover,
 .show > .btn-secondary.dropdown-toggle.focus:hover,
 .note-btn-group .show > .dropdown-toggle.focus.btn-default:hover,
 .show > .btn-secondary.dropdown-toggle.focus.hover,
 .note-btn-group .show > .dropdown-toggle.focus.hover.btn-default {
   border-color: #cccccc;
   background-color: whitesmoke;
 }
 .btn-secondary.disabled,
 .note-btn-group .disabled.btn-default,
 .btn-secondary:disabled,
 .note-btn-group .btn-default:disabled {
   background-color: #ffffff;
   border-color: #cccccc;
 }
 .btn-secondary:not([disabled]):not(.disabled):active,
 .note-btn-group .btn-default:not([disabled]):not(.disabled):active,
 .btn-secondary:not([disabled]):not(.disabled).active,
 .note-btn-group .btn-default:not([disabled]):not(.disabled).active,
 .show > .btn-secondary.dropdown-toggle,
 .note-btn-group .show > .dropdown-toggle.btn-default {
   color: #545454;
   border-color: #cccccc;
   background-color: #e6e5e5;
 }
 .btn-secondary:not([disabled]):not(.disabled):active:hover,
 .note-btn-group .btn-default:not([disabled]):not(.disabled):active:hover,
 .btn-secondary:not([disabled]):not(.disabled):active:focus,
 .note-btn-group .btn-default:not([disabled]):not(.disabled):active:focus,
 .btn-secondary:not([disabled]):not(.disabled):active.focus,
 .note-btn-group .btn-default:not([disabled]):not(.disabled):active.focus,
 .btn-secondary:not([disabled]):not(.disabled).active:hover,
 .note-btn-group .btn-default:not([disabled]):not(.disabled).active:hover,
 .btn-secondary:not([disabled]):not(.disabled).active:focus,
 .note-btn-group .btn-default:not([disabled]):not(.disabled).active:focus,
 .btn-secondary:not([disabled]):not(.disabled).active.focus,
 .note-btn-group .btn-default:not([disabled]):not(.disabled).active.focus,
 .show > .btn-secondary.dropdown-toggle:hover,
 .note-btn-group .show > .dropdown-toggle.btn-default:hover,
 .show > .btn-secondary.dropdown-toggle:focus,
 .note-btn-group .show > .dropdown-toggle.btn-default:focus,
 .show > .btn-secondary.dropdown-toggle.focus,
 .note-btn-group .show > .dropdown-toggle.focus.btn-default {
   color: #545454;
   border-color: #cccccc;
   background-color: #e6e5e5;
 }
 
 .btn-info {
   color: #ffffff;
   background-color: #58c7ef;
   border-color: #58c7ef;
 }
 .btn-info:hover,
 .btn-info.hover {
   color: #ffffff;
   border-color: transparent;
   background-color: #6bcdf1;
 }
 .show > .btn-info.dropdown-toggle:focus,
 .show > .btn-info.dropdown-toggle.focus {
   color: #ffffff;
   background-color: #58c7ef;
   -webkit-box-shadow: none;
   box-shadow: none;
   border-color: transparent;
 }
 .show > .btn-info.dropdown-toggle:focus:hover,
 .show > .btn-info.dropdown-toggle:focus.hover,
 .show > .btn-info.dropdown-toggle.focus:hover,
 .show > .btn-info.dropdown-toggle.focus.hover {
   border-color: transparent;
   background-color: #6bcdf1;
 }
 .btn-info.disabled,
 .btn-info:disabled {
   background-color: #58c7ef;
   border-color: #58c7ef;
 }
 .btn-info:not([disabled]):not(.disabled):active,
 .btn-info:not([disabled]):not(.disabled).active,
 .show > .btn-info.dropdown-toggle {
   color: #ffffff;
   border-color: transparent;
   background-color: #41bfed;
 }
 .btn-info:not([disabled]):not(.disabled):active:hover,
 .btn-info:not([disabled]):not(.disabled):active:focus,
 .btn-info:not([disabled]):not(.disabled):active.focus,
 .btn-info:not([disabled]):not(.disabled).active:hover,
 .btn-info:not([disabled]):not(.disabled).active:focus,
 .btn-info:not([disabled]):not(.disabled).active.focus,
 .show > .btn-info.dropdown-toggle:hover,
 .show > .btn-info.dropdown-toggle:focus,
 .show > .btn-info.dropdown-toggle.focus {
   color: #ffffff;
   border-color: transparent;
   background-color: #41bfed;
 }
 
 .btn-success {
   color: #ffffff;
   background-color: #5f5f5f;
   border-color: #5f5f5f;
 }
 .btn-success:hover,
 .btn-success.hover {
   color: #ffffff;
   border-color: transparent;
   background-color: #026e7c;
 }
 .show > .btn-success.dropdown-toggle:focus,
 .show > .btn-success.dropdown-toggle.focus {
   color: #ffffff;
   background-color: #5f5f5f;
   -webkit-box-shadow: none;
   box-shadow: none;
   border-color: transparent;
 }
 .show > .btn-success.dropdown-toggle:focus:hover,
 .show > .btn-success.dropdown-toggle:focus.hover,
 .show > .btn-success.dropdown-toggle.focus:hover,
 .show > .btn-success.dropdown-toggle.focus.hover {
   border-color: transparent;
   background-color: #026e7c;
 }
 .btn-success.disabled,
 .btn-success:disabled {
   background-color: #5f5f5f;
   border-color: #5f5f5f;
 }
 .btn-success:not([disabled]):not(.disabled):active,
 .btn-success:not([disabled]):not(.disabled).active,
 .show > .btn-success.dropdown-toggle {
   color: #ffffff;
   border-color: transparent;
   background-color: #029db1;
 }
 .btn-success:not([disabled]):not(.disabled):active:hover,
 .btn-success:not([disabled]):not(.disabled):active:focus,
 .btn-success:not([disabled]):not(.disabled):active.focus,
 .btn-success:not([disabled]):not(.disabled).active:hover,
 .btn-success:not([disabled]):not(.disabled).active:focus,
 .btn-success:not([disabled]):not(.disabled).active.focus,
 .show > .btn-success.dropdown-toggle:hover,
 .show > .btn-success.dropdown-toggle:focus,
 .show > .btn-success.dropdown-toggle.focus {
   color: #ffffff;
   border-color: transparent;
   background-color: #029db1;
 }
 
 .btn-warning {
   color: #ffffff;
   background-color: #ffdc42;
   border-color: #ffdc42;
 }
 .btn-warning:hover,
 .btn-warning.hover {
   color: #ffffff;
   border-color: transparent;
   background-color: #ffe056;
 }
 .show > .btn-warning.dropdown-toggle:focus,
 .show > .btn-warning.dropdown-toggle.focus {
   color: #ffffff;
   background-color: #ffdc42;
   -webkit-box-shadow: none;
   box-shadow: none;
   border-color: transparent;
 }
 .show > .btn-warning.dropdown-toggle:focus:hover,
 .show > .btn-warning.dropdown-toggle:focus.hover,
 .show > .btn-warning.dropdown-toggle.focus:hover,
 .show > .btn-warning.dropdown-toggle.focus.hover {
   border-color: transparent;
   background-color: #ffe056;
 }
 .btn-warning.disabled,
 .btn-warning:disabled {
   background-color: #ffdc42;
   border-color: #ffdc42;
 }
 .btn-warning:not([disabled]):not(.disabled):active,
 .btn-warning:not([disabled]):not(.disabled).active,
 .show > .btn-warning.dropdown-toggle {
   color: #ffffff;
   border-color: transparent;
   background-color: #ffd729;
 }
 .btn-warning:not([disabled]):not(.disabled):active:hover,
 .btn-warning:not([disabled]):not(.disabled):active:focus,
 .btn-warning:not([disabled]):not(.disabled):active.focus,
 .btn-warning:not([disabled]):not(.disabled).active:hover,
 .btn-warning:not([disabled]):not(.disabled).active:focus,
 .btn-warning:not([disabled]):not(.disabled).active.focus,
 .show > .btn-warning.dropdown-toggle:hover,
 .show > .btn-warning.dropdown-toggle:focus,
 .show > .btn-warning.dropdown-toggle.focus {
   color: #ffffff;
   border-color: transparent;
   background-color: #ffd729;
 }
 
 .btn-danger {
   color: #ffffff;
   background-color: #f45846;
   border-color: #f45846;
 }
 .btn-danger:hover,
 .btn-danger.hover {
   color: #ffffff;
   border-color: transparent;
   background-color: #f56959;
 }
 .show > .btn-danger.dropdown-toggle:focus,
 .show > .btn-danger.dropdown-toggle.focus {
   color: #ffffff;
   background-color: #f45846;
   -webkit-box-shadow: none;
   box-shadow: none;
   border-color: transparent;
 }
 .show > .btn-danger.dropdown-toggle:focus:hover,
 .show > .btn-danger.dropdown-toggle:focus.hover,
 .show > .btn-danger.dropdown-toggle.focus:hover,
 .show > .btn-danger.dropdown-toggle.focus.hover {
   border-color: transparent;
   background-color: #f56959;
 }
 .btn-danger.disabled,
 .btn-danger:disabled {
   background-color: #f45846;
   border-color: #f45846;
 }
 .btn-danger:not([disabled]):not(.disabled):active,
 .btn-danger:not([disabled]):not(.disabled).active,
 .show > .btn-danger.dropdown-toggle {
   color: #ffffff;
   border-color: transparent;
   background-color: #f3422e;
 }
 .btn-danger:not([disabled]):not(.disabled):active:hover,
 .btn-danger:not([disabled]):not(.disabled):active:focus,
 .btn-danger:not([disabled]):not(.disabled):active.focus,
 .btn-danger:not([disabled]):not(.disabled).active:hover,
 .btn-danger:not([disabled]):not(.disabled).active:focus,
 .btn-danger:not([disabled]):not(.disabled).active.focus,
 .show > .btn-danger.dropdown-toggle:hover,
 .show > .btn-danger.dropdown-toggle:focus,
 .show > .btn-danger.dropdown-toggle.focus {
   color: #ffffff;
   border-color: transparent;
   background-color: #f3422e;
 }
 
 .btn-dark {
   color: #ffffff;
   background-color: #545454;
   border-color: #545454;
 }
 .btn-dark:hover,
 .btn-dark.hover {
   color: #ffffff;
   border-color: transparent;
   background-color: #5e5e5e;
 }
 .show > .btn-dark.dropdown-toggle:focus,
 .show > .btn-dark.dropdown-toggle.focus {
   color: #ffffff;
   background-color: #545454;
   -webkit-box-shadow: none;
   box-shadow: none;
   border-color: transparent;
 }
 .show > .btn-dark.dropdown-toggle:focus:hover,
 .show > .btn-dark.dropdown-toggle:focus.hover,
 .show > .btn-dark.dropdown-toggle.focus:hover,
 .show > .btn-dark.dropdown-toggle.focus.hover {
   border-color: transparent;
   background-color: #5e5e5e;
 }
 .btn-dark.disabled,
 .btn-dark:disabled {
   background-color: #545454;
   border-color: #545454;
 }
 .btn-dark:not([disabled]):not(.disabled):active,
 .btn-dark:not([disabled]):not(.disabled).active,
 .show > .btn-dark.dropdown-toggle {
   color: #ffffff;
   border-color: transparent;
   background-color: #474747;
 }
 .btn-dark:not([disabled]):not(.disabled):active:hover,
 .btn-dark:not([disabled]):not(.disabled):active:focus,
 .btn-dark:not([disabled]):not(.disabled):active.focus,
 .btn-dark:not([disabled]):not(.disabled).active:hover,
 .btn-dark:not([disabled]):not(.disabled).active:focus,
 .btn-dark:not([disabled]):not(.disabled).active.focus,
 .show > .btn-dark.dropdown-toggle:hover,
 .show > .btn-dark.dropdown-toggle:focus,
 .show > .btn-dark.dropdown-toggle.focus {
   color: #ffffff;
   border-color: transparent;
   background-color: #474747;
 }
 .btn-dark:not([disabled]):not(.disabled).active,
 .open > .btn-dark.dropdown-toggle {
   color: #5f5f5f;
 }
 .btn-dark:not([disabled]):not(.disabled).active:hover,
 .btn-dark:not([disabled]):not(.disabled).active:focus,
 .btn-dark:not([disabled]):not(.disabled).active.focus,
 .open > .btn-dark.dropdown-toggle:hover,
 .open > .btn-dark.dropdown-toggle:focus,
 .open > .btn-dark.dropdown-toggle.focus {
   color: #5f5f5f;
 }
 
 .btn-xs {
   padding: 0.6154rem 0.6923rem;
   font-size: 0.9231rem;
   line-height: 1;
   border-radius: 0;
 }
 
 .btn-sm,
 .btn-group-sm > .btn {
   font-size: 1rem;
 }
 
 .btn-lg,
 .btn-group-lg > .btn {
   font-size: 1.077rem;
 }
 
 .btn-rounded {
   border-radius: 1.81rem;
 }
 .btn-rounded.btn-xs {
   border-radius: 1.5385rem;
 }
 .btn-rounded.btn-sm,
 .btn-group-sm > .btn-rounded.btn {
   border-radius: 1.6923rem;
 }
 .btn-rounded.btn-lg,
 .btn-group-lg > .btn-rounded.btn {
   border-radius: 2.0001rem;
 }
 
 .btn-big {
   padding: 0.7rem 1rem;
   text-align: center;
   min-width: 70px;
 }
 .btn-big > .icon {
   display: block;
   font-size: 2rem;
   line-height: 1;
   margin-bottom: 0.3rem;
 }
 
 .btn-social {
   min-width: 2.9rem;
 }
 .btn-social .icon {
   font-size: 1.1rem;
 }
 .btn-social.btn-xs {
   min-width: 2.3rem;
 }
 
 .btn-facebook .icon {
   color: #5d82d1;
 }
 
 .btn-facebook:active .icon,
 .btn-facebook.active .icon,
 .open > .btn-facebook.dropdown-toggle .icon {
   color: #5d82d1;
 }
 
 .btn-facebook:active:hover .icon,
 .btn-facebook:active:focus .icon,
 .btn-facebook:active.focus .icon,
 .btn-facebook.active:hover .icon,
 .btn-facebook.active:focus .icon,
 .btn-facebook.active.focus .icon,
 .open > .btn-facebook.dropdown-toggle:hover .icon,
 .open > .btn-facebook.dropdown-toggle:focus .icon,
 .open > .btn-facebook.dropdown-toggle.focus .icon {
   color: #5d82d1;
 }
 
 .btn-twitter .icon {
   color: #50bff5;
 }
 
 .btn-twitter:active .icon,
 .btn-twitter.active .icon,
 .open > .btn-twitter.dropdown-toggle .icon {
   color: #50bff5;
 }
 
 .btn-twitter:active:hover .icon,
 .btn-twitter:active:focus .icon,
 .btn-twitter:active.focus .icon,
 .btn-twitter.active:hover .icon,
 .btn-twitter.active:focus .icon,
 .btn-twitter.active.focus .icon,
 .open > .btn-twitter.dropdown-toggle:hover .icon,
 .open > .btn-twitter.dropdown-toggle:focus .icon,
 .open > .btn-twitter.dropdown-toggle.focus .icon {
   color: #50bff5;
 }
 
 .btn-google-plus .icon {
   color: #eb5e4c;
 }
 
 .btn-google-plus:active .icon,
 .btn-google-plus.active .icon,
 .open > .btn-google-plus.dropdown-toggle .icon {
   color: #eb5e4c;
 }
 
 .btn-google-plus:active:hover .icon,
 .btn-google-plus:active:focus .icon,
 .btn-google-plus:active.focus .icon,
 .btn-google-plus.active:hover .icon,
 .btn-google-plus.active:focus .icon,
 .btn-google-plus.active.focus .icon,
 .open > .btn-google-plus.dropdown-toggle:hover .icon,
 .open > .btn-google-plus.dropdown-toggle:focus .icon,
 .open > .btn-google-plus.dropdown-toggle.focus .icon {
   color: #eb5e4c;
 }
 
 .btn-dribbble .icon {
   color: #f7659c;
 }
 
 .btn-dribbble:active .icon,
 .btn-dribbble.active .icon,
 .open > .btn-dribbble.dropdown-toggle .icon {
   color: #f7659c;
 }
 
 .btn-dribbble:active:hover .icon,
 .btn-dribbble:active:focus .icon,
 .btn-dribbble:active.focus .icon,
 .btn-dribbble.active:hover .icon,
 .btn-dribbble.active:focus .icon,
 .btn-dribbble.active.focus .icon,
 .open > .btn-dribbble.dropdown-toggle:hover .icon,
 .open > .btn-dribbble.dropdown-toggle:focus .icon,
 .open > .btn-dribbble.dropdown-toggle.focus .icon {
   color: #f7659c;
 }
 
 .btn-flickr .icon {
   color: #0063dc;
 }
 
 .btn-flickr:active .icon,
 .btn-flickr.active .icon,
 .open > .btn-flickr.dropdown-toggle .icon {
   color: #0063dc;
 }
 
 .btn-flickr:active:hover .icon,
 .btn-flickr:active:focus .icon,
 .btn-flickr:active.focus .icon,
 .btn-flickr.active:hover .icon,
 .btn-flickr.active:focus .icon,
 .btn-flickr.active.focus .icon,
 .open > .btn-flickr.dropdown-toggle:hover .icon,
 .open > .btn-flickr.dropdown-toggle:focus .icon,
 .open > .btn-flickr.dropdown-toggle.focus .icon {
   color: #0063dc;
 }
 
 .btn-linkedin .icon {
   color: #238cc8;
 }
 
 .btn-linkedin:active .icon,
 .btn-linkedin.active .icon,
 .open > .btn-linkedin.dropdown-toggle .icon {
   color: #238cc8;
 }
 
 .btn-linkedin:active:hover .icon,
 .btn-linkedin:active:focus .icon,
 .btn-linkedin:active.focus .icon,
 .btn-linkedin.active:hover .icon,
 .btn-linkedin.active:focus .icon,
 .btn-linkedin.active.focus .icon,
 .open > .btn-linkedin.dropdown-toggle:hover .icon,
 .open > .btn-linkedin.dropdown-toggle:focus .icon,
 .open > .btn-linkedin.dropdown-toggle.focus .icon {
   color: #238cc8;
 }
 
 .btn-youtube .icon {
   color: #ef4e41;
 }
 
 .btn-youtube:active .icon,
 .btn-youtube.active .icon,
 .open > .btn-youtube.dropdown-toggle .icon {
   color: #ef4e41;
 }
 
 .btn-youtube:active:hover .icon,
 .btn-youtube:active:focus .icon,
 .btn-youtube:active.focus .icon,
 .btn-youtube.active:hover .icon,
 .btn-youtube.active:focus .icon,
 .btn-youtube.active.focus .icon,
 .open > .btn-youtube.dropdown-toggle:hover .icon,
 .open > .btn-youtube.dropdown-toggle:focus .icon,
 .open > .btn-youtube.dropdown-toggle.focus .icon {
   color: #ef4e41;
 }
 
 .btn-pinterest .icon {
   color: #e13138;
 }
 
 .btn-pinterest:active .icon,
 .btn-pinterest.active .icon,
 .open > .btn-pinterest.dropdown-toggle .icon {
   color: #e13138;
 }
 
 .btn-pinterest:active:hover .icon,
 .btn-pinterest:active:focus .icon,
 .btn-pinterest:active.focus .icon,
 .btn-pinterest.active:hover .icon,
 .btn-pinterest.active:focus .icon,
 .btn-pinterest.active.focus .icon,
 .open > .btn-pinterest.dropdown-toggle:hover .icon,
 .open > .btn-pinterest.dropdown-toggle:focus .icon,
 .open > .btn-pinterest.dropdown-toggle.focus .icon {
   color: #e13138;
 }
 
 .btn-github .icon {
   color: #333;
 }
 
 .btn-github:active .icon,
 .btn-github.active .icon,
 .open > .btn-github.dropdown-toggle .icon {
   color: #333;
 }
 
 .btn-github:active:hover .icon,
 .btn-github:active:focus .icon,
 .btn-github:active.focus .icon,
 .btn-github.active:hover .icon,
 .btn-github.active:focus .icon,
 .btn-github.active.focus .icon,
 .open > .btn-github.dropdown-toggle:hover .icon,
 .open > .btn-github.dropdown-toggle:focus .icon,
 .open > .btn-github.dropdown-toggle.focus .icon {
   color: #333;
 }
 
 .btn-tumblr .icon {
   color: #426d9b;
 }
 
 .btn-tumblr:active .icon,
 .btn-tumblr.active .icon,
 .open > .btn-tumblr.dropdown-toggle .icon {
   color: #426d9b;
 }
 
 .btn-tumblr:active:hover .icon,
 .btn-tumblr:active:focus .icon,
 .btn-tumblr:active.focus .icon,
 .btn-tumblr.active:hover .icon,
 .btn-tumblr.active:focus .icon,
 .btn-tumblr.active.focus .icon,
 .open > .btn-tumblr.dropdown-toggle:hover .icon,
 .open > .btn-tumblr.dropdown-toggle:focus .icon,
 .open > .btn-tumblr.dropdown-toggle.focus .icon {
   color: #426d9b;
 }
 
 .btn-dropbox .icon {
   color: #007ee5;
 }
 
 .btn-dropbox:active .icon,
 .btn-dropbox.active .icon,
 .open > .btn-dropbox.dropdown-toggle .icon {
   color: #007ee5;
 }
 
 .btn-dropbox:active:hover .icon,
 .btn-dropbox:active:focus .icon,
 .btn-dropbox:active.focus .icon,
 .btn-dropbox.active:hover .icon,
 .btn-dropbox.active:focus .icon,
 .btn-dropbox.active.focus .icon,
 .open > .btn-dropbox.dropdown-toggle:hover .icon,
 .open > .btn-dropbox.dropdown-toggle:focus .icon,
 .open > .btn-dropbox.dropdown-toggle.focus .icon {
   color: #007ee5;
 }
 
 .btn-behance .icon {
   color: #235cff;
 }
 
 .btn-behance:active .icon,
 .btn-behance.active .icon,
 .open > .btn-behance.dropdown-toggle .icon {
   color: #235cff;
 }
 
 .btn-behance:active:hover .icon,
 .btn-behance:active:focus .icon,
 .btn-behance:active.focus .icon,
 .btn-behance.active:hover .icon,
 .btn-behance.active:focus .icon,
 .btn-behance.active.focus .icon,
 .open > .btn-behance.dropdown-toggle:hover .icon,
 .open > .btn-behance.dropdown-toggle:focus .icon,
 .open > .btn-behance.dropdown-toggle.focus .icon {
   color: #235cff;
 }
 
 .btn-color.btn-facebook {
   color: #ffffff;
   background-color: #5d82d1;
   border-color: #5d82d1;
 }
 .btn-color.btn-facebook .icon {
   color: #ffffff;
 }
 .btn-color.btn-facebook:hover {
   color: #ffffff;
   background-color: #7191d7;
   border-color: transparent;
 }
 .btn-color.btn-facebook:focus,
 .btn-color.btn-facebook.focus {
   color: #ffffff;
   background-color: #5d82d1;
   border-color: #5d82d1;
 }
 .btn-color.btn-facebook:focus:hover,
 .btn-color.btn-facebook.focus:hover {
   color: #ffffff;
   background-color: #7191d7;
   border-color: transparent;
 }
 .btn-color.btn-facebook:active,
 .btn-color.btn-facebook.active,
 .open > .btn-color.btn-facebook.dropdown-toggle {
   color: #ffffff;
   background-color: #4973cb;
   border-color: transparent;
   background-image: none;
 }
 .btn-color.btn-facebook:active:hover,
 .btn-color.btn-facebook:active:focus,
 .btn-color.btn-facebook:active.focus,
 .btn-color.btn-facebook.active:hover,
 .btn-color.btn-facebook.active:focus,
 .btn-color.btn-facebook.active.focus,
 .open > .btn-color.btn-facebook.dropdown-toggle:hover,
 .open > .btn-color.btn-facebook.dropdown-toggle:focus,
 .open > .btn-color.btn-facebook.dropdown-toggle.focus {
   color: #ffffff;
   background-color: #4973cb;
   border-color: transparent;
 }
 .btn-color.btn-facebook:active:hover > .icon,
 .btn-color.btn-facebook:active:focus > .icon,
 .btn-color.btn-facebook:active.focus > .icon,
 .btn-color.btn-facebook.active:hover > .icon,
 .btn-color.btn-facebook.active:focus > .icon,
 .btn-color.btn-facebook.active.focus > .icon,
 .open > .btn-color.btn-facebook.dropdown-toggle:hover > .icon,
 .open > .btn-color.btn-facebook.dropdown-toggle:focus > .icon,
 .open > .btn-color.btn-facebook.dropdown-toggle.focus > .icon {
   color: #ffffff;
 }
 
 .btn-color.btn-twitter {
   color: #ffffff;
   background-color: #50bff5;
   border-color: #50bff5;
 }
 .btn-color.btn-twitter .icon {
   color: #ffffff;
 }
 .btn-color.btn-twitter:hover {
   color: #ffffff;
   background-color: #68c8f6;
   border-color: transparent;
 }
 .btn-color.btn-twitter:focus,
 .btn-color.btn-twitter.focus {
   color: #ffffff;
   background-color: #50bff5;
   border-color: #50bff5;
 }
 .btn-color.btn-twitter:focus:hover,
 .btn-color.btn-twitter.focus:hover {
   color: #ffffff;
   background-color: #68c8f6;
   border-color: transparent;
 }
 .btn-color.btn-twitter:active,
 .btn-color.btn-twitter.active,
 .open > .btn-color.btn-twitter.dropdown-toggle {
   color: #ffffff;
   background-color: #38b6f4;
   border-color: transparent;
   background-image: none;
 }
 .btn-color.btn-twitter:active:hover,
 .btn-color.btn-twitter:active:focus,
 .btn-color.btn-twitter:active.focus,
 .btn-color.btn-twitter.active:hover,
 .btn-color.btn-twitter.active:focus,
 .btn-color.btn-twitter.active.focus,
 .open > .btn-color.btn-twitter.dropdown-toggle:hover,
 .open > .btn-color.btn-twitter.dropdown-toggle:focus,
 .open > .btn-color.btn-twitter.dropdown-toggle.focus {
   color: #ffffff;
   background-color: #38b6f4;
   border-color: transparent;
 }
 .btn-color.btn-twitter:active:hover > .icon,
 .btn-color.btn-twitter:active:focus > .icon,
 .btn-color.btn-twitter:active.focus > .icon,
 .btn-color.btn-twitter.active:hover > .icon,
 .btn-color.btn-twitter.active:focus > .icon,
 .btn-color.btn-twitter.active.focus > .icon,
 .open > .btn-color.btn-twitter.dropdown-toggle:hover > .icon,
 .open > .btn-color.btn-twitter.dropdown-toggle:focus > .icon,
 .open > .btn-color.btn-twitter.dropdown-toggle.focus > .icon {
   color: #ffffff;
 }
 
 .btn-color.btn-google-plus {
   color: #ffffff;
   background-color: #eb5e4c;
   border-color: #eb5e4c;
 }
 .btn-color.btn-google-plus .icon {
   color: #ffffff;
 }
 .btn-color.btn-google-plus:hover {
   color: #ffffff;
   background-color: #ee7363;
   border-color: transparent;
 }
 .btn-color.btn-google-plus:focus,
 .btn-color.btn-google-plus.focus {
   color: #ffffff;
   background-color: #eb5e4c;
   border-color: #eb5e4c;
 }
 .btn-color.btn-google-plus:focus:hover,
 .btn-color.btn-google-plus.focus:hover {
   color: #ffffff;
   background-color: #ee7363;
   border-color: transparent;
 }
 .btn-color.btn-google-plus:active,
 .btn-color.btn-google-plus.active,
 .open > .btn-color.btn-google-plus.dropdown-toggle {
   color: #ffffff;
   background-color: #e84935;
   border-color: transparent;
   background-image: none;
 }
 .btn-color.btn-google-plus:active:hover,
 .btn-color.btn-google-plus:active:focus,
 .btn-color.btn-google-plus:active.focus,
 .btn-color.btn-google-plus.active:hover,
 .btn-color.btn-google-plus.active:focus,
 .btn-color.btn-google-plus.active.focus,
 .open > .btn-color.btn-google-plus.dropdown-toggle:hover,
 .open > .btn-color.btn-google-plus.dropdown-toggle:focus,
 .open > .btn-color.btn-google-plus.dropdown-toggle.focus {
   color: #ffffff;
   background-color: #e84935;
   border-color: transparent;
 }
 .btn-color.btn-google-plus:active:hover > .icon,
 .btn-color.btn-google-plus:active:focus > .icon,
 .btn-color.btn-google-plus:active.focus > .icon,
 .btn-color.btn-google-plus.active:hover > .icon,
 .btn-color.btn-google-plus.active:focus > .icon,
 .btn-color.btn-google-plus.active.focus > .icon,
 .open > .btn-color.btn-google-plus.dropdown-toggle:hover > .icon,
 .open > .btn-color.btn-google-plus.dropdown-toggle:focus > .icon,
 .open > .btn-color.btn-google-plus.dropdown-toggle.focus > .icon {
   color: #ffffff;
 }
 
 .btn-color.btn-dribbble {
   color: #ffffff;
   background-color: #f7659c;
   border-color: #f7659c;
 }
 .btn-color.btn-dribbble .icon {
   color: #ffffff;
 }
 .btn-color.btn-dribbble:hover {
   color: #ffffff;
   background-color: #f87dac;
   border-color: transparent;
 }
 .btn-color.btn-dribbble:focus,
 .btn-color.btn-dribbble.focus {
   color: #ffffff;
   background-color: #f7659c;
   border-color: #f7659c;
 }
 .btn-color.btn-dribbble:focus:hover,
 .btn-color.btn-dribbble.focus:hover {
   color: #ffffff;
   background-color: #f87dac;
   border-color: transparent;
 }
 .btn-color.btn-dribbble:active,
 .btn-color.btn-dribbble.active,
 .open > .btn-color.btn-dribbble.dropdown-toggle {
   color: #ffffff;
   background-color: #f64d8c;
   border-color: transparent;
   background-image: none;
 }
 .btn-color.btn-dribbble:active:hover,
 .btn-color.btn-dribbble:active:focus,
 .btn-color.btn-dribbble:active.focus,
 .btn-color.btn-dribbble.active:hover,
 .btn-color.btn-dribbble.active:focus,
 .btn-color.btn-dribbble.active.focus,
 .open > .btn-color.btn-dribbble.dropdown-toggle:hover,
 .open > .btn-color.btn-dribbble.dropdown-toggle:focus,
 .open > .btn-color.btn-dribbble.dropdown-toggle.focus {
   color: #ffffff;
   background-color: #f64d8c;
   border-color: transparent;
 }
 .btn-color.btn-dribbble:active:hover > .icon,
 .btn-color.btn-dribbble:active:focus > .icon,
 .btn-color.btn-dribbble:active.focus > .icon,
 .btn-color.btn-dribbble.active:hover > .icon,
 .btn-color.btn-dribbble.active:focus > .icon,
 .btn-color.btn-dribbble.active.focus > .icon,
 .open > .btn-color.btn-dribbble.dropdown-toggle:hover > .icon,
 .open > .btn-color.btn-dribbble.dropdown-toggle:focus > .icon,
 .open > .btn-color.btn-dribbble.dropdown-toggle.focus > .icon {
   color: #ffffff;
 }
 
 .btn-color.btn-flickr {
   color: #ffffff;
   background-color: #0063dc;
   border-color: #0063dc;
 }
 .btn-color.btn-flickr .icon {
   color: #ffffff;
 }
 .btn-color.btn-flickr:hover {
   color: #ffffff;
   background-color: #006ef6;
   border-color: transparent;
 }
 .btn-color.btn-flickr:focus,
 .btn-color.btn-flickr.focus {
   color: #ffffff;
   background-color: #0063dc;
   border-color: #0063dc;
 }
 .btn-color.btn-flickr:focus:hover,
 .btn-color.btn-flickr.focus:hover {
   color: #ffffff;
   background-color: #006ef6;
   border-color: transparent;
 }
 .btn-color.btn-flickr:active,
 .btn-color.btn-flickr.active,
 .open > .btn-color.btn-flickr.dropdown-toggle {
   color: #ffffff;
   background-color: #0058c3;
   border-color: transparent;
   background-image: none;
 }
 .btn-color.btn-flickr:active:hover,
 .btn-color.btn-flickr:active:focus,
 .btn-color.btn-flickr:active.focus,
 .btn-color.btn-flickr.active:hover,
 .btn-color.btn-flickr.active:focus,
 .btn-color.btn-flickr.active.focus,
 .open > .btn-color.btn-flickr.dropdown-toggle:hover,
 .open > .btn-color.btn-flickr.dropdown-toggle:focus,
 .open > .btn-color.btn-flickr.dropdown-toggle.focus {
   color: #ffffff;
   background-color: #0058c3;
   border-color: transparent;
 }
 .btn-color.btn-flickr:active:hover > .icon,
 .btn-color.btn-flickr:active:focus > .icon,
 .btn-color.btn-flickr:active.focus > .icon,
 .btn-color.btn-flickr.active:hover > .icon,
 .btn-color.btn-flickr.active:focus > .icon,
 .btn-color.btn-flickr.active.focus > .icon,
 .open > .btn-color.btn-flickr.dropdown-toggle:hover > .icon,
 .open > .btn-color.btn-flickr.dropdown-toggle:focus > .icon,
 .open > .btn-color.btn-flickr.dropdown-toggle.focus > .icon {
   color: #ffffff;
 }
 
 .btn-color.btn-linkedin {
   color: #ffffff;
   background-color: #238cc8;
   border-color: #238cc8;
 }
 .btn-color.btn-linkedin .icon {
   color: #ffffff;
 }
 .btn-color.btn-linkedin:hover {
   color: #ffffff;
   background-color: #2b9ada;
   border-color: transparent;
 }
 .btn-color.btn-linkedin:focus,
 .btn-color.btn-linkedin.focus {
   color: #ffffff;
   background-color: #238cc8;
   border-color: #238cc8;
 }
 .btn-color.btn-linkedin:focus:hover,
 .btn-color.btn-linkedin.focus:hover {
   color: #ffffff;
   background-color: #2b9ada;
   border-color: transparent;
 }
 .btn-color.btn-linkedin:active,
 .btn-color.btn-linkedin.active,
 .open > .btn-color.btn-linkedin.dropdown-toggle {
   color: #ffffff;
   background-color: #1f7db2;
   border-color: transparent;
   background-image: none;
 }
 .btn-color.btn-linkedin:active:hover,
 .btn-color.btn-linkedin:active:focus,
 .btn-color.btn-linkedin:active.focus,
 .btn-color.btn-linkedin.active:hover,
 .btn-color.btn-linkedin.active:focus,
 .btn-color.btn-linkedin.active.focus,
 .open > .btn-color.btn-linkedin.dropdown-toggle:hover,
 .open > .btn-color.btn-linkedin.dropdown-toggle:focus,
 .open > .btn-color.btn-linkedin.dropdown-toggle.focus {
   color: #ffffff;
   background-color: #1f7db2;
   border-color: transparent;
 }
 .btn-color.btn-linkedin:active:hover > .icon,
 .btn-color.btn-linkedin:active:focus > .icon,
 .btn-color.btn-linkedin:active.focus > .icon,
 .btn-color.btn-linkedin.active:hover > .icon,
 .btn-color.btn-linkedin.active:focus > .icon,
 .btn-color.btn-linkedin.active.focus > .icon,
 .open > .btn-color.btn-linkedin.dropdown-toggle:hover > .icon,
 .open > .btn-color.btn-linkedin.dropdown-toggle:focus > .icon,
 .open > .btn-color.btn-linkedin.dropdown-toggle.focus > .icon {
   color: #ffffff;
 }
 
 .btn-color.btn-youtube {
   color: #ffffff;
   background-color: #ef4e41;
   border-color: #ef4e41;
 }
 .btn-color.btn-youtube .icon {
   color: #ffffff;
 }
 .btn-color.btn-youtube:hover {
   color: #ffffff;
   background-color: #f16459;
   border-color: transparent;
 }
 .btn-color.btn-youtube:focus,
 .btn-color.btn-youtube.focus {
   color: #ffffff;
   background-color: #ef4e41;
   border-color: #ef4e41;
 }
 .btn-color.btn-youtube:focus:hover,
 .btn-color.btn-youtube.focus:hover {
   color: #ffffff;
   background-color: #f16459;
   border-color: transparent;
 }
 .btn-color.btn-youtube:active,
 .btn-color.btn-youtube.active,
 .open > .btn-color.btn-youtube.dropdown-toggle {
   color: #ffffff;
   background-color: #ed3829;
   border-color: transparent;
   background-image: none;
 }
 .btn-color.btn-youtube:active:hover,
 .btn-color.btn-youtube:active:focus,
 .btn-color.btn-youtube:active.focus,
 .btn-color.btn-youtube.active:hover,
 .btn-color.btn-youtube.active:focus,
 .btn-color.btn-youtube.active.focus,
 .open > .btn-color.btn-youtube.dropdown-toggle:hover,
 .open > .btn-color.btn-youtube.dropdown-toggle:focus,
 .open > .btn-color.btn-youtube.dropdown-toggle.focus {
   color: #ffffff;
   background-color: #ed3829;
   border-color: transparent;
 }
 .btn-color.btn-youtube:active:hover > .icon,
 .btn-color.btn-youtube:active:focus > .icon,
 .btn-color.btn-youtube:active.focus > .icon,
 .btn-color.btn-youtube.active:hover > .icon,
 .btn-color.btn-youtube.active:focus > .icon,
 .btn-color.btn-youtube.active.focus > .icon,
 .open > .btn-color.btn-youtube.dropdown-toggle:hover > .icon,
 .open > .btn-color.btn-youtube.dropdown-toggle:focus > .icon,
 .open > .btn-color.btn-youtube.dropdown-toggle.focus > .icon {
   color: #ffffff;
 }
 
 .btn-color.btn-pinterest {
   color: #ffffff;
   background-color: #e13138;
   border-color: #e13138;
 }
 .btn-color.btn-pinterest .icon {
   color: #ffffff;
 }
 .btn-color.btn-pinterest:hover {
   color: #ffffff;
   background-color: #e4474e;
   border-color: transparent;
 }
 .btn-color.btn-pinterest:focus,
 .btn-color.btn-pinterest.focus {
   color: #ffffff;
   background-color: #e13138;
   border-color: #e13138;
 }
 .btn-color.btn-pinterest:focus:hover,
 .btn-color.btn-pinterest.focus:hover {
   color: #ffffff;
   background-color: #e4474e;
   border-color: transparent;
 }
 .btn-color.btn-pinterest:active,
 .btn-color.btn-pinterest.active,
 .open > .btn-color.btn-pinterest.dropdown-toggle {
   color: #ffffff;
   background-color: #d92027;
   border-color: transparent;
   background-image: none;
 }
 .btn-color.btn-pinterest:active:hover,
 .btn-color.btn-pinterest:active:focus,
 .btn-color.btn-pinterest:active.focus,
 .btn-color.btn-pinterest.active:hover,
 .btn-color.btn-pinterest.active:focus,
 .btn-color.btn-pinterest.active.focus,
 .open > .btn-color.btn-pinterest.dropdown-toggle:hover,
 .open > .btn-color.btn-pinterest.dropdown-toggle:focus,
 .open > .btn-color.btn-pinterest.dropdown-toggle.focus {
   color: #ffffff;
   background-color: #d92027;
   border-color: transparent;
 }
 .btn-color.btn-pinterest:active:hover > .icon,
 .btn-color.btn-pinterest:active:focus > .icon,
 .btn-color.btn-pinterest:active.focus > .icon,
 .btn-color.btn-pinterest.active:hover > .icon,
 .btn-color.btn-pinterest.active:focus > .icon,
 .btn-color.btn-pinterest.active.focus > .icon,
 .open > .btn-color.btn-pinterest.dropdown-toggle:hover > .icon,
 .open > .btn-color.btn-pinterest.dropdown-toggle:focus > .icon,
 .open > .btn-color.btn-pinterest.dropdown-toggle.focus > .icon {
   color: #ffffff;
 }
 
 .btn-color.btn-github {
   color: #ffffff;
   background-color: #333;
   border-color: #333;
 }
 .btn-color.btn-github .icon {
   color: #ffffff;
 }
 .btn-color.btn-github:hover {
   color: #ffffff;
   background-color: #404040;
   border-color: transparent;
 }
 .btn-color.btn-github:focus,
 .btn-color.btn-github.focus {
   color: #ffffff;
   background-color: #333;
   border-color: #333;
 }
 .btn-color.btn-github:focus:hover,
 .btn-color.btn-github.focus:hover {
   color: #ffffff;
   background-color: #404040;
   border-color: transparent;
 }
 .btn-color.btn-github:active,
 .btn-color.btn-github.active,
 .open > .btn-color.btn-github.dropdown-toggle {
   color: #ffffff;
   background-color: #262626;
   border-color: transparent;
   background-image: none;
 }
 .btn-color.btn-github:active:hover,
 .btn-color.btn-github:active:focus,
 .btn-color.btn-github:active.focus,
 .btn-color.btn-github.active:hover,
 .btn-color.btn-github.active:focus,
 .btn-color.btn-github.active.focus,
 .open > .btn-color.btn-github.dropdown-toggle:hover,
 .open > .btn-color.btn-github.dropdown-toggle:focus,
 .open > .btn-color.btn-github.dropdown-toggle.focus {
   color: #ffffff;
   background-color: #262626;
   border-color: transparent;
 }
 .btn-color.btn-github:active:hover > .icon,
 .btn-color.btn-github:active:focus > .icon,
 .btn-color.btn-github:active.focus > .icon,
 .btn-color.btn-github.active:hover > .icon,
 .btn-color.btn-github.active:focus > .icon,
 .btn-color.btn-github.active.focus > .icon,
 .open > .btn-color.btn-github.dropdown-toggle:hover > .icon,
 .open > .btn-color.btn-github.dropdown-toggle:focus > .icon,
 .open > .btn-color.btn-github.dropdown-toggle.focus > .icon {
   color: #ffffff;
 }
 
 .btn-color.btn-tumblr {
   color: #ffffff;
   background-color: #426d9b;
   border-color: #426d9b;
 }
 .btn-color.btn-tumblr .icon {
   color: #ffffff;
 }
 .btn-color.btn-tumblr:hover {
   color: #ffffff;
   background-color: #4a7aad;
   border-color: transparent;
 }
 .btn-color.btn-tumblr:focus,
 .btn-color.btn-tumblr.focus {
   color: #ffffff;
   background-color: #426d9b;
   border-color: #426d9b;
 }
 .btn-color.btn-tumblr:focus:hover,
 .btn-color.btn-tumblr.focus:hover {
   color: #ffffff;
   background-color: #4a7aad;
   border-color: transparent;
 }
 .btn-color.btn-tumblr:active,
 .btn-color.btn-tumblr.active,
 .open > .btn-color.btn-tumblr.dropdown-toggle {
   color: #ffffff;
   background-color: #3a6089;
   border-color: transparent;
   background-image: none;
 }
 .btn-color.btn-tumblr:active:hover,
 .btn-color.btn-tumblr:active:focus,
 .btn-color.btn-tumblr:active.focus,
 .btn-color.btn-tumblr.active:hover,
 .btn-color.btn-tumblr.active:focus,
 .btn-color.btn-tumblr.active.focus,
 .open > .btn-color.btn-tumblr.dropdown-toggle:hover,
 .open > .btn-color.btn-tumblr.dropdown-toggle:focus,
 .open > .btn-color.btn-tumblr.dropdown-toggle.focus {
   color: #ffffff;
   background-color: #3a6089;
   border-color: transparent;
 }
 .btn-color.btn-tumblr:active:hover > .icon,
 .btn-color.btn-tumblr:active:focus > .icon,
 .btn-color.btn-tumblr:active.focus > .icon,
 .btn-color.btn-tumblr.active:hover > .icon,
 .btn-color.btn-tumblr.active:focus > .icon,
 .btn-color.btn-tumblr.active.focus > .icon,
 .open > .btn-color.btn-tumblr.dropdown-toggle:hover > .icon,
 .open > .btn-color.btn-tumblr.dropdown-toggle:focus > .icon,
 .open > .btn-color.btn-tumblr.dropdown-toggle.focus > .icon {
   color: #ffffff;
 }
 
 .btn-color.btn-dropbox {
   color: #ffffff;
   background-color: #007ee5;
   border-color: #007ee5;
 }
 .btn-color.btn-dropbox .icon {
   color: #ffffff;
 }
 .btn-color.btn-dropbox:hover {
   color: #ffffff;
   background-color: #008cff;
   border-color: transparent;
 }
 .btn-color.btn-dropbox:focus,
 .btn-color.btn-dropbox.focus {
   color: #ffffff;
   background-color: #007ee5;
   border-color: #007ee5;
 }
 .btn-color.btn-dropbox:focus:hover,
 .btn-color.btn-dropbox.focus:hover {
   color: #ffffff;
   background-color: #008cff;
   border-color: transparent;
 }
 .btn-color.btn-dropbox:active,
 .btn-color.btn-dropbox.active,
 .open > .btn-color.btn-dropbox.dropdown-toggle {
   color: #ffffff;
   background-color: #0070cc;
   border-color: transparent;
   background-image: none;
 }
 .btn-color.btn-dropbox:active:hover,
 .btn-color.btn-dropbox:active:focus,
 .btn-color.btn-dropbox:active.focus,
 .btn-color.btn-dropbox.active:hover,
 .btn-color.btn-dropbox.active:focus,
 .btn-color.btn-dropbox.active.focus,
 .open > .btn-color.btn-dropbox.dropdown-toggle:hover,
 .open > .btn-color.btn-dropbox.dropdown-toggle:focus,
 .open > .btn-color.btn-dropbox.dropdown-toggle.focus {
   color: #ffffff;
   background-color: #0070cc;
   border-color: transparent;
 }
 .btn-color.btn-dropbox:active:hover > .icon,
 .btn-color.btn-dropbox:active:focus > .icon,
 .btn-color.btn-dropbox:active.focus > .icon,
 .btn-color.btn-dropbox.active:hover > .icon,
 .btn-color.btn-dropbox.active:focus > .icon,
 .btn-color.btn-dropbox.active.focus > .icon,
 .open > .btn-color.btn-dropbox.dropdown-toggle:hover > .icon,
 .open > .btn-color.btn-dropbox.dropdown-toggle:focus > .icon,
 .open > .btn-color.btn-dropbox.dropdown-toggle.focus > .icon {
   color: #ffffff;
 }
 
 .btn-color.btn-behance {
   color: #ffffff;
   background-color: #235cff;
   border-color: #235cff;
 }
 .btn-color.btn-behance .icon {
   color: #ffffff;
 }
 .btn-color.btn-behance:hover {
   color: #ffffff;
   background-color: #3d6fff;
   border-color: transparent;
 }
 .btn-color.btn-behance:focus,
 .btn-color.btn-behance.focus {
   color: #ffffff;
   background-color: #235cff;
   border-color: #235cff;
 }
 .btn-color.btn-behance:focus:hover,
 .btn-color.btn-behance.focus:hover {
   color: #ffffff;
   background-color: #3d6fff;
   border-color: transparent;
 }
 .btn-color.btn-behance:active,
 .btn-color.btn-behance.active,
 .open > .btn-color.btn-behance.dropdown-toggle {
   color: #ffffff;
   background-color: #0a49ff;
   border-color: transparent;
   background-image: none;
 }
 .btn-color.btn-behance:active:hover,
 .btn-color.btn-behance:active:focus,
 .btn-color.btn-behance:active.focus,
 .btn-color.btn-behance.active:hover,
 .btn-color.btn-behance.active:focus,
 .btn-color.btn-behance.active.focus,
 .open > .btn-color.btn-behance.dropdown-toggle:hover,
 .open > .btn-color.btn-behance.dropdown-toggle:focus,
 .open > .btn-color.btn-behance.dropdown-toggle.focus {
   color: #ffffff;
   background-color: #0a49ff;
   border-color: transparent;
 }
 .btn-color.btn-behance:active:hover > .icon,
 .btn-color.btn-behance:active:focus > .icon,
 .btn-color.btn-behance:active.focus > .icon,
 .btn-color.btn-behance.active:hover > .icon,
 .btn-color.btn-behance.active:focus > .icon,
 .btn-color.btn-behance.active.focus > .icon,
 .open > .btn-color.btn-behance.dropdown-toggle:hover > .icon,
 .open > .btn-color.btn-behance.dropdown-toggle:focus > .icon,
 .open > .btn-color.btn-behance.dropdown-toggle.focus > .icon {
   color: #ffffff;
 }
 
 .btn-hspace {
   margin-right: 4px;
 }
 
 .btn-vspace {
   margin-bottom: 5px;
 }
 
 .btn-space {
   margin-right: 4px;
   margin-bottom: 5px;
 }
 
 .btn-link {
   font-weight: 700;
   color: #545454;
 }
 .btn-link:hover,
 .btn-link:focus {
   color: #7a7a7a;
   text-decoration: none;
 }
 .btn-link:active,
 .btn-link.active,
 .show > .btn-link.dropdown-toggle {
   background-color: rgba(0, 0, 0, 0.07);
 }
 
 .btn-link-secondary {
   color: #545454;
 }
 .btn-link-secondary:hover {
   color: #7a7a7a;
 }
 .btn-link-secondary:focus,
 .btn-link-secondary.focus {
   color: #545454;
 }
 .btn-link-secondary:focus:hover,
 .btn-link-secondary.focus:hover {
   color: #7a7a7a;
 }
 .btn-link-secondary.disabled,
 .btn-link-secondary:disabled {
   color: #7a7a7a;
   cursor: not-allowed;
 }
 
 .btn-link-primary {
   color: #5f5f5f;
 }
 .btn-link-primary:hover {
   color: #239768;
 }
 .btn-link-primary:focus,
 .btn-link-primary.focus {
   color: #5f5f5f;
 }
 .btn-link-primary:focus:hover,
 .btn-link-primary.focus:hover {
   color: #239768;
 }
 .btn-link-primary.disabled,
 .btn-link-primary:disabled {
   color: #5fdba9;
   cursor: not-allowed;
 }
 
 .btn-link-success {
   color: #5f5f5f;
 }
 .btn-link-success:hover {
   color: #239768;
 }
 .btn-link-success:focus,
 .btn-link-success.focus {
   color: #5f5f5f;
 }
 .btn-link-success:focus:hover,
 .btn-link-success.focus:hover {
   color: #239768;
 }
 .btn-link-success.disabled,
 .btn-link-success:disabled {
   color: #5fdba9;
   cursor: not-allowed;
 }
 
 .btn-link-info {
   color: #58c7ef;
 }
 .btn-link-info:hover {
   color: #29b7eb;
 }
 .btn-link-info:focus,
 .btn-link-info.focus {
   color: #58c7ef;
 }
 .btn-link-info:focus:hover,
 .btn-link-info.focus:hover {
   color: #29b7eb;
 }
 .btn-link-info.disabled,
 .btn-link-info:disabled {
   color: #9edef6;
   cursor: not-allowed;
 }
 
 .btn-link-warning {
   color: #ffdc42;
 }
 .btn-link-warning:hover {
   color: #ffd30f;
 }
 .btn-link-warning:focus,
 .btn-link-warning.focus {
   color: #ffdc42;
 }
 .btn-link-warning:focus:hover,
 .btn-link-warning.focus:hover {
   color: #ffd30f;
 }
 .btn-link-warning.disabled,
 .btn-link-warning:disabled {
   color: #ffea8f;
   cursor: not-allowed;
 }
 
 .btn-link-danger {
   color: #f45846;
 }
 .btn-link-danger:hover {
   color: #f12d16;
 }
 .btn-link-danger:focus,
 .btn-link-danger.focus {
   color: #f45846;
 }
 .btn-link-danger:focus:hover,
 .btn-link-danger.focus:hover {
   color: #f12d16;
 }
 .btn-link-danger.disabled,
 .btn-link-danger:disabled {
   color: #f8998e;
   cursor: not-allowed;
 }
 
 .breadcrumb-item .icon {
   font-size: 1.4rem;
 }
 
 .breadcrumb-item + .breadcrumb-item::before {
   position: relative;
   top: -0.07692rem;
   font-family: 'Stroke 7';
   font-size: 1.8rem;
   line-height: 0.4;
   vertical-align: middle;
   padding: 0;
 }
 
 /*------------------------------------------------------------------
   [Code]
 */
 code {
   padding: 0.2rem 0.4rem;
 }
 
 pre {
   padding: 1.538rem;
   border: 0;
   border-radius: 0;
   background-color: #fafafa;
 }
 pre code {
   white-space: pre-wrap;
   padding: 0;
 }
 
 .accordion .card {
   border: 0 solid transparent;
   -webkit-box-shadow: 0 0 0.307rem rgba(0, 0, 0, 0.04);
   box-shadow: 0 0 0.307rem rgba(0, 0, 0, 0.04);
   background-color: trn;
 }
 .accordion .card + .card {
   margin-top: 0.384rem;
 }
 
 .accordion .card-header {
   padding: 0;
   border-bottom: 0 solid transparent;
   background-color: #ffffff;
 }
 .accordion .card-header button {
   display: block;
   width: 100%;
   font-size: 1.384rem;
   text-align: left;
   line-height: 1;
   padding: 1.599rem 1.538rem;
   color: #545454;
   background-color: transparent;
 }
 .accordion .card-header button .icon {
   -webkit-transition: -webkit-transform 200ms ease-in-out;
   transition: -webkit-transform 200ms ease-in-out;
   -o-transition: -o-transform 200ms ease-in-out;
   transition: transform 200ms ease-in-out;
   transition: transform 200ms ease-in-out, -webkit-transform 200ms ease-in-out,
     -o-transform 200ms ease-in-out;
   font-size: 2.307rem;
   line-height: 0.7;
   vertical-align: middle;
   position: relative;
   top: -1px;
   display: inline-block;
   margin-right: 0.384rem;
 }
 .accordion .card-header button[aria-expanded='true'] {
   color: #5f5f5f;
 }
 .accordion .card-header button[aria-expanded='true'] .icon {
   -webkit-transform: rotate(90deg);
   -o-transform: rotate(90deg);
   transform: rotate(90deg);
 }
 
 .accordion .card-block {
   padding: 1.692rem 1.538rem;
 }
 
 .accordion-dark .card {
   background-color: #545454;
   color: #ffffff;
 }
 
 .accordion-dark .card-header {
   background-color: #545454;
 }
 .accordion-dark .card-header button {
   color: #ffffff;
 }
 .accordion-dark .card-header button[aria-expanded='true'] {
   color: #5f5f5f;
   background-color: #4c4c4c;
 }
 
 .custom-control {
   min-height: 1.69231rem;
   min-width: 1.69231rem;
   margin-bottom: 0.923rem;
   text-align: left;
 }
 
 .custom-control-input .custom-control-label {
   line-height: 1.6;
 }
 
 .custom-control-input:checked ~ .custom-control-label::after {
   color: #fff;
 }
 
 .custom-control-input:checked ~ .custom-control-label::before {
   border-color: #fff;
 }
 
 .custom-control-input:checked ~ .custom-control-color::after {
   background-color: #5f5f5f;
   color: #ffffff;
 }
 .custom-radio .custom-control-input:checked ~ .custom-control-color::after {
   border-radius: 50%;
 }
 
 .custom-checkbox .custom-control-label::before {
   border: 2px solid #ebebeb;
   content: '';
 }
 
 .custom-checkbox .custom-control-input:checked ~ .custom-control-label::after {
   content: '\e6ca';
   font-family: 'Stroke 7';
   font-size: 20px;
   font-weight: normal;
   text-align: center;
   line-height: 1.1;
 }
 
 .custom-radio .custom-control-label::before {
   border: 2px solid #ebebeb;
   content: '';
 }
 
 .custom-radio .custom-control-input:checked ~ .custom-control-label::after {
   content: '\e6ce';
   font-family: 'Stroke 7';
   font-size: 14px;
   font-weight: normal;
   text-align: center;
   line-height: 1.6;
 }
 
 .custom-radio-icon {
   margin: 0;
   padding: 0;
   width: 52px;
   height: 52px;
 }
 .custom-radio-icon .custom-control-label::after,
 .custom-radio-icon .custom-control-label::before {
   display: none;
 }
 .custom-radio-icon .custom-control-label {
   cursor: pointer;
   width: 52px;
   height: 52px;
   line-height: 1;
   border: 2px solid #d5d8de;
   border-radius: 50%;
   font-size: 2.847rem;
   color: #bdbdbd;
   background-color: #ffffff;
   text-align: center;
 }
 .custom-radio-icon .custom-control-label:hover {
   border-color: #b8bdc8;
 }
 .custom-radio-icon .custom-control-label i {
   vertical-align: middle;
 }
 .custom-radio-icon input[type='radio']:checked + .custom-control-label {
   border-color: #5f5f5f;
   color: #5f5f5f;
   background-color: #ffffff;
 }
 .custom-radio-icon input[type='radio']:checked + .custom-control-label i {
   color: #5f5f5f;
 }
 .custom-radio-icon input[type='radio']:focus + .custom-control-label {
   -webkit-box-shadow: none;
   box-shadow: none;
 }
 .custom-radio-icon.custom-control-inline
   + .custom-radio-icon.custom-control-inline {
   margin-left: 18px;
 }
 
 .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='%2300bcd4' 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");
 }
 
 .form-control-danger {
   background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23F45846' 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");
 }
 
 .was-validated .form-control-feedback:valid,
 .form-control-feedback.is-valid,
 .was-validated .col-form-label:valid,
 .col-form-label.is-valid,
 .was-validated .form-check-label:valid,
 .form-check-label.is-valid,
 .was-validated .custom-control:valid,
 .custom-control.is-valid {
   color: #545454;
 }
 
 .was-validated .form-control:valid,
 .form-control.is-valid,
 .was-validated .custom-select:valid,
 .custom-select.is-valid {
   border-color: #5f5f5f;
 }
 .was-validated .form-control:valid:focus,
 .form-control.is-valid:focus,
 .was-validated .custom-select:valid:focus,
 .custom-select.is-valid:focus {
   -webkit-box-shadow: none;
   box-shadow: none;
 }
 
 .was-validated .custom-file-input:valid ~ .custom-file-control,
 .custom-file-input.is-valid ~ .custom-file-control {
   border-color: #5f5f5f;
 }
 .was-validated .custom-file-input:valid ~ .custom-file-control::before,
 .custom-file-input.is-valid ~ .custom-file-control::before {
   border-color: inherit;
 }
 
 .was-validated .custom-file-input:valid:focus,
 .custom-file-input.is-valid:focus {
   -webkit-box-shadow: none;
   box-shadow: none;
 }
 
 /*.custom-control-indicator {
     .was-validated &:valid,
     &.is-valid {
       border-color: $color;
     }
   }*/
 .was-validated .custom-control-input:valid ~ .custom-control-label,
 .custom-control-input.is-valid ~ .custom-control-label {
   color: #545454;
 }
 .was-validated .custom-control-input:valid ~ .custom-control-label::after,
 .custom-control-input.is-valid ~ .custom-control-label::after {
   color: #5f5f5f;
 }
 .was-validated .custom-control-input:valid ~ .custom-control-label::before,
 .custom-control-input.is-valid ~ .custom-control-label::before {
   background-color: #ffffff;
   border-color: #5f5f5f;
   color: #5f5f5f;
 }
 
 .was-validated
   .custom-control-input:checked:valid
   ~ .custom-control-color::after,
 .custom-control-input:checked.is-valid ~ .custom-control-color::after {
   background-color: #5f5f5f;
   color: #ffffff;
 }
 
 .was-validated .form-control-feedback:invalid,
 .form-control-feedback.is-invalid,
 .was-validated .col-form-label:invalid,
 .col-form-label.is-invalid,
 .was-validated .form-check-label:invalid,
 .form-check-label.is-invalid,
 .was-validated .custom-control:invalid,
 .custom-control.is-invalid {
   color: #545454;
 }
 
 .was-validated .form-control:invalid,
 .form-control.is-invalid,
 .was-validated .custom-select:invalid,
 .custom-select.is-invalid {
   border-color: #f45846;
 }
 .was-validated .form-control:invalid:focus,
 .form-control.is-invalid:focus,
 .was-validated .custom-select:invalid:focus,
 .custom-select.is-invalid:focus {
   -webkit-box-shadow: none;
   box-shadow: none;
 }
 
 .was-validated .custom-file-input:invalid ~ .custom-file-control,
 .custom-file-input.is-invalid ~ .custom-file-control {
   border-color: #f45846;
 }
 .was-validated .custom-file-input:invalid ~ .custom-file-control::before,
 .custom-file-input.is-invalid ~ .custom-file-control::before {
   border-color: inherit;
 }
 
 .was-validated .custom-file-input:invalid:focus,
 .custom-file-input.is-invalid:focus {
   -webkit-box-shadow: none;
   box-shadow: none;
 }
 
 /*.custom-control-indicator {
     .was-validated &:invalid,
     &.is-invalid {
       border-color: $color;
     }
   }*/
 .was-validated .custom-control-input:invalid ~ .custom-control-label,
 .custom-control-input.is-invalid ~ .custom-control-label {
   color: #545454;
 }
 .was-validated .custom-control-input:invalid ~ .custom-control-label::after,
 .custom-control-input.is-invalid ~ .custom-control-label::after {
   color: #f45846;
 }
 .was-validated .custom-control-input:invalid ~ .custom-control-label::before,
 .custom-control-input.is-invalid ~ .custom-control-label::before {
   background-color: #ffffff;
   border-color: #f45846;
   color: #f45846;
 }
 
 .was-validated
   .custom-control-input:checked:invalid
   ~ .custom-control-color::after,
 .custom-control-input:checked.is-invalid ~ .custom-control-color::after {
   background-color: #f45846;
   color: #ffffff;
 }
 
 .custom-control-sm {
   min-width: 1.38462rem;
   min-height: 1.38462rem;
 }
 .custom-control-sm.custom-control {
   top: 2px;
 }
 .custom-control-sm .custom-control-input ~ .custom-control-label::before {
   width: 1.38462rem;
   height: 1.38462rem;
 }
 .custom-control-sm
   .custom-control-input:checked
   ~ .custom-control-label::after {
   width: 1.38462rem;
   height: 1.38462rem;
   font-size: 15px;
   right: 0;
   line-height: 1.3;
   vertical-align: top;
 }
 
 .custom-select:focus {
   -webkit-box-shadow: 0 0 0 transparent;
   box-shadow: 0 0 0 transparent;
 }
 
 .dropdown-showcase {
   margin: 0;
 }
 
 .dropdown-menu {
   color: #545454;
   border-radius: 0;
   -webkit-box-shadow: 0 0 0.3077rem rgba(0, 0, 0, 0.25);
   box-shadow: 0 0 0.3077rem rgba(0, 0, 0, 0.25);
 }
 .dropdown-menu.dropdown-menu-dark {
   background-color: #323232;
   -webkit-box-shadow: none;
   box-shadow: none;
 }
 
 .dropdown-menu-dark .dropdown-divider {
   height: 0;
   margin: 0.5rem 0;
   overflow: hidden;
   border-top: 1px solid #3f3f3f;
 }
 
 .dropdown-item {
   padding: 0.7rem 1.5rem;
 }
 .dropdown-item:focus {
   background-color: transparent;
 }
 .dropdown-item:active {
   color: #212529;
   background-color: #f8f9fa;
 }
 .dropdown-item.active:hover,
 .dropdown-item.active:active {
   background-color: #f8f9fa;
   color: #5f5f5f;
 }
 .dropdown-menu-dark .dropdown-item {
   color: #adadad;
 }
 .dropdown-menu-dark .dropdown-item.active {
   color: #5f5f5f;
 }
 .dropdown-menu-dark .dropdown-item:active {
   background-color: transparent;
 }
 .dropdown-menu-dark .dropdown-item:hover:hover,
 .dropdown-menu-dark .dropdown-item:hover:focus {
   color: #ffffff;
   background-color: #5f5f5f;
 }
 .dropdown-item .icon {
   font-size: 1.385rem;
   vertical-align: middle;
 }
 
 .form-control {
   font-size: 1rem;
   padding: 0.53rem 1.307rem;
 }
 
 .form-control[type='text'],
 .form-control[type='email'] {
   padding: 0.53rem 1.307rem;
 }
 
 .form-control[multiple] {
   padding: 0;
 }
 .form-control[multiple] option {
   padding: 14px 13px;
 }
 
 textarea.form-control {
   background-color: #fafafa;
 }
 textarea.form-control:focus {
   background-color: #fafafa;
 }
 
 .inputfile {
   width: 0.1px;
   height: 0.1px;
   opacity: 0;
   overflow: hidden;
   position: absolute;
   z-index: -1;
 }
 .inputfile + label {
   padding: 0.81rem 0.7692rem;
   display: inline-block;
   cursor: pointer;
 }
 .inputfile + label i {
   margin-right: 10px;
 }
 
 .form-control-xs {
   padding: 0.385rem 1.307rem;
   font-size: 1rem;
 }
 
 select.form-control-xs:not([size]):not([multiple]) {
   height: 3.12rem;
 }
 
 .form-control-sm,
 .input-group-sm > .form-control,
 .input-group-sm > .input-group-prepend > .input-group-text,
 .input-group-sm > .input-group-append > .input-group-text,
 .input-group-sm > .input-group-prepend > .btn,
 .input-group-sm > .input-group-append > .btn {
   font-size: 1rem;
   padding: 0.615385rem 1.307rem;
 }
 
 .form-control-lg,
 .input-group-lg > .form-control,
 .input-group-lg > .input-group-prepend > .input-group-text,
 .input-group-lg > .input-group-append > .input-group-text,
 .input-group-lg > .input-group-prepend > .btn,
 .input-group-lg > .input-group-append > .btn {
   font-size: 1.23rem;
   padding: 1.15385rem 1.307rem;
 }
 
 .form-horizontal .form-group.row .col-form-label {
   text-align: right;
 }
 
 .custom-select {
   line-height: 1.2;
   padding: 0.375rem 1.75rem 0.375rem 0.75rem;
   -moz-appearance: none;
   -webkit-appearance: none;
 }
 
 .form-control-success,
 .form-control-danger {
   padding-right: 2.3076rem;
   background-repeat: no-repeat;
   background-position: center right 0.8076925rem;
   -webkit-background-size: 1.615385rem 1.615385rem;
   background-size: 1.615385rem 1.615385rem;
 }
 
 @media (max-width: 767.98px) {
   .container {
     width: 100%;
     max-width: 100%;
   }
 }
 
 .input-group .form-control:hover,
 .input-group .form-control:focus,
 .input-group .form-control:active {
   z-index: 0;
 }
 
 .input-group-prepend .input-group-text,
 .input-group-append .input-group-text {
   padding: 0.6rem 0.9rem;
   min-width: 3.847rem;
   font-size: 1.23rem;
   color: #c2c2c2;
 }
 
 .input-group-lg > .input-group-prepend,
 .input-group-lg > .input-group-append {
   font-size: 1.38462rem;
 }
 
 .input-group-prepend .custom-control,
 .input-group-append .custom-control {
   margin: 0;
   padding: 0;
 }
 
 .input-group-prepend input[type='radio'],
 .input-group-append input[type='radio'],
 .input-group-prepend input[type='checkbox'],
 .input-group-append input[type='checkbox'] {
   vertical-align: middle;
   margin-right: 0;
 }
 
 .input-group-btn {
   -webkit-box-orient: horizontal;
   -webkit-box-direction: normal;
   -webkit-flex-direction: row;
   -ms-flex-direction: row;
   flex-direction: row;
 }
 
 .input-search input {
   border: 1px solid #ebebeb;
   border-radius: 0;
   display: block;
   font-size: 1rem;
 }
 .input-search input:focus {
   background-color: transparent;
 }
 
 .input-search .input-group-btn {
   position: absolute;
   right: 0;
   display: block;
   width: auto;
   top: 1px;
   right: 1px;
   z-index: 3;
 }
 .input-search .input-group-btn button {
   -webkit-box-shadow: none;
   box-shadow: none;
   border: none;
   height: 3.07077rem;
   cursor: pointer;
 }
 .input-search .input-group-btn button:active {
   background-color: transparent;
   -webkit-box-shadow: none;
   box-shadow: none;
 }
 .input-search .input-group-btn button .icon {
   font-size: 20px;
   color: #878787;
 }
 .input-search .input-group-btn button:hover {
   background-color: transparent;
 }
 
 .input-search.input-group-lg .input-group-btn button {
   height: 3.68615rem;
 }
 
 .input-search.input-group-sm .input-group-btn button {
   height: 2.37846rem;
 }
 .input-search.input-group-sm .input-group-btn button .icon {
   font-size: 22px;
 }
 
 /*------------------------------------------------------------------
   [List group]
 */
 .list-group-item.active .badge {
   background: #ffffff;
   color: #5f5f5f;
 }
 
 .list-group-item .icon {
   -webkit-box-flex: 0;
   -webkit-flex: 0 0 auto;
   -ms-flex: 0 0 auto;
   flex: 0 0 auto;
   margin-right: 0.7rem;
   font-size: 1.385rem;
   vertical-align: middle;
 }
 
 .list-group-item.active .icon {
   color: #ffffff;
 }
 
 .list-group-item .text {
   -webkit-box-flex: 1;
   -webkit-flex: 1 1 auto;
   -ms-flex: 1 1 auto;
   flex: 1 1 auto;
 }
 
 .list-group-item .badge {
   -webkit-box-flex: 0;
   -webkit-flex: 0 0 auto;
   -ms-flex: 0 0 auto;
   flex: 0 0 auto;
 }
 .active .list-group-item .badge {
   background: #ffffff;
   color: #5f5f5f;
 }
 
 .modal-content {
   -webkit-box-shadow: 0 4px 6px rgba(0, 0, 0, 0.3);
   box-shadow: 0 4px 6px rgba(0, 0, 0, 0.3);
   overflow: hidden;
   background-color: #ffffff;
   color: #545454;
   border: none;
   border-radius: 0;
   max-width: 545px;
 }
 .modal-content .btn-link {
   font-weight: 400;
 }
 
 .modal-header {
   border: 0;
   padding: 19px;
   -webkit-box-pack: end;
   -webkit-justify-content: flex-end;
   -ms-flex-pack: end;
   justify-content: flex-end;
 }
 .modal-header h1,
 .modal-header h2,
 .modal-header h3,
 .modal-header h4,
 .modal-header h5,
 .modal-header h6 {
   display: block;
   margin: 0;
   color: #545454;
 }
 .modal-header .close {
   font-size: 20px;
   opacity: 0.4;
   text-shadow: none;
 }
 .modal-header .close:hover {
   opacity: 0.8;
 }
 
 .modal-body {
   padding: 20px 30px 30px;
 }
 .modal-body .row:last-child .form-group {
   margin-bottom: 0;
 }
 
 .modal-main-icon {
   display: inline-block;
   height: 77px;
   width: 77px;
   line-height: normal;
   font-size: 77px;
   margin-bottom: 37px;
 }
 
 .modal-footer {
   padding: 20px 30px;
   border: none;
 }
 
 .modal-dark .modal-content {
   background-color: #323232;
   color: #d1d1d1;
 }
 
 .modal-dark .modal-header .close {
   color: #ffffff;
   opacity: 0.6;
 }
 .modal-dark .modal-header .close:hover {
   opacity: 1;
 }
 
 .modal-dark .btn {
   border-width: 0;
 }
 
 .modal-dark .modal-footer .btn-link-secondary {
   color: #e0e0e0;
 }
 .modal-dark .modal-footer .btn-link-secondary:hover {
   color: #cccccc;
 }
 
 .modal-header-colored {
   -webkit-box-pack: justify;
   -webkit-justify-content: space-between;
   -ms-flex-pack: justify;
   justify-content: space-between;
   background-color: whitesmoke;
 }
 .modal-header-colored + .modal-body {
   padding-top: 30px;
 }
 .modal-dark .modal-header-colored {
   background-color: #4a4a4a;
 }
 .modal-dark .modal-header-colored h1,
 .modal-dark .modal-header-colored h2,
 .modal-dark .modal-header-colored h3,
 .modal-dark .modal-header-colored h4,
 .modal-dark .modal-header-colored h5,
 .modal-dark .modal-header-colored h6 {
   color: #d1d1d1;
 }
 .modal-header-colored-primary,
 .modal-dark .modal-header-colored-primary {
   background-color: #5f5f5f;
 }
 .modal-header-colored-primary h1,
 .modal-header-colored-primary h2,
 .modal-header-colored-primary h3,
 .modal-header-colored-primary h4,
 .modal-header-colored-primary h5,
 .modal-header-colored-primary h6,
 .modal-dark .modal-header-colored-primary h1,
 .modal-dark .modal-header-colored-primary h2,
 .modal-dark .modal-header-colored-primary h3,
 .modal-dark .modal-header-colored-primary h4,
 .modal-dark .modal-header-colored-primary h5,
 .modal-dark .modal-header-colored-primary h6 {
   color: #ffffff;
 }
 .modal-header-colored-primary .close,
 .modal-dark .modal-header-colored-primary .close {
   color: #ffffff;
   opacity: 0.6;
 }
 .modal-header-colored-primary .close:hover,
 .modal-dark .modal-header-colored-primary .close:hover {
   opacity: 1;
 }
 .modal-header-colored-success,
 .modal-dark .modal-header-colored-success {
   background-color: #5f5f5f;
 }
 .modal-header-colored-success h1,
 .modal-header-colored-success h2,
 .modal-header-colored-success h3,
 .modal-header-colored-success h4,
 .modal-header-colored-success h5,
 .modal-header-colored-success h6,
 .modal-dark .modal-header-colored-success h1,
 .modal-dark .modal-header-colored-success h2,
 .modal-dark .modal-header-colored-success h3,
 .modal-dark .modal-header-colored-success h4,
 .modal-dark .modal-header-colored-success h5,
 .modal-dark .modal-header-colored-success h6 {
   color: #ffffff;
 }
 .modal-header-colored-success .close,
 .modal-dark .modal-header-colored-success .close {
   color: #ffffff;
   opacity: 0.6;
 }
 .modal-header-colored-success .close:hover,
 .modal-dark .modal-header-colored-success .close:hover {
   opacity: 1;
 }
 .modal-header-colored-info,
 .modal-dark .modal-header-colored-info {
   background-color: #58c7ef;
 }
 .modal-header-colored-info h1,
 .modal-header-colored-info h2,
 .modal-header-colored-info h3,
 .modal-header-colored-info h4,
 .modal-header-colored-info h5,
 .modal-header-colored-info h6,
 .modal-dark .modal-header-colored-info h1,
 .modal-dark .modal-header-colored-info h2,
 .modal-dark .modal-header-colored-info h3,
 .modal-dark .modal-header-colored-info h4,
 .modal-dark .modal-header-colored-info h5,
 .modal-dark .modal-header-colored-info h6 {
   color: #ffffff;
 }
 .modal-header-colored-info .close,
 .modal-dark .modal-header-colored-info .close {
   color: #ffffff;
   opacity: 0.6;
 }
 .modal-header-colored-info .close:hover,
 .modal-dark .modal-header-colored-info .close:hover {
   opacity: 1;
 }
 .modal-header-colored-warning,
 .modal-dark .modal-header-colored-warning {
   background-color: #ffdc42;
 }
 .modal-header-colored-warning h1,
 .modal-header-colored-warning h2,
 .modal-header-colored-warning h3,
 .modal-header-colored-warning h4,
 .modal-header-colored-warning h5,
 .modal-header-colored-warning h6,
 .modal-dark .modal-header-colored-warning h1,
 .modal-dark .modal-header-colored-warning h2,
 .modal-dark .modal-header-colored-warning h3,
 .modal-dark .modal-header-colored-warning h4,
 .modal-dark .modal-header-colored-warning h5,
 .modal-dark .modal-header-colored-warning h6 {
   color: #ffffff;
 }
 .modal-header-colored-warning .close,
 .modal-dark .modal-header-colored-warning .close {
   color: #ffffff;
   opacity: 0.6;
 }
 .modal-header-colored-warning .close:hover,
 .modal-dark .modal-header-colored-warning .close:hover {
   opacity: 1;
 }
 .modal-header-colored-danger,
 .modal-dark .modal-header-colored-danger {
   background-color: #f45846;
 }
 .modal-header-colored-danger h1,
 .modal-header-colored-danger h2,
 .modal-header-colored-danger h3,
 .modal-header-colored-danger h4,
 .modal-header-colored-danger h5,
 .modal-header-colored-danger h6,
 .modal-dark .modal-header-colored-danger h1,
 .modal-dark .modal-header-colored-danger h2,
 .modal-dark .modal-header-colored-danger h3,
 .modal-dark .modal-header-colored-danger h4,
 .modal-dark .modal-header-colored-danger h5,
 .modal-dark .modal-header-colored-danger h6 {
   color: #ffffff;
 }
 .modal-header-colored-danger .close,
 .modal-dark .modal-header-colored-danger .close {
   color: #ffffff;
   opacity: 0.6;
 }
 .modal-header-colored-danger .close:hover,
 .modal-dark .modal-header-colored-danger .close:hover {
   opacity: 1;
 }
 .modal-header-colored-dark,
 .modal-dark .modal-header-colored-dark {
   background-color: #323232;
 }
 .modal-header-colored-dark h1,
 .modal-header-colored-dark h2,
 .modal-header-colored-dark h3,
 .modal-header-colored-dark h4,
 .modal-header-colored-dark h5,
 .modal-header-colored-dark h6,
 .modal-dark .modal-header-colored-dark h1,
 .modal-dark .modal-header-colored-dark h2,
 .modal-dark .modal-header-colored-dark h3,
 .modal-dark .modal-header-colored-dark h4,
 .modal-dark .modal-header-colored-dark h5,
 .modal-dark .modal-header-colored-dark h6 {
   color: #d1d1d1;
 }
 .modal-header-colored-dark .close,
 .modal-dark .modal-header-colored-dark .close {
   color: #ffffff;
   opacity: 0.6;
 }
 .modal-header-colored-dark .close:hover,
 .modal-dark .modal-header-colored-dark .close:hover {
   opacity: 1;
 }
 
 .modal-full-color .modal-content {
   color: #ffffff;
 }
 
 .modal-full-color .modal-header .close {
   color: #ffffff;
   opacity: 0.6;
 }
 .modal-full-color .modal-header .close:hover {
   opacity: 1;
 }
 
 .modal-full-color .modal-footer .btn-link-secondary {
   color: #ffffff;
 }
 .modal-full-color .modal-footer .btn-link-secondary:hover {
   color: #ebebeb;
 }
 
 .modal-full-color .btn {
   border-width: 0;
 }
 
 .modal-full-color .btn-primary,
 .modal-full-color .btn-success,
 .modal-full-color .btn-info,
 .modal-full-color .btn-warning,
 .modal-full-color .btn-danger,
 .modal-full-color .btn-dark {
   background-color: transparent;
 }
 .modal-full-color .btn-primary:focus,
 .modal-full-color .btn-success:focus,
 .modal-full-color .btn-info:focus,
 .modal-full-color .btn-warning:focus,
 .modal-full-color .btn-danger:focus,
 .modal-full-color .btn-dark:focus {
   background-color: transparent;
 }
 .modal-full-color .btn-primary:hover,
 .modal-full-color .btn-primary .hover,
 .modal-full-color .btn-success:hover,
 .modal-full-color .btn-success .hover,
 .modal-full-color .btn-info:hover,
 .modal-full-color .btn-info .hover,
 .modal-full-color .btn-warning:hover,
 .modal-full-color .btn-warning .hover,
 .modal-full-color .btn-danger:hover,
 .modal-full-color .btn-danger .hover,
 .modal-full-color .btn-dark:hover,
 .modal-full-color .btn-dark .hover {
   background-color: rgba(0, 0, 0, 0.1);
 }
 .modal-full-color .btn-primary:active,
 .modal-full-color .btn-success:active,
 .modal-full-color .btn-info:active,
 .modal-full-color .btn-warning:active,
 .modal-full-color .btn-danger:active,
 .modal-full-color .btn-dark:active {
   background-color: rgba(0, 0, 0, 0.15);
 }
 
 .modal-full-color-primary .modal-header {
   background-color: #5f5f5f;
 }
 
 .modal-full-color-primary .modal-body,
 .modal-full-color-primary .modal-footer {
   background-color: #5f5f5f;
 }
 
 .modal-full-color-primary .btn-default {
   color: #5f5f5f;
 }
 .modal-full-color-primary .btn-default:active {
   color: #5f5f5f;
 }
 
 .modal-full-color-success .modal-header {
   background-color: #5f5f5f;
 }
 
 .modal-full-color-success .modal-body,
 .modal-full-color-success .modal-footer {
   background-color: #5f5f5f;
 }
 
 .modal-full-color-success .btn-default {
   color: #5f5f5f;
 }
 .modal-full-color-success .btn-default:active {
   color: #5f5f5f;
 }
 
 .modal-full-color-info .modal-header {
   background-color: #58c7ef;
 }
 
 .modal-full-color-info .modal-body,
 .modal-full-color-info .modal-footer {
   background-color: #58c7ef;
 }
 
 .modal-full-color-info .btn-default {
   color: #58c7ef;
 }
 .modal-full-color-info .btn-default:active {
   color: #58c7ef;
 }
 
 .modal-full-color-warning .modal-header {
   background-color: #ffdc42;
 }
 
 .modal-full-color-warning .modal-body,
 .modal-full-color-warning .modal-footer {
   background-color: #ffdc42;
 }
 
 .modal-full-color-warning .btn-default {
   color: #ffdc42;
 }
 .modal-full-color-warning .btn-default:active {
   color: #ffdc42;
 }
 
 .modal-full-color-danger .modal-header {
   background-color: #f45846;
 }
 
 .modal-full-color-danger .modal-body,
 .modal-full-color-danger .modal-footer {
   background-color: #f45846;
 }
 
 .modal-full-color-danger .btn-default {
   color: #f45846;
 }
 .modal-full-color-danger .btn-default:active {
   color: #f45846;
 }
 
 .modal-full-color-dark .modal-header {
   background-color: #323232;
 }
 
 .modal-full-color-dark .modal-body,
 .modal-full-color-dark .modal-footer {
   background-color: #323232;
 }
 
 .modal-full-color-dark .btn-default {
   color: #323232;
 }
 .modal-full-color-dark .btn-default:active {
   color: #323232;
 }
 
 .full-width {
   width: 90%;
   max-width: none;
 }
 @media (max-width: 767.98px) {
   .full-width {
     width: 100%;
   }
 }
 .full-width.modal-container {
   width: 100%;
 }
 @media (max-width: 767.98px) {
   .full-width.modal-container {
     width: 100%;
   }
 }
 .full-width.modal-container .modal-content {
   width: 81%;
 }
 @media (max-width: 767.98px) {
   .full-width.modal-container .modal-content {
     width: 100%;
   }
 }
 .full-width .modal-content {
   width: 100%;
   max-width: none;
 }
 
 .custom-width .modal-dialog {
   width: 700px;
   max-width: none;
 }
 
 .custom-width .modal-content {
   width: 700px;
   max-width: none;
 }
 
 @media (max-width: 767.98px) {
   .custom-width .modal-content,
   .custom-width .modal-dialog,
   .custom-width .modal-header {
     width: 100% !important;
   }
 }
 
 @media (max-width: 575.98px) {
   .modal-dialog {
     margin: 0 auto;
   }
 }
 
 .mai-modal-open {
   overflow-x: visible;
 }
 
 @media (max-width: 767.98px) {
   .nav {
     -webkit-flex-wrap: nowrap;
     -ms-flex-wrap: nowrap;
     flex-wrap: nowrap;
   }
 }
 
 .nav-link {
   font-size: 1.077rem;
   color: #545454;
 }
 .nav-link.hover,
 .nav-link:hover {
   color: #666666;
   background: white;
 }
 .mai-user-nav .nav-link.hover,
 .mai-user-nav .nav-link:hover {
   color: #fff;
   background: #3e3e3e;
 }
 .nav-link .icon {
   font-size: 1.231rem;
   vertical-align: middle;
 }
 
 .tab-content {
   padding: 1.538rem;
   background-color: #ffffff;
 }
 
 .nav-tabs-dark .nav-link.active {
   background-color: #545454;
   color: #5f5f5f;
 }
 
 .nav-tabs-dark + .tab-content {
   background-color: #545454;
   color: #ffffff;
 }
 
 .nav-tabs-primary .nav-link.active {
   background-color: #5f5f5f;
   color: #ffffff;
 }
 
 .nav-tabs-primary + .tab-content {
   background-color: #5f5f5f;
   color: #ffffff;
 }
 
 .tab-left .nav-tabs,
 .tab-right .nav-tabs {
   float: left;
   -webkit-box-orient: vertical;
   -webkit-box-direction: normal;
   -webkit-flex-direction: column;
   -ms-flex-direction: column;
   flex-direction: column;
 }
 .tab-left .nav-tabs > li,
 .tab-right .nav-tabs > li {
   float: none;
   margin-right: 0;
   margin-bottom: 0;
 }
 .tab-left .nav-tabs > li > a,
 .tab-right .nav-tabs > li > a {
   text-align: left;
   min-width: 38px;
   padding: 1.154rem 1.308rem;
 }
 
 .tab-left .tab-content,
 .tab-right .tab-content {
   overflow: auto;
 }
 
 .tab-right .nav-tabs {
   float: right;
 }
 
 .tab-icons .nav-link .icon {
   font-size: 1.6rem;
 }
 
 /*------------------------------------------------------------------
   [Pagination]
 */
 .pagination {
   padding-left: 0;
   border-radius: 0;
 }
 
 .page-item:first-child .page-link {
   border-radius: 0;
   padding: 0.4rem 0.35rem 0.6rem;
 }
 
 .page-item:last-child .page-link {
   border-radius: 0;
   padding: 0.4rem 0.35rem 0.6rem;
 }
 
 .pagination-rounded .page-item:first-child .page-link {
   border-radius: 50%;
   padding: 0.35rem 0 0.55rem;
 }
 
 .pagination-rounded .page-item:last-child .page-link {
   border-radius: 50%;
   padding: 0.35rem 0 0.55rem;
 }
 
 .page-link {
   color: #36cb8f;
   background-color: #ffffff;
   border: 1px solid #dee2e6;
   margin-left: 0.4923rem;
 }
 .page-link > span {
   font-size: 1.846rem;
   line-height: 0.5;
   vertical-align: middle;
 }
 
 .pagination-rounded .page-link {
   border-radius: 50%;
   width: 2.492rem;
   height: 2.492rem;
   padding: 0.5rem 0;
   text-align: center;
   line-height: 1.4;
   vertical-align: middle;
 }
 
 .popover-title {
   margin-top: 0;
 }
 
 /*------------------------------------------------------------------
   [Tables]
 */
 .table > thead > tr > th {
   border-bottom-width: 2px;
   border-top-width: 0;
   font-weight: 400;
 }
 
 .table > thead.primary > tr > th {
   color: #5f5f5f;
 }
 
 .table > thead.success > tr > th {
   color: #5f5f5f;
 }
 
 .table > tbody > tr > td {
   font-weight: 400;
   vertical-align: middle;
 }
 
 .table-primary,
 .table-primary > th,
 .table-primary > td {
   background-color: #5f5f5f;
   color: #ffffff;
 }
 
 .table-hover .table-primary:hover {
   background-color: #029db1;
   color: #ffffff;
 }
 .table-hover .table-primary:hover > td,
 .table-hover .table-primary:hover > th {
   background-color: #029db1;
   color: #ffffff;
 }
 
 .table-success,
 .table-success > th,
 .table-success > td {
   background-color: #5f5f5f;
   color: #ffffff;
 }
 
 .table-hover .table-success:hover {
   background-color: #029db1;
   color: #ffffff;
 }
 .table-hover .table-success:hover > td,
 .table-hover .table-success:hover > th {
   background-color: #029db1;
   color: #ffffff;
 }
 
 .table-info,
 .table-info > th,
 .table-info > td {
   background-color: #58c7ef;
   color: #ffffff;
 }
 
 .table-hover .table-info:hover {
   background-color: #41bfed;
   color: #ffffff;
 }
 .table-hover .table-info:hover > td,
 .table-hover .table-info:hover > th {
   background-color: #41bfed;
   color: #ffffff;
 }
 
 .table-warning,
 .table-warning > th,
 .table-warning > td {
   background-color: #ffdc42;
   color: #ffffff;
 }
 
 .table-hover .table-warning:hover {
   background-color: #ffd729;
   color: #ffffff;
 }
 .table-hover .table-warning:hover > td,
 .table-hover .table-warning:hover > th {
   background-color: #ffd729;
   color: #ffffff;
 }
 
 .table-danger,
 .table-danger > th,
 .table-danger > td {
   background-color: #f45846;
   color: #ffffff;
 }
 
 .table-hover .table-danger:hover {
   background-color: #f3422e;
   color: #ffffff;
 }
 .table-hover .table-danger:hover > td,
 .table-hover .table-danger:hover > th {
   background-color: #f3422e;
   color: #ffffff;
 }
 
 .table-dark,
 .table-dark > th,
 .table-dark > td {
   background-color: #545454;
   color: #ffffff;
 }
 
 .table-hover .table-dark:hover {
   background-color: #474747;
   color: #ffffff;
 }
 .table-hover .table-dark:hover > td,
 .table-hover .table-dark:hover > th {
   background-color: #474747;
   color: #ffffff;
 }
 
 .table-responsive {
   border: 0;
   margin-bottom: 0;
 }
 .table-responsive tbody > tr > td {
   padding-top: 0.807692rem;
   padding-bottom: 0.807692rem;
 }
 
 .table tr th .custom-control,
 .table tr td .custom-control {
   padding: 0;
   margin: 0;
   vertical-align: middle;
 }
 
 .table tr th.actions,
 .table tr td.actions {
   text-align: center;
 }
 .table tr th.actions .icon,
 .table tr td.actions .icon {
   color: #545454;
   font-size: 1.38462rem;
   line-height: 0.8;
   vertical-align: middle;
 }
 .table tr th.actions .icon:hover,
 .table tr td.actions .icon:hover {
   color: #807f7f;
 }
 
 .table tbody tr td.user-avatar img {
   height: 30px;
   width: 30px;
   border-radius: 50%;
   margin-right: 10px;
 }
 @media (max-width: 575.98px) {
   .table tbody tr td.user-avatar img {
     display: none;
   }
 }
 
 .table tbody tr td.cell-detail span {
   display: block;
 }
 
 .table tbody tr td.cell-detail .cell-detail-description {
   display: block;
   font-size: 0.846154rem;
   color: #999999;
 }
 
 .table tbody tr td.user-info img {
   float: left;
 }
 
 .table tbody tr td.user-info span {
   padding-left: 40px;
 }
 
 .table tbody tr td.milestone {
   min-width: 100px;
 }
 .table tbody tr td.milestone span {
   display: block;
   font-size: 0.846154rem;
   color: #999999;
   margin-bottom: 0.461538rem;
 }
 .table tbody tr td.milestone span.completed {
   float: right;
 }
 .table tbody tr td.milestone .progress {
   height: 6px;
   background-color: #e6e5e5;
   margin-bottom: 0;
 }
 .table tbody tr td.milestone .progress .progress-bar {
   height: 6px;
   border-radius: 0.25rem;
 }
 
 .table tbody tr.online td:first-child {
   border-left: 3px solid #5f5f5f;
   padding-left: 17px;
 }
 
 .table .number {
   text-align: right;
 }
 
 .table.table-borderless tbody tr td {
   border-top-width: 0;
 }
 
 .panel-table table {
   margin-bottom: 0;
 }
 
 .panel-table tr th:first-child,
 .panel-table tr td:first-child {
   padding-left: 20px;
 }
 
 .panel-table tr th:last-child,
 .panel-table tr td:last-child {
   padding-right: 20px;
 }
 
 .panel-table thead tr th {
   padding-top: 15px;
   padding-bottom: 10px;
 }
 
 .lead {
   line-height: 1.4;
 }
 
 .blockquote p {
   font-size: 1.308rem;
 }
 
 @media (max-width: 767.98px) {
   .mai-email .main-content {
     padding: 0;
   }
 }
 
 .email {
   margin: 0;
 }
 
 .email-aside {
   background: #f0f0f0;
   width: 269px;
   -webkit-box-flex: 0;
   -webkit-flex: 0 0 269px;
   -ms-flex: 0 0 269px;
   flex: 0 0 269px;
   padding: 0;
   border-right: 1px solid #e8e8e8;
 }
 @media (max-width: 767.98px) {
   .email-aside {
     position: relative;
     width: 100%;
     -webkit-box-flex: 0;
     -webkit-flex: 0 0 100%;
     -ms-flex: 0 0 100%;
     flex: 0 0 100%;
     display: block;
     height: auto;
     margin-top: 0;
     padding-bottom: 0;
     left: 0;
     border-right: 0;
     border-bottom: 2px solid #f2f2f2;
   }
 }
 .email-aside .content {
   position: relative;
 }
 
 .aside-header {
   position: relative;
   padding: 20px 23px;
 }
 .aside-header .title {
   display: block;
   margin: 16px 0 8px;
   font-size: 25px;
   line-height: 25px;
 }
 .aside-header .navbar-toggler {
   padding: 0;
   padding-right: 11px;
   text-align: right;
   margin: 0;
   width: 100%;
   height: 100%;
   top: 0;
   left: 0;
   position: absolute;
 }
 .aside-header .navbar-toggler .icon {
   font-size: 2.07692rem;
   color: #545454;
 }
 .aside-header .description {
   color: #6e6e6e;
   font-size: 1rem;
   line-height: 1;
   margin: 0;
 }
 
 .aside-nav {
   visibility: visible;
 }
 .aside-nav.collapse {
   display: block;
 }
 @media (max-width: 767.98px) {
   .aside-nav {
     border-bottom: 1px solid #e6e5e5;
   }
   .aside-nav.collapse {
     display: none;
   }
   .aside-nav.show {
     display: block;
   }
 }
 .aside-nav .navbar-nav li a {
   color: #545454;
   padding: 13px 23px;
 }
 .aside-nav .navbar-nav li a:hover {
   background-color: #e8e8e8;
 }
 .aside-nav .navbar-nav li.active a {
   color: #5f5f5f;
 }
 .aside-nav .navbar-nav li.active a .icon {
   color: #5f5f5f;
 }
 .aside-nav .navbar-nav li.active a:hover {
   background-color: #e8e8e8;
 }
 .aside-nav .navbar-nav li .badge {
   float: right;
   font-size: 0.846154rem;
   padding: 4px 7px;
 }
 .aside-nav .navbar-nav li .icon {
   font-size: 1.46154rem;
   vertical-align: middle;
   text-align: center;
   min-width: 19px;
   margin-right: 3px;
   color: #757575;
 }
 .aside-nav .title {
   display: block;
   color: #bfbfbf;
   font-size: 0.846154rem;
   text-transform: uppercase;
   margin-top: 32px;
   padding: 8px 23px 4px;
 }
 .aside-nav .aside-compose {
   padding: 23px;
 }
 
 .email-content {
   padding: 0;
   background-color: #ffffff;
 }
 
 .email-inbox-header {
   background-color: #ffffff;
   padding: 30px 25px;
 }
 @media (max-width: 767.98px) {
   .email-inbox-header {
     padding: 20px 25px;
   }
 }
 
 .email-title {
   display: block;
   margin: 3px 0 0;
   font-size: 2.15385rem;
   line-height: 1;
 }
 @media (max-width: 767.98px) {
   .email-title {
     margin-bottom: 10px;
   }
 }
 .email-title .icon {
   font-size: 1.76923rem;
   color: #878787;
 }
 .email-title .new-messages {
   font-size: 1rem;
   color: #a1a1a1;
   margin-left: 3px;
 }
 
 .email-filters {
   padding: 0 20px 30px;
   border-bottom: 1px solid #e6e5e5;
   background-color: #ffffff;
   display: table;
   width: 100%;
 }
 .email-filters > div {
   display: table-cell;
   vertical-align: middle;
 }
 @media (max-width: 767.98px) {
   .email-filters > div {
     vertical-align: top;
   }
 }
 .email-filters .btn-group .btn {
   min-width: 38px;
 }
 .email-filters .btn-group + .btn-group {
   margin-left: 10px;
 }
 @media (max-width: 575.98px) {
   .email-filters .btn-group + .btn-group {
     margin-left: 0;
     margin-top: 10px;
   }
 }
 .email-filters .mai-select-all.custom-checkbox {
   display: inline-block;
   vertical-align: middle;
   padding: 0;
   margin-bottom: 0;
   margin-right: 1rem;
 }
 .email-filters .mai-select-all.custom-checkbox label:before {
   margin-right: 18px;
 }
 .email-filters .email-filters-right {
   text-align: right;
 }
 .email-filters input {
   margin-right: 8px;
 }
 
 .email-pagination-indicator {
   display: inline-block;
   vertical-align: middle;
   margin-right: 13px;
 }
 @media (max-width: 767.98px) {
   .email-pagination-indicator {
     position: absolute;
     margin-right: 0;
     top: 36px;
     right: 25px;
   }
 }
 
 .email-pagination-nav .btn {
   min-width: 30px;
   padding-right: 3px;
   padding-left: 3px;
 }
 .email-pagination-nav .btn i {
   font-size: 2.30769rem;
   line-height: 0.2;
   vertical-align: middle;
 }
 
 .email-list {
   background: #ffffff;
 }
 
 .email-list-item {
   border-bottom: 1px solid #e6e5e5;
   padding: 14px 20px;
   display: -webkit-box;
   display: -webkit-flex;
   display: -ms-flexbox;
   display: flex;
   width: 100%;
   cursor: pointer;
   position: relative;
   background-color: whitesmoke;
 }
 .email-list-item-unread {
   background-color: #ffffff;
 }
 .email-list-item-unread:after {
   content: '';
   display: block;
   position: absolute;
   width: 3px;
   top: -1px;
   bottom: -1px;
   left: 0;
   background-color: #5f5f5f;
 }
 .email-list-item-unread .from,
 .email-list-item-unread .date {
   font-weight: 500;
 }
 .email-list-item .icon {
   margin-right: 7px;
   font-size: 1.15385rem;
   vertical-align: middle;
   color: #7a7a7a;
 }
 .email-list-item .from {
   font-size: 1.15385rem;
   line-height: 1;
   color: #3d3d3d;
   -webkit-box-flex: 0;
   -webkit-flex: 0 0 25%;
   -ms-flex: 0 0 25%;
   flex: 0 0 25%;
 }
 .email-list-item .msg {
   margin: 0;
   font-size: 1rem;
   line-height: 1;
   color: #878787;
   -webkit-box-flex: 0;
   -webkit-flex: 0 0 65%;
   -ms-flex: 0 0 65%;
   flex: 0 0 65%;
 }
 .email-list-item .date {
   -webkit-box-flex: 0;
   -webkit-flex: 0 0 10%;
   -ms-flex: 0 0 10%;
   flex: 0 0 10%;
   font-size: 1rem;
   line-height: 1;
   text-align: right;
 }
 .email-list-item:hover {
   background-color: #f7f7f7;
 }
 
 .email-list-detail,
 .email-list-actions {
   display: -webkit-box;
   display: -webkit-flex;
   display: -ms-flexbox;
   display: flex;
   -webkit-box-align: center;
   -webkit-align-items: center;
   -ms-flex-align: center;
   align-items: center;
 }
 
 .email-list-detail {
   -webkit-box-flex: 1;
   -webkit-flex: 1 1 0%;
   -ms-flex: 1 1 0%;
   flex: 1 1 0%;
   -webkit-box-pack: justify;
   -webkit-justify-content: space-between;
   -ms-flex-pack: justify;
   justify-content: space-between;
   margin-left: 0.692308rem;
 }
 
 .email-list-actions .custom-checkbox {
   padding: 0;
   margin: 0;
   -webkit-box-flex: 0;
   -webkit-flex: 0 0 0%;
   -ms-flex: 0 0 0%;
   flex: 0 0 0%;
 }
 
 .email-list-actions .favorite {
   -webkit-box-flex: 0;
   -webkit-flex: 0 0 0%;
   -ms-flex: 0 0 0%;
   flex: 0 0 0%;
   margin-left: 1rem;
 }
 .email-list-actions .favorite span {
   font-size: 1.23077rem;
   line-height: 1;
   color: #d4d4d4;
 }
 .email-list-actions .favorite:hover span {
   color: #a1a1a1;
 }
 .email-list-actions .favorite.active span {
   color: #ffc600;
 }
 
 .email-detail-head {
   background-color: #ffffff;
   padding: 45px 45px 30px;
 }
 @media (max-width: 575.98px) {
   .email-detail-head {
     padding: 45px 30px 30px;
   }
 }
 
 .email-head-title {
   padding: 25px 25px;
   color: #6e6e6e;
   font-size: 2.15385rem;
 }
 .email-head-title .icon {
   color: dimgray;
   margin-right: 12px;
   vertical-align: middle;
   position: relative;
   top: -1px;
   float: left;
   font-size: 1.53846rem;
 }
 
 .email-head-sender {
   display: -webkit-box;
   display: -webkit-flex;
   display: -ms-flexbox;
   display: flex;
   -webkit-box-align: center;
   -webkit-align-items: center;
   -ms-flex-align: center;
   align-items: center;
 }
 @media (max-width: 767.98px) {
   .email-head-sender {
     -webkit-box-orient: vertical;
     -webkit-box-direction: normal;
     -webkit-flex-flow: column;
     -ms-flex-flow: column;
     flex-flow: column;
   }
 }
 .email-head-sender .avatar {
   margin-right: 10px;
 }
 .email-head-sender .avatar img {
   max-width: 40px;
   max-height: 40px;
   border-radius: 50%;
 }
 @media (max-width: 767.98px) {
   .email-head-sender .avatar img {
     max-width: 60px;
     max-height: 60px;
   }
 }
 .email-head-sender .sender {
   font-size: 1.15385rem;
   -webkit-box-flex: 1;
   -webkit-flex: 1 1 0%;
   -ms-flex: 1 1 0%;
   flex: 1 1 0%;
 }
 .email-head-sender .sender .actions {
   display: inline-block;
   position: relative;
 }
 .email-head-sender .sender .icon {
   font-size: 1.53846rem;
   color: #6e6e6e;
 }
 .email-head-sender .sender .icon i {
   vertical-align: middle;
 }
 .email-head-sender .options {
   display: -webkit-box;
   display: -webkit-flex;
   display: -ms-flexbox;
   display: flex;
   -webkit-box-align: center;
   -webkit-align-items: center;
   -ms-flex-align: center;
   align-items: center;
 }
 @media (max-width: 767.98px) {
   .email-head-sender .options {
     -webkit-box-pack: justify;
     -webkit-justify-content: space-between;
     -ms-flex-pack: justify;
     justify-content: space-between;
     width: 100%;
   }
 }
 .email-head-sender .options .date {
   display: -webkit-inline-box;
   display: -webkit-inline-flex;
   display: -ms-inline-flexbox;
   display: inline-flex;
   font-size: 1.15385rem;
 }
 .email-head-sender .options .date .time {
   color: #ababab;
   margin-left: 0.384615rem;
 }
 .email-head-sender .options .favorite {
   margin: 0 0.384615rem;
 }
 .email-head-sender .options .favorite span {
   font-size: 1.38462rem;
   line-height: 1;
   color: #d4d4d4;
 }
 .email-head-sender .options .favorite:hover span {
   color: #a1a1a1;
 }
 .email-head-sender .options .favorite.active span {
   color: #ffc600;
 }
 
 .email-head-subject {
   margin-top: 30px;
   -webkit-box-flex: 0;
   -webkit-flex: 0 0 50%;
   -ms-flex: 0 0 50%;
   flex: 0 0 50%;
   max-width: 55%;
 }
 @media (max-width: 767.98px) {
   .email-head-subject {
     text-align: center;
     max-width: none;
   }
 }
 .email-head-subject .title {
   font-size: 2.76923rem;
   line-height: 1.3;
   font-weight: 300;
 }
 
 .email-body {
   background-color: #ffffff;
   padding: 30px 45px 45px;
 }
 @media (max-width: 575.98px) {
   .email-body {
     padding: 30px;
   }
 }
 .email-body p {
   margin-bottom: 20px;
 }
 .email-body p:last-child {
   margin-bottom: 0;
 }
 
 .email-attachments {
   background-color: #ffffff;
   padding: 35px 45px;
   border-top: 1px solid #e6e5e5;
 }
 @media (max-width: 575.98px) {
   .email-attachments {
     padding: 30px;
   }
 }
 .email-attachments .attachements-resume {
   display: -webkit-box;
   display: -webkit-flex;
   display: -ms-flexbox;
   display: flex;
   -webkit-box-align: center;
   -webkit-align-items: center;
   -ms-flex-align: center;
   align-items: center;
   margin-bottom: 8px;
 }
 .email-attachments .attachements-resume .title {
   font-size: 1rem;
   -webkit-box-flex: 1;
   -webkit-flex: 1 1 0%;
   -ms-flex: 1 1 0%;
   flex: 1 1 0%;
 }
 @media (max-width: 991.98px) {
   .email-attachments .attachements-resume .title {
     -webkit-box-flex: 1;
     -webkit-flex: 1 1 50%;
     -ms-flex: 1 1 50%;
     flex: 1 1 50%;
   }
 }
 .email-attachments .attachements-resume .options {
   -webkit-box-flex: 0;
   -webkit-flex: 0 1 22%;
   -ms-flex: 0 1 22%;
   flex: 0 1 22%;
   display: -webkit-box;
   display: -webkit-flex;
   display: -ms-flexbox;
   display: flex;
 }
 @media (max-width: 991.98px) {
   .email-attachments .attachements-resume .options {
     -webkit-box-flex: 1;
     -webkit-flex: 1 1 22%;
     -ms-flex: 1 1 22%;
     flex: 1 1 22%;
   }
 }
 .email-attachments .attachements-resume .options a {
   -webkit-box-flex: 1;
   -webkit-flex: 1 1 50%;
   -ms-flex: 1 1 50%;
   flex: 1 1 50%;
 }
 .email-attachments .attachements-files .file {
   display: -webkit-box;
   display: -webkit-flex;
   display: -ms-flexbox;
   display: flex;
   -webkit-box-align: center;
   -webkit-align-items: center;
   -ms-flex-align: center;
   align-items: center;
   margin-top: 3px;
 }
 .email-attachments .attachements-files .file-name {
   -webkit-box-flex: 1;
   -webkit-flex: 1 1 0%;
   -ms-flex: 1 1 0%;
   flex: 1 1 0%;
   display: -webkit-box;
   display: -webkit-flex;
   display: -ms-flexbox;
   display: flex;
   -webkit-box-align: center;
   -webkit-align-items: center;
   -ms-flex-align: center;
   align-items: center;
 }
 @media (max-width: 991.98px) {
   .email-attachments .attachements-files .file-name {
     -webkit-box-flex: 1;
     -webkit-flex: 1 1 50%;
     -ms-flex: 1 1 50%;
     flex: 1 1 50%;
   }
 }
 .email-attachments .attachements-files .file-name .icon {
   margin-right: 0.230769rem;
 }
 .email-attachments .attachements-files .file-name .file-size {
   margin-left: 3px;
 }
 .email-attachments .attachements-files .file-options {
   -webkit-box-flex: 0;
   -webkit-flex: 0 1 22%;
   -ms-flex: 0 1 22%;
   flex: 0 1 22%;
   display: -webkit-box;
   display: -webkit-flex;
   display: -ms-flexbox;
   display: flex;
 }
 @media (max-width: 991.98px) {
   .email-attachments .attachements-files .file-options {
     -webkit-box-flex: 1;
     -webkit-flex: 1 1 22%;
     -ms-flex: 1 1 22%;
     flex: 1 1 22%;
   }
 }
 .email-attachments .attachements-files .file-options a {
   -webkit-box-flex: 1;
   -webkit-flex: 1 1 50%;
   -ms-flex: 1 1 50%;
   flex: 1 1 50%;
 }
 
 .email-compose-fields {
   background-color: #ffffff;
   padding: 30px 30px 10px;
 }
 @media (max-width: 767.98px) {
   .email-compose-fields {
     padding-top: 0;
   }
 }
 .email-compose-fields label {
   padding-top: 15px;
 }
 
 .email-editor {
   padding: 30px 30px 0;
 }
 .email-editor .note-toolbar {
   border: 0;
 }
 .email-editor .form-group {
   text-align: right;
   margin-top: 15px;
 }
 .email-editor .form-group .icon {
   font-size: 1.76923rem;
 }
 
 /*------------------------------------------------------------------
   [Error pages]
 */
 .mai-error .error-container {
   text-align: center;
   margin-top: 50px;
 }
 
 .mai-error .error-image svg {
   position: relative;
   max-width: 255px;
   right: -20px;
 }
 .mai-error .error-image svg .cls-1 {
   fill: #5f5f5f;
 }
 .mai-error .error-image svg .cls-2 {
   fill: #25a471;
 }
 @media (max-width: 575.98px) {
   .mai-error .error-image svg {
     max-width: 123px;
     right: -12px;
   }
 }
 
 .mai-error .error-number {
   display: block;
   font-size: 14.0769rem;
   font-weight: 700;
   line-height: 1;
   margin-bottom: 30px;
   max-height: 240px;
 }
 .mai-error .error-number:after {
   padding-top: 0.25%;
   display: block;
   content: '';
 }
 @media (max-width: 575.98px) {
   .mai-error .error-number {
     padding: 20px 0;
     font-size: 90px;
     margin-bottom: 5px;
     line-height: 100px;
   }
 }
 
 .mai-error .error-description {
   font-size: 2.30769rem;
   line-height: 1;
   margin-bottom: 30px;
 }
 @media (max-width: 575.98px) {
   .mai-error .error-description {
     font-size: 1.46154rem;
   }
 }
 
 .mai-error .error-goback-text {
   font-size: 1.69231rem;
   font-weight: 300;
   margin-bottom: 30px;
   margin-top: 15px;
 }
 @media (max-width: 575.98px) {
   .mai-error .error-goback-text {
     font-size: 1.15385rem;
   }
 }
 
 .mai-error .error-goback-button {
   margin-bottom: 30px;
 }
 
 .mai-error .footer {
   margin-bottom: 30px;
 }
 
 /*------------------------------------------------------------------
   [Page 404]
 */
 @media (max-width: 575.98px) {
   .mai-error-404 .error-container .error-number {
     padding: 0;
     font-size: 70px;
   }
 }
 
 @media (max-width: 340px) {
   .mai-error-404 .error-container .error-number {
     font-size: 50px;
     line-height: 70px;
   }
 }
 
 @media (max-width: 295px) {
   .mai-error-404 .error-container .error-number {
     font-size: 40px;
   }
 }
 
 @media (max-width: 575.98px) {
   .mai-forgot-password {
     height: 100%;
   }
 }
 
 .mai-forgot-password .main-content {
   padding: 0;
 }
 
 .form-forgot-password .contact {
   text-align: center;
   font-size: 1rem;
 }
 
 /*------------------------------------------------------------------
   [Gallery]
 */
 .gallery-container .item {
   width: 25%;
   margin-bottom: 20px;
   padding: 0 10px;
 }
 .gallery-container .item .photo {
   background: #ffffff;
 }
 .gallery-container .item .photo .img {
   position: relative;
 }
 .gallery-container .item .photo .img img {
   width: 100%;
 }
 .gallery-container .item .photo .img .over {
   top: 0;
   opacity: 0;
   position: absolute;
   height: 100%;
   width: 100%;
   background: rgba(44, 193, 133, 0.8);
   -o-transition: opacity 300ms ease;
   transition: opacity 300ms ease;
   -webkit-transition: opacity 300ms ease;
   overflow: hidden;
 }
 .gallery-container .item .photo .img .over .info-wrapper {
   display: table;
   height: 100%;
   width: 100%;
   margin-top: -80px;
   -webkit-transition: margin-top 200ms ease-in-out;
   -o-transition: margin-top 200ms ease-in-out;
   transition: margin-top 200ms ease-in-out;
 }
 .gallery-container .item .photo .img .over .info {
   display: table-cell;
   vertical-align: middle;
   position: relative;
   top: 0;
   text-align: center;
   color: #ffffff;
   padding: 0 10px;
 }
 .gallery-container .item .photo .img .over .title {
   font-size: 1.38462rem;
   font-weight: 300;
 }
 .gallery-container .item .photo .img .over .description {
   margin: 10px 0 18px;
   line-height: 15px;
 }
 .gallery-container .item .photo .img .over .func a {
   display: inline-block;
   height: 30px;
   width: 30px;
   margin-right: 10px;
   background: rgba(255, 255, 255, 0.2);
   border-radius: 50%;
 }
 .gallery-container .item .photo .img .over .func a:hover {
   background: rgba(255, 255, 255, 0.3);
 }
 .gallery-container .item .photo .img .over .func a i {
   font-size: 18px;
   color: #ffffff;
   line-height: 30px;
 }
 .gallery-container .item .photo .img:hover .over {
   opacity: 1;
 }
 .gallery-container .item .photo .img:hover .over .info-wrapper {
   margin-top: 0;
 }
 .gallery-container .item .photo .description {
   line-height: 20px;
   display: table;
   width: 100%;
 }
 .gallery-container .item .photo .description .icon {
   display: table-cell;
   background-color: #e6e5e5;
   padding: 20px;
   vertical-align: middle;
   width: 20px;
 }
 .gallery-container .item .photo .description .icon a {
   color: #616161;
 }
 .gallery-container .item .photo .description .icon a i {
   font-size: 30px;
 }
 @media (max-width: 575.98px) {
   .gallery-container .item .photo .description .icon a i {
     font-size: 20px;
   }
 }
 .gallery-container .item .photo .description .icon a:hover {
   color: #5f5f5f;
 }
 @media (max-width: 575.98px) {
   .gallery-container .item .photo .description .icon {
     padding: 15px;
   }
 }
 .gallery-container .item .photo .description .desc {
   display: table-cell;
   padding: 10px 20px;
   vertical-align: middle;
 }
 .gallery-container .item .photo .description .desc h4 {
   margin: 0;
   font-size: 18px;
 }
 @media (max-width: 575.98px) {
   .gallery-container .item .photo .description .desc h4 {
     font-size: 15px;
   }
 }
 .gallery-container .item .photo .description .desc span {
   color: #7f7e7e;
   font-size: 12px;
   font-weight: 300;
 }
 @media (max-width: 575.98px) {
   .gallery-container .item .photo .description .desc {
     padding: 10px;
   }
 }
 
 .gallery-container .item.w2 {
   width: 50%;
 }
 
 @media (max-width: 1199.98px) {
   .gallery-container .item {
     width: 33.333%;
   }
 }
 
 @media (max-width: 991.98px) {
   .gallery-container .item {
     width: 50%;
   }
 }
 
 @media (max-width: 575.98px) {
   .gallery-container {
     max-width: 767px;
   }
   .gallery-container .item {
     width: 100%;
     padding: 0;
   }
   .gallery-container .item.w2 {
     width: 100%;
   }
 }
 
 .invoice-aside {
   background-color: #ededed;
   display: -webkit-box;
   display: -webkit-flex;
   display: -ms-flexbox;
   display: flex;
   -webkit-box-orient: vertical;
   -webkit-box-direction: normal;
   -webkit-flex-direction: column;
   -ms-flex-direction: column;
   flex-direction: column;
   padding: 50px 33px;
   min-width: 300px;
 }
 @media (max-width: 575.98px) {
   .invoice-aside {
     padding: 25px;
   }
 }
 
 .invoice-logo {
   height: 39px;
   min-width: 233px;
   background-image: url('../img/logo-inv-2x.png');
   background-repeat: no-repeat;
   -webkit-background-size: 100% 100%;
   background-size: 100% 100%;
   background-position: 0;
   margin: 0 auto 115px;
 }
 @media (max-width: 575.98px) {
   .invoice-logo {
     height: 20px;
     min-width: 133px;
     width: 133px;
     margin-bottom: 57.5px;
   }
 }
 
 @includemedia phone {
   .invoice-logo {
     margin: 0 auto 20px;
     float: none;
     min-width: auto;
   }
 }
 
 .invoice-person {
   text-align: center;
 }
 .invoice-person .name {
   font-size: 1.53846rem;
   font-weight: 600;
 }
 @media (max-width: 575.98px) {
   .invoice-person .name {
     font-size: 1.07692rem;
   }
 }
 .invoice-person .position {
   font-size: 1.23077rem;
 }
 @media (max-width: 575.98px) {
   .invoice-person .position {
     font-size: 1rem;
   }
 }
 .invoice-person span {
   font-size: 1.23077rem;
   line-height: 1.78;
   display: block;
   font-weight: 300;
 }
 @media (max-width: 575.98px) {
   .invoice-person span {
     font-size: 1rem;
   }
 }
 
 .invoice-payment-direction {
   text-align: center;
   margin: 89px 0;
 }
 @media (max-width: 575.98px) {
   .invoice-payment-direction {
     margin: 44.5px 0;
   }
 }
 .invoice-payment-direction .icon {
   font-size: 4.23077rem;
   line-height: 1;
 }
 @media (max-width: 767.98px) {
   .invoice-payment-direction .icon {
     font-size: 1.92308rem;
   }
 }
 
 .invoice-company-info {
   margin-top: 100px;
 }
 @media (max-width: 575.98px) {
   .invoice-company-info {
     margin-top: 50px;
     text-align: center;
   }
 }
 .invoice-company-info .summary {
   font-size: 1.077rem;
   line-height: 1.3;
 }
 @media (max-width: 575.98px) {
   .invoice-company-info .summary {
     font-size: 1rem;
   }
 }
 .invoice-company-info .summary .title {
   display: block;
   font-size: 1.38462rem;
   line-height: 1;
   font-weight: 600;
   margin-bottom: 1.38462rem;
 }
 @media (max-width: 575.98px) {
   .invoice-company-info .summary .title {
     font-size: 1.07692rem;
   }
 }
 .invoice-company-info .phone li,
 .invoice-company-info .email li {
   font-size: 1.077rem;
   line-height: 1.7;
 }
 
 .invoice-content {
   background-color: #ffffff;
   padding: 50px 33px;
   -webkit-box-flex: 1;
   -webkit-flex: 1 1 0%;
   -ms-flex: 1 1 0%;
   flex: 1 1 0%;
 }
 @media (max-width: 575.98px) {
   .invoice-content {
     padding: 25px;
   }
 }
 
 .invoice-header {
   margin-bottom: 100px;
 }
 @media (max-width: 575.98px) {
   .invoice-header {
     margin-bottom: 50px;
   }
 }
 
 .invoice-title {
   font-size: 2.69231rem;
   font-weight: 300;
 }
 @media (max-width: 575.98px) {
   .invoice-title {
     font-size: 1.92308rem;
   }
 }
 
 .invoice-order {
   text-align: right;
 }
 .invoice-order .invoice-number {
   display: block;
   margin-top: 1rem;
   font-size: 1.38462rem;
 }
 @media (max-width: 575.98px) {
   .invoice-order .invoice-number {
     font-size: 1.07692rem;
   }
 }
 .invoice-order .invoice-date {
   font-size: 1.077rem;
   color: #858585;
 }
 @media (max-width: 575.98px) {
   .invoice-order .invoice-date {
     font-size: 1rem;
   }
 }
 
 .invoice-details {
   width: 100%;
   font-size: 1.07692rem;
   margin-bottom: 110px;
 }
 @media (max-width: 575.98px) {
   .invoice-details {
     font-size: 1rem;
     margin-bottom: 55px;
   }
 }
 .invoice-details thead th {
   text-align: right;
   padding-bottom: 1.69231rem;
   font-size: 1.38462rem;
 }
 @media (max-width: 575.98px) {
   .invoice-details thead th {
     font-size: 1rem;
     padding-bottom: 1.15385rem;
   }
 }
 .invoice-details thead th:first-child {
   text-align: left;
 }
 .invoice-details tr > td {
   padding: 23px 0;
 }
 @media (max-width: 767.98px) {
   .invoice-details tr > td {
     padding: 10px 0;
   }
 }
 .invoice-details tbody .hours {
   text-align: right;
 }
 .invoice-details tbody .amount {
   text-align: right;
 }
 
 .invoice-summary {
   width: 100%;
   font-size: 1.38462rem;
   border-top: 1px solid #d9d9d9;
   margin-bottom: 110px;
 }
 @media (max-width: 575.98px) {
   .invoice-summary {
     margin-bottom: 55px;
     font-size: 1.07692rem;
   }
 }
 .invoice-summary th {
   padding-top: 26px;
   font-weight: 600;
   width: 20%;
 }
 @media (max-width: 575.98px) {
   .invoice-summary th {
     width: 37%;
   }
 }
 .invoice-summary th.total {
   width: 60%;
   font-size: 1.84615rem;
   text-align: right;
 }
 @media (max-width: 575.98px) {
   .invoice-summary th.total {
     font-size: 1.07692rem;
     width: 26%;
   }
 }
 .invoice-summary .total-value {
   text-align: right;
   font-size: 3.07692rem;
 }
 @media (max-width: 575.98px) {
   .invoice-summary .total-value {
     font-size: 1.07692rem;
     font-weight: 600;
   }
 }
 
 .invoice-payment-details {
   border: 1px solid #d9d9d9;
   border-left-width: 0;
   border-right-width: 0;
   padding: 23px 0;
 }
 .invoice-payment-details p {
   margin-bottom: 0.538462rem;
 }
 
 .invoice-message .title {
   display: block;
   font-weight: 600;
   text-transform: uppercase;
   color: #545454;
   font-size: 1.23077rem;
 }
 @media (max-width: 575.98px) {
   .invoice-message .title {
     font-size: 1.077rem;
   }
 }
 
 .invoice-message p {
   font-size: 1.23077rem;
   color: #999999;
   line-height: 1.6;
 }
 @media (max-width: 575.98px) {
   .invoice-message p {
     font-size: 1rem;
   }
 }
 
 .invoice-footer {
   text-align: right;
 }
 @media (max-width: 575.98px) {
   .invoice-footer {
     text-align: center;
   }
 }
 
 @media (max-width: 575.98px) {
   .mai-login {
     height: 100%;
   }
 }
 
 .mai-login .main-content {
   padding: 0;
 }
 
 .mai-login ::-webkit-input-placeholder {
   /* WebKit browsers */
   color: rgba(255, 255, 255, 0.4);
 }
 
 .mai-login :-moz-placeholder {
   /* Mozilla Firefox 4 to 18 */
   color: rgba(255, 255, 255, 0.4);
   opacity: 1;
 }
 
 .mai-login :-ms-input-placeholder {
   /* Internet Explorer 10+ */
   color: rgba(255, 255, 255, 0.4);
 }
 
 .login-submit {
   padding: 2.4rem 0 2.5rem;
 }
 
 .login-tools > div {
   padding: 0;
 }
 
 .login-remember .custom-control-label::before {
   background-color: transparent;
   border-width: 2px;
   border-color: #4c4b4b;
 }
 
 .login-remember .custom-control-input:checked ~ .custom-control-label::before,
 .login-remember .custom-control-input:active ~ .custom-control-label::before {
   background-color: transparent;
 }
 
 .login-forgot-password a {
   color: #ffffff;
   opacity: 0.8;
 }
 .login-forgot-password a:hover {
   opacity: 1;
 }
 
 @media (max-width: 575.98px) {
   .mai-sign-up {
     height: 100%;
   }
 }
 
 .mai-sign-up .main-content {
   padding: 0;
 }
 
 .sign-up-form .form-group.inline [class*='col-'] {
   padding: 0;
 }
 
 .sign-up-form .sign-up-submit {
   padding: 1.53846rem 0 1.15385rem;
 }
 
 .sign-up-form .title {
   font-size: 15px;
   color: #d9d9d9;
   text-align: center;
 }
 
 .sign-up-form .social-signup [class*='col-'] {
   padding: 0 7px;
 }
 .sign-up-form .social-signup [class*='col-']:first-child {
   padding-left: 0;
 }
 .sign-up-form .social-signup [class*='col-']:last-child {
   padding-right: 0;
 }
 
 .sign-up-form .conditions {
   text-align: center;
   font-size: 1rem;
 }
 
 /*------------------------------------------------------------------
   [dataTables]
 */
 table.dataTable {
   margin: 0 !important;
   border-collapse: collapse !important;
 }
 table.dataTable thead .sorting:before,
 table.dataTable thead .sorting:after,
 table.dataTable thead .sorting_asc:before,
 table.dataTable thead .sorting_asc:after,
 table.dataTable thead .sorting_desc:before,
 table.dataTable thead .sorting_desc:after {
   font-size: 20px;
   bottom: 0.5rem;
 }
 
 div.dataTables_wrapper {
   -webkit-box-orient: vertical;
   -webkit-box-direction: normal;
   -webkit-flex-flow: column;
   -ms-flex-flow: column;
   flex-flow: column;
   -webkit-box-align: stretch;
   -webkit-align-items: stretch;
   -ms-flex-align: stretch;
   align-items: stretch;
   padding-left: 0;
   padding-right: 0;
 }
 div.dataTables_wrapper div.dataTables_info {
   color: #757575;
   padding-top: 5px;
 }
 div.dataTables_wrapper div.dataTables_paginate ul.pagination {
   margin: 0;
   -webkit-box-pack: end;
   -webkit-justify-content: flex-end;
   -ms-flex-pack: end;
   justify-content: flex-end;
 }
 div.dataTables_wrapper div.dataTables_length label,
 div.dataTables_wrapper div.dataTables_filter label {
   margin-bottom: 0;
   font-size: 13px;
   color: #757575;
 }
 div.dataTables_wrapper div.dataTables_length label {
   -webkit-box-pack: start;
   -webkit-justify-content: flex-start;
   -ms-flex-pack: start;
   justify-content: flex-start;
 }
 div.dataTables_wrapper div.dataTables_length label select {
   padding: 2px;
   margin: 0 5px;
 }
 div.dataTables_wrapper div.dataTables_filter label {
   -webkit-box-pack: end;
   -webkit-justify-content: flex-end;
   -ms-flex-pack: end;
   justify-content: flex-end;
 }
 div.dataTables_wrapper div.dataTables_filter label select {
   padding: 2px;
 }
 
 .mai-datatable-header {
   border-bottom: 1px solid #eceeef;
   margin: 2px 0 0;
   padding: 15px 10px 22px;
 }
 .mai-datatable-header .dt-buttons .btn embed {
   outline: none;
 }
 
 .mai-datatable-footer {
   margin: 0;
   padding: 15px 3px 13px;
   background-color: #f7f7f7;
   border-top: 1px solid #eceeef;
 }
 
 .datepicker {
   direction: ltr;
 }
 .datepicker table tr td,
 .datepicker table tr th {
   border-radius: 50%;
 }
 .datepicker-inline {
   width: 220px;
 }
 .datepicker-rtl {
   direction: rtl;
 }
 .datepicker-rtl table tr td span {
   float: right;
 }
 .datepicker-dropdown {
   top: 0;
   left: 0;
   min-width: 160px;
   padding: 10px;
   z-index: 1000 !important;
 }
 .datepicker-dropdown:before {
   content: '';
   display: inline-block;
   border-left: 7px solid transparent;
   border-right: 7px solid transparent;
   border-bottom: 7px solid #636c72;
   border-top: 0;
   border-bottom-color: rgba(0, 0, 0, 0.1);
   position: absolute;
 }
 .datepicker-dropdown:after {
   content: '';
   display: inline-block;
   border-left: 6px solid transparent;
   border-right: 6px solid transparent;
   border-bottom: 6px solid #ffffff;
   border-top: 0;
   position: absolute;
 }
 .datepicker-dropdown.datepicker-orient-left:before {
   left: 6px;
 }
 .datepicker-dropdown.datepicker-orient-left:after {
   left: 7px;
 }
 .datepicker-dropdown.datepicker-orient-right:before {
   right: 6px;
 }
 .datepicker-dropdown.datepicker-orient-right:after {
   right: 7px;
 }
 .datepicker-dropdown.datepicker-orient-bottom:before {
   top: -7px;
 }
 .datepicker-dropdown.datepicker-orient-bottom:after {
   top: -6px;
 }
 .datepicker-dropdown.datepicker-orient-top:before {
   bottom: -7px;
   border-bottom: 0;
   border-top: 7px solid rgba(0, 0, 0, 0.1);
 }
 .datepicker-dropdown.datepicker-orient-top:after {
   bottom: -6px;
   border-bottom: 0;
   border-top: 6px solid #ffffff;
 }
 .datepicker table {
   margin: 0;
   -webkit-user-select: none;
   -moz-user-select: none;
   -ms-user-select: none;
   user-select: none;
   border-collapse: separate;
 }
 .datepicker table thead tr th {
   padding: 10px 4px 8px;
   font-weight: 400;
   color: #707070;
 }
 .datepicker td,
 .datepicker th {
   text-align: center;
   width: 2.5rem;
   height: 2.5rem;
   color: #878787;
   border: none;
 }
 .table-striped .datepicker table tr td,
 .table-striped .datepicker table tr th {
   background-color: transparent;
 }
 .datepicker table tr td {
   padding: 0 8px;
   line-height: 1.3;
   height: 33px;
   width: 33px;
 }
 .datepicker table tr td.day:hover,
 .datepicker table tr td.day.focused {
   background: #eceeef;
   cursor: pointer;
 }
 .datepicker table tr td.old,
 .datepicker table tr td.new {
   color: #c7c7c7;
 }
 .datepicker table tr td.disabled,
 .datepicker table tr td.disabled:hover {
   background: none;
   color: #c7c7c7;
   cursor: default;
 }
 .datepicker table tr td.highlighted {
   background: #58c7ef;
   border-radius: 0;
 }
 .datepicker table tr td.today,
 .datepicker table tr td.today:hover,
 .datepicker table tr td.today.disabled,
 .datepicker table tr td.today.disabled:hover {
   background-color: whitesmoke;
   color: #878787;
 }
 .datepicker table tr td.today:hover:hover {
   color: #878787;
 }
 .datepicker table tr td.today.active:hover {
   color: #fff;
 }
 .datepicker table tr td.range,
 .datepicker table tr td.range:hover,
 .datepicker table tr td.range.disabled,
 .datepicker table tr td.range.disabled:hover {
   background: #eceeef;
 }
 .datepicker table tr td.range.today,
 .datepicker table tr td.range.today:hover,
 .datepicker table tr td.range.today.disabled,
 .datepicker table tr td.range.today.disabled:hover {
   color: #212529;
   background-color: #ffffff;
   border-color: #f6c478;
 }
 .datepicker table tr td.range.today:hover,
 .datepicker table tr td.range.today:hover:hover,
 .datepicker table tr td.range.today.disabled:hover,
 .datepicker table tr td.range.today.disabled:hover:hover {
   color: #212529;
   background-color: #ffdc42;
   border-color: #f3af48;
 }
 .datepicker table tr td.range.today:focus,
 .datepicker table tr td.range.today.focus,
 .datepicker table tr td.range.today:hover:focus,
 .datepicker table tr td.range.today:hover.focus,
 .datepicker table tr td.range.today.disabled:focus,
 .datepicker table tr td.range.today.disabled.focus,
 .datepicker table tr td.range.today.disabled:hover:focus,
 .datepicker table tr td.range.today.disabled:hover.focus {
   -webkit-box-shadow: 0 0 0 0 rgba(246, 196, 120, 0.5);
   box-shadow: 0 0 0 0 rgba(246, 196, 120, 0.5);
 }
 .datepicker table tr td.range.today.disabled,
 .datepicker table tr td.range.today:disabled,
 .datepicker table tr td.range.today:hover.disabled,
 .datepicker table tr td.range.today:hover:disabled,
 .datepicker table tr td.range.today.disabled.disabled,
 .datepicker table tr td.range.today.disabled:disabled,
 .datepicker table tr td.range.today.disabled:hover.disabled,
 .datepicker table tr td.range.today.disabled:hover:disabled {
   color: #212529;
   background-color: #ffffff;
   border-color: #f6c478;
 }
 .datepicker table tr td.range.today:not(:disabled):not(.disabled):active,
 .datepicker table tr td.range.today:not(:disabled):not(.disabled).active,
 .show > .datepicker table tr td.range.today.dropdown-toggle,
 .datepicker table tr td.range.today:hover:not(:disabled):not(.disabled):active,
 .datepicker table tr td.range.today:hover:not(:disabled):not(.disabled).active,
 .show > .datepicker table tr td.range.today:hover.dropdown-toggle,
 .datepicker
   table
   tr
   td.range.today.disabled:not(:disabled):not(.disabled):active,
 .datepicker
   table
   tr
   td.range.today.disabled:not(:disabled):not(.disabled).active,
 .show > .datepicker table tr td.range.today.disabled.dropdown-toggle,
 .datepicker
   table
   tr
   td.range.today.disabled:hover:not(:disabled):not(.disabled):active,
 .datepicker
   table
   tr
   td.range.today.disabled:hover:not(:disabled):not(.disabled).active,
 .show > .datepicker table tr td.range.today.disabled:hover.dropdown-toggle {
   color: #212529;
   background-color: #e6e5e5;
   border-color: #f2aa3c;
 }
 .datepicker table tr td.range.today:not(:disabled):not(.disabled):active:focus,
 .datepicker table tr td.range.today:not(:disabled):not(.disabled).active:focus,
 .show > .datepicker table tr td.range.today.dropdown-toggle:focus,
 .datepicker
   table
   tr
   td.range.today:hover:not(:disabled):not(.disabled):active:focus,
 .datepicker
   table
   tr
   td.range.today:hover:not(:disabled):not(.disabled).active:focus,
 .show > .datepicker table tr td.range.today:hover.dropdown-toggle:focus,
 .datepicker
   table
   tr
   td.range.today.disabled:not(:disabled):not(.disabled):active:focus,
 .datepicker
   table
   tr
   td.range.today.disabled:not(:disabled):not(.disabled).active:focus,
 .show > .datepicker table tr td.range.today.disabled.dropdown-toggle:focus,
 .datepicker
   table
   tr
   td.range.today.disabled:hover:not(:disabled):not(.disabled):active:focus,
 .datepicker
   table
   tr
   td.range.today.disabled:hover:not(:disabled):not(.disabled).active:focus,
 .show
   > .datepicker
   table
   tr
   td.range.today.disabled:hover.dropdown-toggle:focus {
   -webkit-box-shadow: 0 0 0 0 rgba(246, 196, 120, 0.5);
   box-shadow: 0 0 0 0 rgba(246, 196, 120, 0.5);
 }
 .datepicker table tr td.selected,
 .datepicker table tr td.selected:hover,
 .datepicker table tr td.selected.disabled,
 .datepicker table tr td.selected.disabled:hover {
   color: #ffffff;
   background-color: #7b868d;
   border-color: #4b5257;
   color: #fff;
   text-shadow: none;
 }
 .datepicker table tr td.selected:hover,
 .datepicker table tr td.selected:hover:hover,
 .datepicker table tr td.selected.disabled:hover,
 .datepicker table tr td.selected.disabled:hover:hover {
   color: #ffffff;
   background-color: #34383b;
   border-color: #34383b;
 }
 .datepicker table tr td.selected:focus,
 .datepicker table tr td.selected.focus,
 .datepicker table tr td.selected:hover:focus,
 .datepicker table tr td.selected:hover.focus,
 .datepicker table tr td.selected.disabled:focus,
 .datepicker table tr td.selected.disabled.focus,
 .datepicker table tr td.selected.disabled:hover:focus,
 .datepicker table tr td.selected.disabled:hover.focus {
   -webkit-box-shadow: 0 0 0 0 rgba(75, 82, 87, 0.5);
   box-shadow: 0 0 0 0 rgba(75, 82, 87, 0.5);
 }
 .datepicker table tr td.selected.disabled,
 .datepicker table tr td.selected:disabled,
 .datepicker table tr td.selected:hover.disabled,
 .datepicker table tr td.selected:hover:disabled,
 .datepicker table tr td.selected.disabled.disabled,
 .datepicker table tr td.selected.disabled:disabled,
 .datepicker table tr td.selected.disabled:hover.disabled,
 .datepicker table tr td.selected.disabled:hover:disabled {
   color: #ffffff;
   background-color: #7b868d;
   border-color: #4b5257;
 }
 .datepicker table tr td.selected:not(:disabled):not(.disabled):active,
 .datepicker table tr td.selected:not(:disabled):not(.disabled).active,
 .show > .datepicker table tr td.selected.dropdown-toggle,
 .datepicker table tr td.selected:hover:not(:disabled):not(.disabled):active,
 .datepicker table tr td.selected:hover:not(:disabled):not(.disabled).active,
 .show > .datepicker table tr td.selected:hover.dropdown-toggle,
 .datepicker table tr td.selected.disabled:not(:disabled):not(.disabled):active,
 .datepicker table tr td.selected.disabled:not(:disabled):not(.disabled).active,
 .show > .datepicker table tr td.selected.disabled.dropdown-toggle,
 .datepicker
   table
   tr
   td.selected.disabled:hover:not(:disabled):not(.disabled):active,
 .datepicker
   table
   tr
   td.selected.disabled:hover:not(:disabled):not(.disabled).active,
 .show > .datepicker table tr td.selected.disabled:hover.dropdown-toggle {
   color: #ffffff;
   background-color: #636c72;
   border-color: #2e3235;
 }
 .datepicker table tr td.selected:not(:disabled):not(.disabled):active:focus,
 .datepicker table tr td.selected:not(:disabled):not(.disabled).active:focus,
 .show > .datepicker table tr td.selected.dropdown-toggle:focus,
 .datepicker
   table
   tr
   td.selected:hover:not(:disabled):not(.disabled):active:focus,
 .datepicker
   table
   tr
   td.selected:hover:not(:disabled):not(.disabled).active:focus,
 .show > .datepicker table tr td.selected:hover.dropdown-toggle:focus,
 .datepicker
   table
   tr
   td.selected.disabled:not(:disabled):not(.disabled):active:focus,
 .datepicker
   table
   tr
   td.selected.disabled:not(:disabled):not(.disabled).active:focus,
 .show > .datepicker table tr td.selected.disabled.dropdown-toggle:focus,
 .datepicker
   table
   tr
   td.selected.disabled:hover:not(:disabled):not(.disabled):active:focus,
 .datepicker
   table
   tr
   td.selected.disabled:hover:not(:disabled):not(.disabled).active:focus,
 .show > .datepicker table tr td.selected.disabled:hover.dropdown-toggle:focus {
   -webkit-box-shadow: 0 0 0 0 rgba(75, 82, 87, 0.5);
   box-shadow: 0 0 0 0 rgba(75, 82, 87, 0.5);
 }
 .datepicker table tr td.active,
 .datepicker table tr td.active.active,
 .datepicker table tr td.active.active:hover,
 .datepicker table tr td.active.active.disabled,
 .datepicker table tr td.active.active.disabled:hover {
   background-color: #5f5f5f;
   color: #ffffff;
   border-width: 0;
   color: #fff;
   text-shadow: none;
 }
 .datepicker table tr td span {
   display: block;
   width: 23%;
   height: 48px;
   line-height: 48px;
   float: left;
   margin: 1%;
   cursor: pointer;
   border-radius: 3px;
 }
 .datepicker table tr td span:hover,
 .datepicker table tr td span.focused {
   background: #eceeef;
 }
 .datepicker table tr td span.disabled,
 .datepicker table tr td span.disabled:hover {
   background: none;
   color: #636c72;
   cursor: default;
 }
 .datepicker table tr td span.active,
 .datepicker table tr td span.active.active,
 .datepicker table tr td span.active.active:hover,
 .datepicker table tr td span.active:hover.active:hover,
 .datepicker table tr td span.active.active.disabled,
 .datepicker table tr td span.active.active.disabled:hover {
   background-color: #5f5f5f;
   color: #ffffff;
   border-width: 0;
   color: #fff;
   text-shadow: none;
 }
 .datepicker table tr td span.old,
 .datepicker table tr td span.new {
   color: #c7c7c7;
 }
 .datepicker .datepicker-switch {
   width: 145px;
 }
 .datepicker .datepicker-switch,
 .datepicker tfoot tr th {
   cursor: pointer;
 }
 .datepicker .datepicker-switch:hover,
 .datepicker tfoot tr th:hover {
   color: #707070;
   background-color: transparent;
 }
 .datepicker .prev,
 .datepicker .next {
   cursor: pointer;
 }
 .datepicker .prev:hover,
 .datepicker .next:hover {
   color: #5f5f5f;
   background-color: transparent;
 }
 .datepicker .cw {
   font-size: 10px;
   width: 12px;
   padding: 0 2px 0 5px;
   vertical-align: middle;
 }
 
 .input-append.date .add-on,
 .input-prepend.date .add-on {
   cursor: pointer;
 }
 .input-append.date .add-on i,
 .input-prepend.date .add-on i {
   margin-top: 3px;
 }
 
 .input-daterange input {
   text-align: center;
 }
 
 .input-daterange .add-on {
   display: inline-block;
   width: auto;
   min-width: 16px;
   height: 1.538;
   padding: 4px 5px;
   font-weight: normal;
   line-height: 1.538;
   text-align: center;
   text-shadow: 0 1px 0 #ffffff;
   vertical-align: middle;
   background-color: #eceeef;
   border: 1px solid #ccc;
   margin-left: -5px;
   margin-right: -5px;
 }
 
 form.dropzone {
   position: relative;
   border: 2px dashed #d4d4d4;
   padding: 70px 60px 80px;
   background: transparent;
 }
 form.dropzone .icon {
   background-color: #e6e5e5;
   border-radius: 50%;
   display: inline-block;
   height: 100px;
   width: 100px;
   margin-bottom: 15px;
   padding: 20px;
   text-align: center;
 }
 form.dropzone .icon span {
   font-size: 60px;
   color: #5d5d5d;
 }
 form.dropzone h2 {
   margin-bottom: 30px;
   font-size: 40px;
   font-weight: 300;
 }
 form.dropzone .note {
   font-size: 16px;
 }
 form.dropzone .dz-preview.dz-file-preview .dz-image,
 form.dropzone .dz-preview.dz-image-preview .dz-image {
   border: 3px solid #5f5f5f;
   border-radius: 3px;
   background: #ededed;
 }
 form.dropzone .dz-preview.dz-file-preview.dz-error .dz-image,
 form.dropzone .dz-preview.dz-image-preview.dz-error .dz-image {
   border-color: #f45846;
 }
 form.dropzone .dz-preview.dz-file-preview.dz-success .dz-image,
 form.dropzone .dz-preview.dz-image-preview.dz-success .dz-image {
   border-color: #5f5f5f;
 }
 form.dropzone .dz-preview .dz-details .dz-filename span,
 form.dropzone .dz-preview .dz-details .dz-size span {
   background: transparent;
 }
 form.dropzone .dz-preview .dz-error-message {
   word-break: break-word;
 }
 
 .dropzone-mobile-trigger {
   position: absolute;
   width: 100%;
   height: 100%;
   top: 0;
   left: 0;
 }
 
 .tooltip-chart {
   display: -webkit-box;
   display: -webkit-flex;
   display: -ms-flexbox;
   display: flex;
 }
 .tooltip-chart .content-chart {
   background-color: rgba(0, 0, 0, 0.8);
   color: #fff;
   border-radius: 3px;
   padding: 5px 12px 5px;
   position: relative;
 }
 .tooltip-chart .content-chart:before {
   content: '';
   width: 0;
   height: 0;
   border-left: 5px solid transparent;
   border-right: 5px solid transparent;
   border-top: 5px solid rgba(0, 0, 0, 0.8);
   position: absolute;
   bottom: -5px;
   margin-left: 50%;
   left: -5px;
 }
 .tooltip-chart .content-chart.arrow-none:before {
   display: none;
 }
 .tooltip-chart .content-chart span {
   display: block;
   font-size: 12px;
   font-weight: 600;
   margin-bottom: -2px;
   text-align: center;
   color: #03c0d8;
 }
 .tooltip-chart .content-chart .label {
   font-size: 11px;
   text-align: center;
 }
 .tooltip-chart .content-chart .label .label-x,
 .tooltip-chart .content-chart .label .label-y {
   display: inline-block;
 }
 
 /*------------------------------------------------------------------
   [Full calendar]
 */
 .full-calendar .fc-toolbar {
   padding-top: 25px;
   margin-bottom: 30px;
 }
 
 .full-calendar .fc-view-container .fc-event-container .fc-event {
   background: #5f5f5f;
   border-color: #24a06e;
   color: #ffffff;
   border-radius: 0;
   font-size: 0.923077rem;
 }
 
 .full-calendar .fc-view-container .fc-border-separate .fc-today {
   background-color: #f7f7f7;
 }
 
 .full-calendar .fc-view-container .fc-cell-overlay {
   background-color: fade(#5f5f5f, 50%);
 }
 
 .full-calendar .fc-button {
   color: #545454;
   background: #ffffff;
   border-color: #cccccc;
   height: initial;
   padding: 0.81rem 0.7692rem;
   font-size: 1rem;
   line-height: 1;
   border-radius: 0;
   font-size: 1rem;
   -webkit-box-shadow: none;
   box-shadow: none;
   text-shadow: none;
 }
 .full-calendar .fc-button:focus,
 .full-calendar .fc-button.focus {
   color: #545454;
   background-color: #ffffff;
   border-color: #cccccc;
   -webkit-box-shadow: none;
   box-shadow: none;
   outline: none;
 }
 .full-calendar .fc-button:focus:hover,
 .full-calendar .fc-button.focus:hover {
   border-color: #cccccc;
   background-color: whitesmoke;
 }
 .full-calendar .fc-button:hover,
 .full-calendar .fc-button.hover {
   border-color: #cccccc;
   background-color: whitesmoke;
 }
 .full-calendar .fc-button:active,
 .full-calendar .fc-button.fc-state-active,
 .full-calendar .fc-button.active,
 .open > .full-calendar .fc-button.dropdown-toggle {
   -webkit-box-shadow: none;
   box-shadow: none;
   border-color: #cccccc;
   background-color: #e8e8e8;
 }
 .full-calendar .fc-button:active:hover,
 .full-calendar .fc-button:active:focus,
 .full-calendar .fc-button:active.focus,
 .full-calendar .fc-button.fc-state-active:hover,
 .full-calendar .fc-button.fc-state-active:focus,
 .full-calendar .fc-button.fc-state-active.focus,
 .full-calendar .fc-button.active:hover,
 .full-calendar .fc-button.active:focus,
 .full-calendar .fc-button.active.focus,
 .open > .full-calendar .fc-button.dropdown-toggle:hover,
 .open > .full-calendar .fc-button.dropdown-toggle:focus,
 .open > .full-calendar .fc-button.dropdown-toggle.focus {
   background-color: #e8e8e8;
   border-color: #cccccc;
   -webkit-box-shadow: none;
   box-shadow: none;
 }
 .full-calendar .fc-button:active,
 .full-calendar .fc-button.active,
 .open > .full-calendar .fc-button.dropdown-toggle {
   background-image: none;
 }
 .full-calendar .fc-button.disabled,
 .full-calendar .fc-button.disabled:hover,
 .full-calendar .fc-button.disabled:focus,
 .full-calendar .fc-button.disabled.focus,
 .full-calendar .fc-button.disabled:active,
 .full-calendar .fc-button.disabled.active,
 .full-calendar .fc-button[disabled],
 .full-calendar .fc-button[disabled]:hover,
 .full-calendar .fc-button[disabled]:focus,
 .full-calendar .fc-button[disabled].focus,
 .full-calendar .fc-button[disabled]:active,
 .full-calendar .fc-button[disabled].active,
 fieldset[disabled] .full-calendar .fc-button,
 fieldset[disabled] .full-calendar .fc-button:hover,
 fieldset[disabled] .full-calendar .fc-button:focus,
 fieldset[disabled] .full-calendar .fc-button.focus,
 fieldset[disabled] .full-calendar .fc-button:active,
 fieldset[disabled] .full-calendar .fc-button.active {
   background-color: #ffffff;
   border-color: #cccccc;
 }
 .full-calendar .fc-button.fc-prev-button,
 .full-calendar .fc-button.fc-next-button {
   padding-left: 7px;
   padding-right: 7px;
 }
 .full-calendar .fc-button .fc-icon {
   position: relative;
   top: -2px;
   line-height: 0.4;
   vertical-align: middle;
   overflow: visible;
   height: auto;
 }
 .full-calendar .fc-button .fc-icon:after {
   position: static;
   font-weight: 400;
   font-size: 1.61538rem;
 }
 
 .full-calendar .fc-state-default.fc-corner-left {
   border-top-left-radius: 0;
   border-bottom-left-radius: 0;
 }
 
 .full-calendar .fc-state-default.fc-corner-right {
   border-top-right-radius: 0;
   border-bottom-right-radius: 0;
 }
 
 .full-calendar .fc-row .fc-content-skeleton td,
 .full-calendar .fc-row .fc-helper-skeleton td {
   border-color: inherit;
 }
 
 .full-calendar .fc-unthemed .fc-today {
   background-color: #f0fcf7;
 }
 
 @media phone {
   .full-calendar {
     max-width: 767px;
   }
   .full-calendar .fc-toolbar .fc-left,
   .full-calendar .fc-toolbar .fc-center,
   .full-calendar .fc-toolbar .fc-right {
     text-align: center;
     display: block;
     width: 100%;
   }
   .full-calendar .fc-toolbar .fc-left {
     padding-bottom: 20px;
   }
   .full-calendar .fc-toolbar .fc-center {
     padding: 0;
   }
 }
 
 .fullcalendar-external-events .fc-event {
   margin: 2px 0;
   padding: 5px;
   background: #5f5f5f;
   color: #ffffff;
   font-size: 0.923077rem;
   cursor: pointerr;
   display: inline-block;
   border-width: 0;
   border-radius: 0;
 }
 
 .fullcalendar-external-events p input {
   margin-top: 15px;
 }
 
 .fullcalendar-external-events p label {
   font-weight: 300;
   vertical-align: middle;
 }
 
 /*------------------------------------------------------------------
   [Notifications]
 */
 #gritter-notice-wrapper {
   width: 29.23rem;
   top: 6rem;
 }
 
 .gritter-item-wrapper {
   background: #ffffff;
   -webkit-box-shadow: 0 0px 0.307rem rgba(0, 0, 0, 0.25);
   box-shadow: 0 0px 0.307rem rgba(0, 0, 0, 0.25);
   margin-bottom: 20px;
 }
 
 .gritter-item {
   font-family: 'Open Sans', sans-serif;
   background: transparent;
   color: #ffffff;
   padding: 0;
   display: table;
   table-layout: fixed;
   width: 100%;
 }
 
 .gritter-icon-container,
 .gritter-img-container {
   display: table-cell;
   width: 26%;
   vertical-align: middle;
   text-align: center;
 }
 
 .gritter-image {
   float: none;
   width: 4.61538rem;
   height: 4.61538rem;
 }
 
 .gritter-content {
   width: auto;
 }
 
 .gritter-with-image,
 .gritter-without-image {
   padding: 1.153rem 2.692rem 1.51rem 1.7rem;
   color: #545454;
   width: 23rem;
   display: table-cell;
 }
 .gritter-with-image p,
 .gritter-without-image p {
   font-size: 1rem;
   line-height: 1.5;
 }
 
 .gritter-without-image {
   padding-left: 1.461rem;
 }
 
 .gritter-close {
   display: block;
   top: 10px;
   right: 10px;
   left: auto;
   height: 1.525rem;
   width: 1.525rem;
   font-size: 0;
   background: transparent;
   text-indent: inherit;
   color: #8c8c8c;
 }
 .gritter-close:hover {
   color: #807f7f;
 }
 .gritter-close:after {
   content: '';
   font-family: 'Stroke 7';
   font-size: 1.525rem;
   text-shadow: none;
   line-height: 1;
 }
 
 .gritter-title {
   text-shadow: none;
   font-weight: 300;
   font-size: 17px;
 }
 
 .gritter-clean {
   background: #ffffff;
 }
 .gritter-clean .gritter-item {
   color: #545454;
 }
 .gritter-clean .gritter-item .gritter-img-container {
   background-color: #fafafa;
 }
 .gritter-clean .gritter-item .gritter-content {
   color: #545454;
 }
 .gritter-clean .gritter-item .gritter-content .gritter-close {
   opacity: 0.5;
 }
 .gritter-clean .gritter-item .gritter-content .gritter-close:after {
   color: #545454;
 }
 
 .gritter-social .gritter-icon {
   font-size: 2.8rem;
 }
 
 .gritter-social .gritter-content {
   padding-left: 0;
   width: 21.6rem;
 }
 
 .gritter-social.facebook .gritter-icon-container {
   color: #5d82d1;
 }
 
 .gritter-social.facebook .gritter-icon:after {
   content: '';
   font-family: 'FontAwesome';
 }
 
 .gritter-social.twitter .gritter-icon-container {
   color: #50bff5;
 }
 
 .gritter-social.twitter .gritter-icon:after {
   content: '';
   font-family: 'FontAwesome';
 }
 
 .gritter-social.google-plus .gritter-icon-container {
   color: #eb5e4c;
 }
 
 .gritter-social.google-plus .gritter-icon:after {
   content: '';
   font-family: 'FontAwesome';
 }
 
 .gritter-social.dribbble .gritter-icon-container {
   color: #f7659c;
 }
 
 .gritter-social.dribbble .gritter-icon:after {
   content: '';
   font-family: 'FontAwesome';
 }
 
 .gritter-social.flickr .gritter-icon-container {
   color: #0063dc;
 }
 
 .gritter-social.flickr .gritter-icon:after {
   content: '';
   font-family: 'FontAwesome';
 }
 
 .gritter-social.linkedin .gritter-icon-container {
   color: #238cc8;
 }
 
 .gritter-social.linkedin .gritter-icon:after {
   content: '';
   font-family: 'FontAwesome';
 }
 
 .gritter-social.youtube .gritter-icon-container {
   color: #ef4e41;
 }
 
 .gritter-social.youtube .gritter-icon:after {
   content: '';
   font-family: 'FontAwesome';
 }
 
 .gritter-social.pinterest .gritter-icon-container {
   color: #e13138;
 }
 
 .gritter-social.pinterest .gritter-icon:after {
   content: '';
   font-family: 'FontAwesome';
 }
 
 .gritter-social.github .gritter-icon-container {
   color: #333;
 }
 
 .gritter-social.github .gritter-icon:after {
   content: '';
   font-family: 'FontAwesome';
 }
 
 .gritter-social.tumblr .gritter-icon-container {
   color: #426d9b;
 }
 
 .gritter-social.tumblr .gritter-icon:after {
   content: '';
   font-family: 'FontAwesome';
 }
 
 .gritter-theme {
   background-color: #323232;
 }
 .gritter-theme .gritter-title {
   color: #5f5f5f;
 }
 .gritter-theme .gritter-content {
   color: #ffffff;
 }
 
 .gritter-color .gritter-content {
   color: #ffffff;
 }
 
 .gritter-color .gritter-close {
   color: #ffffff;
   opacity: 0.7;
 }
 .gritter-color .gritter-close:hover {
   opacity: 1;
 }
 
 .gritter-color.primary {
   background: #5f5f5f;
 }
 
 .gritter-color.success {
   background: #5f5f5f;
 }
 
 .gritter-color.info {
   background: #58c7ef;
 }
 
 .gritter-color.warning {
   background: #ffdc42;
 }
 
 .gritter-color.danger {
   background: #f45846;
 }
 
 .gritter-color.dark {
   background: #545454;
 }
 
 @media (max-width: 575.98px) {
   .ms-container {
     width: auto;
   }
 }
 
 @media (max-width: 767.98px) {
   .ms-container {
     margin: 0 auto;
   }
 }
 
 .ms-container .ms-selectable li.ms-elem-selectable,
 .ms-container .ms-selection li.ms-elem-selection {
   padding: 6px 10px;
 }
 
 .ms-container .ms-selectable,
 .ms-container .ms-selection {
   background-color: transparent;
 }
 
 .ms-container .ms-selectable li.ms-hover,
 .ms-container .ms-selection li.ms-hover {
   background-color: #5f5f5f;
 }
 
 .ms-container .ms-list {
   border: 2px solid #ebebeb;
   background-color: #ffffff;
   border-radius: 0;
   -webkit-box-shadow: none;
   box-shadow: none;
 }
 
 .ms-container .ms-list.ms-focus {
   -webkit-box-shadow: none;
   box-shadow: none;
   border-color: #5f5f5f;
 }
 
 .ms-container .search-input {
   height: 30px;
   margin-bottom: 10px;
 }
 
 /*------------------------------------------------------------------
   [Nestable list]
 */
 .dd {
   position: relative;
   display: block;
   margin: 0;
   padding: 0;
   max-width: 46.1538rem;
   list-style: none;
   font-size: 1rem;
   line-height: 1.53846rem;
 }
 
 .dd-list {
   display: block;
   position: relative;
   margin: 0;
   padding: 0;
   list-style: none;
 }
 .dd-list .dd-item .dd-handle,
 .dd-list .dd3-item .dd-handle {
   cursor: default;
   display: block;
   margin: 0.384615rem 0;
   padding: 0.538462rem 0.769231rem;
   text-decoration: none;
   border: 1px solid #dedede;
   background: #ffffff;
 }
 .dd-list .dd-item .dd-handle:hover,
 .dd-list .dd3-item .dd-handle:hover {
   background: #5f5f5f;
   border-color: #5f5f5f;
 }
 .dd-list .dd-item > button,
 .dd-list .dd3-item > button {
   display: block;
   position: relative;
   cursor: pointer;
   float: left;
   width: 1.92308rem;
   height: 1.53846rem;
   margin: 0.615385rem 0.153846rem;
   padding: 0;
   text-indent: 100%;
   white-space: nowrap;
   overflow: hidden;
   border: 0;
   background: transparent;
   font-size: 1.5rem;
   color: #878787;
 }
 .dd-list .dd-item > button:before,
 .dd-list .dd3-item > button:before {
   content: '+';
   display: block;
   position: absolute;
   width: 100%;
   text-align: center;
   text-indent: 0;
 }
 .dd-list .dd-item > button[data-action='collapse']:before,
 .dd-list .dd3-item > button[data-action='collapse']:before {
   content: '-';
 }
 .dd-list .dd-item .dd3-content,
 .dd-list .dd3-item .dd3-content {
   display: block;
   margin: 0.384615rem 0;
   padding: 0.538462rem 0.769231rem 0.538462rem 3.07692rem;
   text-decoration: none;
   background: none repeat scroll 0 0 #ffffff;
   border: 1px solid #dedede;
 }
 .dd-list .dd-item .dd3-content:hover,
 .dd-list .dd3-item .dd3-content:hover {
   background: #ffffff;
 }
 .dd-list .dd-item .dd3-handle,
 .dd-list .dd3-item .dd3-handle {
   position: absolute;
   margin: 0;
   left: 0;
   top: 0;
   cursor: all-scroll;
   width: 2.61538rem;
   text-indent: 100%;
   white-space: nowrap;
   overflow: hidden;
   border: 1px solid #5f5f5f;
   background: #5f5f5f;
   height: 2.7rem;
 }
 .dd-list .dd-item .dd3-handle:before,
 .dd-list .dd3-item .dd3-handle:before {
   content: '=';
   display: block;
   position: absolute;
   left: 0;
   top: 0.384615rem;
   width: 100%;
   text-align: center;
   text-indent: 0;
   color: #ffffff;
   font-size: 1.8rem;
   line-height: 1.84615rem;
   font-weight: normal;
 }
 .dd-list .dd-item .dd3-handle:hover,
 .dd-list .dd3-item .dd3-handle:hover {
   background: #35d192;
   border-color: #35d192;
 }
 .dd-list .dd3-item > button {
   margin-left: 2.69231rem;
 }
 .dd-list .dd-item,
 .dd-list .dd-empty,
 .dd-list .dd-placeholder {
   display: block;
   position: relative;
   margin: 0;
   padding: 0;
   min-height: 1.53846rem;
   font-size: 1rem;
   line-height: 1.53846rem;
 }
 .dd-list .dd-placeholder,
 .dd-list .dd-empty {
   margin: 0.384615rem 0;
   padding: 0;
   min-height: 30px;
   background: #fff;
   border: 1px dashed #b3b2b2;
   -webkit-box-sizing: border-box;
   box-sizing: border-box;
   -moz-box-sizing: border-box;
 }
 .dd-list .dd-empty {
   border: 1px dashed #bbb;
   min-height: 7.69231rem;
   background-color: #e5e5e5;
   background-image: -webkit-linear-gradient(
       45deg,
       #ffffff 25%,
       transparent 25%,
       transparent 75%,
       #ffffff 75%,
       #ffffff
     ),
     -webkit-linear-gradient(45deg, #ffffff 25%, transparent 25%, transparent 75%, #ffffff
           75%, #ffffff);
   background-image: -o-linear-gradient(
       45deg,
       #ffffff 25%,
       transparent 25%,
       transparent 75%,
       #ffffff 75%,
       #ffffff
     ),
     -o-linear-gradient(45deg, #ffffff 25%, transparent 25%, transparent 75%, #ffffff
           75%, #ffffff);
   background-image: linear-gradient(
       45deg,
       #ffffff 25%,
       transparent 25%,
       transparent 75%,
       #ffffff 75%,
       #ffffff
     ),
     linear-gradient(
       45deg,
       #ffffff 25%,
       transparent 25%,
       transparent 75%,
       #ffffff 75%,
       #ffffff
     );
   -webkit-background-size: 4.61538rem 4.61538rem;
   background-size: 4.61538rem 4.61538rem;
   background-position: 0 0, 2.30769rem 2.30769rem;
 }
 .dd-list .dd-collapsed .dd-list {
   display: none;
 }
 .dd-list.dd-dragel {
   position: absolute;
   pointer-events: none;
   z-index: 9999;
 }
 .dd-list.dd-dragel > .dd-item .dd-handle {
   margin-top: 0;
 }
 .dd-list.dd-dragel .dd-handle,
 .dd-list.dd-dragel .dd3-handle {
   -webkit-box-shadow: 0.153846rem 0.307692rem 0.461538rem 0 rgba(0, 0, 0, 0.1);
   box-shadow: 0.153846rem 0.307692rem 0.461538rem 0 rgba(0, 0, 0, 0.1);
 }
 .dd-list .dd-list {
   padding-left: 2.30769rem;
 }
 
 /*------------------------------------------------------------------
   [Parsley]
 */
 .parsley-errors-list.filled {
   margin-top: 10px;
   margin-bottom: 0;
   padding: 15px 20px;
   position: relative;
   background-color: #f45846;
   color: #ffffff;
 }
 .parsley-errors-list.filled:after {
   content: '';
   display: inline-block;
   position: absolute;
   top: -6px;
   left: 20px;
   width: 0;
   height: 0;
   content: '';
   z-index: 2;
   border-bottom: 7px solid #f45846;
   -moz-transform: scale(0.9999);
   border-left: 7px solid transparent;
   border-right: 7px solid transparent;
 }
 .parsley-errors-list.filled > li {
   list-style: none;
 }
 
 /*------------------------------------------------------------------
   [Perfect Scrollbar]
 */
 /*Perfect Scrollbar*/
 .ps-container:hover > .ps-scrollbar-y-rail,
 .ps-container:hover > .ps-scrollbar-y-rail:hover,
 .ps-container.ps-in-scrolling.ps-y > .ps-scrollbar-y-rail,
 .ps-container.ps-in-scrolling.ps-y > .ps-scrollbar-y-rail:hover {
   width: 6px;
   background-color: rgba(0, 0, 0, 0.1);
 }
 .ps-container:hover > .ps-scrollbar-y-rail > .ps-scrollbar-y,
 .ps-container:hover > .ps-scrollbar-y-rail:hover > .ps-scrollbar-y,
 .ps-container.ps-in-scrolling.ps-y > .ps-scrollbar-y-rail > .ps-scrollbar-y,
 .ps-container.ps-in-scrolling.ps-y
   > .ps-scrollbar-y-rail:hover
   > .ps-scrollbar-y {
   right: 0;
   width: 6px;
   border-radius: 3px;
   background-color: rgba(0, 0, 0, 0.25);
 }
 
 .ps-container > .ps-scrollbar-y-rail {
   width: 6px;
   background-color: rgba(0, 0, 0, 0.1);
 }
 .ps-container > .ps-scrollbar-y-rail > .ps-scrollbar-y {
   right: 0;
   width: 6px;
   border-radius: 3px;
   background-color: rgba(0, 0, 0, 0.25);
 }
 
 /*------------------------------------------------------------------
   [Select2]
 */
 
 .select2-container {
   box-sizing: border-box;
   display: inline-block;
   margin: 0;
   position: relative;
   vertical-align: middle;
 }
 .select2-container .select2-selection--single {
   box-sizing: border-box;
   cursor: pointer;
   display: block;
   height: 28px;
   user-select: none;
   -webkit-user-select: none;
 }
 .select2-container .select2-selection--single .select2-selection__rendered {
   display: block;
   padding-left: 8px;
   padding-right: 20px;
   overflow: hidden;
   text-overflow: ellipsis;
   white-space: nowrap;
 }
 .select2-container .select2-selection--single .select2-selection__clear {
   position: relative;
 }
 .select2-container[dir='rtl']
   .select2-selection--single
   .select2-selection__rendered {
   padding-right: 8px;
   padding-left: 20px;
 }
 .select2-container .select2-selection--multiple {
   box-sizing: border-box;
   cursor: pointer;
   display: block;
   min-height: 32px;
   user-select: none;
   -webkit-user-select: none;
 }
 .select2-container .select2-selection--multiple .select2-selection__rendered {
   display: inline-block;
   overflow: hidden;
   padding-left: 8px;
   text-overflow: ellipsis;
   white-space: nowrap;
 }
 .select2-container .select2-search--inline {
   float: left;
 }
 .select2-container .select2-search--inline .select2-search__field {
   box-sizing: border-box;
   border: none;
   font-size: 100%;
   margin-top: 5px;
   padding: 0;
 }
 .select2-container
   .select2-search--inline
   .select2-search__field::-webkit-search-cancel-button {
   -webkit-appearance: none;
 }
 .select2-dropdown {
   background-color: white;
   border: 1px solid #aaa;
   border-radius: 4px;
   box-sizing: border-box;
   display: block;
   position: absolute;
   left: -100000px;
   width: 100%;
   z-index: 1051;
 }
 .select2-results {
   display: block;
 }
 .select2-results__options {
   list-style: none;
   margin: 0;
   padding: 0;
 }
 .select2-results__option {
   padding: 6px;
   user-select: none;
   -webkit-user-select: none;
 }
 .select2-results__option[aria-selected] {
   cursor: pointer;
 }
 .select2-container--open .select2-dropdown {
   left: 0;
 }
 .select2-container--open .select2-dropdown--above {
   border-bottom: none;
   border-bottom-left-radius: 0;
   border-bottom-right-radius: 0;
 }
 .select2-container--open .select2-dropdown--below {
   border-top: none;
   border-top-left-radius: 0;
   border-top-right-radius: 0;
 }
 .select2-search--dropdown {
   display: block;
   padding: 4px;
 }
 .select2-search--dropdown .select2-search__field {
   padding: 4px;
   width: 100%;
   box-sizing: border-box;
 }
 .select2-search--dropdown .select2-search__field::-webkit-search-cancel-button {
   -webkit-appearance: none;
 }
 .select2-search--dropdown.select2-search--hide {
   display: none;
 }
 .select2-close-mask {
   border: 0;
   margin: 0;
   padding: 0;
   display: block;
   position: fixed;
   left: 0;
   top: 0;
   min-height: 100%;
   min-width: 100%;
   height: auto;
   width: auto;
   opacity: 0;
   z-index: 99;
   background-color: #fff;
   filter: alpha(opacity=0);
 }
 .select2-hidden-accessible {
   border: 0 !important;
   clip: rect(0 0 0 0) !important;
   height: 1px !important;
   margin: -1px !important;
   overflow: hidden !important;
   padding: 0 !important;
   position: absolute !important;
   width: 1px !important;
 }
 .select2-container--default .select2-selection--single {
   background-color: #fff;
   border: 1px solid #aaa;
   border-radius: 4px;
 }
 .select2-container--default
   .select2-selection--single
   .select2-selection__rendered {
   color: #444;
   line-height: 28px;
 }
 .select2-container--default
   .select2-selection--single
   .select2-selection__clear {
   cursor: pointer;
   float: right;
   font-weight: bold;
 }
 .select2-container--default
   .select2-selection--single
   .select2-selection__placeholder {
   color: #999;
 }
 .select2-container--default
   .select2-selection--single
   .select2-selection__arrow {
   height: 26px;
   position: absolute;
   top: 1px;
   right: 1px;
   width: 20px;
 }
 .select2-container--default
   .select2-selection--single
   .select2-selection__arrow
   b {
   border-color: #888 transparent transparent transparent;
   border-style: solid;
   border-width: 5px 4px 0 4px;
   height: 0;
   left: 50%;
   margin-left: -4px;
   margin-top: -2px;
   position: absolute;
   top: 50%;
   width: 0;
 }
 .select2-container--default[dir='rtl']
   .select2-selection--single
   .select2-selection__clear {
   float: left;
 }
 .select2-container--default[dir='rtl']
   .select2-selection--single
   .select2-selection__arrow {
   left: 1px;
   right: auto;
 }
 .select2-container--default.select2-container--disabled
   .select2-selection--single {
   background-color: #eee;
   cursor: default;
 }
 .select2-container--default.select2-container--disabled
   .select2-selection--single
   .select2-selection__clear {
   display: none;
 }
 .select2-container--default.select2-container--open
   .select2-selection--single
   .select2-selection__arrow
   b {
   border-color: transparent transparent #888 transparent;
   border-width: 0 4px 5px 4px;
 }
 .select2-container--default .select2-selection--multiple {
   background-color: white;
   border: 1px solid #aaa;
   border-radius: 4px;
   cursor: text;
 }
 .select2-container--default
   .select2-selection--multiple
   .select2-selection__rendered {
   box-sizing: border-box;
   list-style: none;
   margin: 0;
   padding: 0 5px;
   width: 100%;
 }
 .select2-container--default
   .select2-selection--multiple
   .select2-selection__rendered
   li {
   list-style: none;
 }
 .select2-container--default
   .select2-selection--multiple
   .select2-selection__placeholder {
   color: #999;
   margin-top: 5px;
   float: left;
 }
 .select2-container--default
   .select2-selection--multiple
   .select2-selection__clear {
   cursor: pointer;
   float: right;
   font-weight: bold;
   margin-top: 5px;
   margin-right: 10px;
 }
 .select2-container--default
   .select2-selection--multiple
   .select2-selection__choice {
   background-color: #e4e4e4;
   border: 1px solid #aaa;
   border-radius: 4px;
   cursor: default;
   float: left;
   margin-right: 5px;
   margin-top: 5px;
   padding: 0 5px;
 }
 .select2-container--default
   .select2-selection--multiple
   .select2-selection__choice__remove {
   color: #999;
   cursor: pointer;
   display: inline-block;
   font-weight: bold;
   margin-right: 2px;
 }
 .select2-container--default
   .select2-selection--multiple
   .select2-selection__choice__remove:hover {
   color: #333;
 }
 .select2-container--default[dir='rtl']
   .select2-selection--multiple
   .select2-selection__choice,
 .select2-container--default[dir='rtl']
   .select2-selection--multiple
   .select2-selection__placeholder,
 .select2-container--default[dir='rtl']
   .select2-selection--multiple
   .select2-search--inline {
   float: right;
 }
 .select2-container--default[dir='rtl']
   .select2-selection--multiple
   .select2-selection__choice {
   margin-left: 5px;
   margin-right: auto;
 }
 .select2-container--default[dir='rtl']
   .select2-selection--multiple
   .select2-selection__choice__remove {
   margin-left: 2px;
   margin-right: auto;
 }
 .select2-container--default.select2-container--focus
   .select2-selection--multiple {
   border: solid black 1px;
   outline: 0;
 }
 .select2-container--default.select2-container--disabled
   .select2-selection--multiple {
   background-color: #eee;
   cursor: default;
 }
 .select2-container--default.select2-container--disabled
   .select2-selection__choice__remove {
   display: none;
 }
 .select2-container--default.select2-container--open.select2-container--above
   .select2-selection--single,
 .select2-container--default.select2-container--open.select2-container--above
   .select2-selection--multiple {
   border-top-left-radius: 0;
   border-top-right-radius: 0;
 }
 .select2-container--default.select2-container--open.select2-container--below
   .select2-selection--single,
 .select2-container--default.select2-container--open.select2-container--below
   .select2-selection--multiple {
   border-bottom-left-radius: 0;
   border-bottom-right-radius: 0;
 }
 .select2-container--default .select2-search--dropdown .select2-search__field {
   border: 1px solid #aaa;
 }
 .select2-container--default .select2-search--inline .select2-search__field {
   background: transparent;
   border: none;
   outline: 0;
   box-shadow: none;
   -webkit-appearance: textfield;
 }
 .select2-container--default .select2-results > .select2-results__options {
   max-height: 200px;
   overflow-y: auto;
 }
 .select2-container--default .select2-results__option[role='group'] {
   padding: 0;
 }
 .select2-container--default .select2-results__option[aria-disabled='true'] {
   color: #999;
 }
 .select2-container--default .select2-results__option[aria-selected='true'] {
   background-color: #ddd;
 }
 .select2-container--default .select2-results__option .select2-results__option {
   padding-left: 1em;
 }
 .select2-container--default
   .select2-results__option
   .select2-results__option
   .select2-results__group {
   padding-left: 0;
 }
 .select2-container--default
   .select2-results__option
   .select2-results__option
   .select2-results__option {
   margin-left: -1em;
   padding-left: 2em;
 }
 .select2-container--default
   .select2-results__option
   .select2-results__option
   .select2-results__option
   .select2-results__option {
   margin-left: -2em;
   padding-left: 3em;
 }
 .select2-container--default
   .select2-results__option
   .select2-results__option
   .select2-results__option
   .select2-results__option
   .select2-results__option {
   margin-left: -3em;
   padding-left: 4em;
 }
 .select2-container--default
   .select2-results__option
   .select2-results__option
   .select2-results__option
   .select2-results__option
   .select2-results__option
   .select2-results__option {
   margin-left: -4em;
   padding-left: 5em;
 }
 .select2-container--default
   .select2-results__option
   .select2-results__option
   .select2-results__option
   .select2-results__option
   .select2-results__option
   .select2-results__option
   .select2-results__option {
   margin-left: -5em;
   padding-left: 6em;
 }
 .select2-container--default
   .select2-results__option--highlighted[aria-selected] {
   background-color: #5897fb;
   color: white;
 }
 .select2-container--default .select2-results__group {
   cursor: default;
   display: block;
   padding: 6px;
 }
 .select2-container--classic .select2-selection--single {
   background-color: #f7f7f7;
   border: 1px solid #aaa;
   border-radius: 4px;
   outline: 0;
   background-image: -webkit-linear-gradient(top, #fff 50%, #eee 100%);
   background-image: -o-linear-gradient(top, #fff 50%, #eee 100%);
   background-image: linear-gradient(to bottom, #fff 50%, #eee 100%);
   background-repeat: repeat-x;
   filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0);
 }
 .select2-container--classic .select2-selection--single:focus {
   border: 1px solid #5897fb;
 }
 .select2-container--classic
   .select2-selection--single
   .select2-selection__rendered {
   color: #444;
   line-height: 28px;
 }
 .select2-container--classic
   .select2-selection--single
   .select2-selection__clear {
   cursor: pointer;
   float: right;
   font-weight: bold;
   margin-right: 10px;
 }
 .select2-container--classic
   .select2-selection--single
   .select2-selection__placeholder {
   color: #999;
 }
 .select2-container--classic
   .select2-selection--single
   .select2-selection__arrow {
   background-color: #ddd;
   border: none;
   border-left: 1px solid #aaa;
   border-top-right-radius: 4px;
   border-bottom-right-radius: 4px;
   height: 26px;
   position: absolute;
   top: 1px;
   right: 1px;
   width: 20px;
   background-image: -webkit-linear-gradient(top, #eee 50%, #ccc 100%);
   background-image: -o-linear-gradient(top, #eee 50%, #ccc 100%);
   background-image: linear-gradient(to bottom, #eee 50%, #ccc 100%);
   background-repeat: repeat-x;
   filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFCCCCCC', GradientType=0);
 }
 .select2-container--classic
   .select2-selection--single
   .select2-selection__arrow
   b {
   border-color: #888 transparent transparent transparent;
   border-style: solid;
   border-width: 5px 4px 0 4px;
   height: 0;
   left: 50%;
   margin-left: -4px;
   margin-top: -2px;
   position: absolute;
   top: 50%;
   width: 0;
 }
 .select2-container--classic[dir='rtl']
   .select2-selection--single
   .select2-selection__clear {
   float: left;
 }
 .select2-container--classic[dir='rtl']
   .select2-selection--single
   .select2-selection__arrow {
   border: none;
   border-right: 1px solid #aaa;
   border-radius: 0;
   border-top-left-radius: 4px;
   border-bottom-left-radius: 4px;
   left: 1px;
   right: auto;
 }
 .select2-container--classic.select2-container--open .select2-selection--single {
   border: 1px solid #5897fb;
 }
 .select2-container--classic.select2-container--open
   .select2-selection--single
   .select2-selection__arrow {
   background: transparent;
   border: none;
 }
 .select2-container--classic.select2-container--open
   .select2-selection--single
   .select2-selection__arrow
   b {
   border-color: transparent transparent #888 transparent;
   border-width: 0 4px 5px 4px;
 }
 .select2-container--classic.select2-container--open.select2-container--above
   .select2-selection--single {
   border-top: none;
   border-top-left-radius: 0;
   border-top-right-radius: 0;
   background-image: -webkit-linear-gradient(top, #fff 0%, #eee 50%);
   background-image: -o-linear-gradient(top, #fff 0%, #eee 50%);
   background-image: linear-gradient(to bottom, #fff 0%, #eee 50%);
   background-repeat: repeat-x;
   filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0);
 }
 .select2-container--classic.select2-container--open.select2-container--below
   .select2-selection--single {
   border-bottom: none;
   border-bottom-left-radius: 0;
   border-bottom-right-radius: 0;
   background-image: -webkit-linear-gradient(top, #eee 50%, #fff 100%);
   background-image: -o-linear-gradient(top, #eee 50%, #fff 100%);
   background-image: linear-gradient(to bottom, #eee 50%, #fff 100%);
   background-repeat: repeat-x;
   filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFFFFFFF', GradientType=0);
 }
 .select2-container--classic .select2-selection--multiple {
   background-color: white;
   border: 1px solid #aaa;
   border-radius: 4px;
   cursor: text;
   outline: 0;
 }
 .select2-container--classic .select2-selection--multiple:focus {
   border: 1px solid #5897fb;
 }
 .select2-container--classic
   .select2-selection--multiple
   .select2-selection__rendered {
   list-style: none;
   margin: 0;
   padding: 0 5px;
 }
 .select2-container--classic
   .select2-selection--multiple
   .select2-selection__clear {
   display: none;
 }
 .select2-container--classic
   .select2-selection--multiple
   .select2-selection__choice {
   background-color: #e4e4e4;
   border: 1px solid #aaa;
   border-radius: 4px;
   cursor: default;
   float: left;
   margin-right: 5px;
   margin-top: 5px;
   padding: 0 5px;
 }
 .select2-container--classic
   .select2-selection--multiple
   .select2-selection__choice__remove {
   color: #888;
   cursor: pointer;
   display: inline-block;
   font-weight: bold;
   margin-right: 2px;
 }
 .select2-container--classic
   .select2-selection--multiple
   .select2-selection__choice__remove:hover {
   color: #555;
 }
 .select2-container--classic[dir='rtl']
   .select2-selection--multiple
   .select2-selection__choice {
   float: right;
 }
 .select2-container--classic[dir='rtl']
   .select2-selection--multiple
   .select2-selection__choice {
   margin-left: 5px;
   margin-right: auto;
 }
 .select2-container--classic[dir='rtl']
   .select2-selection--multiple
   .select2-selection__choice__remove {
   margin-left: 2px;
   margin-right: auto;
 }
 .select2-container--classic.select2-container--open
   .select2-selection--multiple {
   border: 1px solid #5897fb;
 }
 .select2-container--classic.select2-container--open.select2-container--above
   .select2-selection--multiple {
   border-top: none;
   border-top-left-radius: 0;
   border-top-right-radius: 0;
 }
 .select2-container--classic.select2-container--open.select2-container--below
   .select2-selection--multiple {
   border-bottom: none;
   border-bottom-left-radius: 0;
   border-bottom-right-radius: 0;
 }
 .select2-container--classic .select2-search--dropdown .select2-search__field {
   border: 1px solid #aaa;
   outline: 0;
 }
 .select2-container--classic .select2-search--inline .select2-search__field {
   outline: 0;
   box-shadow: none;
 }
 .select2-container--classic .select2-dropdown {
   background-color: #fff;
   border: 1px solid transparent;
 }
 .select2-container--classic .select2-dropdown--above {
   border-bottom: none;
 }
 .select2-container--classic .select2-dropdown--below {
   border-top: none;
 }
 .select2-container--classic .select2-results > .select2-results__options {
   max-height: 200px;
   overflow-y: auto;
 }
 .select2-container--classic .select2-results__option[role='group'] {
   padding: 0;
 }
 .select2-container--classic .select2-results__option[aria-disabled='true'] {
   color: grey;
 }
 .select2-container--classic
   .select2-results__option--highlighted[aria-selected] {
   background-color: #3875d7;
   color: #fff;
 }
 .select2-container--classic .select2-results__group {
   cursor: default;
   display: block;
   padding: 6px;
 }
 .select2-container--classic.select2-container--open .select2-dropdown {
   border-color: #5897fb;
 }
 
 .select2-container--default .select2-selection--single,
 .select2-container--default .select2-selection--multiple {
   border: 0.153846rem solid #ebebeb;
   border-radius: 0;
 }
 
 .select2-container--default
   .select2-selection--single
   .select2-selection__rendered {
   padding: 0 15px;
   height: 2.6rem;
   line-height: 2.6rem;
   font-size: 1rem;
   color: #878787;
 }
 
 .select2-container--default
   .select2-selection--single
   .select2-selection__arrow {
   height: 3.076924rem;
   width: 30px;
 }
 .select2-container--default
   .select2-selection--single
   .select2-selection__arrow
   b {
   border: 0;
   left: 0;
   top: 0;
   width: 100%;
   height: 100%;
   margin: 0;
 }
 .select2-container--default
   .select2-selection--single
   .select2-selection__arrow
   b:after {
   content: '';
   font-family: 'Stroke 7';
   font-size: 25px;
   font-weight: normal;
   line-height: 3.076924rem;
   color: #878787;
 }
 
 .select2-container--default .select2-selection--multiple {
   height: 39px;
   line-height: 1;
 }
 .select2-container--default
   .select2-selection--multiple
   .select2-selection__rendered {
   padding: 0px 12px;
   min-height: 3.23077rem;
 }
 .select2-container--default
   .select2-selection--multiple
   .select2-selection__choice {
   border-radius: 0;
   background-color: #f2f2f2;
   color: #6e6e6e;
   border-width: 0;
   padding: 4px 6px;
   line-height: 18px;
 }
 .select2-container--default
   .select2-selection--multiple
   .select2-selection__choice__remove {
   color: #7a7a7a;
   margin-right: 3px;
 }
 .select2-container--default
   .select2-selection--multiple
   .select2-selection__choice__remove:hover {
   color: #616161;
 }
 .select2-container--default
   .select2-selection--multiple
   .select2-search--inline
   .select2-search__field {
   line-height: 2;
 }
 
 .select2-container--default.select2-container--default.select2-container--focus
   .select2-selection--multiple {
   border: 0.153846rem solid #ebebeb;
 }
 
 .select2-container--default.select2-container--open
   .select2-selection--single
   .select2-selection__arrow
   b:after {
   content: '';
 }
 
 .select2-container--default .select2-results__group {
   font-size: 12px;
   color: #6e6e6e;
 }
 
 .select2-container--default .select2-results__option {
   padding: 10px 6px;
 }
 
 .select2-container--default .select2-results__option[aria-selected='true'] {
   background-color: #f7f7f7;
 }
 
 .select2-container--default
   .select2-results__option--highlighted[aria-selected] {
   background-color: #5f5f5f;
 }
 
 .select2-container--default .select2-dropdown {
   border-width: 0.153846rem;
   border-color: #ebebeb;
 }
 .select2-container--default .select2-dropdown--above {
   border-radius: 0;
   -webkit-box-shadow: none;
   box-shadow: none;
 }
 .select2-container--default .select2-dropdown--below {
   border-radius: 0;
   -webkit-box-shadow: none;
   box-shadow: none;
 }
 
 .select2-container--default .select2-search--dropdown {
   background-color: white;
   border-bottom: 0.153846rem solid #ebebeb;
 }
 .select2-container--default .select2-search--dropdown .select2-search__field {
   background-color: transparent;
   border-width: 0;
   outline: none;
 }
 
 /*------------------------------------------------------------------
   [Slider]
 */
 /*Slider*/
 .slider.slider-vertical {
   margin-right: 13px;
 }
 @media (max-width: 575.98px) {
   .slider.slider-vertical {
     margin-right: 10px;
   }
 }
 
 .slider.slider-horizontal {
   height: 23px;
   top: 11px;
 }
 .slider.slider-horizontal .slider-track {
   height: 8px;
 }
 
 .slider-selection {
   background: #5f5f5f;
   border: 1px solid #5f5f5f;
   -webkit-box-shadow: none;
   box-shadow: none;
 }
 
 .slider-track {
   background: #f2f2f2;
   -webkit-box-shadow: none;
   box-shadow: none;
 }
 
 .slider-handle {
   opacity: 1;
   background: #ffffff;
   border: 1px solid #f0f0f0;
   -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.12);
   box-shadow: 0 0 3px rgba(0, 0, 0, 0.12);
   height: 22px;
   width: 22px;
   -webkit-transition: -webkit-box-shadow 200ms ease-in-out;
   transition: -webkit-box-shadow 200ms ease-in-out;
   -o-transition: box-shadow 200ms ease-in-out;
   transition: box-shadow 200ms ease-in-out;
   transition: box-shadow 200ms ease-in-out, -webkit-box-shadow 200ms ease-in-out;
   cursor: pointer;
 }
 
 .note-editor.note-frame {
   margin-bottom: 0;
   border-width: 0;
   -webkit-box-shadow: none;
   box-shadow: none;
 }
 .note-editor.note-frame .note-toolbar {
   margin: 0;
   padding-bottom: 5px;
 }
 .note-editor.note-frame .note-toolbar .btn .fa {
   font-size: 14px;
 }
 .note-editor.note-frame .note-toolbar > .btn-group {
   margin-left: 0;
   margin-right: 5px;
   margin-top: 5px;
 }
 .note-editor.note-frame .note-toolbar .note-color .dropdown-toggle {
   padding-left: 5px;
   width: 20px;
 }
 .note-editor.note-frame .note-statusbar {
   background-color: #f6f6f6;
 }
 .note-editor.note-frame .note-statusbar .note-resizebar {
   height: auto;
   padding-top: 3px;
   padding-bottom: 4px;
 }
 .note-editor.note-frame .note-editable {
   border: 1px solid #ebebeb;
   padding: 10px 12px;
   margin-top: 6px;
   border-radius: 0;
 }
 .note-editor.note-frame .note-editing-area .note-editable {
   color: #545454;
 }
 
 .note-btn-group .dropdown-menu > li > a {
   display: block;
   padding: 3px 20px;
   clear: both;
   font-weight: normal;
   line-height: 1.42857143;
   color: #333;
   white-space: nowrap;
 }
 
 .note-popover .popover-content .note-color .dropdown-toggle,
 .note-editor .panel-heading.note-toolbar .note-color .dropdown-toggle {
   width: 20px;
   padding-left: 1px;
 }
 
 /*------------------------------------------------------------------
   [Wizard]
 */
 .block-wizard {
   padding: 0;
 }
 
 .fuelux .wizard {
   -webkit-box-shadow: none;
   box-shadow: none;
   border-radius: 0;
   -webkit-border-radius: 0;
   border: 0;
   background: #ffffff;
 }
 .fuelux .wizard label.control-label {
   font-weight: 600;
 }
 .fuelux .wizard .wizard-title {
   margin: 15px 0 20px;
 }
 .fuelux .wizard > .actions {
   line-height: 48px;
   background: #f7f7f7;
   padding: 0;
   font-size: 0;
   z-index: 1;
 }
 .fuelux .wizard > .actions .btn {
   position: relative;
   line-height: 48px;
   border-width: 0;
   border-radius: 0;
   vertical-align: top;
   padding: 0 14px;
   -webkit-box-shadow: none;
   box-shadow: none;
   font-weight: 400;
   color: #949494;
 }
 .fuelux .wizard > .actions .btn:focus,
 .fuelux .wizard > .actions .btn:active {
   -webkit-box-shadow: none;
   box-shadow: none;
   border-width: 0;
 }
 .fuelux .wizard > .actions .btn:hover {
   background-color: #f7f7f7;
 }
 .fuelux .wizard > .actions .btn:first-child {
   border-right: 1px solid #d4d4d4;
 }
 .fuelux .wizard > .actions .btn .icon {
   position: absolute;
   top: 12px;
   font-size: 25px;
   line-height: 1;
   color: #949494;
 }
 .fuelux .wizard > .actions .btn.btn-prev {
   padding-left: 25px;
 }
 .fuelux .wizard > .actions .btn.btn-prev .icon {
   left: 4px;
 }
 .fuelux .wizard > .actions .btn.btn-next {
   padding-right: 25px;
 }
 .fuelux .wizard > .actions .btn.btn-next .icon {
   right: 4px;
 }
 .fuelux .wizard > .steps-container {
   border-radius: 0;
 }
 .fuelux .wizard > .steps-container > ul.steps > li {
   height: 48px;
   background-color: #f7f7f7;
 }
 .fuelux .wizard > .steps-container > ul.steps > li .chevron {
   border-left-color: #e0e0e0;
 }
 .fuelux .wizard > .steps-container > ul.steps > li .chevron:before {
   border-left: 14px solid #f7f7f7;
 }
 .fuelux .wizard > .steps-container > ul.steps li {
   font-size: 15px;
 }
 .fuelux .wizard > .steps-container > ul.steps li:first-child {
   border-radius: 0;
 }
 .fuelux .wizard > .steps-container > ul.steps li.active {
   background: #ffffff;
   color: #5f5f5f;
 }
 .fuelux .wizard > .steps-container > ul.steps li.active .chevron:before {
   -moz-transform: scale(0.9999);
   border-left: 14px solid #ffffff;
 }
 .fuelux .wizard > .steps-container > ul.steps li.complete {
   color: #ffffff;
   background: #5f5f5f;
 }
 .fuelux .wizard > .steps-container > ul.steps li.complete .chevron {
   border-left-color: #24a06e;
 }
 .fuelux .wizard > .steps-container > ul.steps li.complete .chevron:before {
   border-left: 14px solid #5f5f5f;
 }
 .fuelux .wizard > .steps-container > ul.steps li.complete:hover {
   background: #2fcd8e;
 }
 .fuelux .wizard > .steps-container > ul.steps li.complete:hover .chevron {
   border-left-color: #26a874;
 }
 .fuelux
   .wizard
   > .steps-container
   > ul.steps
   li.complete:hover
   .chevron:before {
   border-left-color: #2fcd8e;
 }
 .fuelux .wizard > .steps-container > ul.steps li .chevron {
   -moz-transform: scale(0.9999);
 }
 .fuelux .wizard > .actions button {
   font-size: 12px;
 }
 .fuelux .wizard > .actions button i {
   font-size: 11px;
   line-height: 17px;
 }
 .fuelux .wizard > .actions button.btn-prev i {
   margin-right: 3px;
 }
 .fuelux .wizard > .actions button.btn-next i {
   margin-left: 3px;
 }
 .fuelux .wizard .step-content {
   padding: 20px 30px;
   clear: both;
   border-top: 1px solid #e2e2e2;
 }
 
 @media (max-width: 767px) {
   .wizard-row .fuelux {
     position: static;
   }
 }
 
 .editable-checklist label {
   -webkit-box-align: center;
   -webkit-align-items: center;
   -ms-flex-align: center;
   align-items: center;
   -webkit-box-pack: start;
   -webkit-justify-content: flex-start;
   -ms-flex-pack: start;
   justify-content: flex-start;
 }
 .editable-checklist label input[type='checkbox'] {
   margin-right: 5px;
 }
 
 .editableform .form-group {
   -webkit-box-orient: vertical;
   -webkit-box-direction: normal;
   -webkit-flex-flow: column;
   -ms-flex-flow: column;
   flex-flow: column;
   -webkit-box-align: start;
   -webkit-align-items: flex-start;
   -ms-flex-align: start;
   align-items: flex-start;
 }
 
 .ads-chart {
   margin-bottom: 29px;
 }
 .ads-chart.widget.widget-fullwidth .widget-head {
   margin-bottom: 1rem;
 }
 
 .ads-resume {
   display: -webkit-box;
   display: -webkit-flex;
   display: -ms-flexbox;
   display: flex;
   -webkit-box-pack: justify;
   -webkit-justify-content: space-between;
   -ms-flex-pack: justify;
   justify-content: space-between;
 }
 
 .ads-info {
   display: -webkit-box;
   display: -webkit-flex;
   display: -ms-flexbox;
   display: flex;
   -webkit-box-orient: vertical;
   -webkit-box-direction: normal;
   -webkit-flex-direction: column;
   -ms-flex-direction: column;
   flex-direction: column;
   -webkit-box-flex: 0;
   -webkit-flex: 0 1 45%;
   -ms-flex: 0 1 45%;
   flex: 0 1 45%;
   padding: 30px;
 }
 
 .ads-progress .progress {
   border-radius: 0.25rem;
   margin-bottom: 1.76923rem;
   height: auto;
 }
 
 .ads-progress .progress-bar {
   display: block;
   border-radius: 0.25rem;
   height: 4px;
 }
 
 .ads-progress-counter {
   display: block;
   font-size: 1.84615rem;
   line-height: 1;
 }
 
 .ads-progress-title {
   font-size: 1.077rem;
 }
 
 .ads-legend .legendColorBox {
   padding: 0 7px 0 0;
 }
 .ads-legend .legendColorBox > div {
   border: 0 !important;
 }
 .ads-legend .legendColorBox > div > div {
   width: 8px !important;
   height: 8px !important;
 }
 
 .ads-legend .legendLabel {
   font-size: 1rem;
 }
 
 .ads-users {
   position: relative;
   padding-right: 30px;
   width: 50%;
 }
 
 .users-chart-counter {
   position: absolute;
   display: -webkit-box;
   display: -webkit-flex;
   display: -ms-flexbox;
   display: flex;
   -webkit-box-orient: vertical;
   -webkit-box-direction: normal;
   -webkit-flex-direction: column;
   -ms-flex-direction: column;
   flex-direction: column;
   top: 50%;
   width: 100%;
   text-align: center;
   margin-top: -20px;
 }
 .users-chart-counter .users-counter {
   font-size: 1.84615rem;
   line-height: 1;
 }
 
 .widget-calendar {
   padding: 0;
 }
 
 .cal-calendar {
   position: relative;
   padding: 40px;
   background-color: #545454;
 }
 @media (max-width: 991.98px) {
   .cal-calendar {
     padding: 20px 10px;
   }
 }
 .cal-calendar:after {
   position: absolute;
   display: block;
   top: 135px;
   left: 0;
   background-color: #5f5f5f;
   height: 46px;
   width: 100%;
   content: ' ';
   z-index: 0;
 }
 @media (max-width: 991.98px) {
   .cal-calendar:after {
     top: 75px;
   }
 }
 .ui-datepicker {
   position: relative;
   z-index: 1;
 }
 .ui-datepicker .ui-datepicker-header {
   margin-bottom: 4.61538rem;
 }
 @media (max-width: 991.98px) {
   .ui-datepicker .ui-datepicker-header {
     margin-bottom: 2.31538rem;
   }
 }
 .ui-datepicker .ui-datepicker-header .ui-datepicker-title {
   color: #ffffff;
   cursor: default;
   line-height: 1;
   margin: 0 auto;
   text-align: center;
   font-weight: 300;
   font-size: 2.76923rem;
 }
 @media (max-width: 991.98px) {
   .ui-datepicker .ui-datepicker-header .ui-datepicker-title {
     font-size: 1.8rem;
   }
 }
 .ui-datepicker .ui-datepicker-header .ui-datepicker-prev,
 .ui-datepicker .ui-datepicker-header .ui-datepicker-next {
   height: 1.8em;
   position: absolute;
   top: -5px;
   width: 2.76923rem;
   color: #ffffff;
   font-size: 2.76923rem;
 }
 @media (max-width: 991.98px) {
   .ui-datepicker .ui-datepicker-header .ui-datepicker-prev,
   .ui-datepicker .ui-datepicker-header .ui-datepicker-next {
     font-size: 1.69231rem;
   }
 }
 @media (max-width: 575.98px) {
   .ui-datepicker .ui-datepicker-header .ui-datepicker-prev,
   .ui-datepicker .ui-datepicker-header .ui-datepicker-next {
     font-size: 1.69231rem;
   }
 }
 .ui-datepicker .ui-datepicker-header .ui-datepicker-prev span,
 .ui-datepicker .ui-datepicker-header .ui-datepicker-next span {
   overflow: hidden;
   display: block;
   text-indent: -99999px;
 }
 .ui-datepicker .ui-datepicker-header .ui-datepicker-prev span:after,
 .ui-datepicker .ui-datepicker-header .ui-datepicker-next span:after {
   cursor: pointer;
   content: '\e686';
   font-family: 'Stroke 7';
   display: block;
   position: absolute;
   width: 16px;
   height: 16px;
   top: 0;
   text-indent: 0;
 }
 .ui-datepicker .ui-datepicker-header .ui-datepicker-prev {
   left: 0;
 }
 .ui-datepicker .ui-datepicker-header .ui-datepicker-next {
   right: 0;
 }
 .ui-datepicker .ui-datepicker-header .ui-datepicker-next span:after {
   content: '\e684';
 }
 .ui-datepicker table.ui-datepicker-calendar {
   width: 100%;
 }
 .ui-datepicker table.ui-datepicker-calendar th {
   border: 0;
   padding: 0.769231rem 0.230769rem 1.30769rem;
   text-align: center;
   font-weight: 300;
   color: #ffffff;
 }
 .ui-datepicker table.ui-datepicker-calendar th span {
   font-size: 1.30769rem;
 }
 .ui-datepicker table.ui-datepicker-calendar tr td {
   border: 0;
   padding: 0.230769rem;
   text-align: center;
 }
 .ui-datepicker table.ui-datepicker-calendar tr td a {
   display: inline-block;
   padding: 0.615385rem 0.538462rem;
   text-align: center;
   text-decoration: none;
   margin-top: 0.769231rem;
   color: #ffffff;
   width: 33px;
   height: 33px;
   line-height: 1;
   font-size: 1.30769rem;
 }
 .ui-datepicker table.ui-datepicker-calendar tr td a:hover {
   color: #5f5f5f;
 }
 .ui-datepicker table.ui-datepicker-calendar tr td a.ui-state-active,
 .ui-datepicker table.ui-datepicker-calendar tr td a.ui-state-highlight {
   background-color: #5f5f5f;
   color: #545454;
   border-radius: 50%;
 }
 .ui-datepicker table.ui-datepicker-calendar tr td a.ui-state-highlight {
   background-color: #5f5f5f;
   color: #ffffff;
 }
 
 .add-note {
   display: block;
   text-align: center;
   color: #ffffff;
   font-size: 1.53846rem;
   font-weight: 300;
   line-height: 1;
   margin-top: 2.30769rem;
 }
 @media (max-width: 991.98px) {
   .add-note {
     font-size: 1.3rem;
   }
 }
 .add-note:hover {
   color: #ffffff;
 }
 .add-note .icon {
   color: #5f5f5f;
   font-size: 2rem;
   margin-right: 5px;
   vertical-align: middle;
   line-height: 0.2;
 }
 
 .cal-notes {
   background-color: #ffffff;
   padding: 30px;
 }
 .cal-notes span {
   display: block;
 }
 .cal-notes span.day {
   font-size: 2.76923rem;
   font-weight: 300;
 }
 .cal-notes span.date {
   font-size: 15px;
   font-weight: 300;
   color: #5f5f5f;
 }
 .cal-notes span.title {
   font-size: 1.38462rem;
   border-bottom: 1px solid #d9d9d9;
   margin-top: 1.38462rem;
   padding-bottom: 0.153846rem;
 }
 .cal-notes ul {
   padding: 0;
   list-style: none;
   padding-top: 20px;
 }
 .cal-notes ul li {
   padding-bottom: 10px;
   font-size: 1.077rem;
 }
 .cal-notes ul li span {
   display: inline-block;
 }
 .cal-notes ul li span.hour {
   float: right;
   color: #5f5f5f;
 }
 .cal-notes ul li span.event-name {
   font-size: 1.077rem;
 }
 .cal-notes ul li:last-child {
   padding-bottom: 0;
 }
 
 @media (max-width: 575.98px) {
   display: block;
   .cal-notes,
   .cal-calendar {
     display: block;
   }
   .cal-notes {
     width: 100%;
   }
 }
 
 .earnings {
   margin-bottom: 29px;
 }
 .earnings.widget.widget-fullwidth .widget-head {
   margin-bottom: 1rem;
 }
 
 .earnings-resume {
   padding: 0 20px;
   margin-bottom: -15px;
 }
 
 .earnings-value {
   display: -webkit-box;
   display: -webkit-flex;
   display: -ms-flexbox;
   display: flex;
   -webkit-box-orient: vertical;
   -webkit-box-direction: normal;
   -webkit-flex-direction: column;
   -ms-flex-direction: column;
   flex-direction: column;
   margin-bottom: 1rem;
 }
 .earnings-value.earnings-value-big {
   margin-bottom: 2.30769rem;
 }
 
 .earnings-counter {
   font-size: 1.23077rem;
 }
 .earnings-value-big .earnings-counter {
   font-size: 2.76923rem;
 }
 
 .earnings-title {
   color: #999999;
 }
 
 .widget-indicators {
   background-color: #ffffff;
   margin-bottom: 29px;
 }
 
 .indicator-item {
   padding: 12px 30px;
   display: -webkit-box;
   display: -webkit-flex;
   display: -ms-flexbox;
   display: flex;
   width: 100%;
   margin-bottom: 0;
   -webkit-box-align: center;
   -webkit-align-items: center;
   -ms-flex-align: center;
   align-items: center;
   border-bottom: 1px solid #e6e5e5;
 }
 
 .indicator-item-icon {
   -webkit-box-flex: 1;
   -webkit-flex: 1 1 0%;
   -ms-flex: 1 1 0%;
   flex: 1 1 0%;
 }
 .indicator-item-icon .icon {
   font-size: 3.07692rem;
   color: #5f5f5f;
 }
 
 .indicator-item-value {
   -webkit-box-flex: 0;
   -webkit-flex: 0 1 50%;
   -ms-flex: 0 1 50%;
   flex: 0 1 50%;
   display: -webkit-box;
   display: -webkit-flex;
   display: -ms-flexbox;
   display: flex;
   -webkit-box-orient: vertical;
   -webkit-box-direction: normal;
   -webkit-flex-direction: column;
   -ms-flex-direction: column;
   flex-direction: column;
   -webkit-box-align: end;
   -webkit-align-items: flex-end;
   -ms-flex-align: end;
   align-items: flex-end;
 }
 
 .indicator-value-counter {
   font-size: 1.84615rem;
 }
 
 .indicator-value-title {
   font-weight: 300;
 }
 
 .project-list {
   background-color: transparent;
   margin-bottom: 29px;
 }
 
 .project-list-title {
   font-size: 1.38462rem;
   margin-bottom: 28px;
 }
 
 .project-item {
   position: relative;
   display: -webkit-box;
   display: -webkit-flex;
   display: -ms-flexbox;
   display: flex;
   -webkit-box-align: center;
   -webkit-align-items: center;
   -ms-flex-align: center;
   align-items: center;
   background-color: #ffffff;
   padding: 23px;
   margin-bottom: 0.923077rem;
 }
 @media (max-width: 767.98px) {
   .project-item {
     -webkit-box-orient: vertical;
     -webkit-box-direction: normal;
     -webkit-flex-direction: column;
     -ms-flex-direction: column;
     flex-direction: column;
     -webkit-box-align: stretch;
     -webkit-align-items: stretch;
     -ms-flex-align: stretch;
     align-items: stretch;
   }
 }
 .project-item .description {
   font-size: 0.846154rem;
   color: #999999;
 }
 @media (max-width: 767.98px) {
   .project-item .description {
     font-size: 1rem;
   }
 }
 
 .project-item-column {
   display: -webkit-box;
   display: -webkit-flex;
   display: -ms-flexbox;
   display: flex;
 }
 
 .project-item-title {
   display: -webkit-box;
   display: -webkit-flex;
   display: -ms-flexbox;
   display: flex;
   -webkit-box-flex: 0;
   -webkit-flex: 0 1 20%;
   -ms-flex: 0 1 20%;
   flex: 0 1 20%;
   -webkit-box-orient: vertical;
   -webkit-box-direction: normal;
   -webkit-flex-direction: column;
   -ms-flex-direction: column;
   flex-direction: column;
   padding-right: 5px;
 }
 @media (max-width: 767.98px) {
   .project-item-title {
     -webkit-box-ordinal-group: 3;
     -webkit-order: 2;
     -ms-flex-order: 2;
     order: 2;
     margin-bottom: 10px;
   }
 }
 
 .project-item-user {
   display: -webkit-box;
   display: -webkit-flex;
   display: -ms-flexbox;
   display: flex;
   -webkit-box-align: center;
   -webkit-align-items: center;
   -ms-flex-align: center;
   align-items: center;
   -webkit-box-flex: 0;
   -webkit-flex: 0 1 25%;
   -ms-flex: 0 1 25%;
   flex: 0 1 25%;
   padding-right: 5px;
 }
 @media (max-width: 767.98px) {
   .project-item-user {
     -webkit-box-ordinal-group: 2;
     -webkit-order: 1;
     -ms-flex-order: 1;
     order: 1;
     -webkit-box-align: center;
     -webkit-align-items: center;
     -ms-flex-align: center;
     align-items: center;
     margin-bottom: 20px;
   }
 }
 .project-item-user .user-avatar {
   margin-right: 12px;
 }
 .project-item-user .user-avatar img {
   border-radius: 50%;
   width: 30px;
   height: 30px;
 }
 @media (max-width: 767.98px) {
   .project-item-user .user-avatar img {
     height: 45px;
     width: 45px;
   }
 }
 .project-item-user .user-info {
   display: -webkit-box;
   display: -webkit-flex;
   display: -ms-flexbox;
   display: flex;
   -webkit-box-orient: vertical;
   -webkit-box-direction: normal;
   -webkit-flex-direction: column;
   -ms-flex-direction: column;
   flex-direction: column;
 }
 @media (max-width: 767.98px) {
   .project-item-user .user-info .name {
     font-size: 1.077rem;
   }
 }
 
 .project-item-state {
   display: -webkit-box;
   display: -webkit-flex;
   display: -ms-flexbox;
   display: flex;
   -webkit-box-orient: vertical;
   -webkit-box-direction: normal;
   -webkit-flex-direction: column;
   -ms-flex-direction: column;
   flex-direction: column;
   -webkit-box-flex: 0;
   -webkit-flex: 0 1 20%;
   -ms-flex: 0 1 20%;
   flex: 0 1 20%;
   padding-right: 5px;
 }
 @media (max-width: 767.98px) {
   .project-item-state {
     -webkit-box-ordinal-group: 4;
     -webkit-order: 3;
     -ms-flex-order: 3;
     order: 3;
     margin-bottom: 10px;
   }
 }
 
 .project-item-date {
   display: -webkit-box;
   display: -webkit-flex;
   display: -ms-flexbox;
   display: flex;
   -webkit-box-orient: vertical;
   -webkit-box-direction: normal;
   -webkit-flex-direction: column;
   -ms-flex-direction: column;
   flex-direction: column;
   -webkit-box-flex: 0;
   -webkit-flex: 0 1 15%;
   -ms-flex: 0 1 15%;
   flex: 0 1 15%;
   padding-right: 5px;
 }
 @media (max-width: 767.98px) {
   .project-item-date {
     -webkit-box-ordinal-group: 5;
     -webkit-order: 4;
     -ms-flex-order: 4;
     order: 4;
     margin-bottom: 10px;
   }
 }
 
 .project-item-progress {
   -webkit-box-flex: 0;
   -webkit-flex: 0 1 15%;
   -ms-flex: 0 1 15%;
   flex: 0 1 15%;
   display: -webkit-box;
   display: -webkit-flex;
   display: -ms-flexbox;
   display: flex;
   -webkit-box-orient: vertical;
   -webkit-box-direction: normal;
   -webkit-flex-direction: column;
   -ms-flex-direction: column;
   flex-direction: column;
 }
 @media (max-width: 767.98px) {
   .project-item-progress {
     -webkit-box-ordinal-group: 6;
     -webkit-order: 5;
     -ms-flex-order: 5;
     order: 5;
     margin-bottom: 10px;
   }
 }
 .project-item-progress span {
   text-align: right;
 }
 .project-item-progress .progress {
   border-radius: 0.25rem;
   height: auto;
 }
 .project-item-progress .progress-bar {
   height: 6px;
   border-radius: 0.25rem;
 }
 
 .project-item-actions {
   -webkit-box-flex: 0;
   -webkit-flex: 0 1 5%;
   -ms-flex: 0 1 5%;
   flex: 0 1 5%;
   display: -webkit-box;
   display: -webkit-flex;
   display: -ms-flexbox;
   display: flex;
   -webkit-box-pack: end;
   -webkit-justify-content: flex-end;
   -ms-flex-pack: end;
   justify-content: flex-end;
 }
 @media (max-width: 767.98px) {
   .project-item-actions {
     position: absolute;
     top: 23px;
     right: 23px;
   }
 }
 .project-item-actions .icon {
   font-size: 1.23077rem;
   margin-left: 0.384615rem;
 }
 @media (max-width: 767.98px) {
   .project-item-actions .icon {
     font-size: 1.38462rem;
   }
 }
 
 .todo-list {
   margin-bottom: 29px;
 }
 
 .todo-list-container {
   padding: 12px 23px 0;
 }
 
 .todo-tasks {
   padding: 0;
 }
 
 .todo-task {
   list-style: none;
   display: -webkit-box;
   display: -webkit-flex;
   display: -ms-flexbox;
   display: flex;
   -webkit-box-align: center;
   -webkit-align-items: center;
   -ms-flex-align: center;
   align-items: center;
   padding: 12px 0;
 }
 .todo-task .custom-control {
   margin: 0;
   padding-left: 2.30769rem;
   -webkit-box-flex: 1;
   -webkit-flex: 1 1 0%;
   -ms-flex: 1 1 0%;
   flex: 1 1 0%;
 }
 .todo-task .custom-control-input:checked ~ .custom-control-label {
   text-decoration: line-through;
 }
 
 .todo-new-task .input-group {
   border-top: 1px solid #ebebeb;
   padding: 12px 3px;
 }
 
 .todo-new-task input {
   border-width: 0;
 }
 
 .todo-new-task .input-group-append {
   background-color: transparent;
   border-width: 0;
   font-size: 30px;
   padding: 0.5rem 0.9rem;
   color: #c2c2c2;
 }
 
 .usage {
   background-color: #ffffff;
   padding: 20px 20px 35px;
   margin-bottom: 29px;
 }
 
 .usage-head {
   display: -webkit-box;
   display: -webkit-flex;
   display: -ms-flexbox;
   display: flex;
   -webkit-box-align: center;
   -webkit-align-items: center;
   -ms-flex-align: center;
   align-items: center;
   margin-bottom: 1rem;
 }
 
 .usage-head-tools .icon {
   font-size: 16px;
 }
 
 .usage-head-title {
   -webkit-box-flex: 1;
   -webkit-flex: 1 1 0%;
   -ms-flex: 1 1 0%;
   flex: 1 1 0%;
   font-size: 1.38462rem;
 }
 
 .usage-resume {
   display: -webkit-box;
   display: -webkit-flex;
   display: -ms-flexbox;
   display: flex;
   padding-top: 0.615385rem;
 }
 
 .usage-data {
   display: -webkit-box;
   display: -webkit-flex;
   display: -ms-flexbox;
   display: flex;
   -webkit-box-flex: 1;
   -webkit-flex: 1 1 0%;
   -ms-flex: 1 1 0%;
   flex: 1 1 0%;
   -webkit-box-orient: vertical;
   -webkit-box-direction: normal;
   -webkit-flex-direction: column;
   -ms-flex-direction: column;
   flex-direction: column;
 }
 
 .usage-counter {
   font-size: 2.76923rem;
 }
 
 .usage-icon {
   display: -webkit-box;
   display: -webkit-flex;
   display: -ms-flexbox;
   display: flex;
   -webkit-box-orient: vertical;
   -webkit-box-direction: normal;
   -webkit-flex-direction: column;
   -ms-flex-direction: column;
   flex-direction: column;
   -webkit-box-pack: end;
   -webkit-justify-content: flex-end;
   -ms-flex-pack: end;
   justify-content: flex-end;
 }
 .usage-icon .icon {
   font-size: 3.69231rem;
 }
 
 .usage.usage-primary {
   background-color: #5f5f5f;
   color: #ffffff;
 }
 .usage.usage-primary .usage-detail {
   color: #358565;
 }
 .usage.usage-primary .usage-icon .icon {
   color: #358565;
 }
 
 .usage.usage-success {
   background-color: #5f5f5f;
   color: #ffffff;
 }
 .usage.usage-success .usage-detail {
   color: #358565;
 }
 .usage.usage-success .usage-icon .icon {
   color: #358565;
 }
 
 .usage.usage-info {
   background-color: #58c7ef;
   color: #ffffff;
 }
 .usage.usage-info .usage-detail {
   color: #41acd3;
 }
 .usage.usage-info .usage-icon .icon {
   color: #41acd3;
 }
 
 .usage.usage-warning {
   background-color: #ffdc42;
   color: #ffffff;
 }
 .usage.usage-warning .usage-detail {
   color: #e7c327;
 }
 .usage.usage-warning .usage-icon .icon {
   color: #e7c327;
 }
 
 .usage.usage-danger {
   background-color: #f45846;
   color: #ffffff;
 }
 .usage.usage-danger .usage-detail {
   color: #d8402f;
 }
 .usage.usage-danger .usage-icon .icon {
   color: #d8402f;
 }
 
 .usage.usage-dark {
   background-color: #323232;
   color: #ffffff;
 }
 .usage.usage-dark .usage-head-title {
   color: #b5b5b5;
 }
 .usage.usage-dark .usage-detail {
   color: #dbdbdb;
 }
 .usage.usage-dark .usage-counter {
   color: #dbdbdb;
 }
 .usage.usage-dark .usage-icon .icon {
   color: #dbdbdb;
 }
 
 .user-countdown {
   border-top-width: 2px;
 }
 .user-countdown .panel-body {
   padding-bottom: 20px;
 }
 
 .countdown-title {
   font-size: 1.23077rem;
   font-weight: 300;
   margin-top: 1rem;
 }
 
 .time-component {
   display: inline-block;
   font-weight: 300;
   width: 33.3%;
   padding-top: 0.384615rem;
 }
 .time-component:last-child .time-counter:after {
   content: ' ';
 }
 
 .time-counter {
   position: relative;
   display: block;
   text-align: center;
   font-size: 5rem;
   line-height: 1;
 }
 @media (max-width: 1199.98px) {
   .time-counter {
     font-size: 4rem;
   }
 }
 @media (max-width: 991.98px) {
   .time-counter {
     font-size: 3rem;
   }
 }
 @media (max-width: 767.98px) {
   .time-counter {
     font-size: 4rem;
   }
 }
 .time-counter:after {
   position: absolute;
   content: ':';
   display: block;
   right: 0;
   width: 6px;
   top: 0;
 }
 
 .time-component-title {
   display: block;
   text-align: center;
   font-size: 1.077rem;
   color: #323232;
   margin-top: 1rem;
 }
 
 .user-display {
   margin-bottom: 30px;
   background-color: #ffffff;
 }
 
 .user-display-cover {
   max-height: 290px;
   overflow: hidden;
 }
 @media (max-width: 767.98px) {
   .user-display-cover {
     max-height: 145px;
   }
 }
 .user-display-cover img {
   width: 100%;
 }
 
 .user-display-bottom {
   position: relative;
   padding: 20px;
 }
 @media (max-width: 767.98px) {
   .user-display-bottom {
     padding: 0;
   }
 }
 
 .user-display-id {
   position: absolute;
   left: 89px;
   top: -118.666666667px;
   border-radius: 50%;
 }
 @media (max-width: 991.98px) {
   .user-display-id {
     left: 35.6px;
     top: -131.851851852px;
   }
 }
 @media (max-width: 767.98px) {
   .user-display-id {
     left: 59.3333333333px;
     top: -117px;
   }
 }
 @media (max-width: 575.98px) {
   .user-display-id {
     text-align: center;
     margin-right: 0;
     left: 50%;
     margin-left: -44.5px;
     top: -127px;
   }
 }
 
 .user-display-avatar {
   width: 178px;
   height: 178px;
   border-radius: 50%;
   margin-bottom: 0.769231rem;
 }
 @media (max-width: 767.98px) {
   .user-display-avatar {
     width: 89px;
     height: 89px;
     margin-right: 10px;
     margin-bottom: 0;
   }
 }
 @media (max-width: 575.98px) {
   .user-display-avatar {
     margin-bottom: 0.769231rem;
   }
 }
 
 .user-display-name {
   font-size: 2.30769rem;
   line-height: 1;
   color: #404040;
 }
 @media (max-width: 767.98px) {
   .user-display-name {
     display: inline-block;
     color: #ffffff;
     text-shadow: 0 0 3px rgba(0, 0, 0, 0.8);
   }
 }
 @media (max-width: 575.98px) {
   .user-display-name {
     display: block;
     font-size: 1.23077rem;
     font-weight: 700;
   }
 }
 
 .user-display-stats {
   display: -webkit-box;
   display: -webkit-flex;
   display: -ms-flexbox;
   display: flex;
   -webkit-box-orient: horizontal;
   -webkit-box-direction: normal;
   -webkit-flex-direction: row;
   -ms-flex-direction: row;
   flex-direction: row;
   -webkit-box-pack: end;
   -webkit-justify-content: flex-end;
   -ms-flex-pack: end;
   justify-content: flex-end;
 }
 @media (max-width: 575.98px) {
   .user-display-stats {
     display: block;
   }
 }
 
 .user-display-stat {
   border-right: 1px solid #d9d9d9;
   min-width: 153px;
   text-align: center;
   padding: 20px 0;
 }
 @media (max-width: 991.98px) {
   .user-display-stat {
     min-width: 0;
     width: 17%;
     padding: 15px 0;
   }
 }
 @media (max-width: 767.98px) {
   .user-display-stat {
     width: 25%;
   }
 }
 @media (max-width: 575.98px) {
   .user-display-stat {
     border-right: 0;
     width: 100%;
     display: -webkit-box;
     display: -webkit-flex;
     display: -ms-flexbox;
     display: flex;
     -webkit-box-pack: justify;
     -webkit-justify-content: space-between;
     -ms-flex-pack: justify;
     justify-content: space-between;
     padding: 10px 20px;
   }
 }
 .user-display-stat:last-child {
   border-right-width: 0;
 }
 
 .user-display-stat-counter {
   display: block;
   text-align: center;
   font-size: 2.76923rem;
   color: #5f5f5f;
   line-height: 1;
   margin-bottom: 0.5rem;
 }
 @media (max-width: 991.98px) {
   .user-display-stat-counter {
     font-size: 2.077rem;
   }
 }
 @media (max-width: 767.98px) {
   .user-display-stat-counter {
     font-size: 1.38462rem;
     -webkit-box-ordinal-group: 2;
     -webkit-order: 1;
     -ms-flex-order: 1;
     order: 1;
   }
 }
 @media (max-width: 575.98px) {
   .user-display-stat-counter {
     margin-top: 0.2rem;
   }
 }
 
 .user-display-stat-title {
   display: block;
   text-align: center;
   font-size: 1.3rem;
   text-transform: uppercase;
   line-height: 1;
 }
 @media (max-width: 991.98px) {
   .user-display-stat-title {
     font-size: 1.154rem;
   }
 }
 @media (max-width: 767.98px) {
   .user-display-stat-title {
     font-size: 1.077rem;
   }
 }
 @media (max-width: 575.98px) {
   .user-display-stat-title {
     font-size: 0.923077rem;
     margin-top: 0.6rem;
   }
 }
 
 .user-info-list .panel-heading {
   font-weight: 300;
   text-transform: uppercase;
 }
 .user-info-list .panel-heading-divider {
   border-color: #d1d1d1;
 }
 
 .user-info-list table {
   width: 100%;
   table-layout: fixed;
 }
 .user-info-list table tr td {
   padding: 0.615385rem 0;
 }
 .user-info-list table tr td.icon {
   font-size: 1.53846rem;
   width: 28px;
   line-height: 1;
 }
 .user-info-list table tr td.icon > span {
   vertical-align: middle;
 }
 .user-info-list table tr td.item {
   font-size: 1.077rem;
   width: 34%;
 }
 
 .user-info-list table.social tr td.icon {
   font-size: 1.077rem;
   width: 10px;
 }
 
 .user-develop-chart .legend-container {
   padding: 20px;
 }
 
 .user-develop-chart .legendColorBox {
   padding-right: 7px;
 }
 .user-develop-chart .legendColorBox > div {
   border: 0 !important;
   border-radius: 50%;
 }
 .user-develop-chart .legendColorBox > div > div {
   width: 10px !important;
   height: 10px !important;
   border-radius: 50%;
 }
 
 .user-develop-chart .legendLabel {
   padding-right: 25px;
   font-size: 1rem;
 }
 @media (max-width: 575.98px) {
   .user-develop-chart .legendLabel {
     padding-right: 15px;
   }
 }
 
 .user-stats {
   padding: 0;
   background-color: #ffffff;
   margin-bottom: 29px;
 }
 
 .user-stats-id {
   padding: 32px;
   display: -webkit-box;
   display: -webkit-flex;
   display: -ms-flexbox;
   display: flex;
   -webkit-box-align: center;
   -webkit-align-items: center;
   -ms-flex-align: center;
   align-items: center;
 }
 
 .user-stats-avatar {
   position: relative;
   margin-right: 12px;
 }
 .user-stats-avatar img {
   border-radius: 50%;
   width: 60px;
   height: 60px;
 }
 
 .user-stats-status-indicator {
   position: absolute;
   display: block;
   background-color: #545454;
   border-radius: 50%;
   height: 13px;
   width: 13px;
   top: 0;
   right: 2px;
   border: 2px solid #ffffff;
 }
 .user-stats-status-indicator.online {
   background-color: #5f5f5f;
 }
 .user-stats-status-indicator.away {
   background-color: #ffdc42;
 }
 .user-stats-status-indicator.busy {
   background-color: #f45846;
 }
 
 .user-stats-info {
   display: -webkit-box;
   display: -webkit-flex;
   display: -ms-flexbox;
   display: flex;
   -webkit-box-orient: vertical;
   -webkit-box-direction: normal;
   -webkit-flex-direction: column;
   -ms-flex-direction: column;
   flex-direction: column;
 }
 
 .user-stats-name {
   color: #3d3d3d;
   font-size: 1.38462rem;
 }
 
 .user-stats-position {
   color: #ababab;
 }
 
 .user-stats-indicators {
   padding: 32px;
   padding-top: 5px;
 }
 
 .user-stats-indicator {
   display: -webkit-box;
   display: -webkit-flex;
   display: -ms-flexbox;
   display: flex;
   -webkit-box-pack: justify;
   -webkit-justify-content: space-between;
   -ms-flex-pack: justify;
   justify-content: space-between;
   -webkit-box-align: center;
   -webkit-align-items: center;
   -ms-flex-align: center;
   align-items: center;
   padding: 0.615385rem 0;
 }
 
 .user-stats-indicator-title {
   font-weight: 300;
 }
 
 .user-stats-indicator-counter {
   font-size: 1.23077rem;
   color: #5f5f5f;
 }
 
 .user-stats-milestone {
   padding: 6px 32px 51.2px;
 }
 .user-stats-milestone span {
   display: block;
   margin-bottom: 10px;
 }
 .user-stats-milestone .progress {
   border-radius: 0.25rem;
   height: auto;
 }
 .user-stats-milestone .progress-bar {
   height: 8px;
   border-radius: 0.25rem;
 }
 
 .user-stats-more-details {
   display: block;
   padding: 18px 32px;
   font-size: 1.077rem;
   text-align: center;
   color: #545454;
   background-color: #fafafa;
 }
 
 .week-chart.widget.widget-fullwidth .widget-head {
   margin-bottom: 3rem;
 }
 
 @charset "UTF-8";
 
 /*!
  * animate.css -http://daneden.me/animate
  * Version - 3.6.0
  * Licensed under the MIT license - http://opensource.org/licenses/MIT
  *
  * Copyright (c) 2018 Daniel Eden
  */
 
 .animated {
   -webkit-animation-duration: 0.5s;
   animation-duration: 0.5s;
   -webkit-animation-fill-mode: both;
   animation-fill-mode: both;
 }
 
 .animated.infinite {
   -webkit-animation-iteration-count: infinite;
   animation-iteration-count: infinite;
 }
 
 @-webkit-keyframes bounce {
   from,
   20%,
   53%,
   80%,
   to {
     -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
     animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
     -webkit-transform: translate3d(0, 0, 0);
     transform: translate3d(0, 0, 0);
   }
 
   40%,
   43% {
     -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
     animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
     -webkit-transform: translate3d(0, -30px, 0);
     transform: translate3d(0, -30px, 0);
   }
 
   70% {
     -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
     animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
     -webkit-transform: translate3d(0, -15px, 0);
     transform: translate3d(0, -15px, 0);
   }
 
   90% {
     -webkit-transform: translate3d(0, -4px, 0);
     transform: translate3d(0, -4px, 0);
   }
 }
 
 @keyframes bounce {
   from,
   20%,
   53%,
   80%,
   to {
     -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
     animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
     -webkit-transform: translate3d(0, 0, 0);
     transform: translate3d(0, 0, 0);
   }
 
   40%,
   43% {
     -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
     animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
     -webkit-transform: translate3d(0, -30px, 0);
     transform: translate3d(0, -30px, 0);
   }
 
   70% {
     -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
     animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
     -webkit-transform: translate3d(0, -15px, 0);
     transform: translate3d(0, -15px, 0);
   }
 
   90% {
     -webkit-transform: translate3d(0, -4px, 0);
     transform: translate3d(0, -4px, 0);
   }
 }
 
 .bounce {
   -webkit-animation-name: bounce;
   animation-name: bounce;
   -webkit-transform-origin: center bottom;
   transform-origin: center bottom;
 }
 
 @-webkit-keyframes flash {
   from,
   50%,
   to {
     opacity: 1;
   }
 
   25%,
   75% {
     opacity: 0;
   }
 }
 
 @keyframes flash {
   from,
   50%,
   to {
     opacity: 1;
   }
 
   25%,
   75% {
     opacity: 0;
   }
 }
 
 .flash {
   -webkit-animation-name: flash;
   animation-name: flash;
 }
 
 /* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
 
 @-webkit-keyframes pulse {
   from {
     -webkit-transform: scale3d(1, 1, 1);
     transform: scale3d(1, 1, 1);
   }
 
   50% {
     -webkit-transform: scale3d(1.05, 1.05, 1.05);
     transform: scale3d(1.05, 1.05, 1.05);
   }
 
   to {
     -webkit-transform: scale3d(1, 1, 1);
     transform: scale3d(1, 1, 1);
   }
 }
 
 @keyframes pulse {
   from {
     -webkit-transform: scale3d(1, 1, 1);
     transform: scale3d(1, 1, 1);
   }
 
   50% {
     -webkit-transform: scale3d(1.05, 1.05, 1.05);
     transform: scale3d(1.05, 1.05, 1.05);
   }
 
   to {
     -webkit-transform: scale3d(1, 1, 1);
     transform: scale3d(1, 1, 1);
   }
 }
 
 .pulse {
   -webkit-animation-name: pulse;
   animation-name: pulse;
 }
 
 @-webkit-keyframes rubberBand {
   from {
     -webkit-transform: scale3d(1, 1, 1);
     transform: scale3d(1, 1, 1);
   }
 
   30% {
     -webkit-transform: scale3d(1.25, 0.75, 1);
     transform: scale3d(1.25, 0.75, 1);
   }
 
   40% {
     -webkit-transform: scale3d(0.75, 1.25, 1);
     transform: scale3d(0.75, 1.25, 1);
   }
 
   50% {
     -webkit-transform: scale3d(1.15, 0.85, 1);
     transform: scale3d(1.15, 0.85, 1);
   }
 
   65% {
     -webkit-transform: scale3d(0.95, 1.05, 1);
     transform: scale3d(0.95, 1.05, 1);
   }
 
   75% {
     -webkit-transform: scale3d(1.05, 0.95, 1);
     transform: scale3d(1.05, 0.95, 1);
   }
 
   to {
     -webkit-transform: scale3d(1, 1, 1);
     transform: scale3d(1, 1, 1);
   }
 }
 
 @keyframes rubberBand {
   from {
     -webkit-transform: scale3d(1, 1, 1);
     transform: scale3d(1, 1, 1);
   }
 
   30% {
     -webkit-transform: scale3d(1.25, 0.75, 1);
     transform: scale3d(1.25, 0.75, 1);
   }
 
   40% {
     -webkit-transform: scale3d(0.75, 1.25, 1);
     transform: scale3d(0.75, 1.25, 1);
   }
 
   50% {
     -webkit-transform: scale3d(1.15, 0.85, 1);
     transform: scale3d(1.15, 0.85, 1);
   }
 
   65% {
     -webkit-transform: scale3d(0.95, 1.05, 1);
     transform: scale3d(0.95, 1.05, 1);
   }
 
   75% {
     -webkit-transform: scale3d(1.05, 0.95, 1);
     transform: scale3d(1.05, 0.95, 1);
   }
 
   to {
     -webkit-transform: scale3d(1, 1, 1);
     transform: scale3d(1, 1, 1);
   }
 }
 
 .rubberBand {
   -webkit-animation-name: rubberBand;
   animation-name: rubberBand;
 }
 
 @-webkit-keyframes shake {
   from,
   to {
     -webkit-transform: translate3d(0, 0, 0);
     transform: translate3d(0, 0, 0);
   }
 
   10%,
   30%,
   50%,
   70%,
   90% {
     -webkit-transform: translate3d(-10px, 0, 0);
     transform: translate3d(-10px, 0, 0);
   }
 
   20%,
   40%,
   60%,
   80% {
     -webkit-transform: translate3d(10px, 0, 0);
     transform: translate3d(10px, 0, 0);
   }
 }
 
 @keyframes shake {
   from,
   to {
     -webkit-transform: translate3d(0, 0, 0);
     transform: translate3d(0, 0, 0);
   }
 
   10%,
   30%,
   50%,
   70%,
   90% {
     -webkit-transform: translate3d(-10px, 0, 0);
     transform: translate3d(-10px, 0, 0);
   }
 
   20%,
   40%,
   60%,
   80% {
     -webkit-transform: translate3d(10px, 0, 0);
     transform: translate3d(10px, 0, 0);
   }
 }
 
 .shake {
   -webkit-animation-name: shake;
   animation-name: shake;
 }
 
 @-webkit-keyframes headShake {
   0% {
     -webkit-transform: translateX(0);
     transform: translateX(0);
   }
 
   6.5% {
     -webkit-transform: translateX(-6px) rotateY(-9deg);
     transform: translateX(-6px) rotateY(-9deg);
   }
 
   18.5% {
     -webkit-transform: translateX(5px) rotateY(7deg);
     transform: translateX(5px) rotateY(7deg);
   }
 
   31.5% {
     -webkit-transform: translateX(-3px) rotateY(-5deg);
     transform: translateX(-3px) rotateY(-5deg);
   }
 
   43.5% {
     -webkit-transform: translateX(2px) rotateY(3deg);
     transform: translateX(2px) rotateY(3deg);
   }
 
   50% {
     -webkit-transform: translateX(0);
     transform: translateX(0);
   }
 }
 
 @keyframes headShake {
   0% {
     -webkit-transform: translateX(0);
     transform: translateX(0);
   }
 
   6.5% {
     -webkit-transform: translateX(-6px) rotateY(-9deg);
     transform: translateX(-6px) rotateY(-9deg);
   }
 
   18.5% {
     -webkit-transform: translateX(5px) rotateY(7deg);
     transform: translateX(5px) rotateY(7deg);
   }
 
   31.5% {
     -webkit-transform: translateX(-3px) rotateY(-5deg);
     transform: translateX(-3px) rotateY(-5deg);
   }
 
   43.5% {
     -webkit-transform: translateX(2px) rotateY(3deg);
     transform: translateX(2px) rotateY(3deg);
   }
 
   50% {
     -webkit-transform: translateX(0);
     transform: translateX(0);
   }
 }
 
 .headShake {
   -webkit-animation-timing-function: ease-in-out;
   animation-timing-function: ease-in-out;
   -webkit-animation-name: headShake;
   animation-name: headShake;
 }
 
 @-webkit-keyframes swing {
   20% {
     -webkit-transform: rotate3d(0, 0, 1, 15deg);
     transform: rotate3d(0, 0, 1, 15deg);
   }
 
   40% {
     -webkit-transform: rotate3d(0, 0, 1, -10deg);
     transform: rotate3d(0, 0, 1, -10deg);
   }
 
   60% {
     -webkit-transform: rotate3d(0, 0, 1, 5deg);
     transform: rotate3d(0, 0, 1, 5deg);
   }
 
   80% {
     -webkit-transform: rotate3d(0, 0, 1, -5deg);
     transform: rotate3d(0, 0, 1, -5deg);
   }
 
   to {
     -webkit-transform: rotate3d(0, 0, 1, 0deg);
     transform: rotate3d(0, 0, 1, 0deg);
   }
 }
 
 @keyframes swing {
   20% {
     -webkit-transform: rotate3d(0, 0, 1, 15deg);
     transform: rotate3d(0, 0, 1, 15deg);
   }
 
   40% {
     -webkit-transform: rotate3d(0, 0, 1, -10deg);
     transform: rotate3d(0, 0, 1, -10deg);
   }
 
   60% {
     -webkit-transform: rotate3d(0, 0, 1, 5deg);
     transform: rotate3d(0, 0, 1, 5deg);
   }
 
   80% {
     -webkit-transform: rotate3d(0, 0, 1, -5deg);
     transform: rotate3d(0, 0, 1, -5deg);
   }
 
   to {
     -webkit-transform: rotate3d(0, 0, 1, 0deg);
     transform: rotate3d(0, 0, 1, 0deg);
   }
 }
 
 .swing {
   -webkit-transform-origin: top center;
   transform-origin: top center;
   -webkit-animation-name: swing;
   animation-name: swing;
 }
 
 @-webkit-keyframes tada {
   from {
     -webkit-transform: scale3d(1, 1, 1);
     transform: scale3d(1, 1, 1);
   }
 
   10%,
   20% {
     -webkit-transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
     transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
   }
 
   30%,
   50%,
   70%,
   90% {
     -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
     transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
   }
 
   40%,
   60%,
   80% {
     -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
     transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
   }
 
   to {
     -webkit-transform: scale3d(1, 1, 1);
     transform: scale3d(1, 1, 1);
   }
 }
 
 @keyframes tada {
   from {
     -webkit-transform: scale3d(1, 1, 1);
     transform: scale3d(1, 1, 1);
   }
 
   10%,
   20% {
     -webkit-transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
     transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
   }
 
   30%,
   50%,
   70%,
   90% {
     -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
     transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
   }
 
   40%,
   60%,
   80% {
     -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
     transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
   }
 
   to {
     -webkit-transform: scale3d(1, 1, 1);
     transform: scale3d(1, 1, 1);
   }
 }
 
 .tada {
   -webkit-animation-name: tada;
   animation-name: tada;
 }
 
 /* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
 
 @-webkit-keyframes wobble {
   from {
     -webkit-transform: translate3d(0, 0, 0);
     transform: translate3d(0, 0, 0);
   }
 
   15% {
     -webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
     transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
   }
 
   30% {
     -webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
     transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
   }
 
   45% {
     -webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
     transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
   }
 
   60% {
     -webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
     transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
   }
 
   75% {
     -webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
     transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
   }
 
   to {
     -webkit-transform: translate3d(0, 0, 0);
     transform: translate3d(0, 0, 0);
   }
 }
 
 @keyframes wobble {
   from {
     -webkit-transform: translate3d(0, 0, 0);
     transform: translate3d(0, 0, 0);
   }
 
   15% {
     -webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
     transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
   }
 
   30% {
     -webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
     transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
   }
 
   45% {
     -webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
     transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
   }
 
   60% {
     -webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
     transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
   }
 
   75% {
     -webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
     transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
   }
 
   to {
     -webkit-transform: translate3d(0, 0, 0);
     transform: translate3d(0, 0, 0);
   }
 }
 
 .wobble {
   -webkit-animation-name: wobble;
   animation-name: wobble;
 }
 
 @-webkit-keyframes jello {
   from,
   11.1%,
   to {
     -webkit-transform: translate3d(0, 0, 0);
     transform: translate3d(0, 0, 0);
   }
 
   22.2% {
     -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
     transform: skewX(-12.5deg) skewY(-12.5deg);
   }
 
   33.3% {
     -webkit-transform: skewX(6.25deg) skewY(6.25deg);
     transform: skewX(6.25deg) skewY(6.25deg);
   }
 
   44.4% {
     -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
     transform: skewX(-3.125deg) skewY(-3.125deg);
   }
 
   55.5% {
     -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
     transform: skewX(1.5625deg) skewY(1.5625deg);
   }
 
   66.6% {
     -webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg);
     transform: skewX(-0.78125deg) skewY(-0.78125deg);
   }
 
   77.7% {
     -webkit-transform: skewX(0.390625deg) skewY(0.390625deg);
     transform: skewX(0.390625deg) skewY(0.390625deg);
   }
 
   88.8% {
     -webkit-transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
     transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
   }
 }
 
 @keyframes jello {
   from,
   11.1%,
   to {
     -webkit-transform: translate3d(0, 0, 0);
     transform: translate3d(0, 0, 0);
   }
 
   22.2% {
     -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
     transform: skewX(-12.5deg) skewY(-12.5deg);
   }
 
   33.3% {
     -webkit-transform: skewX(6.25deg) skewY(6.25deg);
     transform: skewX(6.25deg) skewY(6.25deg);
   }
 
   44.4% {
     -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
     transform: skewX(-3.125deg) skewY(-3.125deg);
   }
 
   55.5% {
     -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
     transform: skewX(1.5625deg) skewY(1.5625deg);
   }
 
   66.6% {
     -webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg);
     transform: skewX(-0.78125deg) skewY(-0.78125deg);
   }
 
   77.7% {
     -webkit-transform: skewX(0.390625deg) skewY(0.390625deg);
     transform: skewX(0.390625deg) skewY(0.390625deg);
   }
 
   88.8% {
     -webkit-transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
     transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
   }
 }
 
 .jello {
   -webkit-animation-name: jello;
   animation-name: jello;
   -webkit-transform-origin: center;
   transform-origin: center;
 }
 
 @-webkit-keyframes bounceIn {
   from,
   20%,
   40%,
   60%,
   80%,
   to {
     -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
     animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
   }
 
   0% {
     opacity: 0;
     -webkit-transform: scale3d(0.3, 0.3, 0.3);
     transform: scale3d(0.3, 0.3, 0.3);
   }
 
   20% {
     -webkit-transform: scale3d(1.1, 1.1, 1.1);
     transform: scale3d(1.1, 1.1, 1.1);
   }
 
   40% {
     -webkit-transform: scale3d(0.9, 0.9, 0.9);
     transform: scale3d(0.9, 0.9, 0.9);
   }
 
   60% {
     opacity: 1;
     -webkit-transform: scale3d(1.03, 1.03, 1.03);
     transform: scale3d(1.03, 1.03, 1.03);
   }
 
   80% {
     -webkit-transform: scale3d(0.97, 0.97, 0.97);
     transform: scale3d(0.97, 0.97, 0.97);
   }
 
   to {
     opacity: 1;
     -webkit-transform: scale3d(1, 1, 1);
     transform: scale3d(1, 1, 1);
   }
 }
 
 @keyframes bounceIn {
   from,
   20%,
   40%,
   60%,
   80%,
   to {
     -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
     animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
   }
 
   0% {
     opacity: 0;
     -webkit-transform: scale3d(0.3, 0.3, 0.3);
     transform: scale3d(0.3, 0.3, 0.3);
   }
 
   20% {
     -webkit-transform: scale3d(1.1, 1.1, 1.1);
     transform: scale3d(1.1, 1.1, 1.1);
   }
 
   40% {
     -webkit-transform: scale3d(0.9, 0.9, 0.9);
     transform: scale3d(0.9, 0.9, 0.9);
   }
 
   60% {
     opacity: 1;
     -webkit-transform: scale3d(1.03, 1.03, 1.03);
     transform: scale3d(1.03, 1.03, 1.03);
   }
 
   80% {
     -webkit-transform: scale3d(0.97, 0.97, 0.97);
     transform: scale3d(0.97, 0.97, 0.97);
   }
 
   to {
     opacity: 1;
     -webkit-transform: scale3d(1, 1, 1);
     transform: scale3d(1, 1, 1);
   }
 }
 
 .bounceIn {
   -webkit-animation-duration: 0.75s;
   animation-duration: 0.75s;
   -webkit-animation-name: bounceIn;
   animation-name: bounceIn;
 }
 
 @-webkit-keyframes bounceInDown {
   from,
   60%,
   75%,
   90%,
   to {
     -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
     animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
   }
 
   0% {
     opacity: 0;
     -webkit-transform: translate3d(0, -3000px, 0);
     transform: translate3d(0, -3000px, 0);
   }
 
   60% {
     opacity: 1;
     -webkit-transform: translate3d(0, 25px, 0);
     transform: translate3d(0, 25px, 0);
   }
 
   75% {
     -webkit-transform: translate3d(0, -10px, 0);
     transform: translate3d(0, -10px, 0);
   }
 
   90% {
     -webkit-transform: translate3d(0, 5px, 0);
     transform: translate3d(0, 5px, 0);
   }
 
   to {
     -webkit-transform: translate3d(0, 0, 0);
     transform: translate3d(0, 0, 0);
   }
 }
 
 @keyframes bounceInDown {
   from,
   60%,
   75%,
   90%,
   to {
     -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
     animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
   }
 
   0% {
     opacity: 0;
     -webkit-transform: translate3d(0, -3000px, 0);
     transform: translate3d(0, -3000px, 0);
   }
 
   60% {
     opacity: 1;
     -webkit-transform: translate3d(0, 25px, 0);
     transform: translate3d(0, 25px, 0);
   }
 
   75% {
     -webkit-transform: translate3d(0, -10px, 0);
     transform: translate3d(0, -10px, 0);
   }
 
   90% {
     -webkit-transform: translate3d(0, 5px, 0);
     transform: translate3d(0, 5px, 0);
   }
 
   to {
     -webkit-transform: translate3d(0, 0, 0);
     transform: translate3d(0, 0, 0);
   }
 }
 
 .bounceInDown {
   -webkit-animation-name: bounceInDown;
   animation-name: bounceInDown;
 }
 
 @-webkit-keyframes bounceInLeft {
   from,
   60%,
   75%,
   90%,
   to {
     -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
     animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
   }
 
   0% {
     opacity: 0;
     -webkit-transform: translate3d(-3000px, 0, 0);
     transform: translate3d(-3000px, 0, 0);
   }
 
   60% {
     opacity: 1;
     -webkit-transform: translate3d(25px, 0, 0);
     transform: translate3d(25px, 0, 0);
   }
 
   75% {
     -webkit-transform: translate3d(-10px, 0, 0);
     transform: translate3d(-10px, 0, 0);
   }
 
   90% {
     -webkit-transform: translate3d(5px, 0, 0);
     transform: translate3d(5px, 0, 0);
   }
 
   to {
     -webkit-transform: translate3d(0, 0, 0);
     transform: translate3d(0, 0, 0);
   }
 }
 
 @keyframes bounceInLeft {
   from,
   60%,
   75%,
   90%,
   to {
     -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
     animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
   }
 
   0% {
     opacity: 0;
     -webkit-transform: translate3d(-3000px, 0, 0);
     transform: translate3d(-3000px, 0, 0);
   }
 
   60% {
     opacity: 1;
     -webkit-transform: translate3d(25px, 0, 0);
     transform: translate3d(25px, 0, 0);
   }
 
   75% {
     -webkit-transform: translate3d(-10px, 0, 0);
     transform: translate3d(-10px, 0, 0);
   }
 
   90% {
     -webkit-transform: translate3d(5px, 0, 0);
     transform: translate3d(5px, 0, 0);
   }
 
   to {
     -webkit-transform: translate3d(0, 0, 0);
     transform: translate3d(0, 0, 0);
   }
 }
 
 .bounceInLeft {
   -webkit-animation-name: bounceInLeft;
   animation-name: bounceInLeft;
 }
 
 @-webkit-keyframes bounceInRight {
   from,
   60%,
   75%,
   90%,
   to {
     -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
     animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
   }
 
   from {
     opacity: 0;
     -webkit-transform: translate3d(3000px, 0, 0);
     transform: translate3d(3000px, 0, 0);
   }
 
   60% {
     opacity: 1;
     -webkit-transform: translate3d(-25px, 0, 0);
     transform: translate3d(-25px, 0, 0);
   }
 
   75% {
     -webkit-transform: translate3d(10px, 0, 0);
     transform: translate3d(10px, 0, 0);
   }
 
   90% {
     -webkit-transform: translate3d(-5px, 0, 0);
     transform: translate3d(-5px, 0, 0);
   }
 
   to {
     -webkit-transform: translate3d(0, 0, 0);
     transform: translate3d(0, 0, 0);
   }
 }
 
 @keyframes bounceInRight {
   from,
   60%,
   75%,
   90%,
   to {
     -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
     animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
   }
 
   from {
     opacity: 0;
     -webkit-transform: translate3d(3000px, 0, 0);
     transform: translate3d(3000px, 0, 0);
   }
 
   60% {
     opacity: 1;
     -webkit-transform: translate3d(-25px, 0, 0);
     transform: translate3d(-25px, 0, 0);
   }
 
   75% {
     -webkit-transform: translate3d(10px, 0, 0);
     transform: translate3d(10px, 0, 0);
   }
 
   90% {
     -webkit-transform: translate3d(-5px, 0, 0);
     transform: translate3d(-5px, 0, 0);
   }
 
   to {
     -webkit-transform: translate3d(0, 0, 0);
     transform: translate3d(0, 0, 0);
   }
 }
 
 .bounceInRight {
   -webkit-animation-name: bounceInRight;
   animation-name: bounceInRight;
 }
 
 @-webkit-keyframes bounceInUp {
   from,
   60%,
   75%,
   90%,
   to {
     -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
     animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
   }
 
   from {
     opacity: 0;
     -webkit-transform: translate3d(0, 3000px, 0);
     transform: translate3d(0, 3000px, 0);
   }
 
   60% {
     opacity: 1;
     -webkit-transform: translate3d(0, -20px, 0);
     transform: translate3d(0, -20px, 0);
   }
 
   75% {
     -webkit-transform: translate3d(0, 10px, 0);
     transform: translate3d(0, 10px, 0);
   }
 
   90% {
     -webkit-transform: translate3d(0, -5px, 0);
     transform: translate3d(0, -5px, 0);
   }
 
   to {
     -webkit-transform: translate3d(0, 0, 0);
     transform: translate3d(0, 0, 0);
   }
 }
 
 @keyframes bounceInUp {
   from,
   60%,
   75%,
   90%,
   to {
     -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
     animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
   }
 
   from {
     opacity: 0;
     -webkit-transform: translate3d(0, 3000px, 0);
     transform: translate3d(0, 3000px, 0);
   }
 
   60% {
     opacity: 1;
     -webkit-transform: translate3d(0, -20px, 0);
     transform: translate3d(0, -20px, 0);
   }
 
   75% {
     -webkit-transform: translate3d(0, 10px, 0);
     transform: translate3d(0, 10px, 0);
   }
 
   90% {
     -webkit-transform: translate3d(0, -5px, 0);
     transform: translate3d(0, -5px, 0);
   }
 
   to {
     -webkit-transform: translate3d(0, 0, 0);
     transform: translate3d(0, 0, 0);
   }
 }
 
 .bounceInUp {
   -webkit-animation-name: bounceInUp;
   animation-name: bounceInUp;
 }
 
 @-webkit-keyframes bounceOut {
   20% {
     -webkit-transform: scale3d(0.9, 0.9, 0.9);
     transform: scale3d(0.9, 0.9, 0.9);
   }
 
   50%,
   55% {
     opacity: 1;
     -webkit-transform: scale3d(1.1, 1.1, 1.1);
     transform: scale3d(1.1, 1.1, 1.1);
   }
 
   to {
     opacity: 0;
     -webkit-transform: scale3d(0.3, 0.3, 0.3);
     transform: scale3d(0.3, 0.3, 0.3);
   }
 }
 
 @keyframes bounceOut {
   20% {
     -webkit-transform: scale3d(0.9, 0.9, 0.9);
     transform: scale3d(0.9, 0.9, 0.9);
   }
 
   50%,
   55% {
     opacity: 1;
     -webkit-transform: scale3d(1.1, 1.1, 1.1);
     transform: scale3d(1.1, 1.1, 1.1);
   }
 
   to {
     opacity: 0;
     -webkit-transform: scale3d(0.3, 0.3, 0.3);
     transform: scale3d(0.3, 0.3, 0.3);
   }
 }
 
 .bounceOut {
   -webkit-animation-duration: 0.75s;
   animation-duration: 0.75s;
   -webkit-animation-name: bounceOut;
   animation-name: bounceOut;
 }
 
 @-webkit-keyframes bounceOutDown {
   20% {
     -webkit-transform: translate3d(0, 10px, 0);
     transform: translate3d(0, 10px, 0);
   }
 
   40%,
   45% {
     opacity: 1;
     -webkit-transform: translate3d(0, -20px, 0);
     transform: translate3d(0, -20px, 0);
   }
 
   to {
     opacity: 0;
     -webkit-transform: translate3d(0, 2000px, 0);
     transform: translate3d(0, 2000px, 0);
   }
 }
 
 @keyframes bounceOutDown {
   20% {
     -webkit-transform: translate3d(0, 10px, 0);
     transform: translate3d(0, 10px, 0);
   }
 
   40%,
   45% {
     opacity: 1;
     -webkit-transform: translate3d(0, -20px, 0);
     transform: translate3d(0, -20px, 0);
   }
 
   to {
     opacity: 0;
     -webkit-transform: translate3d(0, 2000px, 0);
     transform: translate3d(0, 2000px, 0);
   }
 }
 
 .bounceOutDown {
   -webkit-animation-name: bounceOutDown;
   animation-name: bounceOutDown;
 }
 
 @-webkit-keyframes bounceOutLeft {
   20% {
     opacity: 1;
     -webkit-transform: translate3d(20px, 0, 0);
     transform: translate3d(20px, 0, 0);
   }
 
   to {
     opacity: 0;
     -webkit-transform: translate3d(-2000px, 0, 0);
     transform: translate3d(-2000px, 0, 0);
   }
 }
 
 @keyframes bounceOutLeft {
   20% {
     opacity: 1;
     -webkit-transform: translate3d(20px, 0, 0);
     transform: translate3d(20px, 0, 0);
   }
 
   to {
     opacity: 0;
     -webkit-transform: translate3d(-2000px, 0, 0);
     transform: translate3d(-2000px, 0, 0);
   }
 }
 
 .bounceOutLeft {
   -webkit-animation-name: bounceOutLeft;
   animation-name: bounceOutLeft;
 }
 
 @-webkit-keyframes bounceOutRight {
   20% {
     opacity: 1;
     -webkit-transform: translate3d(-20px, 0, 0);
     transform: translate3d(-20px, 0, 0);
   }
 
   to {
     opacity: 0;
     -webkit-transform: translate3d(2000px, 0, 0);
     transform: translate3d(2000px, 0, 0);
   }
 }
 
 @keyframes bounceOutRight {
   20% {
     opacity: 1;
     -webkit-transform: translate3d(-20px, 0, 0);
     transform: translate3d(-20px, 0, 0);
   }
 
   to {
     opacity: 0;
     -webkit-transform: translate3d(2000px, 0, 0);
     transform: translate3d(2000px, 0, 0);
   }
 }
 
 .bounceOutRight {
   -webkit-animation-name: bounceOutRight;
   animation-name: bounceOutRight;
 }
 
 @-webkit-keyframes bounceOutUp {
   20% {
     -webkit-transform: translate3d(0, -10px, 0);
     transform: translate3d(0, -10px, 0);
   }
 
   40%,
   45% {
     opacity: 1;
     -webkit-transform: translate3d(0, 20px, 0);
     transform: translate3d(0, 20px, 0);
   }
 
   to {
     opacity: 0;
     -webkit-transform: translate3d(0, -2000px, 0);
     transform: translate3d(0, -2000px, 0);
   }
 }
 
 @keyframes bounceOutUp {
   20% {
     -webkit-transform: translate3d(0, -10px, 0);
     transform: translate3d(0, -10px, 0);
   }
 
   40%,
   45% {
     opacity: 1;
     -webkit-transform: translate3d(0, 20px, 0);
     transform: translate3d(0, 20px, 0);
   }
 
   to {
     opacity: 0;
     -webkit-transform: translate3d(0, -2000px, 0);
     transform: translate3d(0, -2000px, 0);
   }
 }
 
 .bounceOutUp {
   -webkit-animation-name: bounceOutUp;
   animation-name: bounceOutUp;
 }
 
 @-webkit-keyframes fadeIn {
   from {
     opacity: 0;
   }
 
   to {
     opacity: 1;
   }
 }
 
 @keyframes fadeIn {
   from {
     opacity: 0;
   }
 
   to {
     opacity: 1;
   }
 }
 
 .fadeIn {
   -webkit-animation-name: fadeIn;
   animation-name: fadeIn;
 }
 
 @-webkit-keyframes fadeInDown {
   from {
     opacity: 0;
     -webkit-transform: translate3d(0, -100%, 0);
     transform: translate3d(0, -100%, 0);
   }
 
   to {
     opacity: 1;
     -webkit-transform: translate3d(0, 0, 0);
     transform: translate3d(0, 0, 0);
   }
 }
 
 @keyframes fadeInDown {
   from {
     opacity: 0;
     -webkit-transform: translate3d(0, -100%, 0);
     transform: translate3d(0, -100%, 0);
   }
 
   to {
     opacity: 1;
     -webkit-transform: translate3d(0, 0, 0);
     transform: translate3d(0, 0, 0);
   }
 }
 
 .fadeInDown {
   -webkit-animation-name: fadeInDown;
   animation-name: fadeInDown;
 }
 
 @-webkit-keyframes fadeInDownBig {
   from {
     opacity: 0;
     -webkit-transform: translate3d(0, -2000px, 0);
     transform: translate3d(0, -2000px, 0);
   }
 
   to {
     opacity: 1;
     -webkit-transform: translate3d(0, 0, 0);
     transform: translate3d(0, 0, 0);
   }
 }
 
 @keyframes fadeInDownBig {
   from {
     opacity: 0;
     -webkit-transform: translate3d(0, -2000px, 0);
     transform: translate3d(0, -2000px, 0);
   }
 
   to {
     opacity: 1;
     -webkit-transform: translate3d(0, 0, 0);
     transform: translate3d(0, 0, 0);
   }
 }
 
 .fadeInDownBig {
   -webkit-animation-name: fadeInDownBig;
   animation-name: fadeInDownBig;
 }
 
 @-webkit-keyframes fadeInLeft {
   from {
     opacity: 0;
     -webkit-transform: translate3d(-100%, 0, 0);
     transform: translate3d(-100%, 0, 0);
   }
 
   to {
     opacity: 1;
     -webkit-transform: translate3d(0, 0, 0);
     transform: translate3d(0, 0, 0);
   }
 }
 
 @keyframes fadeInLeft {
   from {
     opacity: 0;
     -webkit-transform: translate3d(-100%, 0, 0);
     transform: translate3d(-100%, 0, 0);
   }
 
   to {
     opacity: 1;
     -webkit-transform: translate3d(0, 0, 0);
     transform: translate3d(0, 0, 0);
   }
 }
 
 .fadeInLeft {
   -webkit-animation-name: fadeInLeft;
   animation-name: fadeInLeft;
 }
 
 @-webkit-keyframes fadeInLeftBig {
   from {
     opacity: 0;
     -webkit-transform: translate3d(-2000px, 0, 0);
     transform: translate3d(-2000px, 0, 0);
   }
 
   to {
     opacity: 1;
     -webkit-transform: translate3d(0, 0, 0);
     transform: translate3d(0, 0, 0);
   }
 }
 
 @keyframes fadeInLeftBig {
   from {
     opacity: 0;
     -webkit-transform: translate3d(-2000px, 0, 0);
     transform: translate3d(-2000px, 0, 0);
   }
 
   to {
     opacity: 1;
     -webkit-transform: translate3d(0, 0, 0);
     transform: translate3d(0, 0, 0);
   }
 }
 
 .fadeInLeftBig {
   -webkit-animation-name: fadeInLeftBig;
   animation-name: fadeInLeftBig;
 }
 
 @-webkit-keyframes fadeInRight {
   from {
     opacity: 0;
     -webkit-transform: translate3d(100%, 0, 0);
     transform: translate3d(100%, 0, 0);
   }
 
   to {
     opacity: 1;
     -webkit-transform: translate3d(0, 0, 0);
     transform: translate3d(0, 0, 0);
   }
 }
 
 @keyframes fadeInRight {
   from {
     opacity: 0;
     -webkit-transform: translate3d(100%, 0, 0);
     transform: translate3d(100%, 0, 0);
   }
 
   to {
     opacity: 1;
     -webkit-transform: translate3d(0, 0, 0);
     transform: translate3d(0, 0, 0);
   }
 }
 
 .fadeInRight {
   -webkit-animation-name: fadeInRight;
   animation-name: fadeInRight;
 }
 
 @-webkit-keyframes fadeInRightBig {
   from {
     opacity: 0;
     -webkit-transform: translate3d(2000px, 0, 0);
     transform: translate3d(2000px, 0, 0);
   }
 
   to {
     opacity: 1;
     -webkit-transform: translate3d(0, 0, 0);
     transform: translate3d(0, 0, 0);
   }
 }
 
 @keyframes fadeInRightBig {
   from {
     opacity: 0;
     -webkit-transform: translate3d(2000px, 0, 0);
     transform: translate3d(2000px, 0, 0);
   }
 
   to {
     opacity: 1;
     -webkit-transform: translate3d(0, 0, 0);
     transform: translate3d(0, 0, 0);
   }
 }
 
 .fadeInRightBig {
   -webkit-animation-name: fadeInRightBig;
   animation-name: fadeInRightBig;
 }
 
 @-webkit-keyframes fadeInUp {
   from {
     opacity: 0;
     -webkit-transform: translate3d(0, 100%, 0);
     transform: translate3d(0, 100%, 0);
   }
 
   to {
     opacity: 1;
     -webkit-transform: translate3d(0, 0, 0);
     transform: translate3d(0, 0, 0);
   }
 }
 
 @keyframes fadeInUp {
   from {
     opacity: 0;
     -webkit-transform: translate3d(0, 100%, 0);
     transform: translate3d(0, 100%, 0);
   }
 
   to {
     opacity: 1;
     -webkit-transform: translate3d(0, 0, 0);
     transform: translate3d(0, 0, 0);
   }
 }
 
 .fadeInUp {
   -webkit-animation-name: fadeInUp;
   animation-name: fadeInUp;
 }
 
 @-webkit-keyframes fadeInUpBig {
   from {
     opacity: 0;
     -webkit-transform: translate3d(0, 2000px, 0);
     transform: translate3d(0, 2000px, 0);
   }
 
   to {
     opacity: 1;
     -webkit-transform: translate3d(0, 0, 0);
     transform: translate3d(0, 0, 0);
   }
 }
 
 @keyframes fadeInUpBig {
   from {
     opacity: 0;
     -webkit-transform: translate3d(0, 2000px, 0);
     transform: translate3d(0, 2000px, 0);
   }
 
   to {
     opacity: 1;
     -webkit-transform: translate3d(0, 0, 0);
     transform: translate3d(0, 0, 0);
   }
 }
 
 .fadeInUpBig {
   -webkit-animation-name: fadeInUpBig;
   animation-name: fadeInUpBig;
 }
 
 @-webkit-keyframes fadeOut {
   from {
     opacity: 1;
   }
 
   to {
     opacity: 0;
   }
 }
 
 @keyframes fadeOut {
   from {
     opacity: 1;
   }
 
   to {
     opacity: 0;
   }
 }
 
 .fadeOut {
   -webkit-animation-name: fadeOut;
   animation-name: fadeOut;
 }
 
 @-webkit-keyframes fadeOutDown {
   from {
     opacity: 1;
   }
 
   to {
     opacity: 0;
     -webkit-transform: translate3d(0, 100%, 0);
     transform: translate3d(0, 100%, 0);
   }
 }
 
 @keyframes fadeOutDown {
   from {
     opacity: 1;
   }
 
   to {
     opacity: 0;
     -webkit-transform: translate3d(0, 100%, 0);
     transform: translate3d(0, 100%, 0);
   }
 }
 
 .fadeOutDown {
   -webkit-animation-name: fadeOutDown;
   animation-name: fadeOutDown;
 }
 
 @-webkit-keyframes fadeOutDownBig {
   from {
     opacity: 1;
   }
 
   to {
     opacity: 0;
     -webkit-transform: translate3d(0, 2000px, 0);
     transform: translate3d(0, 2000px, 0);
   }
 }
 
 @keyframes fadeOutDownBig {
   from {
     opacity: 1;
   }
 
   to {
     opacity: 0;
     -webkit-transform: translate3d(0, 2000px, 0);
     transform: translate3d(0, 2000px, 0);
   }
 }
 
 .fadeOutDownBig {
   -webkit-animation-name: fadeOutDownBig;
   animation-name: fadeOutDownBig;
 }
 
 @-webkit-keyframes fadeOutLeft {
   from {
     opacity: 1;
   }
 
   to {
     opacity: 0;
     -webkit-transform: translate3d(-100%, 0, 0);
     transform: translate3d(-100%, 0, 0);
   }
 }
 
 @keyframes fadeOutLeft {
   from {
     opacity: 1;
   }
 
   to {
     opacity: 0;
     -webkit-transform: translate3d(-100%, 0, 0);
     transform: translate3d(-100%, 0, 0);
   }
 }
 
 .fadeOutLeft {
   -webkit-animation-name: fadeOutLeft;
   animation-name: fadeOutLeft;
 }
 
 @-webkit-keyframes fadeOutLeftBig {
   from {
     opacity: 1;
   }
 
   to {
     opacity: 0;
     -webkit-transform: translate3d(-2000px, 0, 0);
     transform: translate3d(-2000px, 0, 0);
   }
 }
 
 @keyframes fadeOutLeftBig {
   from {
     opacity: 1;
   }
 
   to {
     opacity: 0;
     -webkit-transform: translate3d(-2000px, 0, 0);
     transform: translate3d(-2000px, 0, 0);
   }
 }
 
 .fadeOutLeftBig {
   -webkit-animation-name: fadeOutLeftBig;
   animation-name: fadeOutLeftBig;
 }
 
 @-webkit-keyframes fadeOutRight {
   from {
     opacity: 1;
   }
 
   to {
     opacity: 0;
     -webkit-transform: translate3d(100%, 0, 0);
     transform: translate3d(100%, 0, 0);
   }
 }
 
 @keyframes fadeOutRight {
   from {
     opacity: 1;
   }
 
   to {
     opacity: 0;
     -webkit-transform: translate3d(100%, 0, 0);
     transform: translate3d(100%, 0, 0);
   }
 }
 
 .fadeOutRight {
   -webkit-animation-name: fadeOutRight;
   animation-name: fadeOutRight;
 }
 
 @-webkit-keyframes fadeOutRightBig {
   from {
     opacity: 1;
   }
 
   to {
     opacity: 0;
     -webkit-transform: translate3d(2000px, 0, 0);
     transform: translate3d(2000px, 0, 0);
   }
 }
 
 @keyframes fadeOutRightBig {
   from {
     opacity: 1;
   }
 
   to {
     opacity: 0;
     -webkit-transform: translate3d(2000px, 0, 0);
     transform: translate3d(2000px, 0, 0);
   }
 }
 
 .fadeOutRightBig {
   -webkit-animation-name: fadeOutRightBig;
   animation-name: fadeOutRightBig;
 }
 
 @-webkit-keyframes fadeOutUp {
   from {
     opacity: 1;
   }
 
   to {
     opacity: 0;
     -webkit-transform: translate3d(0, -100%, 0);
     transform: translate3d(0, -100%, 0);
   }
 }
 
 @keyframes fadeOutUp {
   from {
     opacity: 1;
   }
 
   to {
     opacity: 0;
     -webkit-transform: translate3d(0, -100%, 0);
     transform: translate3d(0, -100%, 0);
   }
 }
 
 .fadeOutUp {
   -webkit-animation-name: fadeOutUp;
   animation-name: fadeOutUp;
 }
 
 @-webkit-keyframes fadeOutUpBig {
   from {
     opacity: 1;
   }
 
   to {
     opacity: 0;
     -webkit-transform: translate3d(0, -2000px, 0);
     transform: translate3d(0, -2000px, 0);
   }
 }
 
 @keyframes fadeOutUpBig {
   from {
     opacity: 1;
   }
 
   to {
     opacity: 0;
     -webkit-transform: translate3d(0, -2000px, 0);
     transform: translate3d(0, -2000px, 0);
   }
 }
 
 .fadeOutUpBig {
   -webkit-animation-name: fadeOutUpBig;
   animation-name: fadeOutUpBig;
 }
 
 @-webkit-keyframes flip {
   from {
     -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
     transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
     -webkit-animation-timing-function: ease-out;
     animation-timing-function: ease-out;
   }
 
   40% {
     -webkit-transform: perspective(400px) translate3d(0, 0, 150px)
       rotate3d(0, 1, 0, -190deg);
     transform: perspective(400px) translate3d(0, 0, 150px)
       rotate3d(0, 1, 0, -190deg);
     -webkit-animation-timing-function: ease-out;
     animation-timing-function: ease-out;
   }
 
   50% {
     -webkit-transform: perspective(400px) translate3d(0, 0, 150px)
       rotate3d(0, 1, 0, -170deg);
     transform: perspective(400px) translate3d(0, 0, 150px)
       rotate3d(0, 1, 0, -170deg);
     -webkit-animation-timing-function: ease-in;
     animation-timing-function: ease-in;
   }
 
   80% {
     -webkit-transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
     transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
     -webkit-animation-timing-function: ease-in;
     animation-timing-function: ease-in;
   }
 
   to {
     -webkit-transform: perspective(400px);
     transform: perspective(400px);
     -webkit-animation-timing-function: ease-in;
     animation-timing-function: ease-in;
   }
 }
 
 @keyframes flip {
   from {
     -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
     transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
     -webkit-animation-timing-function: ease-out;
     animation-timing-function: ease-out;
   }
 
   40% {
     -webkit-transform: perspective(400px) translate3d(0, 0, 150px)
       rotate3d(0, 1, 0, -190deg);
     transform: perspective(400px) translate3d(0, 0, 150px)
       rotate3d(0, 1, 0, -190deg);
     -webkit-animation-timing-function: ease-out;
     animation-timing-function: ease-out;
   }
 
   50% {
     -webkit-transform: perspective(400px) translate3d(0, 0, 150px)
       rotate3d(0, 1, 0, -170deg);
     transform: perspective(400px) translate3d(0, 0, 150px)
       rotate3d(0, 1, 0, -170deg);
     -webkit-animation-timing-function: ease-in;
     animation-timing-function: ease-in;
   }
 
   80% {
     -webkit-transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
     transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
     -webkit-animation-timing-function: ease-in;
     animation-timing-function: ease-in;
   }
 
   to {
     -webkit-transform: perspective(400px);
     transform: perspective(400px);
     -webkit-animation-timing-function: ease-in;
     animation-timing-function: ease-in;
   }
 }
 
 .animated.flip {
   -webkit-backface-visibility: visible;
   backface-visibility: visible;
   -webkit-animation-name: flip;
   animation-name: flip;
 }
 
 @-webkit-keyframes flipInX {
   from {
     -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
     transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
     -webkit-animation-timing-function: ease-in;
     animation-timing-function: ease-in;
     opacity: 0;
   }
 
   40% {
     -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
     transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
     -webkit-animation-timing-function: ease-in;
     animation-timing-function: ease-in;
   }
 
   60% {
     -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
     transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
     opacity: 1;
   }
 
   80% {
     -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
     transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
   }
 
   to {
     -webkit-transform: perspective(400px);
     transform: perspective(400px);
   }
 }
 
 @keyframes flipInX {
   from {
     -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
     transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
     -webkit-animation-timing-function: ease-in;
     animation-timing-function: ease-in;
     opacity: 0;
   }
 
   40% {
     -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
     transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
     -webkit-animation-timing-function: ease-in;
     animation-timing-function: ease-in;
   }
 
   60% {
     -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
     transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
     opacity: 1;
   }
 
   80% {
     -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
     transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
   }
 
   to {
     -webkit-transform: perspective(400px);
     transform: perspective(400px);
   }
 }
 
 .flipInX {
   -webkit-backface-visibility: visible !important;
   backface-visibility: visible !important;
   -webkit-animation-name: flipInX;
   animation-name: flipInX;
 }
 
 @-webkit-keyframes flipInY {
   from {
     -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
     transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
     -webkit-animation-timing-function: ease-in;
     animation-timing-function: ease-in;
     opacity: 0;
   }
 
   40% {
     -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
     transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
     -webkit-animation-timing-function: ease-in;
     animation-timing-function: ease-in;
   }
 
   60% {
     -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
     transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
     opacity: 1;
   }
 
   80% {
     -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
     transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
   }
 
   to {
     -webkit-transform: perspective(400px);
     transform: perspective(400px);
   }
 }
 
 @keyframes flipInY {
   from {
     -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
     transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
     -webkit-animation-timing-function: ease-in;
     animation-timing-function: ease-in;
     opacity: 0;
   }
 
   40% {
     -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
     transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
     -webkit-animation-timing-function: ease-in;
     animation-timing-function: ease-in;
   }
 
   60% {
     -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
     transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
     opacity: 1;
   }
 
   80% {
     -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
     transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
   }
 
   to {
     -webkit-transform: perspective(400px);
     transform: perspective(400px);
   }
 }
 
 .flipInY {
   -webkit-backface-visibility: visible !important;
   backface-visibility: visible !important;
   -webkit-animation-name: flipInY;
   animation-name: flipInY;
 }
 
 @-webkit-keyframes flipOutX {
   from {
     -webkit-transform: perspective(400px);
     transform: perspective(400px);
   }
 
   30% {
     -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
     transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
     opacity: 1;
   }
 
   to {
     -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
     transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
     opacity: 0;
   }
 }
 
 @keyframes flipOutX {
   from {
     -webkit-transform: perspective(400px);
     transform: perspective(400px);
   }
 
   30% {
     -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
     transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
     opacity: 1;
   }
 
   to {
     -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
     transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
     opacity: 0;
   }
 }
 
 .flipOutX {
   -webkit-animation-duration: 0.75s;
   animation-duration: 0.75s;
   -webkit-animation-name: flipOutX;
   animation-name: flipOutX;
   -webkit-backface-visibility: visible !important;
   backface-visibility: visible !important;
 }
 
 @-webkit-keyframes flipOutY {
   from {
     -webkit-transform: perspective(400px);
     transform: perspective(400px);
   }
 
   30% {
     -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
     transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
     opacity: 1;
   }
 
   to {
     -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
     transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
     opacity: 0;
   }
 }
 
 @keyframes flipOutY {
   from {
     -webkit-transform: perspective(400px);
     transform: perspective(400px);
   }
 
   30% {
     -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
     transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
     opacity: 1;
   }
 
   to {
     -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
     transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
     opacity: 0;
   }
 }
 
 .flipOutY {
   -webkit-animation-duration: 0.75s;
   animation-duration: 0.75s;
   -webkit-backface-visibility: visible !important;
   backface-visibility: visible !important;
   -webkit-animation-name: flipOutY;
   animation-name: flipOutY;
 }
 
 @-webkit-keyframes lightSpeedIn {
   from {
     -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
     transform: translate3d(100%, 0, 0) skewX(-30deg);
     opacity: 0;
   }
 
   60% {
     -webkit-transform: skewX(20deg);
     transform: skewX(20deg);
     opacity: 1;
   }
 
   80% {
     -webkit-transform: skewX(-5deg);
     transform: skewX(-5deg);
     opacity: 1;
   }
 
   to {
     -webkit-transform: translate3d(0, 0, 0);
     transform: translate3d(0, 0, 0);
     opacity: 1;
   }
 }
 
 @keyframes lightSpeedIn {
   from {
     -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
     transform: translate3d(100%, 0, 0) skewX(-30deg);
     opacity: 0;
   }
 
   60% {
     -webkit-transform: skewX(20deg);
     transform: skewX(20deg);
     opacity: 1;
   }
 
   80% {
     -webkit-transform: skewX(-5deg);
     transform: skewX(-5deg);
     opacity: 1;
   }
 
   to {
     -webkit-transform: translate3d(0, 0, 0);
     transform: translate3d(0, 0, 0);
     opacity: 1;
   }
 }
 
 .lightSpeedIn {
   -webkit-animation-name: lightSpeedIn;
   animation-name: lightSpeedIn;
   -webkit-animation-timing-function: ease-out;
   animation-timing-function: ease-out;
 }
 
 @-webkit-keyframes lightSpeedOut {
   from {
     opacity: 1;
   }
 
   to {
     -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
     transform: translate3d(100%, 0, 0) skewX(30deg);
     opacity: 0;
   }
 }
 
 @keyframes lightSpeedOut {
   from {
     opacity: 1;
   }
 
   to {
     -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
     transform: translate3d(100%, 0, 0) skewX(30deg);
     opacity: 0;
   }
 }
 
 .lightSpeedOut {
   -webkit-animation-name: lightSpeedOut;
   animation-name: lightSpeedOut;
   -webkit-animation-timing-function: ease-in;
   animation-timing-function: ease-in;
 }
 
 @-webkit-keyframes rotateIn {
   from {
     -webkit-transform-origin: center;
     transform-origin: center;
     -webkit-transform: rotate3d(0, 0, 1, -200deg);
     transform: rotate3d(0, 0, 1, -200deg);
     opacity: 0;
   }
 
   to {
     -webkit-transform-origin: center;
     transform-origin: center;
     -webkit-transform: translate3d(0, 0, 0);
     transform: translate3d(0, 0, 0);
     opacity: 1;
   }
 }
 
 @keyframes rotateIn {
   from {
     -webkit-transform-origin: center;
     transform-origin: center;
     -webkit-transform: rotate3d(0, 0, 1, -200deg);
     transform: rotate3d(0, 0, 1, -200deg);
     opacity: 0;
   }
 
   to {
     -webkit-transform-origin: center;
     transform-origin: center;
     -webkit-transform: translate3d(0, 0, 0);
     transform: translate3d(0, 0, 0);
     opacity: 1;
   }
 }
 
 .rotateIn {
   -webkit-animation-name: rotateIn;
   animation-name: rotateIn;
 }
 
 @-webkit-keyframes rotateInDownLeft {
   from {
     -webkit-transform-origin: left bottom;
     transform-origin: left bottom;
     -webkit-transform: rotate3d(0, 0, 1, -45deg);
     transform: rotate3d(0, 0, 1, -45deg);
     opacity: 0;
   }
 
   to {
     -webkit-transform-origin: left bottom;
     transform-origin: left bottom;
     -webkit-transform: translate3d(0, 0, 0);
     transform: translate3d(0, 0, 0);
     opacity: 1;
   }
 }
 
 @keyframes rotateInDownLeft {
   from {
     -webkit-transform-origin: left bottom;
     transform-origin: left bottom;
     -webkit-transform: rotate3d(0, 0, 1, -45deg);
     transform: rotate3d(0, 0, 1, -45deg);
     opacity: 0;
   }
 
   to {
     -webkit-transform-origin: left bottom;
     transform-origin: left bottom;
     -webkit-transform: translate3d(0, 0, 0);
     transform: translate3d(0, 0, 0);
     opacity: 1;
   }
 }
 
 .rotateInDownLeft {
   -webkit-animation-name: rotateInDownLeft;
   animation-name: rotateInDownLeft;
 }
 
 @-webkit-keyframes rotateInDownRight {
   from {
     -webkit-transform-origin: right bottom;
     transform-origin: right bottom;
     -webkit-transform: rotate3d(0, 0, 1, 45deg);
     transform: rotate3d(0, 0, 1, 45deg);
     opacity: 0;
   }
 
   to {
     -webkit-transform-origin: right bottom;
     transform-origin: right bottom;
     -webkit-transform: translate3d(0, 0, 0);
     transform: translate3d(0, 0, 0);
     opacity: 1;
   }
 }
 
 @keyframes rotateInDownRight {
   from {
     -webkit-transform-origin: right bottom;
     transform-origin: right bottom;
     -webkit-transform: rotate3d(0, 0, 1, 45deg);
     transform: rotate3d(0, 0, 1, 45deg);
     opacity: 0;
   }
 
   to {
     -webkit-transform-origin: right bottom;
     transform-origin: right bottom;
     -webkit-transform: translate3d(0, 0, 0);
     transform: translate3d(0, 0, 0);
     opacity: 1;
   }
 }
 
 .rotateInDownRight {
   -webkit-animation-name: rotateInDownRight;
   animation-name: rotateInDownRight;
 }
 
 @-webkit-keyframes rotateInUpLeft {
   from {
     -webkit-transform-origin: left bottom;
     transform-origin: left bottom;
     -webkit-transform: rotate3d(0, 0, 1, 45deg);
     transform: rotate3d(0, 0, 1, 45deg);
     opacity: 0;
   }
 
   to {
     -webkit-transform-origin: left bottom;
     transform-origin: left bottom;
     -webkit-transform: translate3d(0, 0, 0);
     transform: translate3d(0, 0, 0);
     opacity: 1;
   }
 }
 
 @keyframes rotateInUpLeft {
   from {
     -webkit-transform-origin: left bottom;
     transform-origin: left bottom;
     -webkit-transform: rotate3d(0, 0, 1, 45deg);
     transform: rotate3d(0, 0, 1, 45deg);
     opacity: 0;
   }
 
   to {
     -webkit-transform-origin: left bottom;
     transform-origin: left bottom;
     -webkit-transform: translate3d(0, 0, 0);
     transform: translate3d(0, 0, 0);
     opacity: 1;
   }
 }
 
 .rotateInUpLeft {
   -webkit-animation-name: rotateInUpLeft;
   animation-name: rotateInUpLeft;
 }
 
 @-webkit-keyframes rotateInUpRight {
   from {
     -webkit-transform-origin: right bottom;
     transform-origin: right bottom;
     -webkit-transform: rotate3d(0, 0, 1, -90deg);
     transform: rotate3d(0, 0, 1, -90deg);
     opacity: 0;
   }
 
   to {
     -webkit-transform-origin: right bottom;
     transform-origin: right bottom;
     -webkit-transform: translate3d(0, 0, 0);
     transform: translate3d(0, 0, 0);
     opacity: 1;
   }
 }
 
 @keyframes rotateInUpRight {
   from {
     -webkit-transform-origin: right bottom;
     transform-origin: right bottom;
     -webkit-transform: rotate3d(0, 0, 1, -90deg);
     transform: rotate3d(0, 0, 1, -90deg);
     opacity: 0;
   }
 
   to {
     -webkit-transform-origin: right bottom;
     transform-origin: right bottom;
     -webkit-transform: translate3d(0, 0, 0);
     transform: translate3d(0, 0, 0);
     opacity: 1;
   }
 }
 
 .rotateInUpRight {
   -webkit-animation-name: rotateInUpRight;
   animation-name: rotateInUpRight;
 }
 
 @-webkit-keyframes rotateOut {
   from {
     -webkit-transform-origin: center;
     transform-origin: center;
     opacity: 1;
   }
 
   to {
     -webkit-transform-origin: center;
     transform-origin: center;
     -webkit-transform: rotate3d(0, 0, 1, 200deg);
     transform: rotate3d(0, 0, 1, 200deg);
     opacity: 0;
   }
 }
 
 @keyframes rotateOut {
   from {
     -webkit-transform-origin: center;
     transform-origin: center;
     opacity: 1;
   }
 
   to {
     -webkit-transform-origin: center;
     transform-origin: center;
     -webkit-transform: rotate3d(0, 0, 1, 200deg);
     transform: rotate3d(0, 0, 1, 200deg);
     opacity: 0;
   }
 }
 
 .rotateOut {
   -webkit-animation-name: rotateOut;
   animation-name: rotateOut;
 }
 
 @-webkit-keyframes rotateOutDownLeft {
   from {
     -webkit-transform-origin: left bottom;
     transform-origin: left bottom;
     opacity: 1;
   }
 
   to {
     -webkit-transform-origin: left bottom;
     transform-origin: left bottom;
     -webkit-transform: rotate3d(0, 0, 1, 45deg);
     transform: rotate3d(0, 0, 1, 45deg);
     opacity: 0;
   }
 }
 
 @keyframes rotateOutDownLeft {
   from {
     -webkit-transform-origin: left bottom;
     transform-origin: left bottom;
     opacity: 1;
   }
 
   to {
     -webkit-transform-origin: left bottom;
     transform-origin: left bottom;
     -webkit-transform: rotate3d(0, 0, 1, 45deg);
     transform: rotate3d(0, 0, 1, 45deg);
     opacity: 0;
   }
 }
 
 .rotateOutDownLeft {
   -webkit-animation-name: rotateOutDownLeft;
   animation-name: rotateOutDownLeft;
 }
 
 @-webkit-keyframes rotateOutDownRight {
   from {
     -webkit-transform-origin: right bottom;
     transform-origin: right bottom;
     opacity: 1;
   }
 
   to {
     -webkit-transform-origin: right bottom;
     transform-origin: right bottom;
     -webkit-transform: rotate3d(0, 0, 1, -45deg);
     transform: rotate3d(0, 0, 1, -45deg);
     opacity: 0;
   }
 }
 
 @keyframes rotateOutDownRight {
   from {
     -webkit-transform-origin: right bottom;
     transform-origin: right bottom;
     opacity: 1;
   }
 
   to {
     -webkit-transform-origin: right bottom;
     transform-origin: right bottom;
     -webkit-transform: rotate3d(0, 0, 1, -45deg);
     transform: rotate3d(0, 0, 1, -45deg);
     opacity: 0;
   }
 }
 
 .rotateOutDownRight {
   -webkit-animation-name: rotateOutDownRight;
   animation-name: rotateOutDownRight;
 }
 
 @-webkit-keyframes rotateOutUpLeft {
   from {
     -webkit-transform-origin: left bottom;
     transform-origin: left bottom;
     opacity: 1;
   }
 
   to {
     -webkit-transform-origin: left bottom;
     transform-origin: left bottom;
     -webkit-transform: rotate3d(0, 0, 1, -45deg);
     transform: rotate3d(0, 0, 1, -45deg);
     opacity: 0;
   }
 }
 
 @keyframes rotateOutUpLeft {
   from {
     -webkit-transform-origin: left bottom;
     transform-origin: left bottom;
     opacity: 1;
   }
 
   to {
     -webkit-transform-origin: left bottom;
     transform-origin: left bottom;
     -webkit-transform: rotate3d(0, 0, 1, -45deg);
     transform: rotate3d(0, 0, 1, -45deg);
     opacity: 0;
   }
 }
 
 .rotateOutUpLeft {
   -webkit-animation-name: rotateOutUpLeft;
   animation-name: rotateOutUpLeft;
 }
 
 @-webkit-keyframes rotateOutUpRight {
   from {
     -webkit-transform-origin: right bottom;
     transform-origin: right bottom;
     opacity: 1;
   }
 
   to {
     -webkit-transform-origin: right bottom;
     transform-origin: right bottom;
     -webkit-transform: rotate3d(0, 0, 1, 90deg);
     transform: rotate3d(0, 0, 1, 90deg);
     opacity: 0;
   }
 }
 
 @keyframes rotateOutUpRight {
   from {
     -webkit-transform-origin: right bottom;
     transform-origin: right bottom;
     opacity: 1;
   }
 
   to {
     -webkit-transform-origin: right bottom;
     transform-origin: right bottom;
     -webkit-transform: rotate3d(0, 0, 1, 90deg);
     transform: rotate3d(0, 0, 1, 90deg);
     opacity: 0;
   }
 }
 
 .rotateOutUpRight {
   -webkit-animation-name: rotateOutUpRight;
   animation-name: rotateOutUpRight;
 }
 
 @-webkit-keyframes hinge {
   0% {
     -webkit-transform-origin: top left;
     transform-origin: top left;
     -webkit-animation-timing-function: ease-in-out;
     animation-timing-function: ease-in-out;
   }
 
   20%,
   60% {
     -webkit-transform: rotate3d(0, 0, 1, 80deg);
     transform: rotate3d(0, 0, 1, 80deg);
     -webkit-transform-origin: top left;
     transform-origin: top left;
     -webkit-animation-timing-function: ease-in-out;
     animation-timing-function: ease-in-out;
   }
 
   40%,
   80% {
     -webkit-transform: rotate3d(0, 0, 1, 60deg);
     transform: rotate3d(0, 0, 1, 60deg);
     -webkit-transform-origin: top left;
     transform-origin: top left;
     -webkit-animation-timing-function: ease-in-out;
     animation-timing-function: ease-in-out;
     opacity: 1;
   }
 
   to {
     -webkit-transform: translate3d(0, 700px, 0);
     transform: translate3d(0, 700px, 0);
     opacity: 0;
   }
 }
 
 @keyframes hinge {
   0% {
     -webkit-transform-origin: top left;
     transform-origin: top left;
     -webkit-animation-timing-function: ease-in-out;
     animation-timing-function: ease-in-out;
   }
 
   20%,
   60% {
     -webkit-transform: rotate3d(0, 0, 1, 80deg);
     transform: rotate3d(0, 0, 1, 80deg);
     -webkit-transform-origin: top left;
     transform-origin: top left;
     -webkit-animation-timing-function: ease-in-out;
     animation-timing-function: ease-in-out;
   }
 
   40%,
   80% {
     -webkit-transform: rotate3d(0, 0, 1, 60deg);
     transform: rotate3d(0, 0, 1, 60deg);
     -webkit-transform-origin: top left;
     transform-origin: top left;
     -webkit-animation-timing-function: ease-in-out;
     animation-timing-function: ease-in-out;
     opacity: 1;
   }
 
   to {
     -webkit-transform: translate3d(0, 700px, 0);
     transform: translate3d(0, 700px, 0);
     opacity: 0;
   }
 }
 
 .hinge {
   -webkit-animation-duration: 2s;
   animation-duration: 2s;
   -webkit-animation-name: hinge;
   animation-name: hinge;
 }
 
 @-webkit-keyframes jackInTheBox {
   from {
     opacity: 0;
     -webkit-transform: scale(0.1) rotate(30deg);
     transform: scale(0.1) rotate(30deg);
     -webkit-transform-origin: center bottom;
     transform-origin: center bottom;
   }
 
   50% {
     -webkit-transform: rotate(-10deg);
     transform: rotate(-10deg);
   }
 
   70% {
     -webkit-transform: rotate(3deg);
     transform: rotate(3deg);
   }
 
   to {
     opacity: 1;
     -webkit-transform: scale(1);
     transform: scale(1);
   }
 }
 
 @keyframes jackInTheBox {
   from {
     opacity: 0;
     -webkit-transform: scale(0.1) rotate(30deg);
     transform: scale(0.1) rotate(30deg);
     -webkit-transform-origin: center bottom;
     transform-origin: center bottom;
   }
 
   50% {
     -webkit-transform: rotate(-10deg);
     transform: rotate(-10deg);
   }
 
   70% {
     -webkit-transform: rotate(3deg);
     transform: rotate(3deg);
   }
 
   to {
     opacity: 1;
     -webkit-transform: scale(1);
     transform: scale(1);
   }
 }
 
 .jackInTheBox {
   -webkit-animation-name: jackInTheBox;
   animation-name: jackInTheBox;
 }
 
 /* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
 
 @-webkit-keyframes rollIn {
   from {
     opacity: 0;
     -webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
     transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
   }
 
   to {
     opacity: 1;
     -webkit-transform: translate3d(0, 0, 0);
     transform: translate3d(0, 0, 0);
   }
 }
 
 @keyframes rollIn {
   from {
     opacity: 0;
     -webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
     transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
   }
 
   to {
     opacity: 1;
     -webkit-transform: translate3d(0, 0, 0);
     transform: translate3d(0, 0, 0);
   }
 }
 
 .rollIn {
   -webkit-animation-name: rollIn;
   animation-name: rollIn;
 }
 
 /* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
 
 @-webkit-keyframes rollOut {
   from {
     opacity: 1;
   }
 
   to {
     opacity: 0;
     -webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
     transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
   }
 }
 
 @keyframes rollOut {
   from {
     opacity: 1;
   }
 
   to {
     opacity: 0;
     -webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
     transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
   }
 }
 
 .rollOut {
   -webkit-animation-name: rollOut;
   animation-name: rollOut;
 }
 
 @-webkit-keyframes zoomIn {
   from {
     opacity: 0;
     -webkit-transform: scale3d(0.3, 0.3, 0.3);
     transform: scale3d(0.3, 0.3, 0.3);
   }
 
   50% {
     opacity: 1;
   }
 }
 
 @keyframes zoomIn {
   from {
     opacity: 0;
     -webkit-transform: scale3d(0.3, 0.3, 0.3);
     transform: scale3d(0.3, 0.3, 0.3);
   }
 
   50% {
     opacity: 1;
   }
 }
 
 .zoomIn {
   -webkit-animation-name: zoomIn;
   animation-name: zoomIn;
 }
 
 @-webkit-keyframes zoomInDown {
   from {
     opacity: 0;
     -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
     transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
     -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
     animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
   }
 
   60% {
     opacity: 1;
     -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
     transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
     -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
     animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
   }
 }
 
 @keyframes zoomInDown {
   from {
     opacity: 0;
     -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
     transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
     -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
     animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
   }
 
   60% {
     opacity: 1;
     -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
     transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
     -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
     animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
   }
 }
 
 .zoomInDown {
   -webkit-animation-name: zoomInDown;
   animation-name: zoomInDown;
 }
 
 @-webkit-keyframes zoomInLeft {
   from {
     opacity: 0;
     -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
     transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
     -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
     animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
   }
 
   60% {
     opacity: 1;
     -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
     transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
     -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
     animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
   }
 }
 
 @keyframes zoomInLeft {
   from {
     opacity: 0;
     -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
     transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
     -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
     animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
   }
 
   60% {
     opacity: 1;
     -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
     transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
     -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
     animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
   }
 }
 
 .zoomInLeft {
   -webkit-animation-name: zoomInLeft;
   animation-name: zoomInLeft;
 }
 
 @-webkit-keyframes zoomInRight {
   from {
     opacity: 0;
     -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
     transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
     -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
     animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
   }
 
   60% {
     opacity: 1;
     -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
     transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
     -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
     animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
   }
 }
 
 @keyframes zoomInRight {
   from {
     opacity: 0;
     -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
     transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
     -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
     animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
   }
 
   60% {
     opacity: 1;
     -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
     transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
     -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
     animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
   }
 }
 
 .zoomInRight {
   -webkit-animation-name: zoomInRight;
   animation-name: zoomInRight;
 }
 
 @-webkit-keyframes zoomInUp {
   from {
     opacity: 0;
     -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
     transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
     -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
     animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
   }
 
   60% {
     opacity: 1;
     -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
     transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
     -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
     animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
   }
 }
 
 @keyframes zoomInUp {
   from {
     opacity: 0;
     -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
     transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
     -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
     animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
   }
 
   60% {
     opacity: 1;
     -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
     transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
     -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
     animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
   }
 }
 
 .zoomInUp {
   -webkit-animation-name: zoomInUp;
   animation-name: zoomInUp;
 }
 
 @-webkit-keyframes zoomOut {
   from {
     opacity: 1;
   }
 
   50% {
     opacity: 0;
     -webkit-transform: scale3d(0.3, 0.3, 0.3);
     transform: scale3d(0.3, 0.3, 0.3);
   }
 
   to {
     opacity: 0;
   }
 }
 
 @keyframes zoomOut {
   from {
     opacity: 1;
   }
 
   50% {
     opacity: 0;
     -webkit-transform: scale3d(0.3, 0.3, 0.3);
     transform: scale3d(0.3, 0.3, 0.3);
   }
 
   to {
     opacity: 0;
   }
 }
 
 .zoomOut {
   -webkit-animation-name: zoomOut;
   animation-name: zoomOut;
 }
 
 @-webkit-keyframes zoomOutDown {
   40% {
     opacity: 1;
     -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
     transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
     -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
     animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
   }
 
   to {
     opacity: 0;
     -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
     transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
     -webkit-transform-origin: center bottom;
     transform-origin: center bottom;
     -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
     animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
   }
 }
 
 @keyframes zoomOutDown {
   40% {
     opacity: 1;
     -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
     transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
     -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
     animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
   }
 
   to {
     opacity: 0;
     -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
     transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
     -webkit-transform-origin: center bottom;
     transform-origin: center bottom;
     -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
     animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
   }
 }
 
 .zoomOutDown {
   -webkit-animation-name: zoomOutDown;
   animation-name: zoomOutDown;
 }
 
 @-webkit-keyframes zoomOutLeft {
   40% {
     opacity: 1;
     -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
     transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
   }
 
   to {
     opacity: 0;
     -webkit-transform: scale(0.1) translate3d(-2000px, 0, 0);
     transform: scale(0.1) translate3d(-2000px, 0, 0);
     -webkit-transform-origin: left center;
     transform-origin: left center;
   }
 }
 
 @keyframes zoomOutLeft {
   40% {
     opacity: 1;
     -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
     transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
   }
 
   to {
     opacity: 0;
     -webkit-transform: scale(0.1) translate3d(-2000px, 0, 0);
     transform: scale(0.1) translate3d(-2000px, 0, 0);
     -webkit-transform-origin: left center;
     transform-origin: left center;
   }
 }
 
 .zoomOutLeft {
   -webkit-animation-name: zoomOutLeft;
   animation-name: zoomOutLeft;
 }
 
 @-webkit-keyframes zoomOutRight {
   40% {
     opacity: 1;
     -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
     transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
   }
 
   to {
     opacity: 0;
     -webkit-transform: scale(0.1) translate3d(2000px, 0, 0);
     transform: scale(0.1) translate3d(2000px, 0, 0);
     -webkit-transform-origin: right center;
     transform-origin: right center;
   }
 }
 
 @keyframes zoomOutRight {
   40% {
     opacity: 1;
     -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
     transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
   }
 
   to {
     opacity: 0;
     -webkit-transform: scale(0.1) translate3d(2000px, 0, 0);
     transform: scale(0.1) translate3d(2000px, 0, 0);
     -webkit-transform-origin: right center;
     transform-origin: right center;
   }
 }
 
 .zoomOutRight {
   -webkit-animation-name: zoomOutRight;
   animation-name: zoomOutRight;
 }
 
 @-webkit-keyframes zoomOutUp {
   40% {
     opacity: 1;
     -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
     transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
     -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
     animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
   }
 
   to {
     opacity: 0;
     -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
     transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
     -webkit-transform-origin: center bottom;
     transform-origin: center bottom;
     -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
     animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
   }
 }
 
 @keyframes zoomOutUp {
   40% {
     opacity: 1;
     -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
     transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
     -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
     animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
   }
 
   to {
     opacity: 0;
     -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
     transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
     -webkit-transform-origin: center bottom;
     transform-origin: center bottom;
     -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
     animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
   }
 }
 
 .zoomOutUp {
   -webkit-animation-name: zoomOutUp;
   animation-name: zoomOutUp;
 }
 
 @-webkit-keyframes slideInDown {
   from {
     -webkit-transform: translate3d(0, -100%, 0);
     transform: translate3d(0, -100%, 0);
     visibility: visible;
   }
 
   to {
     -webkit-transform: translate3d(0, 0, 0);
     transform: translate3d(0, 0, 0);
   }
 }
 
 @keyframes slideInDown {
   from {
     -webkit-transform: translate3d(0, -100%, 0);
     transform: translate3d(0, -100%, 0);
     visibility: visible;
   }
 
   to {
     -webkit-transform: translate3d(0, 0, 0);
     transform: translate3d(0, 0, 0);
   }
 }
 
 .slideInDown {
   -webkit-animation-name: slideInDown;
   animation-name: slideInDown;
 }
 
 @-webkit-keyframes slideInLeft {
   from {
     -webkit-transform: translate3d(-100%, 0, 0);
     transform: translate3d(-100%, 0, 0);
     visibility: visible;
   }
 
   to {
     -webkit-transform: translate3d(0, 0, 0);
     transform: translate3d(0, 0, 0);
   }
 }
 
 @keyframes slideInLeft {
   from {
     -webkit-transform: translate3d(-100%, 0, 0);
     transform: translate3d(-100%, 0, 0);
     visibility: visible;
   }
 
   to {
     -webkit-transform: translate3d(0, 0, 0);
     transform: translate3d(0, 0, 0);
   }
 }
 
 .slideInLeft {
   -webkit-animation-name: slideInLeft;
   animation-name: slideInLeft;
 }
 
 @-webkit-keyframes slideInRight {
   from {
     -webkit-transform: translate3d(100%, 0, 0);
     transform: translate3d(100%, 0, 0);
     visibility: visible;
   }
 
   to {
     -webkit-transform: translate3d(0, 0, 0);
     transform: translate3d(0, 0, 0);
   }
 }
 
 @keyframes slideInRight {
   from {
     -webkit-transform: translate3d(100%, 0, 0);
     transform: translate3d(100%, 0, 0);
     visibility: visible;
   }
 
   to {
     -webkit-transform: translate3d(0, 0, 0);
     transform: translate3d(0, 0, 0);
   }
 }
 
 .slideInRight {
   -webkit-animation-name: slideInRight;
   animation-name: slideInRight;
 }
 
 @-webkit-keyframes slideInUp {
   from {
     -webkit-transform: translate3d(0, 100%, 0);
     transform: translate3d(0, 100%, 0);
     visibility: visible;
   }
 
   to {
     -webkit-transform: translate3d(0, 0, 0);
     transform: translate3d(0, 0, 0);
   }
 }
 
 @keyframes slideInUp {
   from {
     -webkit-transform: translate3d(0, 100%, 0);
     transform: translate3d(0, 100%, 0);
     visibility: visible;
   }
 
   to {
     -webkit-transform: translate3d(0, 0, 0);
     transform: translate3d(0, 0, 0);
   }
 }
 
 .slideInUp {
   -webkit-animation-name: slideInUp;
   animation-name: slideInUp;
 }
 
 @-webkit-keyframes slideOutDown {
   from {
     -webkit-transform: translate3d(0, 0, 0);
     transform: translate3d(0, 0, 0);
   }
 
   to {
     visibility: hidden;
     -webkit-transform: translate3d(0, 100%, 0);
     transform: translate3d(0, 100%, 0);
   }
 }
 
 @keyframes slideOutDown {
   from {
     -webkit-transform: translate3d(0, 0, 0);
     transform: translate3d(0, 0, 0);
   }
 
   to {
     visibility: hidden;
     -webkit-transform: translate3d(0, 100%, 0);
     transform: translate3d(0, 100%, 0);
   }
 }
 
 .slideOutDown {
   -webkit-animation-name: slideOutDown;
   animation-name: slideOutDown;
 }
 
 @-webkit-keyframes slideOutLeft {
   from {
     -webkit-transform: translate3d(0, 0, 0);
     transform: translate3d(0, 0, 0);
   }
 
   to {
     visibility: hidden;
     -webkit-transform: translate3d(-100%, 0, 0);
     transform: translate3d(-100%, 0, 0);
   }
 }
 
 @keyframes slideOutLeft {
   from {
     -webkit-transform: translate3d(0, 0, 0);
     transform: translate3d(0, 0, 0);
   }
 
   to {
     visibility: hidden;
     -webkit-transform: translate3d(-100%, 0, 0);
     transform: translate3d(-100%, 0, 0);
   }
 }
 
 .slideOutLeft {
   -webkit-animation-name: slideOutLeft;
   animation-name: slideOutLeft;
 }
 
 @-webkit-keyframes slideOutRight {
   from {
     -webkit-transform: translate3d(0, 0, 0);
     transform: translate3d(0, 0, 0);
   }
 
   to {
     visibility: hidden;
     -webkit-transform: translate3d(100%, 0, 0);
     transform: translate3d(100%, 0, 0);
   }
 }
 
 @keyframes slideOutRight {
   from {
     -webkit-transform: translate3d(0, 0, 0);
     transform: translate3d(0, 0, 0);
   }
 
   to {
     visibility: hidden;
     -webkit-transform: translate3d(100%, 0, 0);
     transform: translate3d(100%, 0, 0);
   }
 }
 
 .slideOutRight {
   -webkit-animation-name: slideOutRight;
   animation-name: slideOutRight;
 }
 
 @-webkit-keyframes slideOutUp {
   from {
     -webkit-transform: translate3d(0, 0, 0);
     transform: translate3d(0, 0, 0);
   }
 
   to {
     visibility: hidden;
     -webkit-transform: translate3d(0, -100%, 0);
     transform: translate3d(0, -100%, 0);
   }
 }
 
 @keyframes slideOutUp {
   from {
     -webkit-transform: translate3d(0, 0, 0);
     transform: translate3d(0, 0, 0);
   }
 
   to {
     visibility: hidden;
     -webkit-transform: translate3d(0, -100%, 0);
     transform: translate3d(0, -100%, 0);
   }
 }
 
 .slideOutUp {
   -webkit-animation-name: slideOutUp;
   animation-name: slideOutUp;
 }
 