@charset "UTF-8";

/*!
 * Bootstrap v3.0.0
 *
 * Copyright 2013 Twitter, Inc
 * Licensed under the Apache License v2.0
 * http://www.apache.org/licenses/LICENSE-2.0
 *
 * Designed and built with all the love in the world by @mdo and @fat.
 */
/*! normalize.css v2.1.0 | MIT License | git.io/normalize */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}

audio,
canvas,
video {
  display: inline-block;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

[hidden] {
  display: none;
}

html {
  font-family: sans-serif;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}

body {
  margin: 0;
}

a:focus {
  outline: thin dotted;
}

a:active,
a:hover {
  outline: 0;
}

h1 {
  margin: 0.67em 0;
  font-size: 2em;
}

abbr[title] {
  border-bottom: 1px dotted;
}

b,
strong {
  font-weight: bold;
}

dfn {
  font-style: italic;
}

/* TODO HR */
/* hr {
  height: 0 !important;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
} */

mark {
  color: #000;
  background: #ff0;
}

code,
kbd,
pre,
samp {
  font-family: monospace, serif;
  font-size: 1em;
}

pre {
  white-space: pre-wrap;
}

q {
  quotes: "\201C" "\201D" "\2018" "\2019";
}

small {
  font-size: 80%;
}

sub,
sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

img {
  border: 0;
}

svg:not(:root) {
  overflow: hidden;
}

figure {
  margin: 0;
}

fieldset {
  padding: 0.35em 0.625em 0.75em;
  margin: 0 2px;
  border: 1px solid #c0c0c0;
}

legend {
  padding: 0;
  border: 0;
}

button,
input,
select,
textarea {
  margin: 0;
  font-family: inherit;
  font-size: 100%;
}

button,
input {
  line-height: normal;
}

button,
select {
  text-transform: none;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  cursor: pointer;
  -webkit-appearance: button;
}

button[disabled],
html input[disabled] {
  cursor: default;
}

input[type="checkbox"],
input[type="radio"] {
  padding: 0;
  box-sizing: border-box;
}

input[type="search"] {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  -webkit-appearance: textfield;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  padding: 0;
  border: 0;
}

textarea {
  overflow: auto;
  vertical-align: top;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

@media print {
  * {
    color: #000 !important;
    text-shadow: none !important;
    background: transparent !important;
    box-shadow: none !important;
  }

  a,
  a:visited {
    text-decoration: underline;
  }

  a[href]:after {
    content: " (" attr(href) ")";
  }

  abbr[title]:after {
    content: " (" attr(title) ")";
  }

  .ir a:after,
  a[href^="javascript:"]:after,
  a[href^="#"]:after {
    content: "";
  }

  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }

  thead {
    display: table-header-group;
  }

  tr,
  img {
    page-break-inside: avoid;
  }

  img {
    max-width: 100% !important;
  }

  @page {
    margin: 2cm .5cm;
  }

  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }

  h2,
  h3 {
    page-break-after: avoid;
  }

  .navbar {
    display: none;
  }

  .table td,
  .table-custom td,
  .table th,
  .table-custom th {
    background-color: #fff !important;
  }

  .btn>.caret,
  .dropup>.btn>.caret {
    border-top-color: #000 !important;
  }

  .label {
    border: 1px solid #000;
  }

  .table,
  .table-custom {
    border-collapse: collapse !important;
  }

  .table-bordered th,
  .table-bordered td {
    border: 1px solid #ddd !important;
  }
}

*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

html {
  font-size: 62.5%;
  -webkit-tap-highlight-color: transparent;
}

body {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  line-height: 1.428571429;
  color: #333333;
  background-color: #ffffff;
}

input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

button,
input,
select[multiple],
textarea {
  background-image: none;
}

a {
  color: #428bca;
  text-decoration: none;
}

a:hover,
a:focus {
  color: #2a6496;
  text-decoration: underline;
}

a:focus {
  outline: thin dotted #333;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

img {
  vertical-align: middle;
}

.img-responsive {
  display: block;
  height: auto;
  max-width: 100%;
}

.img-rounded {
  border-radius: 6px;
}

.img-thumbnail {
  display: inline-block;
  height: auto;
  max-width: 100%;
  padding: 4px;
  line-height: 1.428571429;
  background-color: #ffffff;
  border: 1px solid #dddddd;
  border-radius: 4px;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.img-circle {
  border-radius: 50%;
}

hr {
  margin-top: 20px;
  margin-bottom: 20px;
  border: 0;
  border-top: 1px solid #eeeeee;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0 0 0 0);
  border: 0;
}

p {
  margin: 0 0 10px;
}

.lead {
  margin-bottom: 20px;
  font-size: 16.099999999999998px;
  font-weight: 200;
  line-height: 1.4;
}

@media (min-width: 768px) {
  .lead {
    font-size: 21px;
  }
}

small {
  font-size: 85%;
}

cite {
  font-style: normal;
}

.text-muted {
  color: #999999;
}

.text-primary {
  color: #428bca;
}

.text-warning {
  color: #c09853;
}

.text-danger {
  color: #b94a48;
}

.text-success {
  color: #468847;
}

.text-info {
  color: #3a87ad;
}

.text-left {
  text-align: left;
}

.text-right {
  text-align: right;
}

.text-center {
  text-align: center;
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 500;
  line-height: 1.1;
}

h1 small,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small,
.h1 small,
.h2 small,
.h3 small,
.h4 small,
.h5 small,
.h6 small {
  font-weight: normal;
  line-height: 1;
  color: #999999;
}

h1,
h2,
h3 {
  margin-top: 20px;
  margin-bottom: 10px;
}

h4,
h5,
h6 {
  margin-top: 10px;
  margin-bottom: 10px;
}

h1,
.h1 {
  font-size: 36px;
}

h2,
.h2 {
  font-size: 30px;
}

h3,
.h3 {
  font-size: 24px;
}

h4,
.h4 {
  font-size: 18px;
}

h5,
.h5 {
  font-size: 14px;
}

h6,
.h6 {
  font-size: 12px;
}

h1 small,
.h1 small {
  font-size: 24px;
}

h2 small,
.h2 small {
  font-size: 18px;
}

h3 small,
.h3 small,
h4 small,
.h4 small {
  font-size: 14px;
}

.page-header {
  padding-bottom: 9px;
  margin: 40px 0 20px;
  border-bottom: 1px solid #eeeeee;
}

ul,
ol {
  margin-top: 0;
  margin-bottom: 10px;
}

ul ul,
ol ul,
ul ol,
ol ol {
  margin-bottom: 0;
}

.list-unstyled {
  padding-left: 0;
  list-style: none;
}

.list-inline {
  padding-left: 0;
  list-style: none;
}

.list-inline>li {
  display: inline-block;
  padding-right: 5px;
  padding-left: 5px;
}

dl {
  margin-bottom: 20px;
}

dt,
dd {
  line-height: 1.428571429;
}

dt {
  font-weight: bold;
}

dd {
  margin-left: 0;
}

@media (min-width: 768px) {
  .dl-horizontal dt {
    float: left;
    width: 160px;
    overflow: hidden;
    clear: left;
    text-align: right;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  .dl-horizontal dd {
    margin-left: 180px;
  }

  .dl-horizontal dd:before,
  .dl-horizontal dd:after {
    display: table;
    content: " ";
  }

  .dl-horizontal dd:after {
    clear: both;
  }

  .dl-horizontal dd:before,
  .dl-horizontal dd:after {
    display: table;
    content: " ";
  }

  .dl-horizontal dd:after {
    clear: both;
  }
}

abbr[title],
abbr[data-original-title] {
  cursor: help;
  border-bottom: 1px dotted #999999;
}

abbr.initialism {
  font-size: 90%;
  text-transform: uppercase;
}

blockquote {
  padding: 10px 20px;
  margin: 0 0 20px;
  border-left: 5px solid #eeeeee;
}

blockquote p {
  font-size: 17.5px;
  font-weight: 300;
  line-height: 1.25;
}

blockquote p:last-child {
  margin-bottom: 0;
}

blockquote small {
  display: block;
  line-height: 1.428571429;
  color: #999999;
}

blockquote small:before {
  content: '\2014 \00A0';
}

blockquote.pull-right {
  padding-right: 15px;
  padding-left: 0;
  border-right: 5px solid #eeeeee;
  border-left: 0;
}

blockquote.pull-right p,
blockquote.pull-right small {
  text-align: right;
}

blockquote.pull-right small:before {
  content: '';
}

blockquote.pull-right small:after {
  content: '\00A0 \2014';
}

q:before,
q:after,
blockquote:before,
blockquote:after {
  content: "";
}

address {
  display: block;
  margin-bottom: 20px;
  font-style: normal;
  line-height: 1.428571429;
}

code,
pre {
  font-family: Monaco, Menlo, Consolas, "Courier New", monospace;
}

code {
  padding: 2px 4px;
  font-size: 90%;
  color: #c7254e;
  white-space: nowrap;
  background-color: #f9f2f4;
  border-radius: 4px;
}

pre {
  display: block;
  padding: 9.5px;
  margin: 0 0 10px;
  font-size: 13px;
  line-height: 1.428571429;
  color: #333333;
  word-break: break-all;
  word-wrap: break-word;
  background-color: #f5f5f5;
  border: 1px solid #cccccc;
  border-radius: 4px;
}

pre.prettyprint {
  margin-bottom: 20px;
}

pre code {
  padding: 0;
  font-size: inherit;
  color: inherit;
  white-space: pre-wrap;
  background-color: transparent;
  border: 0;
}

.pre-scrollable {
  max-height: 340px;
  overflow-y: scroll;
}

.container {
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

.container:before,
.container:after {
  display: table;
  content: " ";
}

.container:after {
  clear: both;
}

.container:before,
.container:after {
  display: table;
  content: " ";
}

.container:after {
  clear: both;
}

.row {
  margin-right: -15px;
  margin-left: -15px;
}

.row:before,
.row:after {
  display: table;
  content: " ";
}

.row:after {
  clear: both;
}

.row:before,
.row:after {
  display: table;
  content: " ";
}

.row:after {
  clear: both;
}

.col-xs-1,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9,
.col-xs-10,
.col-xs-11,
.col-xs-12,
.col-sm-1,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-md-1,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-md-10,
.col-md-11,
.col-md-12,
.col-lg-1,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-lg-10,
.col-lg-11,
.col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}

.col-xs-1,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9,
.col-xs-10,
.col-xs-11 {
  float: left;
}

.col-xs-1 {
  width: 8.333333333333332%;
}

.col-xs-2 {
  width: 16.666666666666664%;
}

.col-xs-3 {
  width: 25%;
}

.col-xs-4 {
  width: 33.33333333333333%;
}

.col-xs-5 {
  width: 41.66666666666667%;
}

.col-xs-6 {
  width: 50%;
}

.col-xs-7 {
  width: 58.333333333333336%;
}

.col-xs-8 {
  width: 66.66666666666666%;
}

.col-xs-9 {
  width: 75%;
}

.col-xs-10 {
  width: 83.33333333333334%;
}

.col-xs-11 {
  width: 91.66666666666666%;
}

.col-xs-12 {
  width: 100%;
}

@media (min-width: 768px) {
  .container {
    max-width: 750px;
  }

  .col-sm-1,
  .col-sm-2,
  .col-sm-3,
  .col-sm-4,
  .col-sm-5,
  .col-sm-6,
  .col-sm-7,
  .col-sm-8,
  .col-sm-9,
  .col-sm-10,
  .col-sm-11 {
    float: left;
  }

  .col-sm-1 {
    width: 8.333333333333332%;
  }

  .col-sm-2 {
    width: 16.666666666666664%;
  }

  .col-sm-3 {
    width: 25%;
  }

  .col-sm-4 {
    width: 33.33333333333333%;
  }

  .col-sm-5 {
    width: 41.66666666666667%;
  }

  .col-sm-6 {
    width: 50%;
  }

  .col-sm-7 {
    width: 58.333333333333336%;
  }

  .col-sm-8 {
    width: 66.66666666666666%;
  }

  .col-sm-9 {
    width: 75%;
  }

  .col-sm-10 {
    width: 83.33333333333334%;
  }

  .col-sm-11 {
    width: 91.66666666666666%;
  }

  .col-sm-12 {
    width: 100%;
  }

  .col-sm-push-1 {
    left: 8.333333333333332%;
  }

  .col-sm-push-2 {
    left: 16.666666666666664%;
  }

  .col-sm-push-3 {
    left: 25%;
  }

  .col-sm-push-4 {
    left: 33.33333333333333%;
  }

  .col-sm-push-5 {
    left: 41.66666666666667%;
  }

  .col-sm-push-6 {
    left: 50%;
  }

  .col-sm-push-7 {
    left: 58.333333333333336%;
  }

  .col-sm-push-8 {
    left: 66.66666666666666%;
  }

  .col-sm-push-9 {
    left: 75%;
  }

  .col-sm-push-10 {
    left: 83.33333333333334%;
  }

  .col-sm-push-11 {
    left: 91.66666666666666%;
  }

  .col-sm-pull-1 {
    right: 8.333333333333332%;
  }

  .col-sm-pull-2 {
    right: 16.666666666666664%;
  }

  .col-sm-pull-3 {
    right: 25%;
  }

  .col-sm-pull-4 {
    right: 33.33333333333333%;
  }

  .col-sm-pull-5 {
    right: 41.66666666666667%;
  }

  .col-sm-pull-6 {
    right: 50%;
  }

  .col-sm-pull-7 {
    right: 58.333333333333336%;
  }

  .col-sm-pull-8 {
    right: 66.66666666666666%;
  }

  .col-sm-pull-9 {
    right: 75%;
  }

  .col-sm-pull-10 {
    right: 83.33333333333334%;
  }

  .col-sm-pull-11 {
    right: 91.66666666666666%;
  }

  .col-sm-offset-1 {
    margin-left: 8.333333333333332%;
  }

  .col-sm-offset-2 {
    margin-left: 16.666666666666664%;
  }

  .col-sm-offset-3 {
    margin-left: 25%;
  }

  .col-sm-offset-4 {
    margin-left: 33.33333333333333%;
  }

  .col-sm-offset-5 {
    margin-left: 41.66666666666667%;
  }

  .col-sm-offset-6 {
    margin-left: 50%;
  }

  .col-sm-offset-7 {
    margin-left: 58.333333333333336%;
  }

  .col-sm-offset-8 {
    margin-left: 66.66666666666666%;
  }

  .col-sm-offset-9 {
    margin-left: 75%;
  }

  .col-sm-offset-10 {
    margin-left: 83.33333333333334%;
  }

  .col-sm-offset-11 {
    margin-left: 91.66666666666666%;
  }
}

@media (min-width: 992px) {
  .container {
    max-width: 970px;
  }

  .col-md-1,
  .col-md-2,
  .col-md-3,
  .col-md-4,
  .col-md-5,
  .col-md-6,
  .col-md-7,
  .col-md-8,
  .col-md-9,
  .col-md-10,
  .col-md-11 {
    float: left;
  }

  .col-md-1 {
    width: 8.333333333333332%;
  }

  .col-md-2 {
    width: 16.666666666666664%;
  }

  .col-md-3 {
    width: 25%;
  }

  .col-md-4 {
    width: 33.33333333333333%;
  }

  .col-md-5 {
    width: 41.66666666666667%;
  }

  .col-md-6 {
    width: 50%;
  }

  .col-md-7 {
    width: 58.333333333333336%;
  }

  .col-md-8 {
    width: 66.66666666666666%;
  }

  .col-md-9 {
    width: 75%;
  }

  .col-md-10 {
    width: 83.33333333333334%;
  }

  .col-md-11 {
    width: 91.66666666666666%;
  }

  .col-md-12 {
    width: 100%;
  }

  .col-md-push-0 {
    left: auto;
  }

  .col-md-push-1 {
    left: 8.333333333333332%;
  }

  .col-md-push-2 {
    left: 16.666666666666664%;
  }

  .col-md-push-3 {
    left: 25%;
  }

  .col-md-push-4 {
    left: 33.33333333333333%;
  }

  .col-md-push-5 {
    left: 41.66666666666667%;
  }

  .col-md-push-6 {
    left: 50%;
  }

  .col-md-push-7 {
    left: 58.333333333333336%;
  }

  .col-md-push-8 {
    left: 66.66666666666666%;
  }

  .col-md-push-9 {
    left: 75%;
  }

  .col-md-push-10 {
    left: 83.33333333333334%;
  }

  .col-md-push-11 {
    left: 91.66666666666666%;
  }

  .col-md-pull-0 {
    right: auto;
  }

  .col-md-pull-1 {
    right: 8.333333333333332%;
  }

  .col-md-pull-2 {
    right: 16.666666666666664%;
  }

  .col-md-pull-3 {
    right: 25%;
  }

  .col-md-pull-4 {
    right: 33.33333333333333%;
  }

  .col-md-pull-5 {
    right: 41.66666666666667%;
  }

  .col-md-pull-6 {
    right: 50%;
  }

  .col-md-pull-7 {
    right: 58.333333333333336%;
  }

  .col-md-pull-8 {
    right: 66.66666666666666%;
  }

  .col-md-pull-9 {
    right: 75%;
  }

  .col-md-pull-10 {
    right: 83.33333333333334%;
  }

  .col-md-pull-11 {
    right: 91.66666666666666%;
  }

  .col-md-offset-0 {
    margin-left: 0;
  }

  .col-md-offset-1 {
    margin-left: 8.333333333333332%;
  }

  .col-md-offset-2 {
    margin-left: 16.666666666666664%;
  }

  .col-md-offset-3 {
    margin-left: 25%;
  }

  .col-md-offset-4 {
    margin-left: 33.33333333333333%;
  }

  .col-md-offset-5 {
    margin-left: 41.66666666666667%;
  }

  .col-md-offset-6 {
    margin-left: 50%;
  }

  .col-md-offset-7 {
    margin-left: 58.333333333333336%;
  }

  .col-md-offset-8 {
    margin-left: 66.66666666666666%;
  }

  .col-md-offset-9 {
    margin-left: 75%;
  }

  .col-md-offset-10 {
    margin-left: 83.33333333333334%;
  }

  .col-md-offset-11 {
    margin-left: 91.66666666666666%;
  }
}

@media (min-width: 1200px) {
  .container {
    max-width: 1170px;
  }

  .col-lg-1,
  .col-lg-2,
  .col-lg-3,
  .col-lg-4,
  .col-lg-5,
  .col-lg-6,
  .col-lg-7,
  .col-lg-8,
  .col-lg-9,
  .col-lg-10,
  .col-lg-11 {
    float: left;
  }

  .col-lg-1 {
    width: 8.333333333333332%;
  }

  .col-lg-2 {
    width: 16.666666666666664%;
  }

  .col-lg-3 {
    width: 25%;
  }

  .col-lg-4 {
    width: 33.33333333333333%;
  }

  .col-lg-5 {
    width: 41.66666666666667%;
  }

  .col-lg-6 {
    width: 50%;
  }

  .col-lg-7 {
    width: 58.333333333333336%;
  }

  .col-lg-8 {
    width: 66.66666666666666%;
  }

  .col-lg-9 {
    width: 75%;
  }

  .col-lg-10 {
    width: 83.33333333333334%;
  }

  .col-lg-11 {
    width: 91.66666666666666%;
  }

  .col-lg-12 {
    width: 100%;
  }

  .col-lg-push-0 {
    left: auto;
  }

  .col-lg-push-1 {
    left: 8.333333333333332%;
  }

  .col-lg-push-2 {
    left: 16.666666666666664%;
  }

  .col-lg-push-3 {
    left: 25%;
  }

  .col-lg-push-4 {
    left: 33.33333333333333%;
  }

  .col-lg-push-5 {
    left: 41.66666666666667%;
  }

  .col-lg-push-6 {
    left: 50%;
  }

  .col-lg-push-7 {
    left: 58.333333333333336%;
  }

  .col-lg-push-8 {
    left: 66.66666666666666%;
  }

  .col-lg-push-9 {
    left: 75%;
  }

  .col-lg-push-10 {
    left: 83.33333333333334%;
  }

  .col-lg-push-11 {
    left: 91.66666666666666%;
  }

  .col-lg-pull-0 {
    right: auto;
  }

  .col-lg-pull-1 {
    right: 8.333333333333332%;
  }

  .col-lg-pull-2 {
    right: 16.666666666666664%;
  }

  .col-lg-pull-3 {
    right: 25%;
  }

  .col-lg-pull-4 {
    right: 33.33333333333333%;
  }

  .col-lg-pull-5 {
    right: 41.66666666666667%;
  }

  .col-lg-pull-6 {
    right: 50%;
  }

  .col-lg-pull-7 {
    right: 58.333333333333336%;
  }

  .col-lg-pull-8 {
    right: 66.66666666666666%;
  }

  .col-lg-pull-9 {
    right: 75%;
  }

  .col-lg-pull-10 {
    right: 83.33333333333334%;
  }

  .col-lg-pull-11 {
    right: 91.66666666666666%;
  }

  .col-lg-offset-0 {
    margin-left: 0;
  }

  .col-lg-offset-1 {
    margin-left: 8.333333333333332%;
  }

  .col-lg-offset-2 {
    margin-left: 16.666666666666664%;
  }

  .col-lg-offset-3 {
    margin-left: 25%;
  }

  .col-lg-offset-4 {
    margin-left: 33.33333333333333%;
  }

  .col-lg-offset-5 {
    margin-left: 41.66666666666667%;
  }

  .col-lg-offset-6 {
    margin-left: 50%;
  }

  .col-lg-offset-7 {
    margin-left: 58.333333333333336%;
  }

  .col-lg-offset-8 {
    margin-left: 66.66666666666666%;
  }

  .col-lg-offset-9 {
    margin-left: 75%;
  }

  .col-lg-offset-10 {
    margin-left: 83.33333333333334%;
  }

  .col-lg-offset-11 {
    margin-left: 91.66666666666666%;
  }
}

table {
  max-width: 100%;
  background-color: transparent;
}

.table,
.table-custom {
  width: 100%;
  margin-bottom: 20px;
}

.table thead>tr>th,
.table-custom thead>tr>th,
.table tbody>tr>th,
.table-custom tbody>tr>th,
.table tfoot>tr>th,
.table-custom tfoot>tr>th,
.table thead>tr>td,
.table-custom thead>tr>td,
.table tbody>tr>td,
.table-custom tbody>tr>td,
.table tfoot>tr>td,
.table-custom tfoot>tr>td {
  padding: 8px;
  line-height: 1.428571429;
  vertical-align: top;
  border-top: 1px solid #dddddd;
}

.table thead>tr>th,
.table-custom thead>tr>th {
  vertical-align: bottom;
  border-bottom: 2px solid #dddddd;
}

.table caption+thead tr:first-child th,
.table-custom caption+thead tr:first-child th,
.table colgroup+thead tr:first-child th,
.table-custom colgroup+thead tr:first-child th,
.table thead:first-child tr:first-child th,
.table-custom thead:first-child tr:first-child th,
.table caption+thead tr:first-child td,
.table-custom caption+thead tr:first-child td,
.table colgroup+thead tr:first-child td,
.table-custom colgroup+thead tr:first-child td,
.table thead:first-child tr:first-child td,
.table-custom thead:first-child tr:first-child td {
  border-top: 0;
}

.table tbody+tbody,
.table-custom tbody+tbody {
  border-top: 2px solid #dddddd;
}

.table .table,
.table-custom .table,
.table .table-custom,
.table-custom .table-custom {
  background-color: #ffffff;
}

.table-condensed thead>tr>th,
.table-condensed tbody>tr>th,
.table-condensed tfoot>tr>th,
.table-condensed thead>tr>td,
.table-condensed tbody>tr>td,
.table-condensed tfoot>tr>td {
  padding: 5px;
}

.table-bordered {
  border: 1px solid #dddddd;
}

.table-bordered>thead>tr>th,
.table-bordered>tbody>tr>th,
.table-bordered>tfoot>tr>th,
.table-bordered>thead>tr>td,
.table-bordered>tbody>tr>td,
.table-bordered>tfoot>tr>td {
  border: 1px solid #dddddd;
}

.table-bordered>thead>tr>th,
.table-bordered>thead>tr>td {
  border-bottom-width: 2px;
}

.table-striped>tbody>tr:nth-child(odd)>td,
.table-striped>tbody>tr:nth-child(odd)>th {
  background-color: #f9f9f9;
}

.table-hover>tbody>tr:hover>td,
.table-hover>tbody>tr:hover>th {
  background-color: #f5f5f5;
}

table col[class*="col-"] {
  display: table-column;
  float: none;
}

table td[class*="col-"],
table th[class*="col-"] {
  display: table-cell;
  float: none;
}

.table>thead>tr>td.active,
.table-custom>thead>tr>td.active,
.table>tbody>tr>td.active,
.table-custom>tbody>tr>td.active,
.table>tfoot>tr>td.active,
.table-custom>tfoot>tr>td.active,
.table>thead>tr>th.active,
.table-custom>thead>tr>th.active,
.table>tbody>tr>th.active,
.table-custom>tbody>tr>th.active,
.table>tfoot>tr>th.active,
.table-custom>tfoot>tr>th.active,
.table>thead>tr.active>td,
.table-custom>thead>tr.active>td,
.table>tbody>tr.active>td,
.table-custom>tbody>tr.active>td,
.table>tfoot>tr.active>td,
.table-custom>tfoot>tr.active>td,
.table>thead>tr.active>th,
.table-custom>thead>tr.active>th,
.table>tbody>tr.active>th,
.table-custom>tbody>tr.active>th,
.table>tfoot>tr.active>th,
.table-custom>tfoot>tr.active>th {
  background-color: #f5f5f5;
}

.table>thead>tr>td.success,
.table-custom>thead>tr>td.success,
.table>tbody>tr>td.success,
.table-custom>tbody>tr>td.success,
.table>tfoot>tr>td.success,
.table-custom>tfoot>tr>td.success,
.table>thead>tr>th.success,
.table-custom>thead>tr>th.success,
.table>tbody>tr>th.success,
.table-custom>tbody>tr>th.success,
.table>tfoot>tr>th.success,
.table-custom>tfoot>tr>th.success,
.table>thead>tr.success>td,
.table-custom>thead>tr.success>td,
.table>tbody>tr.success>td,
.table-custom>tbody>tr.success>td,
.table>tfoot>tr.success>td,
.table-custom>tfoot>tr.success>td,
.table>thead>tr.success>th,
.table-custom>thead>tr.success>th,
.table>tbody>tr.success>th,
.table-custom>tbody>tr.success>th,
.table>tfoot>tr.success>th,
.table-custom>tfoot>tr.success>th {
  background-color: #dff0d8;
  border-color: #d6e9c6;
}

.table-hover>tbody>tr>td.success:hover,
.table-hover>tbody>tr>th.success:hover,
.table-hover>tbody>tr.success:hover>td {
  background-color: #d0e9c6;
  border-color: #c9e2b3;
}

.table>thead>tr>td.danger,
.table-custom>thead>tr>td.danger,
.table>tbody>tr>td.danger,
.table-custom>tbody>tr>td.danger,
.table>tfoot>tr>td.danger,
.table-custom>tfoot>tr>td.danger,
.table>thead>tr>th.danger,
.table-custom>thead>tr>th.danger,
.table>tbody>tr>th.danger,
.table-custom>tbody>tr>th.danger,
.table>tfoot>tr>th.danger,
.table-custom>tfoot>tr>th.danger,
.table>thead>tr.danger>td,
.table-custom>thead>tr.danger>td,
.table>tbody>tr.danger>td,
.table-custom>tbody>tr.danger>td,
.table>tfoot>tr.danger>td,
.table-custom>tfoot>tr.danger>td,
.table>thead>tr.danger>th,
.table-custom>thead>tr.danger>th,
.table>tbody>tr.danger>th,
.table-custom>tbody>tr.danger>th,
.table>tfoot>tr.danger>th,
.table-custom>tfoot>tr.danger>th {
  background-color: #f2dede;
  border-color: #eed3d7;
}

.table-hover>tbody>tr>td.danger:hover,
.table-hover>tbody>tr>th.danger:hover,
.table-hover>tbody>tr.danger:hover>td {
  background-color: #ebcccc;
  border-color: #e6c1c7;
}

.table>thead>tr>td.warning,
.table-custom>thead>tr>td.warning,
.table>tbody>tr>td.warning,
.table-custom>tbody>tr>td.warning,
.table>tfoot>tr>td.warning,
.table-custom>tfoot>tr>td.warning,
.table>thead>tr>th.warning,
.table-custom>thead>tr>th.warning,
.table>tbody>tr>th.warning,
.table-custom>tbody>tr>th.warning,
.table>tfoot>tr>th.warning,
.table-custom>tfoot>tr>th.warning,
.table>thead>tr.warning>td,
.table-custom>thead>tr.warning>td,
.table>tbody>tr.warning>td,
.table-custom>tbody>tr.warning>td,
.table>tfoot>tr.warning>td,
.table-custom>tfoot>tr.warning>td,
.table>thead>tr.warning>th,
.table-custom>thead>tr.warning>th,
.table>tbody>tr.warning>th,
.table-custom>tbody>tr.warning>th,
.table>tfoot>tr.warning>th,
.table-custom>tfoot>tr.warning>th {
  background-color: #fcf8e3;
  border-color: #fbeed5;
}

.table-hover>tbody>tr>td.warning:hover,
.table-hover>tbody>tr>th.warning:hover,
.table-hover>tbody>tr.warning:hover>td {
  background-color: #faf2cc;
  border-color: #f8e5be;
}

@media (max-width: 768px) {
  .table-responsive {
    width: 100%;
    margin-bottom: 15px;
    overflow-x: scroll;
    overflow-y: hidden;
    border: 1px solid #dddddd;
  }

  .table-responsive>.table,
  .table-responsive>.table-custom {
    margin-bottom: 0;
    background-color: #fff;
  }

  .table-responsive>.table>thead>tr>th,
  .table-responsive>.table-custom>thead>tr>th,
  .table-responsive>.table>tbody>tr>th,
  .table-responsive>.table-custom>tbody>tr>th,
  .table-responsive>.table>tfoot>tr>th,
  .table-responsive>.table-custom>tfoot>tr>th,
  .table-responsive>.table>thead>tr>td,
  .table-responsive>.table-custom>thead>tr>td,
  .table-responsive>.table>tbody>tr>td,
  .table-responsive>.table-custom>tbody>tr>td,
  .table-responsive>.table>tfoot>tr>td,
  .table-responsive>.table-custom>tfoot>tr>td {
    white-space: nowrap;
  }

  .table-responsive>.table-bordered {
    border: 0;
  }

  .table-responsive>.table-bordered>thead>tr>th:first-child,
  .table-responsive>.table-bordered>tbody>tr>th:first-child,
  .table-responsive>.table-bordered>tfoot>tr>th:first-child,
  .table-responsive>.table-bordered>thead>tr>td:first-child,
  .table-responsive>.table-bordered>tbody>tr>td:first-child,
  .table-responsive>.table-bordered>tfoot>tr>td:first-child {
    border-left: 0;
  }

  .table-responsive>.table-bordered>thead>tr>th:last-child,
  .table-responsive>.table-bordered>tbody>tr>th:last-child,
  .table-responsive>.table-bordered>tfoot>tr>th:last-child,
  .table-responsive>.table-bordered>thead>tr>td:last-child,
  .table-responsive>.table-bordered>tbody>tr>td:last-child,
  .table-responsive>.table-bordered>tfoot>tr>td:last-child {
    border-right: 0;
  }

  .table-responsive>.table-bordered>thead>tr:last-child>th,
  .table-responsive>.table-bordered>tbody>tr:last-child>th,
  .table-responsive>.table-bordered>tfoot>tr:last-child>th,
  .table-responsive>.table-bordered>thead>tr:last-child>td,
  .table-responsive>.table-bordered>tbody>tr:last-child>td,
  .table-responsive>.table-bordered>tfoot>tr:last-child>td {
    border-bottom: 0;
  }
}

fieldset {
  padding: 0;
  margin: 0;
  border: 0;
}

legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 20px;
  font-size: 21px;
  line-height: inherit;
  color: #333333;
  border: 0;
  border-bottom: 1px solid #e5e5e5;
}

label {
  display: inline-block;
  margin-bottom: 5px;
  font-weight: bold;
}

input[type="search"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

input[type="radio"],
input[type="checkbox"] {
  margin: 4px 0 0;
  margin-top: 1px \9;
  /* IE8-9 */
  line-height: normal;
}

input[type="file"] {
  display: block;
}

select[multiple],
select[size] {
  height: auto;
}

select optgroup {
  font-family: inherit;
  font-size: inherit;
  font-style: inherit;
}

input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus {
  outline: thin dotted #333;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

input[type="number"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button {
  height: auto;
}

.form-control:-moz-placeholder {
  color: #999999;
}

.form-control::-moz-placeholder {
  color: #999999;
}

.form-control:-ms-input-placeholder {
  color: #999999;
}

.form-control::-webkit-input-placeholder {
  color: #999999;
}

.form-control {
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.428571429;
  color: #555555;
  vertical-align: middle;
  background-color: #ffffff;
  border: 1px solid #cccccc;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}

.form-control:focus {
  border-color: #66afe9;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
}

.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
  cursor: not-allowed;
  background-color: #eeeeee;
}

textarea.form-control {
  height: auto;
}

.form-group {
  margin-bottom: 15px;
}

.radio,
.checkbox {
  display: block;
  min-height: 20px;
  padding-left: 20px;
  margin-top: 10px;
  margin-bottom: 10px;
  vertical-align: middle;
}

.radio label,
.checkbox label {
  display: inline;
  margin-bottom: 0;
  font-weight: normal;
  cursor: pointer;
}

.radio input[type="radio"],
.radio-inline input[type="radio"],
.checkbox input[type="checkbox"],
.checkbox-inline input[type="checkbox"] {
  float: left;
  margin-left: -20px;
}

.radio+.radio,
.checkbox+.checkbox {
  margin-top: -5px;
}

.radio-inline,
.checkbox-inline {
  display: inline-block;
  padding-left: 20px;
  margin-bottom: 0;
  font-weight: normal;
  vertical-align: middle;
  cursor: pointer;
}

.radio-inline+.radio-inline,
.checkbox-inline+.checkbox-inline {
  margin-top: 0;
  margin-left: 10px;
}

input[type="radio"][disabled],
input[type="checkbox"][disabled],
.radio[disabled],
.radio-inline[disabled],
.checkbox[disabled],
.checkbox-inline[disabled],
fieldset[disabled] input[type="radio"],
fieldset[disabled] input[type="checkbox"],
fieldset[disabled] .radio,
fieldset[disabled] .radio-inline,
fieldset[disabled] .checkbox,
fieldset[disabled] .checkbox-inline {
  cursor: not-allowed;
}

.input-sm {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}

select.input-sm {
  height: 30px;
  line-height: 30px;
}

textarea.input-sm {
  height: auto;
}

.input-lg {
  height: 45px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33;
  border-radius: 6px;
}

select.input-lg {
  height: 45px;
  line-height: 45px;
}

textarea.input-lg {
  height: auto;
}

.has-warning .help-block,
.has-warning .control-label {
  color: #c09853;
}

.has-warning .form-control {
  border-color: #c09853;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

.has-warning .form-control:focus {
  border-color: #a47e3c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #dbc59e;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #dbc59e;
}

.has-warning .input-group-addon {
  color: #c09853;
  background-color: #fcf8e3;
  border-color: #c09853;
}

.has-error .help-block,
.has-error .control-label {
  color: #b94a48;
}

.has-error .form-control {
  border-color: #b94a48;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

.has-error .form-control:focus {
  border-color: #953b39;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #d59392;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #d59392;
}

.has-error .input-group-addon {
  color: #b94a48;
  background-color: #f2dede;
  border-color: #b94a48;
}

.has-success .help-block,
.has-success .control-label {
  color: #468847;
}

.has-success .form-control {
  border-color: #468847;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

.has-success .form-control:focus {
  border-color: #356635;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #7aba7b;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #7aba7b;
}

.has-success .input-group-addon {
  color: #468847;
  background-color: #dff0d8;
  border-color: #468847;
}

.form-control-static {
  padding-top: 7px;
  margin-bottom: 0;
}

.help-block {
  display: block;
  margin-top: 5px;
  margin-bottom: 10px;
  color: #737373;
}

@media (min-width: 768px) {
  .form-inline .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }

  .form-inline .form-control {
    display: inline-block;
  }

  .form-inline .radio,
  .form-inline .checkbox {
    display: inline-block;
    padding-left: 0;
    margin-top: 0;
    margin-bottom: 0;
  }

  .form-inline .radio input[type="radio"],
  .form-inline .checkbox input[type="checkbox"] {
    float: none;
    margin-left: 0;
  }
}

.form-horizontal .control-label,
.form-horizontal .radio,
.form-horizontal .checkbox,
.form-horizontal .radio-inline,
.form-horizontal .checkbox-inline {
  padding-top: 7px;
  margin-top: 0;
  margin-bottom: 0;
}

.form-horizontal .form-group {
  margin-right: -15px;
  margin-left: -15px;
}

.form-horizontal .form-group:before,
.form-horizontal .form-group:after {
  display: table;
  content: " ";
}

.form-horizontal .form-group:after {
  clear: both;
}

.form-horizontal .form-group:before,
.form-horizontal .form-group:after {
  display: table;
  content: " ";
}

.form-horizontal .form-group:after {
  clear: both;
}

@media (min-width: 768px) {
  .form-horizontal .control-label {
    text-align: right;
  }
}

.btn {
  display: inline-block;
  padding: 6px 12px;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: normal;
  line-height: 1.428571429;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  cursor: pointer;
  border: 1px solid transparent;
  border-radius: 4px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
}

.btn:focus {
  outline: thin dotted #333;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

.btn:hover,
.btn:focus {
  color: #333333;
  text-decoration: none;
}

.btn:active,
.btn.active {
  background-image: none;
  outline: 0;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}

.btn.disabled,
.btn[disabled],
fieldset[disabled] .btn {
  pointer-events: none;
  cursor: not-allowed;
  opacity: 0.65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  box-shadow: none;
}

.btn-default {
  color: #333333;
  background-color: #ffffff;
  border-color: #cccccc;
}

.btn-default:hover,
.btn-default:focus,
.btn-default:active,
.btn-default.active,
.open .dropdown-toggle.btn-default {
  color: #333333;
  background-color: #ebebeb;
  border-color: #adadad;
}

.btn-default:active,
.btn-default.active,
.open .dropdown-toggle.btn-default {
  background-image: none;
}

.btn-default.disabled,
.btn-default[disabled],
fieldset[disabled] .btn-default,
.btn-default.disabled:hover,
.btn-default[disabled]:hover,
fieldset[disabled] .btn-default:hover,
.btn-default.disabled:focus,
.btn-default[disabled]:focus,
fieldset[disabled] .btn-default:focus,
.btn-default.disabled:active,
.btn-default[disabled]:active,
fieldset[disabled] .btn-default:active,
.btn-default.disabled.active,
.btn-default[disabled].active,
fieldset[disabled] .btn-default.active {
  background-color: #ffffff;
  border-color: #cccccc;
}

.btn-primary {
  color: #ffffff;
  background-color: #428bca;
  border-color: #357ebd;
}

.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active,
.open .dropdown-toggle.btn-primary {
  color: #ffffff;
  background-color: #3276b1;
  border-color: #285e8e;
}

.btn-primary:active,
.btn-primary.active,
.open .dropdown-toggle.btn-primary {
  background-image: none;
}

.btn-primary.disabled,
.btn-primary[disabled],
fieldset[disabled] .btn-primary,
.btn-primary.disabled:hover,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary:hover,
.btn-primary.disabled:focus,
.btn-primary[disabled]:focus,
fieldset[disabled] .btn-primary:focus,
.btn-primary.disabled:active,
.btn-primary[disabled]:active,
fieldset[disabled] .btn-primary:active,
.btn-primary.disabled.active,
.btn-primary[disabled].active,
fieldset[disabled] .btn-primary.active {
  background-color: #428bca;
  border-color: #357ebd;
}

.btn-warning {
  color: #ffffff;
  background-color: #f0ad4e;
  border-color: #eea236;
}

.btn-warning:hover,
.btn-warning:focus,
.btn-warning:active,
.btn-warning.active,
.open .dropdown-toggle.btn-warning {
  color: #ffffff;
  background-color: #ed9c28;
  border-color: #d58512;
}

.btn-warning:active,
.btn-warning.active,
.open .dropdown-toggle.btn-warning {
  background-image: none;
}

.btn-warning.disabled,
.btn-warning[disabled],
fieldset[disabled] .btn-warning,
.btn-warning.disabled:hover,
.btn-warning[disabled]:hover,
fieldset[disabled] .btn-warning:hover,
.btn-warning.disabled:focus,
.btn-warning[disabled]:focus,
fieldset[disabled] .btn-warning:focus,
.btn-warning.disabled:active,
.btn-warning[disabled]:active,
fieldset[disabled] .btn-warning:active,
.btn-warning.disabled.active,
.btn-warning[disabled].active,
fieldset[disabled] .btn-warning.active {
  background-color: #f0ad4e;
  border-color: #eea236;
}

.btn-danger {
  color: #ffffff;
  background-color: #d9534f;
  border-color: #d43f3a;
}

.btn-danger:hover,
.btn-danger:focus,
.btn-danger:active,
.btn-danger.active,
.open .dropdown-toggle.btn-danger {
  color: #ffffff;
  background-color: #d2322d;
  border-color: #ac2925;
}

.btn-danger:active,
.btn-danger.active,
.open .dropdown-toggle.btn-danger {
  background-image: none;
}

.btn-danger.disabled,
.btn-danger[disabled],
fieldset[disabled] .btn-danger,
.btn-danger.disabled:hover,
.btn-danger[disabled]:hover,
fieldset[disabled] .btn-danger:hover,
.btn-danger.disabled:focus,
.btn-danger[disabled]:focus,
fieldset[disabled] .btn-danger:focus,
.btn-danger.disabled:active,
.btn-danger[disabled]:active,
fieldset[disabled] .btn-danger:active,
.btn-danger.disabled.active,
.btn-danger[disabled].active,
fieldset[disabled] .btn-danger.active {
  background-color: #d9534f;
  border-color: #d43f3a;
}

.btn-success {
  color: #ffffff;
  background-color: #5cb85c;
  border-color: #4cae4c;
}

.btn-success:hover,
.btn-success:focus,
.btn-success:active,
.btn-success.active,
.open .dropdown-toggle.btn-success {
  color: #ffffff;
  background-color: #47a447;
  border-color: #398439;
}

.btn-success:active,
.btn-success.active,
.open .dropdown-toggle.btn-success {
  background-image: none;
}

.btn-success.disabled,
.btn-success[disabled],
fieldset[disabled] .btn-success,
.btn-success.disabled:hover,
.btn-success[disabled]:hover,
fieldset[disabled] .btn-success:hover,
.btn-success.disabled:focus,
.btn-success[disabled]:focus,
fieldset[disabled] .btn-success:focus,
.btn-success.disabled:active,
.btn-success[disabled]:active,
fieldset[disabled] .btn-success:active,
.btn-success.disabled.active,
.btn-success[disabled].active,
fieldset[disabled] .btn-success.active {
  background-color: #5cb85c;
  border-color: #4cae4c;
}

.btn-info {
  color: #ffffff;
  background-color: #5bc0de;
  border-color: #46b8da;
}

.btn-info:hover,
.btn-info:focus,
.btn-info:active,
.btn-info.active,
.open .dropdown-toggle.btn-info {
  color: #ffffff;
  background-color: #39b3d7;
  border-color: #269abc;
}

.btn-info:active,
.btn-info.active,
.open .dropdown-toggle.btn-info {
  background-image: none;
}

.btn-info.disabled,
.btn-info[disabled],
fieldset[disabled] .btn-info,
.btn-info.disabled:hover,
.btn-info[disabled]:hover,
fieldset[disabled] .btn-info:hover,
.btn-info.disabled:focus,
.btn-info[disabled]:focus,
fieldset[disabled] .btn-info:focus,
.btn-info.disabled:active,
.btn-info[disabled]:active,
fieldset[disabled] .btn-info:active,
.btn-info.disabled.active,
.btn-info[disabled].active,
fieldset[disabled] .btn-info.active {
  background-color: #5bc0de;
  border-color: #46b8da;
}

.btn-link {
  font-weight: normal;
  color: #428bca;
  cursor: pointer;
  border-radius: 0;
}

.btn-link,
.btn-link:active,
.btn-link[disabled],
fieldset[disabled] .btn-link {
  background-color: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.btn-link,
.btn-link:hover,
.btn-link:focus,
.btn-link:active {
  border-color: transparent;
}

.btn-link:hover,
.btn-link:focus {
  color: #2a6496;
  text-decoration: underline;
  background-color: transparent;
}

.btn-link[disabled]:hover,
fieldset[disabled] .btn-link:hover,
.btn-link[disabled]:focus,
fieldset[disabled] .btn-link:focus {
  color: #999999;
  text-decoration: none;
}

.btn-lg {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33;
  border-radius: 6px;
}

.btn-sm,
.btn-xs {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}

.btn-xs {
  padding: 1px 5px;
}

.btn-block {
  display: block;
  width: 100%;
  padding-right: 0;
  padding-left: 0;
}

.btn-block+.btn-block {
  margin-top: 5px;
}

input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
  width: 100%;
}

.fade {
  opacity: 0;
  -webkit-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear;
}

.fade.in {
  opacity: 1;
}

.collapse {
  display: none;
}

.collapse.in {
  display: block;
}

.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition: height 0.35s ease;
  transition: height 0.35s ease;
}

@font-face {
  font-family: 'Glyphicons Halflings';
  src: url("../fonts/glyphicons-halflings-regular.eot");
  src: url("../fonts/glyphicons-halflings-regular.eot?#iefix") format("embedded-opentype"), url("../fonts/glyphicons-halflings-regular.woff") format("woff"), url("../fonts/glyphicons-halflings-regular.ttf") format("truetype"), url("../fonts/glyphicons-halflings-regular.svg#glyphicons-halflingsregular") format("svg");
}

.glyphicon {
  position: relative;
  top: 1px;
  display: inline-block;
  font-family: 'Glyphicons Halflings';
  -webkit-font-smoothing: antialiased;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
}

.glyphicon-asterisk:before {
  content: "\2a";
}

.glyphicon-plus:before {
  content: "\2b";
}

.glyphicon-euro:before {
  content: "\20ac";
}

.glyphicon-minus:before {
  content: "\2212";
}

.glyphicon-cloud:before {
  content: "\2601";
}

.glyphicon-envelope:before {
  content: "\2709";
}

.glyphicon-pencil:before {
  content: "\270f";
}

.glyphicon-glass:before {
  content: "\e001";
}

.glyphicon-music:before {
  content: "\e002";
}

.glyphicon-search:before {
  content: "\e003";
}

.glyphicon-heart:before {
  content: "\e005";
}

.glyphicon-star:before {
  content: "\e006";
}

.glyphicon-star-empty:before {
  content: "\e007";
}

.glyphicon-user:before {
  content: "\e008";
}

.glyphicon-film:before {
  content: "\e009";
}

.glyphicon-th-large:before {
  content: "\e010";
}

.glyphicon-th:before {
  content: "\e011";
}

.glyphicon-th-list:before {
  content: "\e012";
}

.glyphicon-ok:before {
  content: "\e013";
}

.glyphicon-remove:before {
  content: "\e014";
}

.glyphicon-zoom-in:before {
  content: "\e015";
}

.glyphicon-zoom-out:before {
  content: "\e016";
}

.glyphicon-off:before {
  content: "\e017";
}

.glyphicon-signal:before {
  content: "\e018";
}

.glyphicon-cog:before {
  content: "\e019";
}

.glyphicon-trash:before {
  content: "\e020";
}

.glyphicon-home:before {
  content: "\e021";
}

.glyphicon-file:before {
  content: "\e022";
}

.glyphicon-time:before {
  content: "\e023";
}

.glyphicon-road:before {
  content: "\e024";
}

.glyphicon-download-alt:before {
  content: "\e025";
}

.glyphicon-download:before {
  content: "\e026";
}

.glyphicon-upload:before {
  content: "\e027";
}

.glyphicon-inbox:before {
  content: "\e028";
}

.glyphicon-play-circle:before {
  content: "\e029";
}

.glyphicon-repeat:before {
  content: "\e030";
}

.glyphicon-refresh:before {
  content: "\e031";
}

.glyphicon-list-alt:before {
  content: "\e032";
}

.glyphicon-flag:before {
  content: "\e034";
}

.glyphicon-headphones:before {
  content: "\e035";
}

.glyphicon-volume-off:before {
  content: "\e036";
}

.glyphicon-volume-down:before {
  content: "\e037";
}

.glyphicon-volume-up:before {
  content: "\e038";
}

.glyphicon-qrcode:before {
  content: "\e039";
}

.glyphicon-barcode:before {
  content: "\e040";
}

.glyphicon-tag:before {
  content: "\e041";
}

.glyphicon-tags:before {
  content: "\e042";
}

.glyphicon-book:before {
  content: "\e043";
}

.glyphicon-print:before {
  content: "\e045";
}

.glyphicon-font:before {
  content: "\e047";
}

.glyphicon-bold:before {
  content: "\e048";
}

.glyphicon-italic:before {
  content: "\e049";
}

.glyphicon-text-height:before {
  content: "\e050";
}

.glyphicon-text-width:before {
  content: "\e051";
}

.glyphicon-align-left:before {
  content: "\e052";
}

.glyphicon-align-center:before {
  content: "\e053";
}

.glyphicon-align-right:before {
  content: "\e054";
}

.glyphicon-align-justify:before {
  content: "\e055";
}

.glyphicon-list:before {
  content: "\e056";
}

.glyphicon-indent-left:before {
  content: "\e057";
}

.glyphicon-indent-right:before {
  content: "\e058";
}

.glyphicon-facetime-video:before {
  content: "\e059";
}

.glyphicon-picture:before {
  content: "\e060";
}

.glyphicon-map-marker:before {
  content: "\e062";
}

.glyphicon-adjust:before {
  content: "\e063";
}

.glyphicon-tint:before {
  content: "\e064";
}

.glyphicon-edit:before {
  content: "\e065";
}

.glyphicon-share:before {
  content: "\e066";
}

.glyphicon-check:before {
  content: "\e067";
}

.glyphicon-move:before {
  content: "\e068";
}

.glyphicon-step-backward:before {
  content: "\e069";
}

.glyphicon-fast-backward:before {
  content: "\e070";
}

.glyphicon-backward:before {
  content: "\e071";
}

.glyphicon-play:before {
  content: "\e072";
}

.glyphicon-pause:before {
  content: "\e073";
}

.glyphicon-stop:before {
  content: "\e074";
}

.glyphicon-forward:before {
  content: "\e075";
}

.glyphicon-fast-forward:before {
  content: "\e076";
}

.glyphicon-step-forward:before {
  content: "\e077";
}

.glyphicon-eject:before {
  content: "\e078";
}

.glyphicon-chevron-left:before {
  content: "\e079";
}

.glyphicon-chevron-right:before {
  content: "\e080";
}

.glyphicon-plus-sign:before {
  content: "\e081";
}

.glyphicon-minus-sign:before {
  content: "\e082";
}

.glyphicon-remove-sign:before {
  content: "\e083";
}

.glyphicon-ok-sign:before {
  content: "\e084";
}

.glyphicon-question-sign:before {
  content: "\e085";
}

.glyphicon-info-sign:before {
  content: "\e086";
}

.glyphicon-screenshot:before {
  content: "\e087";
}

.glyphicon-remove-circle:before {
  content: "\e088";
}

.glyphicon-ok-circle:before {
  content: "\e089";
}

.glyphicon-ban-circle:before {
  content: "\e090";
}

.glyphicon-arrow-left:before {
  content: "\e091";
}

.glyphicon-arrow-right:before {
  content: "\e092";
}

.glyphicon-arrow-up:before {
  content: "\e093";
}

.glyphicon-arrow-down:before {
  content: "\e094";
}

.glyphicon-share-alt:before {
  content: "\e095";
}

.glyphicon-resize-full:before {
  content: "\e096";
}

.glyphicon-resize-small:before {
  content: "\e097";
}

.glyphicon-exclamation-sign:before {
  content: "\e101";
}

.glyphicon-gift:before {
  content: "\e102";
}

.glyphicon-leaf:before {
  content: "\e103";
}

.glyphicon-eye-open:before {
  content: "\e105";
}

.glyphicon-eye-close:before {
  content: "\e106";
}

.glyphicon-warning-sign:before {
  content: "\e107";
}

.glyphicon-plane:before {
  content: "\e108";
}

.glyphicon-random:before {
  content: "\e110";
}

.glyphicon-comment:before {
  content: "\e111";
}

.glyphicon-magnet:before {
  content: "\e112";
}

.glyphicon-chevron-up:before {
  content: "\e113";
}

.glyphicon-chevron-down:before {
  content: "\e114";
}

.glyphicon-retweet:before {
  content: "\e115";
}

.glyphicon-shopping-cart:before {
  content: "\e116";
}

.glyphicon-folder-close:before {
  content: "\e117";
}

.glyphicon-folder-open:before {
  content: "\e118";
}

.glyphicon-resize-vertical:before {
  content: "\e119";
}

.glyphicon-resize-horizontal:before {
  content: "\e120";
}

.glyphicon-hdd:before {
  content: "\e121";
}

.glyphicon-bullhorn:before {
  content: "\e122";
}

.glyphicon-certificate:before {
  content: "\e124";
}

.glyphicon-thumbs-up:before {
  content: "\e125";
}

.glyphicon-thumbs-down:before {
  content: "\e126";
}

.glyphicon-hand-right:before {
  content: "\e127";
}

.glyphicon-hand-left:before {
  content: "\e128";
}

.glyphicon-hand-up:before {
  content: "\e129";
}

.glyphicon-hand-down:before {
  content: "\e130";
}

.glyphicon-circle-arrow-right:before {
  content: "\e131";
}

.glyphicon-circle-arrow-left:before {
  content: "\e132";
}

.glyphicon-circle-arrow-up:before {
  content: "\e133";
}

.glyphicon-circle-arrow-down:before {
  content: "\e134";
}

.glyphicon-globe:before {
  content: "\e135";
}

.glyphicon-tasks:before {
  content: "\e137";
}

.glyphicon-filter:before {
  content: "\e138";
}

.glyphicon-fullscreen:before {
  content: "\e140";
}

.glyphicon-dashboard:before {
  content: "\e141";
}

.glyphicon-heart-empty:before {
  content: "\e143";
}

.glyphicon-link:before {
  content: "\e144";
}

.glyphicon-phone:before {
  content: "\e145";
}

.glyphicon-usd:before {
  content: "\e148";
}

.glyphicon-gbp:before {
  content: "\e149";
}

.glyphicon-sort:before {
  content: "\e150";
}

.glyphicon-sort-by-alphabet:before {
  content: "\e151";
}

.glyphicon-sort-by-alphabet-alt:before {
  content: "\e152";
}

.glyphicon-sort-by-order:before {
  content: "\e153";
}

.glyphicon-sort-by-order-alt:before {
  content: "\e154";
}

.glyphicon-sort-by-attributes:before {
  content: "\e155";
}

.glyphicon-sort-by-attributes-alt:before {
  content: "\e156";
}

.glyphicon-unchecked:before {
  content: "\e157";
}

.glyphicon-expand:before {
  content: "\e158";
}

.glyphicon-collapse-down:before {
  content: "\e159";
}

.glyphicon-collapse-up:before {
  content: "\e160";
}

.glyphicon-log-in:before {
  content: "\e161";
}

.glyphicon-flash:before {
  content: "\e162";
}

.glyphicon-log-out:before {
  content: "\e163";
}

.glyphicon-new-window:before {
  content: "\e164";
}

.glyphicon-record:before {
  content: "\e165";
}

.glyphicon-save:before {
  content: "\e166";
}

.glyphicon-open:before {
  content: "\e167";
}

.glyphicon-saved:before {
  content: "\e168";
}

.glyphicon-import:before {
  content: "\e169";
}

.glyphicon-export:before {
  content: "\e170";
}

.glyphicon-send:before {
  content: "\e171";
}

.glyphicon-floppy-disk:before {
  content: "\e172";
}

.glyphicon-floppy-saved:before {
  content: "\e173";
}

.glyphicon-floppy-remove:before {
  content: "\e174";
}

.glyphicon-floppy-save:before {
  content: "\e175";
}

.glyphicon-floppy-open:before {
  content: "\e176";
}

.glyphicon-credit-card:before {
  content: "\e177";
}

.glyphicon-transfer:before {
  content: "\e178";
}

.glyphicon-cutlery:before {
  content: "\e179";
}

.glyphicon-header:before {
  content: "\e180";
}

.glyphicon-compressed:before {
  content: "\e181";
}

.glyphicon-earphone:before {
  content: "\e182";
}

.glyphicon-phone-alt:before {
  content: "\e183";
}

.glyphicon-tower:before {
  content: "\e184";
}

.glyphicon-stats:before {
  content: "\e185";
}

.glyphicon-sd-video:before {
  content: "\e186";
}

.glyphicon-hd-video:before {
  content: "\e187";
}

.glyphicon-subtitles:before {
  content: "\e188";
}

.glyphicon-sound-stereo:before {
  content: "\e189";
}

.glyphicon-sound-dolby:before {
  content: "\e190";
}

.glyphicon-sound-5-1:before {
  content: "\e191";
}

.glyphicon-sound-6-1:before {
  content: "\e192";
}

.glyphicon-sound-7-1:before {
  content: "\e193";
}

.glyphicon-copyright-mark:before {
  content: "\e194";
}

.glyphicon-registration-mark:before {
  content: "\e195";
}

.glyphicon-cloud-download:before {
  content: "\e197";
}

.glyphicon-cloud-upload:before {
  content: "\e198";
}

.glyphicon-tree-conifer:before {
  content: "\e199";
}

.glyphicon-tree-deciduous:before {
  content: "\e200";
}

.glyphicon-briefcase:before {
  content: "\1f4bc";
}

.glyphicon-calendar:before {
  content: "\1f4c5";
}

.glyphicon-pushpin:before {
  content: "\1f4cc";
}

.glyphicon-paperclip:before {
  content: "\1f4ce";
}

.glyphicon-camera:before {
  content: "\1f4f7";
}

.glyphicon-lock:before {
  content: "\1f512";
}

.glyphicon-bell:before {
  content: "\1f514";
}

.glyphicon-bookmark:before {
  content: "\1f516";
}

.glyphicon-fire:before {
  content: "\1f525";
}

.glyphicon-wrench:before {
  content: "\1f527";
}

.caret {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 2px;
  vertical-align: middle;
  border-top: 4px solid #000000;
  border-right: 4px solid transparent;
  border-bottom: 0 dotted;
  border-left: 4px solid transparent;
  content: "";
}

.dropdown {
  position: relative;
}

.dropdown-toggle:focus {
  outline: 0;
}

.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 160px;
  padding: 5px 0;
  margin: 2px 0 0;
  font-size: 14px;
  list-style: none;
  background-color: #ffffff;
  border: 1px solid #cccccc;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 4px;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  background-clip: padding-box;
}

.dropdown-menu.pull-right {
  right: 0;
  left: auto;
}

.dropdown-menu .divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}

.dropdown-menu li a,
.dropdown-menu li button {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: normal;
  line-height: 1.428571429;
  color: #333333;
  white-space: nowrap;
}

.dropdown-menu li a:hover,
.dropdown-menu li a:focus,
.dropdown-menu li button:hover,
.dropdown-menu li button:focus {
  color: #ffffff;
  text-decoration: none;
  background-color: #428bca;
}

.dropdown-menu .active a,
.dropdown-menu .active a:hover,
.dropdown-menu .active a:focus,
.dropdown-menu .active button,
.dropdown-menu .active button:hover,
.dropdown-menu .active button:focus {
  color: #ffffff;
  text-decoration: none;
  background-color: #428bca;
  outline: 0;
}

.dropdown-menu .disabled a,
.dropdown-menu .disabled a:hover,
.dropdown-menu .disabled a:focus,
.dropdown-menu .disabled button,
.dropdown-menu .disabled button:hover,
.dropdown-menu .disabled button:focus {
  color: #999999;
}

.dropdown-menu .disabled a:hover,
.dropdown-menu .disabled a:focus,
.dropdown-menu .disabled button:hover,
.dropdown-menu .disabled button:focus {
  text-decoration: none;
  cursor: not-allowed;
  background-color: transparent;
  background-image: none;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
}

.dropdownCustom .dropdown-menu li:hover>a,
.dropdownCustom .dropdown-menu li:hover>button {
  color: initial;
  background-color: rgba(125, 255, 104, .2);
}

.dropdownCustom.smallVersion>.dropdown-menu li a,
.dropdownCustom.smallVersion>.dropdown-menu li button {
  padding: 10px;
  width: 100%;
}

.open>.dropdown-menu {
  display: block;
}

.open>a {
  outline: 0;
}

.dropdown-header {
  display: block;
  padding: 3px 20px;
  font-size: 12px;
  line-height: 1.428571429;
  color: #999999;
}

.dropdown-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 990;
}

.pull-right>.dropdown-menu {
  right: 0;
  left: auto;
}

.dropup .caret,
.navbar-fixed-bottom .dropdown .caret {
  border-top: 0 dotted;
  border-bottom: 4px solid #000000;
  content: "";
}

.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-bottom: 1px;
}

@media (min-width: 768px) {
  .navbar-right .dropdown-menu {
    right: 0;
    left: auto;
  }
}

.btn-default .caret {
  border-top-color: #333333;
}

.btn-primary .caret,
.btn-success .caret,
.btn-warning .caret,
.btn-danger .caret,
.btn-info .caret {
  border-top-color: #fff;
}

.dropup .btn-default .caret {
  border-bottom-color: #333333;
}

.dropup .btn-primary .caret,
.dropup .btn-success .caret,
.dropup .btn-warning .caret,
.dropup .btn-danger .caret,
.dropup .btn-info .caret {
  border-bottom-color: #fff;
}

.btn-group,
.btn-group-vertical {
  position: relative;
  display: inline-block;
  vertical-align: middle;
}

.btn-group>.btn,
.btn-group-vertical>.btn {
  position: relative;
  float: left;
}

.btn-group>.btn:hover,
.btn-group-vertical>.btn:hover,
.btn-group>.btn:focus,
.btn-group-vertical>.btn:focus,
.btn-group>.btn:active,
.btn-group-vertical>.btn:active,
.btn-group>.btn.active,
.btn-group-vertical>.btn.active {
  z-index: 1;
}

.btn-group>.btn:focus,
.btn-group-vertical>.btn:focus {
  outline: none;
}

.btn-group .btn+.btn,
.btn-group .btn+.btn-group,
.btn-group .btn-group+.btn,
.btn-group .btn-group+.btn-group {
  margin-left: -1px;
}

.btn-toolbar:before,
.btn-toolbar:after {
  display: table;
  content: " ";
}

.btn-toolbar:after {
  clear: both;
}

.btn-toolbar:before,
.btn-toolbar:after {
  display: table;
  content: " ";
}

.btn-toolbar:after {
  clear: both;
}

.btn-toolbar .btn-group {
  float: left;
}

.btn-toolbar>.btn+.btn,
.btn-toolbar>.btn-group+.btn,
.btn-toolbar>.btn+.btn-group,
.btn-toolbar>.btn-group+.btn-group {
  margin-left: 5px;
}

.btn-group>.btn:not(:first-child):not(:last-child):not(.dropdown-toggle) {
  border-radius: 0;
}

.btn-group>.btn:first-child {
  margin-left: 0;
}

.btn-group>.btn:first-child:not(:last-child):not(.dropdown-toggle) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.btn-group>.btn:last-child:not(:first-child),
.btn-group>.dropdown-toggle:not(:first-child) {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}

.btn-group>.btn-group {
  float: left;
}

.btn-group>.btn-group:not(:first-child):not(:last-child)>.btn {
  border-radius: 0;
}

.btn-group>.btn-group:first-child>.btn:last-child,
.btn-group>.btn-group:first-child>.dropdown-toggle {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.btn-group>.btn-group:last-child>.btn:first-child {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}

.btn-group .dropdown-toggle:active,
.btn-group.open .dropdown-toggle {
  outline: 0;
}

.btn-group-xs>.btn {
  padding: 5px 10px;
  padding: 1px 5px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}

.btn-group-sm>.btn {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}

.btn-group-lg>.btn {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33;
  border-radius: 6px;
}

.btn-group>.btn+.dropdown-toggle {
  padding-right: 8px;
  padding-left: 8px;
}

.btn-group>.btn-lg+.dropdown-toggle {
  padding-right: 12px;
  padding-left: 12px;
}

.btn-group.open .dropdown-toggle {
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}

.btn .caret {
  margin-left: 0;
}

.btn-lg .caret {
  border-width: 5px 5px 0;
  border-bottom-width: 0;
}

.dropup .btn-lg .caret {
  border-width: 0 5px 5px;
}

.btn-group-vertical>.btn,
.btn-group-vertical>.btn-group {
  display: block;
  float: none;
  width: 100%;
  max-width: 100%;
}

.btn-group-vertical>.btn-group:before,
.btn-group-vertical>.btn-group:after {
  display: table;
  content: " ";
}

.btn-group-vertical>.btn-group:after {
  clear: both;
}

.btn-group-vertical>.btn-group:before,
.btn-group-vertical>.btn-group:after {
  display: table;
  content: " ";
}

.btn-group-vertical>.btn-group:after {
  clear: both;
}

.btn-group-vertical>.btn-group>.btn {
  float: none;
}

.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: -1px;
  margin-left: 0;
}

.btn-group-vertical>.btn:not(:first-child):not(:last-child) {
  border-radius: 0;
}

.btn-group-vertical>.btn:first-child:not(:last-child) {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.btn-group-vertical>.btn:last-child:not(:first-child) {
  border-top-right-radius: 0;
  border-bottom-left-radius: 4px;
  border-top-left-radius: 0;
}

.btn-group-vertical>.btn-group:not(:first-child):not(:last-child)>.btn {
  border-radius: 0;
}

.btn-group-vertical>.btn-group:first-child>.btn:last-child,
.btn-group-vertical>.btn-group:first-child>.dropdown-toggle {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.btn-group-vertical>.btn-group:last-child>.btn:first-child {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}

.btn-group-justified {
  display: table;
  width: 100%;
  border-collapse: separate;
  table-layout: fixed;
}

.btn-group-justified .btn {
  display: table-cell;
  float: none;
  width: 1%;
}

[data-toggle="buttons"]>.btn>input[type="radio"],
[data-toggle="buttons"]>.btn>input[type="checkbox"] {
  display: none;
}

.input-group {
  position: relative;
  display: table;
  border-collapse: separate;
}

.input-group.col {
  float: none;
  padding-right: 0;
  padding-left: 0;
}

.input-group .form-control {
  width: 100%;
  margin-bottom: 0;
}

.input-group-lg>.form-control,
.input-group-lg>.input-group-addon,
.input-group-lg>.input-group-btn>.btn {
  height: 45px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33;
  border-radius: 6px;
}

select.input-group-lg>.form-control,
select.input-group-lg>.input-group-addon,
select.input-group-lg>.input-group-btn>.btn {
  height: 45px;
  line-height: 45px;
}

textarea.input-group-lg>.form-control,
textarea.input-group-lg>.input-group-addon,
textarea.input-group-lg>.input-group-btn>.btn {
  height: auto;
}

.input-group-sm>.form-control,
.input-group-sm>.input-group-addon,
.input-group-sm>.input-group-btn>.btn {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}

select.input-group-sm>.form-control,
select.input-group-sm>.input-group-addon,
select.input-group-sm>.input-group-btn>.btn {
  height: 30px;
  line-height: 30px;
}

textarea.input-group-sm>.form-control,
textarea.input-group-sm>.input-group-addon,
textarea.input-group-sm>.input-group-btn>.btn {
  height: auto;
}

.input-group-addon,
.input-group-btn,
.input-group .form-control {
  display: table-cell;
}

.input-group-addon:not(:first-child):not(:last-child),
.input-group-btn:not(:first-child):not(:last-child),
.input-group .form-control:not(:first-child):not(:last-child) {
  border-radius: 0;
}

.input-group-addon,
.input-group-btn {
  width: 1%;
  white-space: nowrap;
  vertical-align: middle;
}

.input-group-addon {
  padding: 6px 12px;
  font-size: 14px;
  font-weight: normal;
  line-height: 1;
  text-align: center;
  background-color: #eeeeee;
  border: 1px solid #cccccc;
  border-radius: 4px;
}

.input-group-addon.input-sm {
  padding: 5px 10px;
  font-size: 12px;
  border-radius: 3px;
}

.input-group-addon.input-lg {
  padding: 10px 16px;
  font-size: 18px;
  border-radius: 6px;
}

.input-group-addon input[type="radio"],
.input-group-addon input[type="checkbox"] {
  margin-top: 0;
}

.input-group .form-control:first-child,
.input-group-addon:first-child,
.input-group-btn:first-child>.btn,
.input-group-btn:first-child>.dropdown-toggle,
.input-group-btn:last-child>.btn:not(:last-child):not(.dropdown-toggle) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.input-group-addon:first-child {
  border-right: 0;
}

.input-group .form-control:last-child,
.input-group-addon:last-child,
.input-group-btn:last-child>.btn,
.input-group-btn:last-child>.dropdown-toggle,
.input-group-btn:first-child>.btn:not(:first-child) {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}

.input-group-addon:last-child {
  border-left: 0;
}

.input-group-btn {
  position: relative;
  white-space: nowrap;
}

.input-group-btn>.btn {
  position: relative;
}

.input-group-btn>.btn+.btn {
  margin-left: -4px;
}

.input-group-btn>.btn:hover,
.input-group-btn>.btn:active {
  z-index: 1;
}

.nav {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}

.nav:before,
.nav:after {
  display: table;
  content: " ";
}

.nav:after {
  clear: both;
}

.nav:before,
.nav:after {
  display: table;
  content: " ";
}

.nav:after {
  clear: both;
}

.nav>li {
  position: relative;
  display: block;
}

.nav>li>a {
  position: relative;
  display: block;
  padding: 10px 15px;
}

.nav>li>a:hover,
.nav>li>a:focus {
  text-decoration: none;
  background-color: #eeeeee;
}

.nav>li.disabled>a {
  color: #999999;
}

.nav>li.disabled>a:hover,
.nav>li.disabled>a:focus {
  color: #999999;
  text-decoration: none;
  cursor: not-allowed;
  background-color: transparent;
}

.nav .open>a,
.nav .open>a:hover,
.nav .open>a:focus {
  background-color: #eeeeee;
  border-color: #428bca;
}

.nav .nav-divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}

.nav>li>a>img {
  max-width: none;
}

.nav-tabs {
  border-bottom: 1px solid #dddddd;
}

.nav-tabs>li {
  float: left;
  margin-bottom: -1px;
}

.nav-tabs>li>a {
  margin-right: 2px;
  line-height: 1.428571429;
  border: 1px solid transparent;
  border-radius: 4px 4px 0 0;
}

.nav-tabs>li>a:hover {
  border-color: #eeeeee #eeeeee #dddddd;
}

.nav-tabs>li.active>a,
.nav-tabs>li.active>a:hover,
.nav-tabs>li.active>a:focus {
  color: #555555;
  cursor: default;
  background-color: #ffffff;
  border: 1px solid #dddddd;
  border-bottom-color: transparent;
}

.nav-tabs.nav-justified {
  width: 100%;
  border-bottom: 0;
}

.nav-tabs.nav-justified>li {
  float: none;
}

.nav-tabs.nav-justified>li>a {
  text-align: center;
}

@media (min-width: 768px) {
  .nav-tabs.nav-justified>li {
    display: table-cell;
    width: 1%;
  }
}

.nav-tabs.nav-justified>li>a {
  margin-right: 0;
  border-bottom: 1px solid #dddddd;
}

.nav-tabs.nav-justified>.active>a {
  border-bottom-color: #ffffff;
}

.nav-pills>li {
  float: left;
}

.nav-pills>li>a {
  border-radius: 5px;
}

.nav-pills>li+li {
  margin-left: 2px;
}

.nav-pills>li.active>a,
.nav-pills>li.active>a:hover,
.nav-pills>li.active>a:focus {
  color: #ffffff;
  background-color: #428bca;
}

.nav-stacked>li {
  float: none;
}

.nav-stacked>li+li {
  margin-top: 2px;
  margin-left: 0;
}

.nav-justified {
  width: 100%;
}

.nav-justified>li {
  float: none;
}

.nav-justified>li>a {
  text-align: center;
}

@media (min-width: 768px) {
  .nav-justified>li {
    display: table-cell;
    width: 1%;
  }
}

.nav-tabs-justified {
  border-bottom: 0;
}

.nav-tabs-justified>li>a {
  margin-right: 0;
  border-bottom: 1px solid #dddddd;
}

.nav-tabs-justified>.active>a {
  border-bottom-color: #ffffff;
}

.tabbable:before,
.tabbable:after {
  display: table;
  content: " ";
}

.tabbable:after {
  clear: both;
}

.tabbable:before,
.tabbable:after {
  display: table;
  content: " ";
}

.tabbable:after {
  clear: both;
}

.tab-content>.tab-pane,
.pill-content>.pill-pane {
  display: none;
}

.tab-content>.active,
.pill-content>.active {
  display: block;
}

.nav .caret {
  border-top-color: #428bca;
  border-bottom-color: #428bca;
}

.nav a:hover .caret {
  border-top-color: #2a6496;
  border-bottom-color: #2a6496;
}

.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}

.navbar {
  position: relative;
  z-index: 1000;
  min-height: 50px;
  margin-bottom: 20px;
  border: 1px solid transparent;
}

.navbar:before,
.navbar:after {
  display: table;
  content: " ";
}

.navbar:after {
  clear: both;
}

.navbar:before,
.navbar:after {
  display: table;
  content: " ";
}

.navbar:after {
  clear: both;
}

@media (min-width: 768px) {
  .navbar {
    border-radius: 4px;
  }
}

.navbar-header:before,
.navbar-header:after {
  display: table;
  content: " ";
}

.navbar-header:after {
  clear: both;
}

.navbar-header:before,
.navbar-header:after {
  display: table;
  content: " ";
}

.navbar-header:after {
  clear: both;
}

@media (min-width: 768px) {
  .navbar-header {
    float: left;
  }
}

.navbar-collapse {
  max-height: 340px;
  padding-right: 15px;
  padding-left: 15px;
  overflow-x: visible;
  border-top: 1px solid transparent;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
  -webkit-overflow-scrolling: touch;
}

.navbar-collapse:before,
.navbar-collapse:after {
  display: table;
  content: " ";
}

.navbar-collapse:after {
  clear: both;
}

.navbar-collapse:before,
.navbar-collapse:after {
  display: table;
  content: " ";
}

.navbar-collapse:after {
  clear: both;
}

.navbar-collapse.in {
  overflow-y: auto;
}

@media (min-width: 768px) {
  .navbar-collapse {
    width: auto;
    border-top: 0;
    box-shadow: none;
  }

  .navbar-collapse.collapse {
    display: block !important;
    height: auto !important;
    padding-bottom: 0;
    overflow: visible !important;
  }

  .navbar-collapse.in {
    overflow-y: visible;
  }

  .navbar-collapse .navbar-nav.navbar-left:first-child {
    margin-left: -15px;
  }

  .navbar-collapse .navbar-nav.navbar-right:last-child {
    margin-right: -15px;
  }

  .navbar-collapse .navbar-text:last-child {
    margin-right: 0;
  }
}

.container>.navbar-header,
.container>.navbar-collapse {
  margin-right: -15px;
  margin-left: -15px;
}

@media (min-width: 768px) {

  .container>.navbar-header,
  .container>.navbar-collapse {
    margin-right: 0;
    margin-left: 0;
  }
}

.navbar-static-top {
  border-width: 0 0 1px;
}

@media (min-width: 768px) {
  .navbar-static-top {
    border-radius: 0;
  }
}

.navbar-fixed-top,
.navbar-fixed-bottom {
  position: fixed;
  right: 0;
  left: 0;
  border-width: 0 0 1px;
}

@media (min-width: 768px) {

  .navbar-fixed-top,
  .navbar-fixed-bottom {
    border-radius: 0;
  }
}

.navbar-fixed-top {
  top: 0;
  z-index: 1030;
}

.navbar-fixed-bottom {
  bottom: 0;
  margin-bottom: 0;
}

.navbar-brand {
  float: left;
  padding: 15px 15px;
  font-size: 18px;
  line-height: 20px;
}

.navbar-brand:hover,
.navbar-brand:focus {
  text-decoration: none;
}

@media (min-width: 768px) {
  .navbar>.container .navbar-brand {
    margin-left: -15px;
  }
}

.navbar-toggle {
  position: relative;
  float: right;
  padding: 9px 10px;
  margin-top: 8px;
  margin-right: 15px;
  margin-bottom: 8px;
  background-color: transparent;
  border: 1px solid transparent;
  border-radius: 4px;
}

.navbar-toggle .icon-bar {
  display: block;
  width: 22px;
  height: 2px;
  border-radius: 1px;
}

.navbar-toggle .icon-bar+.icon-bar {
  margin-top: 4px;
}

@media (min-width: 768px) {
  .navbar-toggle {
    display: none;
  }
}

.navbar-nav {
  margin: 7.5px -15px;
}

.navbar-nav>li>a {
  padding-top: 10px;
  padding-bottom: 10px;
  line-height: 20px;
}

@media (max-width: 767px) {
  .navbar-nav .open .dropdown-menu {
    position: static;
    float: none;
    width: auto;
    margin-top: 0;
    background-color: transparent;
    border: 0;
    box-shadow: none;
  }

  .navbar-nav .open .dropdown-menu>li>a,
  .navbar-nav .open .dropdown-menu .dropdown-header {
    padding: 5px 15px 5px 25px;
  }

  .navbar-nav .open .dropdown-menu>li>a {
    line-height: 20px;
  }

  .navbar-nav .open .dropdown-menu>li>a:hover,
  .navbar-nav .open .dropdown-menu>li>a:focus {
    background-image: none;
  }
}

@media (min-width: 768px) {
  .navbar-nav {
    float: left;
    margin: 0;
  }

  .navbar-nav>li {
    float: left;
  }

  .navbar-nav>li>a {
    padding-top: 15px;
    padding-bottom: 15px;
  }
}

@media (min-width: 768px) {
  .navbar-left {
    float: left !important;
  }

  .navbar-right {
    float: right !important;
  }
}

.navbar-form {
  padding: 10px 15px;
  margin-top: 8px;
  margin-right: -15px;
  margin-bottom: 8px;
  margin-left: -15px;
  border-top: 1px solid transparent;
  border-bottom: 1px solid transparent;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
}

@media (min-width: 768px) {
  .navbar-form .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }

  .navbar-form .form-control {
    display: inline-block;
  }

  .navbar-form .radio,
  .navbar-form .checkbox {
    display: inline-block;
    padding-left: 0;
    margin-top: 0;
    margin-bottom: 0;
  }

  .navbar-form .radio input[type="radio"],
  .navbar-form .checkbox input[type="checkbox"] {
    float: none;
    margin-left: 0;
  }
}

@media (max-width: 767px) {
  .navbar-form .form-group {
    margin-bottom: 5px;
  }
}

@media (min-width: 768px) {
  .navbar-form {
    width: auto;
    padding-top: 0;
    padding-bottom: 0;
    margin-right: 0;
    margin-left: 0;
    border: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
}

.navbar-nav>li>.dropdown-menu {
  margin-top: 0;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}

.navbar-fixed-bottom .navbar-nav>li>.dropdown-menu {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.navbar-nav.pull-right>li>.dropdown-menu,
.navbar-nav>li>.dropdown-menu.pull-right {
  right: 0;
  left: auto;
}

.navbar-btn {
  margin-top: 8px;
  margin-bottom: 8px;
}

.navbar-text {
  float: left;
  margin-top: 15px;
  margin-bottom: 15px;
}

@media (min-width: 768px) {
  .navbar-text {
    margin-right: 15px;
    margin-left: 15px;
  }
}

.navbar-default {
  background-color: #f8f8f8;
  border-color: #e7e7e7;
}

.navbar-default .navbar-brand {
  color: #777777;
}

.navbar-default .navbar-brand:hover,
.navbar-default .navbar-brand:focus {
  color: #5e5e5e;
  background-color: transparent;
}

.navbar-default .navbar-text {
  color: #777777;
}

.navbar-default .navbar-nav>li>a {
  color: #777777;
}

.navbar-default .navbar-nav>li>a:hover,
.navbar-default .navbar-nav>li>a:focus {
  color: #333333;
  background-color: transparent;
}

.navbar-default .navbar-nav>.active>a,
.navbar-default .navbar-nav>.active>a:hover,
.navbar-default .navbar-nav>.active>a:focus {
  color: #555555;
  background-color: #e7e7e7;
}

.navbar-default .navbar-nav>.disabled>a,
.navbar-default .navbar-nav>.disabled>a:hover,
.navbar-default .navbar-nav>.disabled>a:focus {
  color: #cccccc;
  background-color: transparent;
}

.navbar-default .navbar-toggle {
  border-color: #dddddd;
}

.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
  background-color: #dddddd;
}

.navbar-default .navbar-toggle .icon-bar {
  background-color: #cccccc;
}

.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
  border-color: #e6e6e6;
}

.navbar-default .navbar-nav>.dropdown>a:hover .caret,
.navbar-default .navbar-nav>.dropdown>a:focus .caret {
  border-top-color: #333333;
  border-bottom-color: #333333;
}

.navbar-default .navbar-nav>.open>a,
.navbar-default .navbar-nav>.open>a:hover,
.navbar-default .navbar-nav>.open>a:focus {
  color: #555555;
  background-color: #e7e7e7;
}

.navbar-default .navbar-nav>.open>a .caret,
.navbar-default .navbar-nav>.open>a:hover .caret,
.navbar-default .navbar-nav>.open>a:focus .caret {
  border-top-color: #555555;
  border-bottom-color: #555555;
}

.navbar-default .navbar-nav>.dropdown>a .caret {
  border-top-color: #777777;
  border-bottom-color: #777777;
}

@media (max-width: 767px) {
  .navbar-default .navbar-nav .open .dropdown-menu>li>a {
    color: #777777;
  }

  .navbar-default .navbar-nav .open .dropdown-menu>li>a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu>li>a:focus {
    color: #333333;
    background-color: transparent;
  }

  .navbar-default .navbar-nav .open .dropdown-menu>.active>a,
  .navbar-default .navbar-nav .open .dropdown-menu>.active>a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu>.active>a:focus {
    color: #555555;
    background-color: #e7e7e7;
  }

  .navbar-default .navbar-nav .open .dropdown-menu>.disabled>a,
  .navbar-default .navbar-nav .open .dropdown-menu>.disabled>a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu>.disabled>a:focus {
    color: #cccccc;
    background-color: transparent;
  }
}

.navbar-default .navbar-link {
  color: #777777;
}

.navbar-default .navbar-link:hover {
  color: #333333;
}

.navbar-inverse {
  background-color: #222222;
  border-color: #080808;
}

.navbar-inverse .navbar-brand {
  color: #999999;
}

.navbar-inverse .navbar-brand:hover,
.navbar-inverse .navbar-brand:focus {
  color: #ffffff;
  background-color: transparent;
}

.navbar-inverse .navbar-text {
  color: #999999;
}

.navbar-inverse .navbar-nav>li>a {
  color: #999999;
}

.navbar-inverse .navbar-nav>li>a:hover,
.navbar-inverse .navbar-nav>li>a:focus {
  color: #ffffff;
  background-color: transparent;
}

.navbar-inverse .navbar-nav>.active>a,
.navbar-inverse .navbar-nav>.active>a:hover,
.navbar-inverse .navbar-nav>.active>a:focus {
  color: #ffffff;
  background-color: #080808;
}

.navbar-inverse .navbar-nav>.disabled>a,
.navbar-inverse .navbar-nav>.disabled>a:hover,
.navbar-inverse .navbar-nav>.disabled>a:focus {
  color: #444444;
  background-color: transparent;
}

.navbar-inverse .navbar-toggle {
  border-color: #333333;
}

.navbar-inverse .navbar-toggle:hover,
.navbar-inverse .navbar-toggle:focus {
  background-color: #333333;
}

.navbar-inverse .navbar-toggle .icon-bar {
  background-color: #ffffff;
}

.navbar-inverse .navbar-collapse,
.navbar-inverse .navbar-form {
  border-color: #101010;
}

.navbar-inverse .navbar-nav>.open>a,
.navbar-inverse .navbar-nav>.open>a:hover,
.navbar-inverse .navbar-nav>.open>a:focus {
  color: #ffffff;
  background-color: #080808;
}

.navbar-inverse .navbar-nav>.dropdown>a:hover .caret {
  border-top-color: #ffffff;
  border-bottom-color: #ffffff;
}

.navbar-inverse .navbar-nav>.dropdown>a .caret {
  border-top-color: #999999;
  border-bottom-color: #999999;
}

.navbar-inverse .navbar-nav>.open>a .caret,
.navbar-inverse .navbar-nav>.open>a:hover .caret,
.navbar-inverse .navbar-nav>.open>a:focus .caret {
  border-top-color: #ffffff;
  border-bottom-color: #ffffff;
}

@media (max-width: 767px) {
  .navbar-inverse .navbar-nav .open .dropdown-menu>.dropdown-header {
    border-color: #080808;
  }

  .navbar-inverse .navbar-nav .open .dropdown-menu>li>a {
    color: #999999;
  }

  .navbar-inverse .navbar-nav .open .dropdown-menu>li>a:hover,
  .navbar-inverse .navbar-nav .open .dropdown-menu>li>a:focus {
    color: #ffffff;
    background-color: transparent;
  }

  .navbar-inverse .navbar-nav .open .dropdown-menu>.active>a,
  .navbar-inverse .navbar-nav .open .dropdown-menu>.active>a:hover,
  .navbar-inverse .navbar-nav .open .dropdown-menu>.active>a:focus {
    color: #ffffff;
    background-color: #080808;
  }

  .navbar-inverse .navbar-nav .open .dropdown-menu>.disabled>a,
  .navbar-inverse .navbar-nav .open .dropdown-menu>.disabled>a:hover,
  .navbar-inverse .navbar-nav .open .dropdown-menu>.disabled>a:focus {
    color: #444444;
    background-color: transparent;
  }
}

.navbar-inverse .navbar-link {
  color: #999999;
}

.navbar-inverse .navbar-link:hover {
  color: #ffffff;
}

.breadcrumb {
  padding: 8px 15px;
  margin-bottom: 20px;
  list-style: none;
  background-color: #f5f5f5;
  border-radius: 4px;
}

.breadcrumb>li {
  display: inline-block;
}

.breadcrumb>li+li:before {
  padding: 0 5px;
  color: #cccccc;
  content: "/\00a0";
}

.breadcrumb>.active {
  color: #999999;
}

.pagination {
  display: inline-block;
  padding-left: 0;
  margin: 20px 0;
  border-radius: 4px;
}

.pagination>li {
  display: inline;
}

.pagination>li>a,
.pagination>li>button,
.pagination>li>span {
  position: relative;
  float: left;
  padding: 6px 12px;
  margin-left: -1px;
  line-height: 1.428571429;
  text-decoration: none;
  background-color: #ffffff;
  border: 1px solid #dddddd;
  color: #428bca;
}

.pagination>li:first-child>a,
.pagination>li:first-child>button,
.pagination>li:first-child>span {
  margin-left: 0;
  border-bottom-left-radius: 4px;
  border-top-left-radius: 4px;
}

.pagination>li:last-child>a,
.pagination>li:last-child>button,
.pagination>li:last-child>span {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}

.pagination>li>a:hover,
.pagination>li>button:hover,
.pagination>li>span:hover,
.pagination>li>a:focus-visible,
.pagination>li>button:focus-visible,
.pagination>li>span:focus-visible {
  background-color: #eeeeee;
  color: #2a6496;
}

.pagination>.active>a,
.pagination>.active>button,
.pagination>.active>span,
.pagination>.active>a:hover,
.pagination>.active>button:hover,
.pagination>.active>span:hover,
.pagination>.active>a:focus-visible,
.pagination>.active>button:focus-visible,
.pagination>.active>span:focus-visible {
  z-index: 1;
  color: #ffffff;
  cursor: default;
  background-color: #428bca;
  border-color: #428bca;
}

.pagination>.disabled>span,
.pagination>.disabled>a,
.pagination>.disabled>button,
.pagination>.disabled>a:hover,
.pagination>.disabled>button:hover,
.pagination>.disabled>a:focus-visible,
.pagination>.disabled>button:focus-visible {
  color: #999999;
  cursor: not-allowed;
  background-color: #ffffff;
  border-color: #dddddd;
}

.pagination-lg>li>a,
.pagination-lg>li>button,
.pagination-lg>li>span {
  padding: 10px 16px;
  font-size: 18px;
}

.pagination-lg>li:first-child>a,
.pagination-lg>li:first-child>button,
.pagination-lg>li:first-child>span {
  border-bottom-left-radius: 6px;
  border-top-left-radius: 6px;
}

.pagination-lg>li:last-child>a,
.pagination-lg>li:last-child>button,
.pagination-lg>li:last-child>span {
  border-top-right-radius: 6px;
  border-bottom-right-radius: 6px;
}

.pagination-sm>li>a,
.pagination-sm>li>button,
.pagination-sm>li>span {
  padding: 5px 10px;
  font-size: 12px;
}

.pagination-sm>li:first-child>a,
.pagination-sm>li:first-child>button,
.pagination-sm>li:first-child>span {
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}

.pagination-sm>li:last-child>a,
.pagination-sm>li:last-child>button,
.pagination-sm>li:last-child>span {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
}

.pager {
  padding-left: 0;
  margin: 20px 0;
  text-align: center;
  list-style: none;
}

.pager:before,
.pager:after {
  display: table;
  content: " ";
}

.pager:after {
  clear: both;
}

.pager:before,
.pager:after {
  display: table;
  content: " ";
}

.pager:after {
  clear: both;
}

.pager li {
  display: inline;
}

.pager li>a,
.pager li>span {
  display: inline-block;
  padding: 5px 14px;
  background-color: #ffffff;
  border: 1px solid #dddddd;
  border-radius: 15px;
}

.pager li>a:hover,
.pager li>a:focus {
  text-decoration: none;
  background-color: #eeeeee;
}

.pager .next>a,
.pager .next>span {
  float: right;
}

.pager .previous>a,
.pager .previous>span {
  float: left;
}

.pager .disabled>a,
.pager .disabled>a:hover,
.pager .disabled>a:focus,
.pager .disabled>span {
  color: #999999;
  cursor: not-allowed;
  background-color: #ffffff;
}

.label {
  display: inline;
  padding: .2em .6em .3em;
  font-size: 75%;
  font-weight: bold;
  line-height: 1;
  color: #ffffff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: .25em;
}

.label[href]:hover,
.label[href]:focus {
  color: #ffffff;
  text-decoration: none;
  cursor: pointer;
}

.label:empty {
  display: none;
}

.label-default {
  background-color: #999999;
}

.label-default[href]:hover,
.label-default[href]:focus {
  background-color: #808080;
}

.label-primary {
  background-color: #428bca;
}

.label-primary[href]:hover,
.label-primary[href]:focus {
  background-color: #3071a9;
}

.label-success {
  background-color: #5cb85c;
}

.label-success[href]:hover,
.label-success[href]:focus {
  background-color: #449d44;
}

.label-info {
  background-color: #5bc0de;
}

.label-info[href]:hover,
.label-info[href]:focus {
  background-color: #31b0d5;
}

.label-warning {
  background-color: #f0ad4e;
}

.label-warning[href]:hover,
.label-warning[href]:focus {
  background-color: #ec971f;
}

.label-danger {
  background-color: #d9534f;
}

.label-danger[href]:hover,
.label-danger[href]:focus {
  background-color: #c9302c;
}

.badge {
  display: inline-block;
  min-width: 10px;
  padding: 3px 7px;
  font-size: 12px;
  font-weight: bold;
  line-height: 1;
  color: #ffffff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  background-color: #999999;
  border-radius: 10px;
}

.badge:empty {
  display: none;
}

a.badge:hover,
a.badge:focus {
  color: #ffffff;
  text-decoration: none;
  cursor: pointer;
}

.btn .badge {
  position: relative;
  top: -1px;
}

a.list-group-item.active>.badge,
.nav-pills>.active>a>.badge {
  color: #428bca;
  background-color: #ffffff;
}

.nav-pills>li>a>.badge {
  margin-left: 3px;
}

.jumbotron {
  padding: 30px;
  margin-bottom: 30px;
  font-size: 21px;
  font-weight: 200;
  line-height: 2.1428571435;
  color: inherit;
  background-color: #eeeeee;
}

.jumbotron h1 {
  line-height: 1;
  color: inherit;
}

.jumbotron p {
  line-height: 1.4;
}

.container .jumbotron {
  border-radius: 6px;
}

@media screen and (min-width: 768px) {
  .jumbotron {
    padding-top: 48px;
    padding-bottom: 48px;
  }

  .container .jumbotron {
    padding-right: 60px;
    padding-left: 60px;
  }

  .jumbotron h1 {
    font-size: 63px;
  }
}

.thumbnail {
  display: inline-block;
  display: block;
  height: auto;
  max-width: 100%;
  padding: 4px;
  line-height: 1.428571429;
  background-color: #ffffff;
  border: 1px solid #dddddd;
  border-radius: 4px;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.thumbnail>img {
  display: block;
  height: auto;
  max-width: 100%;
}

a.thumbnail:hover,
a.thumbnail:focus {
  border-color: #428bca;
}

.thumbnail>img {
  margin-right: auto;
  margin-left: auto;
}

.thumbnail .caption {
  padding: 9px;
  color: #333333;
}

.alert {
  padding: 15px;
  margin-bottom: 20px;
  border: 1px solid transparent;
  border-radius: 4px;
}

.alert h4 {
  margin-top: 0;
  color: inherit;
}

.alert .alert-link {
  font-weight: bold;
}

.alert>p,
.alert>ul {
  margin-bottom: 0;
}

.alert>p+p {
  margin-top: 5px;
}

.alert-dismissable {
  padding-right: 35px;
}

.alert-dismissable .close {
  position: relative;
  top: -2px;
  right: -21px;
  color: inherit;
}

.alert-success {
  color: #468847;
  background-color: #dff0d8;
  border-color: #d6e9c6;
}

.alert-success hr {
  border-top-color: #c9e2b3;
}

.alert-success .alert-link {
  color: #356635;
}

.alert-info {
  color: #3a87ad;
  background-color: #d9edf7;
  border-color: #bce8f1;
}

.alert-info hr {
  border-top-color: #a6e1ec;
}

.alert-info .alert-link {
  color: #2d6987;
}

.alert-warning {
  color: #c09853;
  background-color: #fcf8e3;
  border-color: #fbeed5;
}

.alert-warning hr {
  border-top-color: #f8e5be;
}

.alert-warning .alert-link {
  color: #a47e3c;
}

.alert-danger {
  color: #b94a48;
  background-color: #f2dede;
  border-color: #eed3d7;
}

.alert-danger hr {
  border-top-color: #e6c1c7;
}

.alert-danger .alert-link {
  color: #953b39;
}

@-webkit-keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }

  to {
    background-position: 0 0;
  }
}

@-moz-keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }

  to {
    background-position: 0 0;
  }
}

@-o-keyframes progress-bar-stripes {
  from {
    background-position: 0 0;
  }

  to {
    background-position: 40px 0;
  }
}

@keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }

  to {
    background-position: 0 0;
  }
}

.progress {
  height: 20px;
  margin-bottom: 20px;
  overflow: hidden;
  background-color: #f5f5f5;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
}

.progress-bar {
  float: left;
  width: 0;
  height: 100%;
  font-size: 12px;
  color: #ffffff;
  text-align: center;
  background-color: #428bca;
  -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  -webkit-transition: width 0.6s ease;
  transition: width 0.6s ease;
}

.progress-striped .progress-bar {
  background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.15)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.15)), color-stop(0.75, rgba(255, 255, 255, 0.15)), color-stop(0.75, transparent), to(transparent));
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -moz-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-size: 40px 40px;
}

.progress.active .progress-bar {
  -webkit-animation: progress-bar-stripes 2s linear infinite;
  -moz-animation: progress-bar-stripes 2s linear infinite;
  -ms-animation: progress-bar-stripes 2s linear infinite;
  -o-animation: progress-bar-stripes 2s linear infinite;
  animation: progress-bar-stripes 2s linear infinite;
}

.progress-bar-success {
  background-color: #5cb85c;
}

.progress-striped .progress-bar-success {
  background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.15)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.15)), color-stop(0.75, rgba(255, 255, 255, 0.15)), color-stop(0.75, transparent), to(transparent));
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -moz-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}

.progress-bar-info {
  background-color: #5bc0de;
}

.progress-striped .progress-bar-info {
  background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.15)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.15)), color-stop(0.75, rgba(255, 255, 255, 0.15)), color-stop(0.75, transparent), to(transparent));
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -moz-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}

.progress-bar-warning {
  background-color: #f0ad4e;
}

.progress-striped .progress-bar-warning {
  background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.15)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.15)), color-stop(0.75, rgba(255, 255, 255, 0.15)), color-stop(0.75, transparent), to(transparent));
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -moz-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}

.progress-bar-danger {
  background-color: #d9534f;
}

.progress-striped .progress-bar-danger {
  background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.15)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.15)), color-stop(0.75, rgba(255, 255, 255, 0.15)), color-stop(0.75, transparent), to(transparent));
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -moz-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}

.media,
.media-body {
  overflow: hidden;
  zoom: 1;
}

.media,
.media .media {
  margin-top: 15px;
}

.media:first-child {
  margin-top: 0;
}

.media-object {
  display: block;
}

.media-heading {
  margin: 0 0 5px;
}

.media>.pull-left {
  margin-right: 10px;
}

.media>.pull-right {
  margin-left: 10px;
}

.media-list {
  padding-left: 0;
  list-style: none;
}

.list-group {
  padding-left: 0;
  margin-bottom: 20px;
}

.list-group-item {
  position: relative;
  display: block;
  padding: 10px 15px;
  margin-bottom: -1px;
  background-color: #ffffff;
  border: 1px solid #dddddd;
}

.list-group-item:first-child {
  border-top-right-radius: 4px;
  border-top-left-radius: 4px;
}

.list-group-item:last-child {
  margin-bottom: 0;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}

.list-group-item>.badge {
  float: right;
}

.list-group-item>.badge+.badge {
  margin-right: 5px;
}

a.list-group-item {
  color: #555555;
}

a.list-group-item .list-group-item-heading {
  color: #333333;
}

a.list-group-item:hover,
a.list-group-item:focus {
  text-decoration: none;
  background-color: #f5f5f5;
}

.list-group-item.active,
.list-group-item.active:hover,
.list-group-item.active:focus {
  z-index: 2;
  color: #ffffff;
  background-color: #428bca;
  border-color: #428bca;
}

.list-group-item.active .list-group-item-heading,
.list-group-item.active:hover .list-group-item-heading,
.list-group-item.active:focus .list-group-item-heading {
  color: inherit;
}

.list-group-item.active .list-group-item-text,
.list-group-item.active:hover .list-group-item-text,
.list-group-item.active:focus .list-group-item-text {
  color: #e1edf7;
}

.list-group-item-heading {
  margin-top: 0;
  margin-bottom: 5px;
}

.list-group-item-text {
  margin-bottom: 0;
  line-height: 1.3;
}

.panel {
  margin-bottom: 20px;
  background-color: #ffffff;
  border: 1px solid transparent;
  border-radius: 4px;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
}

.panel-body {
  padding: 15px;
}

.panel-body:before,
.panel-body:after {
  display: table;
  content: " ";
}

.panel-body:after {
  clear: both;
}

.panel-body:before,
.panel-body:after {
  display: table;
  content: " ";
}

.panel-body:after {
  clear: both;
}

.panel>.list-group {
  margin-bottom: 0;
}

.panel>.list-group .list-group-item {
  border-width: 1px 0;
}

.panel>.list-group .list-group-item:first-child {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}

.panel>.list-group .list-group-item:last-child {
  border-bottom: 0;
}

.panel-heading+.list-group .list-group-item:first-child {
  border-top-width: 0;
}

.panel>.table,
.panel>.table-custom {
  margin-bottom: 0;
}

.panel>.panel-body+.table,
.panel>.panel-body+.table-custom {
  border-top: 1px solid #dddddd;
}

.panel-heading {
  padding: 10px 15px;
  border-bottom: 1px solid transparent;
  border-top-right-radius: 3px;
  border-top-left-radius: 3px;
}

.panel-title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
}

.panel-title>a {
  color: inherit;
}

.panel-footer {
  padding: 10px 15px;
  background-color: #f5f5f5;
  border-top: 1px solid #dddddd;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}

.panel-group .panel {
  margin-bottom: 0;
  overflow: hidden;
  border-radius: 4px;
}

.panel-group .panel+.panel {
  margin-top: 5px;
}

.panel-group .panel-heading {
  border-bottom: 0;
}

.panel-group .panel-heading+.panel-collapse .panel-body {
  border-top: 1px solid #dddddd;
}

.panel-group .panel-footer {
  border-top: 0;
}

.panel-group .panel-footer+.panel-collapse .panel-body {
  border-bottom: 1px solid #dddddd;
}

.panel-default {
  border-color: #dddddd;
}

.panel-default>.panel-heading {
  color: #333333;
  background-color: #f5f5f5;
  border-color: #dddddd;
}

.panel-default>.panel-heading+.panel-collapse .panel-body {
  border-top-color: #dddddd;
}

.panel-default>.panel-footer+.panel-collapse .panel-body {
  border-bottom-color: #dddddd;
}

.panel-primary {
  border-color: #428bca;
}

.panel-primary>.panel-heading {
  color: #ffffff;
  background-color: #428bca;
  border-color: #428bca;
}

.panel-primary>.panel-heading+.panel-collapse .panel-body {
  border-top-color: #428bca;
}

.panel-primary>.panel-footer+.panel-collapse .panel-body {
  border-bottom-color: #428bca;
}

.panel-success {
  border-color: #d6e9c6;
}

.panel-success>.panel-heading {
  color: #468847;
  background-color: #dff0d8;
  border-color: #d6e9c6;
}

.panel-success>.panel-heading+.panel-collapse .panel-body {
  border-top-color: #d6e9c6;
}

.panel-success>.panel-footer+.panel-collapse .panel-body {
  border-bottom-color: #d6e9c6;
}

.panel-warning {
  border-color: #fbeed5;
}

.panel-warning>.panel-heading {
  color: #c09853;
  background-color: #fcf8e3;
  border-color: #fbeed5;
}

.panel-warning>.panel-heading+.panel-collapse .panel-body {
  border-top-color: #fbeed5;
}

.panel-warning>.panel-footer+.panel-collapse .panel-body {
  border-bottom-color: #fbeed5;
}

.panel-danger {
  border-color: #eed3d7;
}

.panel-danger>.panel-heading {
  color: #b94a48;
  background-color: #f2dede;
  border-color: #eed3d7;
}

.panel-danger>.panel-heading+.panel-collapse .panel-body {
  border-top-color: #eed3d7;
}

.panel-danger>.panel-footer+.panel-collapse .panel-body {
  border-bottom-color: #eed3d7;
}

.panel-info {
  border-color: #bce8f1;
}

.panel-info>.panel-heading {
  color: #3a87ad;
  background-color: #d9edf7;
  border-color: #bce8f1;
}

.panel-info>.panel-heading+.panel-collapse .panel-body {
  border-top-color: #bce8f1;
}

.panel-info>.panel-footer+.panel-collapse .panel-body {
  border-bottom-color: #bce8f1;
}

.well {
  min-height: 20px;
  padding: 19px;
  margin-bottom: 20px;
  background-color: #f5f5f5;
  border: 1px solid #e3e3e3;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
}

.well blockquote {
  border-color: #ddd;
  border-color: rgba(0, 0, 0, 0.15);
}

.well-lg {
  padding: 24px;
  border-radius: 6px;
}

.well-sm {
  padding: 9px;
  border-radius: 3px;
}

.close {
  float: right;
  font-size: 21px;
  font-weight: bold;
  line-height: 1;
  color: #000000;
  text-shadow: 0 1px 0 #ffffff;
  opacity: 0.2;
  filter: alpha(opacity=20);
}

.close:hover,
.close:focus {
  color: #000000;
  text-decoration: none;
  cursor: pointer;
  opacity: 0.5;
  filter: alpha(opacity=50);
}

button.close {
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
}

.modal-open {
  overflow: hidden;
}

body.modal-open,
.modal-open .navbar-fixed-top,
.modal-open .navbar-fixed-bottom {
  margin-right: 15px;
}

.modal {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  display: none;
  overflow: auto;
  overflow-y: scroll;
}

.modal.fade .modal-dialog {
  -webkit-transform: translate(0, -25%);
  -ms-transform: translate(0, -25%);
  transform: translate(0, -25%);
  -webkit-transition: -webkit-transform 0.3s ease-out;
  -moz-transition: -moz-transform 0.3s ease-out;
  -o-transition: -o-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
}

.modal.in .modal-dialog {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
}

.modal-dialog {
  z-index: 1050;
  width: auto;
  padding: 10px;
  margin-right: auto;
  margin-left: auto;
}

.modal-content {
  position: relative;
  background-color: #ffffff;
  border: 1px solid #999999;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  outline: none;
  -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  background-clip: padding-box;
}

.modal-backdrop.fade {
  opacity: 0;
  filter: alpha(opacity=0);
}

.modal-backdrop.in {
  opacity: 0.5;
  filter: alpha(opacity=50);
}

.modal-header {
  min-height: 16.428571429px;
  padding: 15px;
  border-bottom: 1px solid #e5e5e5;
}

.modal-header .close {
  margin-top: -2px;
}

.modal-title {
  margin: 0;
  line-height: 1.428571429;
}

.modal-body {
  position: relative;
  padding: 20px;
}

.modal-footer {
  padding: 19px 20px 20px;
  margin-top: 15px;
  text-align: right;
  border-top: 1px solid #e5e5e5;
}

.modal-footer:before,
.modal-footer:after {
  display: table;
  content: " ";
}

.modal-footer:after {
  clear: both;
}

.modal-footer:before,
.modal-footer:after {
  display: table;
  content: " ";
}

.modal-footer:after {
  clear: both;
}

.modal-footer .btn+.btn {
  margin-bottom: 0;
  margin-left: 5px;
}

.modal-footer .btn-group .btn+.btn {
  margin-left: -1px;
}

.modal-footer .btn-block+.btn-block {
  margin-left: 0;
}

@media screen and (min-width: 768px) {
  .modal-dialog {
    right: auto;
    left: 50%;
    width: 600px;
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .modal-content {
    -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
  }
}

.tooltip {
  position: absolute;
  z-index: 1030;
  display: block;
  font-size: 12px;
  line-height: 1.4;
  opacity: 0;
  filter: alpha(opacity=0);
  visibility: visible;
}

.tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}

.tooltip.top {
  padding: 5px 0;
  margin-top: -3px;
}

.tooltip.right {
  padding: 0 5px;
  margin-left: 3px;
}

.tooltip.bottom {
  padding: 5px 0;
  margin-top: 3px;
}

.tooltip.left {
  padding: 0 5px;
  margin-left: -3px;
}

.tooltip-inner {
  max-width: 200px;
  padding: 3px 8px;
  color: #ffffff;
  text-align: center;
  text-decoration: none;
  background-color: #000000;
  border-radius: 4px;
}

.tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}

.tooltip.top .tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-top-color: #000000;
  border-width: 5px 5px 0;
}

.tooltip.top-left .tooltip-arrow {
  bottom: 0;
  left: 5px;
  border-top-color: #000000;
  border-width: 5px 5px 0;
}

.tooltip.top-right .tooltip-arrow {
  right: 5px;
  bottom: 0;
  border-top-color: #000000;
  border-width: 5px 5px 0;
}

.tooltip.right .tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-right-color: #000000;
  border-width: 5px 5px 5px 0;
}

.tooltip.left .tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-left-color: #000000;
  border-width: 5px 0 5px 5px;
}

.tooltip.bottom .tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-bottom-color: #000000;
  border-width: 0 5px 5px;
}

.tooltip.bottom-left .tooltip-arrow {
  top: 0;
  left: 5px;
  border-bottom-color: #000000;
  border-width: 0 5px 5px;
}

.tooltip.bottom-right .tooltip-arrow {
  top: 0;
  right: 5px;
  border-bottom-color: #000000;
  border-width: 0 5px 5px;
}

.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1010;
  display: none;
  max-width: 276px;
  padding: 1px;
  text-align: left;
  white-space: normal;
  background-color: #ffffff;
  border: 1px solid #cccccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  background-clip: padding-box;
}

.popover.top {
  margin-top: -10px;
}

.popover.right {
  margin-left: 10px;
}

.popover.bottom {
  margin-top: 10px;
}

.popover.left {
  margin-left: -10px;
}

.popover-title {
  padding: 8px 14px;
  margin: 0;
  font-size: 14px;
  font-weight: normal;
  line-height: 18px;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  border-radius: 5px 5px 0 0;
}

.popover-content {
  padding: 9px 14px;
}

.popover .arrow,
.popover .arrow:after {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}

.popover .arrow {
  border-width: 11px;
}

.popover .arrow:after {
  border-width: 10px;
  content: "";
}

.popover.top .arrow {
  bottom: -11px;
  left: 50%;
  margin-left: -11px;
  border-top-color: #999999;
  border-top-color: rgba(0, 0, 0, 0.25);
  border-bottom-width: 0;
}

.popover.top .arrow:after {
  bottom: 1px;
  margin-left: -10px;
  border-top-color: #ffffff;
  border-bottom-width: 0;
  content: " ";
}

.popover.right .arrow {
  top: 50%;
  left: -11px;
  margin-top: -11px;
  border-right-color: #999999;
  border-right-color: rgba(0, 0, 0, 0.25);
  border-left-width: 0;
}

.popover.right .arrow:after {
  bottom: -10px;
  left: 1px;
  border-right-color: #ffffff;
  border-left-width: 0;
  content: " ";
}

.popover.bottom .arrow {
  top: -11px;
  left: 50%;
  margin-left: -11px;
  border-bottom-color: #999999;
  border-bottom-color: rgba(0, 0, 0, 0.25);
  border-top-width: 0;
}

.popover.bottom .arrow:after {
  top: 1px;
  margin-left: -10px;
  border-bottom-color: #ffffff;
  border-top-width: 0;
  content: " ";
}

.popover.left .arrow {
  top: 50%;
  right: -11px;
  margin-top: -11px;
  border-left-color: #999999;
  border-left-color: rgba(0, 0, 0, 0.25);
  border-right-width: 0;
}

.popover.left .arrow:after {
  right: 1px;
  bottom: -10px;
  border-left-color: #ffffff;
  border-right-width: 0;
  content: " ";
}

.carousel {
  position: relative;
}

.carousel-inner {
  position: relative;
  width: 100%;
  overflow: hidden;
}

.carousel-inner>.item {
  position: relative;
  display: none;
  -webkit-transition: 0.6s ease-in-out left;
  transition: 0.6s ease-in-out left;
}

.carousel-inner>.item>img,
.carousel-inner>.item>a>img {
  display: block;
  height: auto;
  max-width: 100%;
  line-height: 1;
}

.carousel-inner>.active,
.carousel-inner>.next,
.carousel-inner>.prev {
  display: block;
}

.carousel-inner>.active {
  left: 0;
}

.carousel-inner>.next,
.carousel-inner>.prev {
  position: absolute;
  top: 0;
  width: 100%;
}

.carousel-inner>.next {
  left: 100%;
}

.carousel-inner>.prev {
  left: -100%;
}

.carousel-inner>.next.left,
.carousel-inner>.prev.right {
  left: 0;
}

.carousel-inner>.active.left {
  left: -100%;
}

.carousel-inner>.active.right {
  left: 100%;
}

.carousel-control {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 15%;
  font-size: 20px;
  color: #ffffff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
  opacity: 0.5;
  filter: alpha(opacity=50);
}

.carousel-control.left {
  background-image: -webkit-gradient(linear, 0 top, 100% top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.0001)));
  background-image: -webkit-linear-gradient(left, color-stop(rgba(0, 0, 0, 0.5) 0), color-stop(rgba(0, 0, 0, 0.0001) 100%));
  background-image: -moz-linear-gradient(left, rgba(0, 0, 0, 0.5) 0, rgba(0, 0, 0, 0.0001) 100%);
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5) 0, rgba(0, 0, 0, 0.0001) 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1);
}

.carousel-control.right {
  right: 0;
  left: auto;
  background-image: -webkit-gradient(linear, 0 top, 100% top, from(rgba(0, 0, 0, 0.0001)), to(rgba(0, 0, 0, 0.5)));
  background-image: -webkit-linear-gradient(left, color-stop(rgba(0, 0, 0, 0.0001) 0), color-stop(rgba(0, 0, 0, 0.5) 100%));
  background-image: -moz-linear-gradient(left, rgba(0, 0, 0, 0.0001) 0, rgba(0, 0, 0, 0.5) 100%);
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.0001) 0, rgba(0, 0, 0, 0.5) 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1);
}

.carousel-control:hover,
.carousel-control:focus {
  color: #ffffff;
  text-decoration: none;
  opacity: 0.9;
  filter: alpha(opacity=90);
}

.carousel-control .icon-prev,
.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-left,
.carousel-control .glyphicon-chevron-right {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 5;
  display: inline-block;
}

.carousel-control .icon-prev,
.carousel-control .icon-next {
  width: 20px;
  height: 20px;
  margin-top: -10px;
  margin-left: -10px;
  font-family: serif;
}

.carousel-control .icon-prev:before {
  content: '\2039';
}

.carousel-control .icon-next:before {
  content: '\203a';
}

.carousel-indicators {
  position: absolute;
  bottom: 10px;
  left: 50%;
  z-index: 15;
  width: 60%;
  padding-left: 0;
  margin-left: -30%;
  text-align: center;
  list-style: none;
}

.carousel-indicators li {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 1px;
  text-indent: -999px;
  cursor: pointer;
  border: 1px solid #ffffff;
  border-radius: 10px;
}

.carousel-indicators .active {
  width: 12px;
  height: 12px;
  margin: 0;
  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;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
}

.carousel-caption .btn {
  text-shadow: none;
}

@media screen and (min-width: 768px) {

  .carousel-control .icon-prev,
  .carousel-control .icon-next {
    width: 30px;
    height: 30px;
    margin-top: -15px;
    margin-left: -15px;
    font-size: 30px;
  }

  .carousel-caption {
    right: 20%;
    left: 20%;
    padding-bottom: 30px;
  }

  .carousel-indicators {
    bottom: 20px;
  }
}

.clearfix:before,
.clearfix:after {
  display: table;
  content: " ";
}

.clearfix:after {
  clear: both;
}

.pull-right {
  float: right !important;
}

.pull-left {
  float: left !important;
}

.hide {
  display: none !important;
}

.show {
  display: block !important;
}

.invisible {
  visibility: hidden;
}

.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}

.affix {
  position: fixed;
}

@-ms-viewport {
  width: device-width;
}

@media screen and (max-width: 400px) {
  @-ms-viewport {
    width: 320px;
  }
}

.hidden {
  display: none !important;
  visibility: hidden !important;
}

.visible-xs {
  display: none !important;
}

tr.visible-xs {
  display: none !important;
}

th.visible-xs,
td.visible-xs {
  display: none !important;
}

@media (max-width: 767px) {
  .visible-xs {
    display: block !important;
  }

  tr.visible-xs {
    display: table-row !important;
  }

  th.visible-xs,
  td.visible-xs {
    display: table-cell !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .visible-xs.visible-sm {
    display: block !important;
  }

  tr.visible-xs.visible-sm {
    display: table-row !important;
  }

  th.visible-xs.visible-sm,
  td.visible-xs.visible-sm {
    display: table-cell !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-xs.visible-md {
    display: block !important;
  }

  tr.visible-xs.visible-md {
    display: table-row !important;
  }

  th.visible-xs.visible-md,
  td.visible-xs.visible-md {
    display: table-cell !important;
  }
}

@media (min-width: 1200px) {
  .visible-xs.visible-lg {
    display: block !important;
  }

  tr.visible-xs.visible-lg {
    display: table-row !important;
  }

  th.visible-xs.visible-lg,
  td.visible-xs.visible-lg {
    display: table-cell !important;
  }
}

.visible-sm {
  display: none !important;
}

tr.visible-sm {
  display: none !important;
}

th.visible-sm,
td.visible-sm {
  display: none !important;
}

@media (max-width: 767px) {
  .visible-sm.visible-xs {
    display: block !important;
  }

  tr.visible-sm.visible-xs {
    display: table-row !important;
  }

  th.visible-sm.visible-xs,
  td.visible-sm.visible-xs {
    display: table-cell !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm {
    display: block !important;
  }

  tr.visible-sm {
    display: table-row !important;
  }

  th.visible-sm,
  td.visible-sm {
    display: table-cell !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-sm.visible-md {
    display: block !important;
  }

  tr.visible-sm.visible-md {
    display: table-row !important;
  }

  th.visible-sm.visible-md,
  td.visible-sm.visible-md {
    display: table-cell !important;
  }
}

@media (min-width: 1200px) {
  .visible-sm.visible-lg {
    display: block !important;
  }

  tr.visible-sm.visible-lg {
    display: table-row !important;
  }

  th.visible-sm.visible-lg,
  td.visible-sm.visible-lg {
    display: table-cell !important;
  }
}

.visible-md {
  display: none !important;
}

tr.visible-md {
  display: none !important;
}

th.visible-md,
td.visible-md {
  display: none !important;
}

@media (max-width: 767px) {
  .visible-md.visible-xs {
    display: block !important;
  }

  tr.visible-md.visible-xs {
    display: table-row !important;
  }

  th.visible-md.visible-xs,
  td.visible-md.visible-xs {
    display: table-cell !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .visible-md.visible-sm {
    display: block !important;
  }

  tr.visible-md.visible-sm {
    display: table-row !important;
  }

  th.visible-md.visible-sm,
  td.visible-md.visible-sm {
    display: table-cell !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md {
    display: block !important;
  }

  tr.visible-md {
    display: table-row !important;
  }

  th.visible-md,
  td.visible-md {
    display: table-cell !important;
  }
}

@media (min-width: 1200px) {
  .visible-md.visible-lg {
    display: block !important;
  }

  tr.visible-md.visible-lg {
    display: table-row !important;
  }

  th.visible-md.visible-lg,
  td.visible-md.visible-lg {
    display: table-cell !important;
  }
}

.visible-lg {
  display: none !important;
}

tr.visible-lg {
  display: none !important;
}

th.visible-lg,
td.visible-lg {
  display: none !important;
}

@media (max-width: 767px) {
  .visible-lg.visible-xs {
    display: block !important;
  }

  tr.visible-lg.visible-xs {
    display: table-row !important;
  }

  th.visible-lg.visible-xs,
  td.visible-lg.visible-xs {
    display: table-cell !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .visible-lg.visible-sm {
    display: block !important;
  }

  tr.visible-lg.visible-sm {
    display: table-row !important;
  }

  th.visible-lg.visible-sm,
  td.visible-lg.visible-sm {
    display: table-cell !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-lg.visible-md {
    display: block !important;
  }

  tr.visible-lg.visible-md {
    display: table-row !important;
  }

  th.visible-lg.visible-md,
  td.visible-lg.visible-md {
    display: table-cell !important;
  }
}

@media (min-width: 1200px) {
  .visible-lg {
    display: block !important;
  }

  tr.visible-lg {
    display: table-row !important;
  }

  th.visible-lg,
  td.visible-lg {
    display: table-cell !important;
  }
}

.hidden-xs {
  display: block !important;
}

tr.hidden-xs {
  display: table-row !important;
}

th.hidden-xs,
td.hidden-xs {
  display: table-cell !important;
}

@media (max-width: 767px) {
  .hidden-xs {
    display: none !important;
  }

  tr.hidden-xs {
    display: none !important;
  }

  th.hidden-xs,
  td.hidden-xs {
    display: none !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .hidden-xs.hidden-sm {
    display: none !important;
  }

  tr.hidden-xs.hidden-sm {
    display: none !important;
  }

  th.hidden-xs.hidden-sm,
  td.hidden-xs.hidden-sm {
    display: none !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-xs.hidden-md {
    display: none !important;
  }

  tr.hidden-xs.hidden-md {
    display: none !important;
  }

  th.hidden-xs.hidden-md,
  td.hidden-xs.hidden-md {
    display: none !important;
  }
}

@media (min-width: 1200px) {
  .hidden-xs.hidden-lg {
    display: none !important;
  }

  tr.hidden-xs.hidden-lg {
    display: none !important;
  }

  th.hidden-xs.hidden-lg,
  td.hidden-xs.hidden-lg {
    display: none !important;
  }
}

.hidden-sm {
  display: block !important;
}

tr.hidden-sm {
  display: table-row !important;
}

th.hidden-sm,
td.hidden-sm {
  display: table-cell !important;
}

@media (max-width: 767px) {
  .hidden-sm.hidden-xs {
    display: none !important;
  }

  tr.hidden-sm.hidden-xs {
    display: none !important;
  }

  th.hidden-sm.hidden-xs,
  td.hidden-sm.hidden-xs {
    display: none !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .hidden-sm {
    display: none !important;
  }

  tr.hidden-sm {
    display: none !important;
  }

  th.hidden-sm,
  td.hidden-sm {
    display: none !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-sm.hidden-md {
    display: none !important;
  }

  tr.hidden-sm.hidden-md {
    display: none !important;
  }

  th.hidden-sm.hidden-md,
  td.hidden-sm.hidden-md {
    display: none !important;
  }
}

@media (min-width: 1200px) {
  .hidden-sm.hidden-lg {
    display: none !important;
  }

  tr.hidden-sm.hidden-lg {
    display: none !important;
  }

  th.hidden-sm.hidden-lg,
  td.hidden-sm.hidden-lg {
    display: none !important;
  }
}

.hidden-md {
  display: block !important;
}

tr.hidden-md {
  display: table-row !important;
}

th.hidden-md,
td.hidden-md {
  display: table-cell !important;
}

@media (max-width: 767px) {
  .hidden-md.hidden-xs {
    display: none !important;
  }

  tr.hidden-md.hidden-xs {
    display: none !important;
  }

  th.hidden-md.hidden-xs,
  td.hidden-md.hidden-xs {
    display: none !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .hidden-md.hidden-sm {
    display: none !important;
  }

  tr.hidden-md.hidden-sm {
    display: none !important;
  }

  th.hidden-md.hidden-sm,
  td.hidden-md.hidden-sm {
    display: none !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-md {
    display: none !important;
  }

  tr.hidden-md {
    display: none !important;
  }

  th.hidden-md,
  td.hidden-md {
    display: none !important;
  }
}

@media (min-width: 1200px) {
  .hidden-md.hidden-lg {
    display: none !important;
  }

  tr.hidden-md.hidden-lg {
    display: none !important;
  }

  th.hidden-md.hidden-lg,
  td.hidden-md.hidden-lg {
    display: none !important;
  }
}

.hidden-lg {
  display: block !important;
}

tr.hidden-lg {
  display: table-row !important;
}

th.hidden-lg,
td.hidden-lg {
  display: table-cell !important;
}

@media (max-width: 767px) {
  .hidden-lg.hidden-xs {
    display: none !important;
  }

  tr.hidden-lg.hidden-xs {
    display: none !important;
  }

  th.hidden-lg.hidden-xs,
  td.hidden-lg.hidden-xs {
    display: none !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .hidden-lg.hidden-sm {
    display: none !important;
  }

  tr.hidden-lg.hidden-sm {
    display: none !important;
  }

  th.hidden-lg.hidden-sm,
  td.hidden-lg.hidden-sm {
    display: none !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-lg.hidden-md {
    display: none !important;
  }

  tr.hidden-lg.hidden-md {
    display: none !important;
  }

  th.hidden-lg.hidden-md,
  td.hidden-lg.hidden-md {
    display: none !important;
  }
}

@media (min-width: 1200px) {
  .hidden-lg {
    display: none !important;
  }

  tr.hidden-lg {
    display: none !important;
  }

  th.hidden-lg,
  td.hidden-lg {
    display: none !important;
  }
}

.visible-print {
  display: none !important;
}

tr.visible-print {
  display: none !important;
}

th.visible-print,
td.visible-print {
  display: none !important;
}

@media print {
  .visible-print {
    display: block !important;
  }

  tr.visible-print {
    display: table-row !important;
  }

  th.visible-print,
  td.visible-print {
    display: table-cell !important;
  }

  .hidden-print {
    display: none !important;
  }

  tr.hidden-print {
    display: none !important;
  }

  th.hidden-print,
  td.hidden-print {
    display: none !important;
  }
}

/*!
 * Bootstrap Grid v4.3.1 (https://getbootstrap.com/)
 * Copyright 2011-2019 The Bootstrap Authors
 * Copyright 2011-2019 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
html {
  box-sizing: border-box;
  -ms-overflow-style: scrollbar;
}

*,
*::before,
*::after {
  box-sizing: inherit;
}

.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: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}

.no-gutters {
  margin-right: 0;
  margin-left: 0;
}

.no-gutters>.col,
.no-gutters>[class*="col-"] {
  padding-right: 0;
  padding-left: 0;
}

.col-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%;
  padding-right: 15px;
  padding-left: 15px;
}

.col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}

.col-auto {
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}

.col-1 {
  -ms-flex: 0 0 8.333333%;
  flex: 0 0 8.333333%;
  max-width: 8.333333%;
}

.col-2 {
  -ms-flex: 0 0 16.666667%;
  flex: 0 0 16.666667%;
  max-width: 16.666667%;
}

.col-3 {
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
  max-width: 25%;
}

.col-4 {
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}

.col-5 {
  -ms-flex: 0 0 41.666667%;
  flex: 0 0 41.666667%;
  max-width: 41.666667%;
}

.col-6 {
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
}

.col-7 {
  -ms-flex: 0 0 58.333333%;
  flex: 0 0 58.333333%;
  max-width: 58.333333%;
}

.col-8 {
  -ms-flex: 0 0 66.666667%;
  flex: 0 0 66.666667%;
  max-width: 66.666667%;
}

.col-9 {
  -ms-flex: 0 0 75%;
  flex: 0 0 75%;
  max-width: 75%;
}

.col-10 {
  -ms-flex: 0 0 83.333333%;
  flex: 0 0 83.333333%;
  max-width: 83.333333%;
}

.col-11 {
  -ms-flex: 0 0 91.666667%;
  flex: 0 0 91.666667%;
  max-width: 91.666667%;
}

.col-12 {
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
}

.order-first {
  -ms-flex-order: -1;
  order: -1;
}

.order-last {
  -ms-flex-order: 13;
  order: 13;
}

.order-0 {
  -ms-flex-order: 0;
  order: 0;
}

.order-1 {
  -ms-flex-order: 1;
  order: 1;
}

.order-2 {
  -ms-flex-order: 2;
  order: 2;
}

.order-3 {
  -ms-flex-order: 3;
  order: 3;
}

.order-4 {
  -ms-flex-order: 4;
  order: 4;
}

.order-5 {
  -ms-flex-order: 5;
  order: 5;
}

.order-6 {
  -ms-flex-order: 6;
  order: 6;
}

.order-7 {
  -ms-flex-order: 7;
  order: 7;
}

.order-8 {
  -ms-flex-order: 8;
  order: 8;
}

.order-9 {
  -ms-flex-order: 9;
  order: 9;
}

.order-10 {
  -ms-flex-order: 10;
  order: 10;
}

.order-11 {
  -ms-flex-order: 11;
  order: 11;
}

.order-12 {
  -ms-flex-order: 12;
  order: 12;
}

.offset-1 {
  margin-left: 8.333333%;
}

.offset-2 {
  margin-left: 16.666667%;
}

.offset-3 {
  margin-left: 25%;
}

.offset-4 {
  margin-left: 33.333333%;
}

.offset-5 {
  margin-left: 41.666667%;
}

.offset-6 {
  margin-left: 50%;
}

.offset-7 {
  margin-left: 58.333333%;
}

.offset-8 {
  margin-left: 66.666667%;
}

.offset-9 {
  margin-left: 75%;
}

.offset-10 {
  margin-left: 83.333333%;
}

.offset-11 {
  margin-left: 91.666667%;
}

@media (min-width: 576px) {
  .col-sm {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }

  .col-sm-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }

  .col-sm-1 {
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }

  .col-sm-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }

  .col-sm-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }

  .col-sm-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }

  .col-sm-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }

  .col-sm-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }

  .col-sm-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }

  .col-sm-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }

  .col-sm-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }

  .col-sm-10 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }

  .col-sm-11 {
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }

  .col-sm-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }

  .order-sm-first {
    -ms-flex-order: -1;
    order: -1;
  }

  .order-sm-last {
    -ms-flex-order: 13;
    order: 13;
  }

  .order-sm-0 {
    -ms-flex-order: 0;
    order: 0;
  }

  .order-sm-1 {
    -ms-flex-order: 1;
    order: 1;
  }

  .order-sm-2 {
    -ms-flex-order: 2;
    order: 2;
  }

  .order-sm-3 {
    -ms-flex-order: 3;
    order: 3;
  }

  .order-sm-4 {
    -ms-flex-order: 4;
    order: 4;
  }

  .order-sm-5 {
    -ms-flex-order: 5;
    order: 5;
  }

  .order-sm-6 {
    -ms-flex-order: 6;
    order: 6;
  }

  .order-sm-7 {
    -ms-flex-order: 7;
    order: 7;
  }

  .order-sm-8 {
    -ms-flex-order: 8;
    order: 8;
  }

  .order-sm-9 {
    -ms-flex-order: 9;
    order: 9;
  }

  .order-sm-10 {
    -ms-flex-order: 10;
    order: 10;
  }

  .order-sm-11 {
    -ms-flex-order: 11;
    order: 11;
  }

  .order-sm-12 {
    -ms-flex-order: 12;
    order: 12;
  }

  .offset-sm-0 {
    margin-left: 0;
  }

  .offset-sm-1 {
    margin-left: 8.333333%;
  }

  .offset-sm-2 {
    margin-left: 16.666667%;
  }

  .offset-sm-3 {
    margin-left: 25%;
  }

  .offset-sm-4 {
    margin-left: 33.333333%;
  }

  .offset-sm-5 {
    margin-left: 41.666667%;
  }

  .offset-sm-6 {
    margin-left: 50%;
  }

  .offset-sm-7 {
    margin-left: 58.333333%;
  }

  .offset-sm-8 {
    margin-left: 66.666667%;
  }

  .offset-sm-9 {
    margin-left: 75%;
  }

  .offset-sm-10 {
    margin-left: 83.333333%;
  }

  .offset-sm-11 {
    margin-left: 91.666667%;
  }
}

@media (min-width: 768px) {
  .col-md {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }

  .col-md-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }

  .col-md-1 {
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }

  .col-md-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }

  .col-md-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }

  .col-md-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }

  .col-md-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }

  .col-md-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }

  .col-md-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }

  .col-md-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }

  .col-md-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }

  .col-md-10 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }

  .col-md-11 {
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }

  .col-md-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }

  .order-md-first {
    -ms-flex-order: -1;
    order: -1;
  }

  .order-md-last {
    -ms-flex-order: 13;
    order: 13;
  }

  .order-md-0 {
    -ms-flex-order: 0;
    order: 0;
  }

  .order-md-1 {
    -ms-flex-order: 1;
    order: 1;
  }

  .order-md-2 {
    -ms-flex-order: 2;
    order: 2;
  }

  .order-md-3 {
    -ms-flex-order: 3;
    order: 3;
  }

  .order-md-4 {
    -ms-flex-order: 4;
    order: 4;
  }

  .order-md-5 {
    -ms-flex-order: 5;
    order: 5;
  }

  .order-md-6 {
    -ms-flex-order: 6;
    order: 6;
  }

  .order-md-7 {
    -ms-flex-order: 7;
    order: 7;
  }

  .order-md-8 {
    -ms-flex-order: 8;
    order: 8;
  }

  .order-md-9 {
    -ms-flex-order: 9;
    order: 9;
  }

  .order-md-10 {
    -ms-flex-order: 10;
    order: 10;
  }

  .order-md-11 {
    -ms-flex-order: 11;
    order: 11;
  }

  .order-md-12 {
    -ms-flex-order: 12;
    order: 12;
  }

  .offset-md-0 {
    margin-left: 0;
  }

  .offset-md-1 {
    margin-left: 8.333333%;
  }

  .offset-md-2 {
    margin-left: 16.666667%;
  }

  .offset-md-3 {
    margin-left: 25%;
  }

  .offset-md-4 {
    margin-left: 33.333333%;
  }

  .offset-md-5 {
    margin-left: 41.666667%;
  }

  .offset-md-6 {
    margin-left: 50%;
  }

  .offset-md-7 {
    margin-left: 58.333333%;
  }

  .offset-md-8 {
    margin-left: 66.666667%;
  }

  .offset-md-9 {
    margin-left: 75%;
  }

  .offset-md-10 {
    margin-left: 83.333333%;
  }

  .offset-md-11 {
    margin-left: 91.666667%;
  }
}

@media (min-width: 992px) {
  .col-lg {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }

  .col-lg-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }

  .col-lg-1 {
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }

  .col-lg-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }

  .col-lg-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }

  .col-lg-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }

  .col-lg-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }

  .col-lg-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }

  .col-lg-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }

  .col-lg-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }

  .col-lg-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }

  .col-lg-10 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }

  .col-lg-11 {
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }

  .col-lg-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }

  .order-lg-first {
    -ms-flex-order: -1;
    order: -1;
  }

  .order-lg-last {
    -ms-flex-order: 13;
    order: 13;
  }

  .order-lg-0 {
    -ms-flex-order: 0;
    order: 0;
  }

  .order-lg-1 {
    -ms-flex-order: 1;
    order: 1;
  }

  .order-lg-2 {
    -ms-flex-order: 2;
    order: 2;
  }

  .order-lg-3 {
    -ms-flex-order: 3;
    order: 3;
  }

  .order-lg-4 {
    -ms-flex-order: 4;
    order: 4;
  }

  .order-lg-5 {
    -ms-flex-order: 5;
    order: 5;
  }

  .order-lg-6 {
    -ms-flex-order: 6;
    order: 6;
  }

  .order-lg-7 {
    -ms-flex-order: 7;
    order: 7;
  }

  .order-lg-8 {
    -ms-flex-order: 8;
    order: 8;
  }

  .order-lg-9 {
    -ms-flex-order: 9;
    order: 9;
  }

  .order-lg-10 {
    -ms-flex-order: 10;
    order: 10;
  }

  .order-lg-11 {
    -ms-flex-order: 11;
    order: 11;
  }

  .order-lg-12 {
    -ms-flex-order: 12;
    order: 12;
  }

  .offset-lg-0 {
    margin-left: 0;
  }

  .offset-lg-1 {
    margin-left: 8.333333%;
  }

  .offset-lg-2 {
    margin-left: 16.666667%;
  }

  .offset-lg-3 {
    margin-left: 25%;
  }

  .offset-lg-4 {
    margin-left: 33.333333%;
  }

  .offset-lg-5 {
    margin-left: 41.666667%;
  }

  .offset-lg-6 {
    margin-left: 50%;
  }

  .offset-lg-7 {
    margin-left: 58.333333%;
  }

  .offset-lg-8 {
    margin-left: 66.666667%;
  }

  .offset-lg-9 {
    margin-left: 75%;
  }

  .offset-lg-10 {
    margin-left: 83.333333%;
  }

  .offset-lg-11 {
    margin-left: 91.666667%;
  }
}

@media (min-width: 1200px) {
  .col-xl {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }

  .col-xl-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }

  .col-xl-1 {
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }

  .col-xl-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }

  .col-xl-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }

  .col-xl-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }

  .col-xl-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }

  .col-xl-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }

  .col-xl-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }

  .col-xl-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }

  .col-xl-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }

  .col-xl-10 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }

  .col-xl-11 {
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }

  .col-xl-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }

  .order-xl-first {
    -ms-flex-order: -1;
    order: -1;
  }

  .order-xl-last {
    -ms-flex-order: 13;
    order: 13;
  }

  .order-xl-0 {
    -ms-flex-order: 0;
    order: 0;
  }

  .order-xl-1 {
    -ms-flex-order: 1;
    order: 1;
  }

  .order-xl-2 {
    -ms-flex-order: 2;
    order: 2;
  }

  .order-xl-3 {
    -ms-flex-order: 3;
    order: 3;
  }

  .order-xl-4 {
    -ms-flex-order: 4;
    order: 4;
  }

  .order-xl-5 {
    -ms-flex-order: 5;
    order: 5;
  }

  .order-xl-6 {
    -ms-flex-order: 6;
    order: 6;
  }

  .order-xl-7 {
    -ms-flex-order: 7;
    order: 7;
  }

  .order-xl-8 {
    -ms-flex-order: 8;
    order: 8;
  }

  .order-xl-9 {
    -ms-flex-order: 9;
    order: 9;
  }

  .order-xl-10 {
    -ms-flex-order: 10;
    order: 10;
  }

  .order-xl-11 {
    -ms-flex-order: 11;
    order: 11;
  }

  .order-xl-12 {
    -ms-flex-order: 12;
    order: 12;
  }

  .offset-xl-0 {
    margin-left: 0;
  }

  .offset-xl-1 {
    margin-left: 8.333333%;
  }

  .offset-xl-2 {
    margin-left: 16.666667%;
  }

  .offset-xl-3 {
    margin-left: 25%;
  }

  .offset-xl-4 {
    margin-left: 33.333333%;
  }

  .offset-xl-5 {
    margin-left: 41.666667%;
  }

  .offset-xl-6 {
    margin-left: 50%;
  }

  .offset-xl-7 {
    margin-left: 58.333333%;
  }

  .offset-xl-8 {
    margin-left: 66.666667%;
  }

  .offset-xl-9 {
    margin-left: 75%;
  }

  .offset-xl-10 {
    margin-left: 83.333333%;
  }

  .offset-xl-11 {
    margin-left: 91.666667%;
  }
}

.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: -ms-flexbox !important;
  display: flex !important;
}

.d-inline-flex {
  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: -ms-flexbox !important;
    display: flex !important;
  }

  .d-sm-inline-flex {
    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: -ms-flexbox !important;
    display: flex !important;
  }

  .d-md-inline-flex {
    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: -ms-flexbox !important;
    display: flex !important;
  }

  .d-lg-inline-flex {
    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: -ms-flexbox !important;
    display: flex !important;
  }

  .d-xl-inline-flex {
    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: -ms-flexbox !important;
    display: flex !important;
  }

  .d-print-inline-flex {
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}

.flex-row {
  -ms-flex-direction: row !important;
  flex-direction: row !important;
}

.flex-column {
  -ms-flex-direction: column !important;
  flex-direction: column !important;
}

.flex-row-reverse {
  -ms-flex-direction: row-reverse !important;
  flex-direction: row-reverse !important;
}

.flex-column-reverse {
  -ms-flex-direction: column-reverse !important;
  flex-direction: column-reverse !important;
}

.flex-wrap {
  -ms-flex-wrap: wrap !important;
  flex-wrap: wrap !important;
}

.flex-nowrap {
  -ms-flex-wrap: nowrap !important;
  flex-wrap: nowrap !important;
}

.flex-wrap-reverse {
  -ms-flex-wrap: wrap-reverse !important;
  flex-wrap: wrap-reverse !important;
}

.flex-fill {
  -ms-flex: 1 1 auto !important;
  flex: 1 1 auto !important;
}

.flex-grow-0 {
  -ms-flex-positive: 0 !important;
  flex-grow: 0 !important;
}

.flex-grow-1 {
  -ms-flex-positive: 1 !important;
  flex-grow: 1 !important;
}

.flex-shrink-0 {
  -ms-flex-negative: 0 !important;
  flex-shrink: 0 !important;
}

.flex-shrink-1 {
  -ms-flex-negative: 1 !important;
  flex-shrink: 1 !important;
}

.justify-content-start {
  -ms-flex-pack: start !important;
  justify-content: flex-start !important;
}

.justify-content-end {
  -ms-flex-pack: end !important;
  justify-content: flex-end !important;
}

.justify-content-center {
  -ms-flex-pack: center !important;
  justify-content: center !important;
}

.justify-content-between {
  -ms-flex-pack: justify !important;
  justify-content: space-between !important;
}

.justify-content-around {
  -ms-flex-pack: distribute !important;
  justify-content: space-around !important;
}

.align-items-start {
  -ms-flex-align: start !important;
  align-items: flex-start !important;
}

.align-items-end {
  -ms-flex-align: end !important;
  align-items: flex-end !important;
}

.align-items-center {
  -ms-flex-align: center !important;
  align-items: center !important;
}

.align-items-baseline {
  -ms-flex-align: baseline !important;
  align-items: baseline !important;
}

.align-items-stretch {
  -ms-flex-align: stretch !important;
  align-items: stretch !important;
}

.align-content-start {
  -ms-flex-line-pack: start !important;
  align-content: flex-start !important;
}

.align-content-end {
  -ms-flex-line-pack: end !important;
  align-content: flex-end !important;
}

.align-content-center {
  -ms-flex-line-pack: center !important;
  align-content: center !important;
}

.align-content-between {
  -ms-flex-line-pack: justify !important;
  align-content: space-between !important;
}

.align-content-around {
  -ms-flex-line-pack: distribute !important;
  align-content: space-around !important;
}

.align-content-stretch {
  -ms-flex-line-pack: stretch !important;
  align-content: stretch !important;
}

.align-self-auto {
  -ms-flex-item-align: auto !important;
  align-self: auto !important;
}

.align-self-start {
  -ms-flex-item-align: start !important;
  align-self: flex-start !important;
}

.align-self-end {
  -ms-flex-item-align: end !important;
  align-self: flex-end !important;
}

.align-self-center {
  -ms-flex-item-align: center !important;
  align-self: center !important;
}

.align-self-baseline {
  -ms-flex-item-align: baseline !important;
  align-self: baseline !important;
}

.align-self-stretch {
  -ms-flex-item-align: stretch !important;
  align-self: stretch !important;
}

@media (min-width: 576px) {
  .flex-sm-row {
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }

  .flex-sm-column {
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }

  .flex-sm-row-reverse {
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
  }

  .flex-sm-column-reverse {
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
  }

  .flex-sm-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }

  .flex-sm-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }

  .flex-sm-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
  }

  .flex-sm-fill {
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !important;
  }

  .flex-sm-grow-0 {
    -ms-flex-positive: 0 !important;
    flex-grow: 0 !important;
  }

  .flex-sm-grow-1 {
    -ms-flex-positive: 1 !important;
    flex-grow: 1 !important;
  }

  .flex-sm-shrink-0 {
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important;
  }

  .flex-sm-shrink-1 {
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important;
  }

  .justify-content-sm-start {
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }

  .justify-content-sm-end {
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
  }

  .justify-content-sm-center {
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }

  .justify-content-sm-between {
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
  }

  .justify-content-sm-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }

  .align-items-sm-start {
    -ms-flex-align: start !important;
    align-items: flex-start !important;
  }

  .align-items-sm-end {
    -ms-flex-align: end !important;
    align-items: flex-end !important;
  }

  .align-items-sm-center {
    -ms-flex-align: center !important;
    align-items: center !important;
  }

  .align-items-sm-baseline {
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
  }

  .align-items-sm-stretch {
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
  }

  .align-content-sm-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
  }

  .align-content-sm-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
  }

  .align-content-sm-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important;
  }

  .align-content-sm-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
  }

  .align-content-sm-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
  }

  .align-content-sm-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
  }

  .align-self-sm-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important;
  }

  .align-self-sm-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
  }

  .align-self-sm-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
  }

  .align-self-sm-center {
    -ms-flex-item-align: center !important;
    align-self: center !important;
  }

  .align-self-sm-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
  }

  .align-self-sm-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important;
  }
}

@media (min-width: 768px) {
  .flex-md-row {
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }

  .flex-md-column {
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }

  .flex-md-row-reverse {
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
  }

  .flex-md-column-reverse {
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
  }

  .flex-md-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }

  .flex-md-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }

  .flex-md-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
  }

  .flex-md-fill {
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !important;
  }

  .flex-md-grow-0 {
    -ms-flex-positive: 0 !important;
    flex-grow: 0 !important;
  }

  .flex-md-grow-1 {
    -ms-flex-positive: 1 !important;
    flex-grow: 1 !important;
  }

  .flex-md-shrink-0 {
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important;
  }

  .flex-md-shrink-1 {
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important;
  }

  .justify-content-md-start {
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }

  .justify-content-md-end {
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
  }

  .justify-content-md-center {
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }

  .justify-content-md-between {
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
  }

  .justify-content-md-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }

  .align-items-md-start {
    -ms-flex-align: start !important;
    align-items: flex-start !important;
  }

  .align-items-md-end {
    -ms-flex-align: end !important;
    align-items: flex-end !important;
  }

  .align-items-md-center {
    -ms-flex-align: center !important;
    align-items: center !important;
  }

  .align-items-md-baseline {
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
  }

  .align-items-md-stretch {
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
  }

  .align-content-md-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
  }

  .align-content-md-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
  }

  .align-content-md-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important;
  }

  .align-content-md-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
  }

  .align-content-md-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
  }

  .align-content-md-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
  }

  .align-self-md-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important;
  }

  .align-self-md-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
  }

  .align-self-md-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
  }

  .align-self-md-center {
    -ms-flex-item-align: center !important;
    align-self: center !important;
  }

  .align-self-md-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
  }

  .align-self-md-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important;
  }
}

@media (min-width: 992px) {
  .flex-lg-row {
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }

  .flex-lg-column {
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }

  .flex-lg-row-reverse {
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
  }

  .flex-lg-column-reverse {
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
  }

  .flex-lg-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }

  .flex-lg-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }

  .flex-lg-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
  }

  .flex-lg-fill {
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !important;
  }

  .flex-lg-grow-0 {
    -ms-flex-positive: 0 !important;
    flex-grow: 0 !important;
  }

  .flex-lg-grow-1 {
    -ms-flex-positive: 1 !important;
    flex-grow: 1 !important;
  }

  .flex-lg-shrink-0 {
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important;
  }

  .flex-lg-shrink-1 {
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important;
  }

  .justify-content-lg-start {
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }

  .justify-content-lg-end {
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
  }

  .justify-content-lg-center {
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }

  .justify-content-lg-between {
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
  }

  .justify-content-lg-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }

  .align-items-lg-start {
    -ms-flex-align: start !important;
    align-items: flex-start !important;
  }

  .align-items-lg-end {
    -ms-flex-align: end !important;
    align-items: flex-end !important;
  }

  .align-items-lg-center {
    -ms-flex-align: center !important;
    align-items: center !important;
  }

  .align-items-lg-baseline {
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
  }

  .align-items-lg-stretch {
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
  }

  .align-content-lg-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
  }

  .align-content-lg-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
  }

  .align-content-lg-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important;
  }

  .align-content-lg-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
  }

  .align-content-lg-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
  }

  .align-content-lg-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
  }

  .align-self-lg-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important;
  }

  .align-self-lg-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
  }

  .align-self-lg-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
  }

  .align-self-lg-center {
    -ms-flex-item-align: center !important;
    align-self: center !important;
  }

  .align-self-lg-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
  }

  .align-self-lg-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important;
  }
}

@media (min-width: 1200px) {
  .flex-xl-row {
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }

  .flex-xl-column {
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }

  .flex-xl-row-reverse {
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
  }

  .flex-xl-column-reverse {
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
  }

  .flex-xl-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }

  .flex-xl-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }

  .flex-xl-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
  }

  .flex-xl-fill {
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !important;
  }

  .flex-xl-grow-0 {
    -ms-flex-positive: 0 !important;
    flex-grow: 0 !important;
  }

  .flex-xl-grow-1 {
    -ms-flex-positive: 1 !important;
    flex-grow: 1 !important;
  }

  .flex-xl-shrink-0 {
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important;
  }

  .flex-xl-shrink-1 {
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important;
  }

  .justify-content-xl-start {
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }

  .justify-content-xl-end {
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
  }

  .justify-content-xl-center {
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }

  .justify-content-xl-between {
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
  }

  .justify-content-xl-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }

  .align-items-xl-start {
    -ms-flex-align: start !important;
    align-items: flex-start !important;
  }

  .align-items-xl-end {
    -ms-flex-align: end !important;
    align-items: flex-end !important;
  }

  .align-items-xl-center {
    -ms-flex-align: center !important;
    align-items: center !important;
  }

  .align-items-xl-baseline {
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
  }

  .align-items-xl-stretch {
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
  }

  .align-content-xl-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
  }

  .align-content-xl-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
  }

  .align-content-xl-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important;
  }

  .align-content-xl-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
  }

  .align-content-xl-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
  }

  .align-content-xl-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
  }

  .align-self-xl-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important;
  }

  .align-self-xl-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
  }

  .align-self-xl-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
  }

  .align-self-xl-center {
    -ms-flex-item-align: center !important;
    align-self: center !important;
  }

  .align-self-xl-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
  }

  .align-self-xl-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important;
  }
}

.m-0 {
  margin: 0 !important;
}

.mt-0,
.my-0 {
  margin-top: 0 !important;
}

.mr-0,
.mx-0 {
  margin-right: 0 !important;
}

.mb-0,
.my-0 {
  margin-bottom: 0 !important;
}

.ml-0,
.mx-0 {
  margin-left: 0 !important;
}

.m-1 {
  margin: 0.25rem !important;
}

.mt-1,
.my-1 {
  margin-top: 0.25rem !important;
}

.mr-1,
.mx-1 {
  margin-right: 0.25rem !important;
}

.mb-1,
.my-1 {
  margin-bottom: 0.25rem !important;
}

.ml-1,
.mx-1 {
  margin-left: 0.25rem !important;
}

.m-2 {
  margin: 0.5rem !important;
}

.mt-2,
.my-2 {
  margin-top: 0.5rem !important;
}

.mr-2,
.mx-2 {
  margin-right: 0.5rem !important;
}

.mb-2,
.my-2 {
  margin-bottom: 0.5rem !important;
}

.ml-2,
.mx-2 {
  margin-left: 0.5rem !important;
}

.m-3 {
  margin: 1rem !important;
}

.mt-3,
.my-3 {
  margin-top: 1rem !important;
}

.mr-3,
.mx-3 {
  margin-right: 1rem !important;
}

.mb-3,
.my-3 {
  margin-bottom: 1rem !important;
}

.ml-3,
.mx-3 {
  margin-left: 1rem !important;
}

.m-4 {
  margin: 1.5rem !important;
}

.mt-4,
.my-4 {
  margin-top: 1.5rem !important;
}

.mr-4,
.mx-4 {
  margin-right: 1.5rem !important;
}

.mb-4,
.my-4 {
  margin-bottom: 1.5rem !important;
}

.ml-4,
.mx-4 {
  margin-left: 1.5rem !important;
}

.m-5 {
  margin: 3rem !important;
}

.mt-5,
.my-5 {
  margin-top: 3rem !important;
}

.mr-5,
.mx-5 {
  margin-right: 3rem !important;
}

.mb-5,
.my-5 {
  margin-bottom: 3rem !important;
}

.ml-5,
.mx-5 {
  margin-left: 3rem !important;
}

.p-0 {
  padding: 0 !important;
}

.pt-0,
.py-0 {
  padding-top: 0 !important;
}

.pr-0,
.px-0 {
  padding-right: 0 !important;
}

.pb-0,
.py-0 {
  padding-bottom: 0 !important;
}

.pl-0,
.px-0 {
  padding-left: 0 !important;
}

.p-1 {
  padding: 0.25rem !important;
}

.pt-1,
.py-1 {
  padding-top: 0.25rem !important;
}

.pr-1,
.px-1 {
  padding-right: 0.25rem !important;
}

.pb-1,
.py-1 {
  padding-bottom: 0.25rem !important;
}

.pl-1,
.px-1 {
  padding-left: 0.25rem !important;
}

.p-2 {
  padding: 0.5rem !important;
}

.pt-2,
.py-2 {
  padding-top: 0.5rem !important;
}

.pr-2,
.px-2 {
  padding-right: 0.5rem !important;
}

.pb-2,
.py-2 {
  padding-bottom: 0.5rem !important;
}

.pl-2,
.px-2 {
  padding-left: 0.5rem !important;
}

.p-3 {
  padding: 1rem !important;
}

.pt-3,
.py-3 {
  padding-top: 1rem !important;
}

.pr-3,
.px-3 {
  padding-right: 1rem !important;
}

.pb-3,
.py-3 {
  padding-bottom: 1rem !important;
}

.pl-3,
.px-3 {
  padding-left: 1rem !important;
}

.p-4 {
  padding: 1.5rem !important;
}

.pt-4,
.py-4 {
  padding-top: 1.5rem !important;
}

.pr-4,
.px-4 {
  padding-right: 1.5rem !important;
}

.pb-4,
.py-4 {
  padding-bottom: 1.5rem !important;
}

.pl-4,
.px-4 {
  padding-left: 1.5rem !important;
}

.p-5 {
  padding: 3rem !important;
}

.pt-5,
.py-5 {
  padding-top: 3rem !important;
}

.pr-5,
.px-5 {
  padding-right: 3rem !important;
}

.pb-5,
.py-5 {
  padding-bottom: 3rem !important;
}

.pl-5,
.px-5 {
  padding-left: 3rem !important;
}

.m-n1 {
  margin: -0.25rem !important;
}

.mt-n1,
.my-n1 {
  margin-top: -0.25rem !important;
}

.mr-n1,
.mx-n1 {
  margin-right: -0.25rem !important;
}

.mb-n1,
.my-n1 {
  margin-bottom: -0.25rem !important;
}

.ml-n1,
.mx-n1 {
  margin-left: -0.25rem !important;
}

.m-n2 {
  margin: -0.5rem !important;
}

.mt-n2,
.my-n2 {
  margin-top: -0.5rem !important;
}

.mr-n2,
.mx-n2 {
  margin-right: -0.5rem !important;
}

.mb-n2,
.my-n2 {
  margin-bottom: -0.5rem !important;
}

.ml-n2,
.mx-n2 {
  margin-left: -0.5rem !important;
}

.m-n3 {
  margin: -1rem !important;
}

.mt-n3,
.my-n3 {
  margin-top: -1rem !important;
}

.mr-n3,
.mx-n3 {
  margin-right: -1rem !important;
}

.mb-n3,
.my-n3 {
  margin-bottom: -1rem !important;
}

.ml-n3,
.mx-n3 {
  margin-left: -1rem !important;
}

.m-n4 {
  margin: -1.5rem !important;
}

.mt-n4,
.my-n4 {
  margin-top: -1.5rem !important;
}

.mr-n4,
.mx-n4 {
  margin-right: -1.5rem !important;
}

.mb-n4,
.my-n4 {
  margin-bottom: -1.5rem !important;
}

.ml-n4,
.mx-n4 {
  margin-left: -1.5rem !important;
}

.m-n5 {
  margin: -3rem !important;
}

.mt-n5,
.my-n5 {
  margin-top: -3rem !important;
}

.mr-n5,
.mx-n5 {
  margin-right: -3rem !important;
}

.mb-n5,
.my-n5 {
  margin-bottom: -3rem !important;
}

.ml-n5,
.mx-n5 {
  margin-left: -3rem !important;
}

.m-auto {
  margin: auto !important;
}

.mt-auto,
.my-auto {
  margin-top: auto !important;
}

.mr-auto,
.mx-auto {
  margin-right: auto !important;
}

.mb-auto,
.my-auto {
  margin-bottom: auto !important;
}

.ml-auto,
.mx-auto {
  margin-left: auto !important;
}

@media (min-width: 576px) {
  .m-sm-0 {
    margin: 0 !important;
  }

  .mt-sm-0,
  .my-sm-0 {
    margin-top: 0 !important;
  }

  .mr-sm-0,
  .mx-sm-0 {
    margin-right: 0 !important;
  }

  .mb-sm-0,
  .my-sm-0 {
    margin-bottom: 0 !important;
  }

  .ml-sm-0,
  .mx-sm-0 {
    margin-left: 0 !important;
  }

  .m-sm-1 {
    margin: 0.25rem !important;
  }

  .mt-sm-1,
  .my-sm-1 {
    margin-top: 0.25rem !important;
  }

  .mr-sm-1,
  .mx-sm-1 {
    margin-right: 0.25rem !important;
  }

  .mb-sm-1,
  .my-sm-1 {
    margin-bottom: 0.25rem !important;
  }

  .ml-sm-1,
  .mx-sm-1 {
    margin-left: 0.25rem !important;
  }

  .m-sm-2 {
    margin: 0.5rem !important;
  }

  .mt-sm-2,
  .my-sm-2 {
    margin-top: 0.5rem !important;
  }

  .mr-sm-2,
  .mx-sm-2 {
    margin-right: 0.5rem !important;
  }

  .mb-sm-2,
  .my-sm-2 {
    margin-bottom: 0.5rem !important;
  }

  .ml-sm-2,
  .mx-sm-2 {
    margin-left: 0.5rem !important;
  }

  .m-sm-3 {
    margin: 1rem !important;
  }

  .mt-sm-3,
  .my-sm-3 {
    margin-top: 1rem !important;
  }

  .mr-sm-3,
  .mx-sm-3 {
    margin-right: 1rem !important;
  }

  .mb-sm-3,
  .my-sm-3 {
    margin-bottom: 1rem !important;
  }

  .ml-sm-3,
  .mx-sm-3 {
    margin-left: 1rem !important;
  }

  .m-sm-4 {
    margin: 1.5rem !important;
  }

  .mt-sm-4,
  .my-sm-4 {
    margin-top: 1.5rem !important;
  }

  .mr-sm-4,
  .mx-sm-4 {
    margin-right: 1.5rem !important;
  }

  .mb-sm-4,
  .my-sm-4 {
    margin-bottom: 1.5rem !important;
  }

  .ml-sm-4,
  .mx-sm-4 {
    margin-left: 1.5rem !important;
  }

  .m-sm-5 {
    margin: 3rem !important;
  }

  .mt-sm-5,
  .my-sm-5 {
    margin-top: 3rem !important;
  }

  .mr-sm-5,
  .mx-sm-5 {
    margin-right: 3rem !important;
  }

  .mb-sm-5,
  .my-sm-5 {
    margin-bottom: 3rem !important;
  }

  .ml-sm-5,
  .mx-sm-5 {
    margin-left: 3rem !important;
  }

  .p-sm-0 {
    padding: 0 !important;
  }

  .pt-sm-0,
  .py-sm-0 {
    padding-top: 0 !important;
  }

  .pr-sm-0,
  .px-sm-0 {
    padding-right: 0 !important;
  }

  .pb-sm-0,
  .py-sm-0 {
    padding-bottom: 0 !important;
  }

  .pl-sm-0,
  .px-sm-0 {
    padding-left: 0 !important;
  }

  .p-sm-1 {
    padding: 0.25rem !important;
  }

  .pt-sm-1,
  .py-sm-1 {
    padding-top: 0.25rem !important;
  }

  .pr-sm-1,
  .px-sm-1 {
    padding-right: 0.25rem !important;
  }

  .pb-sm-1,
  .py-sm-1 {
    padding-bottom: 0.25rem !important;
  }

  .pl-sm-1,
  .px-sm-1 {
    padding-left: 0.25rem !important;
  }

  .p-sm-2 {
    padding: 0.5rem !important;
  }

  .pt-sm-2,
  .py-sm-2 {
    padding-top: 0.5rem !important;
  }

  .pr-sm-2,
  .px-sm-2 {
    padding-right: 0.5rem !important;
  }

  .pb-sm-2,
  .py-sm-2 {
    padding-bottom: 0.5rem !important;
  }

  .pl-sm-2,
  .px-sm-2 {
    padding-left: 0.5rem !important;
  }

  .p-sm-3 {
    padding: 1rem !important;
  }

  .pt-sm-3,
  .py-sm-3 {
    padding-top: 1rem !important;
  }

  .pr-sm-3,
  .px-sm-3 {
    padding-right: 1rem !important;
  }

  .pb-sm-3,
  .py-sm-3 {
    padding-bottom: 1rem !important;
  }

  .pl-sm-3,
  .px-sm-3 {
    padding-left: 1rem !important;
  }

  .p-sm-4 {
    padding: 1.5rem !important;
  }

  .pt-sm-4,
  .py-sm-4 {
    padding-top: 1.5rem !important;
  }

  .pr-sm-4,
  .px-sm-4 {
    padding-right: 1.5rem !important;
  }

  .pb-sm-4,
  .py-sm-4 {
    padding-bottom: 1.5rem !important;
  }

  .pl-sm-4,
  .px-sm-4 {
    padding-left: 1.5rem !important;
  }

  .p-sm-5 {
    padding: 3rem !important;
  }

  .pt-sm-5,
  .py-sm-5 {
    padding-top: 3rem !important;
  }

  .pr-sm-5,
  .px-sm-5 {
    padding-right: 3rem !important;
  }

  .pb-sm-5,
  .py-sm-5 {
    padding-bottom: 3rem !important;
  }

  .pl-sm-5,
  .px-sm-5 {
    padding-left: 3rem !important;
  }

  .m-sm-n1 {
    margin: -0.25rem !important;
  }

  .mt-sm-n1,
  .my-sm-n1 {
    margin-top: -0.25rem !important;
  }

  .mr-sm-n1,
  .mx-sm-n1 {
    margin-right: -0.25rem !important;
  }

  .mb-sm-n1,
  .my-sm-n1 {
    margin-bottom: -0.25rem !important;
  }

  .ml-sm-n1,
  .mx-sm-n1 {
    margin-left: -0.25rem !important;
  }

  .m-sm-n2 {
    margin: -0.5rem !important;
  }

  .mt-sm-n2,
  .my-sm-n2 {
    margin-top: -0.5rem !important;
  }

  .mr-sm-n2,
  .mx-sm-n2 {
    margin-right: -0.5rem !important;
  }

  .mb-sm-n2,
  .my-sm-n2 {
    margin-bottom: -0.5rem !important;
  }

  .ml-sm-n2,
  .mx-sm-n2 {
    margin-left: -0.5rem !important;
  }

  .m-sm-n3 {
    margin: -1rem !important;
  }

  .mt-sm-n3,
  .my-sm-n3 {
    margin-top: -1rem !important;
  }

  .mr-sm-n3,
  .mx-sm-n3 {
    margin-right: -1rem !important;
  }

  .mb-sm-n3,
  .my-sm-n3 {
    margin-bottom: -1rem !important;
  }

  .ml-sm-n3,
  .mx-sm-n3 {
    margin-left: -1rem !important;
  }

  .m-sm-n4 {
    margin: -1.5rem !important;
  }

  .mt-sm-n4,
  .my-sm-n4 {
    margin-top: -1.5rem !important;
  }

  .mr-sm-n4,
  .mx-sm-n4 {
    margin-right: -1.5rem !important;
  }

  .mb-sm-n4,
  .my-sm-n4 {
    margin-bottom: -1.5rem !important;
  }

  .ml-sm-n4,
  .mx-sm-n4 {
    margin-left: -1.5rem !important;
  }

  .m-sm-n5 {
    margin: -3rem !important;
  }

  .mt-sm-n5,
  .my-sm-n5 {
    margin-top: -3rem !important;
  }

  .mr-sm-n5,
  .mx-sm-n5 {
    margin-right: -3rem !important;
  }

  .mb-sm-n5,
  .my-sm-n5 {
    margin-bottom: -3rem !important;
  }

  .ml-sm-n5,
  .mx-sm-n5 {
    margin-left: -3rem !important;
  }

  .m-sm-auto {
    margin: auto !important;
  }

  .mt-sm-auto,
  .my-sm-auto {
    margin-top: auto !important;
  }

  .mr-sm-auto,
  .mx-sm-auto {
    margin-right: auto !important;
  }

  .mb-sm-auto,
  .my-sm-auto {
    margin-bottom: auto !important;
  }

  .ml-sm-auto,
  .mx-sm-auto {
    margin-left: auto !important;
  }
}

@media (min-width: 768px) {
  .m-md-0 {
    margin: 0 !important;
  }

  .mt-md-0,
  .my-md-0 {
    margin-top: 0 !important;
  }

  .mr-md-0,
  .mx-md-0 {
    margin-right: 0 !important;
  }

  .mb-md-0,
  .my-md-0 {
    margin-bottom: 0 !important;
  }

  .ml-md-0,
  .mx-md-0 {
    margin-left: 0 !important;
  }

  .m-md-1 {
    margin: 0.25rem !important;
  }

  .mt-md-1,
  .my-md-1 {
    margin-top: 0.25rem !important;
  }

  .mr-md-1,
  .mx-md-1 {
    margin-right: 0.25rem !important;
  }

  .mb-md-1,
  .my-md-1 {
    margin-bottom: 0.25rem !important;
  }

  .ml-md-1,
  .mx-md-1 {
    margin-left: 0.25rem !important;
  }

  .m-md-2 {
    margin: 0.5rem !important;
  }

  .mt-md-2,
  .my-md-2 {
    margin-top: 0.5rem !important;
  }

  .mr-md-2,
  .mx-md-2 {
    margin-right: 0.5rem !important;
  }

  .mb-md-2,
  .my-md-2 {
    margin-bottom: 0.5rem !important;
  }

  .ml-md-2,
  .mx-md-2 {
    margin-left: 0.5rem !important;
  }

  .m-md-3 {
    margin: 1rem !important;
  }

  .mt-md-3,
  .my-md-3 {
    margin-top: 1rem !important;
  }

  .mr-md-3,
  .mx-md-3 {
    margin-right: 1rem !important;
  }

  .mb-md-3,
  .my-md-3 {
    margin-bottom: 1rem !important;
  }

  .ml-md-3,
  .mx-md-3 {
    margin-left: 1rem !important;
  }

  .m-md-4 {
    margin: 1.5rem !important;
  }

  .mt-md-4,
  .my-md-4 {
    margin-top: 1.5rem !important;
  }

  .mr-md-4,
  .mx-md-4 {
    margin-right: 1.5rem !important;
  }

  .mb-md-4,
  .my-md-4 {
    margin-bottom: 1.5rem !important;
  }

  .ml-md-4,
  .mx-md-4 {
    margin-left: 1.5rem !important;
  }

  .m-md-5 {
    margin: 3rem !important;
  }

  .mt-md-5,
  .my-md-5 {
    margin-top: 3rem !important;
  }

  .mr-md-5,
  .mx-md-5 {
    margin-right: 3rem !important;
  }

  .mb-md-5,
  .my-md-5 {
    margin-bottom: 3rem !important;
  }

  .ml-md-5,
  .mx-md-5 {
    margin-left: 3rem !important;
  }

  .p-md-0 {
    padding: 0 !important;
  }

  .pt-md-0,
  .py-md-0 {
    padding-top: 0 !important;
  }

  .pr-md-0,
  .px-md-0 {
    padding-right: 0 !important;
  }

  .pb-md-0,
  .py-md-0 {
    padding-bottom: 0 !important;
  }

  .pl-md-0,
  .px-md-0 {
    padding-left: 0 !important;
  }

  .p-md-1 {
    padding: 0.25rem !important;
  }

  .pt-md-1,
  .py-md-1 {
    padding-top: 0.25rem !important;
  }

  .pr-md-1,
  .px-md-1 {
    padding-right: 0.25rem !important;
  }

  .pb-md-1,
  .py-md-1 {
    padding-bottom: 0.25rem !important;
  }

  .pl-md-1,
  .px-md-1 {
    padding-left: 0.25rem !important;
  }

  .p-md-2 {
    padding: 0.5rem !important;
  }

  .pt-md-2,
  .py-md-2 {
    padding-top: 0.5rem !important;
  }

  .pr-md-2,
  .px-md-2 {
    padding-right: 0.5rem !important;
  }

  .pb-md-2,
  .py-md-2 {
    padding-bottom: 0.5rem !important;
  }

  .pl-md-2,
  .px-md-2 {
    padding-left: 0.5rem !important;
  }

  .p-md-3 {
    padding: 1rem !important;
  }

  .pt-md-3,
  .py-md-3 {
    padding-top: 1rem !important;
  }

  .pr-md-3,
  .px-md-3 {
    padding-right: 1rem !important;
  }

  .pb-md-3,
  .py-md-3 {
    padding-bottom: 1rem !important;
  }

  .pl-md-3,
  .px-md-3 {
    padding-left: 1rem !important;
  }

  .p-md-4 {
    padding: 1.5rem !important;
  }

  .pt-md-4,
  .py-md-4 {
    padding-top: 1.5rem !important;
  }

  .pr-md-4,
  .px-md-4 {
    padding-right: 1.5rem !important;
  }

  .pb-md-4,
  .py-md-4 {
    padding-bottom: 1.5rem !important;
  }

  .pl-md-4,
  .px-md-4 {
    padding-left: 1.5rem !important;
  }

  .p-md-5 {
    padding: 3rem !important;
  }

  .pt-md-5,
  .py-md-5 {
    padding-top: 3rem !important;
  }

  .pr-md-5,
  .px-md-5 {
    padding-right: 3rem !important;
  }

  .pb-md-5,
  .py-md-5 {
    padding-bottom: 3rem !important;
  }

  .pl-md-5,
  .px-md-5 {
    padding-left: 3rem !important;
  }

  .m-md-n1 {
    margin: -0.25rem !important;
  }

  .mt-md-n1,
  .my-md-n1 {
    margin-top: -0.25rem !important;
  }

  .mr-md-n1,
  .mx-md-n1 {
    margin-right: -0.25rem !important;
  }

  .mb-md-n1,
  .my-md-n1 {
    margin-bottom: -0.25rem !important;
  }

  .ml-md-n1,
  .mx-md-n1 {
    margin-left: -0.25rem !important;
  }

  .m-md-n2 {
    margin: -0.5rem !important;
  }

  .mt-md-n2,
  .my-md-n2 {
    margin-top: -0.5rem !important;
  }

  .mr-md-n2,
  .mx-md-n2 {
    margin-right: -0.5rem !important;
  }

  .mb-md-n2,
  .my-md-n2 {
    margin-bottom: -0.5rem !important;
  }

  .ml-md-n2,
  .mx-md-n2 {
    margin-left: -0.5rem !important;
  }

  .m-md-n3 {
    margin: -1rem !important;
  }

  .mt-md-n3,
  .my-md-n3 {
    margin-top: -1rem !important;
  }

  .mr-md-n3,
  .mx-md-n3 {
    margin-right: -1rem !important;
  }

  .mb-md-n3,
  .my-md-n3 {
    margin-bottom: -1rem !important;
  }

  .ml-md-n3,
  .mx-md-n3 {
    margin-left: -1rem !important;
  }

  .m-md-n4 {
    margin: -1.5rem !important;
  }

  .mt-md-n4,
  .my-md-n4 {
    margin-top: -1.5rem !important;
  }

  .mr-md-n4,
  .mx-md-n4 {
    margin-right: -1.5rem !important;
  }

  .mb-md-n4,
  .my-md-n4 {
    margin-bottom: -1.5rem !important;
  }

  .ml-md-n4,
  .mx-md-n4 {
    margin-left: -1.5rem !important;
  }

  .m-md-n5 {
    margin: -3rem !important;
  }

  .mt-md-n5,
  .my-md-n5 {
    margin-top: -3rem !important;
  }

  .mr-md-n5,
  .mx-md-n5 {
    margin-right: -3rem !important;
  }

  .mb-md-n5,
  .my-md-n5 {
    margin-bottom: -3rem !important;
  }

  .ml-md-n5,
  .mx-md-n5 {
    margin-left: -3rem !important;
  }

  .m-md-auto {
    margin: auto !important;
  }

  .mt-md-auto,
  .my-md-auto {
    margin-top: auto !important;
  }

  .mr-md-auto,
  .mx-md-auto {
    margin-right: auto !important;
  }

  .mb-md-auto,
  .my-md-auto {
    margin-bottom: auto !important;
  }

  .ml-md-auto,
  .mx-md-auto {
    margin-left: auto !important;
  }
}

@media (min-width: 992px) {
  .m-lg-0 {
    margin: 0 !important;
  }

  .mt-lg-0,
  .my-lg-0 {
    margin-top: 0 !important;
  }

  .mr-lg-0,
  .mx-lg-0 {
    margin-right: 0 !important;
  }

  .mb-lg-0,
  .my-lg-0 {
    margin-bottom: 0 !important;
  }

  .ml-lg-0,
  .mx-lg-0 {
    margin-left: 0 !important;
  }

  .m-lg-1 {
    margin: 0.25rem !important;
  }

  .mt-lg-1,
  .my-lg-1 {
    margin-top: 0.25rem !important;
  }

  .mr-lg-1,
  .mx-lg-1 {
    margin-right: 0.25rem !important;
  }

  .mb-lg-1,
  .my-lg-1 {
    margin-bottom: 0.25rem !important;
  }

  .ml-lg-1,
  .mx-lg-1 {
    margin-left: 0.25rem !important;
  }

  .m-lg-2 {
    margin: 0.5rem !important;
  }

  .mt-lg-2,
  .my-lg-2 {
    margin-top: 0.5rem !important;
  }

  .mr-lg-2,
  .mx-lg-2 {
    margin-right: 0.5rem !important;
  }

  .mb-lg-2,
  .my-lg-2 {
    margin-bottom: 0.5rem !important;
  }

  .ml-lg-2,
  .mx-lg-2 {
    margin-left: 0.5rem !important;
  }

  .m-lg-3 {
    margin: 1rem !important;
  }

  .mt-lg-3,
  .my-lg-3 {
    margin-top: 1rem !important;
  }

  .mr-lg-3,
  .mx-lg-3 {
    margin-right: 1rem !important;
  }

  .mb-lg-3,
  .my-lg-3 {
    margin-bottom: 1rem !important;
  }

  .ml-lg-3,
  .mx-lg-3 {
    margin-left: 1rem !important;
  }

  .m-lg-4 {
    margin: 1.5rem !important;
  }

  .mt-lg-4,
  .my-lg-4 {
    margin-top: 1.5rem !important;
  }

  .mr-lg-4,
  .mx-lg-4 {
    margin-right: 1.5rem !important;
  }

  .mb-lg-4,
  .my-lg-4 {
    margin-bottom: 1.5rem !important;
  }

  .ml-lg-4,
  .mx-lg-4 {
    margin-left: 1.5rem !important;
  }

  .m-lg-5 {
    margin: 3rem !important;
  }

  .mt-lg-5,
  .my-lg-5 {
    margin-top: 3rem !important;
  }

  .mr-lg-5,
  .mx-lg-5 {
    margin-right: 3rem !important;
  }

  .mb-lg-5,
  .my-lg-5 {
    margin-bottom: 3rem !important;
  }

  .ml-lg-5,
  .mx-lg-5 {
    margin-left: 3rem !important;
  }

  .p-lg-0 {
    padding: 0 !important;
  }

  .pt-lg-0,
  .py-lg-0 {
    padding-top: 0 !important;
  }

  .pr-lg-0,
  .px-lg-0 {
    padding-right: 0 !important;
  }

  .pb-lg-0,
  .py-lg-0 {
    padding-bottom: 0 !important;
  }

  .pl-lg-0,
  .px-lg-0 {
    padding-left: 0 !important;
  }

  .p-lg-1 {
    padding: 0.25rem !important;
  }

  .pt-lg-1,
  .py-lg-1 {
    padding-top: 0.25rem !important;
  }

  .pr-lg-1,
  .px-lg-1 {
    padding-right: 0.25rem !important;
  }

  .pb-lg-1,
  .py-lg-1 {
    padding-bottom: 0.25rem !important;
  }

  .pl-lg-1,
  .px-lg-1 {
    padding-left: 0.25rem !important;
  }

  .p-lg-2 {
    padding: 0.5rem !important;
  }

  .pt-lg-2,
  .py-lg-2 {
    padding-top: 0.5rem !important;
  }

  .pr-lg-2,
  .px-lg-2 {
    padding-right: 0.5rem !important;
  }

  .pb-lg-2,
  .py-lg-2 {
    padding-bottom: 0.5rem !important;
  }

  .pl-lg-2,
  .px-lg-2 {
    padding-left: 0.5rem !important;
  }

  .p-lg-3 {
    padding: 1rem !important;
  }

  .pt-lg-3,
  .py-lg-3 {
    padding-top: 1rem !important;
  }

  .pr-lg-3,
  .px-lg-3 {
    padding-right: 1rem !important;
  }

  .pb-lg-3,
  .py-lg-3 {
    padding-bottom: 1rem !important;
  }

  .pl-lg-3,
  .px-lg-3 {
    padding-left: 1rem !important;
  }

  .p-lg-4 {
    padding: 1.5rem !important;
  }

  .pt-lg-4,
  .py-lg-4 {
    padding-top: 1.5rem !important;
  }

  .pr-lg-4,
  .px-lg-4 {
    padding-right: 1.5rem !important;
  }

  .pb-lg-4,
  .py-lg-4 {
    padding-bottom: 1.5rem !important;
  }

  .pl-lg-4,
  .px-lg-4 {
    padding-left: 1.5rem !important;
  }

  .p-lg-5 {
    padding: 3rem !important;
  }

  .pt-lg-5,
  .py-lg-5 {
    padding-top: 3rem !important;
  }

  .pr-lg-5,
  .px-lg-5 {
    padding-right: 3rem !important;
  }

  .pb-lg-5,
  .py-lg-5 {
    padding-bottom: 3rem !important;
  }

  .pl-lg-5,
  .px-lg-5 {
    padding-left: 3rem !important;
  }

  .m-lg-n1 {
    margin: -0.25rem !important;
  }

  .mt-lg-n1,
  .my-lg-n1 {
    margin-top: -0.25rem !important;
  }

  .mr-lg-n1,
  .mx-lg-n1 {
    margin-right: -0.25rem !important;
  }

  .mb-lg-n1,
  .my-lg-n1 {
    margin-bottom: -0.25rem !important;
  }

  .ml-lg-n1,
  .mx-lg-n1 {
    margin-left: -0.25rem !important;
  }

  .m-lg-n2 {
    margin: -0.5rem !important;
  }

  .mt-lg-n2,
  .my-lg-n2 {
    margin-top: -0.5rem !important;
  }

  .mr-lg-n2,
  .mx-lg-n2 {
    margin-right: -0.5rem !important;
  }

  .mb-lg-n2,
  .my-lg-n2 {
    margin-bottom: -0.5rem !important;
  }

  .ml-lg-n2,
  .mx-lg-n2 {
    margin-left: -0.5rem !important;
  }

  .m-lg-n3 {
    margin: -1rem !important;
  }

  .mt-lg-n3,
  .my-lg-n3 {
    margin-top: -1rem !important;
  }

  .mr-lg-n3,
  .mx-lg-n3 {
    margin-right: -1rem !important;
  }

  .mb-lg-n3,
  .my-lg-n3 {
    margin-bottom: -1rem !important;
  }

  .ml-lg-n3,
  .mx-lg-n3 {
    margin-left: -1rem !important;
  }

  .m-lg-n4 {
    margin: -1.5rem !important;
  }

  .mt-lg-n4,
  .my-lg-n4 {
    margin-top: -1.5rem !important;
  }

  .mr-lg-n4,
  .mx-lg-n4 {
    margin-right: -1.5rem !important;
  }

  .mb-lg-n4,
  .my-lg-n4 {
    margin-bottom: -1.5rem !important;
  }

  .ml-lg-n4,
  .mx-lg-n4 {
    margin-left: -1.5rem !important;
  }

  .m-lg-n5 {
    margin: -3rem !important;
  }

  .mt-lg-n5,
  .my-lg-n5 {
    margin-top: -3rem !important;
  }

  .mr-lg-n5,
  .mx-lg-n5 {
    margin-right: -3rem !important;
  }

  .mb-lg-n5,
  .my-lg-n5 {
    margin-bottom: -3rem !important;
  }

  .ml-lg-n5,
  .mx-lg-n5 {
    margin-left: -3rem !important;
  }

  .m-lg-auto {
    margin: auto !important;
  }

  .mt-lg-auto,
  .my-lg-auto {
    margin-top: auto !important;
  }

  .mr-lg-auto,
  .mx-lg-auto {
    margin-right: auto !important;
  }

  .mb-lg-auto,
  .my-lg-auto {
    margin-bottom: auto !important;
  }

  .ml-lg-auto,
  .mx-lg-auto {
    margin-left: auto !important;
  }
}

@media (min-width: 1200px) {
  .m-xl-0 {
    margin: 0 !important;
  }

  .mt-xl-0,
  .my-xl-0 {
    margin-top: 0 !important;
  }

  .mr-xl-0,
  .mx-xl-0 {
    margin-right: 0 !important;
  }

  .mb-xl-0,
  .my-xl-0 {
    margin-bottom: 0 !important;
  }

  .ml-xl-0,
  .mx-xl-0 {
    margin-left: 0 !important;
  }

  .m-xl-1 {
    margin: 0.25rem !important;
  }

  .mt-xl-1,
  .my-xl-1 {
    margin-top: 0.25rem !important;
  }

  .mr-xl-1,
  .mx-xl-1 {
    margin-right: 0.25rem !important;
  }

  .mb-xl-1,
  .my-xl-1 {
    margin-bottom: 0.25rem !important;
  }

  .ml-xl-1,
  .mx-xl-1 {
    margin-left: 0.25rem !important;
  }

  .m-xl-2 {
    margin: 0.5rem !important;
  }

  .mt-xl-2,
  .my-xl-2 {
    margin-top: 0.5rem !important;
  }

  .mr-xl-2,
  .mx-xl-2 {
    margin-right: 0.5rem !important;
  }

  .mb-xl-2,
  .my-xl-2 {
    margin-bottom: 0.5rem !important;
  }

  .ml-xl-2,
  .mx-xl-2 {
    margin-left: 0.5rem !important;
  }

  .m-xl-3 {
    margin: 1rem !important;
  }

  .mt-xl-3,
  .my-xl-3 {
    margin-top: 1rem !important;
  }

  .mr-xl-3,
  .mx-xl-3 {
    margin-right: 1rem !important;
  }

  .mb-xl-3,
  .my-xl-3 {
    margin-bottom: 1rem !important;
  }

  .ml-xl-3,
  .mx-xl-3 {
    margin-left: 1rem !important;
  }

  .m-xl-4 {
    margin: 1.5rem !important;
  }

  .mt-xl-4,
  .my-xl-4 {
    margin-top: 1.5rem !important;
  }

  .mr-xl-4,
  .mx-xl-4 {
    margin-right: 1.5rem !important;
  }

  .mb-xl-4,
  .my-xl-4 {
    margin-bottom: 1.5rem !important;
  }

  .ml-xl-4,
  .mx-xl-4 {
    margin-left: 1.5rem !important;
  }

  .m-xl-5 {
    margin: 3rem !important;
  }

  .mt-xl-5,
  .my-xl-5 {
    margin-top: 3rem !important;
  }

  .mr-xl-5,
  .mx-xl-5 {
    margin-right: 3rem !important;
  }

  .mb-xl-5,
  .my-xl-5 {
    margin-bottom: 3rem !important;
  }

  .ml-xl-5,
  .mx-xl-5 {
    margin-left: 3rem !important;
  }

  .p-xl-0 {
    padding: 0 !important;
  }

  .pt-xl-0,
  .py-xl-0 {
    padding-top: 0 !important;
  }

  .pr-xl-0,
  .px-xl-0 {
    padding-right: 0 !important;
  }

  .pb-xl-0,
  .py-xl-0 {
    padding-bottom: 0 !important;
  }

  .pl-xl-0,
  .px-xl-0 {
    padding-left: 0 !important;
  }

  .p-xl-1 {
    padding: 0.25rem !important;
  }

  .pt-xl-1,
  .py-xl-1 {
    padding-top: 0.25rem !important;
  }

  .pr-xl-1,
  .px-xl-1 {
    padding-right: 0.25rem !important;
  }

  .pb-xl-1,
  .py-xl-1 {
    padding-bottom: 0.25rem !important;
  }

  .pl-xl-1,
  .px-xl-1 {
    padding-left: 0.25rem !important;
  }

  .p-xl-2 {
    padding: 0.5rem !important;
  }

  .pt-xl-2,
  .py-xl-2 {
    padding-top: 0.5rem !important;
  }

  .pr-xl-2,
  .px-xl-2 {
    padding-right: 0.5rem !important;
  }

  .pb-xl-2,
  .py-xl-2 {
    padding-bottom: 0.5rem !important;
  }

  .pl-xl-2,
  .px-xl-2 {
    padding-left: 0.5rem !important;
  }

  .p-xl-3 {
    padding: 1rem !important;
  }

  .pt-xl-3,
  .py-xl-3 {
    padding-top: 1rem !important;
  }

  .pr-xl-3,
  .px-xl-3 {
    padding-right: 1rem !important;
  }

  .pb-xl-3,
  .py-xl-3 {
    padding-bottom: 1rem !important;
  }

  .pl-xl-3,
  .px-xl-3 {
    padding-left: 1rem !important;
  }

  .p-xl-4 {
    padding: 1.5rem !important;
  }

  .pt-xl-4,
  .py-xl-4 {
    padding-top: 1.5rem !important;
  }

  .pr-xl-4,
  .px-xl-4 {
    padding-right: 1.5rem !important;
  }

  .pb-xl-4,
  .py-xl-4 {
    padding-bottom: 1.5rem !important;
  }

  .pl-xl-4,
  .px-xl-4 {
    padding-left: 1.5rem !important;
  }

  .p-xl-5 {
    padding: 3rem !important;
  }

  .pt-xl-5,
  .py-xl-5 {
    padding-top: 3rem !important;
  }

  .pr-xl-5,
  .px-xl-5 {
    padding-right: 3rem !important;
  }

  .pb-xl-5,
  .py-xl-5 {
    padding-bottom: 3rem !important;
  }

  .pl-xl-5,
  .px-xl-5 {
    padding-left: 3rem !important;
  }

  .m-xl-n1 {
    margin: -0.25rem !important;
  }

  .mt-xl-n1,
  .my-xl-n1 {
    margin-top: -0.25rem !important;
  }

  .mr-xl-n1,
  .mx-xl-n1 {
    margin-right: -0.25rem !important;
  }

  .mb-xl-n1,
  .my-xl-n1 {
    margin-bottom: -0.25rem !important;
  }

  .ml-xl-n1,
  .mx-xl-n1 {
    margin-left: -0.25rem !important;
  }

  .m-xl-n2 {
    margin: -0.5rem !important;
  }

  .mt-xl-n2,
  .my-xl-n2 {
    margin-top: -0.5rem !important;
  }

  .mr-xl-n2,
  .mx-xl-n2 {
    margin-right: -0.5rem !important;
  }

  .mb-xl-n2,
  .my-xl-n2 {
    margin-bottom: -0.5rem !important;
  }

  .ml-xl-n2,
  .mx-xl-n2 {
    margin-left: -0.5rem !important;
  }

  .m-xl-n3 {
    margin: -1rem !important;
  }

  .mt-xl-n3,
  .my-xl-n3 {
    margin-top: -1rem !important;
  }

  .mr-xl-n3,
  .mx-xl-n3 {
    margin-right: -1rem !important;
  }

  .mb-xl-n3,
  .my-xl-n3 {
    margin-bottom: -1rem !important;
  }

  .ml-xl-n3,
  .mx-xl-n3 {
    margin-left: -1rem !important;
  }

  .m-xl-n4 {
    margin: -1.5rem !important;
  }

  .mt-xl-n4,
  .my-xl-n4 {
    margin-top: -1.5rem !important;
  }

  .mr-xl-n4,
  .mx-xl-n4 {
    margin-right: -1.5rem !important;
  }

  .mb-xl-n4,
  .my-xl-n4 {
    margin-bottom: -1.5rem !important;
  }

  .ml-xl-n4,
  .mx-xl-n4 {
    margin-left: -1.5rem !important;
  }

  .m-xl-n5 {
    margin: -3rem !important;
  }

  .mt-xl-n5,
  .my-xl-n5 {
    margin-top: -3rem !important;
  }

  .mr-xl-n5,
  .mx-xl-n5 {
    margin-right: -3rem !important;
  }

  .mb-xl-n5,
  .my-xl-n5 {
    margin-bottom: -3rem !important;
  }

  .ml-xl-n5,
  .mx-xl-n5 {
    margin-left: -3rem !important;
  }

  .m-xl-auto {
    margin: auto !important;
  }

  .mt-xl-auto,
  .my-xl-auto {
    margin-top: auto !important;
  }

  .mr-xl-auto,
  .mx-xl-auto {
    margin-right: auto !important;
  }

  .mb-xl-auto,
  .my-xl-auto {
    margin-bottom: auto !important;
  }

  .ml-xl-auto,
  .mx-xl-auto {
    margin-left: auto !important;
  }
}

/* Fonts Classes */
@font-face {
  font-family: "Futura Bk BT";
  src: url("../fonts/Futura Book font.ttf") format("truetype");
}

@font-face {
  font-family: "Futura Lt BT";
  src: url("../fonts/futura light bt.ttf") format("truetype");
}

@font-face {
  font-family: "Futura Md BT";
  src: url("../fonts/futura medium bt.ttf") format("truetype");
}

.futura-book {
  font-family: "Futura Bk BT", sans-serif;
}

.futura-medium {
  font-family: "Futura Md BT", sans-serif;
}

.futura-light {
  font-family: "Futura Lt BT", sans-serif;
}

.admin-table-container {
  height: 50vh;
  min-height: 5em;
  overflow-y: scroll;
}

.font-weight-normal {
  font-weight: normal !important;
}

.fs-10 {
  font-size: 10px !important;
}

.fs-11 {
  font-size: 11px !important;
}

.fs-12 {
  font-size: 12px !important;
}

.fs-13 {
  font-size: 13px !important;
}

.fs-14 {
  font-size: 14px !important;
}

.fs-15 {
  font-size: 15px !important;
}

.fs-16 {
  font-size: 16px !important;
}

.fs-17 {
  font-size: 17px !important;
}

.fs-18 {
  font-size: 18px !important;
}

.fs-19 {
  font-size: 19px !important;
}

.fs-20 {
  font-size: 20px !important;
}

.fs-21 {
  font-size: 21px !important;
}

.fs-22 {
  font-size: 22px !important;
}

.fs-23 {
  font-size: 23px !important;
}

.fs-24 {
  font-size: 24px !important;
}

.fs-25 {
  font-size: 25px !important;
}

.fs-26 {
  font-size: 26px !important;
}

.fs-27 {
  font-size: 27px !important;
}

.fs-28 {
  font-size: 28px !important;
}

.fs-29 {
  font-size: 29px !important;
}

.fs-30 {
  font-size: 30px !important;
}

.fs-31 {
  font-size: 31px !important;
}

.fs-32 {
  font-size: 32px !important;
}

.fs-33 {
  font-size: 33px !important;
}

.fs-34 {
  font-size: 34px !important;
}

.fs-35 {
  font-size: 35px !important;
}

.fs-36 {
  font-size: 36px !important;
}

.fs-37 {
  font-size: 37px !important;
}

.fs-38 {
  font-size: 38px !important;
}

.fs-39 {
  font-size: 39px !important;
}

.fs-40 {
  font-size: 40px !important;
}

:root {
  font-size: 8px;
}

@media (min-width: 0px) {
  .d-xs-none {
    display: none;
  }
}

@media (min-width: 738px) {
  :root {
    font-size: 9px;
  }
}

@media (min-width: 992px) {
  .position-md-absolute {
    position: absolute;
  }
}

@media (min-width: 1200px) {
  :root {
    font-size: 11px;
  }
}

*:focus {
  outline: none;
}

a {
  outline: none;
  font-family: "Futura Lt BT", sans-serif;
}

p {
  font-family: "Futura Lt BT", sans-serif;
}

body {
  background-color: #f9f9f9;
  overflow-x: hidden;
  min-height: 100%;
}

html {
  height: 100%;
}

/* Set padding to keep content from hitting the edges */
.body-content {
  padding-left: 15px;
  padding-right: 15px;
}

/* Set width on the form input elements since they're 100% wide by default */
textarea {
  width: 100%;
  height: 100%;
  border: 1px solid #ccc;
  font-size: 1.333rem;
  color: #555b64;
}

input {
  line-height: normal;
}

@media all and (-ms-high-contrast: none),
(-ms-high-contrast: active) {
  input {
    line-height: normal !important;
  }
}

a:hover,
a:visited,
a:link,
a:active {
  text-decoration: none;
}

a:focus {
  outline: none;
}

.inactive-link {
  pointer-events: none;
  cursor: default;
}

button {
  border: none;
  background: none;
}

button::-moz-focus-inner {
  border: 0;
}

.pointer {
  cursor: pointer;
}

.notClickable {
  color: #979797 !important;
  cursor: not-allowed;
}

.relative {
  position: relative;
}

.align-baseline {
  vertical-align: baseline !important;
}

input[type="checkbox"],
input[type="radio"] {
  margin-right: 5px;
  accent-color: #318E48;
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-family: "Futura Md BT", sans-serif;
}

.mt {
  margin-top: 15px;
}

.mr {
  margin-right: 15px;
}

.ml {
  margin-left: 15px;
}

.mb {
  margin-bottom: 15px;
}

.fl {
  float: left;
}

.fr {
  float: right;
}

.right-border {
  border-right: 1px black solid;
}

.flex {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.full-size {
  width: 100%;
  height: 100%;
}

.min-size {
  width: 0;
  height: 0;
}

.abs-flex {
  position: absolute;
  display: -ms-flexbox;
  display: flex;
}

.absolute-overlay {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  display: -ms-flexbox;
  display: flex;
  background-color: rgba(128, 128, 128, 0.5);
}

.absolute-button {
  margin: auto;
  font-family: "Futura Lt BT", sans-serif;
}

.bold {
  font-weight: bold;
}

.weight-initial {
  font-weight: initial;
}

.word-break {
  word-break: break-all;
}

/*Colors: #41ab5b #3e714e #73c487*/
/********************************************************** COLORS *******************************************************/
.color-error,
.color-invalid {
  color: red;
}

bg-black {
  background-color: black !important;
}

.color-white {
  color: white;
}

.bg-white {
  background-color: white;
}

.bg-azure {
  background-color: rgba(70, 142, 199, 0.11);
}

.color-darkred {
  color: #d63838;
}

.color-darkred-on-hover:hover {
  color: #d63838;
}

.border-darkred {
  border-color: #d63838;
}

.color-darkturquoise {
  color: #297373 !important;
}

.bt-darkturquoise {
  border-top: 3px solid #297373 !important;
}

.bb-darkturquoise {
  border-bottom: 2px solid #297373 !important;
}

.bg-darkturquoise {
  background: #297373 !important;
}

.color-darkblue {
  color: #1d63a3 !important;
}

.color-darkblue2 {
  color: #38369A !important;
}

.bg-darkblue2 {
  background: #38369A !important;
}

.bt-darkblue2 {
  border-top: 3px solid #38369A !important;
}

.bt-darkblue {
  border-top: 3px solid #1d63a3 !important;
}

.bb-darkblue {
  border-bottom: 2px solid #1d63a3 !important;
}

.bg-darkblue {
  background: #1d63a3 !important;
}

.color-darkgreen {
  color: #195e42 !important;
}

.bt-darkgreen {
  border-top: 3px solid #195e42 !important;
}

.bg-darkgreen {
  background: #195e42 !important;
}

.border-darkgreen {
  border-color: #195e42;
}

.color-green {
  color: #298d65 !important;
}

.bt-green {
  border-top: 3px solid #298d65 !important;
}

.bb-green {
  border-bottom: 1.2px solid #41AB5B;
}

.bg-green {
  background: #298d65 !important;
}

.bg-green2 {
  background: #41AB5B !important;
}

.bg-green3 {
  background: #318E48 !important;
}

.green {
  color: #318E48;
}

.color-green2 {
  color: #5BAC8B;
}

.color-green3 {
  color: #41AB5B;
}

.color-blue {
  color: #468ec7 !important;
}

.color-blue2 {
  color: #56B0F5 !important;
}

.color-blue2 {
  color: #56B0F5 !important;
}

.bt-blue {
  border-top: 3px solid #468ec7 !important;
}

.bg-blue {
  background: #468ec7 !important;
}

.color-pastel-green {
  color: #38944f !important;
}

.bt-pastel-green {
  border-top: 3px solid #38944f !important;
}

.bg-pastel-green {
  background: #38944f !important;
}

.color-pastel-red {
  color: #e57575 !important;
}

.bt-pastel-red {
  border-top: 3px solid #e57575 !important;
}

.bg-pastel-red {
  background: #e57575 !important;
}

.color-turquoise {
  color: #1d93a3 !important;
}

.bt-turquoise {
  border-top: 3px solid #1d93a3 !important;
}

.bg-turquoise {
  background: #1d93a3 !important;
}

.border-turquoise {
  border-color: #1d93a3 !important;
}

.color-lightgreen {
  color: #298d65 !important;
}

.color-lightgreen2 {
  color: #5BAC8B !important;
}

.bt-lightgreen {
  border-top: 3px solid #298d65 !important;
}

.bt-lightgreen2 {
  border-top: 3px solid #5BAC8B !important;
}

.bg-lightgreen {
  background: #298d65 !important;
}

.color-lightgrey {
  color: #dde2e8 !important;
}

.color-grey {
  color: #979797 !important;
}

.br-grey {
  border-right: 1px solid #979797;
}

.bg-grey {
  background: #979797 !important;
}

.color-default {
  color: #555b64;
}

.color-yellow {
  color: #FFB800;
}

.bg-orange {
  background: #e3ab25 !important;
}

.color-black {
  color: black !important;
}

.color-marine {
  color: #1d63a3 !important;
}

.bt-marine {
  border-top: 3px solid #1d63a3 !important;
}

.bb-0 {
  border-bottom: 0 !important;
}

.bg-marine {
  background: #1d63a3 !important;
}

.border-marine {
  border-color: #1d63a3 !important;
}

.color-purple {
  color: #7D73FA;
}

.color-lightgrey3 {
  color: #999999;
}

/* Linear Gradient Background */
.header-turquoise {
  background-image: linear-gradient(90deg, #1d93a3, #3399a4) !important;
}

.header-blue {
  background-image: linear-gradient(90deg, #256ca9, #448cc4) !important;
}

.header-green {
  background-image: linear-gradient(90deg, #1d664a, #369575) !important;
}

.header-red {
  background-image: linear-gradient(90deg, #922426, #cb555b) !important;
}

/* Grids */
/*********************************************************** INDEX ******************************************************/
/* HEADER */
nav ul {
  list-style-type: none;
}

.navbar-toggle i {
  font-size: 32px;
  color: #ffffff;
}

@media screen and (max-width: 925px) {
  #navbarNav:first-of-type div {
    flex-direction: column;
    align-items: center;
  }
}

@media screen and (min-width: 768px) and (max-width: 925px) {
  #navbarNav:first-of-type div {
    align-items: flex-end;
  }
}

.Mainframe {
  background-image: linear-gradient(74deg, #318e48, #74c588);
}

.Mainframe h1 {
  text-align: left;
  font-family: "Futura Bk BT", sans-serif;
  font-size: 3rem;
  font-weight: bold;
  color: #f9f9f9;
}

.Mainframe h1 b {
  font-size: 1.1em;
}

.Mainframe .title {
  width: auto;
  font-size: 4.333rem;
  padding-bottom: 1em;
  display: -ms-flexbox;
  display: flex;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  align-items: center;
  justify-content: center;
}

.Mainframe .title h1 {
  text-align: center;
  font-size: 3rem;
}

/* CONTENU */
.index-content img {
  margin: auto 0;
  max-width: 100%;
}

/* CONNEXION */
.navbar-nav>li .btn-register {
  min-width: 161px;
  height: 46px;
  line-height: 1 !important;
  border: 2px solid white;
  border-radius: 15px;
  color: #41ab5b;
  background-color: #ffffff;
  text-align: center;
  transition: all 0.5s;
  text-decoration: none;
  margin-top: 5px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center !important;
  justify-content: center !important;
  -ms-flex-align: center !important;
  align-items: center !important;
  font-family: "Futura Lt BT", sans-serif;
  padding: 0.8em 1em !important;
  font-size: 1.8rem;
}

.navbar-nav>li .btn-register:hover {
  color: #ffffff;
  background-color: transparent;
}

.navbar-nav>li .btn-register:active {
  color: #ffffff;
  background-color: transparent;
}

.navbar-nav>li .Connexion {
  height: 46px;
  min-width: 161px;
  line-height: 1 !important;
  border: 2px solid white;
  border-radius: 15px;
  color: white;
  text-align: center;
  transition: all 0.5s;
  text-decoration: none;
  margin-top: 5px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center !important;
  justify-content: center !important;
  -ms-flex-align: center !important;
  align-items: center !important;
  font-family: "Futura Lt BT", sans-serif;
  padding: 0.8em 1em !important;
  font-size: 1.8rem;
}

.navbar-nav>li .Connexion:hover,
.navbar-nav>li .Connexion:active,
.navbar-nav>li .Connexion:focus {
  color: #41ab5b;
  background-color: #ffffff;
  border: 2px solid #ffffff;
}

/* NavBar buttons */
.navbar-button {
  line-height: 1 !important;
  border-radius: 15px;
  color: white;
  text-align: center;
  transition: all 0.5s;
  text-decoration: none;
  margin-top: 5px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center !important;
  justify-content: center !important;
  -ms-flex-align: center !important;
  align-items: center !important;
  font-family: "Futura Lt BT", sans-serif;
  padding: 0.8em 1em !important;
  font-size: 1.8rem;
}

.navbar-button:hover {
  color: white;
}

.navbar-button:active {
  color: white;
}

.navbar-button:focus {
  color: white;
  border-radius: 2px;
  border-radius: 0px;
}

/* NavBar buttons */
.footer-button {
  border-radius: 15px !important;
  text-align: center;
  transition: all 0.5s;
  text-decoration: none;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center !important;
  justify-content: center !important;
  -ms-flex-align: center !important;
  align-items: center !important;
  font-family: "Futura Lt BT", sans-serif;
  padding: 0.8em 1em !important;
  font-size: 1.5rem;
}

.footer-button-green {
  color: #41ab5b;
  border: 2px solid #41ab5b;
}

.footer-button-green:hover {
  color: white;
  background-color: #41ab5b;
  border: 2px solid #41ab5b;
}

.footer-button-green:active {
  color: white;
  background-color: #41ab5b;
}

.footer-button-blue {
  color: #468ec7;
  border: 2px solid #468ec7;
}

.footer-button-blue:hover {
  color: white;
  background-color: #468ec7;
  border: 2px solid #468ec7;
}

.footer-button-blue:active {
  color: white;
  background-color: #468ec7;
}

.footer-button:focus {
  color: white;
  border-radius: 2px;
  border-radius: 0px;
}

.Group-4-Copy {
  object-fit: contain;
}

.Macbook {
  box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.38);
  background-color: transparent;
}

#popup-connexion {
  top: 30px;
  overflow-y: auto;
  z-index: 100;
}

#popup-connexion .popup-card {
  width: 80vw;
  max-width: 600px;
  margin: auto;
}

#greyscale {
  background-color: rgba(0, 0, 0, 0.43);
  visibility: hidden;
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  z-index: 99;
}

.login {
  margin: auto;
  text-align: center;
  display: block;
  font-family: "Futura Bk BT", sans-serif;
}

.login .noaccount h4 {
  font-size: 1.667rem;
  font-family: "Futura Bk BT", sans-serif;
}

hr {
  border-color: #ccc;
}

.login-button {
  height: 45px;
  border-width: 0;
  background: white;
  color: #737373;
  border-radius: 5px;
  white-space: nowrap;
  box-shadow: 1px 1px 0px 1px rgba(0, 0, 0, 0.05);
  transition-property: background-color, box-shadow;
  transition-duration: 150ms;
  transition-timing-function: ease-in-out;
}

.login-button:disabled {
  background-color: #ccc !important;
}

.login-button:focus,
.login-button:hover {
  box-shadow: 1px 4px 5px 1px rgba(0, 0, 0, 0.1);
}

.login-button:active {
  background-color: #e5e5e5;
  box-shadow: none;
  transition-duration: 10ms;
}

.login-button.button3 {
  padding: 5px 15px;
  background-image: linear-gradient(246deg, #65c482, #3b9853);
}

.login-button__icon {
  display: inline-block;
  vertical-align: middle;
  margin: 8px 0 8px 8px;
  width: 18px;
  height: 18px;
  box-sizing: border-box;
}

.login-button__text {
  overflow: hidden;
  display: inline-block;
  vertical-align: middle;
  padding: 0 24px;
  font-size: 1.8rem;
  font-weight: bold;
  font-family: "Futura Bk BT", sans-serif;
}

.login-linkedin {
  background: #0077b5;
  color: white;
}

.login-linkedin .login-button__icon {
  color: white;
}

.login-linkedin .login-button__icon i {
  margin: 0;
}

.login div {
  margin: 3em 0;
}

.login ul {
  list-style: none;
  padding: 0;
}

.login li {
  margin: 10px 0;
}

.login hr {
  width: 70%;
}

.login #or {
  letter-spacing: 4px;
}

.login #or span {
  letter-spacing: normal;
}

.defaultbutton.login-button {
  height: 60px;
  margin: 20px 0 10px 0;
}

.login-field ul li {
  height: 30px;
}

.login-field ul li label {
  margin: 5px 0 0 0;
  font-family: "Futura Bk BT", sans-serif;
}

#signout-nav a {
  position: relative;
  top: 0;
  left: 0;
}

.ok-button {
  border-radius: 5px;
  background-image: linear-gradient(233deg, #76d595, #318e48);
  color: white !important;
  padding: 0.25em 0.75em;
  font-weight: normal;
  font-family: "Futura Lt BT", sans-serif;
  font-size: 0.8em;
}

/* FRAME WIDTH */
.full-width {
  background-color: white;
  padding-left: 10px;
  padding-right: 10px;
}

.full-width:nth-child(2n + 1) {
  background-color: #f9f9f9;
}

/* CONTENT FRAME */
.second-content {
  margin-top: 20px;
  vertical-align: middle;
}

.margin-constraint {
  padding: 65px 0;
}

.useful-width {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-around;
}

@media (max-width: 1200px) {
  .useful-width {
    max-width: 800px;
  }
}

@media (min-width: 992px) {
  .useful-width {
    max-width: 1200px;
  }
}

.useful-width h1 {
  font-family: "Futura Bk BT", sans-serif;
  font-size: 2.6rem;
  font-weight: bold;
  text-align: center;
  color: #555b64;
}

.frame-h1 {
  text-align: center;
}

@media (min-width: 992px) {
  .frame-h1 {
    text-align: left;
  }
}

.frame-h2 {
  text-align: left;
  font-family: "Futura Lt BT", sans-serif;
  font-size: 1.5rem;
  font-weight: 300;
  color: #555b64;
}

@media (max-width: 992px) {
  .frame-h2 {
    font-size: 18px;
  }
}

.left-content {
  padding-right: 50px;
  /*margin-right:100px;*/
}

.right-content {
  padding-left: 50px;
  /*margin-left:100px;*/
}

/* SEARCH BAR*/
.Search {
  color: #828991;
  padding: 10px 10px 10px 60px;
  width: 30%;
  border: 1px solid #ccc;
  box-shadow: 0px 0px 10px 0px #828696;
  border-radius: 10px;
  font-size: 2rem;
  transition: all 0.5s;
}

.search {
  width: 820px;
  height: 64px;
  display: -ms-flexbox;
  display: flex;
}

.search-box {
  border-radius: 8px;
  box-shadow: 0 1px 6px 0 rgba(85, 91, 100, 0.69);
  background-color: #ffffff;
  padding: 0.5em 0.75em;
  font-size: 2rem;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
}

.input-clear {
  color: inherit;
  background: none;
  border: none;
}

.movingsearchbar {
  position: absolute;
  top: 520px;
  left: 7%;
}

.movingsearchbar span {
  position: absolute;
  white-space: nowrap;
  top: 83.5px;
  left: 350px;
  transform: translateX(100px);
  opacity: 0;
  font-size: 1.667rem;
  color: #ccc;
  transition: opacity 0.1s 0.5s, transform 0.4s 0.5s;
}

.movingsearchbar form.search:hover span {
  transform: translateX(0);
  opacity: 1;
  color: #ccc;
}

.movingsearchbar form.search:hover,
.movingsearchbar form.search:active {
  width: 600px;
}

form.search {
  margin-left: auto;
  margin-right: auto;
  margin-top: 65px;
  width: 400px;
  height: 64px;
  background: white;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 10px;
  box-shadow: 0px 0px 10px 0px #828696;
  transition: all 1s;
  -webkit-transition: width 2s;
}

form.search input[type="text"] {
  padding-left: 40px;
  font-size: 2.167rem;
  border: none;
  background: none;
  color: #828991;
}

form.search button {
  padding-left: 30px;
  height: 64px;
  width: 64px;
  position: relative;
  bottom: 1px;
  transform: scale(1.7);
  vertical-align: middle;
  color: #828991;
  border: none;
  background: none;
  transition: all 0.5s;
}

form.search button:hover {
  transform: scale(2);
}

.searchfield {
  position: relative;
  top: 1.5px;
  transition: all 0.5s;
}

/* NEWSLETTER*/
.newsletter h1 {
  font-size: 3rem;
  height: 70px;
}

form.newsletter {
  background: none;
}

form.newsletter input[type="text"] {
  background: none;
  border: none;
  box-shadow: 0px 1px 0px 0px #818082;
  width: 240px;
  margin-right: 30px;
  transform: scale(1.4);
  color: #828991;
}

form.newsletter button {
  background: linear-gradient(246deg, #65c482, #3b9853);
  border: none;
  color: white;
  border-radius: 4px;
  width: 64px;
  height: 36px;
  position: relative;
  bottom: 2.5px;
  right: 8px;
  font-size: 1.667rem;
  transition: all 0.5s;
}

form.newsletter button p {
  position: relative;
  top: 4.5px;
}

form.newsletter button:hover {
  box-shadow: 0px 0px 9px 4px rgba(159, 201, 169, 0.45);
}

/****************************************************** INSCRIPTION **************************************************/
.back2index {
  position: absolute;
  top: 20px;
  left: 20px;
}

.custom-text-danger {
  color: #b94a48;
  font-size: 1.333rem;
}

.signin-body {
  width: 100%;
  height: auto !important;
  background: linear-gradient(246deg, #89d39b, #305b3e);
  background: linear-gradient(246deg, #65c482, #3b9853);
  background: linear-gradient(38deg, #45895b, #89d39b, #294d34);
  background-size: 600% 600%;
  -webkit-animation: BackgroundAnimation 21s ease infinite;
  -moz-animation: BackgroundAnimation 21s ease infinite;
  animation: BackgroundAnimation 21s ease infinite;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  -ms-flex-pack: justify !important;
  justify-content: space-between !important;
  background-repeat: no-repeat;
  background-attachment: fixed;
  font-family: "Futura Bk BT", sans-serif;
  font-size: 1.333rem;
  color: #304149;
}

@-webkit-keyframes BackgroundAnimation {
  0% {
    background-position: 83% 0%;
  }

  50% {
    background-position: 18% 100%;
  }

  100% {
    background-position: 83% 0%;
  }
}

@-moz-keyframes BackgroundAnimation {
  0% {
    background-position: 83% 0%;
  }

  50% {
    background-position: 18% 100%;
  }

  100% {
    background-position: 83% 0%;
  }
}

@keyframes BackgroundAnimation {
  0% {
    background-position: 83% 0%;
  }

  50% {
    background-position: 18% 100%;
  }

  100% {
    background-position: 83% 0%;
  }
}



#main-navbar.sticky+.signin {
  padding-top: 80px;
}

.signin {
  margin: 10vh auto;
}

@media (min-width: 992px) {
  .d-md-content {
    display: contents !important;
  }
}

@media (max-width: 992px) {
  .dashboard-content .detailed-society {
    overflow-x: auto;
    width: 100%;
  }

  .dashboard-content .detailed-society .dashboard-topframe {
    width: max-content;
  }

  #popup-connexion {
    top: 0;
  }

  #popup-connexion .popup-card {
    height: 100vh;
  }

  #popup-connexion .popup-card-header {
    height: 48px;
  }

  .signin {
    margin: 0 auto;
  }

  .signin h1 {
    font-weight: 400;
    font-size: 18px !important;
    margin-bottom: 30px;
  }

  .signin-card {
    border-radius: 11px !important;
    margin-bottom: 30px !important;
  }

  .signin-card-top {
    height: 70px !important;
    border-top-left-radius: 11px !important;
    border-top-right-radius: 11px !important;
  }

  .signin-card-content {
    padding: 30px 20px !important;
    margin-top: 0 !important;
  }

  .signin-card-content .form-key {
    padding: 0;
  }

  .signin-card-content .form-value>.row-space {
    flex-direction: column;
  }

  .signin-card-content #togglePassword,
  .signin-card-content #togglePasswordConfirmed,
  .signin-card-content #togglePasswordConnect2 {
    margin-left: 10px;
  }

  .signin-card-content .button3,
  .signin-card-content .login-button {
    width: 100%;
  }

  .signin-card-content .login-field>.flex-row-aligned {
    flex-direction: column;
    align-items: initial;
  }
}

.signin h1 {
  color: white;
  font-family: "Futura Bk BT", sans-serif;
  font-size: 4.167rem;
  letter-spacing: 7px;
  text-align: center;
  max-width: 850px;
  margin-left: auto;
  margin-right: auto;
}

.signin-card {
  background: white;
  border-radius: 20px;
  box-shadow: 0 8px 20px 0 rgba(0, 0, 0, 0.15);
  width: 720px;
  height: auto;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  color: white;
  margin: auto;
}

.signin-card .login-button {
  border: 1px solid #B5B1B1;
  border-radius: 5px;
}

.signin-card .login-button__text {
  font-weight: initial !important;
  padding: 0px 10px !important;
  color: #6D6D6D;
}

.signin-card .login-button__icon {
  width: 21px;
  height: 21px;
}

.signin-card .login-linkedin {
  background: initial !important;
}

.signin-card .login-linkedin span {
  color: #0274B3 !important;
}

.signin-card .login-linkedin i {
  color: #0274B3;
}

.signin-card .login-button:disabled {
  background-color: #ccc !important;
}

.signin-card label {
  font-weight: normal;
}

.signin-card-top {
  width: 100%;
  text-align: center;
  background-image: linear-gradient(246deg, #65c482, #3b9853);
  background-color: #195e42;
  border-top-left-radius: 18px;
  border-top-right-radius: 18px;
  padding: 20px;
}

.authentification-tab {
  margin: 15px auto;
  text-align: center;
  border: 1px solid #ccc;
  background-color: white;
  border-radius: 30px;
}

.authentification-tablinks {
  margin: 12px auto;
  color: #ccc;
  transition: all 300ms;
  width: 30%;
}

.authentification-tab .authentification-tablinks-border {
  border-left: 1px solid #ccc;
}

.authentification-tablinks:hover,
.authentification-tablinks:focus,
.authentification-tablinks:active {
  color: #318e48;
}

#representanttab {
  animation: fadeEffect 1s;
}

#auditortab {
  display: none;
  animation: fadeEffect 1s;
}

#mandatairetab,
#associetab {
  display: none;
  animation: fadeEffect 1s;
}

#conseiltab {
  display: none;
  animation: fadeEffect 1s;
}

.signin-card-content {
  margin-bottom: auto;
  width: 100%;
  padding: 4rem 5rem;
  color: #555b64;
}

.signin-form {
  color: #555b64;
}

.form-row {
  margin-bottom: 20px;
  display: -ms-flexbox;
  display: flex;
}

.form-key {
  font-size: 1.333rem;
  padding: 10px;
}

.form-value {
  flex-grow: 1;
}

.row-space {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify !important;
  justify-content: space-between !important;
}

.input-group {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  flex-direction: column;
  width: 100%;
}

.input-group label {
  font-size: 1.333rem;
  color: #a3a3a3;
  font-family: "Futura Lt BT", sans-serif;
}

.form-input,
.form-input-1em,
.form-input-border {
  font-size: 1.667rem;
  background: none;
  border: none;
  color: #304149;
  padding: 0 5px;
  border-bottom: 1px solid #ccc;
}

.form-input:not(textarea),
.form-input-1em:not(textarea),
.form-input-border:not(textarea) {
  height: 2em;
}

.form-input-1em {
  font-size: 1em;
}

.min-width-250 {
  min-width: 250px
}

.form-input-border {
  font-size: 1em;
  border: 1px solid #ccc;
  border-radius: 3px;
  line-height: 2em;
}

@media all and (-ms-high-contrast: none),
(-ms-high-contrast: active) {
  [class*="form-input-"] {
    line-height: 1 !important;
  }
}

.form-input:focus,
.form-input-1em:focus {
  border-bottom: 1.5px solid black;
}

.form-input-border:focus {
  border: 1px solid black;
}

.form-input:disabled,
.form-input-1em:disabled,
.form-input-border:disabled {
  color: grey;
}

.form-input:invalid:not(.no-invalid-red-border),
.form-input-1em:invalid:not(.no-invalid-red-border),
.form-input-border:invalid:not(.no-invalid-red-border),
.form-input-1em-error:not(.no-invalid-red-border),
.form-input-invalid:not(.no-invalid-red-border),
:invalid+.custom-file-input-span:not(.no-invalid-red-border),
.input-validation-error+.custom-file-input-span:not(.no-invalid-red-border),
.input-validation-error:not(.no-invalid-red-border) {
  border-color: red !important;
}

.big-form-inputs .form-input,
.big-form-inputs .form-input-1em,
.big-form-inputs .form-input-border {
  width: 100%;
}

.radio2 {
  border: 1px solid #ccc;
  border-radius: 20px;
  display: inline-block;
  padding: 0 5px;
  text-align: center;
  color: #ccc;
  cursor: pointer;
}

.radio2 input[type="radio"] {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}

.radio2 label {
  margin: 3px 0;
  padding: 1px 10px;
}

.radio2 label:nth-child(2) {
  border-right: 1px solid #ccc;
}

.radio2 label:nth-child(6) {
  border-left: 1px solid #ccc;
}

.radio2 label:hover {
  color: #318e48;
}

.radio2 input[type="radio"]:checked+label {
  color: #318e48;
}

.form-value .date {
  margin-right: 7px;
  width: 80px;
}

.input-date {
  max-width: 80px;
}

.form-row .form-value.date {
  display: -ms-flexbox;
  display: flex;
}

.input-small {
  max-width: 150px;
  min-width: 0px;
}

.radio3 {
  color: #ccc;
}

.radio3 input[type="radio"] {
  display: none;
}

.radio3 input[type="radio"]:checked+label {
  color: #318e48;
}

/****************************************************** PAGE D'ACCUEIL **************************************************/
/* PAGE RECHERCHE */
.subtitle {
  color: #8c96a2;
  margin: 40px 0px;
  font-family: "Futura Md BT", sans-serif;
  font-size: 2.667rem;
  text-align: center;
}

.search-row {
  text-align: center;
}

.card {
  text-align: center;
  width: 330px;
  min-height: 330px;
  background-color: white;
  border-radius: 5px;
  box-shadow: 3px 3px 4px 1px rgba(68, 68, 68, 0.27);
  margin: 2%;
  display: inline-block;
  transition: all 0.5s;
}

.card:hover {
  box-shadow: 6px 6px 9px 3px rgba(68, 68, 68, 0.4);
  position: relative;
  transform: translateY(-20px);
}

.card .key-container {
  width: 100%;
  height: 75px;
  display: -ms-flexbox;
  display: flex;
  background-image: linear-gradient(246deg, #65c482, #3b9853);
  border-radius: 4px 4px 0 0;
  padding: 0 5px;
}

.card .key {
  margin: auto;
  font-size: 2.5rem;
  color: white;
}

.card .info {
  display: inline-grid;
  text-align: left;
  padding: 0 20px;
}

.subinfo {
  display: -ms-flexbox;
  display: flex;
  color: #636363;
  min-height: 50px;
}

.subinfo p {
  margin: auto 0 auto 15px;
  text-align: left;
  font-family: "Futura Bk BT", sans-serif;
  font-size: 1.5rem;
}

.page {
  width: auto;
  margin: auto;
}

.page div {
  width: auto;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: center;
}

.page p {
  margin: 5px;
  padding: 5px;
  color: #555b64;
  font-size: 1.5rem;
  font-family: "Futura Bk BT", sans-serif;
}

.page .pageselected {
  color: white;
}

.pageselected {
  background-color: #298d65;
  border-radius: 4px;
}

.empty-search {
  margin: 7%;
  font-size: 2.5rem;
  color: #555b64;
}

/* PAGE D'ACCUEIL */
.pageaccueil {
  /* visibility:hidden; */
}

.pageaccueil .show {
  visibility: visible;
}

.secondframe {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: auto;
  justify-content: center;
}

.return h3 {
  padding-left: 120px;
  margin-top: 2em;
  height: 30px;
  font-family: "Futura Bk BT", sans-serif;
  font-size: 1.833rem;
  color: #318e48;
}

.horizontalcase {
  padding: 10px;
  margin-top: 40px;
  width: auto;
  height: auto;
  background-color: white;
  border-radius: 5px;
  box-shadow: 3px 3px 4px 1px rgba(68, 68, 68, 0.27);
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.Logo {
  margin: auto;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  color: #555b64;
  font-family: "Futura Md BT", sans-serif;
}

.Logo.Logo-bg-grey {
  background-color: #f2f3f3;
}

.Logo span {
  margin: auto;
}

.horizontalcase .left-content {
  width: auto;
  height: auto;
  margin: auto;
}

.horizontalcase .right-content {
  margin: 20px 20px 50px 100px;
}

.key {
  width: auto;
  text-align: center;
  color: #acafb4;
  font-size: 1.833rem;
  font-family: "Futura Lt BT", sans-serif;
}

h1.value,
.value {
  margin-top: 0px;
  width: auto;
  text-align: center;
  color: #636363;
  font-size: 2rem;
}

.pair {
  width: 100%;
  display: block;
  margin-bottom: 10px;
  padding-left: 5px;
  padding-right: 5px;
}

.top-content {
  margin-top: 10px;
  width: 670px;
  height: 120px;
}

.bottom-content {
  width: 670px;
  height: 120px;
}

.bottom-content .pair {
  margin-left: 50px;
  margin-right: 50px;
}

.description .horizontalcase .key {
  width: 100%;
}

.description .horizontalcase .value {
  max-width: 580px;
  white-space: pre-wrap;
  font-family: "Futura Lt BT", sans-serif;
  font-size: 1.667rem;
  font-style: italic;
  text-align: justify;
  color: #555b64;
  margin: auto;
}

.secondframe .left-content .content:nth-child(2) .horizontalcase {
  display: block;
}

.secondframe .right-content {
  margin-left: 0px;
}

.secondframe .right-content .horizontalcase:nth-child(1) {
  height: 153px;
}

.secondframe .right-content .horizontalcase:nth-child(2) {
  height: 407px;
}

.right-content .horizontalcase {
  width: 400px;
}

.right-content .horizontalcase h1 {
  color: #555b64;
  font-family: "Futura Lt BT", sans-serif;
  text-align: center;
}

.right-content .horizontalcase {
  display: block;
}

.right-content .socialnetworkbutton {
  text-align: center;
}

.right-content .socialnetworkbutton i {
  transform: scale(2.5);
  margin: 25px;
  color: #42526e;
}

.right-content .socialnetworkbutton i:hover {
  color: #67748b;
}

.map h4 {
  padding: 1px 45px;
  color: #636363;
  font-family: "Futura Md BT", sans-serif;
}

.bot-content .horizontalcase {
  margin-left: auto;
  margin-right: auto;
  width: 340px;
  height: 138px;
  display: block;
  text-align: center;
  margin-bottom: 40px;
}

.bot-content h1 {
  color: #555b64;
  font-size: 2.333rem;
  font-family: "Futura Lt BT", sans-serif;
}

.button {
  background: linear-gradient(246deg, #65c482, #3b9853);
  border: none;
  color: white;
  border-radius: 4px;
  font-size: 1.667rem;
  font-size: 1.333rem;
  transition: all 0.5s;
  padding: 5px 30px 5px 30px;
}

.button-1em {
  background: linear-gradient(246deg, #65c482, #3b9853);
  border: none;
  color: white;
  border-radius: 4px;
  font-size: 1em;
  transition: all 0.5s;
  padding: 5px 30px;
}

.popup {
  /*visibility: hidden;*/
  width: 100%;
  top: 0px;
  left: 0px;
  z-index: 100;
}

.popup-content {
  position: fixed;
  margin: 2% auto;
  left: 0;
  right: 0;
  width: 530px;
  height: 90%;
  display: block;
  text-align: center;
  padding: 10px 100px;
  background-color: white;
}

.popup-content h2 {
  font-size: 2.167rem;
  font-family: "Futura Lt BT", sans-serif;
  margin: 10% 0 20% 0;
}

.popup-content .button {
  height: 60px;
}

.popup-societe-question-card {
  font-size: 2rem;
  position: relative;
  background-color: white;
  width: 80vw;
  margin: 3% auto;
  font-family: "Futura Bk BT", sans-serif;
}

.popup-societe-question-card-content {
  padding: 5%;
}

.popup-societe-question-card-close {
  position: absolute;
  right: 20px;
  top: 20px;
}

.popup-societe-question-card-title {
  font-weight: bold;
  text-align: center;
  padding: 0 20px 20px 20px;
}

.popup-societe-question-card-subtitle {
  text-align: center;
  padding: 0 20px 20px 20px;
  font-size: 0.8em;
}

.popup-societe-question-card-yes-no {
  display: -ms-flexbox;
  display: flex;
  padding: 20px;
  justify-content: space-evenly;
}

.popup-societe-question-card-yes,
.popup-societe-question-card-no {
  padding: 10px 20px;
  border-radius: 2px;
  font-family: "Futura Lt BT", sans-serif;
  font-size: 1.667rem;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: center;
}

.popup-societe-question-card-no {
  background-color: #cccccc;
  color: #555b64;
}

.popup-societe-question-card-yes {
  background-image: linear-gradient(232deg, #5fc27f, #318e48);
  color: #ffffff;
}

.popup-societe-question-card-close {
  color: white;
  padding: 0;
}

.popup-societe-question-card-header {
  text-align: center;
  color: white;
  background-image: linear-gradient(80deg, #318e48, #74c588);
  padding: 20px;
}

/****************************************************** DASHBOARD *******************************************************/
.dashboard {
  display: -ms-flexbox;
  display: flex;
}

/* SIDEBAR */
#sideBar.openSidebar {
  width: 218px;
}

#sideBar.openSidebar .sidebar-nav,
#sideBar.openSidebar .logout {
  justify-content: initial;
}

#sideBar.openSidebar .sidebar-nav span,
#sideBar.openSidebar .logout span {
  display: initial;
}

#sideBar #togglemenu {
  margin-top: 30px;
  color: #ffffff;
}

.sidebar {
  min-height: 90rem;
  width: 17%;
  background-image: linear-gradient(22deg, #318e48, #74c588);
  text-align: center;
  box-shadow: 5px 0 5px -5px rgba(0, 0, 0, 0.4);
}

.sidebar .profil {
  margin: 4rem auto 1.5rem;
  width: 37%;
  border-radius: 100%;
}

.sidebar .username {
  color: white;
  margin-top: 0;
  margin-bottom: 0;
  font-family: "Futura Md BT", sans-serif;
  font-size: 2rem;
}

.sidebar .sidebar-option {
  width: 100%;
  padding-top: 20%;
  display: block;
}

.sidebar-option .sidebar-nav {
  width: 100%;
  height: 11%;
  padding: 15px 5px 15px 15px;
  text-align: left;
  transition: all 0.4s;
  color: white;
  position: relative;
  align-items: center;
  display: flex;
}

.sidebar-option .sidebar-nav:hover {
  background-color: #469659;
}

.sidebar-option .sidebar-nav img,
.sidebar-option .sidebar-nav svg {
  margin-right: 15px;
  fill: white;
  width: 30px;
  height: 30px;
  object-fit: contain;
  vertical-align: middle;
  flex-shrink: 0;
}


@media (max-width: 991.98px) {

  .sidebar-option .sidebar-nav img,
  .sidebar-option .sidebar-nav svg,
  .sidebar-option .sidebar-nav i {
    margin: 5px 10px;
    fill: white;
    height: 30px;
    object-fit: contain;
    align-items: center;
    display: flex;
  }

  .sidebar-option form {
    margin-top: 30px;
  }

  .sidebar-option form span {
    color: white;
    font-family: "Futura Lt BT", sans-serif;
    font-size: 1.833rem;
  }
}

.sidebar-option a {
  color: white;
  font-family: "Futura Lt BT", sans-serif;
  font-size: 1.833rem;
}

.disconnect {
  color: white;
  transition: all 0.5s;
}

#home-icon {
  display: none;
  transform: scale(0.7);
}

.orderby.sidebar-selected {
  padding: 10px 30px;
  position: relative;
  left: 20px;
}

.orderby.sidebar-selected img {
  border-radius: 30px;
  width: 25px;
  height: 25px;
  position: absolute;
  top: 19px;
  left: 52px;
}

.orderby.sidebar-selected select {
  border-radius: 7px;
  height: 40px;
  width: 80%;
  background-color: #4ea763;
  padding: 10px;
  padding-left: 40px;
  border: none;
  color: white;
}

.orderby.sidebar-selected i {
  color: white;
}

/* DASHBOARD SOCIETE LISTE*/
.dashboard-content .buttons {
  background-color: #ffffff;
  border: 0.5px solid #cccccc;
  border-radius: 3px;
  width: 45px;
  height: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.dashboard-content .buttons>button {
  display: flex;
}

.margin-society {
  margin: 20px 35px;
}

.dashboard-topframe {
  display: -ms-flexbox;
  display: flex;
  color: #304149;
  font-family: "Futura Bk BT", sans-serif;
  font-size: 2rem;
  margin-bottom: 20px;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: justify !important;
  justify-content: space-between !important;
}

.underline {
  border-bottom: 1.2px solid #cdcdcd;
}

.dashboard-topframe .tablinks {
  flex-grow: 1;
}

.private {
  animation: fadeEffect 1s;
}

.public {
  display: none;
  animation: fadeEffect 1s;
}

.private .dashboard-topframe {
  color: #828991;
  font-family: "Futura Lt BT", sans-serif;
  margin-bottom: 20px;
  border: none;
}

.public .dashboard-topframe {
  border: none;
}

.ajouter-societe {
  color: #318e48 !important;
  font-size: 1.667rem;
  font-family: "Futura Bk BT", sans-serif;
  margin-left: auto;
  padding: 7px 25px;
  border: 1.5px solid #318e48;
  border-radius: 5px;
  background-color: transparent;
  position: relative;
  bottom: 10px;
  transition: all 0.5s;
}

.ajouter-societe:hover,
.ajouter-societe:focus {
  color: white !important;
  background-color: #318e48;
}

.ajouter-societe i {
  margin-right: 10px;
}

.add-multiple-subscriptions-button {
  color: #1D63A3 !important;
  font-size: 1.667rem;
  font-family: "Futura Bk BT", sans-serif;
  margin-left: auto;
  padding: 7px 25px;
  border: 1.5px solid #1D63A3;
  border-radius: 5px;
  background-color: transparent;
  position: relative;
  bottom: 10px;
  transition: all 0.5s;
}

.add-multiple-subscriptions-button:hover,
.add-multiple-subscriptions-button:focus {
  color: white !important;
  background-color: #1D63A3;
}

.add-multiple-subscriptions-button i {
  margin-right: 10px;
}

/* DASHBOARD SEARCH BAR*/
.dashboard-search {
  width: 35%;
  height: 40px;
  border-radius: 8px;
  box-shadow: 1px 1px 7px 1px #ccc;
  background-color: #ffffff;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify !important;
  justify-content: space-between !important;
  padding: 0 1em;
  transition: all 0.5s;
}

.dashboard-search-sm {
  font-size: 1.667rem;
  width: 15em;
  height: 1.8em;
  border-radius: 8px;
  box-shadow: 1px 1px 7px 1px #ccc;
  background-color: #ffffff;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  -ms-flex-pack: justify !important;
  justify-content: space-between !important;
  padding: 0 1em;
  transition: all 0.5s;
}

.dashboard-search:hover,
.dashboard-search-sm:hover {
  box-shadow: -1px 2px 10px 3px rgba(0, 0, 0, 0.1);
}

.society .dashboard-search,
.society .dashboard-search-sm {
  box-shadow: 0px 0px 3px 0px #ccc;
}

.dashboard-searchfield {
  font-size: 2rem;
  font-family: "Futura Lt BT", sans-serif;
  border: none;
  background: none;
  color: #828991;
}

.dashboard-search-sm .dashboard-searchfield {
  font-size: 1em;
  font-family: "Futura Lt BT", sans-serif;
  border: none;
  background: none;
  color: #828991;
}

.dashboard-search button,
.dashboard-search-sm button {
  height: 64px;
  width: 64px;
  vertical-align: middle;
  position: relative;
  bottom: 14px;
  color: #828991;
  border: none;
  background: none;
  transition: all 0.5s;
}

.dashboard-search button:hover,
.dashboard-search-sm button:hover {
  transform: scale(1.4);
}

/* ORDERBY */
.orderby {
  font-size: 1.5rem;
  color: #a3a3a3;
}

.orderby select {
  height: 30px;
  border-radius: 2px;
  border: solid 1px #c3c3c3;
  background: none;
}

.orderby select {
  padding: 0 15px;
  display: inline-block;
  cursor: pointer;
  border-radius: 2px;
  background: transparent;
  color: #555b64;
  -webkit-appearance: none;
  -moz-appearance: none;
  transition: all 0.2s;
}

.orderby i {
  position: relative;
  right: 28px;
  margin: 0;
}

@media (max-width: 545px) {
  .dashboard-topframe .orderby {
    width: 100%;
    margin-top: 30px;
    justify-content: space-between;
  }
}

option {
  background-color: transparent;
}

/* SOCIETE LISTE */
.list .society-logo.society-logo-letter {
  border-right: 1px solid #cccccc;
}

.list .society-logo.society-logo-letter .Logo {
  background-color: #f2f3f3;
  border-radius: 2px;
  width: 37px;
  height: 37px;
}

.list .society-item__IsGrid {
  display: none !important;
}

.list .society-item__IsList {
  background: #FFFFFF;
  border: 1px solid #cccccc;
  border-radius: 6px;
  margin-bottom: 14px;
}

.list .society-item__IsList>div {
  padding: 11px 15px;
}

.list .orange-circle-company,
.list .green-circle-company {
  font-size: 9px;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  margin-top: 0;
  flex-shrink: 0;
}

.list .society-name {
  font-family: "Futura Md BT", sans-serif;
  font-weight: 500;
  font-size: 16px;
  line-height: 21px;
  color: #555b64;
}

.list .fa-bell+.fa-circle.red {
  top: 9px;
}

.list .society-item__IsList-header {
  font-family: "Futura Lt BT", sans-serif;
  font-size: 14px;
  line-height: 16px;
  color: #A5ADBA;
  margin-bottom: 10px;
}

.list .society-item__IsList-header .fa-angle-up,
.list .society-item__IsList-header .fa-angle-down {
  font-size: 10px;
}

.list .society-item__IsList-header .fa-angle-down {
  transform: translateY(-3px);
}

.grid .society {
  height: 100%;
}

.society-item__IsList .notif-list {
  min-width: 125px;
}

@media (max-width: 766px) {
  .society-item__IsList .notif-list {
    min-width: initial;
  }
}

.grid .society-item__IsList,
.grid .society-item__IsList-header,
.dashboard-society .society-item__IsList,
.dashboard-society .society-item__IsList-header,
#search-list .society-item__IsList,
#search-list .society-item__IsList-header,
.society-style .society-item__IsList,
.society-style .society-item__IsList-header {
  display: none !important;
}

.grid.society-list,
.dashboard-society.society-list,
#search-list.society-list,
.society-style.society-list {
  width: 100%;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: repeat(auto-fill, minmax(auto, 23rem));
  grid-template-columns: repeat(auto-fill, minmax(auto, 23rem));
  grid-gap: 4rem;
  justify-content: space-evenly;
}

@media all and (-ms-high-contrast: none),
(-ms-high-contrast: active) {

  .grid.society-list,
  .dashboard-society.society-list,
  #search-list.society-list,
  .society-style.society-list {
    display: flex !important;
  }

  .grid.society-list>*,
  .dashboard-society.society-list>*,
  #search-list.society-list>*,
  .society-style.society-list>* {
    margin: 0 4rem 4rem 0;
    max-width: 23rem;
    flex-grow: 1;
  }
}

.grid .society,
.dashboard-society .society,
#search-list .society,
.society-style .society {
  box-shadow: 0 1px 5px 0 #d8d8d8;
  background-color: #ffffff;
  border-top: 3px solid transparent;
  text-align: center;
  padding: 0px 15px 15px 15px;
  margin: 10px 1px 20px 1px;
  position: relative;
}

.grid .society-grey-background:before,
.dashboard-society .society-grey-background:before,
#search-list .society-grey-background:before,
.society-style .society-grey-background:before {
  content: " ";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  height: calc(100% - 150px);
  background-color: #f7f9fa;
  z-index: -1;
}

.grid .society-name-container,
.dashboard-society .society-name-container,
#search-list .society-name-container,
.society-style .society-name-container {
  margin: 1.5em auto 0 auto;
}

.grid .society-name,
.dashboard-society .society-name,
#search-list .society-name,
.society-style .society-name {
  color: #304149;
  font-size: 1.833rem;
  text-align: center;
  font-family: "Futura Bk BT", sans-serif;
  margin: 0 auto;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  /* number of lines to show */
  line-clamp: 2;
  -webkit-box-orient: vertical;
}

.grid .register-title-info,
.dashboard-society .register-title-info,
#search-list .register-title-info,
.society-style .register-title-info {
  display: flex;
  width: 100%;
}

.grid .society-type-container,
.dashboard-society .society-type-container,
#search-list .society-type-container,
.society-style .society-type-container {
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  min-height: 40px;
}

.grid .society-logo,
.dashboard-society .society-logo,
#search-list .society-logo,
.society-style .society-logo {
  margin: 0 auto;
}

.grid .society-logo.society-logo-letter,
.dashboard-society .society-logo.society-logo-letter,
#search-list .society-logo.society-logo-letter,
.society-style .society-logo.society-logo-letter {
  background-color: #f2f3f3;
  box-shadow: 0 1px 5px 0 #d8d8d8;
  width: 74px;
  height: 74px;
}

.grid .society-logo-container,
.dashboard-society .society-logo-container,
#search-list .society-logo-container,
.society-style .society-logo-container {
  width: 100%;
  height: auto;
  display: -ms-flexbox;
  display: flex;
}

.grid .society-logo-name,
.dashboard-society .society-logo-name,
#search-list .society-logo-name,
.society-style .society-logo-name {
  font-size: 2.667rem;
}

.grid.society-list .line,
.dashboard-society.society-list .line,
#search-list.society-list .line,
.society-style.society-list .line {
  display: -ms-flexbox;
  display: flex;
  margin-top: 0.75em;
  -ms-flex-pack: justify !important;
  justify-content: space-between;
  align-items: center;
}

.grid.society-list .line .fa-circle.red,
.dashboard-society.society-list .line .fa-circle.red,
#search-list.society-list .line .fa-circle.red,
.society-style.society-list .line .fa-circle.red {
  top: 9px;
  left: 19px;
}

.grid.society-list .society,
.dashboard-society.society-list .society,
#search-list.society-list .society,
.society-style.society-list .society {
  transition: all 0.5s;
}

.grid.society-list a .society:hover,
.dashboard-society.society-list a .society:hover,
#search-list.society-list a .society:hover,
.society-style.society-list a .society:hover {
  transform: translateY(-5%);
  box-shadow: 0px 5px 10px 1px #979797;
}

.grid .society-key,
.dashboard-society .society-key,
#search-list .society-key,
.society-style .society-key {
  color: #304149;
  font-size: 1.333rem;
  font-family: "Futura Md BT", sans-serif;
}

.grid .society-value,
.dashboard-society .society-value,
#search-list .society-value,
.society-style .society-value {
  color: #304149;
  font-family: "Futura Lt BT", sans-serif;
  font-size: 1.333rem;
  max-width: 68%;
  word-wrap: anywhere;
}

.grid .society-role,
.dashboard-society .society-role,
#search-list .society-role,
.society-style .society-role {
  color: #318e48;
  font-family: "Futura Lt BT", sans-serif;
  font-size: 1.333rem;
  height: 2em;
}

.grid .empty-society-list,
.dashboard-society .empty-society-list,
#search-list .empty-society-list,
.society-style .empty-society-list {
  margin: auto;
  text-align: center;
  font-size: 2rem;
}

.society-list a {
  color: #304149;
  font-family: "Futura Lt BT", sans-serif;
}

.society-type {
  color: #777777;
  font-size: 1.333rem;
  font-family: "Futura Lt BT", sans-serif;
  margin: 0 auto 0.8em;
}

.society .fa-bell {
  margin: 0.75em;
  color: #304149;
}

.empty-society-list .ajouter-societe {
  padding: 0.5em 1.5em;
  border: 1.5px solid #318e48;
  transition: all 0.5s;
  font-size: 1.667rem;
  font-family: "Futura Bk BT", sans-serif;
  position: static;
}

/* SOCIETE DETAIL*/
.detailed-society {
  /*display:none;*/
  padding: 0 20px;
}

.detailed-society .dashboard-topframe,
.compte .dashboard-topframe {
  margin-bottom: 40px;
  padding-top: 0px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.detailed-society .dashboard-topframe button,
.compte .dashboard-topframe button {
  padding-left: 20px;
  padding-top: 10px;
  padding-right: 20px;
  color: #bebcbc;
  font-size: 2rem;
  transition: all 300ms ease-out;
  padding-bottom: 14px;
  border-bottom: 0 solid #318e48;
}

.detailed-society .dashboard-topframe.compressed button,
.compte .dashboard-topframe button {
  letter-spacing: -0.8px;
  font-size: 1.5rem;
}

.detailed-society .dashboard-topframe button:hover:not(:disabled),
.detailed-society .dashboard-topframe button:hover:not(:disabled),
.dashboard-topframe .tablinks.active {
  color: #318e48;
  margin-bottom: 0;
  padding-bottom: 10px;
  border-bottom: 4px solid #318e48;
}

.compte .dashboard-topframe button:hover:not(:disabled),
.compte .dashboard-topframe button:hover:not(:disabled),
.dashboard-topframe .tablinks.active {
  color: #318e48;
  margin-bottom: 0;
  padding-bottom: 10px;
  border-bottom: 4px solid #318e48;
}

.tabcontent {
  animation: fadeEffect 1s;
  /* Fading effect takes 1 second */
}

.tabpartner {
  animation: fadeEffect 1s;
}

.subtablinks-1.active,
.subtablinks-2.active,
.subtablinks-3.active {
  color: #318e48;
}

/* Go from zero to full opacity */
@keyframes fadeEffect {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

.tablinks {
  background: none;
  border: none;
}

.switch {
  font-size: 1.833rem;
  font-family: "Futura Md BT", sans-serif;
  letter-spacing: -1px;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
}

.switch> :not(:first-child) {
  margin-left: 0.5em;
}

.switch-private-on,
.switch-private-public:not(:checked)~.switch-left {
  color: #686868;
}

.switch-private-off,
.switch-left {
  color: rgba(104, 104, 104, 0.42);
}

.switch-public-on,
.switch-private-public:checked~.switch-right {
  color: #298d65;
}

.switch-public-off,
.switch-right {
  color: rgba(49, 142, 72, 0.42);
  /*#298d65;*/
}

.switch-transition-color {
  transition: color 200ms;
}

input.switch-private-public[type="checkbox"] {
  position: relative;
  margin: 0;
}

.switch-private-public-label {
  width: 50px;
  -webkit-appearance: none;
  height: 30px;
  outline: none;
  background-color: #ffffff;
  border: 1px solid #d9dadc;
  border-radius: 50px;
  box-shadow: inset -20px 0 0 0 #686868;
  transition-duration: 200ms;
  margin-bottom: 0;
}

.switch-private-public-label::after {
  content: "";
  width: 26px;
  height: 26px;
  border-radius: 50%;
  box-shadow: 2px 4px 6px rgba(0, 0, 0, 0.2);
}

.switch-private-public:checked~.switch-private-public-label {
  border-color: #4ed164;
  box-shadow: inset 20px 0 0 0 #298d65;
}

.switch-private-public:checked~.switch-private-public-label:after {
  left: 20px;
  box-shadow: -2px 4px 3px rgba(0, 0, 0, 0.05);
}

/* MODE PRIVE */
.detailed-society-first {
  display: -ms-flexbox;
  display: flex;
}

.detailed-society-first .society-logo {
  width: 125px;
  height: 125px;
}

.detailed-society-end {
  background: #FFFFFF;
  border-radius: 6px;
  padding: 11px 15px;
  width: 320px;
  font-family: 'Futura Bk BT';
  font-weight: 400;
  box-shadow: 0 0 3px 2px rgba(122, 122, 122, 0.13);
}

.detailed-society-end .numberRG {
  font-size: 13px;
  text-align: end;
}

.detailed-society-end-title {
  font-size: 16px;
  text-align: center;
  color: #555b64;
}

.detailed-society-end>div p {
  font-size: 15px;
  color: rgba(85, 91, 100, 0.756747);
}

.detailed-society-end>div button,
.detailed-society-end>div a {
  color: #41AB5B;
  font-weight: 500;
  font-size: 15px;
}

.detailed-society-end-btn {
  float: initial !important;
  display: flex;
  margin: 0 auto;
  width: fit-content;
}

.detailed-society-end-btn:hover {
  color: #ffffff;
}

.name-location h1 {
  color: #555b64;
  font-size: 2.333rem;
  font-family: "Futura Bk BT", sans-serif;
  margin: 0 0 5px 0;
}

.name-location h3 {
  font-size: 1.667rem;
  font-family: "Futura Bk BT", sans-serif;
  margin: 5px 0 5px 0;
}

.detailed-society-content {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content: space-around;
  align-content: flex-start;
}

.detailed-society-card {
  font-family: "Futura Md BT", sans-serif;
  font-size: 1.833rem;
  height: auto;
  font-weight: bold;
  margin-bottom: 40px;
}

.detailed-society-card-content {
  font-family: "Futura Lt BT", sans-serif;
  font-weight: initial;
}

.account-title-information {
  padding: 12px 18px;
  column-gap: 30px;
  width: calc(100% + 30px);
  border-bottom: 1px solid rgba(85, 91, 100, 0.33);
}

.account-title-information button {
  color: #C1C7D0;
}

.account-title-information .active {
  color: #7B61FF;
  text-decoration: underline;
  text-underline-offset: 16px;
  text-decoration-thickness: 2px;
}

.account-title-pledge-list {
  color: #5E6C84;
  font-style: italic;
}

.account-title-pledge-list-button {
  color: #7B61FF;
  text-decoration: underline;
}

.normal-detailed-society-card {
  font-family: "Futura Md BT", sans-serif;
  font-size: 1.833rem;
  height: auto;
  margin-bottom: 40px;
}

.detailed-society-content .left-content {
  margin: 0;
  padding: 0;
}

.detailed-society-content .right-content {
  margin: 0;
  padding: 0;
}

.detailed-society-content .detailed-society-card .society {
  width: 100%;
}

.detailed-society-card .society {
  padding: 15px 15px;
  height: auto;
  font-size: 1.4rem;
}

.society-table {
  text-align: left;
  margin: auto;
}

.society-table td {
  padding: 10px 10px 10px 0;
}

.society-table tr td:nth-child(1) {
  font-family: "Futura Lt BT", sans-serif;
  color: #636363;
}

.society-table tr td:nth-child(2) {
  font-family: "Futura Md BT", sans-serif;
  font-weight: bold;
  word-wrap: anywhere;
}

.society-table-compact {
  text-align: left;
  margin: auto;
}

.society-table-compact tr td:nth-child(1) {
  padding: 0 1em;
  font-family: "Futura Lt BT", sans-serif;
  color: #636363;
}

.society-table-compact tr td:nth-child(2) {
  font-family: "Futura Md BT", sans-serif;
  font-weight: bold;
}

.societe-informations td:first-child {
  width: 12em;
  max-width: 50%;
}

.society .registre tr td:nth-child(1) {
  color: #555b64;
}

.society .registre tr td:nth-child(2) {
  text-align: right;
}

.grecaptcha-badge {
  z-index: 2;
}

.button1 {
  width: 100%;
  border-radius: 4px;
  background-color: #298d65;
  padding: 5px 10px;
  font-size: 1.5rem;
  font-weight: 300;
  text-align: center;
  color: #ffffff;
}

.society-table .button1 {
  font-size: inherit;
}

.last-operations {
  display: -ms-flexbox;
  display: flex;
  text-align: right;
}

.last-operations .button1 {
  background-color: #1d93a3;
  padding: 10px;
}

.last-operations-list {
  padding-left: 20px;
  margin-left: 10px;
}

.last-operations-item {
  margin: 20px;
  width: 90%;
  min-height: 45px;
  display: -ms-flexbox;
  display: flex;
  border-radius: 4px;
  box-shadow: 0 0 0 1px rgba(224, 224, 224, 0.5);
  background-color: #ffffff;
}

.last-operations-item .date {
  margin: auto;
  width: 130px;
  min-height: 24px;
  font-family: "Futura Bk BT", sans-serif;
  font-size: 1.5rem;
  color: #1d93a3;
}

.last-operations-item .title {
  margin: auto;
  width: 200px;
  height: auto;
  font-family: "Futura Bk BT", sans-serif;
  font-size: 1.333rem;
  color: #555b64;
  text-align: left;
}

.documents-sociaux .documents-sociaux-item {
  width: 100%;
  color: #555b64;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center !important;
  align-items: center !important;
  padding: 1rem;
}

.documents-sociaux .documents-sociaux-item:hover {
  background-color: #f3f3f3;
}

.documents-sociaux hr {
  margin: 0.5em 0;
}

.documents-sociaux .documents-sociaux-see-more {
  font-size: smaller;
  color: #555b64;
  margin-top: 0.5rem;
}

.documents-sociaux .documents-sociaux-see-more:hover {
  text-decoration: underline;
}

.capital-unknown {
  display: -ms-flexbox;
  display: flex;
  position: relative;
  height: 250px;
  font-family: "Futura Lt BT", sans-serif;
}

#capital-circle {
  width: 150px;
  height: 150px;
  border: 30px solid rgba(200, 226, 226, 0.86);
  border-radius: 200px;
  z-index: 0;
  margin: auto;
}

#sharestype-table {
  width: 100%;
}

#AddPartner .form-row {
  margin-bottom: 20px;
}

#AddPartner .row-label {
  margin-bottom: 10px;
}

.partner-compact {
  padding: 0px 10px;
  background-color: white;
  width: 100%;
  height: 60px;
}

.partner-compact span {
  font-size: 1.667rem;
  font-family: "Futura Bk BT", sans-serif;
}

.button-disabled,
.popup-card-content button:disabled {
  background-color: grey;
  background-image: none;
  cursor: default;
}

#addpartner-button {
  float: right;
  background: white;
  color: green;
  border: 1px solid;
  position: relative;
  bottom: 0;
  left: 35px;
  z-index: 100;
}

.popup h2 {
  margin-bottom: 25px;
}

.popup-card-content h4 {
  text-align: center;
}

.private .left-content {
  width: 42%;
  min-width: 450px;
}

.private .right-content {
  width: 43%;
  min-width: 450px;
}

.societe-main-tab-container-buttons .row .defaultbutton {
  font-size: 1rem;
  margin: 0 1em;
}

.societe-main-tab-container-buttons .row:first-child {
  margin-bottom: 1em;
}

.societe-main-tab-container-buttons .row:first-child .defaultbutton {
  font-size: 1.2rem;
}

.societe-main-tab-container-buttons .societe-more-options {
  color: #555b64;
  font-weight: bold;
  font-family: "Futura Bk BT", sans-serif;
}

.societe-main-tab-container-buttons .societe-more-options:hover {
  color: black;
}

.green-rectangle {
  border: 1px solid rgba(41, 141, 101, 0.53);
  border-radius: 4px;
  width: 100%;
  display: flex;
  text-align: center;
  justify-content: center;
  padding: 20px;
  margin: 15px auto;
  flex-wrap: wrap;
}

.border-green {
  border: 1px solid rgba(41, 141, 101, 0.53);
}

/* MODE PUBLIC */
.change-public-page {
  height: 5em;
  text-align: center;
  font-size: 1.5rem;
  font-weight: 300;
  font-family: "Futura Lt BT", sans-serif;
  border-radius: 6px;
  box-shadow: 0 0 3px 2px rgba(122, 122, 122, 0.13);
  display: -ms-flexbox;
  display: flex;
  background-color: #ffffff;
  justify-content: center;
  align-items: center;
  padding: 20px;
}

.change-public-page i {
  color: #00875a;
  margin: 10px;
}

.change-public-page span {
  margin: auto;
  width: 90%;
}

.change-public-presentation {
  width: 100%;
  height: 200px;
  border-radius: 6px;
  border: solid 1px #cccccc;
  background-color: #ffffff;
  padding: 30px 5px;
  text-align: center;
  font-size: 1.667rem;
  font-family: "Futura Lt BT", sans-serif;
  color: #9b9a9a;
}

.change-public-presentation i {
  color: #318e48;
  margin: 20px;
}

.public .society-logo {
  width: 125px;
  height: 125px;
  margin-left: 0;
  border-radius: 6px;
}

.public .detailed-society-first {
  position: relative;
  bottom: 50px;
  left: 60px;
}

.public .detailed-society-first h1 {
  position: relative;
  top: 50px;
  color: #555b64;
}

.public .detailed-society-content .detailed-society-card .society {
  min-height: 230px;
  display: -ms-flexbox;
  display: flex;
}

.public p {
  color: #636363;
  text-align: justify;
  line-height: 22px;
  font-size: 1.5rem;
}

.fa.fa-pencil {
  color: white;
  margin: auto;
}

.modify .fa.fa-pencil {
  float: right;
  margin-left: 10px;
  color: #318e48;
  width: auto;
}

.unknown-information {
  font-size: 1.667rem;
  font-family: "Futura Bk BT", sans-serif;
  color: #298d65;
}

.contact tbody td {
  padding: 20px 0;
}

.contact a {
  color: #297373;
}

.change-button {
  float: right;
  font-family: "Futura Lt BT", sans-serif;
  padding-bottom: 5px;
  padding-top: 5px;
  background: #297373;
  transition: all 300ms ease-in-out;
  font-weight: 400;
}

.change-button:hover {
  transform: translateY(-10%);
  box-shadow: 0px 2px 7px 1px #a3a3a3;
  color: white;
}

/* PAGE ASSOCIES */
/* REPARTITION CAPITAL */
.partners {
  display: none;
}

.register-social-preview {
  width: 100%;
  height: 60px;
  border-radius: 5px;
  border: solid 1px rgba(204, 204, 204, 0.45);
  background-color: #ffffff;
  padding: 0px 10px;
  display: -ms-flexbox;
  display: flex;
}

.register-social-preview .h1 {
  margin: auto;
  width: auto;
  height: 26px;
  padding-right: 100px;
  font-family: "Futura Md BT", sans-serif;
  font-size: 1.5rem;
  font-weight: bold;
  color: #318e48;
  border-right: 1.5px solid rgba(204, 204, 204, 0.65);
}

.register-social-preview .h1:hover {
  color: #2c7a3f;
}

.register-social-preview button {
  background: none;
  color: #cccccc;
  font-family: "Futura Bk BT", sans-serif;
  font-size: 1.667rem;
  font-weight: bold;
  transition: all 0.2s;
}

.register-social-preview button:hover,
.register-social-preview button:focus {
  color: #318e48;
}

.partners .detailed-society-card {
  margin-top: 40px;
}

.partners .preview .detailed-society-card .society {
  padding: 0;
  width: auto;
  height: auto;
}

.partners .detailed-society-card .society {
  display: -ms-flexbox;
  display: flex;
}

.capital-left-content {
  width: 30%;
  border-right: 1.3px solid rgba(178, 178, 178, 0.71);
}

.capital-right-content {
  width: 70%;
  padding: 20px;
}

.capital-right-content .orderby {
  font-family: "Futura Bk BT", sans-serif;
  font-size: 1.5rem;
  color: #a3a3a3;
  margin-bottom: 20px;
}

.partners .detailed-society-card .society .capital-table td h3 {
  margin: 0;
}

.partners .detailed-society-card .society .capital-table td:nth-child(1) {
  width: auto;
  margin: auto;
  padding: 5px 0px;
  font-size: 1.333rem;
}

.partners .detailed-society-card .society .capital-table td:nth-child(2) {
  width: auto;
  text-align: right;
  padding: 5px 0px;
  font-size: 1.5rem;
}

.capital-partners {
  color: #555b64;
  display: -ms-flexbox;
  display: flex;
}

.capital-partners-partner {
  margin: auto;
}

.capital-partners-partner td {
  padding: 5px 10px;
  text-align: left;
}

.capital-partners-partner td:nth-child(1) {
  width: auto;
}

.capital-partners-partner td:nth-child(2) {
  color: #555b64;
  font-size: 1.5rem;
  font-family: "Futura Bk BT", sans-serif;
}

.capital-partners-partner td:nth-child(3) {
  padding: 0 25px;
}

.doughnut-color {
  border-radius: 4px;
  width: 15px;
  height: 15px;
}

.color1 {
  background-color: #1d93a3;
  border-radius: 4px;
  width: 15px;
  height: 15px;
}

.color2 {
  background-color: #1d63a3;
  border-radius: 4px;
  width: 15px;
  height: 15px;
}

.color3 {
  background-color: #34b07e;
  border-radius: 4px;
  width: 15px;
  height: 15px;
}

.color4 {
  background-color: #e57575;
  border-radius: 4px;
  width: 15px;
  height: 15px;
}

.capital-action-card {
  width: 100%;
  min-height: 80px;
  border-radius: 3px;
  box-shadow: 1px 1px 5px 0 rgba(85, 91, 100, 0.5);
  border: solid 1px #cccccc;
  background-color: #ffffff;
  font-family: "Futura Lt BT", sans-serif;
  font-size: 1.333rem;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #555b64;
  display: -ms-flexbox;
  display: flex;
  flex-direction: row;
  -ms-flex-pack: justify !important;
  justify-content: space-between !important;
  align-items: center;
  padding: 1em 0;
}

.capital-action-card-title {
  width: 20%;
  font-weight: bold;
  font-size: 1.5rem;
  margin: 0 20px;
}

.capital-action-card-title-input {
  width: 20%;
  font-size: 1.5rem;
  margin: 0 20px;
  border: none;
  border-bottom: solid 0.5px #cccccc;
}

.capital-action-card-coefficient-input {
  max-width: 3.5em;
  line-height: 1.2em;
  font-size: 1em;
  border-radius: 3px;
  box-shadow: 0 0 4px 0 #cccccc;
  background-color: #ffffff;
  border: 0;
  padding: 0.2em 0.4em;
}

.capital-action-card-coefficient-input:disabled {
  color: #ccc;
}

.capital-action-card-delete {
  width: 10%;
  font-family: "Futura Md BT", sans-serif;
  font-size: 1.167rem;
  color: #e02121;
  cursor: pointer;
  text-decoration: underline;
}

/* DETAIL DE L'ACTIONNARIAT */
.partners .detailed-society-card:nth-child(3) .society {
  padding: 0;
}

.actionnariat {
  table-layout: fixed;
  width: 100%;
  display: inline;
}

.societe-partner-share-cell>* {
  font-size: 1.167rem;
  height: 2em;
  line-height: 1;
  margin-bottom: 3px;
}

.societe-partner-share-cell> :last-child {
  margin-bottom: 0;
}

.societe-partner-share-cell> :not(.d-grid) {
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.table-custom {
  width: 100%;
  font-size: 1.333rem;
  color: #555b64;
  letter-spacing: -0.8px;
  font-family: "Futura Bk BT", sans-serif;
  table-layout: fixed;
  width: 100%;
}

.table-custom thead {
  background-color: #eceef1;
  font-family: "Futura Md BT", sans-serif;
}

.table-custom thead tr td {
  padding: 10px;
}

.table-custom tr td .actionnariat-type {
  margin: auto;
}

.table-custom tbody tr td {
  padding: 10px;
  text-align: center;
  border-bottom: 1px solid rgba(178, 178, 178, 0.71);
}

.table-custom tr td:nth-child(1) {
  text-align: left;
}

.fa.fa-arrows-v {
  color: #86a8c3;
}

.fa.fa-circle {
  margin: 0;
}

.fa-circle.green {
  color: #20bb56;
}

.fa-circle.orange {
  color: #e3ab25;
}

.fa-circle.red {
  width: 2px;
  height: 2px;
  transform: scale(0.4);
  position: absolute;
  color: #db2727;
  top: 2px;
  left: 18px;
}

.fa.fa-linkedin {
  margin: 0;
}

.actionnariat-search {
  margin: auto;
}

.actionnariat-bottom {
  width: 100%;
  font-family: "Futura Lt BT", sans-serif;
  color: #555b64;
  font-size: 1.167rem;
  text-align: left;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  align-items: center;
}

.actionnariat-bottom p {
  max-width: 220px;
}

.actionnariat-type {
  width: 2.5em;
  height: 2em;
  border-radius: 4px;
  border: solid 2px black;
  text-align: center;
  font-weight: normal !important;
  font-family: "Futura Bk BT", sans-serif;
  letter-spacing: -0.96px;
  font-size: 1.5rem;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow-x: hidden;
}

.actionnariat-type.actionnariat-a {
  border: 2px solid #468ec7;
  color: #468ec7;
}

.actionnariat-type.actionnariat-ap {
  border: 2px solid #56b0f5;
  color: #56b0f5;
}

.actionnariat-type.actionnariat-bspce {
  border: 2px solid #86a8c3;
  color: #86a8c3;
}

.actionnariat-type.actionnariat-bsa {
  border: 2px solid #7d73fa;
  color: #7d73fa;
}

.small-actionnariat-type {
  width: 2.5em;
  height: 2em;
  border-radius: 4px;
  border: solid 2px black;
  text-align: center;
  font-weight: normal !important;
  font-family: "Futura Bk BT", sans-serif;
  letter-spacing: -0.96px;
  font-size: 1.167rem;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow-x: hidden;
}

.actionnariat-input {
  font-size: 1.5rem;
}

.actionnariat-input:invalid {
  border-color: red !important;
}

.individual-partner-first {
  display: -ms-flexbox;
  display: flex;
  border-radius: 5px;
  box-shadow: 1px 2px 4px 0 #cccccc;
  background-color: #ffffff;
  width: 100%;
  padding: 30px;
  margin-top: 30px;
  color: #555b64;
  align-items: stretch;
}

.user-company-picture-wrapper {
  padding-top: 138%;
  position: relative;
  height: 0;
  border-radius: 6px;
  background-color: #f3f3f3;
}

.user-company-picture-wrapper>* {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  border-radius: inherit;
}

.user-company-picture {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-size: cover;
}

.user-company-picture-overlay {
  display: -ms-grid;
  display: grid;
  align-items: center;
  justify-content: center;
  font-size: 1rem;
}

.user-company-picture-overlay i {
  color: #38944f;
  font-size: 150%;
  cursor: pointer;
}

.user-company-picture-overlay i:hover {
  color: #195e42;
}

.user-company-picture+.user-company-picture-overlay {
  z-index: 1;
  opacity: 0;
  transition: opacity 300ms;
  background-color: rgba(80, 80, 80, 0.5);
}

.user-company-picture+.user-company-picture-overlay i {
  color: white;
}

.user-company-picture+.user-company-picture-overlay i:hover {
  color: #ccc;
}

.user-company-picture+.user-company-picture-overlay:hover {
  opacity: 1;
}

.individual-partner-first h1 {
  font-size: 2rem;
  font-family: "Futura Lt BT", sans-serif;
}

.individual-partner-first b {
  font-family: "Futura Md BT", sans-serif;
  font-weight: 100;
}

.individual-partner-first-table {
  flex-grow: 1;
  word-break: break-word;
  font-family: "Futura Lt BT", sans-serif;
  color: #555b64;
  border-collapse: collapse;
  border-style: hidden;
}

.individual-partner-first-table td {
  border: 1.2px solid #979797;
  text-align: center;
}

.individual-partner-first-table .fa-info-circle {
  font-size: 0.8em;
}

.individual-partner-information {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: justify !important;
  justify-content: space-between !important;
}

.individual-partner-information>* {
  width: 47%;
}

.individual-partner-information .detailed-society-card .society {
  width: 100%;
  height: auto;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.individual-partner-information-table {
  margin: auto;
  text-align: left;
  width: 100%;
  margin-bottom: 15px;
  word-break: break-word;
  font-family: "Futura Bk BT", sans-serif;
}

.individual-partner-information-table td:nth-child(1) {
  color: #636363;
  font-size: 1.333rem;
  padding: 10px 30px 10px 0;
}

.individual-partner-information-table td:nth-child(2) {
  font-family: "Futura Md BT", sans-serif;
  font-size: 1.667rem;
  padding: 10px 0;
}

.partner-actions-a {
  width: 85px;
  height: 85px;
  background-color: #298d65;
  border-radius: 5px;
  color: white;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 5px 0;
  transition: all 0.5s;
}

.partner-actions-img {
  color: #298d65;
  width: 30px;
  height: 30px;
  margin: auto;
}

.partner-actions-span {
  color: white;
  margin: auto;
  text-align: center;
}

.titles-held-container {
  color: #636363;
  font-family: "Futura Lt BT", sans-serif;
  font-size: 1.5rem;
}

.titles-held-container .titles-held-row {
  font-weight: bold;
  margin-top: 1rem;
  margin-bottom: 1rem;
}

.titles-held-container .titles-held-row .titles-held-withholding {
  color: #555b64;
  font-weight: normal;
  font-size: 0.9rem;
  font-family: "Futura Bk BT", sans-serif;
}

.titles-held-container .titles-held-row .titles-held-withholding button {
  color: #555b64;
}

.titles-held-container .titles-held-row .titles-held-withholding button:hover {
  text-decoration: underline;
}

.btnEdit {
  border-radius: 50%;
  width: 32px;
  height: 32px;
  position: relative;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.btnEdit:focus,
.btnEdit:hover {
  background-color: rgba(29, 99, 163, 0.102027);
}

.btnEdit~.tooltip {
  width: auto !important;
}

.btnEdit~.tooltip .tooltip-inner {
  background-color: #555B64;
  padding: 5px 15px;
  letter-spacing: initial;
}

.btnEdit~.tooltip.left .tooltip-arrow {
  border-left-color: #555B64 !important;
}

.btnEdit~.tooltip.right .tooltip-arrow {
  border-right-color: #555B64 !important;
}

.btnEdit~.tooltip.bottom .tooltip-arrow {
  border-bottom-color: #555B64 !important;
}

.btnEdit~.tooltip.top .tooltip-arrow {
  border-top-color: #555B64 !important;
}

.button2 {
  width: 150px;
  height: 55px;
  border-radius: 4px;
  border: solid 1px #979797;
  background-color: #1d63a3;
  color: #ffffff;
  font-family: "Futura Bk BT", sans-serif;
  display: -ms-flexbox;
  display: flex;
}

.button2 span {
  font-size: 1.333rem;
  margin: auto;
  padding: 2px 10px;
}

.shareholder {
  width: 100%;
  border-top-color: #5bac8b;
  display: -ms-flexbox;
  display: flex;
}

.shareholder .left-content {
  margin: 0;
  padding: 0;
  width: 27%;
  height: 100%;
}

.shareholder .right-content {
  margin-left: auto;
  padding: 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 70%;
  height: 100%;
}

.case {
  height: auto;
  font-family: "Futura Md BT", sans-serif;
  width: 100%;
  min-height: 70px;
  margin: 20px 0;
}

.case-title {
  color: white;
  background-color: #5BAC8B;
  padding: 2px;
}

.case-content {
  display: -ms-flexbox;
  display: flex;
  padding: 10px 10px;
  height: 75%;
  border: solid 1px #979797;
  border-top: none;
}

.case-content div {
  width: 75%;
}

.case-content .w-100 {
  width: 100%;
}

.case-content table {
  word-break: break-word;
  margin: auto;
  text-align: left;
  color: #555b64;
}

.case-content table td:nth-child(1) {
  margin: auto;
  font-family: "Futura Md BT", sans-serif;
  padding-right: 15px;
}

.case-content h1 {
  margin: 0 0 5px 0;
  letter-spacing: 0px;
  color: #555b64;
  font-family: "Futura Md BT", sans-serif;
  text-align: left;
  font-size: 17px;
}

.case-content h2 {
  margin: 0;
  text-align: left;
  letter-spacing: 0px;
  color: #555b64;
  font-family: "Futura Bk BT", sans-serif;
  font-size: 16px;
  font-weight: 400;
  display: flex;
  align-items: center;
}

.case .case-content:nth-child(2) {
  display: block;
}

.right-content {
  margin: 0;
}

.right-content .top-content {
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}

.top-content h1 {
  font-family: "Futura Md BT", sans-serif;
  font-size: 2.5rem;
  font-weight: bold;
  text-align: center;
  color: #5bac8b;
  margin: auto;
}

.right-content .top-content .case {
  width: 120px;
  margin-left: auto;
}

.case-content.number {
  font-size: 1.5rem;
  text-align: center;
  font-family: "Futura Md BT", sans-serif;
  color: #555b64;
}

.right-content .middle-content {
  display: -ms-flexbox;
  display: flex;
  position: relative;
  bottom: 90px;
}

.right-content .middle-content h2 {
  width: auto;
  height: 16px;
  font-family: "Futura Lt BT", sans-serif;
  font-size: 1.167rem;
  color: #5bac8b;
  margin: 0 10px 0 30px;
}

.fa-check-square,
.fa-square {
  color: #5bac8b;
}

.right-content .bottom-content {
  position: relative;
  bottom: 130px;
}

.shareholder-table {
  word-break: break-word;
  font-family: "Futura Md BT", sans-serif;
  font-size: 1.167rem;
  text-align: center;
  color: #555b64;
  width: 100%;
}

.shareholder-table td {
  /*padding: 7.9px 5px;*/
}

.shareholder-table thead td {
  border: solid 1.2px #979797;
  height: 28px;
}

.shareholder-table tbody td {
  border: solid 1.2px #979797;
  font-family: 'Georgia';
  height: 34px;
}

/* REGISTRES */
.register .society {
  width: auto;
  height: auto;
  padding: 0;
}

.register-preview {
  border-radius: 5px;
  border: solid 1px rgba(204, 204, 204, 0.45);
  background-color: #ffffff;
  padding: 0 1em;
  display: -ms-flexbox;
  display: flex;
  height: 60px;
  margin-bottom: 40px;
}

.register-preview .h1 {
  width: auto;
  height: 100%;
  padding-right: 30px;
  font-family: "Futura Md BT", sans-serif;
  font-size: 1.5rem;
  font-weight: bold;
  border-right: 1.5px solid rgba(204, 204, 204, 0.65);
  margin: auto 15px;
}

.register-preview .h1:hover {
  color: #2c7a3f;
}

.font-italic {
  font-style: italic;
}

.register-preview button {
  background: none;
  border: none;
  margin: auto;
  color: #cccccc;
  height: 26px;
  font-family: "Futura Bk BT", sans-serif;
  font-size: 1.667rem;
  font-weight: bold;
  transition: all 0.2s;
}

.register-preview button:hover,
.register-preview button:focus {
  color: #318e48;
}

.register-preview .scroll,
.register-social-preview .scroll {
  white-space: nowrap;
  width: auto;
  overflow: hidden;
}

.register-social-preview .scroll {
  width: 70%;
}

.partners-preview {
  /*height: 60px;*/
  border-radius: 5px;
  border: solid 1px rgba(204, 204, 204, 0.45);
  background-color: #ffffff;
  padding: 0px 10px;
  display: -ms-flexbox;
  display: flex;
}

.partners-preview .h1 {
  margin: auto;
  width: auto;
  height: 26px;
  padding-right: 100px;
  font-family: "Futura Md BT", sans-serif;
  font-size: 1.5rem;
  font-weight: bold;
  color: #318e48;
  border-right: 1.5px solid rgba(204, 204, 204, 0.65);
}

.partners-preview .h1:hover {
  color: #2c7a3f;
}

.partners-preview button {
  background: none;
  color: #cccccc;
  font-family: "Futura Bk BT", sans-serif;
  font-size: 1.667rem;
  font-weight: bold;
  transition: all 0.2s;
}

.subtablinks-1 {
  background: none;
  color: #cccccc;
  font-family: "Futura Bk BT", sans-serif;
  font-size: 1.667rem;
  font-weight: bold;
  transition: all 0.2s;
  padding: 1px 4px;
  display: inline-block;
}

.partners-preview button:hover,
.subtablinks-1:hover,
.subtablinks-1:focus,
.partners-preview button:focus {
  color: #318e48;
}

.partners-preview .scroll {
  scrollbar-width: thin;
  white-space: nowrap;
  width: 70%;
}

/* Works on Chrome/Edge/Safari */
.partners-preview .scroll::-webkit-scrollbar {
  width: 12px;
}

.partners-preview .scroll::-webkit-scrollbar-thumb {
  background-color: lightgray;
  border-radius: 20px;
  border: 3px solid lightgray;
}

.register-table {
  width: 100%;
  color: #555b64;
  font-size: 1.167rem;
  font-weight: bold;
  border-collapse: separate;
  font-family: "Futura Bk BT", sans-serif;
}

.register-table thead {
  position: sticky;
  top: 0;
}

.register-table thead th {
  font-family: "Futura Md BT", sans-serif;
  background-color: #eceef1;
}

.register-table thead tr:last-child th {
  border-bottom: 1px solid #979797;
  border-right: none !important;
}

.register-table thead th[rowspan="2"] {
  border-bottom: 1px solid #979797;
}

.register-table th {
  padding: 5px 1px;
  border: 1.5px solid #979797;
  height: 30px;
}

.register-table tbody tr:first-child th {
  border-top: none;
}

.register-table thead td {
  font-family: "Futura Md BT", sans-serif;
  background-color: #eceef1;
}

.register-table thead tr:last-child td {
  border-bottom: 1px solid #979797;
  border-right: none !important;
}

.register-table thead td[rowspan="2"] {
  border-bottom: 1px solid #979797;
}

.register-table td {
  padding: 5px 1px;
  border: 1.5px solid #979797;
  height: 30px;
}

.register-table tbody tr:first-child td {
  border-top: none;
}

.button3 {
  padding: 15px;
  color: white;
  border-radius: 4px;
  background-color: #195e42;
}

.button3:hover {
  color: white;
}

.button3:disabled {
  opacity: 0.5;
}

.register .documents-sociaux {
  display: block;
}

.register .individual-partner-first {
  margin: 30px 0 50px 0;
}

.register .register-table td {
  border: 1px solid #979797;
  border-right: none;
  border-bottom: none;
}

.register .register-table td:last-child {
  border-right: 1px solid #979797;
}

.register .register-table tr:last-child td {
  border-bottom: 1px solid #979797;
}

.register .register-table th {
  border: 1px solid #979797;
  border-right: none;
  border-bottom: none;
}

.register .register-table th:last-child {
  border-right: 1px solid #979797;
}

.register .register-table tr:last-child th {
  border-bottom: 1px solid #979797;
}

.add-register {
  width: 100%;
  height: auto;
  border-radius: 5px;
  box-shadow: 1px 2px 4px 0 #cccccc;
  background-color: #ffffff;
  display: -ms-flexbox;
  display: flex;
  font-size: 1.5rem;
  margin-bottom: 40px;
}

.add-register .left {
  width: 25%;
  height: 100%;
  color: white;
  padding: 30px;
  border-radius: 5px 0px 0px 5px;
}

.add-register .right {
  width: 75%;
  height: 100%;
  margin: auto;
  text-align: center;
  font-family: "Futura Lt BT", sans-serif;
  color: #555b64;
}

.register-button {
  width: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content: center;
}

.register-button a {
  width: 75px;
  height: 75px;
  background-color: #195e42;
  border-radius: 5px;
  color: white;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 5px 0;
  transition: all 0.5s;
}

.register-button a:hover {
  transform: translateY(-10%);
  box-shadow: 0px 2px 7px 1px #a3a3a3;
}

#Register-2 .register-button a {
  background-color: #468ec7;
}

#Register-3 .register-button a {
  background-color: #1d93a3;
}

.register-button img {
  width: 38px;
  margin: auto;
}

.register-button span {
  margin: auto;
}

#Register-2 .society {
  padding: 0;
}

#Register-2 .coffre-fort-table td:nth-child(2) {
  width: 10%;
}

#Register-2 .coffre-fort-table td:nth-child(6) {
  width: 150px;
}

#Register-3 .button {
  background: #1d93a3;
  font-family: "Futura Lt BT", sans-serif;
  padding-bottom: 5px;
  padding-top: 5px;
}

#Register-3 .register-table td:nth-child(1),
#Register-3 .register-table td:nth-child(2),
#Register-3 .register-table td:nth-child(7),
#Register-3 .register-table td:nth-child(8) {
  width: 15%;
}

.table-member thead tr td {
  text-align: left;
}

.table-member tbody tr td {
  font-size: 1.5rem;
  color: #555b64;
  letter-spacing: -0.8px;
  font-family: "Futura Bk BT", sans-serif;
  text-align: left;
  margin-bottom: 5px;
  font-weight: normal;
  overflow: hidden;
  width: auto;
}

.table-member td .key {
  font-size: 1.167rem;
  color: #555b64;
  letter-spacing: -0.8px;
  font-family: "Futura Md BT", sans-serif;
  text-align: left;
  width: auto;
}

.table-member td .value {
  font-size: 1.333rem;
  color: #555b64;
  letter-spacing: -0.8px;
  font-family: "Futura Lt BT", sans-serif;
  text-align: left;
  margin-bottom: 5px;
  font-weight: normal;
}

.table-member label {
  font-weight: normal;
  text-align: left;
  width: 100%;
  display: flex;
  align-items: center;
}

.table-member label input {
  min-width: 12px;
}

.table-member td .mb {
  margin-bottom: 10px;
  line-height: 12px;
}

.register-three-buttons {
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
}

.register-three-buttons .register-one-of-three-buttons {
  border-radius: 2px;
  color: white;
  font-size: 1.5rem;
  background-color: black;
  font-family: "Futura Bk BT", sans-serif;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: center;
  padding: 1rem;
  transition: all 300ms;
  position: relative;
}

.register-three-buttons .register-one-of-three-buttons .tooltip-inner {
  width: 32em;
  max-width: none;
}

.register-one-of-three-buttons.export-result {
  background-color: transparent;
  padding: calc(1rem - 2.4px);
  border: solid;
  border-color: #195e42;
  color: #195e42;
}

.register-three-buttons .register-one-of-three-buttons:not(:last-child),
.register-three-buttons :not(:last-child) .register-one-of-three-buttons {
  margin-right: 2rem;
}

.register-three-buttons .register-one-of-three-buttons:hover {
  transform: translateY(-10%);
  box-shadow: 0 2px 7px 1px #a3a3a3;
}

/* OPERATIONS */
.operation-back-to-list {
  display: inline-grid;
  -ms-grid-columns: auto auto;
  grid-template-columns: auto auto;
  color: #777a7d;
  font-weight: bold;
  font-family: "Futura Md BT", sans-serif;
  cursor: pointer;
  align-items: center;
  font-size: 1.667rem;
  grid-column-gap: 2em;
  margin-bottom: 2rem;
}

.operation-back-to-list:hover {
  color: #555b64;
}

.offer-back-to-dash {
  display: inline-grid;
  -ms-grid-columns: auto auto;
  grid-template-columns: auto auto;
  color: #777a7d;
  font-weight: initial;
  font-family: "Futura Bk BT", sans-serif;
  cursor: pointer;
  align-items: center;
  font-size: 1.667rem;
  grid-column-gap: 0.5em;
  margin-bottom: 2rem;
}

.offer-back-to-dash:hover {
  color: #555b64;
}

.operation .society {
  width: 100%;
  height: auto;
  padding: 0;
}

.operation-inprogress td:nth-child(5) {
  width: 70px;
}

.operation-inprogress .notification-direct {
  width: 20px;
  height: 20px;
  color: black;
}

.operation-new tbody tr td {
  text-align: left;
  padding: 13px 8px;
  vertical-align: middle;
}

.operation-new tr:nth-child(1) {
  color: #195e42;
  border-color: #195e42;
}

.operation-new tr:nth-child(1) .ancrage,
.operation-new tr:nth-child(1) div {
  background-color: #195e42;
  color: white;
}

.operation-new tr:nth-child(2) {
  color: #468ec7;
  border-color: #468ec7;
}

.operation-new tr:nth-child(2) .ancrage,
.operation-new tr:nth-child(2) div {
  background-color: #468ec7;
  color: white;
}

.operation-new tr:nth-child(3) {
  color: #1d93a3;
  border-color: #1d93a3;
}

.operation-new tr:nth-child(3) .ancrage,
.operation-new tr:nth-child(3) div {
  background-color: #1d93a3;
  color: white;
}

.operation-new td:nth-child(1) {
  font-family: "Futura Md BT", sans-serif;
  font-size: 1.667rem;
  font-weight: bold;
  padding-left: 30px;
  margin-right: 10px;
}

.operation-new div {
  text-align: center;
  padding: 0 5px;
  display: -ms-flexbox;
  display: flex;
  height: 50px;
  line-height: 20px;
  font-size: 1.5rem;
  border-radius: 4px;
}

.operation-new div span {
  margin: auto;
}

.operation-new td:nth-child(6) {
  width: 100px;
}

.operation-new .ancrage {
  display: block;
  padding: 5px;
  margin: auto;
  border-radius: 4px;
  background-color: #195e42;
  height: 72px;
  width: 76px;
  color: white;
}

.operation-new .ancrage img {
  width: 60%;
  height: 60%;
}

.operation-history {
  margin-bottom: 10px;
}

.operation-history tbody tr td,
.operation-history thead tr td {
  padding: 15px 0px 15px 20px;
  text-align: left;
}

.operation-history td:nth-child(1) {
  width: 20%;
}

.operation-history td:nth-child(4) {
  width: 70px;
}

.see-more {
  color: #318e48;
}

.see-more:hover {
  color: #226332;
}

#Operation-1,
#Operation-2,
#Operation-3 {
  display: none;
}

.ajouter-operation {
  float: right;
}

/* OPERATION POPUP */
.operation .popup {
  left: 0px;
  display: -ms-flexbox;
  display: flex;
}

.popup-card {
  margin: 3% auto;
  width: 70%;
  border-radius: 2px;
  box-shadow: 4px 4px 9px 0 rgba(85, 91, 100, 0.9);
}

.popup-card-header {
  width: 100%;
  height: 5%;
  background-image: linear-gradient(79deg, #318e48, #74c588);
  display: -ms-flexbox;
  display: flex;
  padding: 15px 20px;
  color: white;
  font-family: "Futura Lt BT", sans-serif;
}

.popup-card-header span {
  margin: auto;
  text-align: center;
  font-size: 2rem;
  font-weight: bold;
}

.popup-card-header i {
  color: white;
  float: right;
}

.popup-card-content {
  width: 100%;
  height: auto;
  padding: 30px;
  background-color: white;
  font-family: "Futura Bk BT", sans-serif;
  color: #555b64;
}

.popup-card-content .topframe {
  width: 100%;
  padding: 20px 0;
  margin-bottom: 35px;
  font-family: "Futura Lt BT", sans-serif;
  font-size: 1.667rem;
  font-weight: bold;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #555b64;
}

.popup-card-content h3 {
  font-family: "Futura Md BT", sans-serif;
  margin: 30px 0 10px 0;
  font-size: 1.833rem;
}

#set-account-number,
#set-initial-shares {
  width: 70%;
  margin: auto;
  text-align: center;
}

#set-account-number thead,
#set-initial-shares thead {
  font-family: "Futura Md BT", sans-serif;
  font-size: 1.5rem;
}

#set-initial-shares label {
  font-weight: normal;
}

#set-initial-shares input[type="checkbox"]:checked+label {
  color: #318e48;
  font-family: "Futura Md BT", sans-serif;
}

#AddOperation .form-key {
  width: 380px;
}

.cession-step {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.cession-step .step {
  margin: 25px 20px;
}

.cession-step-table {
  margin: 20px 0;
  width: 98%;
}

.cession-step-table tr td:nth-child(1) {
  width: 50px;
  vertical-align: middle;
  text-align: center;
}

.empty-circle {
  position: relative;
  z-index: 10;
  background-color: white;
  width: 25px;
  height: 25px;
  border: 1.7px solid #318e48;
  border-radius: 20px;
  margin: auto;
}

.empty-circle .fa-check {
  margin: 0px;
  transform: scale(1);
  color: #318e48;
}

.filled-circle {
  position: relative;
  z-index: 10;
  width: 25px;
  height: 25px;
  border: 1.7px solid #5dbf7c;
  border-radius: 20px;
  margin: auto;
  background-image: linear-gradient(223deg, #5fc27f, #5dbf7c 4%, #318e48);
}

.filled-circle .fa-check {
  margin: 0px;
  transform: scale(1);
  color: white;
}

.small-circle {
  width: 16px;
  height: 16px;
}

.vertical-line {
  height: 75%;
  width: 1px;
  border-left: 1.7px solid #318e48;
  position: relative;
  z-index: 2;
  left: 26px;
  top: 30px;
}

.step-title {
  color: #318e48;
  font-size: 1.833rem;
}

.step-title span {
  font-size: 2rem;
  font-family: "Futura Md BT", sans-serif;
}

.step-content {
  font-size: 1.5rem;
}

.step-content.before {
  color: #9ca4ae;
}

.step-content .defaultbutton {
  margin: 10px 0;
  font-size: 1.167rem;
}

.popup-card-content .upt-msg {
  margin: 10px 0 20px 0;
  font-size: 1.5rem;
  font-family: "Futura Md BT", sans-serif;
  color: #9ca4ae;
}

.defaultbutton {
  border-radius: 2px;
  background-image: linear-gradient(237deg, #5fc27f, #318e48);
  color: white;
  font-size: 1.667rem;
  font-family: "Futura Bk BT", sans-serif;
  padding: 8px 20px;
  display: inline-block;
  text-align: center;
}

.defaultbutton:hover {
  color: rgba(255, 255, 255, 0.85);
}

.defaultbutton i {
  margin: 0 0 0 10px;
}

.reverserdefaultbutton {
  border-radius: 2px;
  border: 3px solid #41AB5B;
  background: white;
  color: #41AB5B;
  font-size: 1.667rem;
  font-family: "Futura Bk BT", sans-serif;
  padding: 8px 20px;
  display: inline-block;
  text-align: center;
}

.reversedefaultbutton:hover {
  color: #41AB5B;
}

.defaultbuttonblue {
  border-radius: 2px;
  background-image: linear-gradient(90deg, #256ca9, #448cc4);
  color: white;
  font-size: 1.667rem;
  font-family: "Futura Bk BT", sans-serif;
  padding: 8px 20px;
  display: inline-block;
  text-align: center;
}

.defaultbuttonblue:hover {
  color: rgba(255, 255, 255, 0.85);
}

.defaultbuttonblue i {
  margin: 0 0 0 10px;
}

.button.return,
.defaultbutton.return {
  background: #cccccc;
  color: #555b64;
}

.right {
  margin-left: auto;
}

.cession-step2 {
  width: 100%;
  display: block;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  text-align: center;
  font-size: 1.667rem;
}

.cession-step2 div {
  width: 100%;
  margin: 20px auto;
  text-align: center;
}

.cession-step2-upload {
  display: -ms-flexbox;
  display: flex;
}

.cession-step2-upload span {
  margin: auto;
}

.cession-step2-upload input {
  display: none;
}

.cession-step2-upload label {
  width: auto;
  color: rgba(66, 82, 110, 0.7);
  font-size: 1.333rem;
}

.cession-step2-upload label:hover {
  color: #42526e;
}

.contentframe {
  width: 100%;
  height: auto;
  margin: 40px 0;
}

.contentframe label {
  font-family: "Futura Bk BT", sans-serif;
  font-weight: normal;
}

.contentframe h3 {
  margin-top: 0px;
}

.subcontent {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.table-radio td {
  padding: 0 10px;
}

.bold-sm {
  font-family: "Futura Md BT", sans-serif;
  font-size: 1.5rem;
}

.inl-grid {
  display: inline-grid;
}

#operation-summary {
  width: 60%;
}

#operation-summary tr td:nth-child(1) {
  font-family: "Futura Md BT", sans-serif;
}

/* OPERATION PREVIEW */
.operation-preview {
  border-radius: 5px;
  border: solid 1px rgba(204, 204, 204, 0.45);
  background-color: #ffffff;
  padding: 0px 30px;
  display: -ms-flexbox;
  display: flex;
  height: 60px;
  margin-bottom: 40px;
  color: #cccccc;
}

.operation-preview .h1 {
  margin: auto 0;
  width: auto;
  height: auto;
  padding-right: 30px;
  font-family: "Futura Md BT", sans-serif;
  font-size: 1.5rem;
  font-weight: bold;
  color: #318e48;
  border-right: 1.5px solid rgba(204, 204, 204, 0.65);
}

.operation-preview .h1:hover,
.operation-preview button:hover,
.operation-preview button:focus {
  color: #2c7a3f;
}

.operation-preview button {
  background: none;
  border: none;
  margin: auto;
  color: #cccccc;
  height: 26px;
  font-family: "Futura Bk BT", sans-serif;
  font-size: 1.667rem;
  font-weight: bold;
  transition: all 0.2s;
}

.operation-preview .scroll {
  padding-left: 15px;
  overflow: auto;
  white-space: nowrap;
  width: auto;
}

.operation-preview .scroll button {
  position: relative;
  top: 15px;
}

/* OPERATION DETAILEE */
.operation-table-information {
  width: 95%;
  border-collapse: collapse;
  border-style: hidden;
  margin: 10px auto;
  color: #555b64;
  font-size: 1.5rem;
}

.operation-table-information td {
  border-left: 1.2px solid #979797;
  border-right: 1.2px solid #979797;
  padding: 10px;
  width: 25%;
}

.operation-table-information tr:nth-child(1) {
  font-family: "Futura Bk BT", sans-serif;
}

.operation .detailed-operation .detailed-society-card:nth-child(3) .society {
  padding: 0;
}

.operation-card {
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -ms-flex-pack: justify !important;
  justify-content: space-between !important;
}

.operation-card i {
  margin: auto 20px;
  transform: scale(1.5);
  color: #1d63a3;
}

.operation-card .detailed-society-card {
  text-align: center;
  width: 20%;
}

.operation-card .detailed-society-card:nth-child(3) {
  width: 35%;
}

.operation-card .detailed-society-card .society {
  padding: 20px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  height: 200px;
  color: #555b64;
}

.operation-photo-profil {
  margin: auto;
  height: 70%;
  width: 50%;
  background-color: #f3f3f3;
}

.operation-card span {
  margin: auto;
  width: 100%;
}

/* DOCUMENT SOCIAUX */
.document {
  display: none;
}

.document .society {
  width: 100%;
  height: auto;
  padding: 0;
}

.document .coffre-fort-top {
  font-size: 1.5rem;
}

/****************************************************** NOTIFICATION *******************************************/
.notification .dashboard-topframe.underline {
  padding: 13px 0;
  border-bottom-width: 1.9px;
}

.notification-frame {
  margin: 2rem 0;
  border-radius: 6px;
  border: solid 1px #cccccc;
  background-color: #ffffff;
  width: 100%;
  display: -ms-flexbox;
  display: flex;
  transition: all 0.5s;
}

.notification-frame-left {
  font-family: "Futura Bk BT", sans-serif;
  color: #a5a5a5;
  font-size: 1rem;
  padding: 1rem;
  text-align: center;
  width: 13%;
  border-right: solid 1px #cccccc;
}

.notification-frame-right {
  width: 87%;
}

.notification-grid {
  height: 100%;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 3fr 1fr 1fr;
  grid-template-columns: 3fr 1fr 1fr;
  grid-auto-flow: column;
  -ms-flex-align: center !important;
  align-items: center !important;
  text-align: center;
  font-family: "Futura Lt BT", sans-serif;
  font-size: 1.5rem;
  color: #555b64;
  grid-column-gap: 2rem;
  padding: 0 2rem;
}

.notification-grid a,
.notification-grid button {
  color: #38944f;
}

.notification-grid a:hover,
.notification-grid button:hover {
  color: #195e42;
}

.notification-grid> :nth-child(2) {
  -ms-grid-column: 2;
}

.notification-grid> :nth-child(3) {
  -ms-grid-column: 3;
}

.notification-frame-logo {
  width: 4rem;
  height: 4rem;
  margin: 0 auto 0.5rem;
}

.chevron-right {
  transform: rotate(90deg);
}

/****************************************************** NOTIFICATION-DETAIL *********************************************/
.notification-detail {
  width: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  color: #555b64;
}

.notification-header {
  width: 100%;
  text-align: center;
}

.notification-header img {
  border-radius: 100%;
}

.notification-content {
  width: 100%;
  padding: 20px;
}

.notification-card {
  border-radius: 6px;
  background-color: #ffffff;
  width: 100%;
  min-height: 100px;
  box-shadow: 0px 4px 10px -1px rgba(0, 0, 0, 0.29);
}

.notification-card .top {
  width: 100%;
  padding: 30px;
  display: -ms-flexbox;
  display: flex;
  border-bottom: 1px solid #ccc;
}

.notification-card .top h2 {
  margin: auto;
}

.notification-card .content {
  padding: 30px 20px;
  width: 100%;
  text-align: center;
}

.notification-card .content p {
  text-align: justify;
}

.notification-card .content button {
  border-radius: 30px;
  width: 130px;
  position: relative;
  top: 53px;
  box-shadow: 0px 7px 10px 0px rgba(0, 0, 0, 0.3);
}

/****************************************************** COFFRE-FORT *********************************************/
.coffre-fort-top {
  margin: 30px 0;
  width: 100%;
  padding: 14px 60px;
  border-radius: 5px;
  border: solid 1px rgba(204, 204, 204, 0.41);
  background-color: #ffffff;
  font-family: "Futura Lt BT", sans-serif;
  color: #555b64;
}

.coffre-fort-top span {
  font-family: "Futura Md BT", sans-serif;
}

.coffre-fort .detailed-society-card .society {
  width: 100%;
  padding: 0;
}

.coffre-fort-table {
  text-align: left;
}

.coffre-fort-table tbody tr td {
  text-align: left;
  width: auto;
}

.coffre-fort-table td:nth-child(1),
.coffre-fort-table td:nth-child(6) {
  width: 50px;
}

.coffre-fort-table td:nth-child(4) {
  width: 200px;
}

.coffre-fort-table tbody td:nth-child(6) {
  font-size: 1rem;
  padding: 7px 0 0 10px;
}

.coffre-fort-table tbody td:nth-child(6) img {
  transform: scale(0.8);
}

.ajouter-document {
  float: right;
  color: #468ec7;
  border-color: #468ec7;
}

.ajouter-document:hover {
  background-color: #468ec7;
}

/****************************************************** COMPTE **************************************************/
.compte .society {
  width: auto;
  padding: 20px;
  border-top-color: #318e48;
}

#Compte-0 {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify !important;
  justify-content: space-between !important;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  color: #318b48;
}

#Compte-0 .society .fa-pencil {
  position: relative;
  left: 10px;
}

#Compte-0 .society h3 {
  font-style: italic;
  color: #318e48;
  font-size: 1.333rem;
  margin: 5px 0;
}

#Compte-0 .society.information {
  padding: 30px;
  padding-bottom: 25px;
  height: auto;
}

#Compte-0 form {
  text-align: left;
  color: #318b48;
}

#Compte-0 form .radio2 {
  width: 170px;
}

#Compte-0 form .radio2.quality {
  width: 260px;
}

#Compte-0 .compte-personal-infos-grid {
  display: -ms-grid;
  display: grid;
  grid-row-gap: 1rem;
}

@media (min-width: 992px) {
  #Compte-0 .compte-personal-infos-grid {
    grid-column-gap: 3rem;
    -ms-grid-columns: 1fr 2fr;
    grid-template-columns: 1fr 2fr;
  }

  #Compte-0 .compte-personal-infos-grid .compte-personal-infos-picture {
    -ms-grid-row: 1;
    -ms-grid-row-span: 1;
    grid-row-start: 1;
    grid-row-end: 2;
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
    grid-column-start: 1;
    grid-column-end: 2;
  }

  #Compte-0 .compte-personal-infos-grid .compte-personal-infos-identity {
    -ms-grid-row: 2;
    -ms-grid-row-span: 1;
    grid-row-start: 2;
    grid-row-end: 3;
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
    grid-column-start: 1;
    grid-column-end: 2;
  }

  #Compte-0 .compte-personal-infos-grid .compte-personal-infos-infos {
    -ms-grid-row: 1;
    -ms-grid-row-span: 2;
    grid-row-start: 1;
    grid-row-end: 3;
    -ms-grid-column: 2;
    -ms-grid-column-span: 1;
    grid-column-start: 2;
    grid-column-end: 3;
    z-index: 0;
  }

  #Compte-0 .compte-personal-infos-grid .compte-personal-infos-password {
    -ms-grid-row: 2;
    -ms-grid-row-span: 1;
    grid-row-start: 2;
    grid-row-end: 3;
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
    grid-column-start: 1;
    grid-column-end: 2;
  }

  #Compte-0 .compte-personal-infos-grid .compte-personal-infos-password .tooltip {
    width: 200px;
  }

  #Compte-0 .compte-personal-infos-grid .compte-personal-infos-data {
    -ms-grid-row: 4;
    -ms-grid-row-span: 1;
    grid-row-start: 4;
    grid-row-end: 5;
    -ms-grid-column: 1;
    -ms-grid-column-span: 2;
    grid-column-start: 1;
    grid-column-end: 3;
  }

  #Compte-0 .compte-personal-infos-grid .compte-personal-infos-data button {
    display: block;
    margin: 0 auto;
  }
}

.compte span.compte-span {
  color: #318e48;
  font-weight: bold;
  font-family: "Futura Bk BT", sans-serif;
  font-size: 1.667rem;
}

#Compte-1 {
  display: none;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: justify !important;
  justify-content: space-between !important;
}

.input-form {
  border: 1px solid #ccc;
  border-radius: 5px;
  background: none;
  padding: 5px 7px;
  width: 100%;
}

.input-form:focus {
  border: 1px solid #979797;
}

.form-group {
  width: 300px;
  text-align: left;
}

/****************************************************** COOKIES **********************************************************/
.cookies {
  color: white;
}

.cookies a,
.cookies button {
  color: inherit;
  font-weight: bold;
  font-family: "Futura Md BT", sans-serif;
}

.cookies a:hover,
.cookies button:hover {
  text-decoration: underline;
}

/****************************************************** FOOTER ..**********************************************************/
.footer {
  box-shadow: 0 1px 5px 2px rgba(204, 204, 204, 0.99);
  background-color: #ffffff;
  position: relative;
  z-index: 2;
  font-size: 1.333rem;
}

.footer .logo-rg {
  width: 200px;
}

@media (max-width: 766px) {
  .footer .logo-rg {
    width: 150px;
  }
}

.logo-made-in-france {
  max-height: 75px;
}

@media (max-width: 766px) {
  .logo-made-in-france {
    max-height: 45px;
  }
}

/*********************************RESPONSIVE**************************************/
.mobile {
  display: none;
}

/* MOBILE/TABLETTE */
@media (max-width: 991.98px) {
  .Mainframe h1 {
    text-align: center;
  }

  .Group-4-Copy {
    width: 170px;
    margin-left: 10px;
  }

  form.search input[type="text"] {
    padding-left: 10px;
  }

  .movingsearchbar form.search {
    width: 330px;
  }

  .movingsearchbar form.search:hover {
    width: 330px;
  }

  .movingsearchbar span {
    display: none;
  }

  .margin-constraint {
    margin: 10px;
    padding: 10px;
  }

  .useful-width h1 {
    font-size: 3.667rem;
  }

  img {
    max-width: 100%;
    height: auto;
    margin: 15px 0;
  }

  .full-width {
    height: auto;
    padding: 20px 10px;
  }

  .useful-width .right-content {
    padding: 0;
  }

  .useful-width .left-content {
    padding: 0;
  }

  .full-width:nth-child(5),
  .full-width:nth-child(1),
  .full-width:nth-child(7),
  .full-width:nth-child(6) {
    height: auto;
  }

  .socialnetworkbutton {
    display: none;
  }

  .Mainframe .title h1 {
    margin: 20px 0;
  }

  .card {
    width: auto;
  }

  .popup-card {
    margin: 0;
    padding: 5px;
    width: 100%;
  }

  .popup-card-content {
    padding: 5px;
  }

  #popup-connexion .popup-card {
    width: 100%;
    padding: 0;
  }

  .signin {
    width: 100%;
    padding: 5px;
  }

  .signin h1 {
    letter-spacing: normal;
  }

  .signin-card {
    width: auto;
  }

  .signin-card-top {
    height: 130px;
  }

  .authentification-tab {
    display: inline-grid;
  }

  .authentification-tablinks {
    width: auto;
    margin: 5px;
    padding: 0 5px;
  }

  .authentification-tab .authentification-tablinks-border {
    border-left: none;
    border-right: none;
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
  }

  .signin-card-content {
    padding: 20px 15px;
    margin-top: 50px;
  }

  .form-row {
    display: block;
  }

  .input-group {
    display: block;
  }

  .radio2.quality {
    width: 100%;
  }

  .form-input.col2 {
    min-width: 93%;
  }

  .content {
    width: 100%;
    padding: 10px;
  }

  .horizontalcase .right-content {
    padding-left: 0;
    width: 50%;
  }

  .horizontalcase .right-content {
    padding-right: 0;
    width: 50%;
  }

  .secondframe .left-content {
    width: 100%;
    padding: 0;
  }

  .secondframe .right-content {
    padding: 0;
  }

  .description .horizontalcase .key {
    width: auto;
  }

  .secondframe .content img {
    margin: auto;
  }

  .secondframe .content .right-content {
    margin: auto;
  }

  .return h3 {
    padding-left: 50px;
  }

  .sidebar {
    width: 72px;
  }

  .sidebar h1,
  .sidebar-nav span,
  .sidebar .orderby.sidebar-selected,
  .disconnect span,
  .logout span {
    display: none;
  }

  .sidebar .fa-circle.red {
    width: 2px;
    height: 2px;
    transform: scale(0.4);
    position: absolute;
    color: #db2727;
    top: 4px;
    left: 51%;
  }

  .dashboard-content {
    width: 90%;
    padding: 0px 5px;
  }

  .individual-partner-first-table {
    font-size: 1.167rem;
  }

  .individual-partner-first-table td {
    padding: 5px 15px;
  }

  .actionnariat-bottom p {
    min-width: 0px;
    font-size: 1rem;
  }

  .ajouter-societe {
    padding: 3px;
    text-align: center;
    border-radius: 50%;
    border-width: 3px;
  }

  .sidebar-option .sidebar-nav {
    padding: 5px;
  }

  #home-icon {
    display: block;
  }

  .ajouter-societe i {
    margin-right: 5px;
    margin-left: 5px;
  }

  .ajouter-societe span {
    display: none;
  }

  .dashboard-search {
    width: 55%;
  }

  .sidebar .profil {
    width: 70%;
  }

  #Compte-0 .right-col,
  #Compte-0 .left-col {
    width: 100%;
  }

  .private .left-content,
  .private .right-content {
    min-width: 0;
    width: 100%;
  }

  .detailed-society .dashboard-topframe {
    width: 100%;
    margin-bottom: 25px;
  }

  .switch {
    float: none;
    position: relative;
    bottom: 15px;
    font-size: 1.667rem;
    text-align: center;
  }

  .change-button {
    padding: 5px 8px;
  }

  .change-button .mobile {
    display: block;
  }

  .change-button .pc {
    display: none;
  }

  .documents-sociaux .button1 {
    padding-left: 0;
    padding-right: 0;
  }

  .change-public-page,
  .individual-partner-information>* {
    width: 100%;
  }
}

textarea.form-input,
textarea.form-input-1em {
  border: solid 1px;
  border-radius: 3px;
}

@media (min-width: 992px) {
  .movingsearchbar form.search .searchfield:hover {
    min-width: 500px;
  }

  .dashboard-content {
    padding: 50px 50px 50px 50px;
    width: 83%;
  }

  .individual-partner-first-table {
    font-size: 2rem;
    line-height: normal;
  }

  .individual-partner-first-table td {
    padding: 1rem 3rem;
  }

  .actionnariat-bottom p {
    min-width: 120px;
  }
}

.Modal__Overlay {
  overflow: auto;
}

.Modal__Body--open {
  height: 100%;
  overflow: hidden;
}

.large-button {
  cursor: pointer;
  border-radius: 4px;
  font-family: "Futura Lt BT", sans-serif;
  font-size: 1.667rem;
  letter-spacing: 0.04px;
  text-align: center;
  color: #ffffff;
  padding: 15px;
  transition: transform 300ms, box-shadow 300ms;
}

.large-button:hover {
  transform: translateY(-10%);
  box-shadow: 0px 2px 7px 1px #a3a3a3;
}

/* Utils */
.text-align-center {
  text-align: center;
}

.text-align-left {
  text-align: left;
}

.text-align-right {
  text-align: right;
}

.d-block {
  display: block;
}

.d-none {
  display: none;
}

.d-inline-grid {
  display: inline-grid;
}

.d-grid {
  display: -ms-grid;
  display: grid;
}

.d-grid-centered {
  display: -ms-grid;
  display: grid;
  justify-items: center;
  align-items: center;
}

.grid-2-cols {
  grid-template: 1fr / 1fr 1fr;
}

.grid-2-cols-auto {
  grid-template: 1fr / auto auto;
}

.d-inline-block {
  display: inline-block;
}

.va-middle {
  vertical-align: middle;
}

.m-auto {
  margin: auto;
}

.underlined {
  text-decoration: underline;
}

.shadowed {
  box-shadow: 1px 1px 3px 0 rgba(178, 178, 178, 0.71);
}

.pixel {
  width: 1px;
  height: 1px;
}

.resize-none {
  resize: none;
}

.position-relative {
  position: relative;
}

.position-absolute {
  position: absolute;
}

.fill-absolute {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

/* Borders */
.rounded-1 {
  border-radius: 1px;
}

.rounded-2 {
  border-radius: 2px;
}

.rounded-3 {
  border-radius: 3px;
}

.rounded-4 {
  border-radius: 4px;
}

.rounded-5 {
  border-radius: 5px;
}

.bordered-1 {
  border-style: solid;
  border-radius: 1px;
}

.bordered-3 {
  border-style: solid;
  border-width: 3px;
}

.border-none {
  border: none;
}

/* Flex boxes */
.flex-row {
  display: -ms-flexbox;
  display: flex;
  flex-direction: row;
}

.flex-row-aligned {
  display: -ms-flexbox;
  display: flex;
  flex-direction: row;
  align-items: center;
}

.flex-row-centered {
  display: -ms-flexbox;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
}

.flex-column {
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
}

.flex-column-centered {
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.flex-wrap {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.flex-grow-1 {
  flex-grow: 1;
}

.flex-grow-2 {
  flex-grow: 2;
}

.flex-shrink-1 {
  flex-shrink: 1;
}

.justify-content-evenly {
  justify-content: space-evenly;
}

.align-items-center {
  align-items: center;
}

.align-items-stretch {
  align-items: stretch;
}

.align-items-start {
  align-items: start;
}

.td-vertical-align-center td {
  vertical-align: middle !important;
}

/* Spacing */
.mt-20 {
  margin-top: 20px;
}

.ml-20 {
  margin-left: 20px;
}

.m-20 {
  margin: 20px;
}

.ml-auto {
  margin-left: auto;
}

.mr-20 {
  margin-right: 20px;
}

.mlr-20 {
  margin-left: 20px;
  margin-right: 20px;
}

.mlr-auto {
  margin-left: auto;
  margin-right: auto;
}

.mtb-auto {
  margin-top: auto;
  margin-bottom: auto;
}

.mtb-10 {
  margin-top: 10px;
  margin-bottom: 10px;
}

.mtb-20 {
  margin-top: 20px;
  margin-bottom: 20px;
}

.m-10 {
  margin: 10px;
}

.mt-75 {
  margin-top: 75px;
}

.w-25 {
  width: 25%;
}

.w-50 {
  width: 50%;
}

.w-60 {
  width: 60%;
}

.w-80 {
  width: 80%;
}

.w-100 {
  width: 100%;
}

.mw-100 {
  max-width: 100%;
}

.min-width-0 {
  min-width: 0;
}

.h-100 {
  height: 100%;
}

.h-auto {
  height: auto !important;
}

.m-0 {
  margin: 0;
}

@media (min-width: 0) {
  .m-xs-auto {
    margin: auto;
  }
}

.p-0 {
  padding: 0;
}

.p-10 {
  padding: 10px;
}

.p-20 {
  padding: 20px;
}

.pl-20 {
  padding-left: 20px;
}

.pl-20 {
  padding-right: 20px;
}

.plr-20 {
  padding-left: 20px;
  padding-right: 20px;
}

.pb-20 {
  padding-bottom: 20px;
}

.vr {
  min-width: 1px;
  height: 100%;
  background-color: lightgrey;
}

/* Hovers */
.show-on-hover {
  opacity: 0;
  background-color: rgba(80, 80, 80, 0.5);
  color: white;
  transition: opacity 200ms;
  height: 125px;
}

.show-on-hover:hover {
  opacity: 1;
}

.underline-on-hover:hover {
  text-decoration: underline;
}

.bg-grey-on-hover:hover {
  background-color: #f3f3f3;
}

.up-shadow-on-hover {
  transition: transform 300ms, box-shadow 300ms;
}

.up-shadow-on-hover:hover {
  transform: translateY(-10%);
  box-shadow: 0px 2px 7px 1px #a3a3a3;
}

.red-on-hover:hover {
  color: red;
}

.turquoise-on-hover:hover {
  color: #1d93a3;
}

/* Shadows */
.shadow-1 {
  box-shadow: 1px 2px 4px 0 #cccccc;
}

/* Buttons */
.radio-button {
  font-size: 18px;
  width: 1em;
  height: 1em;
  border: solid 2px #318e48;
  background-color: #ffffff;
  position: relative;
  border-radius: 50%;
  margin-right: 0.5em;
}

.radio-button:after {
  content: "";
  display: none;
  position: absolute;
  top: 20%;
  right: 20%;
  bottom: 20%;
  left: 20%;
  border-radius: 50%;
  background-color: #318e48;
}

.radio-button-with-text-button {
  width: 18px;
  height: 18px;
  border: solid 2px #318e48;
  background-color: #ffffff;
  position: relative;
  border-radius: 50%;
  margin-right: 0.5em;
}

.radio-button-with-text-button:after {
  content: "";
  display: none;
  position: absolute;
}

input[type="radio"]+.radio-button-with-text {
  border-radius: 3px;
  box-shadow: 0 0 4px 0 #cccccc;
  background-color: #ffffff;
  cursor: pointer;
  padding: 0.7em;
  min-height: 3em;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
}

input[type="radio"]:invalid+label>.radio-button,
input[type="radio"]:invalid+.radio-button-label>.radio-button,
input[type="radio"].input-validation-error+label>.radio-button,
input[type="radio"].input-validation-error+.radio-button-label>.radio-button {
  border-color: red;
}

input[type="radio"]:disabled+label>.radio-button,
input[type="radio"]:disabled+.radio-button-label>.radio-button {
  border-color: grey;
}

input[type="radio"]:disabled+label>.radio-button:after,
input[type="radio"]:disabled+.radio-button-label>.radio-button:after {
  background-color: grey;
}

input[type="radio"]:checked+label>.radio-button:after,
input[type="radio"]:checked+.radio-button-label>.radio-button:after {
  display: block;
}

input[type="radio"]:checked+.radio-button-with-text {
  box-shadow: 0 0 2px 1px #41ab5b;
}

input[type="radio"]:checked+.radio-button-with-text>.radio-button-with-text-button:after {
  top: 3px;
  left: 3px;
  width: 8px;
  height: 8px;
  display: block;
  border-radius: 50%;
  background-color: #318e48;
}

.checkbox-button-with-text-button {
  width: 18px;
  height: 18px;
  border: solid 2px #318e48;
  background-color: #ffffff;
  position: relative;
  border-radius: 10%;
  margin-right: 0.5em;
}

.checkbox-button-with-text-button:after {
  content: "";
  display: none;
  position: absolute;
}

input[type="checkbox"]+.checkbox-button-with-text {
  border-radius: 3px;
  box-shadow: 0 0 4px 0 #cccccc;
  background-color: #ffffff;
  cursor: pointer;
  padding: 0.7em;
  min-height: 3em;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
}

input[type="checkbox"]:invalid+label>.checkbox-button,
input[type="checkbox"]:invalid+.checkbox-button-label>.checkbox-button,
input[type="checkbox"].input-validation-error+label>.checkbox-button,
input[type="checkbox"].input-validation-error+.checkbox-button-label>.checkbox-button {
  border-color: red;
}

input[type="checkbox"]:disabled+label>.checkbox-button,
input[type="checkbox"]:disabled+.checkbox-button-label>.checkbox-button {
  border-color: grey;
}

input[type="checkbox"]:disabled+label>.checkbox-button:after,
input[type="checkbox"]:disabled+.checkbox-button-label>.checkbox-button:after {
  background-color: grey;
}

input[type="checkbox"]:checked+label>.checkbox-button:after,
input[type="checkbox"]:checked+.checkbox-button-label>.checkbox-button:after {
  display: block;
}

input[type="checkbox"]:checked+.checkbox-button-with-text {
  box-shadow: 0 0 2px 1px #41ab5b;
}

input[type="checkbox"]:checked+.checkbox-button-with-text>.checkbox-button-with-text-button:after {
  width: 10px;
  height: 10px;
  display: block;
  background-color: #318e48;
  top: 2px;
  left: 2px;
  border-radius: 1.5px;
}

@keyframes scroll {
  0% {
    transform: translateX(0);
  }

  100% {
    transform: translateX(calc(-250px * 10));
  }
}

.slider {
  background: white;
  height: 100px;
  margin: auto;
  overflow: hidden;
  position: relative;
  width: 960px;
}

@media (max-width: 992px) {
  .slider {
    width: 560px;
  }
}

@media (max-width: 576px) {
  .slider {
    width: 300px;
  }
}

.slider::before,
.slider::after {
  background: linear-gradient(to right, white 0%, rgba(255, 255, 255, 0) 100%);
  content: "";
  height: 100px;
  position: absolute;
  width: 200px;
  z-index: 2;
}

@media (max-width: 992px) {

  .slider::before,
  .slider::after {
    background: none;
  }
}

.slider::after {
  right: 0;
  top: 0;
  transform: rotateZ(180deg);
}

.slider::before {
  left: 0;
  top: 0;
}

.slider .slide-track {
  animation: scroll 30s linear infinite;
  display: flex;
  width: calc(250px * 20);
}

.slider .slide {
  height: 100px;
  display: flex;
  padding: 0 50px;
  width: 250px;
  justify-content: center;
}

.slider .slide img {
  margin: auto;
  max-width: initial;
}

.slider .slide .logo1,
.slider .slide .logo2 {
  height: 80px;
}

.slider .slide .logo3 {
  height: 100px;
}

.slider .slide .logo4 {
  height: 90px;
}

.slider .slide .logo5 {
  height: 45px;
}

.slider .slide .logo6 {
  height: 50px;
}

/*
    USAGE:
    <div class="radio-slider">
        <label>
            <input type="radio" />
            <span>MON LABEL</span>
        </label>
        ...
    </div>
*/
.radio-slider {
  border: 1px solid #ccc;
  border-radius: 20px;
  padding: 0 0.5em;
  min-height: 2.5em;
  text-align: center;
  color: #ccc;
  display: inline-flex;
  align-items: center;
}

.radio-slider>label {
  padding: 0 1em;
  margin: 0;
  border-left: #ccc solid;
  cursor: pointer;
}

.radio-slider>label:first-child {
  border-left: transparent solid;
}

.radio-slider>label>input[type="radio"] {
  display: none;
}

.radio-slider>label>input[type="radio"]:checked+span {
  color: #318b48;
}

/* Flat progress bar */
.flat-progress {
  width: 100%;
  height: 14px;
  position: relative;
}

.flat-progress-frame {
  width: 100%;
  height: 100%;
  border-radius: 7px;
  border: solid 1px #979797;
  background-color: #ffffff;
  position: absolute;
}

.flat-progress-bar {
  height: 100%;
  border-radius: 7px;
  background-color: #298d65;
  position: absolute;
  transition: width 500ms ease-out;
  color: white;
  text-align: center;
  overflow: hidden;
  font-size: 10px;
  flex-wrap: nowrap;
  padding: 1px 0;
}

/* Tables */
.table-td-turquoise-borders tr td {
  border-color: #297373;
}

.table-custom-borders {
  border-collapse: separate;
  border-spacing: 0;
}

.table-custom-borders td {
  border: solid 1px #000;
  border-style: none solid solid none;
  padding: 10px;
}

.table-custom-borders tr:first-child td:first-child {
  border-top-left-radius: 20px;
}

.table-custom-borders tr:first-child td:last-child {
  border-top-right-radius: 20px;
}

.table-custom-borders tr:last-child td:first-child {
  border-bottom-left-radius: 20px;
}

.table-custom-borders tr:last-child td:last-child {
  border-bottom-right-radius: 20px;
}

.table-custom-borders tr:first-child td {
  border-top-style: solid;
}

.table-custom-borders tr td:first-child {
  border-left-style: solid;
}

.table-td-text-align-center tbody tr td,
.table-td-text-align-center thead tr td {
  text-align: center;
}

.table-td-text-align-left tbody tr td,
.table-td-text-align-left thead tr td {
  text-align: left;
}

.table-td-vertical-align-middle tbody tr td,
.table-td-vertical-align-middle thead tr td {
  vertical-align: middle;
}

/* Validation */
.field-validation-error {
  color: #ff0000;
}

.field-validation-valid {
  display: none;
}

.validation-summary-errors {
  color: #ff0000;
}

.validation-summary-errors>ul {
  list-style: none;
  padding-left: 0;
}

.validation-summary-valid {
  display: none;
}

/* Scrolls */
.scroll-arrows {
  display: inline-flex;
  flex-direction: row;
  align-items: center;
  overflow: hidden;
}

.scroll-arrows-left,
.scroll-arrows-right {
  font-family: "FontAwesome";
  font-size: 1.5em;
  cursor: pointer;
  color: #cccccc;
  padding: 0 0.5em;
  transition: color 200ms;
}

.scroll-arrows-left:hover,
.scroll-arrows-right:hover {
  color: #318e48;
}

.scroll-arrows-left {
  padding-left: 0;
}

.scroll-arrows-right {
  padding-right: 0;
}

/* Compte Informations Professionnelles */
.pro-infos-description {
  font-size: 12px;
  border-radius: 5px;
  border: solid 1px rgba(204, 204, 204, 0.41);
  background-color: #ffffff;
  padding: 2em;
}

.pro-infos-table {
  font-size: 12px;
  table-layout: auto;
}

.pro-infos-table tr {
  height: 4em;
}

.pro-infos-table td {
  text-align: left !important;
  padding-left: 1em !important;
  padding-right: 1em !important;
  vertical-align: middle !important;
}

.pro-infos-table label {
  font-weight: normal;
}

.pro-infos-table input[type="file"] {
  opacity: 0;
  position: absolute;
}

.pro-infos-table input[type="file"]+span,
.pro-infos-table input:not([type="file"]) {
  border: 0;
  border-bottom: 1px #979797 solid;
  text-align: center;
  display: inline-block;
}

.pro-infos-table input[type="file"]+span.grey,
.pro-infos-table input:not([type="file"]).grey {
  color: grey;
}

.pro-infos-table .fa {
  color: #555b64 !important;
  margin: auto 1em auto;
}

.pro-infos-buttons label,
.pro-infos-buttons a,
.pro-infos-buttons button {
  color: #555b64 !important;
  font-family: "Futura Bk BT", sans-serif;
  cursor: pointer;
  margin: 0 1em 0 0;
  letter-spacing: -0.8px;
  padding: 0;
}

.pro-infos-buttons label:hover,
.pro-infos-buttons a:hover,
.pro-infos-buttons button:hover {
  text-decoration: underline;
}

.pro-infos-buttons label:last-child,
.pro-infos-buttons a:last-child,
.pro-infos-buttons button:last-child {
  margin-right: 0;
}

@media (min-width: 992px) {
  .pro-infos-description {
    font-size: 18px;
  }

  .pro-infos-table {
    font-size: 16px;
  }

  .pro-infos-table td {
    padding-left: 2em !important;
    padding-right: 2em !important;
  }
}

#Compte-2 {
  font-size: 16px;
}

#Compte-2 button {
  background: none;
  background-color: #41ab5b;
}

.abonnement-popup-wrapper {
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 75vh;
}

.abonnement-popup {
  width: 650px;
  max-width: 100%;
  min-height: 475px;
  border-radius: 2px;
  box-shadow: 4px 4px 9px 0 rgba(85, 91, 100, 0.33);
  background-color: #ffffff;
  padding: 40px;
  position: relative;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  align-items: center;
  -ms-flex-pack: justify !important;
  justify-content: space-between !important;
  font-size: 18px;
  font-family: "Futura Md BT", sans-serif;
  text-align: center;
}

.abonnement-popup-close {
  position: absolute;
  top: 20px;
  right: 20px;
  font-size: 1.2em;
  cursor: pointer;
  color: #979797;
}

.abonnement-popup-title {
  font-weight: bold;
}

.abonnement-popup-text {
  font-weight: normal;
}

.abonnement-popup-button {
  border-radius: 2px;
  background-color: #41ab5b;
  padding: 0.5em 2em 0.5em 1em;
  color: white;
  text-decoration: none !important;
  position: relative;
}

.abonnement-popup-button-chevron {
  position: absolute;
  right: 0.5em;
  font-size: 0.8em;
  margin: 0 !important;
  transform: none !important;
  top: calc(50% - 0.5em);
  vertical-align: middle;
}

@media (min-width: 992px) {
  .abonnement-popup {
    font-size: 24px;
  }
}

/* Prices */
.prices-wrapper {
  font-size: 12px;
  width: 100%;
  font-family: "Futura Md BT", sans-serif;
  padding: 4em 2em 6em;
}

.prices-wrapper .block_price {
  background: #FFFFFF;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  border-radius: 17px;
  padding: 30px;
}

.prices-wrapper .block_price div[class*="col"] {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.prices-title {
  font-family: "Futura Md BT", sans-serif;
  font-size: 20px;
  font-weight: 500;
  text-align: center;
  color: #298d65;
  margin-bottom: 0.8em;
}

.prices-subtitle {
  font-family: "Futura Md BT", sans-serif;
  font-size: 2rem;
  font-weight: 500;
  text-align: center;
  color: #555b64;
  margin-bottom: 2em;
}

.prices-card-list {
  text-align: center;
  margin-bottom: 15px;
}

.prices-card-list p {
  font-family: 'Futura Bk BT';
  font-weight: 400;
  font-size: 16px;
}

.prices-container {
  max-width: 1200px;
  margin: auto;
}

.prices-grid {
  display: -ms-grid;
  display: grid;
  margin: 0 auto;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
}

.prices-grid>* {
  margin: 0 10%;
}

@media (min-width: 992px) {
  .prices-grid {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }
}

.prices-card-grid {
  display: -ms-grid;
  display: grid;
  grid-row-gap: 1.2rem;
  grid-column-gap: 10.5rem;
}

.prices-card-grid .fa.fa-chevron-down {
  display: none;
}

@media (min-width: 992px) {
  .prices-card-grid {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
    -ms-grid-columns: min-content min-content;
    grid-template-columns: min-content min-content;
  }

  .prices-card-grid .prices-card {
    -ms-grid-row: 3;
    -ms-grid-row-span: 1;
    grid-row-start: 3;
    grid-row-end: 4;
  }

  .prices-card-grid .fa.fa-chevron-down {
    -ms-grid-row: 2;
    -ms-grid-row-span: 1;
    grid-row-start: 2;
    grid-row-end: 3;
    text-align: center;
    font-size: 3rem;
    margin-bottom: 0.25rem;
    display: block;
  }

  .prices-card-grid> :nth-child(1),
  .prices-card-grid> :nth-child(2),
  .prices-card-grid> :nth-child(3) {
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
    grid-column-start: 1;
    grid-column-end: 2;
  }

  .prices-card-grid> :nth-child(4),
  .prices-card-grid> :nth-child(5),
  .prices-card-grid> :nth-child(6) {
    -ms-grid-column: 2;
    -ms-grid-column-span: 1;
    grid-column-start: 2;
    grid-column-end: 3;
  }

  .prices-card-grid> :nth-child(7),
  .prices-card-grid> :nth-child(8),
  .prices-card-grid> :nth-child(9) {
    -ms-grid-column: 3;
    -ms-grid-column-span: 1;
    grid-column-start: 3;
    grid-column-end: 4;
  }
}

.prices-card-description {
  min-height: 80px;
  display: flex;
  align-items: center;
}

@media (max-width: 992px) {
  .prices-card-description {
    min-height: initial;
  }
}

.prices-card-description p {
  font-size: 14px;
  text-align: center;
  font-family: "Futura Bk BT";
  margin-bottom: 0;
}

.prices-card {
  color: #555b64;
  font-size: 1.6rem;
  font-family: "Futura Bk BT", sans-serif;
  border-radius: 1.3px;
  box-shadow: 2px 2px 6px 0 rgba(85, 91, 100, 0.33);
  background-color: #ffffff;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  -ms-flex-align: center !important;
  align-items: center !important;
  width: 40rem;
  height: 100%;
  padding-bottom: 1.8rem;
}

.prices-card.mx-auto {
  min-height: 320px;
}

@media (min-width: 992px) {
  .prices-card {
    width: 32rem;
  }

  .prices-card.mx-auto {
    min-height: 390px;
  }
}

.prices-card .prices-card-header {
  text-align: center;
  background: #318E48;
  font-family: "Futura Md BT", sans-serif;
  color: white;
  width: 100%;
  padding: 0.8em 0;
}

.prices-card .prices-card-price,
.prices-card .prices-card-price-with-switch {
  text-align: center;
  min-height: 6em;
  padding-top: 1em;
}

.prices-card .prices-card-price .prices-card-price-text,
.prices-card .prices-card-price-with-switch .prices-card-price-text {
  font-weight: bold;
  font-family: "Futura Md BT", sans-serif;
}

.prices-card .prices-card-price .prices-card-price-subtext,
.prices-card .prices-card-price-with-switch .prices-card-price-subtext {
  font-size: 0.8em;
}

.prices-card .prices-card-price {
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  -ms-flex-pack: center !important;
  justify-content: center !important;
}

.prices-card .prices-card-price-with-switch {
  display: -ms-grid;
  display: grid;
  -ms-grid-rows: auto 1fr auto;
  grid-template-rows: auto 1fr auto;
  -ms-grid-columns: 1fr auto 1fr;
  grid-template-columns: 1fr auto 1fr;
  grid-row-gap: 0.2rem;
  grid-column-gap: 0.7rem;
  -ms-flex-align: center !important;
  align-items: center !important;
}

.prices-card .prices-card-price-with-switch .prices-card-price-text,
.prices-card .prices-card-price-with-switch .prices-card-price-subtext {
  -ms-grid-column: 1;
  -ms-grid-column-span: 3;
  grid-column-start: 1;
  grid-column-end: 4;
}

.prices-card .prices-card-price-with-switch .prices-card-price-subtext {
  -ms-grid-row: 2;
  -ms-grid-row-span: 1;
  grid-row-start: 2;
  grid-row-end: 3;
}

.prices-card .prices-card-price-with-switch .prices-card-price-switch-label {
  -ms-grid-row: 3;
  -ms-grid-row-span: 1;
  grid-row-start: 3;
  grid-row-end: 4;
  -ms-grid-column: 2;
  -ms-grid-column-span: 1;
  grid-column-start: 2;
  grid-column-end: 3;
  width: 4rem;
  height: 2rem;
  border-radius: 1rem;
  background-color: #d4d3d3;
  cursor: pointer;
  position: relative;
  margin: 0;
}

.prices-card .prices-card-price-with-switch .prices-card-price-switch-label::before {
  content: "";
  width: 1.5rem;
  height: 1.5rem;
  border-radius: 0.75rem;
  background-color: white;
  position: absolute;
  top: 0.25rem;
  left: 0.25rem;
  transition: left 300ms;
}

.prices-card .prices-card-price-with-switch .prices-card-price-switch-left,
.prices-card .prices-card-price-with-switch .prices-card-price-switch-right {
  -ms-grid-row: 3;
  -ms-grid-row-span: 1;
  grid-row-start: 3;
  grid-row-end: 4;
  font-size: 1.5rem;
  font-family: "Futura Bk BT", sans-serif;
  letter-spacing: -0.46px;
  text-align: center;
  color: #555b64;
  transition: opacity 300ms;
}

.prices-card .prices-card-price-with-switch .prices-card-price-switch-left {
  -ms-grid-column: 1;
  -ms-grid-column-span: 1;
  grid-column-start: 1;
  grid-column-end: 2;
  opacity: 1;
}

.prices-card .prices-card-price-with-switch .prices-card-price-switch-right {
  -ms-grid-column: 3;
  -ms-grid-column-span: 1;
  grid-column-start: 3;
  grid-column-end: 4;
  opacity: 0.6;
}

.prices-card .prices-card-price-with-switch .prices-card-price-switch:checked~.prices-card-price-switch-label::before {
  background-color: white;
  left: 2.25rem;
}

.prices-card .prices-card-price-with-switch .prices-card-price-switch:checked~.prices-card-price-switch-left {
  opacity: 0.6;
}

.prices-card .prices-card-price-with-switch .prices-card-price-switch:checked~.prices-card-price-switch-right {
  opacity: 1;
}

.prices-card hr {
  width: calc(100% - 5em);
}

.prices-card p {
  font-family: "Futura Bk BT", sans-serif;
}

.prices-card a,
.prices-card button {
  font-size: 0.8em;
  border-radius: 1.4px;
  background-image: linear-gradient(63deg, #318e48 6%, #74c588 88%);
  text-align: center;
  color: white;
  padding: 0.5em 0;
  display: inline-block;
  min-width: 50%;
  margin-top: auto;
}

@media (min-width: 576px) {
  .prices-wrapper {
    font-size: 13px;
  }
}

@media (min-width: 992px) {
  .prices-wrapper {
    font-size: 14px;
  }
}

.prices-list-top {
  font-size: 1.4em;
  font-weight: 500;
  color: #555b64;
  text-align: center;
  margin-top: 2em;
}

@media (min-width: 992px) {
  .prices-list-top {
    text-align: left;
  }
}

.prices-list {
  padding: 0 2em;
  font-family: "Futura Bk BT", sans-serif;
  margin-top: 0.2em;
  font-size: 1.8rem;
  margin-bottom: 2em;
}

.prices-list>* {
  -ms-flex-align: center !important;
  align-items: center !important;
}

.prices-list>*> :first-child {
  margin-right: 1em;
}

.prices-list .fa {
  color: #00875a;
}

.prices-contact-card {
  text-align: center;
  border-radius: 1.6px;
  box-shadow: 3px 3px 7px 0 rgba(85, 91, 100, 0.33);
  background-color: #ffffff;
  font-size: 1.8rem;
  padding: 1.2em;
  font-family: "Futura Bk BT", sans-serif;
  display: -ms-grid;
  display: grid;
  -ms-grid-rows: auto 1fr auto;
  grid-template-rows: auto 1fr auto;
  grid-row-gap: 1em;
  margin-bottom: 2em;
}

.prices-contact-card> :nth-child(1) {
  -ms-grid-row: 1;
  -ms-grid-row-span: 1;
  grid-row-start: 1;
  grid-row-end: 2;
}

.prices-contact-card> :nth-child(2) {
  -ms-grid-row: 2;
  -ms-grid-row-span: 1;
  grid-row-start: 2;
  grid-row-end: 3;
}

.prices-contact-card> :nth-child(3) {
  -ms-grid-row: 3;
  -ms-grid-row-span: 1;
  grid-row-start: 3;
  grid-row-end: 4;
}

.prices-contact-card a,
.prices-contact-card button {
  font-size: 0.8em;
  border-radius: 1.4px;
  background: #318E48;
  text-align: center;
  color: white;
  display: inline-block;
  padding: 0.5em;
  min-width: 50%;
}

.table-register-historique {
  table-layout: auto !important;
}

.table-register-historique tbody tr .table-register-historique-no-document {
  min-width: 10em;
  vertical-align: middle;
}

.table-register-historique tbody tr:not(:first-child) td {
  text-align: left !important;
}

.table-register-historique tbody tr td {
  font-weight: normal;
}

.popup-anchor-user-document-content {
  flex-direction: column;
}

.popup-anchor-user-document-title {
  font-weight: bold;
  text-align: center;
  font-size: 1.3em;
  margin-bottom: 1em;
}

.popup-anchor-user-document-list {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  grid-gap: 1rem 2rem;
  margin-bottom: 2rem;
}

@media (min-width: 768px) {
  .popup-anchor-user-document-list {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }
}

.popup-anchor-user-document-element {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: auto 1fr;
  grid-template-columns: auto 1fr;
  grid-column-gap: 1rem;
  align-items: center;
  padding: 1rem 2rem;
  border-radius: 4px;
  border: 2px solid transparent;
  box-shadow: 1px 1px 3px 0 rgba(178, 178, 178, 0.71);
  background-color: white;
  cursor: pointer;
  transition: border 300ms;
}

.popup-anchor-user-document-element:hover {
  background-color: #f8f8f8;
}

.popup-anchor-user-document-element.selected {
  border-color: #256ca9;
}

.popup-anchor-user-document-element-logo {
  width: 5rem;
  height: 5rem;
  grid-row: span 2;
}

.popup-anchor-user-document-element-name {
  font-weight: bold;
  font-size: 1.2em;
}

.popup-anchor-user-document-button {
  border-radius: 2px;
  background-image: linear-gradient(90deg, #256ca9, #448cc4);
  color: white;
  font-family: "Futura Bk BT", sans-serif;
  padding: 0.5em 2em;
  text-align: center;
  display: block;
  margin: 0 auto;
}

/* Help Page */
.help-page-tabs {
  text-align: center;
  font-weight: bold;
  list-style-type: none;
  padding: 0;
  margin: 1rem 0 2rem;
}

.help-page-tabs a {
  display: inline-block;
  font-size: 1.5rem;
  border-bottom: 0.25em transparent solid;
  color: #979797;
  font-family: "Futura Md BT", sans-serif;
}

.help-page-tabs .active a {
  color: #555b64;
  border-bottom-color: #555b64;
}

.panel-help-title>a,
.panel-help-title>a:active {
  display: block;
  padding: 15px;
  color: #555;
  font-size: 16px;
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: 1px;
  word-spacing: 3px;
  text-decoration: none;
}

.panel-help-heading a:before {
  font-family: 'Glyphicons Halflings';
  content: "\e114";
  float: right;
  transition: all 0.5s;
}

.panel-help-heading.active a:before {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  transform: rotate(180deg);
}

/* Mentions Légales */
.mentions-legales-tabs {
  text-align: center;
  font-weight: bold;
  list-style-type: none;
  padding: 0;
  margin: 1rem 0 2rem;
}

.mentions-legales-tabs button {
  display: inline-block;
  font-size: 1.5rem;
  border-bottom: 0.25em transparent solid;
  color: #979797;
  font-family: "Futura Md BT", sans-serif;
}

.mentions-legales-tabs .active button {
  color: #555b64;
  border-bottom-color: #555b64;
}

.mentions-legales-contents {
  padding: 1em;
  font-family: "Futura Bk BT", sans-serif;
}

.mentions-legales-contents>* {
  padding: 1em;
  font-family: "Futura Bk BT", sans-serif;
  line-height: normal;
}

.mentions-legales-contents p {
  font-family: "Futura Bk BT", sans-serif;
  line-height: normal;
}

.mentions-legales-contents a {
  color: rgb(66, 139, 202);
}

.mentions-legales-article {
  color: #298d65;
  font-weight: bold;
  font-size: 1.333rem;
}

ul.mentions-legales-spaced-list>li {
  padding-top: 1em;
  padding-bottom: 1em;
}

.popup-prices-offer .popup-anchor-user-document-element.selected {
  border-color: #298d65;
}

.popup-prices-offer .popup-anchor-user-document-button {
  background-image: linear-gradient(79deg, #318e48, #74c588);
}

.popup-prices-offer .popup-anchor-user-document-element-logo {
  grid-row: span 1;
}

.popup-prices-offer-register-list>.popup-anchor-user-document-element {
  margin-bottom: 1rem;
}

.sign-before-anchor-grid {
  display: -ms-grid;
  display: grid;
  grid-template: auto 1fr / 1fr 1fr;
  align-items: stretch;
  height: 80vh;
  min-height: 400px;
  grid-row-gap: 2rem;
  font-size: 1.5rem;
  margin: 2rem 0;
  font-family: "Futura Bk BT", sans-serif;
  text-align: center;
}

.sign-before-anchor-button {
  padding: 0.5rem 3rem;
  text-align: center;
  border-radius: 3px;
  color: white !important;
  font-weight: bold;
  font-family: "Futura Md BT", sans-serif;
  background-color: black;
  margin: 0 1rem;
}

@media (min-width: 568px) {
  .sign-before-anchor-button {
    margin: 0 5rem;
  }
}

.sign-before-anchor-label {
  text-align: center;
  font-weight: normal;
}

.sign-before-anchor-grid>object {
  grid-column: span 2;
  width: 100%;
}

.societe-permission-grid {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: auto 1fr;
  grid-template-columns: auto 1fr;
  grid-gap: 1em;
  font-size: 0.8em;
  text-align: left;
  font-weight: bold;
  line-height: normal;
  font-family: "Futura Bk BT", sans-serif;
}

.societe-permission-grid .fa {
  margin: 0;
  font-size: 1.2em;
}

.societe-permission-grid .fa-check {
  color: #41ab5b;
}

.societe-permission-grid .fa-times {
  color: #e57575;
}

.societe-permission-link {
  border-radius: 2px;
  background-color: #41ab5b;
  color: white;
  padding: 0.2em 1em;
  display: inline-block;
  margin: 0 auto;
}

.societe-permission-link .fa-chevron-right {
  font-size: 0.8em;
  vertical-align: middle;
}

.societe-permission-popup {
  justify-content: center;
}

.societe-permission-popup .abonnement-popup-title {
  margin: 1.5em 0;
}

.company-authenticate-wrapper {
  text-align: center;
  font-size: 1rem;
  margin-top: 4rem;
  margin-bottom: 2rem;
  font-size: 1.667rem;
}

.company-authenticate-wrapper h1 {
  margin: 0;
  font-size: 1.7em;
}

.company-authenticate-wrapper a {
  display: inline-block;
  margin-top: 1em;
  background: linear-gradient(246deg, #65c482, #3b9853);
  border: none;
  color: white;
  border-radius: 4px;
  font-size: 1em;
  transition: all 0.5s;
  padding: 0.5em 2em;
}

.mh-50 {
  max-height: 50px;
}

.mh-500 {
  max-height: 500px;
}

.h-100p {
  height: 100px !important;
}

.fs-16 {
  font-size: 16px;
}

.footer-network-img {
  height: 2em;
  margin: 0;
}

.mr-5p {
  margin-right: 9px;
}

.detailed-society-privacy-encart {
  font-size: 1.4rem;
  font-weight: 300;
  font-family: "Futura Lt BT", sans-serif;
  border-radius: 6px;
  box-shadow: 0 0 3px 2px rgba(122, 122, 122, 0.13);
  background-color: #ffffff;
  align-items: center;
  display: inline-flex;
  padding: 1em;
  animation: fadeEffect 1s;
}

.detailed-society-privacy-encart i {
  color: #00875a;
  font-size: 2em;
  margin-left: 0.2em;
  margin-right: 0.5em;
}

.detailed-society-privacy-encart span {
  animation: fadeEffect 1s;
}

.societe-capital-grid {
  margin-bottom: 1.5rem;
  font-weight: bold;
}

.societe-capital-grid>.row:not(:last-child) {
  margin-bottom: 0.5em;
}

.societe-capital-grid>.row> :first-child {
  text-align: right;
  margin-right: 0.5em;
}

.societe-capital-grid>.row> :last-child {
  color: #555b64;
  text-align: left;
}

#societe-capital-modify input {
  min-width: 4em;
  width: auto;
  color: inherit;
  font-weight: inherit;
  border: none;
  border-bottom: 1px grey solid;
  text-align: center;
  max-width: calc(100% - 6em);
}

.custom-file-input-span {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: auto auto;
  grid-template-columns: auto auto;
  font-family: "Futura Bk BT", sans-serif;
  font-weight: normal;
  align-items: center;
  color: #555b64;
  border-bottom: 1px solid rgba(85, 91, 100, 0.33);
  cursor: pointer;
}

.custom-file-input-span> :first-child {
  padding: 0.5em 0.5em 0.5em 0;
}

.custom-file-input-span>i {
  transform: none;
  font-size: 1.2em;
  margin: 0;
  -ms-grid-column: 2;
}

.custom-file-input-span> :first-child.grey,
.custom-file-input-span> :first-child.grey+i {
  opacity: 0.7;
  color: #42526e;
}

:focus+.custom-file-input-span {
  border-bottom-width: 1.5px;
}

.transparent-input,
.prices-card .prices-card-price-with-switch .prices-card-price-switch,
.input-transparent {
  display: block;
  opacity: 0;
  position: absolute;
  pointer-events: none;
}

.popup-change-account-numbers-grid {
  display: -ms-grid;
  display: grid;
  font-size: 1.333rem;
  justify-items: center;
}

@media (min-width: 576px) {
  .popup-change-account-numbers-grid {
    -ms-grid-columns: repeat(2, auto);
    grid-template-columns: repeat(2, auto);
  }
}

@media (min-width: 992px) {
  .popup-change-account-numbers-grid {
    -ms-grid-columns: repeat(3, auto);
    grid-template-columns: repeat(3, auto);
  }
}

.popup-change-account-numbers-grid label>span {
  margin-right: 1em;
}

.tooltip-inner {
  max-width: 400px;
}

.tooltip-inner ul {
  padding-left: 1em;
}

.societe-latest-activities-grid {
  position: relative;
  font-size: inherit;
  margin-left: 1rem;
}

.societe-latest-activities-grid:before {
  content: " ";
  background-color: #1d93a3;
  width: 2px;
  position: absolute;
  top: 0;
  bottom: 0;
  left: calc((10px - 2px) / 2);
}

.societe-latest-activities-grid .societe-latest-activities-item {
  position: relative;
  display: -ms-grid;
  display: grid;
  grid-template-areas: ". hr" "dot text";
  align-items: center;
  grid-column-gap: 1rem;
  -ms-grid-columns: 10px 1fr;
  grid-template-columns: 10px 1fr;
}

.societe-latest-activities-grid .societe-latest-activities-item:before {
  content: " ";
  display: block;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: #1d93a3;
  -ms-grid-row: 2;
  -ms-grid-column: 1;
  grid-area: dot;
  margin: calc((100% - 10px) / 2) 0;
}

.societe-latest-activities-grid .societe-latest-activities-item>hr {
  grid-column: 2/3;
  grid-row: 1/2;
  margin: 0.5em 0;
  width: 100%;
  -ms-grid-row: 1;
  -ms-grid-column: 2;
  grid-area: hr;
}

.societe-latest-activities-grid .societe-latest-activities-item .societe-latest-activities-link {
  color: #555b64;
  padding: 1rem;
  border-radius: calc(10px / 2);
  -ms-grid-row: 2;
  -ms-grid-column: 2;
  grid-area: text;
  display: -ms-flexbox;
  display: flex;
  flex-direction: row;
  -ms-flex-pack: justify !important;
  justify-content: space-between !important;
  align-items: center;
  font-size: inherit;
}

.societe-latest-activities-grid .societe-latest-activities-item .societe-latest-activities-link:hover {
  background-color: #f3f3f3;
  color: #555b64;
}

.societe-latest-activities-grid .societe-latest-activities-item .societe-latest-activities-link :first-child {
  color: #1d93a3;
}

@-webkit-keyframes rotating

/* Safari and Chrome */
  {
  from {
    -webkit-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  to {
    -webkit-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes rotating {
  from {
    -ms-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  to {
    -ms-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

.rotating {
  -webkit-animation: rotating 2s linear infinite;
  -moz-animation: rotating 2s linear infinite;
  -ms-animation: rotating 2s linear infinite;
  -o-animation: rotating 2s linear infinite;
  animation: rotating 2s linear infinite;
}

.search-grid {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: repeat(auto-fit, 30rem);
  grid-template-columns: repeat(auto-fit, 30rem);
  grid-gap: 5rem 7rem;
  justify-content: center;
  align-items: flex-start;
  margin-bottom: 2em;
}

@media all and (-ms-high-contrast: none),
(-ms-high-contrast: active) {
  .search-grid {
    display: flex !important;
    flex-wrap: wrap;
  }

  .search-grid>* {
    margin: 5rem 7rem;
    width: 30rem;
  }
}

.search-card {
  font-size: 1.333rem;
  color: #555b64;
  font-family: "Futura Md BT", sans-serif;
  --border-radius: 5px;
  border-radius: var(--border-radius);
  box-shadow: 1px 2px 4px 0 #cccccc;
  background-color: #ffffff;
}

.search-card:hover {
  color: #555b64;
}

.search-title {
  font-size: 2em;
  color: white !important;
  background-image: linear-gradient(246deg, #65c482, #3b9853);
  margin: 0;
  font-weight: normal;
  padding: 0.7em 0.5em;
  text-align: center;
  line-height: 1.14;
  display: flex;
  align-items: center;
  -ms-flex-pack: center !important;
  justify-content: center !important;
  border-top-left-radius: var(--border-radius);
  border-top-right-radius: var(--border-radius);
}

.search-content {
  padding: 1em 2em 2em 2em;
}

.search-info-grid {
  margin-top: 1em;
  align-items: center;
}

.search-info-grid>.row {
  margin-bottom: 1em;
}

.search-info-grid>.row> :first-child {
  margin-right: 1em;
}

.search-loading-wrapper {
  text-align: center;
}

.search-loading {
  width: 5rem;
  height: 5rem;
}

.search-see-more {
  font-size: 2.333rem;
  color: #38944f;
  font-weight: bold;
  font-family: "Futura Lt BT", sans-serif;
  text-align: center;
  cursor: pointer;
}

.search-see-more:hover {
  color: #195e42;
}

.dashboard-label-searchbar-wrapper {
  flex-grow: 1;
  border-radius: 8px;
  box-shadow: 0 0 4px 0 #cccccc;
  position: relative;
  z-index: 99;
}

.dashboard-label-searchbar-wrapper .btn-green {
  background: #318E48;
  color: #ffffff;
}

.dashboard-label-searchbar-wrapper .btn-grey {
  background: #cccccc;
  color: #ffffff;
}

.dashboard-label-searchbar-wrapper .btn-green-outline {
  border: 1px solid #318E48;
  color: #318E48;
}

.dashboard-label-searchbar-wrapper .btn-grey-outline {
  border: 1px solid #cccccc;
  color: #cccccc;
}

.dashboard-label-searchbar-wrapper .btn-green,
.dashboard-label-searchbar-wrapper .btn-grey,
.dashboard-label-searchbar-wrapper .btn-green-outline,
.dashboard-label-searchbar-wrapper .btn-grey-outline {
  font-family: "Futura Lt BT", sans-serif;
  border-radius: 3px;
  font-size: 12px;
  width: 90px;
  padding: 10px 0;
  display: block;
  text-align: center;
  cursor: pointer;
}

.dashboard-label-searchbar-wrapper .custom-inputSelect::after {
  content: "\f107";
  font-family: "Font Awesome 5 Free";
  font-weight: bold;
  font-size: 17px;
  display: block;
  color: #005640;
  position: absolute;
  top: calc(50% - 8.5px);
  right: 11px;
  z-index: 1;
}

.dashboard-label-searchbar-wrapper .custom-inputSelect {
  position: relative;
  line-height: initial;
  margin-right: 42px;
}

.dashboard-label-searchbar-wrapper .custom-inputSelect::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  background-color: #ffffff;
  border-radius: 2px;
  margin-right: 42px;
}

.dashboard-label-searchbar-wrapper h4 {
  font-family: "Futura Md BT", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 12px;
  line-height: 16px;
}

.dashboard-label-searchbar-wrapper select {
  font-family: "Futura Lt BT", sans-serif;
  color: #959595;
  background: transparent;
  border: 1px solid #DADADA;
  box-sizing: border-box;
  border-radius: 2px;
  padding: 13px 10px;
  margin: 5px 0;
  width: 100%;
  font-size: 12px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  position: relative;
  cursor: pointer;
  line-height: initial;
  z-index: 2;
}

.dashboard-label-searchbar-wrapper .dashboard-details-searchbar {
  padding: 0 13px 17px;
  border-top: 2px dashed #cccccc;
  background-color: #ffffff;
  display: none;
  width: 100%;
  border-radius: 0 0 8px 8px;
}

.dashboard-label-searchbar-wrapper .dashboard-details-searchbar.dashboard-details-searchbar:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 10px;
  background: #ffffff;
  top: -12px;
  left: 0;
}

.dashboard-label-searchbar-wrapper.isOpen>.dashboard-label-searchbar {
  border-radius: 8px 8px 0 0;
}

.dashboard-label-searchbar-wrapper.isOpen>.dashboard-label-searchbar~.dashboard-details-searchbar {
  display: block !important;
  position: absolute;
  box-shadow: 0 0 4px 0 #cccccc;
}

.searchbar-register .dashboard-details-searchbar.dashboard-details-searchbar:after {
  height: 6px;
  top: -7px;
}

.tail-select {
  width: 100% !important;
}

.custom-inputDate .tail--search {
  padding-right: 0 !important;
}

.tail-select.tail--multiple .tail--search,
.tail-select.tail--multiple input[type="text"].tail--search {
  width: calc(100% - 43px) !important;
}

@media (min-width: 576px) {
  .dashboard-label-searchbar-wrapper {
    max-width: 50%;
  }
}

.dashboard-label-searchbar {
  border-radius: 8px;
  background-color: #ffffff;
  margin: 0;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr auto;
  grid-template-columns: 1fr auto;
  align-items: center;
  -ms-flex-pack: justify !important;
  justify-content: space-between !important;
  font-size: 1.667rem;
  padding: 0.5em 1em;
  width: 100%;
  grid-column-gap: 1em;
}

.dashboard-label-searchbar>input {
  margin: 0;
  border: 0;
  min-width: 0;
  -ms-grid-row: 1;
  -ms-grid-column: 1;
}

.dashboard-label-searchbar>img {
  margin: 0;
  -ms-grid-row: 1;
  -ms-grid-column: 2;
}

.societe-documents-list {
  width: 100%;
  text-align: left;
  color: #555b64;
  font-size: 1.333rem;
  font-weight: normal;
  font-family: "Futura Bk BT", sans-serif;
  padding-top: 15px;
}

.societe-documents-list .row {
  margin: 0;
  padding: 0.5em 0;
  border-radius: 3px;
  cursor: pointer;
}

.societe-documents-list .row:hover {
  background-color: #f3f3f3;
}

.societe-documents-list .row .col,
.societe-documents-list .row [class*="col-"] {
  display: -ms-flexbox;
  display: flex;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  -ms-flex-pack: center !important;
  justify-content: center !important;
}

.societe-documents-list .row .col:not(:nth-child(2)),
.societe-documents-list .row [class*="col-"]:not(:nth-child(2)) {
  color: #555b64;
}

.societe-documents-list .row .col:nth-child(2),
.societe-documents-list .row [class*="col-"]:nth-child(2) {
  color: #468ec7;
}

.societe-documents-list hr {
  margin: 0.5em 0;
}

.societe-rights-list {
  color: #555b64;
  font-weight: normal;
  text-align: left;
  font-family: "Futura Bk BT", sans-serif;
  font-size: 1.5rem;
}

.societe-rights-list .societe-rights-fullname {
  font-weight: bold;
}

.societe-rights-list .societe-rights-email {
  font-size: smaller;
}

.societe-rights-list .societe-rights-oval {
  color: white;
  font-weight: bold;
  background-color: #468ec7;
  font-size: 0.7em;
  height: 2em;
  border-radius: 1em;
  padding: 0 1em;
  margin-top: 0.5rem;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-align: center !important;
  align-items: center !important;
}

.societe-rights-list .societe-rights-exclude {
  color: #e57575;
}

.societe-rights-list .societe-rights-exclude:hover {
  color: darkred;
}

.societe-rights-list .societe-rights-change-roles {
  color: #38944f;
}

.societe-rights-list .societe-rights-change-roles:hover {
  color: darkgreen;
}

.societe-rights-list .tooltip {
  width: 20rem;
}

.ask-special-authorization-container {
  font-size: 1.2rem;
  font-family: "Futura Bk BT", sans-serif;
}

.ask-special-authorization-container p {
  font-family: "Futura Md BT", sans-serif;
}

.ask-special-authorization-container label {
  margin: 0;
  font-weight: normal;
  font-family: "Futura Md BT", sans-serif;
}

.ask-special-authorization-container label> :first-child {
  font-weight: bold;
}

.ask-special-authorization-container object {
  height: 40rem;
}

.division-form-container {
  font-size: 1.2rem;
}

.division-form-container .division-form-associate>.row:first-child {
  border-radius: 3px;
  padding: 0.5rem 1.2rem;
}

.division-form-container .division-form-associate>.row:first-child .division-form-infos> :first-child {
  font-weight: bold;
}

.division-form-container .division-form-associate .fa {
  margin: 0;
  font-size: smaller;
}

.text-white {
  color: white;
}

@media all and (-ms-high-contrast: none),
(-ms-high-contrast: active) {
  .d-ie-none {
    display: none !important;
  }
}

.main-grid {
  width: 100%;
  min-height: 100vh;
  height: auto !important;
  height: 100vh;
  display: -ms-grid;
  display: grid;
  -ms-grid-rows: 1fr auto;
  grid-template-rows: 1fr auto;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
}

.main-grid>*:nth-child(2) {
  -ms-grid-row: 2;
}

.table-text-align-left thead tr td,
.table-text-align-left tbody tr td {
  text-align: left;
}

.grid-column-2 {
  -ms-grid-column: 2;
  grid-column: 2;
}

.grid-row-2 {
  -ms-grid-row: 2;
  grid-row: 2;
}

.fast-actions {
  font-size: 2rem;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  font-family: "Futura Md BT", sans-serif;
  color: #298d65;
}

.fast-actions-button {
  border-radius: 4px;
  background-color: #298d65;
  font-family: "Futura Bk BT", sans-serif;
  font-size: 1.2rem;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: center;
  color: white;
  padding: 0.5em 1em;
  min-width: 7em;
}

.fast-actions-button>* {
  display: block;
  margin: 0 auto;
}

.fast-actions-button+.fast-actions-button {
  margin-left: 3em;
}

.fast-actions-button:hover,
.fast-actions-button:focus {
  color: white;
}

.pending {
  border-radius: 10px;
  background-color: #f5b561;
  padding: 5px 15px;
}

.certified-register {
  font-family: "Futura Bk BT";
  font-size: 18px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #5d646e;
}

.text-download-version {
  font-family: "Futura Bk BT";
  font-size: 18px;
  font-weight: 600;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: center;
  color: #298d65;
}

.titles-held-withholdingshares {
  font-family: "Futura Lt BT", sans-serif;
  background-color: #eceef1;
  font-size: 1.6rem;
  line-height: normal;
  align-content: center;
  color: #555b64;
  font-weight: bold;
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.line-5 {
  height: 2px;
  border: solid 1px #979797;
}

.dropdown-menu-center {
  left: 50% !important;
  right: auto !important;
  text-align: center !important;
  transform: translate(-50%, 0) !important;
}

.dropdown-menu-operation {
  color: red;
}

.dropdown-menu-operation.open {
  display: grid;
}

.dropdown-dl-menu {
  top: initial;
  bottom: 100%;
}

.indispo-button {
  float: none;
  font-family: "Futura Lt BT", sans-serif;
  padding-bottom: 5px;
  padding-top: 5px;
  background: #297373;
  transition: all 300ms ease-in-out;
}

.withholding-partner-account {
  font-weight: normal;
  color: #555b64;
  font-family: "Futura Md BT", sans-serif;
  margin: 20px 0px 20px 0px;
  padding: 5px 10px;
  border: 1px solid rgba(125, 115, 250, 0.37);
  min-height: 89px;
}

.withholding-partner-account.no-border {
  border: none;
}

.withholding-partner-account .partner-information {
  font-size: 13px;
}

.button-invite-partner {
  border-radius: 2px;
  background-image: linear-gradient(237deg, #5fc27f, #318e48);
  color: white;
  font-size: 1.667rem;
  font-family: "Futura Bk BT", sans-serif;
  padding: 8px 20px;
  text-align: center;
}

.watermaks-information {
  font-family: "Futura Lt BT", sans-serif;
  font-size: 1.667rem;
  font-style: italic;
  text-align: justify;
  color: #555b64;
  margin: auto;
}

.partner-account-header {
  background-color: #71AD94;
  font-family: "Futura Lt BT", sans-serif;
  font-size: 1.667rem;
  text-align: justify;
}

.home-page-partnership {
  font-family: "Futura Bk BT", sans-serif;
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  grid-template-rows: repeat(2, 5vw);
  grid-gap: 15px;
  align-items: center;
  justify-items: center;
  text-align: center;
  color: #555b64;
  font-size: 18px;
}

.partnership-title {
  font-size: 30px;
  color: #318e48;
  display: flex;
  justify-content: center;
  margin-bottom: 50px;
  font-family: "Futura", sans-serif;
}

.partnership-span {
  color: #555b64;
  font-family: 'Futura', sans-serif;
  font-size: 1.5rem;
}

.zero-padd {
  padding: 0 0 15px 0 !important;
}

.div-dropdonw-onHover {
  text-align: initial;
  padding: 8px 6px;
  color: #555b64;
}

.div-dropdonw-onHover:hover {
  background-color: #efefef;
  cursor: pointer;
}

.content {
  padding: 16px;
}

/* The sticky class is added to the navbar with JS when it reaches its scroll position */
.sticky {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 3;
  background-color: #509061;
}

/* Add some top padding to the page content to prevent sudden quick movement (as the navigation bar gets a new position at the top of the page (position:fixed and top:0) */
.sticky+.content {
  padding-top: 60px;
}

.green-circle-company {
  font-family: "Futura Md BT", sans-serif;
  position: relative;
  z-index: 10;
  width: 35px;
  height: 35px;
  border: 1.7px solid #298d65;
  border-radius: 20px;
  background-color: #298d65;
  margin-top: 5px;
  color: white;
  font-size: 10px;
}

.orange-circle-company {
  font-family: "Futura Md BT", sans-serif;
  position: relative;
  z-index: 10;
  width: 35px;
  height: 35px;
  border: 1.7px solid #FFAB00;
  border-radius: 20px;
  background-color: #FFAB00;
  margin-top: 5px;
  color: white;
  font-size: 10px;
}

.red-circle-company {
  font-family: "Futura Md BT", sans-serif;
  position: relative;
  z-index: 10;
  width: 35px;
  height: 35px;
  border: 1.7px solid #e57575;
  border-radius: 20px;
  background-color: #e57575;
  margin-top: 5px;
  color: white;
  font-size: 10px;
}

.grey-circle-company {
  font-family: "Futura Md BT", sans-serif;
  position: relative;
  z-index: 10;
  width: 35px;
  height: 35px;
  border: 1.7px solid #6D6D6D;
  border-radius: 20px;
  background-color: #6D6D6D;
  margin-top: 5px;
  color: white;
  font-size: 10px;
}

.mini-size-for-circle-multiple-subscriptions {
  width: 10px;
  height: 10px;
}

.mt-50 {
  margin-top: 50px;
}

.mb-100 {
  margin-bottom: 100px;
}

.no-border-top {
  border-top: none;
}

#presentation h1 {
  margin: 100px 0 60px;
  font-weight: 500;
  font-size: 38px;
  line-height: 50px;
  text-align: center;
}

#presentation h3 {
  font-weight: 500;
  font-size: 24px;
  line-height: 32px;
}

#presentation .bg-white h3 {
  color: #55B557;
}

#presentation .bg-white.quote p {
  font-size: 18px;
  line-height: 21px;
  font-style: italic;
}

#presentation .bg-white.quote p span {
  font-family: "Futura Md BT", sans-serif;
}

#presentation .consortium {
  color: #ffffff;
}

#presentation .consortium h3 {
  color: #ffffff;
}

#presentation .consortium p {
  font-style: initial;
}

#presentation .consortium figure img {
  background: white;
  height: 76px;
  border-radius: 5px;
  width: fit-content;
}

#presentation .consortium figcaption span {
  font-family: "Futura Md BT", sans-serif;
}

#presentation .profil-container {
  min-height: 380px;
  display: flex;
  flex-direction: column;
  background-color: #ffffff;
  box-shadow: 0px 3px 20px rgba(0, 0, 0, 0.16);
  border-radius: 4px;
  padding: 10px;
  height: 100%;
}

#presentation .profil-container img {
  border-radius: 50px;
  width: 120px;
}

#presentation .profil-container i {
  font-size: 32px;
  color: #55B557;
}

#presentation .profil-container .name {
  font-size: 16px;
  line-height: 19px;
  color: #55B557;
  margin-bottom: 0;
}

#presentation .profil-container .current-job {
  margin-top: 0;
  font-family: "Futura Lt BT", sans-serif;
  font-weight: 500;
  font-size: 14px;
  line-height: 19px;
}

#presentation .profil-container .current-job span {
  font-family: "Futura Md BT", sans-serif;
}

#presentation .question a:hover,
#presentation .question a:focus {
  color: #ffffff;
}

@media screen and (max-width: 768px) {
  #presentation h1 {
    margin: 30px 0 40px;
    font-size: 28px;
  }
}

.green-circle-signature-status {
  font-family: "Futura Md BT", sans-serif;
  position: relative;
  z-index: 10;
  width: 13px;
  height: 13px;
  border: 1.7px solid #298d65;
  border-radius: 20px;
  background-color: #298d65;
  margin-right: 10px;
  margin-left: 10px;
  margin-top: auto;
  margin-bottom: auto;
  color: white;
  font-size: 10px;
}

.orange-circle-signature-status {
  font-family: "Futura Md BT", sans-serif;
  position: relative;
  z-index: 10;
  width: 13px;
  height: 13px;
  border: 1.7px solid #FFAB00;
  border-radius: 20px;
  background-color: #FFAB00;
  margin-right: 10px;
  margin-left: 10px;
  margin-top: auto;
  margin-bottom: auto;
  color: white;
  font-size: 10px;
}

.blue-circle-signature-status {
  font-family: "Futura Md BT", sans-serif;
  position: relative;
  z-index: 10;
  width: 13px;
  height: 13px;
  border: 1.7px solid #468EC7;
  border-radius: 20px;
  background-color: #468EC7;
  margin-right: 10px;
  margin-left: 10px;
  margin-top: auto;
  margin-bottom: auto;
  color: white;
  font-size: 10px;
}

.red-circle-signature-status {
  font-family: "Futura Md BT", sans-serif;
  position: relative;
  z-index: 10;
  width: 13px;
  height: 13px;
  border: 1.7px solid red;
  border-radius: 20px;
  background-color: red;
  margin-right: 10px;
  margin-left: 10px;
  margin-top: auto;
  margin-bottom: auto;
  color: white;
  font-size: 10px;
  flex-shrink: 0;
}

.noselect {
  -webkit-touch-callout: none;
  /* iOS Safari */
  -webkit-user-select: none;
  /* Safari */
  -khtml-user-select: none;
  /* Konqueror HTML */
  -moz-user-select: none;
  /* Old versions of Firefox */
  -ms-user-select: none;
  /* Internet Explorer/Edge */
  user-select: none;
  /* Non-prefixed version, currently
                                  supported by Chrome, Edge, Opera and Firefox */
}

.rectify-register-button {
  float: right;
  font-family: "Futura Lt BT", sans-serif;
  padding-bottom: 5px;
  padding-top: 5px;
  background-color: white;
  background: white;
  transition: all 300ms ease-in-out;
  color: #195e42;
  border-color: #195e42;
  border-width: thin;
  border-style: inset;
}

.rectify-register-button:hover {
  transform: translateY(-10%);
  box-shadow: 0px 2px 7px 1px #a3a3a3;
}

#Error404 .error-content {
  background: #FFFFFF;
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.0976016);
  border-radius: 3px;
  display: inline-flex;
  flex-direction: column;
  padding: 40px 100px 80px;
  margin: 30px;
}

#Error404 .error-content .oups {
  font-family: "Lato";
  font-style: normal;
  font-weight: 900;
  font-size: 100px;
  line-height: 120px;
  color: #41AB5B;
  padding: 100px 0 65px;
  margin: auto;
}

#Error404 .error-content .fo {
  font-family: "Futura Md BT", sans-serif;
  font-size: 25px;
  line-height: 27px;
  color: #3D3935;
}

#Error404 .error-content .back>a {
  font-family: "Futura Md BT", sans-serif;
  font-size: 15px;
  line-height: 20px;
  text-decoration-line: underline;
  color: #41AB5B;
}

.loader {
  border: 4px solid #f3f3f3;
  /* Light grey */
  border-top: 4px solid #448cc4;
  /* Blue */
  border-radius: 50%;
  width: 50px;
  height: 50px;
  animation: spin 2s linear infinite;
}

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

.input-framed {
  border: 1px solid #DADADA;
  box-sizing: border-box;
  border-radius: 2px;
  padding: 15px;
  width: 100%;
}

.active-pointer {
  pointer-events: auto;
}

.card-no-hover:hover {
  transform: none;
  box-shadow: 1px 1px 5px rgba(85, 91, 100, 0.5);
}

.card-search-company {
  box-shadow: 1px 1px 5px rgba(85, 91, 100, 0.5);
}

@media (min-width: 992px) {
  .dropdown-menu .dropdown-toggle:after {
    border-top: 0.3em solid transparent;
    border-right: 0;
    border-bottom: 0.3em solid transparent;
    border-left: 0.3em solid;
  }

  .dropdown-menu .dropdown-menu {
    margin-left: 0;
    margin-right: 0;
  }

  .dropdown-menu li {
    position: relative;
  }

  .nav-item .submenu {
    display: none;
    position: absolute;
    left: 100%;
    top: -7px;
  }

  .dropdown-menu>li:hover>.submenu {
    display: block;
  }
}

.caret-right {
  border-bottom: 4px solid transparent;
  border-top: 4px solid transparent;
  border-left: 4px solid;
  display: inline-block;
  height: 0;
  vertical-align: middle;
  width: 0;
  margin-left: 5px;
}

.three-padd {
  padding: 3px;
}

.tag-image-account {
  max-height: 15px;
  margin-top: auto;
  margin-bottom: auto;
  margin-right: 5px;
}

.custom-select-option:hover {
  color: #15141a !important;
  background-color: #e0e0e6;
}

.futura-bk-bt {
  font-family: "Futura Bk BT", sans-serif;
}

.cardWhite {
  background: #ffffff;
  border: 1px solid #D8D8D8;
  box-shadow: 1px 2px 4px #cccccc;
  border-radius: 11px;
  padding: 22px;
  font-family: "Futura Bk BT", sans-serif;
}

.cardWhite .title {
  font-family: "Futura Bk BT", sans-serif;
  font-size: 26px;
  margin: 0;
}

.cardWhite .btn-green {
  background: #318E48;
  color: #ffffff;
}

.cardWhite .btn-green-outline {
  background: #ffffff;
  color: #318E48;
  border: 1px solid #318E48;
}

.cardWhite .btn-grey-outline {
  background: #ffffff;
  color: #cccccc;
  border: 1px solid #cccccc;
}

.cardWhite .btn-blue-outline {
  background: #ffffff;
  color: #468ec7;
  border: 1px solid #468ec7;
}

.cardWhite .allborder {
  border: 1px solid #cccccc;
}

.cardWhite textarea {
  padding: 18px 28px;
  border: 1px solid #979797;
  border-radius: 22px;
  height: auto;
}

.cardWhite .bb-grey {
  border-bottom: 1px solid #cccccc;
}

.cardMultipleSubscriptions {
  background: #ffffff;
  border: 1px solid #318E48;
  box-shadow: 1px 2px 4px #cccccc;
  border-radius: 11px;
  padding: 15px;
  font-family: "Futura Bk BT", sans-serif;
}

.cardMultipleSubscriptions .title {
  font-family: "Futura Bk BT", sans-serif;
  font-size: 26px;
  margin: 0;
}

.cardMultipleSubscriptions .btn-green {
  background: #318E48;
  color: #ffffff;
}

.cardMultipleSubscriptions .btn-green-outline {
  background: #ffffff;
  color: #318E48;
  border: 1px solid #318E48;
}

.cardMultipleSubscriptions .btn-grey-outline {
  background: #ffffff;
  color: #cccccc;
  border: 1px solid #cccccc;
}

.cardMultipleSubscriptions .btn-blue-outline {
  background: #ffffff;
  color: #468ec7;
  border: 1px solid #468ec7;
}

.cardMultipleSubscriptions .allborder {
  border: 1px solid #cccccc;
}

.cardMultipleSubscriptions textarea {
  padding: 18px 28px;
  border: 1px solid #979797;
  border-radius: 22px;
  height: auto;
}

.cardMultipleSubscriptions .bb-grey {
  border-bottom: 1px solid #cccccc;
}

.dropdownCustom.smallVersion>.dropdown-toggle {
  min-width: initial;
  padding: 3px 10px;
  border: 1px solid #B5B1B1;
  border-radius: 5px;
  width: 100%;
  height: 28px;
  box-shadow: none;
  color: #555b64;
}

.dropdownCustom.smallVersion>.dropdown-toggle .fa-chevron-down {
  color: #B5B1B1;
  margin-top: 2px;
}

.dropdownCustom.smallVersion>.dropdown-menu {
  min-width: initial;
  width: 100%;
}

.dropdownCustom.smallVersion>.dropdown-menu li a {
  padding: 10px;
}

.dropdownCustom>.dropdown-toggle {
  display: inline-flex;
  justify-content: space-between;
  align-items: center;
  min-width: 250px;
  padding: 12px;
  background: #ffffff;
  border: 1px solid rgba(85, 91, 100, 0.53);
  box-sizing: border-box;
  box-shadow: 0px 4px 14px rgba(0, 0, 0, 0.1);
  border-radius: 8px;
}

.dropdownCustom .dropdown-menu {
  min-width: 250px;
  filter: drop-shadow(0px 4px 14px rgba(0, 0, 0, 0.1));
  border-radius: 8px;
  padding: 0;
}

.dropdownCustom .dropdown-menu li {
  padding: 0;
}

.dropdownCustom .dropdown-menu li a {
  padding: 12px;
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}

.dropdownCustom .dropdown-menu li:hover>a {
  color: initial;
  background-color: rgba(125, 255, 104, 0.2);
}

#uploadDragDrop {
  background: #ffffff;
  border: 2px dashed #cccccc;
  border-radius: 10px;
  width: 100%;
  padding: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}

#uploadDragDrop i {
  font-size: 43px;
}

#uploadDragDrop p {
  font-family: "Futura Bk BT", sans-serif;
  font-size: 20px;
  margin: 16px 0;
}

#uploadDragDrop input {
  border: 1px solid #41AB5B;
  border-radius: 3px;
  font-weight: 500;
  font-size: 12px;
  color: #41AB5B;
  padding: 6px 12px;
  background-color: #ffffff;
}

#uploadDragDrop .file-input__input {
  width: 0.1px;
  height: 0.1px;
  opacity: 0;
  overflow: hidden;
  position: absolute;
  z-index: -1;
}

#uploadDragDrop .file-input__label {
  cursor: pointer;
  border: 1px solid #41AB5B;
  border-radius: 3px;
  font-weight: 500;
  font-size: 12px;
  color: #41AB5B;
  padding: 6px 12px;
  background-color: #ffffff;
}

#uploadDragDropEdit {
  background: #ffffff;
  border: 2px dashed #cccccc;
  border-radius: 10px;
  width: 100%;
  padding: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}

#uploadDragDropEdit i {
  font-size: 43px;
}

#uploadDragDropEdit p {
  font-family: "Futura Bk BT", sans-serif;
  font-size: 20px;
  margin: 16px 0;
}

#uploadDragDropEdit input {
  border: 1px solid #41AB5B;
  border-radius: 3px;
  font-weight: 500;
  font-size: 12px;
  color: #41AB5B;
  padding: 6px 12px;
  background-color: #ffffff;
}

#uploadDragDropEdit .file-input__input {
  width: 0.1px;
  height: 0.1px;
  opacity: 0;
  overflow: hidden;
  position: absolute;
  z-index: -1;
}

#uploadDragDropEdit .file-input__label {
  cursor: pointer;
  border: 1px solid #41AB5B;
  border-radius: 3px;
  font-weight: 500;
  font-size: 12px;
  color: #41AB5B;
  padding: 6px 12px;
  background-color: #ffffff;
}

#AddBeneficiaryChoose1,
#AddBeneficiaryChoose2,
#AddBeneficiaryChoose3 {
  accent-color: #318E48;
  cursor: pointer;
}

#AddBeneficiaryChoose1+label,
#AddBeneficiaryChoose2+label,
#AddBeneficiaryChoose3+label {
  cursor: pointer;
}

.cardSignature {
  text-align: center;
  margin: 20px auto;
  background-color: #F9F9F9;
  border-radius: 5px;
  padding: 20px;
  box-shadow: 3px 3px 4px 1px rgba(68, 68, 68, 0.27);
}

#addSignatoryCard {
  background-color: #F9F9F9;
  border-radius: 5px;
  box-shadow: 3px 3px 4px 1px rgba(68, 68, 68, 0.27);
  padding: 20px;
}

#search-associate-suggestions {
  position: relative;
}

#search-associate-suggestions>div {
  width: 100% !important;
}

#customSelectHolder {
  position: relative;
}

#customSelectHolder>div {
  width: 80% !important;
  margin: 0 !important;
}

#customSelectHolderAug {
  position: relative;
}

#customSelectHolderAug>div {
  width: 150% !important;
}

#customSelectHolderLoan {
  position: relative;
}

#customSelectHolderLoan>div {
  width: 115% !important;
}

#customSelectEmissionBon {
  position: relative;
}

#customSelectEmissionBon>div {
  width: 86% !important;
}

#customSelectEmissionObligation {
  position: relative;
}

#customSelectEmissionObligation>div {
  width: 50% !important;
}

#GoodReasonsToChooseRG h2 {
  font-family: "Futura Bk BT", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 40px;
  text-align: center;
  color: #318E48;
}

#GoodReasonsToChooseRG figure {
  text-align: center;
}

#GoodReasonsToChooseRG figure img {
  margin: 50px 0;
}

#GoodReasonsToChooseRG figure figcaption {
  font-family: 'Futura Bk BT';
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 22px;
  text-align: center;
}

/****New input****/
.inputOutlined {
  font-family: 'Futura Bk BT', sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: inherit;
  width: 100%;
  height: 28px;
  padding: 5px 10px;
  background: transparent;
  border: 1px solid #B5B1B1;
  border-radius: 5px;
  color: #555b64;
}

.inputOutlined-control {
  position: relative;
  width: 100%;
  height: 28px;
}

.inputOutlined-control.haveTooltip *[data-toggle='tooltip'] {
  z-index: 999;
  position: absolute;
  right: 5px;
  top: calc(50% - 6px);
}

.inputOutlined-control.haveTooltip .inputOutlined-input {
  padding-right: 20px;
}

.inputOutlined-control #togglePassword,
.inputOutlined-control #toggleNewPassword,
.inputOutlined-control #toggleNewPasswordConfirmed,
.inputOutlined-control #togglePasswordExtern,
.inputOutlined-control #togglePasswordConfirmedExtern {
  right: 10px;
  position: absolute;
  top: 9px;
  z-index: 2;
  font-size: 12px;
  cursor: pointer;
}

.inputOutlined-label {
  position: absolute;
  font-size: 14px;
  font-weight: 400;
  line-height: inherit;
  left: 1rem;
  top: 4px;
  padding: 0 0.25rem;
  color: #6D6D6D;
  background: #ffffff;
  transition: all 0.3s ease;
}

.inputOutlined-input {
  position: absolute;
  font-family: 'Futura Bk BT', sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: inherit;
  top: 0;
  left: 0;
  z-index: 1;
  resize: none;
  width: 100%;
  height: 28px;
  padding: 5px 10px;
  background: transparent;
  border: 1px solid #B5B1B1;
  border-radius: 5px;
  color: #555b64;
  transition: all 0.2s ease-in-out;
}

.inputOutlined-input.valid {
  border: 1px solid #507455;
  box-shadow: 0px 1px 1px rgba(116, 160, 120, 0.72);
}

.inputOutlined-input.input-validation-error {
  border: 1px solid #FE3528;
  box-shadow: 0px 1px 1px #FE3528;
}

.inputOutlined-input.input-validation-error:focus~.inputOutlined-label {
  color: #FE3528;
}

.inputOutlined-input.input-validation-error:not(:placeholder-shown).inputOutlined-input:not(:focus)~.inputOutlined-label {
  color: #FE3528;
}

.inputOutlined-input::placeholder {
  opacity: 0;
  visibility: hidden;
  color: transparent;
}

.inputOutlined-input:focus {
  outline: none;
  border: 1px solid #507455;
}

.inputOutlined-input:focus~.inputOutlined-label {
  top: -8px;
  left: 10px;
  z-index: 2;
  font-size: 10px;
  font-weight: 400;
  color: #507455;
  transition: all 0.2s ease-in-out;
}

.inputOutlined-input:not(:placeholder-shown).inputOutlined-input:not(:focus)~.inputOutlined-label {
  top: -8px;
  left: 10px;
  z-index: 2;
  font-size: 10px;
  font-weight: 400;
  transition: all 0.2s ease-in-out;
  color: #507455;
}

input[type="date"]::-webkit-calendar-picker-indicator {
  filter: invert(39%) sepia(0%) saturate(99%) hue-rotate(150deg) brightness(105%) contrast(83%);
}

.newform-control {
  position: relative;
  width: 100%;
  height: 41px;
}

.newform-label {
  position: absolute;
  font-size: 1.8rem;
  font-weight: 400;
  line-height: inherit;
  left: 1rem;
  top: 0.75rem;
  padding: 0 0.25rem;
  color: #6D6D6D;
  background: #ffffff;
  transition: all 0.3s ease;
}

.newform-input {
  position: absolute;
  font-family: 'Futura Bk BT', sans-serif;
  font-size: 1.8rem;
  font-weight: 400;
  line-height: inherit;
  top: 0;
  left: 0;
  z-index: 1;
  resize: none;
  width: 100%;
  height: 41px;
  padding: 10px;
  background: transparent;
  border: 1px solid #B5B1B1;
  border-radius: 5px;
  color: #555b64;
  transition: all 0.2s ease-in-out;
}

.newform-input.valid {
  border: 1px solid #507455;
  box-shadow: 0px 1px 1px rgba(116, 160, 120, 0.72);
}

.newform-input.input-validation-error {
  border: 1px solid #FE3528;
  box-shadow: 0px 1px 1px #FE3528;
}

.newform-input.input-validation-error:focus~.newform-label {
  color: #FE3528;
}

.newform-input.input-validation-error:not(:placeholder-shown).newform-input:not(:focus)~.newform-label {
  color: #FE3528;
}

.newform-input::placeholder {
  opacity: 0;
  visibility: hidden;
  color: transparent;
}

.newform-input:focus {
  outline: none;
  border: 1px solid #507455;
}

.newform-input:focus~.newform-label {
  top: -10px;
  left: 20px;
  z-index: 2;
  font-size: 13px;
  font-weight: 400;
  color: #507455;
  transition: all 0.2s ease-in-out;
}

.newform-input:not(:placeholder-shown).newform-input:not(:focus)~.newform-label {
  top: -10px;
  left: 20px;
  z-index: 2;
  font-size: 13px;
  font-weight: 400;
  transition: all 0.2s ease-in-out;
  color: #507455;
}

.newform #togglePassword,
.newform #togglePasswordConfirmed,
.newform #togglePasswordConnect2 {
  right: 15px;
  position: absolute;
  top: 13px;
  z-index: 2;
  font-size: 17px;
  cursor: pointer;
}

.newform input[type="checkbox"] {
  height: 28px;
}

.newform .underline-on-hover {
  color: #507455;
}

.newform .form-group-checkbox input {
  padding: 0;
  height: initial;
  width: initial;
  margin-bottom: 0;
  display: none;
  cursor: pointer;
}

.newform .form-group-checkbox label {
  position: relative;
  cursor: pointer;
  font-size: 1.8rem;
  font-family: 'Futura Bk BT', sans-serif;
  color: #6D6D6D;
  -moz-user-select: none;
  /* Firefox */
  -webkit-user-select: none;
  /* Chrome, Safari, Opéra depuis la version 15 */
  -ms-user-select: none;
  /* Internet explorer depuis la version 10 et Edge */
  user-select: none;
  /* Propriété standard */
}

.newform .form-group-checkbox label a {
  font-size: inherit;
  font-family: inherit;
}

.newform .form-group-checkbox label:before {
  content: '';
  -webkit-appearance: none;
  background-color: transparent;
  border: 1px solid #B5B1B1;
  border-radius: 3px;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05), inset 0px -15px 10px -12px rgba(0, 0, 0, 0.05);
  padding: 10px;
  display: inline-block;
  position: relative;
  vertical-align: middle;
  cursor: pointer;
  margin-right: 5px;
  margin-bottom: 5px;
}

.newform .form-group-checkbox input:checked~label:after {
  content: '';
  display: block;
  position: absolute;
  top: 2px;
  left: 9px;
  width: 6px;
  height: 14px;
  border: solid #6D6D6D;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}

.InfoPP,
.InfoNP,
.InfoU {
  font-weight: 400;
  font-size: 14px;
  line-height: 19px;
  letter-spacing: -0.801501px;
  border: solid 1.6px #ECEEF1;
  border-radius: 3px;
  width: 36px;
}

.infobubble {
  display: flex;
  align-items: center;
  background: #FFFFFF;
  border: 1px solid #318E48;
  border-radius: 3px;
  padding: 13px;
}

.infobubble img {
  margin-right: 12px;
}

.infobubble p {
  font-family: 'Futura Bk BT';
  font-weight: 400;
  margin-bottom: initial;
}

.adminUserList {
  box-shadow: 0 1px 5px 0 #d8d8d8;
  background-color: #fff;
  border-top: 3px solid transparent;
  text-align: center;
  padding: 0 15px 15px 15px;
  margin: 10px 1px 20px 1px;
  position: relative;
  z-index: 1;
}

.btn-red-pastel-hover-white {
  color: #ffffff;
  background-color: #e57575;
  font-size: 1.667rem;
  font-family: "Futura Bk BT", sans-serif;
  margin-left: auto;
  padding: 7px 25px;
  border: 1.5px solid #e57575;
  border-radius: 5px;
  position: relative;
  bottom: 10px;
  transition: all 0.5s;
}

.btn-red-pastel-hover-white:hover,
.btn-red-pastel-hover-white:focus {
  color: #e57575 !important;
  background-color: white;
  border-radius: 0;
}

.btn-red-pastel-hover-white i {
  margin-right: 10px;
}

.btn-white-hover-red-paster {
  color: #e57575 !important;
  background-color: white;
  font-size: 1.667rem;
  font-family: "Futura Bk BT", sans-serif;
  margin-left: auto;
  padding: 7px 25px;
  border: 1.5px solid #e57575;
  border-radius: 5px;
  position: relative;
  bottom: 10px;
  transition: all 0.5s;
}

.btn-white-hover-red-paster:hover,
.btn-white-hover-red-paster:focus {
  color: white !important;
  background-color: #e57575;
  border-radius: 0;
}

.btn-white-hover-red-paster i {
  margin-right: 10px;
}

.admin-return-btn {
  color: #828991;
}

.admin-return-btn:hover,
.admin-return-btn:focus {
  font-family: "Futura Md BT", sans-serif;
  color: #318e48;
}

.button-create-social-register {
  color: white !important;
  margin-top: 5px;
  margin-bottom: 5px;
  font-size: 1.3rem !important;
  padding-left: 1px;
  padding-right: 1px;
}

.button-green-prices {
  font-size: 1.2em;
  border-radius: 1.4px;
  background-image: linear-gradient(63deg, #318e48 6%, #74c588 88%);
  text-align: center;
  color: white;
  padding: 0.5em 0;
  display: inline-block;
  min-width: 50%;
  margin-top: auto;
  font-family: "Futura Lt BT", sans-serif;
}

.priceContainer {
  font-family: "Futura Bk BT", sans-serif;
}

.priceContainer .row div:nth-child(3) {
  border-left: 6px solid #318E48;
  border-right: 6px solid #318E48;
}

.priceContainer .row div:nth-child(5) {
  border-left: 6px solid #468ec7;
  border-right: 6px solid #468ec7;
  margin-left: 20px;
}

.priceContainer .row .col {
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.priceContainer .row:last-child div:nth-child(3)::after {
  content: "";
  border-bottom: 6px solid #318E48;
  border-radius: 0 0 4px 4px;
  width: calc(100% + 11px);
  position: absolute;
  bottom: -6px;
}

.priceContainer .row:last-child div:nth-child(5)::after {
  content: "";
  border-bottom: 7px solid #468ec7;
  border-radius: 0 0 4px 4px;
  width: calc(100% + 11px);
  position: absolute;
  bottom: -5px;
}

.priceContainer .row:not(.headerPrice) .col {
  display: flex;
  align-items: center;
  justify-content: center;
}

.headerPriceResponsive {
  position: sticky;
  background-color: #ffffff;
  z-index: 1;
  top: 86px;
}

.cardPriceBlueResponsive {
  border: 2px solid #468ec7;
  border-radius: 8px;
}

.prices-white-bg-green {
  color: #ffffff !important;
  background-color: #318E48;
  border: 6px solid #318E48;
  border-radius: 4px 4px 0 0;
  align-items: center;
  justify-content: center;
  display: flex;
  text-align: center;
  font-size: 14px;
  font-weight: 400;
  font-family: "Futura Bk BT", sans-serif;
  height: 30px;
  margin-top: auto;
}

.prices-white-bg-blue {
  color: #ffffff;
  background-color: #468ec7;
  border: 6px solid #468ec7;
  border-radius: 4px 4px 0 0;
  text-align: center;
  font-size: 14px;
  font-weight: 400;
  font-family: "Futura Bk BT", sans-serif;
}

.underline-green {
  border-bottom: 1.2px solid #318E48;
}

.prices-third-block-title {
  font-style: normal;
  font-weight: 400;
  font-size: 34px;
  line-height: 41px;
  font-family: "Futura Bk BT", sans-serif;
}

.prices-img-profil {
  border-radius: 50px;
  width: 100px;
}

.prices-profil-title {
  font-weight: 400;
  font-size: 16px;
  line-height: 19px;
  font-family: "Futura Md BT", sans-serif;
  text-align: initial;
}

.prices-profil-desc {
  font-weight: 400;
  font-size: 14px;
  line-height: 18px;
  font-family: "Futura Bk BT", sans-serif;
  text-align: justify;
}

.prices-profil-desc2 {
  font-weight: 400;
  font-size: 14px;
  line-height: 14px;
  text-align: start;
  font-family: "Futura Bk BT", sans-serif;
}

.prices-card-height {
  height: 50%;
}

.mb-50 {
  margin-bottom: 50px;
}

#transactionStatusContainer {
  background-color: #F3F3F3;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

#transactionStatusContainer .transactionStatus {
  background-color: #ffffff;
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.0976016);
  border-radius: 3px;
  max-width: 700px;
  width: 100%;
  padding: 45px 30px;
  margin: 30px 15px;
}

#transactionStatusContainer .transactionStatus h3 {
  font-weight: 600;
  font-size: 32px;
}

#transactionStatusContainer .transactionStatus p {
  font-weight: 400;
  font-size: 18px;
  line-height: 27px;
}

#transactionStatusContainer .transactionStatus .btn {
  font-size: 23px;
  display: inline-flex;
  padding: 12px 25px;
  color: #ffffff;
}

#transactionStatusContainer .transactionStatus .btn .fas {
  font-size: 16px;
  margin: auto 0;
}

#transactionStatusContainer .transactionStatus a {
  cursor: pointer;
}

#transactionStatusContainer .transactionStatus *:not(.fas):not(.material-symbols-rounded) {
  font-family: "Futura Bk BT", sans-serif;
}

#transactionStatusContainer .transactionStatus.paymentError {
  padding: 45px 7%;
}

#transactionStatusContainer .transactionStatus.paymentError h3 {
  color: #DB2727;
}

#transactionStatusContainer .transactionStatus.paymentError a:not(.btn) {
  color: #41AB5B;
  text-decoration: underline;
  font-size: 15px;
}

#transactionStatusContainer .transactionStatus.paymentSuccess h3 {
  color: #41AB5B;
}

.dropdownCertifiedRegister .dropdown-menu {
  border: 1px solid #468ec7;
  width: 100%;
  top: 31px;
  margin-top: 0;
  padding: 0;
}

.dropdownCertifiedRegister .dropdown-menu>div {
  padding: 10px;
  display: flex;
  border-bottom: 1px solid #468ec7;
}

.dropdownCertifiedRegister .dropdown-menu>div:first-child {
  border-radius: 4px 4px 0 0;
}

.dropdownCertifiedRegister .dropdown-menu>div:last-child {
  border-radius: 0 0 4px 4px;
  border-bottom: none;
}

.dropdownCertifiedRegister .dropdown-menu>div img {
  margin-right: 7px;
}

.dropdownCertifiedRegister .dropdown-menu>div p {
  font-family: "Futura Bk BT", sans-serif;
  color: #468ec7;
  text-align: center;
}

.dropdownCertifiedRegister .dropdown-menu>div:hover {
  background-color: #efefef;
}

.dropdownImportCompanies .dropdown-menu {
  border: 1px solid #318e48;
  width: 100%;
  top: 31px;
  margin-top: 0;
  padding: 0;
}

.dropdownImportCompanies .dropdown-menu>div,
.dropdownImportCompanies .dropdown-menu>button {
  padding: 10px;
  display: flex;
  border-bottom: 1px solid #318e48;
}

.dropdownImportCompanies .dropdown-menu>div:first-child,
.dropdownImportCompanies .dropdown-menu>button:first-child {
  border-radius: 4px 4px 0 0;
}

.dropdownImportCompanies .dropdown-menu>div:last-child,
.dropdownImportCompanies .dropdown-menu>button:last-child {
  border-radius: 0 0 4px 4px;
  border-bottom: none;
}

.dropdownImportCompanies .dropdown-menu>div img,
.dropdownImportCompanies .dropdown-menu>button img {
  margin-right: 7px;
}

.dropdownImportCompanies .dropdown-menu>div p,
.dropdownImportCompanies .dropdown-menu>button p {
  font-family: "Futura Bk BT", sans-serif;
  text-align: center;
}

.dropdownImportCompanies .dropdown-menu>div:hover,
.dropdownImportCompanies .dropdown-menu>div:focus,
.dropdownImportCompanies .dropdown-menu>button:hover,
.dropdownImportCompanies .dropdown-menu>button:focus {
  color: white !important;
  background-color: #318e48;
}

.dropdown-export-captable .dropdown-toggle span {
  color: #1d63a3;
}

.dropdown-export-captable .dropdown-menu {
  border: 1px solid #1d63a3;
  width: 100%;
  top: 31px;
  margin-top: 0;
  padding: 0;
}

.dropdown-export-captable .dropdown-menu>div {
  padding: 10px;
  display: flex;
  border-bottom: 1px solid #1d63a3;
  color: #1d63a3;
}

.dropdown-export-captable .dropdown-menu>div:first-child {
  border-radius: 4px 4px 0 0;
}

.dropdown-export-captable .dropdown-menu>div:last-child {
  border-radius: 0 0 4px 4px;
  border-bottom: none;
}

.dropdown-export-captable .dropdown-menu>div img {
  margin-right: 7px;
}

.dropdown-export-captable .dropdown-menu>div p {
  font-family: "Futura Bk BT", sans-serif;
  text-align: center;
}

.dropdown-export-captable .dropdown-menu>div:hover,
.dropdown-export-captable .dropdown-menu>div:focus {
  color: white !important;
  background-color: #1d63a3;
}

.btnDownloadInline:hover>p {
  color: #468ec7 !important;
}

#faq-id ul {
  list-style-type: "- ";
}

#faq-id ul.listNumber {
  list-style-type: decimal;
}

#shareContactsCompany h1 {
  font-weight: 500;
  font-size: 24px;
  color: #304149;
}

.btn-outline-blue {
  color: #1d63a3;
  border: 1px solid #1d63a3;
  border-radius: 3px;
  padding: 5px;
  font-size: 1.333rem;
  font-weight: 400;
  transition: all 0.5s;
}

.btn-outline-blue:hover {
  transition: all 0.5s;
  background-color: #1d63a3;
  color: #ffffff;
}

.profilPictureHovered:hover * {
  color: #cccccc !important;
}

a.disabled {
  pointer-events: none;
  cursor: default;
}

.groupInfo {
  background-color: rgba(125, 115, 250, 0.51);
  color: white;
  font-size: 12px;
  padding: 5px 10px;
}

.detailed-society-end .groupInfo {
  background-color: rgba(125, 115, 250, 0.51);
  color: white;
  font-size: 12px;
  padding: 5px 10px;
}

.dashed {
  border-radius: 5px;
  margin: 1rem 1.5rem;
  padding: 1rem;
  flex: 1;
  cursor: pointer;
  background-image: url("data:image/svg+xml,%3csvg width='100%25' height='100%25' xmlns='http://www.w3.org/2000/svg'%3e%3crect width='100%25' height='100%25' fill='none' stroke='%23555B64' stroke-width='3' stroke-dasharray='6%2c 14' stroke-dashoffset='0' stroke-linecap='butt'/%3e%3c/svg%3e");
}

.dashed .grey {
  opacity: 0.7;
  color: #42526e;
}

.drag-over {
  background-color: #ebebeb;
  background-image: url("data:image/svg+xml,%3csvg width='100%25' height='100%25' xmlns='http://www.w3.org/2000/svg'%3e%3crect width='100%25' height='100%25' fill='none' stroke='%231867fc' stroke-width='3' stroke-dasharray='6%2c 14' stroke-dashoffset='0' stroke-linecap='butt'/%3e%3c/svg%3e");
}

.formalites-nav-item {
  position: relative;
}

.formalites-nav-item .formalites-button {
  line-height: 1 !important;
  border-radius: 15px;
  color: white;
  text-align: center;
  transition: all 0.5s;
  text-decoration: none;
  margin-top: 5px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center !important;
  justify-content: center !important;
  -ms-flex-align: center !important;
  align-items: center !important;
  font-family: "Futura Lt BT", sans-serif;
  padding: 0.8em 1em !important;
  font-size: 1.8rem;
  position: relative;
  display: inline-flex;
  align-items: center;
  gap: 5px;
}

.formalites-nav-item .formalites-button:hover {
  color: white;
}

.formalites-nav-item .formalites-button:active {
  color: white;
}

.formalites-nav-item .formalites-button:focus {
  color: white;
  border-radius: 2px;
  border-radius: 0px;
}

.formalites-nav-item .formalites-arrow {
  font-size: 0.7em;
  transition: transform 0.3s ease;
}

.formalites-nav-item:hover .formalites-dropdown-menu {
  display: block;
}

.formalites-dropdown-menu {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  background: #fff;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
  min-width: 180px;
  padding: 0;
  margin: 0;
  border-radius: 4px;
}

.formalites-dropdown-menu li {
  list-style: none;
}

.formalites-dropdown-menu li a {
  display: block;
  padding: 10px 15px;
  color: #333;
  text-decoration: none;
}

.formalites-dropdown-menu li a:hover {
  background-color: #f5f5f5;
}

.modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background-color: #000;
  opacity: 0.5;
  z-index: 3;
  transition: opacity 0.3s ease;
}

.modal-backdrop.show {
  opacity: 0.5;
}

.mt-50 {
  margin-top: 50px;
}

.faq-panel {
  display: block;
  overflow: hidden;
  max-height: 0;
  transition: max-height 0.4s ease-in-out;
}

.faq-panel.open {
  max-height: 1000px;
  /* pick a big enough value */
}

.company-nav-link {
  padding-left: 20px;
  padding-top: 10px;
  padding-right: 20px;
  color: #bebcbc;
  transition: all 300ms ease-out;
  padding-bottom: 14px;
  border-bottom: 0px solid #318e48;
  letter-spacing: -.8px;
  font-size: 1.5rem;
  text-align: center;
  font-family: "Futura Bk BT", sans-serif;
  box-sizing: border-box;
  height: calc(31px + 1.5rem);

}

.company-nav-link:focus {
  color: #bebcbc;
}

.company-nav-link.active,
.company-nav-link.active:focus,
.company-nav-link:hover:not(:disabled) {
  color: #318e48;
  border-bottom: 4px solid #318e48;
}

.selectEstablishment {
  width: calc(30% - 42px) !important;
}

.fake-placeholder {
  color: #787878;
  font-weight: 400;
  pointer-events: none;
}


.my-hui-popover {
  background: #fff;
  border: 1px solid #e5e7eb;
  border-radius: 12px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, .08);
}

.my-hui-cal {
  background: #fff;
}

.my-hui-cal-header {
  padding: 6px 8px;
}

.my-hui-cal-title {
  font-size: 14px;
  font-weight: 600;
}

.my-hui-cal-gridheader {
  font-size: 12px;
  color: #6b7280;
}

.my-hui-selector {
  gap: 4px;
}

.w-8 {
  width: 32px;
}

.h-8 {
  height: 32px;
}

.my-hui-cal-cellbtn {
  width: 32px;
  height: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.my-hui-cal-cellbtn[data-selected="true"][data-selection-end="true"][data-range-selection="true"],
.my-hui-cal-cellbtn[data-selected="true"][data-selection-start="true"][data-range-selection="true"] {
  background-color: #357ebd;
  border-color: transparent;
  color: #fff;
  display: inline-flex;
}

.my-hui-cal-cellbtn[data-selected="true"][data-selection-start="true"][data-range-selection="true"] {
  border-radius: 4px 0 0 4px;
}

.my-hui-cal-cellbtn[data-selected="true"][data-selection-end="true"][data-range-selection="true"] {
  border-radius: 0 4px 4px 0;
}

.my-hui-cal-cellbtn[data-range-selection="true"] {
  background-color: #ebf4f8;
  border-color: transparent;
  color: #000;
  border-radius: 0;
}

.items-center {
  align-items: center;
}

.h-0 {
  height: 0;
}


.yearselect {
  position: absolute;
  display: flex;
  width: 70px !important;
  margin: auto !important;
  left: -50px;
  right: 0;
  background-color: #fff;
  transition: border 0.4s ease-out;
  padding: 0.75em !important;
}

.yearselect select {
  height: 100%;
  border: none;
  background-color: transparent;
  font-size: 14px;
  font-weight: 600;
  color: #6b7280;
}

.my-hui-cal-header-wrapper {
  display: grid;
  grid-template-columns: 32px 1fr 1fr 32px;
  align-items: center;
  justify-content: space-between;
  padding: 0.5em;
  border-radius: 8px;
}

.my-hui-cal-header-wrapper .my-hui-cal-header:nth-child(3) {
  justify-content: end;
}

.react-select__indicator {
  padding: 0 !important;
}

.account_image {
  border-radius: 50%;
  object-fit: cover;
  height: 100%;
  width: 100%;

  position: absolute;
  top: 0;
  left: 0;
  object-position: left;
  bottom: 0;
  right: 0;
  margin: 0;
}

.fit-cover {
  object-fit: cover;
}


.associate-pp {
  color: #468EC7;
  font-family: Futura Bk BT;
  font-size: 12px;
  letter-spacing: -0.621px;
}

.associate-np {
  color: #56B0F5;
  font-family: Futura Bk BT;
  font-size: 12px;
  letter-spacing: -0.621px;
}

.associate-u {
  color: #7D73FA;
  font-family: Futura Bk BT;
  font-size: 12px;
  letter-spacing: -0.621px;
}


.associate-text {
  color: #000;
  font-family: Futura Bk BT;
  font-size: 16px;
}

.uppercaseFirstLetter {
  display: inline-block;
}

.uppercaseFirstLetter::first-letter {
  text-transform: capitalize;
}

.company-nav-link.disabled {
  opacity: 0.5;
  pointer-events: auto;
}

.nav-rights-tooltip {
  font-size: 10px !important;
  line-height: 1.2 !important;
  padding: 6px 10px !important;
  white-space: pre-line !important;
  z-index: 99999 !important;
}

.color-subtitle {
  color: #555b64;
}

.color-grey-info {
  color: #97a0af;
}

.font-Futura-Lt-BT {
  font-family: "Futura Lt BT", sans-serif;
}

.font-Futura-Bk-BT {
  font-family: "Futura Bk BT", sans-serif;
}

.font-size-2rem {
  font-size: 2rem;
}

.frame1-link {
  font-size: 18px;
  margin-left: auto;
  color: #41AB5B;
  border-bottom: 1.2px solid #41AB5B;
}

.frame1-i {
  color: #41AB5B;
}

.quick-actions {
  width: 100%;
  height: 60px;
  border-radius: 5px;
  border: solid 1px rgba(204, 204, 204, 0.45);
  background-color: #ffffff;
  padding: 0px 10px;
  display: -ms-flexbox;
  display: flex;
  font-size: 16px;
  font-family: "Futura Lt BT";
  color: #1D63A3;
  font-weight: bold;
}

.quick-actions-buttons {
  float: right;
  font-family: "Futura Lt BT", sans-serif;
  transition: all 300ms ease-in-out;
  font-weight: 400;
  background: white;
  border: 1px solid #1D63A3;
  border-radius: 5px;
  font-size: 14px;
  color: #1D63A3;
  padding: 5px 15px 5px 15px;
}

.quick-actions-buttons:hover {
  transform: translateY(-10%);
  box-shadow: 0px 2px 7px 1px #a3a3a3;
}

.toUppercase {
  text-transform: uppercase;
}