/* Colors */
/*!
 * 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 v3.0.3 | MIT License | github.com/necolas/normalize.css */
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}
body {
  margin: 0;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}
audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
[hidden],
template {
  display: none;
}
a {
  background-color: transparent;
}
a:active,
a:hover {
  outline: 0;
}
abbr[title] {
  border-bottom: 1px dotted;
}
b,
strong {
  font-weight: bold;
}
dfn {
  font-style: italic;
}
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
mark {
  background: #ff0;
  color: #000;
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
img {
  border: 0;
}
svg:not(:root) {
  overflow: hidden;
}
figure {
  margin: 1em 40px;
}
hr {
  box-sizing: content-box;
  height: 0;
}
pre {
  overflow: auto;
}
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}
button {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}
button[disabled],
html input[disabled] {
  cursor: default;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
input {
  line-height: normal;
}
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
input[type="search"] {
  -webkit-appearance: textfield;
  box-sizing: content-box;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
legend {
  border: 0;
  padding: 0;
}
textarea {
  overflow: auto;
}
optgroup {
  font-weight: bold;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
td,
th {
  padding: 0;
}
/*! Source: https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css */
@media print {
  *,
  *:before,
  *:after {
    background: transparent !important;
    color: #000 !important;
    box-shadow: none !important;
    text-shadow: none !important;
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  a[href]:after {
    content: " (" attr(href) ")";
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  a[href^="#"]:after,
  a[href^="javascript:"]: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;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
  .navbar {
    display: none;
  }
  .btn > .caret,
  .dropup > .btn > .caret {
    border-top-color: #000 !important;
  }
  .label {
    border: 1px solid #000;
  }
  .table {
    border-collapse: collapse !important;
  }
  .table td,
  .table th {
    background-color: #fff !important;
  }
  .table-bordered th,
  .table-bordered td {
    border: 1px solid #ddd !important;
  }
}
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
html {
  font-size: 10px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
body {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  line-height: 1.42857143;
  color: #333333;
  background-color: #fff;
}
input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}
a {
  color: #337ab7;
  text-decoration: none;
}
a:hover,
a:focus {
  color: #23527c;
  text-decoration: underline;
}
a:focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
figure {
  margin: 0;
}
img {
  vertical-align: middle;
}
.img-responsive,
.thumbnail > img,
.thumbnail a > img,
.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
  display: block;
  max-width: 100%;
  height: auto;
}
.img-rounded {
  border-radius: 6px;
}
.img-thumbnail {
  padding: 4px;
  line-height: 1.42857143;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  display: inline-block;
  max-width: 100%;
  height: auto;
}
.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;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
.sr-only-focusable:active,
.sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}
[role="button"] {
  cursor: pointer;
}
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-family: inherit;
  font-weight: 500;
  line-height: 1.1;
  color: inherit;
}
h1 small,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small,
.h1 small,
.h2 small,
.h3 small,
.h4 small,
.h5 small,
.h6 small,
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: #777777;
}
h1,
.h1,
h2,
.h2,
h3,
.h3 {
  margin-top: 20px;
  margin-bottom: 10px;
}
h1 small,
.h1 small,
h2 small,
.h2 small,
h3 small,
.h3 small,
h1 .small,
.h1 .small,
h2 .small,
.h2 .small,
h3 .small,
.h3 .small {
  font-size: 65%;
}
h4,
.h4,
h5,
.h5,
h6,
.h6 {
  margin-top: 10px;
  margin-bottom: 10px;
}
h4 small,
.h4 small,
h5 small,
.h5 small,
h6 small,
.h6 small,
h4 .small,
.h4 .small,
h5 .small,
.h5 .small,
h6 .small,
.h6 .small {
  font-size: 75%;
}
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;
}
p {
  margin: 0 0 10px;
}
.lead {
  margin-bottom: 20px;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.4;
}
@media (min-width: 768px) {
  .lead {
    font-size: 21px;
  }
}
small,
.small {
  font-size: 85%;
}
mark,
.mark {
  background-color: #fcf8e3;
  padding: 0.2em;
}
.text-left {
  text-align: left;
}
.text-right {
  text-align: right;
}
.text-center {
  text-align: center;
}
.text-justify {
  text-align: justify;
}
.text-nowrap {
  white-space: nowrap;
}
.text-lowercase {
  text-transform: lowercase;
}
.text-uppercase {
  text-transform: uppercase;
}
.text-capitalize {
  text-transform: capitalize;
}
.text-muted {
  color: #777777;
}
.text-primary {
  color: #337ab7;
}
a.text-primary:hover,
a.text-primary:focus {
  color: #286090;
}
.text-success {
  color: #3c763d;
}
a.text-success:hover,
a.text-success:focus {
  color: #2b542c;
}
.text-info {
  color: #31708f;
}
a.text-info:hover,
a.text-info:focus {
  color: #245269;
}
.text-warning {
  color: #8a6d3b;
}
a.text-warning:hover,
a.text-warning:focus {
  color: #66512c;
}
.text-danger {
  color: #a94442;
}
a.text-danger:hover,
a.text-danger:focus {
  color: #843534;
}
.bg-primary {
  color: #fff;
  background-color: #337ab7;
}
a.bg-primary:hover,
a.bg-primary:focus {
  background-color: #286090;
}
.bg-success {
  background-color: #dff0d8;
}
a.bg-success:hover,
a.bg-success:focus {
  background-color: #c1e2b3;
}
.bg-info {
  background-color: #d9edf7;
}
a.bg-info:hover,
a.bg-info:focus {
  background-color: #afd9ee;
}
.bg-warning {
  background-color: #fcf8e3;
}
a.bg-warning:hover,
a.bg-warning:focus {
  background-color: #f7ecb5;
}
.bg-danger {
  background-color: #f2dede;
}
a.bg-danger:hover,
a.bg-danger:focus {
  background-color: #e4b9b9;
}
.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;
  margin-left: -5px;
}
.list-inline > li {
  display: inline-block;
  padding-left: 5px;
  padding-right: 5px;
}
dl {
  margin-top: 0;
  margin-bottom: 20px;
}
dt,
dd {
  line-height: 1.42857143;
}
dt {
  font-weight: bold;
}
dd {
  margin-left: 0;
}
@media (min-width: 768px) {
  .dl-horizontal dt {
    float: left;
    width: 160px;
    clear: left;
    text-align: right;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .dl-horizontal dd {
    margin-left: 180px;
  }
}
abbr[title],
abbr[data-original-title] {
  cursor: help;
  border-bottom: 1px dotted #777777;
}
.initialism {
  font-size: 90%;
  text-transform: uppercase;
}
blockquote {
  padding: 10px 20px;
  margin: 0 0 20px;
  font-size: 17.5px;
  border-left: 5px solid #eeeeee;
}
blockquote p:last-child,
blockquote ul:last-child,
blockquote ol:last-child {
  margin-bottom: 0;
}
blockquote footer,
blockquote small,
blockquote .small {
  display: block;
  font-size: 80%;
  line-height: 1.42857143;
  color: #777777;
}
blockquote footer:before,
blockquote small:before,
blockquote .small:before {
  content: '\2014 \00A0';
}
.blockquote-reverse,
blockquote.pull-right {
  padding-right: 15px;
  padding-left: 0;
  border-right: 5px solid #eeeeee;
  border-left: 0;
  text-align: right;
}
.blockquote-reverse footer:before,
blockquote.pull-right footer:before,
.blockquote-reverse small:before,
blockquote.pull-right small:before,
.blockquote-reverse .small:before,
blockquote.pull-right .small:before {
  content: '';
}
.blockquote-reverse footer:after,
blockquote.pull-right footer:after,
.blockquote-reverse small:after,
blockquote.pull-right small:after,
.blockquote-reverse .small:after,
blockquote.pull-right .small:after {
  content: '\00A0 \2014';
}
address {
  margin-bottom: 20px;
  font-style: normal;
  line-height: 1.42857143;
}
code,
kbd,
pre,
samp {
  font-family: Menlo, Monaco, Consolas, "Courier New", monospace;
}
code {
  padding: 2px 4px;
  font-size: 90%;
  color: #c7254e;
  background-color: #f9f2f4;
  border-radius: 4px;
}
kbd {
  padding: 2px 4px;
  font-size: 90%;
  color: #fff;
  background-color: #333;
  border-radius: 3px;
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.25);
}
kbd kbd {
  padding: 0;
  font-size: 100%;
  font-weight: bold;
  box-shadow: none;
}
pre {
  display: block;
  padding: 9.5px;
  margin: 0 0 10px;
  font-size: 13px;
  line-height: 1.42857143;
  word-break: break-all;
  word-wrap: break-word;
  color: #333333;
  background-color: #f5f5f5;
  border: 1px solid #ccc;
  border-radius: 4px;
}
pre code {
  padding: 0;
  font-size: inherit;
  color: inherit;
  white-space: pre-wrap;
  background-color: transparent;
  border-radius: 0;
}
.pre-scrollable {
  max-height: 340px;
  overflow-y: scroll;
}
.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 768px) {
  .container {
    width: 750px;
  }
}
@media (min-width: 992px) {
  .container {
    width: 970px;
  }
}
@media (min-width: 1200px) {
  .container {
    width: 1170px;
  }
}
.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}
.row {
  margin-left: -15px;
  margin-right: -15px;
}
.col-xs-1,
.col-sm-1,
.col-md-1,
.col-lg-1,
.col-xs-2,
.col-sm-2,
.col-md-2,
.col-lg-2,
.col-xs-3,
.col-sm-3,
.col-md-3,
.col-lg-3,
.col-xs-4,
.col-sm-4,
.col-md-4,
.col-lg-4,
.col-xs-5,
.col-sm-5,
.col-md-5,
.col-lg-5,
.col-xs-6,
.col-sm-6,
.col-md-6,
.col-lg-6,
.col-xs-7,
.col-sm-7,
.col-md-7,
.col-lg-7,
.col-xs-8,
.col-sm-8,
.col-md-8,
.col-lg-8,
.col-xs-9,
.col-sm-9,
.col-md-9,
.col-lg-9,
.col-xs-10,
.col-sm-10,
.col-md-10,
.col-lg-10,
.col-xs-11,
.col-sm-11,
.col-md-11,
.col-lg-11,
.col-xs-12,
.col-sm-12,
.col-md-12,
.col-lg-12,
.col-xs-13,
.col-sm-13,
.col-md-13,
.col-lg-13,
.col-xs-14,
.col-sm-14,
.col-md-14,
.col-lg-14,
.col-xs-15,
.col-sm-15,
.col-md-15,
.col-lg-15,
.col-xs-16,
.col-sm-16,
.col-md-16,
.col-lg-16,
.col-xs-17,
.col-sm-17,
.col-md-17,
.col-lg-17,
.col-xs-18,
.col-sm-18,
.col-md-18,
.col-lg-18,
.col-xs-19,
.col-sm-19,
.col-md-19,
.col-lg-19,
.col-xs-20,
.col-sm-20,
.col-md-20,
.col-lg-20,
.col-xs-21,
.col-sm-21,
.col-md-21,
.col-lg-21,
.col-xs-22,
.col-sm-22,
.col-md-22,
.col-lg-22,
.col-xs-23,
.col-sm-23,
.col-md-23,
.col-lg-23,
.col-xs-24,
.col-sm-24,
.col-md-24,
.col-lg-24 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 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,
.col-xs-12,
.col-xs-13,
.col-xs-14,
.col-xs-15,
.col-xs-16,
.col-xs-17,
.col-xs-18,
.col-xs-19,
.col-xs-20,
.col-xs-21,
.col-xs-22,
.col-xs-23,
.col-xs-24 {
  float: left;
}
.col-xs-24 {
  width: 100%;
}
.col-xs-23 {
  width: 95.83333333%;
}
.col-xs-22 {
  width: 91.66666667%;
}
.col-xs-21 {
  width: 87.5%;
}
.col-xs-20 {
  width: 83.33333333%;
}
.col-xs-19 {
  width: 79.16666667%;
}
.col-xs-18 {
  width: 75%;
}
.col-xs-17 {
  width: 70.83333333%;
}
.col-xs-16 {
  width: 66.66666667%;
}
.col-xs-15 {
  width: 62.5%;
}
.col-xs-14 {
  width: 58.33333333%;
}
.col-xs-13 {
  width: 54.16666667%;
}
.col-xs-12 {
  width: 50%;
}
.col-xs-11 {
  width: 45.83333333%;
}
.col-xs-10 {
  width: 41.66666667%;
}
.col-xs-9 {
  width: 37.5%;
}
.col-xs-8 {
  width: 33.33333333%;
}
.col-xs-7 {
  width: 29.16666667%;
}
.col-xs-6 {
  width: 25%;
}
.col-xs-5 {
  width: 20.83333333%;
}
.col-xs-4 {
  width: 16.66666667%;
}
.col-xs-3 {
  width: 12.5%;
}
.col-xs-2 {
  width: 8.33333333%;
}
.col-xs-1 {
  width: 4.16666667%;
}
.col-xs-pull-24 {
  right: 100%;
}
.col-xs-pull-23 {
  right: 95.83333333%;
}
.col-xs-pull-22 {
  right: 91.66666667%;
}
.col-xs-pull-21 {
  right: 87.5%;
}
.col-xs-pull-20 {
  right: 83.33333333%;
}
.col-xs-pull-19 {
  right: 79.16666667%;
}
.col-xs-pull-18 {
  right: 75%;
}
.col-xs-pull-17 {
  right: 70.83333333%;
}
.col-xs-pull-16 {
  right: 66.66666667%;
}
.col-xs-pull-15 {
  right: 62.5%;
}
.col-xs-pull-14 {
  right: 58.33333333%;
}
.col-xs-pull-13 {
  right: 54.16666667%;
}
.col-xs-pull-12 {
  right: 50%;
}
.col-xs-pull-11 {
  right: 45.83333333%;
}
.col-xs-pull-10 {
  right: 41.66666667%;
}
.col-xs-pull-9 {
  right: 37.5%;
}
.col-xs-pull-8 {
  right: 33.33333333%;
}
.col-xs-pull-7 {
  right: 29.16666667%;
}
.col-xs-pull-6 {
  right: 25%;
}
.col-xs-pull-5 {
  right: 20.83333333%;
}
.col-xs-pull-4 {
  right: 16.66666667%;
}
.col-xs-pull-3 {
  right: 12.5%;
}
.col-xs-pull-2 {
  right: 8.33333333%;
}
.col-xs-pull-1 {
  right: 4.16666667%;
}
.col-xs-pull-0 {
  right: auto;
}
.col-xs-push-24 {
  left: 100%;
}
.col-xs-push-23 {
  left: 95.83333333%;
}
.col-xs-push-22 {
  left: 91.66666667%;
}
.col-xs-push-21 {
  left: 87.5%;
}
.col-xs-push-20 {
  left: 83.33333333%;
}
.col-xs-push-19 {
  left: 79.16666667%;
}
.col-xs-push-18 {
  left: 75%;
}
.col-xs-push-17 {
  left: 70.83333333%;
}
.col-xs-push-16 {
  left: 66.66666667%;
}
.col-xs-push-15 {
  left: 62.5%;
}
.col-xs-push-14 {
  left: 58.33333333%;
}
.col-xs-push-13 {
  left: 54.16666667%;
}
.col-xs-push-12 {
  left: 50%;
}
.col-xs-push-11 {
  left: 45.83333333%;
}
.col-xs-push-10 {
  left: 41.66666667%;
}
.col-xs-push-9 {
  left: 37.5%;
}
.col-xs-push-8 {
  left: 33.33333333%;
}
.col-xs-push-7 {
  left: 29.16666667%;
}
.col-xs-push-6 {
  left: 25%;
}
.col-xs-push-5 {
  left: 20.83333333%;
}
.col-xs-push-4 {
  left: 16.66666667%;
}
.col-xs-push-3 {
  left: 12.5%;
}
.col-xs-push-2 {
  left: 8.33333333%;
}
.col-xs-push-1 {
  left: 4.16666667%;
}
.col-xs-push-0 {
  left: auto;
}
.col-xs-offset-24 {
  margin-left: 100%;
}
.col-xs-offset-23 {
  margin-left: 95.83333333%;
}
.col-xs-offset-22 {
  margin-left: 91.66666667%;
}
.col-xs-offset-21 {
  margin-left: 87.5%;
}
.col-xs-offset-20 {
  margin-left: 83.33333333%;
}
.col-xs-offset-19 {
  margin-left: 79.16666667%;
}
.col-xs-offset-18 {
  margin-left: 75%;
}
.col-xs-offset-17 {
  margin-left: 70.83333333%;
}
.col-xs-offset-16 {
  margin-left: 66.66666667%;
}
.col-xs-offset-15 {
  margin-left: 62.5%;
}
.col-xs-offset-14 {
  margin-left: 58.33333333%;
}
.col-xs-offset-13 {
  margin-left: 54.16666667%;
}
.col-xs-offset-12 {
  margin-left: 50%;
}
.col-xs-offset-11 {
  margin-left: 45.83333333%;
}
.col-xs-offset-10 {
  margin-left: 41.66666667%;
}
.col-xs-offset-9 {
  margin-left: 37.5%;
}
.col-xs-offset-8 {
  margin-left: 33.33333333%;
}
.col-xs-offset-7 {
  margin-left: 29.16666667%;
}
.col-xs-offset-6 {
  margin-left: 25%;
}
.col-xs-offset-5 {
  margin-left: 20.83333333%;
}
.col-xs-offset-4 {
  margin-left: 16.66666667%;
}
.col-xs-offset-3 {
  margin-left: 12.5%;
}
.col-xs-offset-2 {
  margin-left: 8.33333333%;
}
.col-xs-offset-1 {
  margin-left: 4.16666667%;
}
.col-xs-offset-0 {
  margin-left: 0%;
}
@media (min-width: 768px) {
  .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-13,
  .col-sm-14,
  .col-sm-15,
  .col-sm-16,
  .col-sm-17,
  .col-sm-18,
  .col-sm-19,
  .col-sm-20,
  .col-sm-21,
  .col-sm-22,
  .col-sm-23,
  .col-sm-24 {
    float: left;
  }
  .col-sm-24 {
    width: 100%;
  }
  .col-sm-23 {
    width: 95.83333333%;
  }
  .col-sm-22 {
    width: 91.66666667%;
  }
  .col-sm-21 {
    width: 87.5%;
  }
  .col-sm-20 {
    width: 83.33333333%;
  }
  .col-sm-19 {
    width: 79.16666667%;
  }
  .col-sm-18 {
    width: 75%;
  }
  .col-sm-17 {
    width: 70.83333333%;
  }
  .col-sm-16 {
    width: 66.66666667%;
  }
  .col-sm-15 {
    width: 62.5%;
  }
  .col-sm-14 {
    width: 58.33333333%;
  }
  .col-sm-13 {
    width: 54.16666667%;
  }
  .col-sm-12 {
    width: 50%;
  }
  .col-sm-11 {
    width: 45.83333333%;
  }
  .col-sm-10 {
    width: 41.66666667%;
  }
  .col-sm-9 {
    width: 37.5%;
  }
  .col-sm-8 {
    width: 33.33333333%;
  }
  .col-sm-7 {
    width: 29.16666667%;
  }
  .col-sm-6 {
    width: 25%;
  }
  .col-sm-5 {
    width: 20.83333333%;
  }
  .col-sm-4 {
    width: 16.66666667%;
  }
  .col-sm-3 {
    width: 12.5%;
  }
  .col-sm-2 {
    width: 8.33333333%;
  }
  .col-sm-1 {
    width: 4.16666667%;
  }
  .col-sm-pull-24 {
    right: 100%;
  }
  .col-sm-pull-23 {
    right: 95.83333333%;
  }
  .col-sm-pull-22 {
    right: 91.66666667%;
  }
  .col-sm-pull-21 {
    right: 87.5%;
  }
  .col-sm-pull-20 {
    right: 83.33333333%;
  }
  .col-sm-pull-19 {
    right: 79.16666667%;
  }
  .col-sm-pull-18 {
    right: 75%;
  }
  .col-sm-pull-17 {
    right: 70.83333333%;
  }
  .col-sm-pull-16 {
    right: 66.66666667%;
  }
  .col-sm-pull-15 {
    right: 62.5%;
  }
  .col-sm-pull-14 {
    right: 58.33333333%;
  }
  .col-sm-pull-13 {
    right: 54.16666667%;
  }
  .col-sm-pull-12 {
    right: 50%;
  }
  .col-sm-pull-11 {
    right: 45.83333333%;
  }
  .col-sm-pull-10 {
    right: 41.66666667%;
  }
  .col-sm-pull-9 {
    right: 37.5%;
  }
  .col-sm-pull-8 {
    right: 33.33333333%;
  }
  .col-sm-pull-7 {
    right: 29.16666667%;
  }
  .col-sm-pull-6 {
    right: 25%;
  }
  .col-sm-pull-5 {
    right: 20.83333333%;
  }
  .col-sm-pull-4 {
    right: 16.66666667%;
  }
  .col-sm-pull-3 {
    right: 12.5%;
  }
  .col-sm-pull-2 {
    right: 8.33333333%;
  }
  .col-sm-pull-1 {
    right: 4.16666667%;
  }
  .col-sm-pull-0 {
    right: auto;
  }
  .col-sm-push-24 {
    left: 100%;
  }
  .col-sm-push-23 {
    left: 95.83333333%;
  }
  .col-sm-push-22 {
    left: 91.66666667%;
  }
  .col-sm-push-21 {
    left: 87.5%;
  }
  .col-sm-push-20 {
    left: 83.33333333%;
  }
  .col-sm-push-19 {
    left: 79.16666667%;
  }
  .col-sm-push-18 {
    left: 75%;
  }
  .col-sm-push-17 {
    left: 70.83333333%;
  }
  .col-sm-push-16 {
    left: 66.66666667%;
  }
  .col-sm-push-15 {
    left: 62.5%;
  }
  .col-sm-push-14 {
    left: 58.33333333%;
  }
  .col-sm-push-13 {
    left: 54.16666667%;
  }
  .col-sm-push-12 {
    left: 50%;
  }
  .col-sm-push-11 {
    left: 45.83333333%;
  }
  .col-sm-push-10 {
    left: 41.66666667%;
  }
  .col-sm-push-9 {
    left: 37.5%;
  }
  .col-sm-push-8 {
    left: 33.33333333%;
  }
  .col-sm-push-7 {
    left: 29.16666667%;
  }
  .col-sm-push-6 {
    left: 25%;
  }
  .col-sm-push-5 {
    left: 20.83333333%;
  }
  .col-sm-push-4 {
    left: 16.66666667%;
  }
  .col-sm-push-3 {
    left: 12.5%;
  }
  .col-sm-push-2 {
    left: 8.33333333%;
  }
  .col-sm-push-1 {
    left: 4.16666667%;
  }
  .col-sm-push-0 {
    left: auto;
  }
  .col-sm-offset-24 {
    margin-left: 100%;
  }
  .col-sm-offset-23 {
    margin-left: 95.83333333%;
  }
  .col-sm-offset-22 {
    margin-left: 91.66666667%;
  }
  .col-sm-offset-21 {
    margin-left: 87.5%;
  }
  .col-sm-offset-20 {
    margin-left: 83.33333333%;
  }
  .col-sm-offset-19 {
    margin-left: 79.16666667%;
  }
  .col-sm-offset-18 {
    margin-left: 75%;
  }
  .col-sm-offset-17 {
    margin-left: 70.83333333%;
  }
  .col-sm-offset-16 {
    margin-left: 66.66666667%;
  }
  .col-sm-offset-15 {
    margin-left: 62.5%;
  }
  .col-sm-offset-14 {
    margin-left: 58.33333333%;
  }
  .col-sm-offset-13 {
    margin-left: 54.16666667%;
  }
  .col-sm-offset-12 {
    margin-left: 50%;
  }
  .col-sm-offset-11 {
    margin-left: 45.83333333%;
  }
  .col-sm-offset-10 {
    margin-left: 41.66666667%;
  }
  .col-sm-offset-9 {
    margin-left: 37.5%;
  }
  .col-sm-offset-8 {
    margin-left: 33.33333333%;
  }
  .col-sm-offset-7 {
    margin-left: 29.16666667%;
  }
  .col-sm-offset-6 {
    margin-left: 25%;
  }
  .col-sm-offset-5 {
    margin-left: 20.83333333%;
  }
  .col-sm-offset-4 {
    margin-left: 16.66666667%;
  }
  .col-sm-offset-3 {
    margin-left: 12.5%;
  }
  .col-sm-offset-2 {
    margin-left: 8.33333333%;
  }
  .col-sm-offset-1 {
    margin-left: 4.16666667%;
  }
  .col-sm-offset-0 {
    margin-left: 0%;
  }
}
@media (min-width: 992px) {
  .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-13,
  .col-md-14,
  .col-md-15,
  .col-md-16,
  .col-md-17,
  .col-md-18,
  .col-md-19,
  .col-md-20,
  .col-md-21,
  .col-md-22,
  .col-md-23,
  .col-md-24 {
    float: left;
  }
  .col-md-24 {
    width: 100%;
  }
  .col-md-23 {
    width: 95.83333333%;
  }
  .col-md-22 {
    width: 91.66666667%;
  }
  .col-md-21 {
    width: 87.5%;
  }
  .col-md-20 {
    width: 83.33333333%;
  }
  .col-md-19 {
    width: 79.16666667%;
  }
  .col-md-18 {
    width: 75%;
  }
  .col-md-17 {
    width: 70.83333333%;
  }
  .col-md-16 {
    width: 66.66666667%;
  }
  .col-md-15 {
    width: 62.5%;
  }
  .col-md-14 {
    width: 58.33333333%;
  }
  .col-md-13 {
    width: 54.16666667%;
  }
  .col-md-12 {
    width: 50%;
  }
  .col-md-11 {
    width: 45.83333333%;
  }
  .col-md-10 {
    width: 41.66666667%;
  }
  .col-md-9 {
    width: 37.5%;
  }
  .col-md-8 {
    width: 33.33333333%;
  }
  .col-md-7 {
    width: 29.16666667%;
  }
  .col-md-6 {
    width: 25%;
  }
  .col-md-5 {
    width: 20.83333333%;
  }
  .col-md-4 {
    width: 16.66666667%;
  }
  .col-md-3 {
    width: 12.5%;
  }
  .col-md-2 {
    width: 8.33333333%;
  }
  .col-md-1 {
    width: 4.16666667%;
  }
  .col-md-pull-24 {
    right: 100%;
  }
  .col-md-pull-23 {
    right: 95.83333333%;
  }
  .col-md-pull-22 {
    right: 91.66666667%;
  }
  .col-md-pull-21 {
    right: 87.5%;
  }
  .col-md-pull-20 {
    right: 83.33333333%;
  }
  .col-md-pull-19 {
    right: 79.16666667%;
  }
  .col-md-pull-18 {
    right: 75%;
  }
  .col-md-pull-17 {
    right: 70.83333333%;
  }
  .col-md-pull-16 {
    right: 66.66666667%;
  }
  .col-md-pull-15 {
    right: 62.5%;
  }
  .col-md-pull-14 {
    right: 58.33333333%;
  }
  .col-md-pull-13 {
    right: 54.16666667%;
  }
  .col-md-pull-12 {
    right: 50%;
  }
  .col-md-pull-11 {
    right: 45.83333333%;
  }
  .col-md-pull-10 {
    right: 41.66666667%;
  }
  .col-md-pull-9 {
    right: 37.5%;
  }
  .col-md-pull-8 {
    right: 33.33333333%;
  }
  .col-md-pull-7 {
    right: 29.16666667%;
  }
  .col-md-pull-6 {
    right: 25%;
  }
  .col-md-pull-5 {
    right: 20.83333333%;
  }
  .col-md-pull-4 {
    right: 16.66666667%;
  }
  .col-md-pull-3 {
    right: 12.5%;
  }
  .col-md-pull-2 {
    right: 8.33333333%;
  }
  .col-md-pull-1 {
    right: 4.16666667%;
  }
  .col-md-pull-0 {
    right: auto;
  }
  .col-md-push-24 {
    left: 100%;
  }
  .col-md-push-23 {
    left: 95.83333333%;
  }
  .col-md-push-22 {
    left: 91.66666667%;
  }
  .col-md-push-21 {
    left: 87.5%;
  }
  .col-md-push-20 {
    left: 83.33333333%;
  }
  .col-md-push-19 {
    left: 79.16666667%;
  }
  .col-md-push-18 {
    left: 75%;
  }
  .col-md-push-17 {
    left: 70.83333333%;
  }
  .col-md-push-16 {
    left: 66.66666667%;
  }
  .col-md-push-15 {
    left: 62.5%;
  }
  .col-md-push-14 {
    left: 58.33333333%;
  }
  .col-md-push-13 {
    left: 54.16666667%;
  }
  .col-md-push-12 {
    left: 50%;
  }
  .col-md-push-11 {
    left: 45.83333333%;
  }
  .col-md-push-10 {
    left: 41.66666667%;
  }
  .col-md-push-9 {
    left: 37.5%;
  }
  .col-md-push-8 {
    left: 33.33333333%;
  }
  .col-md-push-7 {
    left: 29.16666667%;
  }
  .col-md-push-6 {
    left: 25%;
  }
  .col-md-push-5 {
    left: 20.83333333%;
  }
  .col-md-push-4 {
    left: 16.66666667%;
  }
  .col-md-push-3 {
    left: 12.5%;
  }
  .col-md-push-2 {
    left: 8.33333333%;
  }
  .col-md-push-1 {
    left: 4.16666667%;
  }
  .col-md-push-0 {
    left: auto;
  }
  .col-md-offset-24 {
    margin-left: 100%;
  }
  .col-md-offset-23 {
    margin-left: 95.83333333%;
  }
  .col-md-offset-22 {
    margin-left: 91.66666667%;
  }
  .col-md-offset-21 {
    margin-left: 87.5%;
  }
  .col-md-offset-20 {
    margin-left: 83.33333333%;
  }
  .col-md-offset-19 {
    margin-left: 79.16666667%;
  }
  .col-md-offset-18 {
    margin-left: 75%;
  }
  .col-md-offset-17 {
    margin-left: 70.83333333%;
  }
  .col-md-offset-16 {
    margin-left: 66.66666667%;
  }
  .col-md-offset-15 {
    margin-left: 62.5%;
  }
  .col-md-offset-14 {
    margin-left: 58.33333333%;
  }
  .col-md-offset-13 {
    margin-left: 54.16666667%;
  }
  .col-md-offset-12 {
    margin-left: 50%;
  }
  .col-md-offset-11 {
    margin-left: 45.83333333%;
  }
  .col-md-offset-10 {
    margin-left: 41.66666667%;
  }
  .col-md-offset-9 {
    margin-left: 37.5%;
  }
  .col-md-offset-8 {
    margin-left: 33.33333333%;
  }
  .col-md-offset-7 {
    margin-left: 29.16666667%;
  }
  .col-md-offset-6 {
    margin-left: 25%;
  }
  .col-md-offset-5 {
    margin-left: 20.83333333%;
  }
  .col-md-offset-4 {
    margin-left: 16.66666667%;
  }
  .col-md-offset-3 {
    margin-left: 12.5%;
  }
  .col-md-offset-2 {
    margin-left: 8.33333333%;
  }
  .col-md-offset-1 {
    margin-left: 4.16666667%;
  }
  .col-md-offset-0 {
    margin-left: 0%;
  }
}
@media (min-width: 1200px) {
  .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-13,
  .col-lg-14,
  .col-lg-15,
  .col-lg-16,
  .col-lg-17,
  .col-lg-18,
  .col-lg-19,
  .col-lg-20,
  .col-lg-21,
  .col-lg-22,
  .col-lg-23,
  .col-lg-24 {
    float: left;
  }
  .col-lg-24 {
    width: 100%;
  }
  .col-lg-23 {
    width: 95.83333333%;
  }
  .col-lg-22 {
    width: 91.66666667%;
  }
  .col-lg-21 {
    width: 87.5%;
  }
  .col-lg-20 {
    width: 83.33333333%;
  }
  .col-lg-19 {
    width: 79.16666667%;
  }
  .col-lg-18 {
    width: 75%;
  }
  .col-lg-17 {
    width: 70.83333333%;
  }
  .col-lg-16 {
    width: 66.66666667%;
  }
  .col-lg-15 {
    width: 62.5%;
  }
  .col-lg-14 {
    width: 58.33333333%;
  }
  .col-lg-13 {
    width: 54.16666667%;
  }
  .col-lg-12 {
    width: 50%;
  }
  .col-lg-11 {
    width: 45.83333333%;
  }
  .col-lg-10 {
    width: 41.66666667%;
  }
  .col-lg-9 {
    width: 37.5%;
  }
  .col-lg-8 {
    width: 33.33333333%;
  }
  .col-lg-7 {
    width: 29.16666667%;
  }
  .col-lg-6 {
    width: 25%;
  }
  .col-lg-5 {
    width: 20.83333333%;
  }
  .col-lg-4 {
    width: 16.66666667%;
  }
  .col-lg-3 {
    width: 12.5%;
  }
  .col-lg-2 {
    width: 8.33333333%;
  }
  .col-lg-1 {
    width: 4.16666667%;
  }
  .col-lg-pull-24 {
    right: 100%;
  }
  .col-lg-pull-23 {
    right: 95.83333333%;
  }
  .col-lg-pull-22 {
    right: 91.66666667%;
  }
  .col-lg-pull-21 {
    right: 87.5%;
  }
  .col-lg-pull-20 {
    right: 83.33333333%;
  }
  .col-lg-pull-19 {
    right: 79.16666667%;
  }
  .col-lg-pull-18 {
    right: 75%;
  }
  .col-lg-pull-17 {
    right: 70.83333333%;
  }
  .col-lg-pull-16 {
    right: 66.66666667%;
  }
  .col-lg-pull-15 {
    right: 62.5%;
  }
  .col-lg-pull-14 {
    right: 58.33333333%;
  }
  .col-lg-pull-13 {
    right: 54.16666667%;
  }
  .col-lg-pull-12 {
    right: 50%;
  }
  .col-lg-pull-11 {
    right: 45.83333333%;
  }
  .col-lg-pull-10 {
    right: 41.66666667%;
  }
  .col-lg-pull-9 {
    right: 37.5%;
  }
  .col-lg-pull-8 {
    right: 33.33333333%;
  }
  .col-lg-pull-7 {
    right: 29.16666667%;
  }
  .col-lg-pull-6 {
    right: 25%;
  }
  .col-lg-pull-5 {
    right: 20.83333333%;
  }
  .col-lg-pull-4 {
    right: 16.66666667%;
  }
  .col-lg-pull-3 {
    right: 12.5%;
  }
  .col-lg-pull-2 {
    right: 8.33333333%;
  }
  .col-lg-pull-1 {
    right: 4.16666667%;
  }
  .col-lg-pull-0 {
    right: auto;
  }
  .col-lg-push-24 {
    left: 100%;
  }
  .col-lg-push-23 {
    left: 95.83333333%;
  }
  .col-lg-push-22 {
    left: 91.66666667%;
  }
  .col-lg-push-21 {
    left: 87.5%;
  }
  .col-lg-push-20 {
    left: 83.33333333%;
  }
  .col-lg-push-19 {
    left: 79.16666667%;
  }
  .col-lg-push-18 {
    left: 75%;
  }
  .col-lg-push-17 {
    left: 70.83333333%;
  }
  .col-lg-push-16 {
    left: 66.66666667%;
  }
  .col-lg-push-15 {
    left: 62.5%;
  }
  .col-lg-push-14 {
    left: 58.33333333%;
  }
  .col-lg-push-13 {
    left: 54.16666667%;
  }
  .col-lg-push-12 {
    left: 50%;
  }
  .col-lg-push-11 {
    left: 45.83333333%;
  }
  .col-lg-push-10 {
    left: 41.66666667%;
  }
  .col-lg-push-9 {
    left: 37.5%;
  }
  .col-lg-push-8 {
    left: 33.33333333%;
  }
  .col-lg-push-7 {
    left: 29.16666667%;
  }
  .col-lg-push-6 {
    left: 25%;
  }
  .col-lg-push-5 {
    left: 20.83333333%;
  }
  .col-lg-push-4 {
    left: 16.66666667%;
  }
  .col-lg-push-3 {
    left: 12.5%;
  }
  .col-lg-push-2 {
    left: 8.33333333%;
  }
  .col-lg-push-1 {
    left: 4.16666667%;
  }
  .col-lg-push-0 {
    left: auto;
  }
  .col-lg-offset-24 {
    margin-left: 100%;
  }
  .col-lg-offset-23 {
    margin-left: 95.83333333%;
  }
  .col-lg-offset-22 {
    margin-left: 91.66666667%;
  }
  .col-lg-offset-21 {
    margin-left: 87.5%;
  }
  .col-lg-offset-20 {
    margin-left: 83.33333333%;
  }
  .col-lg-offset-19 {
    margin-left: 79.16666667%;
  }
  .col-lg-offset-18 {
    margin-left: 75%;
  }
  .col-lg-offset-17 {
    margin-left: 70.83333333%;
  }
  .col-lg-offset-16 {
    margin-left: 66.66666667%;
  }
  .col-lg-offset-15 {
    margin-left: 62.5%;
  }
  .col-lg-offset-14 {
    margin-left: 58.33333333%;
  }
  .col-lg-offset-13 {
    margin-left: 54.16666667%;
  }
  .col-lg-offset-12 {
    margin-left: 50%;
  }
  .col-lg-offset-11 {
    margin-left: 45.83333333%;
  }
  .col-lg-offset-10 {
    margin-left: 41.66666667%;
  }
  .col-lg-offset-9 {
    margin-left: 37.5%;
  }
  .col-lg-offset-8 {
    margin-left: 33.33333333%;
  }
  .col-lg-offset-7 {
    margin-left: 29.16666667%;
  }
  .col-lg-offset-6 {
    margin-left: 25%;
  }
  .col-lg-offset-5 {
    margin-left: 20.83333333%;
  }
  .col-lg-offset-4 {
    margin-left: 16.66666667%;
  }
  .col-lg-offset-3 {
    margin-left: 12.5%;
  }
  .col-lg-offset-2 {
    margin-left: 8.33333333%;
  }
  .col-lg-offset-1 {
    margin-left: 4.16666667%;
  }
  .col-lg-offset-0 {
    margin-left: 0%;
  }
}
table {
  background-color: transparent;
}
caption {
  padding-top: 8px;
  padding-bottom: 8px;
  color: #777777;
  text-align: left;
}
th {
  text-align: left;
}
.table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 20px;
}
.table > thead > tr > th,
.table > tbody > tr > th,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > tbody > tr > td,
.table > tfoot > tr > td {
  padding: 8px;
  line-height: 1.42857143;
  vertical-align: top;
  border-top: 1px solid #ddd;
}
.table > thead > tr > th {
  vertical-align: bottom;
  border-bottom: 2px solid #ddd;
}
.table > caption + thead > tr:first-child > th,
.table > colgroup + thead > tr:first-child > th,
.table > thead:first-child > tr:first-child > th,
.table > caption + thead > tr:first-child > td,
.table > colgroup + thead > tr:first-child > td,
.table > thead:first-child > tr:first-child > td {
  border-top: 0;
}
.table > tbody + tbody {
  border-top: 2px solid #ddd;
}
.table .table {
  background-color: #fff;
}
.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 #ddd;
}
.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 #ddd;
}
.table-bordered > thead > tr > th,
.table-bordered > thead > tr > td {
  border-bottom-width: 2px;
}
.table-striped > tbody > tr:nth-of-type(odd) {
  background-color: #f9f9f9;
}
.table-hover > tbody > tr:hover {
  background-color: #f5f5f5;
}
table col[class*="col-"] {
  position: static;
  float: none;
  display: table-column;
}
table td[class*="col-"],
table th[class*="col-"] {
  position: static;
  float: none;
  display: table-cell;
}
.table > thead > tr > td.active,
.table > tbody > tr > td.active,
.table > tfoot > tr > td.active,
.table > thead > tr > th.active,
.table > tbody > tr > th.active,
.table > tfoot > tr > th.active,
.table > thead > tr.active > td,
.table > tbody > tr.active > td,
.table > tfoot > tr.active > td,
.table > thead > tr.active > th,
.table > tbody > tr.active > th,
.table > tfoot > tr.active > th {
  background-color: #f5f5f5;
}
.table-hover > tbody > tr > td.active:hover,
.table-hover > tbody > tr > th.active:hover,
.table-hover > tbody > tr.active:hover > td,
.table-hover > tbody > tr:hover > .active,
.table-hover > tbody > tr.active:hover > th {
  background-color: #e8e8e8;
}
.table > thead > tr > td.success,
.table > tbody > tr > td.success,
.table > tfoot > tr > td.success,
.table > thead > tr > th.success,
.table > tbody > tr > th.success,
.table > tfoot > tr > th.success,
.table > thead > tr.success > td,
.table > tbody > tr.success > td,
.table > tfoot > tr.success > td,
.table > thead > tr.success > th,
.table > tbody > tr.success > th,
.table > tfoot > tr.success > th {
  background-color: #dff0d8;
}
.table-hover > tbody > tr > td.success:hover,
.table-hover > tbody > tr > th.success:hover,
.table-hover > tbody > tr.success:hover > td,
.table-hover > tbody > tr:hover > .success,
.table-hover > tbody > tr.success:hover > th {
  background-color: #d0e9c6;
}
.table > thead > tr > td.info,
.table > tbody > tr > td.info,
.table > tfoot > tr > td.info,
.table > thead > tr > th.info,
.table > tbody > tr > th.info,
.table > tfoot > tr > th.info,
.table > thead > tr.info > td,
.table > tbody > tr.info > td,
.table > tfoot > tr.info > td,
.table > thead > tr.info > th,
.table > tbody > tr.info > th,
.table > tfoot > tr.info > th {
  background-color: #d9edf7;
}
.table-hover > tbody > tr > td.info:hover,
.table-hover > tbody > tr > th.info:hover,
.table-hover > tbody > tr.info:hover > td,
.table-hover > tbody > tr:hover > .info,
.table-hover > tbody > tr.info:hover > th {
  background-color: #c4e3f3;
}
.table > thead > tr > td.warning,
.table > tbody > tr > td.warning,
.table > tfoot > tr > td.warning,
.table > thead > tr > th.warning,
.table > tbody > tr > th.warning,
.table > tfoot > tr > th.warning,
.table > thead > tr.warning > td,
.table > tbody > tr.warning > td,
.table > tfoot > tr.warning > td,
.table > thead > tr.warning > th,
.table > tbody > tr.warning > th,
.table > tfoot > tr.warning > th {
  background-color: #fcf8e3;
}
.table-hover > tbody > tr > td.warning:hover,
.table-hover > tbody > tr > th.warning:hover,
.table-hover > tbody > tr.warning:hover > td,
.table-hover > tbody > tr:hover > .warning,
.table-hover > tbody > tr.warning:hover > th {
  background-color: #faf2cc;
}
.table > thead > tr > td.danger,
.table > tbody > tr > td.danger,
.table > tfoot > tr > td.danger,
.table > thead > tr > th.danger,
.table > tbody > tr > th.danger,
.table > tfoot > tr > th.danger,
.table > thead > tr.danger > td,
.table > tbody > tr.danger > td,
.table > tfoot > tr.danger > td,
.table > thead > tr.danger > th,
.table > tbody > tr.danger > th,
.table > tfoot > tr.danger > th {
  background-color: #f2dede;
}
.table-hover > tbody > tr > td.danger:hover,
.table-hover > tbody > tr > th.danger:hover,
.table-hover > tbody > tr.danger:hover > td,
.table-hover > tbody > tr:hover > .danger,
.table-hover > tbody > tr.danger:hover > th {
  background-color: #ebcccc;
}
.table-responsive {
  overflow-x: auto;
  min-height: 0.01%;
}
@media screen and (max-width: 767px) {
  .table-responsive {
    width: 100%;
    margin-bottom: 15px;
    overflow-y: hidden;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    border: 1px solid #ddd;
  }
  .table-responsive > .table {
    margin-bottom: 0;
  }
  .table-responsive > .table > thead > tr > th,
  .table-responsive > .table > tbody > tr > th,
  .table-responsive > .table > tfoot > tr > th,
  .table-responsive > .table > thead > tr > td,
  .table-responsive > .table > tbody > tr > td,
  .table-responsive > .table > 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 > tbody > tr:last-child > th,
  .table-responsive > .table-bordered > tfoot > tr:last-child > th,
  .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;
  min-width: 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;
  max-width: 100%;
  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;
  line-height: normal;
}
input[type="file"] {
  display: block;
}
input[type="range"] {
  display: block;
  width: 100%;
}
select[multiple],
select[size] {
  height: auto;
}
input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
output {
  display: block;
  padding-top: 7px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555555;
}
.form-control {
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  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 .15s, box-shadow ease-in-out .15s;
  -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
.form-control:focus {
  border-color: #66afe9;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6);
  box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6);
}
.form-control::-moz-placeholder {
  color: #999;
  opacity: 1;
}
.form-control:-ms-input-placeholder {
  color: #999;
}
.form-control::-webkit-input-placeholder {
  color: #999;
}
.form-control::-ms-expand {
  border: 0;
  background-color: transparent;
}
.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
  background-color: #eeeeee;
  opacity: 1;
}
.form-control[disabled],
fieldset[disabled] .form-control {
  cursor: not-allowed;
}
textarea.form-control {
  height: auto;
}
input[type="search"] {
  -webkit-appearance: none;
}
@media screen and (-webkit-min-device-pixel-ratio: 0) {
  input[type="date"].form-control,
  input[type="time"].form-control,
  input[type="datetime-local"].form-control,
  input[type="month"].form-control {
    line-height: 34px;
  }
  input[type="date"].input-sm,
  input[type="time"].input-sm,
  input[type="datetime-local"].input-sm,
  input[type="month"].input-sm,
  .input-group-sm input[type="date"],
  .input-group-sm input[type="time"],
  .input-group-sm input[type="datetime-local"],
  .input-group-sm input[type="month"] {
    line-height: 30px;
  }
  input[type="date"].input-lg,
  input[type="time"].input-lg,
  input[type="datetime-local"].input-lg,
  input[type="month"].input-lg,
  .input-group-lg input[type="date"],
  .input-group-lg input[type="time"],
  .input-group-lg input[type="datetime-local"],
  .input-group-lg input[type="month"] {
    line-height: 46px;
  }
}
.form-group {
  margin-bottom: 15px;
}
.radio,
.checkbox {
  position: relative;
  display: block;
  margin-top: 10px;
  margin-bottom: 10px;
}
.radio label,
.checkbox label {
  min-height: 20px;
  padding-left: 20px;
  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"] {
  position: absolute;
  margin-left: -20px;
  margin-top: 4px \9;
}
.radio + .radio,
.checkbox + .checkbox {
  margin-top: -5px;
}
.radio-inline,
.checkbox-inline {
  position: relative;
  display: inline-block;
  padding-left: 20px;
  margin-bottom: 0;
  vertical-align: middle;
  font-weight: normal;
  cursor: pointer;
}
.radio-inline + .radio-inline,
.checkbox-inline + .checkbox-inline {
  margin-top: 0;
  margin-left: 10px;
}
input[type="radio"][disabled],
input[type="checkbox"][disabled],
input[type="radio"].disabled,
input[type="checkbox"].disabled,
fieldset[disabled] input[type="radio"],
fieldset[disabled] input[type="checkbox"] {
  cursor: not-allowed;
}
.radio-inline.disabled,
.checkbox-inline.disabled,
fieldset[disabled] .radio-inline,
fieldset[disabled] .checkbox-inline {
  cursor: not-allowed;
}
.radio.disabled label,
.checkbox.disabled label,
fieldset[disabled] .radio label,
fieldset[disabled] .checkbox label {
  cursor: not-allowed;
}
.form-control-static {
  padding-top: 7px;
  padding-bottom: 7px;
  margin-bottom: 0;
  min-height: 34px;
}
.form-control-static.input-lg,
.form-control-static.input-sm {
  padding-left: 0;
  padding-right: 0;
}
.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,
select[multiple].input-sm {
  height: auto;
}
.form-group-sm .form-control {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
.form-group-sm select.form-control {
  height: 30px;
  line-height: 30px;
}
.form-group-sm textarea.form-control,
.form-group-sm select[multiple].form-control {
  height: auto;
}
.form-group-sm .form-control-static {
  height: 30px;
  min-height: 32px;
  padding: 6px 10px;
  font-size: 12px;
  line-height: 1.5;
}
.input-lg {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px;
}
select.input-lg {
  height: 46px;
  line-height: 46px;
}
textarea.input-lg,
select[multiple].input-lg {
  height: auto;
}
.form-group-lg .form-control {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px;
}
.form-group-lg select.form-control {
  height: 46px;
  line-height: 46px;
}
.form-group-lg textarea.form-control,
.form-group-lg select[multiple].form-control {
  height: auto;
}
.form-group-lg .form-control-static {
  height: 46px;
  min-height: 38px;
  padding: 11px 16px;
  font-size: 18px;
  line-height: 1.3333333;
}
.has-feedback {
  position: relative;
}
.has-feedback .form-control {
  padding-right: 42.5px;
}
.form-control-feedback {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  display: block;
  width: 34px;
  height: 34px;
  line-height: 34px;
  text-align: center;
  pointer-events: none;
}
.input-lg + .form-control-feedback,
.input-group-lg + .form-control-feedback,
.form-group-lg .form-control + .form-control-feedback {
  width: 46px;
  height: 46px;
  line-height: 46px;
}
.input-sm + .form-control-feedback,
.input-group-sm + .form-control-feedback,
.form-group-sm .form-control + .form-control-feedback {
  width: 30px;
  height: 30px;
  line-height: 30px;
}
.has-success .help-block,
.has-success .control-label,
.has-success .radio,
.has-success .checkbox,
.has-success .radio-inline,
.has-success .checkbox-inline,
.has-success.radio label,
.has-success.checkbox label,
.has-success.radio-inline label,
.has-success.checkbox-inline label {
  color: #3c763d;
}
.has-success .form-control {
  border-color: #3c763d;
  -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: #2b542c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
}
.has-success .input-group-addon {
  color: #3c763d;
  border-color: #3c763d;
  background-color: #dff0d8;
}
.has-success .form-control-feedback {
  color: #3c763d;
}
.has-warning .help-block,
.has-warning .control-label,
.has-warning .radio,
.has-warning .checkbox,
.has-warning .radio-inline,
.has-warning .checkbox-inline,
.has-warning.radio label,
.has-warning.checkbox label,
.has-warning.radio-inline label,
.has-warning.checkbox-inline label {
  color: #8a6d3b;
}
.has-warning .form-control {
  border-color: #8a6d3b;
  -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: #66512c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
}
.has-warning .input-group-addon {
  color: #8a6d3b;
  border-color: #8a6d3b;
  background-color: #fcf8e3;
}
.has-warning .form-control-feedback {
  color: #8a6d3b;
}
.has-error .help-block,
.has-error .control-label,
.has-error .radio,
.has-error .checkbox,
.has-error .radio-inline,
.has-error .checkbox-inline,
.has-error.radio label,
.has-error.checkbox label,
.has-error.radio-inline label,
.has-error.checkbox-inline label {
  color: #a94442;
}
.has-error .form-control {
  border-color: #a94442;
  -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: #843534;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
}
.has-error .input-group-addon {
  color: #a94442;
  border-color: #a94442;
  background-color: #f2dede;
}
.has-error .form-control-feedback {
  color: #a94442;
}
.has-feedback label ~ .form-control-feedback {
  top: 25px;
}
.has-feedback label.sr-only ~ .form-control-feedback {
  top: 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;
    width: auto;
    vertical-align: middle;
  }
  .form-inline .form-control-static {
    display: inline-block;
  }
  .form-inline .input-group {
    display: inline-table;
    vertical-align: middle;
  }
  .form-inline .input-group .input-group-addon,
  .form-inline .input-group .input-group-btn,
  .form-inline .input-group .form-control {
    width: auto;
  }
  .form-inline .input-group > .form-control {
    width: 100%;
  }
  .form-inline .control-label {
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .radio,
  .form-inline .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .radio label,
  .form-inline .checkbox label {
    padding-left: 0;
  }
  .form-inline .radio input[type="radio"],
  .form-inline .checkbox input[type="checkbox"] {
    position: relative;
    margin-left: 0;
  }
  .form-inline .has-feedback .form-control-feedback {
    top: 0;
  }
}
.form-horizontal .radio,
.form-horizontal .checkbox,
.form-horizontal .radio-inline,
.form-horizontal .checkbox-inline {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 7px;
}
.form-horizontal .radio,
.form-horizontal .checkbox {
  min-height: 27px;
}
.form-horizontal .form-group {
  margin-left: -15px;
  margin-right: -15px;
}
@media (min-width: 768px) {
  .form-horizontal .control-label {
    text-align: right;
    margin-bottom: 0;
    padding-top: 7px;
  }
}
.form-horizontal .has-feedback .form-control-feedback {
  right: 15px;
}
@media (min-width: 768px) {
  .form-horizontal .form-group-lg .control-label {
    padding-top: 11px;
    font-size: 18px;
  }
}
@media (min-width: 768px) {
  .form-horizontal .form-group-sm .control-label {
    padding-top: 6px;
    font-size: 12px;
  }
}
.btn {
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  border-radius: 4px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.btn:focus,
.btn:active:focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn.active.focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.btn:hover,
.btn:focus,
.btn.focus {
  color: #333;
  text-decoration: none;
}
.btn:active,
.btn.active {
  outline: 0;
  background-image: none;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.btn.disabled,
.btn[disabled],
fieldset[disabled] .btn {
  cursor: not-allowed;
  opacity: 0.65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  box-shadow: none;
}
a.btn.disabled,
fieldset[disabled] a.btn {
  pointer-events: none;
}
.btn-default {
  color: #333;
  background-color: #fff;
  border-color: #ccc;
}
.btn-default:focus,
.btn-default.focus {
  color: #333;
  background-color: #e6e6e6;
  border-color: #8c8c8c;
}
.btn-default:hover {
  color: #333;
  background-color: #e6e6e6;
  border-color: #adadad;
}
.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
  color: #333;
  background-color: #e6e6e6;
  border-color: #adadad;
}
.btn-default:active:hover,
.btn-default.active:hover,
.open > .dropdown-toggle.btn-default:hover,
.btn-default:active:focus,
.btn-default.active:focus,
.open > .dropdown-toggle.btn-default:focus,
.btn-default:active.focus,
.btn-default.active.focus,
.open > .dropdown-toggle.btn-default.focus {
  color: #333;
  background-color: #d4d4d4;
  border-color: #8c8c8c;
}
.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
  background-image: none;
}
.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.focus,
.btn-default[disabled].focus,
fieldset[disabled] .btn-default.focus {
  background-color: #fff;
  border-color: #ccc;
}
.btn-default .badge {
  color: #fff;
  background-color: #333;
}
.btn-primary {
  color: #fff;
  background-color: #337ab7;
  border-color: #2e6da4;
}
.btn-primary:focus,
.btn-primary.focus {
  color: #fff;
  background-color: #286090;
  border-color: #122b40;
}
.btn-primary:hover {
  color: #fff;
  background-color: #286090;
  border-color: #204d74;
}
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
  color: #fff;
  background-color: #286090;
  border-color: #204d74;
}
.btn-primary:active:hover,
.btn-primary.active:hover,
.open > .dropdown-toggle.btn-primary:hover,
.btn-primary:active:focus,
.btn-primary.active:focus,
.open > .dropdown-toggle.btn-primary:focus,
.btn-primary:active.focus,
.btn-primary.active.focus,
.open > .dropdown-toggle.btn-primary.focus {
  color: #fff;
  background-color: #204d74;
  border-color: #122b40;
}
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
  background-image: none;
}
.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.focus,
.btn-primary[disabled].focus,
fieldset[disabled] .btn-primary.focus {
  background-color: #337ab7;
  border-color: #2e6da4;
}
.btn-primary .badge {
  color: #337ab7;
  background-color: #fff;
}
.btn-success {
  color: #fff;
  background-color: #5cb85c;
  border-color: #4cae4c;
}
.btn-success:focus,
.btn-success.focus {
  color: #fff;
  background-color: #449d44;
  border-color: #255625;
}
.btn-success:hover {
  color: #fff;
  background-color: #449d44;
  border-color: #398439;
}
.btn-success:active,
.btn-success.active,
.open > .dropdown-toggle.btn-success {
  color: #fff;
  background-color: #449d44;
  border-color: #398439;
}
.btn-success:active:hover,
.btn-success.active:hover,
.open > .dropdown-toggle.btn-success:hover,
.btn-success:active:focus,
.btn-success.active:focus,
.open > .dropdown-toggle.btn-success:focus,
.btn-success:active.focus,
.btn-success.active.focus,
.open > .dropdown-toggle.btn-success.focus {
  color: #fff;
  background-color: #398439;
  border-color: #255625;
}
.btn-success:active,
.btn-success.active,
.open > .dropdown-toggle.btn-success {
  background-image: none;
}
.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.focus,
.btn-success[disabled].focus,
fieldset[disabled] .btn-success.focus {
  background-color: #5cb85c;
  border-color: #4cae4c;
}
.btn-success .badge {
  color: #5cb85c;
  background-color: #fff;
}
.btn-info {
  color: #fff;
  background-color: #5bc0de;
  border-color: #46b8da;
}
.btn-info:focus,
.btn-info.focus {
  color: #fff;
  background-color: #31b0d5;
  border-color: #1b6d85;
}
.btn-info:hover {
  color: #fff;
  background-color: #31b0d5;
  border-color: #269abc;
}
.btn-info:active,
.btn-info.active,
.open > .dropdown-toggle.btn-info {
  color: #fff;
  background-color: #31b0d5;
  border-color: #269abc;
}
.btn-info:active:hover,
.btn-info.active:hover,
.open > .dropdown-toggle.btn-info:hover,
.btn-info:active:focus,
.btn-info.active:focus,
.open > .dropdown-toggle.btn-info:focus,
.btn-info:active.focus,
.btn-info.active.focus,
.open > .dropdown-toggle.btn-info.focus {
  color: #fff;
  background-color: #269abc;
  border-color: #1b6d85;
}
.btn-info:active,
.btn-info.active,
.open > .dropdown-toggle.btn-info {
  background-image: none;
}
.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.focus,
.btn-info[disabled].focus,
fieldset[disabled] .btn-info.focus {
  background-color: #5bc0de;
  border-color: #46b8da;
}
.btn-info .badge {
  color: #5bc0de;
  background-color: #fff;
}
.btn-warning {
  color: #fff;
  background-color: #f0ad4e;
  border-color: #eea236;
}
.btn-warning:focus,
.btn-warning.focus {
  color: #fff;
  background-color: #ec971f;
  border-color: #985f0d;
}
.btn-warning:hover {
  color: #fff;
  background-color: #ec971f;
  border-color: #d58512;
}
.btn-warning:active,
.btn-warning.active,
.open > .dropdown-toggle.btn-warning {
  color: #fff;
  background-color: #ec971f;
  border-color: #d58512;
}
.btn-warning:active:hover,
.btn-warning.active:hover,
.open > .dropdown-toggle.btn-warning:hover,
.btn-warning:active:focus,
.btn-warning.active:focus,
.open > .dropdown-toggle.btn-warning:focus,
.btn-warning:active.focus,
.btn-warning.active.focus,
.open > .dropdown-toggle.btn-warning.focus {
  color: #fff;
  background-color: #d58512;
  border-color: #985f0d;
}
.btn-warning:active,
.btn-warning.active,
.open > .dropdown-toggle.btn-warning {
  background-image: none;
}
.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.focus,
.btn-warning[disabled].focus,
fieldset[disabled] .btn-warning.focus {
  background-color: #f0ad4e;
  border-color: #eea236;
}
.btn-warning .badge {
  color: #f0ad4e;
  background-color: #fff;
}
.btn-danger {
  color: #fff;
  background-color: #d9534f;
  border-color: #d43f3a;
}
.btn-danger:focus,
.btn-danger.focus {
  color: #fff;
  background-color: #c9302c;
  border-color: #761c19;
}
.btn-danger:hover {
  color: #fff;
  background-color: #c9302c;
  border-color: #ac2925;
}
.btn-danger:active,
.btn-danger.active,
.open > .dropdown-toggle.btn-danger {
  color: #fff;
  background-color: #c9302c;
  border-color: #ac2925;
}
.btn-danger:active:hover,
.btn-danger.active:hover,
.open > .dropdown-toggle.btn-danger:hover,
.btn-danger:active:focus,
.btn-danger.active:focus,
.open > .dropdown-toggle.btn-danger:focus,
.btn-danger:active.focus,
.btn-danger.active.focus,
.open > .dropdown-toggle.btn-danger.focus {
  color: #fff;
  background-color: #ac2925;
  border-color: #761c19;
}
.btn-danger:active,
.btn-danger.active,
.open > .dropdown-toggle.btn-danger {
  background-image: none;
}
.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.focus,
.btn-danger[disabled].focus,
fieldset[disabled] .btn-danger.focus {
  background-color: #d9534f;
  border-color: #d43f3a;
}
.btn-danger .badge {
  color: #d9534f;
  background-color: #fff;
}
.btn-link {
  color: #337ab7;
  font-weight: normal;
  border-radius: 0;
}
.btn-link,
.btn-link:active,
.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: #23527c;
  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: #777777;
  text-decoration: none;
}
.btn-lg,
.btn-group-lg > .btn {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px;
}
.btn-sm,
.btn-group-sm > .btn {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
.btn-xs,
.btn-group-xs > .btn {
  padding: 1px 5px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
.btn-block {
  display: block;
  width: 100%;
}
.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;
  -o-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear;
}
.fade.in {
  opacity: 1;
}
.collapse {
  display: none;
}
.collapse.in {
  display: block;
}
tr.collapse.in {
  display: table-row;
}
tbody.collapse.in {
  display: table-row-group;
}
.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition-property: height, visibility;
  transition-property: height, visibility;
  -webkit-transition-duration: 0.35s;
  transition-duration: 0.35s;
  -webkit-transition-timing-function: ease;
  transition-timing-function: ease;
}
@font-face {
  font-family: 'Glyphicons Halflings';
  src: url(/build/fonts/glyphicons-halflings-regular.5be1347c.eot);
  src: url(/build/fonts/glyphicons-halflings-regular.5be1347c.eot?#iefix) format('embedded-opentype'), url(/build/fonts/glyphicons-halflings-regular.be810be3.woff2) format('woff2'), url(/build/fonts/glyphicons-halflings-regular.82b1212e.woff) format('woff'), url(/build/fonts/glyphicons-halflings-regular.4692b9ec.ttf) format('truetype'), url(/build/images/glyphicons-halflings-regular.060b2710.svg#glyphicons_halflingsregular) format('svg');
}
.glyphicon {
  position: relative;
  top: 1px;
  display: inline-block;
  font-family: 'Glyphicons Halflings';
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.glyphicon-asterisk:before {
  content: "\002a";
}
.glyphicon-plus:before {
  content: "\002b";
}
.glyphicon-euro:before,
.glyphicon-eur: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-lock:before {
  content: "\e033";
}
.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-bookmark:before {
  content: "\e044";
}
.glyphicon-print:before {
  content: "\e045";
}
.glyphicon-camera:before {
  content: "\e046";
}
.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-fire:before {
  content: "\e104";
}
.glyphicon-eye-open:before {
  content: "\e105";
}
.glyphicon-eye-close:before {
  content: "\e106";
}
.glyphicon-warning-sign:before {
  content: "\e107";
}
.glyphicon-plane:before {
  content: "\e108";
}
.glyphicon-calendar:before {
  content: "\e109";
}
.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-bell:before {
  content: "\e123";
}
.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-wrench:before {
  content: "\e136";
}
.glyphicon-tasks:before {
  content: "\e137";
}
.glyphicon-filter:before {
  content: "\e138";
}
.glyphicon-briefcase:before {
  content: "\e139";
}
.glyphicon-fullscreen:before {
  content: "\e140";
}
.glyphicon-dashboard:before {
  content: "\e141";
}
.glyphicon-paperclip:before {
  content: "\e142";
}
.glyphicon-heart-empty:before {
  content: "\e143";
}
.glyphicon-link:before {
  content: "\e144";
}
.glyphicon-phone:before {
  content: "\e145";
}
.glyphicon-pushpin:before {
  content: "\e146";
}
.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-cd:before {
  content: "\e201";
}
.glyphicon-save-file:before {
  content: "\e202";
}
.glyphicon-open-file:before {
  content: "\e203";
}
.glyphicon-level-up:before {
  content: "\e204";
}
.glyphicon-copy:before {
  content: "\e205";
}
.glyphicon-paste:before {
  content: "\e206";
}
.glyphicon-alert:before {
  content: "\e209";
}
.glyphicon-equalizer:before {
  content: "\e210";
}
.glyphicon-king:before {
  content: "\e211";
}
.glyphicon-queen:before {
  content: "\e212";
}
.glyphicon-pawn:before {
  content: "\e213";
}
.glyphicon-bishop:before {
  content: "\e214";
}
.glyphicon-knight:before {
  content: "\e215";
}
.glyphicon-baby-formula:before {
  content: "\e216";
}
.glyphicon-tent:before {
  content: "\26fa";
}
.glyphicon-blackboard:before {
  content: "\e218";
}
.glyphicon-bed:before {
  content: "\e219";
}
.glyphicon-apple:before {
  content: "\f8ff";
}
.glyphicon-erase:before {
  content: "\e221";
}
.glyphicon-hourglass:before {
  content: "\231b";
}
.glyphicon-lamp:before {
  content: "\e223";
}
.glyphicon-duplicate:before {
  content: "\e224";
}
.glyphicon-piggy-bank:before {
  content: "\e225";
}
.glyphicon-scissors:before {
  content: "\e226";
}
.glyphicon-bitcoin:before {
  content: "\e227";
}
.glyphicon-btc:before {
  content: "\e227";
}
.glyphicon-xbt:before {
  content: "\e227";
}
.glyphicon-yen:before {
  content: "\00a5";
}
.glyphicon-jpy:before {
  content: "\00a5";
}
.glyphicon-ruble:before {
  content: "\20bd";
}
.glyphicon-rub:before {
  content: "\20bd";
}
.glyphicon-scale:before {
  content: "\e230";
}
.glyphicon-ice-lolly:before {
  content: "\e231";
}
.glyphicon-ice-lolly-tasted:before {
  content: "\e232";
}
.glyphicon-education:before {
  content: "\e233";
}
.glyphicon-option-horizontal:before {
  content: "\e234";
}
.glyphicon-option-vertical:before {
  content: "\e235";
}
.glyphicon-menu-hamburger:before {
  content: "\e236";
}
.glyphicon-modal-window:before {
  content: "\e237";
}
.glyphicon-oil:before {
  content: "\e238";
}
.glyphicon-grain:before {
  content: "\e239";
}
.glyphicon-sunglasses:before {
  content: "\e240";
}
.glyphicon-text-size:before {
  content: "\e241";
}
.glyphicon-text-color:before {
  content: "\e242";
}
.glyphicon-text-background:before {
  content: "\e243";
}
.glyphicon-object-align-top:before {
  content: "\e244";
}
.glyphicon-object-align-bottom:before {
  content: "\e245";
}
.glyphicon-object-align-horizontal:before {
  content: "\e246";
}
.glyphicon-object-align-left:before {
  content: "\e247";
}
.glyphicon-object-align-vertical:before {
  content: "\e248";
}
.glyphicon-object-align-right:before {
  content: "\e249";
}
.glyphicon-triangle-right:before {
  content: "\e250";
}
.glyphicon-triangle-left:before {
  content: "\e251";
}
.glyphicon-triangle-bottom:before {
  content: "\e252";
}
.glyphicon-triangle-top:before {
  content: "\e253";
}
.glyphicon-console:before {
  content: "\e254";
}
.glyphicon-superscript:before {
  content: "\e255";
}
.glyphicon-subscript:before {
  content: "\e256";
}
.glyphicon-menu-left:before {
  content: "\e257";
}
.glyphicon-menu-right:before {
  content: "\e258";
}
.glyphicon-menu-down:before {
  content: "\e259";
}
.glyphicon-menu-up:before {
  content: "\e260";
}
.caret {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 2px;
  vertical-align: middle;
  border-top: 4px dashed;
  border-top: 4px solid \9;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
}
.dropup,
.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;
  list-style: none;
  font-size: 14px;
  text-align: left;
  background-color: #fff;
  border: 1px solid #ccc;
  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 {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: normal;
  line-height: 1.42857143;
  color: #333333;
  white-space: nowrap;
}
.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
  text-decoration: none;
  color: #262626;
  background-color: #f5f5f5;
}
.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus {
  color: #fff;
  text-decoration: none;
  outline: 0;
  background-color: #337ab7;
}
.dropdown-menu > .disabled > a,
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
  color: #777777;
}
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
  text-decoration: none;
  background-color: transparent;
  background-image: none;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  cursor: not-allowed;
}
.open > .dropdown-menu {
  display: block;
}
.open > a {
  outline: 0;
}
.dropdown-menu-right {
  left: auto;
  right: 0;
}
.dropdown-menu-left {
  left: 0;
  right: auto;
}
.dropdown-header {
  display: block;
  padding: 3px 20px;
  font-size: 12px;
  line-height: 1.42857143;
  color: #777777;
  white-space: nowrap;
}
.dropdown-backdrop {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  z-index: 990;
}
.pull-right > .dropdown-menu {
  right: 0;
  left: auto;
}
.dropup .caret,
.navbar-fixed-bottom .dropdown .caret {
  border-top: 0;
  border-bottom: 4px dashed;
  border-bottom: 4px solid \9;
  content: "";
}
.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-bottom: 2px;
}
@media (min-width: 768px) {
  .navbar-right .dropdown-menu {
    left: auto;
    right: 0;
  }
  .navbar-right .dropdown-menu-left {
    left: 0;
    right: auto;
  }
}
.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: 2;
}
.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 {
  margin-left: -5px;
}
.btn-toolbar .btn,
.btn-toolbar .btn-group,
.btn-toolbar .input-group {
  float: left;
}
.btn-toolbar > .btn,
.btn-toolbar > .btn-group,
.btn-toolbar > .input-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-bottom-right-radius: 0;
  border-top-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:not(:last-child) > .btn:last-child,
.btn-group > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.btn-group > .btn-group:last-child:not(:first-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 > .btn + .dropdown-toggle {
  padding-left: 8px;
  padding-right: 8px;
}
.btn-group > .btn-lg + .dropdown-toggle {
  padding-left: 12px;
  padding-right: 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-group.open .dropdown-toggle.btn-link {
  -webkit-box-shadow: none;
  box-shadow: none;
}
.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,
.btn-group-vertical > .btn-group > .btn {
  display: block;
  float: none;
  width: 100%;
  max-width: 100%;
}
.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-top-left-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-top-left-radius: 0;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}
.btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0;
}
.btn-group-vertical > .btn-group:first-child:not(:last-child) > .btn:last-child,
.btn-group-vertical > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-group-vertical > .btn-group:last-child:not(:first-child) > .btn:first-child {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.btn-group-justified {
  display: table;
  width: 100%;
  table-layout: fixed;
  border-collapse: separate;
}
.btn-group-justified > .btn,
.btn-group-justified > .btn-group {
  float: none;
  display: table-cell;
  width: 1%;
}
.btn-group-justified > .btn-group .btn {
  width: 100%;
}
.btn-group-justified > .btn-group .dropdown-menu {
  left: auto;
}
[data-toggle="buttons"] > .btn input[type="radio"],
[data-toggle="buttons"] > .btn-group > .btn input[type="radio"],
[data-toggle="buttons"] > .btn input[type="checkbox"],
[data-toggle="buttons"] > .btn-group > .btn input[type="checkbox"] {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none;
}
.input-group {
  position: relative;
  display: table;
  border-collapse: separate;
}
.input-group[class*="col-"] {
  float: none;
  padding-left: 0;
  padding-right: 0;
}
.input-group .form-control {
  position: relative;
  z-index: 2;
  float: left;
  width: 100%;
  margin-bottom: 0;
}
.input-group .form-control:focus {
  z-index: 3;
}
.input-group-lg > .form-control,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .btn {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  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: 46px;
  line-height: 46px;
}
textarea.input-group-lg > .form-control,
textarea.input-group-lg > .input-group-addon,
textarea.input-group-lg > .input-group-btn > .btn,
select[multiple].input-group-lg > .form-control,
select[multiple].input-group-lg > .input-group-addon,
select[multiple].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,
select[multiple].input-group-sm > .form-control,
select[multiple].input-group-sm > .input-group-addon,
select[multiple].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;
  color: #555555;
  text-align: center;
  background-color: #eeeeee;
  border: 1px solid #ccc;
  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 > .btn-group > .btn,
.input-group-btn:first-child > .dropdown-toggle,
.input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle),
.input-group-btn:last-child > .btn-group:not(:last-child) > .btn {
  border-bottom-right-radius: 0;
  border-top-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 > .btn-group > .btn,
.input-group-btn:last-child > .dropdown-toggle,
.input-group-btn:first-child > .btn:not(:first-child),
.input-group-btn:first-child > .btn-group:not(:first-child) > .btn {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
.input-group-addon:last-child {
  border-left: 0;
}
.input-group-btn {
  position: relative;
  font-size: 0;
  white-space: nowrap;
}
.input-group-btn > .btn {
  position: relative;
}
.input-group-btn > .btn + .btn {
  margin-left: -1px;
}
.input-group-btn > .btn:hover,
.input-group-btn > .btn:focus,
.input-group-btn > .btn:active {
  z-index: 2;
}
.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .btn-group {
  margin-right: -1px;
}
.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .btn-group {
  z-index: 2;
  margin-left: -1px;
}
.nav {
  margin-bottom: 0;
  padding-left: 0;
  list-style: none;
}
.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: #777777;
}
.nav > li.disabled > a:hover,
.nav > li.disabled > a:focus {
  color: #777777;
  text-decoration: none;
  background-color: transparent;
  cursor: not-allowed;
}
.nav .open > a,
.nav .open > a:hover,
.nav .open > a:focus {
  background-color: #eeeeee;
  border-color: #337ab7;
}
.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 #ddd;
}
.nav-tabs > li {
  float: left;
  margin-bottom: -1px;
}
.nav-tabs > li > a {
  margin-right: 2px;
  line-height: 1.42857143;
  border: 1px solid transparent;
  border-radius: 4px 4px 0 0;
}
.nav-tabs > li > a:hover {
  border-color: #eeeeee #eeeeee #ddd;
}
.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus {
  color: #555555;
  background-color: #fff;
  border: 1px solid #ddd;
  border-bottom-color: transparent;
  cursor: default;
}
.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;
  margin-bottom: 5px;
}
.nav-tabs.nav-justified > .dropdown .dropdown-menu {
  top: auto;
  left: auto;
}
@media (min-width: 768px) {
  .nav-tabs.nav-justified > li {
    display: table-cell;
    width: 1%;
  }
  .nav-tabs.nav-justified > li > a {
    margin-bottom: 0;
  }
}
.nav-tabs.nav-justified > li > a {
  margin-right: 0;
  border-radius: 4px;
}
.nav-tabs.nav-justified > .active > a,
.nav-tabs.nav-justified > .active > a:hover,
.nav-tabs.nav-justified > .active > a:focus {
  border: 1px solid #ddd;
}
@media (min-width: 768px) {
  .nav-tabs.nav-justified > li > a {
    border-bottom: 1px solid #ddd;
    border-radius: 4px 4px 0 0;
  }
  .nav-tabs.nav-justified > .active > a,
  .nav-tabs.nav-justified > .active > a:hover,
  .nav-tabs.nav-justified > .active > a:focus {
    border-bottom-color: #fff;
  }
}
.nav-pills > li {
  float: left;
}
.nav-pills > li > a {
  border-radius: 4px;
}
.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: #fff;
  background-color: #337ab7;
}
.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;
  margin-bottom: 5px;
}
.nav-justified > .dropdown .dropdown-menu {
  top: auto;
  left: auto;
}
@media (min-width: 768px) {
  .nav-justified > li {
    display: table-cell;
    width: 1%;
  }
  .nav-justified > li > a {
    margin-bottom: 0;
  }
}
.nav-tabs-justified {
  border-bottom: 0;
}
.nav-tabs-justified > li > a {
  margin-right: 0;
  border-radius: 4px;
}
.nav-tabs-justified > .active > a,
.nav-tabs-justified > .active > a:hover,
.nav-tabs-justified > .active > a:focus {
  border: 1px solid #ddd;
}
@media (min-width: 768px) {
  .nav-tabs-justified > li > a {
    border-bottom: 1px solid #ddd;
    border-radius: 4px 4px 0 0;
  }
  .nav-tabs-justified > .active > a,
  .nav-tabs-justified > .active > a:hover,
  .nav-tabs-justified > .active > a:focus {
    border-bottom-color: #fff;
  }
}
.tab-content > .tab-pane {
  display: none;
}
.tab-content > .active {
  display: block;
}
.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.navbar {
  position: relative;
  min-height: 50px;
  margin-bottom: 20px;
  border: 1px solid transparent;
}
@media (min-width: 768px) {
  .navbar {
    border-radius: 4px;
  }
}
@media (min-width: 768px) {
  .navbar-header {
    float: left;
  }
}
.navbar-collapse {
  overflow-x: visible;
  padding-right: 15px;
  padding-left: 15px;
  border-top: 1px solid transparent;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
  -webkit-overflow-scrolling: touch;
}
.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-fixed-top .navbar-collapse,
  .navbar-static-top .navbar-collapse,
  .navbar-fixed-bottom .navbar-collapse {
    padding-left: 0;
    padding-right: 0;
  }
}
.navbar-fixed-top .navbar-collapse,
.navbar-fixed-bottom .navbar-collapse {
  max-height: 340px;
}
@media (max-device-width: 480px) and (orientation: landscape) {
  .navbar-fixed-top .navbar-collapse,
  .navbar-fixed-bottom .navbar-collapse {
    max-height: 200px;
  }
}
.container > .navbar-header,
.container-fluid > .navbar-header,
.container > .navbar-collapse,
.container-fluid > .navbar-collapse {
  margin-right: -15px;
  margin-left: -15px;
}
@media (min-width: 768px) {
  .container > .navbar-header,
  .container-fluid > .navbar-header,
  .container > .navbar-collapse,
  .container-fluid > .navbar-collapse {
    margin-right: 0;
    margin-left: 0;
  }
}
.navbar-static-top {
  z-index: 1000;
  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;
  z-index: 1030;
}
@media (min-width: 768px) {
  .navbar-fixed-top,
  .navbar-fixed-bottom {
    border-radius: 0;
  }
}
.navbar-fixed-top {
  top: 0;
  border-width: 0 0 1px;
}
.navbar-fixed-bottom {
  bottom: 0;
  margin-bottom: 0;
  border-width: 1px 0 0;
}
.navbar-brand {
  float: left;
  padding: 15px 15px;
  font-size: 18px;
  line-height: 20px;
  height: 50px;
}
.navbar-brand:hover,
.navbar-brand:focus {
  text-decoration: none;
}
.navbar-brand > img {
  display: block;
}
@media (min-width: 768px) {
  .navbar > .container .navbar-brand,
  .navbar > .container-fluid .navbar-brand {
    margin-left: -15px;
  }
}
.navbar-toggle {
  position: relative;
  float: right;
  margin-right: 15px;
  padding: 9px 10px;
  margin-top: 8px;
  margin-bottom: 8px;
  background-color: transparent;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px;
}
.navbar-toggle:focus {
  outline: 0;
}
.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;
  }
}
.navbar-form {
  margin-left: -15px;
  margin-right: -15px;
  padding: 10px 15px;
  border-top: 1px solid transparent;
  border-bottom: 1px solid transparent;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
  margin-top: 8px;
  margin-bottom: 8px;
}
@media (min-width: 768px) {
  .navbar-form .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .navbar-form .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  .navbar-form .form-control-static {
    display: inline-block;
  }
  .navbar-form .input-group {
    display: inline-table;
    vertical-align: middle;
  }
  .navbar-form .input-group .input-group-addon,
  .navbar-form .input-group .input-group-btn,
  .navbar-form .input-group .form-control {
    width: auto;
  }
  .navbar-form .input-group > .form-control {
    width: 100%;
  }
  .navbar-form .control-label {
    margin-bottom: 0;
    vertical-align: middle;
  }
  .navbar-form .radio,
  .navbar-form .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .navbar-form .radio label,
  .navbar-form .checkbox label {
    padding-left: 0;
  }
  .navbar-form .radio input[type="radio"],
  .navbar-form .checkbox input[type="checkbox"] {
    position: relative;
    margin-left: 0;
  }
  .navbar-form .has-feedback .form-control-feedback {
    top: 0;
  }
}
@media (max-width: 767px) {
  .navbar-form .form-group {
    margin-bottom: 5px;
  }
  .navbar-form .form-group:last-child {
    margin-bottom: 0;
  }
}
@media (min-width: 768px) {
  .navbar-form {
    width: auto;
    border: 0;
    margin-left: 0;
    margin-right: 0;
    padding-top: 0;
    padding-bottom: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
}
.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 {
  margin-bottom: 0;
  border-top-right-radius: 4px;
  border-top-left-radius: 4px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.navbar-btn {
  margin-top: 8px;
  margin-bottom: 8px;
}
.navbar-btn.btn-sm {
  margin-top: 10px;
  margin-bottom: 10px;
}
.navbar-btn.btn-xs {
  margin-top: 14px;
  margin-bottom: 14px;
}
.navbar-text {
  margin-top: 15px;
  margin-bottom: 15px;
}
@media (min-width: 768px) {
  .navbar-text {
    float: left;
    margin-left: 15px;
    margin-right: 15px;
  }
}
@media (min-width: 768px) {
  .navbar-left {
    float: left !important;
  }
  .navbar-right {
    float: right !important;
    margin-right: -15px;
  }
  .navbar-right ~ .navbar-right {
    margin-right: 0;
  }
}
.navbar-default {
  background-color: #f8f8f8;
  border-color: #e7e7e7;
}
.navbar-default .navbar-brand {
  color: #777;
}
.navbar-default .navbar-brand:hover,
.navbar-default .navbar-brand:focus {
  color: #5e5e5e;
  background-color: transparent;
}
.navbar-default .navbar-text {
  color: #777;
}
.navbar-default .navbar-nav > li > a {
  color: #777;
}
.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
  color: #333;
  background-color: transparent;
}
.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
  color: #555;
  background-color: #e7e7e7;
}
.navbar-default .navbar-nav > .disabled > a,
.navbar-default .navbar-nav > .disabled > a:hover,
.navbar-default .navbar-nav > .disabled > a:focus {
  color: #ccc;
  background-color: transparent;
}
.navbar-default .navbar-toggle {
  border-color: #ddd;
}
.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
  background-color: #ddd;
}
.navbar-default .navbar-toggle .icon-bar {
  background-color: #888;
}
.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
  border-color: #e7e7e7;
}
.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:hover,
.navbar-default .navbar-nav > .open > a:focus {
  background-color: #e7e7e7;
  color: #555;
}
@media (max-width: 767px) {
  .navbar-default .navbar-nav .open .dropdown-menu > li > a {
    color: #777;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #333;
    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: #555;
    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: #ccc;
    background-color: transparent;
  }
}
.navbar-default .navbar-link {
  color: #777;
}
.navbar-default .navbar-link:hover {
  color: #333;
}
.navbar-default .btn-link {
  color: #777;
}
.navbar-default .btn-link:hover,
.navbar-default .btn-link:focus {
  color: #333;
}
.navbar-default .btn-link[disabled]:hover,
fieldset[disabled] .navbar-default .btn-link:hover,
.navbar-default .btn-link[disabled]:focus,
fieldset[disabled] .navbar-default .btn-link:focus {
  color: #ccc;
}
.navbar-inverse {
  background-color: #222;
  border-color: #080808;
}
.navbar-inverse .navbar-brand {
  color: #9d9d9d;
}
.navbar-inverse .navbar-brand:hover,
.navbar-inverse .navbar-brand:focus {
  color: #fff;
  background-color: transparent;
}
.navbar-inverse .navbar-text {
  color: #9d9d9d;
}
.navbar-inverse .navbar-nav > li > a {
  color: #9d9d9d;
}
.navbar-inverse .navbar-nav > li > a:hover,
.navbar-inverse .navbar-nav > li > a:focus {
  color: #fff;
  background-color: transparent;
}
.navbar-inverse .navbar-nav > .active > a,
.navbar-inverse .navbar-nav > .active > a:hover,
.navbar-inverse .navbar-nav > .active > a:focus {
  color: #fff;
  background-color: #080808;
}
.navbar-inverse .navbar-nav > .disabled > a,
.navbar-inverse .navbar-nav > .disabled > a:hover,
.navbar-inverse .navbar-nav > .disabled > a:focus {
  color: #444;
  background-color: transparent;
}
.navbar-inverse .navbar-toggle {
  border-color: #333;
}
.navbar-inverse .navbar-toggle:hover,
.navbar-inverse .navbar-toggle:focus {
  background-color: #333;
}
.navbar-inverse .navbar-toggle .icon-bar {
  background-color: #fff;
}
.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 {
  background-color: #080808;
  color: #fff;
}
@media (max-width: 767px) {
  .navbar-inverse .navbar-nav .open .dropdown-menu > .dropdown-header {
    border-color: #080808;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu .divider {
    background-color: #080808;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
    color: #9d9d9d;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #fff;
    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: #fff;
    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: #444;
    background-color: transparent;
  }
}
.navbar-inverse .navbar-link {
  color: #9d9d9d;
}
.navbar-inverse .navbar-link:hover {
  color: #fff;
}
.navbar-inverse .btn-link {
  color: #9d9d9d;
}
.navbar-inverse .btn-link:hover,
.navbar-inverse .btn-link:focus {
  color: #fff;
}
.navbar-inverse .btn-link[disabled]:hover,
fieldset[disabled] .navbar-inverse .btn-link:hover,
.navbar-inverse .btn-link[disabled]:focus,
fieldset[disabled] .navbar-inverse .btn-link:focus {
  color: #444;
}
.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 {
  content: "/\00a0";
  padding: 0 5px;
  color: #ccc;
}
.breadcrumb > .active {
  color: #777777;
}
.pagination {
  display: inline-block;
  padding-left: 0;
  margin: 20px 0;
  border-radius: 4px;
}
.pagination > li {
  display: inline;
}
.pagination > li > a,
.pagination > li > span {
  position: relative;
  float: left;
  padding: 6px 12px;
  line-height: 1.42857143;
  text-decoration: none;
  color: #337ab7;
  background-color: #fff;
  border: 1px solid #ddd;
  margin-left: -1px;
}
.pagination > li:first-child > a,
.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 > span {
  border-bottom-right-radius: 4px;
  border-top-right-radius: 4px;
}
.pagination > li > a:hover,
.pagination > li > span:hover,
.pagination > li > a:focus,
.pagination > li > span:focus {
  z-index: 2;
  color: #23527c;
  background-color: #eeeeee;
  border-color: #ddd;
}
.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
  z-index: 3;
  color: #fff;
  background-color: #337ab7;
  border-color: #337ab7;
  cursor: default;
}
.pagination > .disabled > span,
.pagination > .disabled > span:hover,
.pagination > .disabled > span:focus,
.pagination > .disabled > a,
.pagination > .disabled > a:hover,
.pagination > .disabled > a:focus {
  color: #777777;
  background-color: #fff;
  border-color: #ddd;
  cursor: not-allowed;
}
.pagination-lg > li > a,
.pagination-lg > li > span {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
}
.pagination-lg > li:first-child > a,
.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 > span {
  border-bottom-right-radius: 6px;
  border-top-right-radius: 6px;
}
.pagination-sm > li > a,
.pagination-sm > li > span {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
}
.pagination-sm > li:first-child > a,
.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 > span {
  border-bottom-right-radius: 3px;
  border-top-right-radius: 3px;
}
.pager {
  padding-left: 0;
  margin: 20px 0;
  list-style: none;
  text-align: center;
}
.pager li {
  display: inline;
}
.pager li > a,
.pager li > span {
  display: inline-block;
  padding: 5px 14px;
  background-color: #fff;
  border: 1px solid #ddd;
  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: #777777;
  background-color: #fff;
  cursor: not-allowed;
}
.label {
  display: inline;
  padding: 0.2em 0.6em 0.3em;
  font-size: 75%;
  font-weight: bold;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 0.25em;
}
a.label:hover,
a.label:focus {
  color: #fff;
  text-decoration: none;
  cursor: pointer;
}
.label:empty {
  display: none;
}
.btn .label {
  position: relative;
  top: -1px;
}
.label-default {
  background-color: #777777;
}
.label-default[href]:hover,
.label-default[href]:focus {
  background-color: #5e5e5e;
}
.label-primary {
  background-color: #337ab7;
}
.label-primary[href]:hover,
.label-primary[href]:focus {
  background-color: #286090;
}
.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;
  color: #fff;
  line-height: 1;
  vertical-align: middle;
  white-space: nowrap;
  text-align: center;
  background-color: #777777;
  border-radius: 10px;
}
.badge:empty {
  display: none;
}
.btn .badge {
  position: relative;
  top: -1px;
}
.btn-xs .badge,
.btn-group-xs > .btn .badge {
  top: 0;
  padding: 1px 5px;
}
a.badge:hover,
a.badge:focus {
  color: #fff;
  text-decoration: none;
  cursor: pointer;
}
.list-group-item.active > .badge,
.nav-pills > .active > a > .badge {
  color: #337ab7;
  background-color: #fff;
}
.list-group-item > .badge {
  float: right;
}
.list-group-item > .badge + .badge {
  margin-right: 5px;
}
.nav-pills > li > a > .badge {
  margin-left: 3px;
}
.jumbotron {
  padding-top: 30px;
  padding-bottom: 30px;
  margin-bottom: 30px;
  color: inherit;
  background-color: #eeeeee;
}
.jumbotron h1,
.jumbotron .h1 {
  color: inherit;
}
.jumbotron p {
  margin-bottom: 15px;
  font-size: 21px;
  font-weight: 200;
}
.jumbotron > hr {
  border-top-color: #d5d5d5;
}
.container .jumbotron,
.container-fluid .jumbotron {
  border-radius: 6px;
  padding-left: 15px;
  padding-right: 15px;
}
.jumbotron .container {
  max-width: 100%;
}
@media screen and (min-width: 768px) {
  .jumbotron {
    padding-top: 48px;
    padding-bottom: 48px;
  }
  .container .jumbotron,
  .container-fluid .jumbotron {
    padding-left: 60px;
    padding-right: 60px;
  }
  .jumbotron h1,
  .jumbotron .h1 {
    font-size: 63px;
  }
}
.thumbnail {
  display: block;
  padding: 4px;
  margin-bottom: 20px;
  line-height: 1.42857143;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  -webkit-transition: border 0.2s ease-in-out;
  -o-transition: border 0.2s ease-in-out;
  transition: border 0.2s ease-in-out;
}
.thumbnail > img,
.thumbnail a > img {
  margin-left: auto;
  margin-right: auto;
}
a.thumbnail:hover,
a.thumbnail:focus,
a.thumbnail.active {
  border-color: #337ab7;
}
.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,
.alert-dismissible {
  padding-right: 35px;
}
.alert-dismissable .close,
.alert-dismissible .close {
  position: relative;
  top: -2px;
  right: -21px;
  color: inherit;
}
.alert-success {
  background-color: #dff0d8;
  border-color: #d6e9c6;
  color: #3c763d;
}
.alert-success hr {
  border-top-color: #c9e2b3;
}
.alert-success .alert-link {
  color: #2b542c;
}
.alert-info {
  background-color: #d9edf7;
  border-color: #bce8f1;
  color: #31708f;
}
.alert-info hr {
  border-top-color: #a6e1ec;
}
.alert-info .alert-link {
  color: #245269;
}
.alert-warning {
  background-color: #fcf8e3;
  border-color: #faebcc;
  color: #8a6d3b;
}
.alert-warning hr {
  border-top-color: #f7e1b5;
}
.alert-warning .alert-link {
  color: #66512c;
}
.alert-danger {
  background-color: #f2dede;
  border-color: #ebccd1;
  color: #a94442;
}
.alert-danger hr {
  border-top-color: #e4b9c0;
}
.alert-danger .alert-link {
  color: #843534;
}
@-webkit-keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}
@keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}
.progress {
  overflow: hidden;
  height: 20px;
  margin-bottom: 20px;
  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;
  line-height: 20px;
  color: #fff;
  text-align: center;
  background-color: #337ab7;
  -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  -webkit-transition: width 0.6s ease;
  -o-transition: width 0.6s ease;
  transition: width 0.6s ease;
}
.progress-striped .progress-bar,
.progress-bar-striped {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-size: 40px 40px;
}
.progress.active .progress-bar,
.progress-bar.active {
  -webkit-animation: progress-bar-stripes 2s linear infinite;
  -o-animation: progress-bar-stripes 2s linear infinite;
  animation: progress-bar-stripes 2s linear infinite;
}
.progress-bar-success {
  background-color: #5cb85c;
}
.progress-striped .progress-bar-success {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.progress-bar-info {
  background-color: #5bc0de;
}
.progress-striped .progress-bar-info {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.progress-bar-warning {
  background-color: #f0ad4e;
}
.progress-striped .progress-bar-warning {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.progress-bar-danger {
  background-color: #d9534f;
}
.progress-striped .progress-bar-danger {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.media {
  margin-top: 15px;
}
.media:first-child {
  margin-top: 0;
}
.media,
.media-body {
  zoom: 1;
  overflow: hidden;
}
.media-body {
  width: 10000px;
}
.media-object {
  display: block;
}
.media-object.img-thumbnail {
  max-width: none;
}
.media-right,
.media > .pull-right {
  padding-left: 10px;
}
.media-left,
.media > .pull-left {
  padding-right: 10px;
}
.media-left,
.media-right,
.media-body {
  display: table-cell;
  vertical-align: top;
}
.media-middle {
  vertical-align: middle;
}
.media-bottom {
  vertical-align: bottom;
}
.media-heading {
  margin-top: 0;
  margin-bottom: 5px;
}
.media-list {
  padding-left: 0;
  list-style: none;
}
.list-group {
  margin-bottom: 20px;
  padding-left: 0;
}
.list-group-item {
  position: relative;
  display: block;
  padding: 10px 15px;
  margin-bottom: -1px;
  background-color: #fff;
  border: 1px solid #ddd;
}
.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;
}
a.list-group-item,
button.list-group-item {
  color: #555;
}
a.list-group-item .list-group-item-heading,
button.list-group-item .list-group-item-heading {
  color: #333;
}
a.list-group-item:hover,
button.list-group-item:hover,
a.list-group-item:focus,
button.list-group-item:focus {
  text-decoration: none;
  color: #555;
  background-color: #f5f5f5;
}
button.list-group-item {
  width: 100%;
  text-align: left;
}
.list-group-item.disabled,
.list-group-item.disabled:hover,
.list-group-item.disabled:focus {
  background-color: #eeeeee;
  color: #777777;
  cursor: not-allowed;
}
.list-group-item.disabled .list-group-item-heading,
.list-group-item.disabled:hover .list-group-item-heading,
.list-group-item.disabled:focus .list-group-item-heading {
  color: inherit;
}
.list-group-item.disabled .list-group-item-text,
.list-group-item.disabled:hover .list-group-item-text,
.list-group-item.disabled:focus .list-group-item-text {
  color: #777777;
}
.list-group-item.active,
.list-group-item.active:hover,
.list-group-item.active:focus {
  z-index: 2;
  color: #fff;
  background-color: #337ab7;
  border-color: #337ab7;
}
.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,
.list-group-item.active .list-group-item-heading > small,
.list-group-item.active:hover .list-group-item-heading > small,
.list-group-item.active:focus .list-group-item-heading > small,
.list-group-item.active .list-group-item-heading > .small,
.list-group-item.active:hover .list-group-item-heading > .small,
.list-group-item.active:focus .list-group-item-heading > .small {
  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: #c7ddef;
}
.list-group-item-success {
  color: #3c763d;
  background-color: #dff0d8;
}
a.list-group-item-success,
button.list-group-item-success {
  color: #3c763d;
}
a.list-group-item-success .list-group-item-heading,
button.list-group-item-success .list-group-item-heading {
  color: inherit;
}
a.list-group-item-success:hover,
button.list-group-item-success:hover,
a.list-group-item-success:focus,
button.list-group-item-success:focus {
  color: #3c763d;
  background-color: #d0e9c6;
}
a.list-group-item-success.active,
button.list-group-item-success.active,
a.list-group-item-success.active:hover,
button.list-group-item-success.active:hover,
a.list-group-item-success.active:focus,
button.list-group-item-success.active:focus {
  color: #fff;
  background-color: #3c763d;
  border-color: #3c763d;
}
.list-group-item-info {
  color: #31708f;
  background-color: #d9edf7;
}
a.list-group-item-info,
button.list-group-item-info {
  color: #31708f;
}
a.list-group-item-info .list-group-item-heading,
button.list-group-item-info .list-group-item-heading {
  color: inherit;
}
a.list-group-item-info:hover,
button.list-group-item-info:hover,
a.list-group-item-info:focus,
button.list-group-item-info:focus {
  color: #31708f;
  background-color: #c4e3f3;
}
a.list-group-item-info.active,
button.list-group-item-info.active,
a.list-group-item-info.active:hover,
button.list-group-item-info.active:hover,
a.list-group-item-info.active:focus,
button.list-group-item-info.active:focus {
  color: #fff;
  background-color: #31708f;
  border-color: #31708f;
}
.list-group-item-warning {
  color: #8a6d3b;
  background-color: #fcf8e3;
}
a.list-group-item-warning,
button.list-group-item-warning {
  color: #8a6d3b;
}
a.list-group-item-warning .list-group-item-heading,
button.list-group-item-warning .list-group-item-heading {
  color: inherit;
}
a.list-group-item-warning:hover,
button.list-group-item-warning:hover,
a.list-group-item-warning:focus,
button.list-group-item-warning:focus {
  color: #8a6d3b;
  background-color: #faf2cc;
}
a.list-group-item-warning.active,
button.list-group-item-warning.active,
a.list-group-item-warning.active:hover,
button.list-group-item-warning.active:hover,
a.list-group-item-warning.active:focus,
button.list-group-item-warning.active:focus {
  color: #fff;
  background-color: #8a6d3b;
  border-color: #8a6d3b;
}
.list-group-item-danger {
  color: #a94442;
  background-color: #f2dede;
}
a.list-group-item-danger,
button.list-group-item-danger {
  color: #a94442;
}
a.list-group-item-danger .list-group-item-heading,
button.list-group-item-danger .list-group-item-heading {
  color: inherit;
}
a.list-group-item-danger:hover,
button.list-group-item-danger:hover,
a.list-group-item-danger:focus,
button.list-group-item-danger:focus {
  color: #a94442;
  background-color: #ebcccc;
}
a.list-group-item-danger.active,
button.list-group-item-danger.active,
a.list-group-item-danger.active:hover,
button.list-group-item-danger.active:hover,
a.list-group-item-danger.active:focus,
button.list-group-item-danger.active:focus {
  color: #fff;
  background-color: #a94442;
  border-color: #a94442;
}
.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: #fff;
  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-heading {
  padding: 10px 15px;
  border-bottom: 1px solid transparent;
  border-top-right-radius: 3px;
  border-top-left-radius: 3px;
}
.panel-heading > .dropdown .dropdown-toggle {
  color: inherit;
}
.panel-title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  color: inherit;
}
.panel-title > a,
.panel-title > small,
.panel-title > .small,
.panel-title > small > a,
.panel-title > .small > a {
  color: inherit;
}
.panel-footer {
  padding: 10px 15px;
  background-color: #f5f5f5;
  border-top: 1px solid #ddd;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}
.panel > .list-group,
.panel > .panel-collapse > .list-group {
  margin-bottom: 0;
}
.panel > .list-group .list-group-item,
.panel > .panel-collapse > .list-group .list-group-item {
  border-width: 1px 0;
  border-radius: 0;
}
.panel > .list-group:first-child .list-group-item:first-child,
.panel > .panel-collapse > .list-group:first-child .list-group-item:first-child {
  border-top: 0;
  border-top-right-radius: 3px;
  border-top-left-radius: 3px;
}
.panel > .list-group:last-child .list-group-item:last-child,
.panel > .panel-collapse > .list-group:last-child .list-group-item:last-child {
  border-bottom: 0;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}
.panel > .panel-heading + .panel-collapse > .list-group .list-group-item:first-child {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.panel-heading + .list-group .list-group-item:first-child {
  border-top-width: 0;
}
.list-group + .panel-footer {
  border-top-width: 0;
}
.panel > .table,
.panel > .table-responsive > .table,
.panel > .panel-collapse > .table {
  margin-bottom: 0;
}
.panel > .table caption,
.panel > .table-responsive > .table caption,
.panel > .panel-collapse > .table caption {
  padding-left: 15px;
  padding-right: 15px;
}
.panel > .table:first-child,
.panel > .table-responsive:first-child > .table:first-child {
  border-top-right-radius: 3px;
  border-top-left-radius: 3px;
}
.panel > .table:first-child > thead:first-child > tr:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child {
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}
.panel > .table:first-child > thead:first-child > tr:first-child td:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.panel > .table:first-child > thead:first-child > tr:first-child th:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child th:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:first-child {
  border-top-left-radius: 3px;
}
.panel > .table:first-child > thead:first-child > tr:first-child td:last-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:last-child,
.panel > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.panel > .table:first-child > thead:first-child > tr:first-child th:last-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:last-child,
.panel > .table:first-child > tbody:first-child > tr:first-child th:last-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:last-child {
  border-top-right-radius: 3px;
}
.panel > .table:last-child,
.panel > .table-responsive:last-child > .table:last-child {
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}
.panel > .table:last-child > tbody:last-child > tr:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child {
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
}
.panel > .table:last-child > tbody:last-child > tr:last-child td:first-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:first-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.panel > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child th:first-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:first-child {
  border-bottom-left-radius: 3px;
}
.panel > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.panel > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child th:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:last-child {
  border-bottom-right-radius: 3px;
}
.panel > .panel-body + .table,
.panel > .panel-body + .table-responsive,
.panel > .table + .panel-body,
.panel > .table-responsive + .panel-body {
  border-top: 1px solid #ddd;
}
.panel > .table > tbody:first-child > tr:first-child th,
.panel > .table > tbody:first-child > tr:first-child td {
  border-top: 0;
}
.panel > .table-bordered,
.panel > .table-responsive > .table-bordered {
  border: 0;
}
.panel > .table-bordered > thead > tr > th:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > th:first-child,
.panel > .table-bordered > tbody > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:first-child,
.panel > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-bordered > thead > tr > td:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:first-child,
.panel > .table-bordered > tbody > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:first-child,
.panel > .table-bordered > tfoot > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > td:first-child {
  border-left: 0;
}
.panel > .table-bordered > thead > tr > th:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > th:last-child,
.panel > .table-bordered > tbody > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:last-child,
.panel > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-bordered > thead > tr > td:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:last-child,
.panel > .table-bordered > tbody > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:last-child,
.panel > .table-bordered > tfoot > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > td:last-child {
  border-right: 0;
}
.panel > .table-bordered > thead > tr:first-child > td,
.panel > .table-responsive > .table-bordered > thead > tr:first-child > td,
.panel > .table-bordered > tbody > tr:first-child > td,
.panel > .table-responsive > .table-bordered > tbody > tr:first-child > td,
.panel > .table-bordered > thead > tr:first-child > th,
.panel > .table-responsive > .table-bordered > thead > tr:first-child > th,
.panel > .table-bordered > tbody > tr:first-child > th,
.panel > .table-responsive > .table-bordered > tbody > tr:first-child > th {
  border-bottom: 0;
}
.panel > .table-bordered > tbody > tr:last-child > td,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > td,
.panel > .table-bordered > tfoot > tr:last-child > td,
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > td,
.panel > .table-bordered > tbody > tr:last-child > th,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > th,
.panel > .table-bordered > tfoot > tr:last-child > th,
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > th {
  border-bottom: 0;
}
.panel > .table-responsive {
  border: 0;
  margin-bottom: 0;
}
.panel-group {
  margin-bottom: 20px;
}
.panel-group .panel {
  margin-bottom: 0;
  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,
.panel-group .panel-heading + .panel-collapse > .list-group {
  border-top: 1px solid #ddd;
}
.panel-group .panel-footer {
  border-top: 0;
}
.panel-group .panel-footer + .panel-collapse .panel-body {
  border-bottom: 1px solid #ddd;
}
.panel-default {
  border-color: #ddd;
}
.panel-default > .panel-heading {
  color: #333333;
  background-color: #f5f5f5;
  border-color: #ddd;
}
.panel-default > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #ddd;
}
.panel-default > .panel-heading .badge {
  color: #f5f5f5;
  background-color: #333333;
}
.panel-default > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #ddd;
}
.panel-primary {
  border-color: #337ab7;
}
.panel-primary > .panel-heading {
  color: #fff;
  background-color: #337ab7;
  border-color: #337ab7;
}
.panel-primary > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #337ab7;
}
.panel-primary > .panel-heading .badge {
  color: #337ab7;
  background-color: #fff;
}
.panel-primary > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #337ab7;
}
.panel-success {
  border-color: #d6e9c6;
}
.panel-success > .panel-heading {
  color: #3c763d;
  background-color: #dff0d8;
  border-color: #d6e9c6;
}
.panel-success > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #d6e9c6;
}
.panel-success > .panel-heading .badge {
  color: #dff0d8;
  background-color: #3c763d;
}
.panel-success > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #d6e9c6;
}
.panel-info {
  border-color: #bce8f1;
}
.panel-info > .panel-heading {
  color: #31708f;
  background-color: #d9edf7;
  border-color: #bce8f1;
}
.panel-info > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #bce8f1;
}
.panel-info > .panel-heading .badge {
  color: #d9edf7;
  background-color: #31708f;
}
.panel-info > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #bce8f1;
}
.panel-warning {
  border-color: #faebcc;
}
.panel-warning > .panel-heading {
  color: #8a6d3b;
  background-color: #fcf8e3;
  border-color: #faebcc;
}
.panel-warning > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #faebcc;
}
.panel-warning > .panel-heading .badge {
  color: #fcf8e3;
  background-color: #8a6d3b;
}
.panel-warning > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #faebcc;
}
.panel-danger {
  border-color: #ebccd1;
}
.panel-danger > .panel-heading {
  color: #a94442;
  background-color: #f2dede;
  border-color: #ebccd1;
}
.panel-danger > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #ebccd1;
}
.panel-danger > .panel-heading .badge {
  color: #f2dede;
  background-color: #a94442;
}
.panel-danger > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #ebccd1;
}
.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: #000;
  text-shadow: 0 1px 0 #fff;
  opacity: 0.2;
  filter: alpha(opacity=20);
}
.close:hover,
.close:focus {
  color: #000;
  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;
}
.modal {
  display: none;
  overflow: hidden;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  -webkit-overflow-scrolling: touch;
  outline: 0;
}
.modal.fade .modal-dialog {
  -webkit-transform: translate(0, -25%);
  -ms-transform: translate(0, -25%);
  -o-transform: translate(0, -25%);
  transform: translate(0, -25%);
  -webkit-transition: -webkit-transform 0.3s ease-out;
  -moz-transition: -moz-transform 0.3s ease-out;
  -o-transition: -o-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
}
.modal.in .modal-dialog {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0);
}
.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.modal-dialog {
  position: relative;
  width: auto;
  margin: 10px;
}
.modal-content {
  position: relative;
  background-color: #fff;
  border: 1px solid #999;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  background-clip: padding-box;
  outline: 0;
}
.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000;
}
.modal-backdrop.fade {
  opacity: 0;
  filter: alpha(opacity=0);
}
.modal-backdrop.in {
  opacity: 0.5;
  filter: alpha(opacity=50);
}
.modal-header {
  padding: 15px;
  border-bottom: 1px solid #e5e5e5;
}
.modal-header .close {
  margin-top: -2px;
}
.modal-title {
  margin: 0;
  line-height: 1.42857143;
}
.modal-body {
  position: relative;
  padding: 15px;
}
.modal-footer {
  padding: 15px;
  text-align: right;
  border-top: 1px solid #e5e5e5;
}
.modal-footer .btn + .btn {
  margin-left: 5px;
  margin-bottom: 0;
}
.modal-footer .btn-group .btn + .btn {
  margin-left: -1px;
}
.modal-footer .btn-block + .btn-block {
  margin-left: 0;
}
.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 768px) {
  .modal-dialog {
    width: 600px;
    margin: 30px auto;
  }
  .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);
  }
  .modal-sm {
    width: 300px;
  }
}
@media (min-width: 992px) {
  .modal-lg {
    width: 900px;
  }
}
.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
}
.tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.tooltip-inner {
  max-width: 200px;
  padding: 3px 8px;
  color: #fff;
  text-align: center;
  background-color: #000;
  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-width: 5px 5px 0;
  border-top-color: #000;
}
.tooltip.top-left .tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}
.tooltip.top-right .tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}
.tooltip.right .tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000;
}
.tooltip.left .tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000;
}
.tooltip.bottom .tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}
.tooltip.bottom-left .tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}
.tooltip.bottom-right .tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}
.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1060;
  display: none;
  max-width: 276px;
  padding: 1px;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 14px;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ccc;
  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);
}
.popover.top {
  margin-top: -10px;
}
.popover.right {
  margin-left: 10px;
}
.popover.bottom {
  margin-top: 10px;
}
.popover.left {
  margin-left: -10px;
}
.popover-title {
  margin: 0;
  padding: 8px 14px;
  font-size: 14px;
  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 {
  left: 50%;
  margin-left: -11px;
  border-bottom-width: 0;
  border-top-color: #999999;
  border-top-color: rgba(0, 0, 0, 0.25);
  bottom: -11px;
}
.popover.top > .arrow:after {
  content: " ";
  bottom: 1px;
  margin-left: -10px;
  border-bottom-width: 0;
  border-top-color: #fff;
}
.popover.right > .arrow {
  top: 50%;
  left: -11px;
  margin-top: -11px;
  border-left-width: 0;
  border-right-color: #999999;
  border-right-color: rgba(0, 0, 0, 0.25);
}
.popover.right > .arrow:after {
  content: " ";
  left: 1px;
  bottom: -10px;
  border-left-width: 0;
  border-right-color: #fff;
}
.popover.bottom > .arrow {
  left: 50%;
  margin-left: -11px;
  border-top-width: 0;
  border-bottom-color: #999999;
  border-bottom-color: rgba(0, 0, 0, 0.25);
  top: -11px;
}
.popover.bottom > .arrow:after {
  content: " ";
  top: 1px;
  margin-left: -10px;
  border-top-width: 0;
  border-bottom-color: #fff;
}
.popover.left > .arrow {
  top: 50%;
  right: -11px;
  margin-top: -11px;
  border-right-width: 0;
  border-left-color: #999999;
  border-left-color: rgba(0, 0, 0, 0.25);
}
.popover.left > .arrow:after {
  content: " ";
  right: 1px;
  border-right-width: 0;
  border-left-color: #fff;
  bottom: -10px;
}
.carousel {
  position: relative;
}
.carousel-inner {
  position: relative;
  overflow: hidden;
  width: 100%;
}
.carousel-inner > .item {
  display: none;
  position: relative;
  -webkit-transition: 0.6s ease-in-out left;
  -o-transition: 0.6s ease-in-out left;
  transition: 0.6s ease-in-out left;
}
.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
  line-height: 1;
}
@media all and (transform-3d), (-webkit-transform-3d) {
  .carousel-inner > .item {
    -webkit-transition: -webkit-transform 0.6s ease-in-out;
    -moz-transition: -moz-transform 0.6s ease-in-out;
    -o-transition: -o-transform 0.6s ease-in-out;
    transition: transform 0.6s ease-in-out;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-perspective: 1000px;
    -moz-perspective: 1000px;
    perspective: 1000px;
  }
  .carousel-inner > .item.next,
  .carousel-inner > .item.active.right {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    left: 0;
  }
  .carousel-inner > .item.prev,
  .carousel-inner > .item.active.left {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    left: 0;
  }
  .carousel-inner > .item.next.left,
  .carousel-inner > .item.prev.right,
  .carousel-inner > .item.active {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    left: 0;
  }
}
.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;
  left: 0;
  bottom: 0;
  width: 15%;
  opacity: 0.5;
  filter: alpha(opacity=50);
  font-size: 20px;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
  background-color: rgba(0, 0, 0, 0);
}
.carousel-control.left {
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
  background-image: -o-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 {
  left: auto;
  right: 0;
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
  background-image: -o-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 {
  outline: 0;
  color: #fff;
  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%;
  margin-top: -10px;
  z-index: 5;
  display: inline-block;
}
.carousel-control .icon-prev,
.carousel-control .glyphicon-chevron-left {
  left: 50%;
  margin-left: -10px;
}
.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-right {
  right: 50%;
  margin-right: -10px;
}
.carousel-control .icon-prev,
.carousel-control .icon-next {
  width: 20px;
  height: 20px;
  line-height: 1;
  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%;
  margin-left: -30%;
  padding-left: 0;
  list-style: none;
  text-align: center;
}
.carousel-indicators li {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 1px;
  text-indent: -999px;
  border: 1px solid #fff;
  border-radius: 10px;
  cursor: pointer;
  background-color: #000 \9;
  background-color: rgba(0, 0, 0, 0);
}
.carousel-indicators .active {
  margin: 0;
  width: 12px;
  height: 12px;
  background-color: #fff;
}
.carousel-caption {
  position: absolute;
  left: 15%;
  right: 15%;
  bottom: 20px;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
}
.carousel-caption .btn {
  text-shadow: none;
}
@media screen and (min-width: 768px) {
  .carousel-control .glyphicon-chevron-left,
  .carousel-control .glyphicon-chevron-right,
  .carousel-control .icon-prev,
  .carousel-control .icon-next {
    width: 30px;
    height: 30px;
    margin-top: -10px;
    font-size: 30px;
  }
  .carousel-control .glyphicon-chevron-left,
  .carousel-control .icon-prev {
    margin-left: -10px;
  }
  .carousel-control .glyphicon-chevron-right,
  .carousel-control .icon-next {
    margin-right: -10px;
  }
  .carousel-caption {
    left: 20%;
    right: 20%;
    padding-bottom: 30px;
  }
  .carousel-indicators {
    bottom: 20px;
  }
}
.clearfix:before,
.clearfix:after,
.dl-horizontal dd:before,
.dl-horizontal dd:after,
.container:before,
.container:after,
.container-fluid:before,
.container-fluid:after,
.row:before,
.row:after,
.form-horizontal .form-group:before,
.form-horizontal .form-group:after,
.btn-toolbar:before,
.btn-toolbar:after,
.btn-group-vertical > .btn-group:before,
.btn-group-vertical > .btn-group:after,
.nav:before,
.nav:after,
.navbar:before,
.navbar:after,
.navbar-header:before,
.navbar-header:after,
.navbar-collapse:before,
.navbar-collapse:after,
.pager:before,
.pager:after,
.panel-body:before,
.panel-body:after,
.modal-header:before,
.modal-header:after,
.modal-footer:before,
.modal-footer:after {
  content: " ";
  display: table;
}
.clearfix:after,
.dl-horizontal dd:after,
.container:after,
.container-fluid:after,
.row:after,
.form-horizontal .form-group:after,
.btn-toolbar:after,
.btn-group-vertical > .btn-group:after,
.nav:after,
.navbar:after,
.navbar-header:after,
.navbar-collapse:after,
.pager:after,
.panel-body:after,
.modal-header:after,
.modal-footer:after {
  clear: both;
}
.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.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;
}
.hidden {
  display: none !important;
}
.affix {
  position: fixed;
}
@-ms-viewport {
  width: device-width;
}
.visible-xs,
.visible-sm,
.visible-md,
.visible-lg {
  display: none !important;
}
.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block {
  display: none !important;
}
@media (max-width: 767px) {
  .visible-xs {
    display: block !important;
  }
  table.visible-xs {
    display: table !important;
  }
  tr.visible-xs {
    display: table-row !important;
  }
  th.visible-xs,
  td.visible-xs {
    display: table-cell !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-block {
    display: block !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-inline {
    display: inline !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm {
    display: block !important;
  }
  table.visible-sm {
    display: table !important;
  }
  tr.visible-sm {
    display: table-row !important;
  }
  th.visible-sm,
  td.visible-sm {
    display: table-cell !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-block {
    display: block !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline {
    display: inline !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md {
    display: block !important;
  }
  table.visible-md {
    display: table !important;
  }
  tr.visible-md {
    display: table-row !important;
  }
  th.visible-md,
  td.visible-md {
    display: table-cell !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-block {
    display: block !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline {
    display: inline !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg {
    display: block !important;
  }
  table.visible-lg {
    display: table !important;
  }
  tr.visible-lg {
    display: table-row !important;
  }
  th.visible-lg,
  td.visible-lg {
    display: table-cell !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-block {
    display: block !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-inline {
    display: inline !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-inline-block {
    display: inline-block !important;
  }
}
@media (max-width: 767px) {
  .hidden-xs {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .hidden-sm {
    display: none !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-md {
    display: none !important;
  }
}
@media (min-width: 1200px) {
  .hidden-lg {
    display: none !important;
  }
}
.visible-print {
  display: none !important;
}
@media print {
  .visible-print {
    display: block !important;
  }
  table.visible-print {
    display: table !important;
  }
  tr.visible-print {
    display: table-row !important;
  }
  th.visible-print,
  td.visible-print {
    display: table-cell !important;
  }
}
.visible-print-block {
  display: none !important;
}
@media print {
  .visible-print-block {
    display: block !important;
  }
}
.visible-print-inline {
  display: none !important;
}
@media print {
  .visible-print-inline {
    display: inline !important;
  }
}
.visible-print-inline-block {
  display: none !important;
}
@media print {
  .visible-print-inline-block {
    display: inline-block !important;
  }
}
@media print {
  .hidden-print {
    display: none !important;
  }
}
/* Séparateur vertical de texte (à utiliser comme tel: <span class="vertical-divider"></span> */
.vertical-divider {
  display: inline-block;
  width: 1px;
  height: 20px;
  border-left: 1px solid #d0dce5;
  vertical-align: middle;
  margin-left: 15px;
  margin-right: 15px;
}
/* barre horizontale (à utiliser comme tel: <div class="horizontal-divider"></div> */
.horizontal-divider {
  display: inline-block;
  width: 100%;
  height: 20px;
  margin-bottom: 20px;
  border-bottom: 1px solid #d0dce5;
}
@media (max-width: 480px) {
  .horizontal-divider {
    height: 5px;
    margin-bottom: 5px;
  }
}
/* Classe CSS pour un élément qui doit revenir à la ligne (mode block) en mode mobile uniquement */
.inline-block {
  display: inline-block;
}
@media (max-width: 480px) {
  .inline-block {
    display: block;
  }
}
.error-label {
  background-color: #ffe2de;
  color: #a33d30;
  padding: 16px 10px 13px;
  position: relative;
  font-style: italic;
  margin-top: 20px;
}
.highlighted-blue {
  color: #528bde;
  font-weight: bold;
}
.fa-request {
  line-height: 0.75 !important;
}
@media (max-width: 480px) {
  .fa-request {
    line-height: 1 !important;
  }
}
.main-box h1 {
  font-size: 24px;
  line-height: 24px;
  margin: 10px 0 30px 0;
}
@media (max-width: 480px) {
  .main-box h1 {
    margin: 0 0 15px 0;
  }
}
.main-box h2 {
  font-size: 16px;
  font-weight: bold;
  margin: 0 0 25px 0;
}
@media (min-width: 480px) and (max-width: 768px) {
  .main-box.customer_bloc h2 {
    margin: 0 0 10px 0;
  }
  .main-box.customer_bloc h3 {
    margin: 0 0 8px 0;
  }
}
.main-box .subtitle {
  font-size: 14px;
  color: #6b798e;
  margin-bottom: 10px;
}
.main-box .subtitle .right-part {
  text-align: right;
}
@media (max-width: 480px) {
  .main-box .subtitle .right-part {
    text-align: left;
  }
}
@media (max-width: 480px) {
  .main-box .subtitle .more-details {
    margin-top: 20px;
  }
}
.main-box .subtitle .more-details a {
  font-size: 16px;
  color: #333b4a;
  text-decoration: underline;
}
.main-box .subtitle .more-details a i {
  font-size: 21px;
  margin-right: 5px;
}
@media (max-width: 480px) {
  .main-box .subtitle .more-details a i {
    font-size: 14px;
  }
}
#hidden-details {
  font-size: 14px;
  color: #6b798e;
}
.text-content {
  color: #365b92;
  font-size: 14px;
}
.comment-text {
  background-color: #e2e8ec;
  width: 100%;
  padding: 10px 5px;
}
.comment-text.top-left-arrow {
  position: relative;
}
.request-filter-title,
.intervention-filter-title,
.pluvial-filter-title,
.user-filter-title {
  color: #2d2d2d;
  font-size: 16px;
  margin-bottom: 18px;
  display: block;
}
.request-filter,
.intervention-filter,
.user-filter,
.map-legend-filter,
.search-list {
  padding-left: 20px;
  height: 100%;
}
.request-filter label,
.intervention-filter label,
.user-filter label,
.map-legend-filter label,
.search-list label {
  color: #6b798e;
  font-weight: normal;
}
.request-filter input[type=checkbox],
.intervention-filter input[type=checkbox],
.user-filter input[type=checkbox],
.map-legend-filter input[type=checkbox],
.search-list input[type=checkbox],
.request-filter input[type=radio],
.intervention-filter input[type=radio],
.user-filter input[type=radio],
.map-legend-filter input[type=radio],
.search-list input[type=radio] {
  display: none;
}
.request-filter input[type=checkbox] + label:before,
.intervention-filter input[type=checkbox] + label:before,
.user-filter input[type=checkbox] + label:before,
.map-legend-filter input[type=checkbox] + label:before,
.search-list input[type=checkbox] + label:before,
.request-filter input[type=radio] + label:before,
.intervention-filter input[type=radio] + label:before,
.user-filter input[type=radio] + label:before,
.map-legend-filter input[type=radio] + label:before,
.search-list input[type=radio] + label:before {
  font-family: 'Font Awesome 5 Free';
  display: inline-block;
  color: #d0dce5;
  font-size: 23px;
  letter-spacing: 11px;
}
.request-filter input[type=checkbox] + label:before,
.intervention-filter input[type=checkbox] + label:before,
.user-filter input[type=checkbox] + label:before,
.map-legend-filter input[type=checkbox] + label:before,
.search-list input[type=checkbox] + label:before {
  content: "\f0c8";
}
.request-filter input[type=radio] + label:before,
.intervention-filter input[type=radio] + label:before,
.user-filter input[type=radio] + label:before,
.map-legend-filter input[type=radio] + label:before,
.search-list input[type=radio] + label:before {
  content: "\f111";
}
.request-filter input[type=checkbox]:checked + label:before,
.intervention-filter input[type=checkbox]:checked + label:before,
.user-filter input[type=checkbox]:checked + label:before,
.map-legend-filter input[type=checkbox]:checked + label:before,
.search-list input[type=checkbox]:checked + label:before,
.request-filter input[type=radio]:checked + label:before,
.intervention-filter input[type=radio]:checked + label:before,
.user-filter input[type=radio]:checked + label:before,
.map-legend-filter input[type=radio]:checked + label:before,
.search-list input[type=radio]:checked + label:before {
  letter-spacing: 11px;
  color: #528bde;
}
.request-filter input[type=checkbox]:checked.disabled + label:before,
.intervention-filter input[type=checkbox]:checked.disabled + label:before,
.user-filter input[type=checkbox]:checked.disabled + label:before,
.map-legend-filter input[type=checkbox]:checked.disabled + label:before,
.search-list input[type=checkbox]:checked.disabled + label:before,
.request-filter input[type=radio]:checked.disabled + label:before,
.intervention-filter input[type=radio]:checked.disabled + label:before,
.user-filter input[type=radio]:checked.disabled + label:before,
.map-legend-filter input[type=radio]:checked.disabled + label:before,
.search-list input[type=radio]:checked.disabled + label:before {
  color: #6b798e;
}
.request-filter input[type=checkbox]:checked + label:before,
.intervention-filter input[type=checkbox]:checked + label:before,
.user-filter input[type=checkbox]:checked + label:before,
.map-legend-filter input[type=checkbox]:checked + label:before,
.search-list input[type=checkbox]:checked + label:before {
  content: "\f14a";
}
.request-filter input[type=radio]:checked + label:before,
.intervention-filter input[type=radio]:checked + label:before,
.user-filter input[type=radio]:checked + label:before,
.map-legend-filter input[type=radio]:checked + label:before,
.search-list input[type=radio]:checked + label:before {
  content: "\f058";
}
.request-filter input[type="date"]::-ms-clear,
.intervention-filter input[type="date"]::-ms-clear,
.user-filter input[type="date"]::-ms-clear,
.map-legend-filter input[type="date"]::-ms-clear,
.search-list input[type="date"]::-ms-clear {
  display: none;
}
.request-filter input[type="date"]::-webkit-inner-spin-button,
.intervention-filter input[type="date"]::-webkit-inner-spin-button,
.user-filter input[type="date"]::-webkit-inner-spin-button,
.map-legend-filter input[type="date"]::-webkit-inner-spin-button,
.search-list input[type="date"]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  display: none;
}
.request-filter input[type="date"]::-webkit-clear-button,
.intervention-filter input[type="date"]::-webkit-clear-button,
.user-filter input[type="date"]::-webkit-clear-button,
.map-legend-filter input[type="date"]::-webkit-clear-button,
.search-list input[type="date"]::-webkit-clear-button {
  -webkit-appearance: none;
  display: none;
}
.select-2-filter .select2-container {
  width: 100% !important;
}
.select-2-filter .select2-selection__rendered .select2-selection__choice {
  margin-bottom: 8px;
  height: 40px;
  border-radius: 100px;
  background-color: #404888 !important;
  padding: 0 10px;
  margin-right: 10px;
  color: #FAFAFE;
  font-size: 1.4rem;
  font-weight: bold;
  line-height: 18px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 4px;
}
.select-2-filter .select2-selection__rendered .select2-selection__choice__remove {
  order: 2;
  margin-left: 4px;
  cursor: pointer;
  color: #aadc14 !important;
  display: inline-block;
  background-color: transparent;
  text-align: center;
  font-size: 20px;
}
.div-details-link {
  margin: 0;
  color: #528bde;
  float: right;
}
.div-details-link span {
  font-size: 14px;
}
.div-details-link i {
  font-size: 21px;
}
.div-analyses-legend {
  margin-bottom: 30px;
}
.div-analyses-legend ul.list-group {
  margin: 0;
}
@media (max-width: 480px) {
  .div-analyses-legend {
    text-align: left;
    margin-left: auto;
    margin-right: auto;
    left: 0;
    right: 0;
    width: 240px;
    margin-bottom: 0;
  }
}
.div-analyses-legend li {
  font-style: italic;
  font-size: 13px;
  color: #6b798e;
  margin-right: 24px;
  list-style-type: none;
  display: inline-block;
}
@media (max-width: 480px) {
  .div-analyses-legend li {
    display: block;
  }
}
.div-analyses-legend li:nth-child(1):before {
  background-color: #85a9dd;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
.div-analyses-legend li:nth-child(2):before {
  background-color: #bbd3f6;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
.div-analyses-legend li:last-child:before {
  background-color: #cb5757;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
.div-analyses-legend li:before {
  content: "";
  width: 15px;
  height: 15px;
  position: absolute;
  margin-top: 0;
  margin-left: -22px;
}
.error-label.top-left-arrow:after {
  bottom: 100%;
  left: 20px;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-bottom-color: #ffe2de;
  border-width: 10px;
}
.comment-text.top-left-arrow:after {
  bottom: 100%;
  left: 20px;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-bottom-color: #e2e8ec;
  border-width: 10px;
}
.btn-primary {
  background-color: #528bde;
}
.btn-primary:hover {
  background-color: #6799e2;
}
.btn-primary:active {
  background-color: #6799e2;
}
.btn-primary:focus {
  background-color: #6799e2;
}
.btn-primary,
.btn-danger {
  border: 0;
}
.btn-secondary {
  background-color: #FFFFFF;
  border: 2px solid #d0dce5;
  box-sizing: border-box;
  padding: 5px;
  color: #4a5364;
}
div.btn-secondary {
  padding-top: 9px;
}
.btn-lg,
.btn-group-lg > .btn,
.btn-group-lg > .btn {
  border-radius: 4px;
  padding: 14.5px 16px;
  font-size: 16px;
  font-weight: 600;
}
.btn-bloc {
  text-align: right;
  margin: 20px;
  padding-bottom: 20px;
}
.btn-bloc .btn-primary {
  min-width: 125px;
}
.btn-bloc .btn-secondary {
  margin-right: 5px;
  margin-left: 5px;
  font-size: 21px;
}
.form-button {
  margin-top: 10px;
}
.bt-round-left {
  -webkit-border-top-left-radius: 25px !important;
  -webkit-border-bottom-left-radius: 25px !important;
  -moz-border-radius-topleft: 25px !important;
  -moz-border-radius-bottomleft: 25px !important;
  border-top-left-radius: 25px !important;
  border-bottom-left-radius: 25px !important;
  -webkit-border-top-right-radius: 3px !important;
  -webkit-border-bottom-right-radius: 3px !important;
  -moz-border-radius-topright: 3px !important;
  -moz-border-radius-bottomright: 3px !important;
  border-top-right-radius: 3px !important;
  border-bottom-right-radius: 3px !important;
  margin-right: -6px !important;
}
.bt-round-left i {
  margin-right: 10px;
}
.bt-round-right {
  -webkit-border-top-left-radius: 3px !important;
  -webkit-border-bottom-left-radius: 3px !important;
  -moz-border-radius-topleft: 3px !important;
  -moz-border-radius-bottomleft: 3px !important;
  border-top-left-radius: 3px !important;
  border-bottom-left-radius: 3px !important;
  -webkit-border-top-right-radius: 25px !important;
  -webkit-border-bottom-right-radius: 25px !important;
  -moz-border-radius-topright: 25px !important;
  -moz-border-radius-bottomright: 25px !important;
  border-top-right-radius: 25px !important;
  border-bottom-right-radius: 25px !important;
  margin-right: -6px !important;
}
.bt-round-right i {
  margin-right: 10px;
}
.bt-round-right.active,
.bt-round-left.active {
  color: #528bde;
  border-color: #528bde;
  box-shadow: none;
}
.btn-secondary:hover {
  background-color: #d0dce5;
}
.btn-round {
  border-radius: 20px;
}
.btn-pdf {
  font-size: 14px;
  font-weight: normal;
  color: #6b798e;
  height: 50px;
  background-color: transparent;
  border: dashed 1px #d0dde6;
  width: 100%;
}
@media (max-width: 480px) {
  .btn-pdf {
    margin-bottom: 10px;
  }
}
.btn-pdf .progress-bar {
  width: 100%;
  height: 5px;
  position: absolute;
  left: 0;
  bottom: 20px;
  border-left: 15px solid white;
  border-right: 15px solid white;
  background-color: #528bde;
}
@media (max-width: 480px) {
  .btn-pdf .progress-bar {
    bottom: 10px;
  }
}
.btn-pdf .progress-bar .remaining-bar {
  height: 5px;
  background-color: #FFFFFF;
  opacity: 0.5;
  float: right;
  width: 100%;
}
.btn-pdf-removable {
  padding-right: 50px;
  overflow: hidden;
  text-overflow: ellipsis;
}
.btn-pdf-removable .fa-close {
  color: #DADADA;
  position: absolute;
  right: 35px;
  top: 15px;
  font-size: 21px;
}
.btn-pdf-removable:hover .fa-close {
  display: inline-block;
  color: #000000;
}
.btn-pdf-download {
  font-size: 16px;
  color: #333b4a;
  border: solid 2px #d0dde6;
  background-color: transparent;
  white-space: normal;
  position: relative;
}
@media (max-width: 768px) {
  .btn-pdf-download {
    width: 50%;
  }
}
@media (max-width: 480px) {
  .btn-pdf-download {
    width: 100%;
  }
}
.progress-bar-zip {
  display: none;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 5px;
  overflow: hidden;
}
.progress-bar-zip .remaining-bar {
  width: 30%;
  height: 5px;
  background: white;
  opacity: 0.7;
  left: -30%;
  position: relative;
}
.switch-button {
  float: left;
  margin-top: 18px;
  margin-left: 20px;
  color: #333b4a;
  cursor: pointer;
}
@media (max-width: 480px) {
  .switch-button {
    float: none;
  }
}
.switch-button .fa-toggle-on,
.switch-button .fa-toggle-off {
  vertical-align: middle;
}
.switch-button .fa-toggle-off {
  color: #CCCCCC;
}
.switch-button .fa-exclamation {
  position: relative;
  left: -25px;
  color: #333b4a;
}
.btn-search-mobile {
  border: none;
  color: #528bde;
}
.btn-secondary-input input {
  position: relative;
  width: 56px;
  height: 47px;
  top: -40px;
  right: 10px;
  margin: 0;
  opacity: 0;
  -ms-filter: 'alpha(opacity=0)';
  font-size: 200px;
  direction: ltr;
  cursor: pointer;
}
.btn-cancel {
  font-size: 16px;
  background: none;
  text-decoration: underline;
  color: #333b4a;
  margin-right: 20px;
}
.btn-intervention-show-mode,
.btn-user-create-mode,
.btn-pluvial-show-mode {
  display: inline-block;
  float: right;
  margin-right: 5px;
}
.btn-intervention-show-mode p,
.btn-user-create-mode p,
.btn-pluvial-show-mode p {
  display: inline-block;
}
.btn-home-details {
  font-size: 16px;
  background-color: #fff;
  height: 30px;
  padding: 3px 10px;
  color: #414445;
}
.btn-line-info {
  border: 2px solid #6b798e;
  width: 24px;
  text-align: center;
  border-radius: 24px;
  height: 24px;
  padding-top: 3px;
  cursor: pointer;
}
.btn-patrimony-info-close {
  display: inline-block;
  float: right;
  border: none;
  line-height: 53px;
  padding: 0;
  text-align: center;
  background: none;
  width: 33px;
  height: 33px;
  opacity: 0.5;
  filter: alpha(opacity=50);
  -moz-opacity: 0.5;
}
.div-analyses-phys-container,
.div-analyses-bact-container {
  background-color: #fff;
  border-bottom: solid 4px #dee6ed;
  margin-bottom: 17px;
}
@media (max-width: 480px) {
  .div-analyses-bact-container .btn-chart-yearchoice,
  .div-analyses-phys-container .btn-chart-yearchoice {
    width: 50%;
    height: 40px;
  }
}
.btn-chart-yearchoice {
  background-color: #d0dce5;
  color: #333b4a;
  font-size: 16px;
  border: none;
  height: 31px;
  padding-left: 20px;
  padding-right: 20px;
}
.btn-chart-yearchoice:hover,
.btn-chart-yearchoice.active {
  -webkit-box-shadow: none;
  box-shadow: none;
}
.btn-chart-yearchoice.active {
  color: #fff;
  background-color: #528bde;
}
.btn-chart-yearchoice:hover {
  color: #fff;
}
@media (max-width: 480px) {
  .btn-chart-yearchoice {
    padding-left: 0;
    padding-right: 0;
    text-align: center;
    width: 33.4%;
    height: 40px;
  }
}
.btn-group-chart-yearchoice {
  float: right;
  top: -40px;
}
@media (max-width: 480px) {
  .btn-group-chart-yearchoice {
    margin-bottom: 20px;
    float: none;
    top: initial;
    padding: 0;
    width: 100%;
  }
}
.waste-water-quality-details-title .btn-group-chart-yearchoice {
  top: 0px;
}
.filter-toggle-button {
  display: inline-block;
}
#filter-submit {
  margin: 10px;
}
#user-filter-form #filter-submit,
#contract-filter-form #filter-submit {
  position: absolute;
  bottom: 0px;
  right: 0px;
}
#user-filter-form .btn-user-show-mode,
#contract-filter-form .btn-user-show-mode {
  display: inline-block;
  position: absolute;
  right: 238px;
  top: -1px;
}
#user-filter-form .btn-user-show-mode button,
#contract-filter-form .btn-user-show-mode button {
  background: none;
  border: none;
}
.delete-attachment {
  top: 0;
  right: 15px;
  position: absolute;
}
.sub-panel button.delete-contract,
.sub-panel button.delete-user-contract {
  color: #6b798e;
  height: 32px;
  width: 25px;
  margin: 0 6px 0 10px;
}
@media (max-width: 480px) {
  .add-comment {
    margin-top: 20px;
    width: 100%;
  }
}
@media (max-width: 480px) {
  body.customer #body > div.quality-menu {
    height: auto;
  }
}
body.customer .quality-onglets {
  float: none;
  width: 100%;
  padding-right: 0;
}
@media (max-width: 480px) {
  body.customer .quality-onglets {
    margin-left: 10px;
    padding-right: 0;
    margin-right: 4px;
    width: initial;
    margin-top: 0;
    float: none;
  }
}
body.customer .quality-onglet {
  width: 20%;
}
@media (max-width: 480px) {
  body.customer .quality-onglet {
    white-space: normal;
    line-height: inherit;
    overflow: hidden;
    text-overflow: ellipsis;
  }
}
body.customer .onglet {
  padding: 0;
}
body.customer .main-box {
  padding: 19px;
  margin: 19px 0px;
}
body.customer .no-margin-right {
  margin-right: 5px;
}
body.customer .pull-right2 {
  float: right;
}
@media (max-width: 480px) {
  body.customer .pull-right2 {
    float: none;
  }
}
body.customer .width-95 {
  width: 95%;
}
@media (max-width: 480px) {
  body.customer .width-95 {
    width: auto;
  }
}
body.customer .search-form-filter label {
  height: 50px;
  line-height: 50px;
  margin: 10px 0;
}
body.customer .search-form-filter .filter-header {
  margin-bottom: 20px;
}
body.customer .search-form-filter .row-filter {
  margin-bottom: 15px;
}
body.customer .search-form-filter .grouprequired label::after {
  content: " **";
  color: red;
}
body.customer .search-form-filter input[type=text],
body.customer .search-form-filter select {
  margin: 10px;
}
body.customer .search-form-filter .help-block {
  margin-left: 10px;
  color: red;
}
body.customer .search-form-filter .help-block .info-block {
  color: #e37939;
}
body.customer .search-form-filter .help-list {
  list-style: none;
  font-style: italic;
}
body.customer .search-form-filter .help-list .asterisk {
  color: red;
}
body.customer .search-form-filter .fa-spin.btn-input-autocomplete {
  color: #333;
  top: 20px;
}
body.customer #customer_filters {
  color: #6b798e;
}
body.customer #customer_filters .button-toggle {
  float: right;
  margin-top: 20px;
}
body.customer #customer_filters .backLink {
  float: right;
  margin-top: 10px;
}
body.customer #customersList .table td {
  text-transform: uppercase;
}
body.customer #customersList .table .column1 {
  width: 20%;
}
body.customer #customersList .table .column2 {
  width: 20%;
}
body.customer #customersList .table .column3 {
  width: 20%;
}
body.customer #customersList .table .column4 {
  width: 20%;
}
body.customer #customersList .table .column5 {
  width: 10%;
}
body.customer #customersList .table .column6 {
  width: 10%;
}
body.customer .customer_bloc {
  text-align: center;
}
body.customer .customer_bloc p {
  color: #365b92;
}
body.customer .customer_bloc .price {
  color: #528bde;
}
body.customer .customer_bloc .indexcompteur {
  color: #e37939;
}
body.customer .consommation.onglet .box {
  min-height: 190px;
}
body.customer .facturation.onglet .box {
  min-height: 100px;
}
@media (max-width: 480px) {
  body.customer .informations.onglet .main-box {
    padding: 5px;
  }
}
@media (min-width: 480px) {
  body.customer .middle-bloc {
    margin-left: 58px;
  }
}
body.customer .centred-column {
  text-align: center;
}
body.customer #compteur_info,
body.customer #customer_info {
  margin-top: 10px;
}
body.customer .bg-white {
  background-color: #FFFFFF;
  padding: 20px;
  margin: 20px 0px;
}
body.customer .word-spacer {
  border-top: 1px solid black;
  margin: 20px 30px;
}
body.customer .word-spacer span {
  display: inline-block;
  position: relative;
  top: -10px;
  right: -50%;
  padding: 0 30px;
  font-weight: bold;
  text-transform: uppercase;
  background-color: white;
}
body.customer .ajax-loader {
  background-image: url(/build/images/loader.3ce7735e.gif);
  background-repeat: no-repeat;
  width: 32px;
  height: 32px;
  margin: 15% auto 0;
}
body.customer .request-button-container {
  text-align: right;
  margin: 19px 0px;
}
body.customer .export-btn {
  margin-top: 15px;
}
.form-control {
  height: auto;
  min-height: 50px;
  border-radius: 0;
  border-color: #d0dde6;
  -webkit-box-shadow: none;
  box-shadow: none;
  color: #4f6f8b;
  font-size: 16px;
  font-weight: 500;
}
.request-filter .form-control,
.intervention-filter .form-control,
.search-filter .form-control {
  height: 40px;
  width: 164px;
}
.request-filter .separator,
.intervention-filter .separator,
.search-filter .separator {
  font-weight: bold;
  font-style: italic;
  float: left;
  margin-bottom: 10px;
  margin-right: 10px;
  width: 100%;
}
.request-filter .date-label,
.intervention-filter .date-label,
.search-filter .date-label {
  float: left;
  margin-top: 10px;
  margin-right: 10px;
}
.request-filter input,
.intervention-filter input,
.search-filter input {
  margin-bottom: 10px;
}
.request-filter .ms-choice,
.intervention-filter .ms-choice,
.search-filter .ms-choice {
  height: 39px;
  border-radius: 0;
  border-color: #d0dde6;
  -webkit-box-shadow: none;
  box-shadow: none;
  color: #4f6f8b;
  font-style: italic;
  font-size: 16px;
  font-weight: 500;
}
.request-filter .ms-choice > span,
.intervention-filter .ms-choice > span,
.search-filter .ms-choice > span {
  top: 7px;
}
.request-filter .ms-choice > div,
.intervention-filter .ms-choice > div,
.search-filter .ms-choice > div {
  top: 11px;
  right: 13px;
  width: 20px;
  height: 17px;
  background: url(/build/images/arrow-multi.7682632b.png) left top no-repeat;
}
.request-filter .ms-choice > div.open,
.intervention-filter .ms-choice > div.open,
.search-filter .ms-choice > div.open {
  background: url(/build/images/arrow-multi.7682632b.png) right top no-repeat;
}
.request-filter .ms-parent,
.intervention-filter .ms-parent,
.search-filter .ms-parent {
  width: 215px;
}
.request-filter .ms-drop.bottom,
.intervention-filter .ms-drop.bottom,
.search-filter .ms-drop.bottom,
.request-filter .ms-choice,
.intervention-filter .ms-choice,
.search-filter .ms-choice {
  width: 100%;
}
.request-filter .ms-drop,
.intervention-filter .ms-drop,
.search-filter .ms-drop {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  border: 1px solid #D0DDE6;
  border-top: none;
}
.search-filter .form-control {
  width: 230px;
}
.intervention-filter.border-right,
.user-filter.border-right,
.search-filter.border-right {
  border-right: 1px solid #d0dce5;
}
@media screen {
  .form-group {
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 480px) {
  .form-group {
    margin-bottom: -1px;
  }
}
.form-control::-webkit-input-placeholder {
  color: #4f6f8b;
  font-style: italic;
  font-size: 16px;
  font-weight: 500;
}
.form-control:-moz-placeholder {
  color: #4f6f8b;
  font-style: italic;
  font-size: 16px;
  font-weight: 500;
}
.form-signin {
  padding: 0 50px 50px 50px;
}
@media screen {
  .form-signin {
    max-width: 671px;
    margin: 30px auto 30px;
    background-color: rgba(255, 255, 255, 0.8);
    border-bottom: 4px solid #e2e9f0;
    border-top: 1px solid #fff;
  }
}
@media (max-width: 480px) {
  .form-signin {
    padding: 0 20px 40px 20px;
    margin-top: 35px;
  }
}
@media screen {
  .form-signin-heading {
    margin-bottom: 40px;
    margin-top: 45px;
    color: #494848;
  }
}
@media screen and (max-width: 480px) {
  .form-signin-heading {
    margin-top: 23px;
    margin-bottom: 30px;
  }
}
@media screen {
  .dropdown-filter,
  .btn-transparent {
    height: 50px;
    padding: 10px 23px;
    color: #333b4a;
    background-color: transparent;
    border: 2px solid #d0dce5;
    font-size: 16px;
    border-radius: 3px;
    width: 116px;
  }
}
.dropdown.open .dropdown-filter {
  box-shadow: none;
  -webkit-box-shadow: none;
  border-color: #4a5364;
}
@media screen {
  .form-control-right-icon {
    color: #365b92;
    float: right;
    position: absolute;
    margin-top: 18px;
    margin-left: -30px;
  }
}
@media screen {
  .search-input {
    width: 49%;
    position: absolute;
    max-width: 580px;
    margin-left: 20px;
    display: inline-block;
    vertical-align: middle;
  }
  .search-input input {
    display: inline-block;
    float: left;
  }
}
.search-input {
  width: auto;
  position: absolute;
  max-width: none;
  margin-left: 0;
  left: 136px;
  right: 245px;
}
.search-input.intervention,
.search-input.pluvial {
  right: 300px;
}
.search-input.user {
  width: auto;
  max-width: auto;
  left: 136px;
  position: absolute;
  right: 311px;
}
.search-input-mobile {
  vertical-align: middle;
  width: 100%;
  background-color: #d0dce5;
  height: 70px;
  padding: 10px 0 10px 4px;
  position: fixed;
  left: 0;
  right: 0;
  top: 60px;
}
.search-input-mobile p {
  cursor: pointer;
  display: inline-block;
  float: right;
  width: 15%;
  margin-top: 11px;
  text-align: center;
}
.input-group .form-control.search-input-with-addon {
  z-index: 3;
}
.main-box.main-box-form {
  padding: 0;
  background-color: #fbfdff;
}
.form-control-label {
  text-align: right;
}
@media (max-width: 480px) {
  .form-control-label {
    text-align: left;
  }
}
.form-control-label > label {
  line-height: 50px;
  margin: 0;
  font-size: 14px;
  color: #828282;
  font-weight: normal;
}
@media (max-width: 480px) {
  .form-control-label > label {
    line-height: 30px;
  }
}
label.required::after {
  content: " *";
  color: red;
}
.input-title {
  font-size: 24px;
  line-height: 38px;
}
.input-title::-webkit-input-placeholder {
  color: rgba(79, 111, 139, 0.7);
  font-style: italic;
  font-size: 24px;
  line-height: 38px;
  font-weight: 500;
}
.input-title:-moz-placeholder {
  color: rgba(0, 0, 0, 0.3);
  font-style: italic;
  font-size: 24px;
  line-height: 38px;
  font-weight: 500;
}
.big-textarea {
  min-height: 170px;
  border-bottom: none;
  resize: vertical;
}
.big-textarea:focus {
  box-shadow: none;
}
.attachments-form-bloc {
  border-radius: 0;
  border-color: #d0dde6;
  -webkit-box-shadow: none;
  box-shadow: none;
  color: #4f6f8b;
  padding: 20px;
  border-style: solid;
  border-top: 0;
  border-left-width: 1px;
  border-right-width: 1px;
  border-bottom-width: 1px;
  background-color: #FFFFFF;
}
.attachments-form-bloc-active {
  border-color: #66afe9;
}
.newRequest-inputs {
  margin: 30px auto 30px auto;
  padding: 0;
}
.newRequest-inputs > .container-fluid {
  padding: 0;
}
.error-input {
  border-color: #DF000F !important;
}
.ui-autocomplete {
  background-color: #FFFFFF;
  border-left: 1px solid #d0dde6;
  border-right: 1px solid #d0dde6;
  border-bottom: 1px solid #d0dde6;
}
.ui-autocomplete li {
  height: 40px;
  border-top: 1px solid #d0dde6;
  line-height: 36px;
}
.ui-autocomplete li.ui-state-focus {
  background-color: #d0dde6;
  font-size: 1em;
  margin: 0;
}
/* Font-awesome icon positionning on geolocation and autocomplete fields */
.fa-map-marker.btn-input-geolocalisation,
.fa-spin.btn-input-geolocalisation,
.fa-spin.btn-input-autocomplete {
  position: absolute;
  z-index: 1;
  display: inline-block;
  right: 25px;
  top: 6px;
}
.btn-input-clear {
  color: #a5b0c4;
  cursor: pointer;
}
.has-error .help-block,
.form-errors .help-block {
  font-style: italic;
}
.has-error .help-block li,
.form-errors .help-block li {
  list-style: none;
}
textarea.form-control.add-comment-textarea {
  height: 100px;
  resize: vertical;
}
.base-url,
.bdlt-base-url {
  float: left;
  line-height: 50px;
  color: #4f6f8b;
  margin-right: 5px;
  font-size: 16px;
}
.url-input-container {
  overflow: hidden;
  display: block;
}
.fake-disabled-input {
  line-height: 2.2;
  cursor: not-allowed;
  background-color: #eee;
  opacity: 1;
}
html {
  height: 100%;
  font-family: Arial;
}
body {
  background-color: #edf2f6;
  height: 100%;
  font-family: Arial;
  max-width: 100%;
  overflow-x: hidden;
}
div,
p,
span,
a,
button,
input {
  font-family: Arial;
}
@media screen {
  #body {
    display: block;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
  }
}
@media screen {
  #header {
    height: 60px;
    background: #ffffff;
    display: block;
    z-index: 5;
    position: absolute;
    min-width: 320px;
    padding-left: 0px;
    top: 0;
    right: 0;
    left: 0;
    opacity: 1;
    -moz-box-shadow: 0 -1px 5px 0 #656565;
    -webkit-box-shadow: 0 -1px 5px 0 #656565;
    -o-box-shadow: 0 -1px 5px 0 #656565;
    box-shadow: 0 -1px 5px 0 #656565;
    filter: progid:DXImageTransform.Microsoft.Shadow(color=#656565, Direction=180, Strength=10);
  }
}
#global_page {
  float: left;
  display: inline-block;
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
  border-left: 250px solid transparent;
  min-height: 100%;
  min-width: 570px;
}
#global_page:before {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  opacity: 0.15;
  filter: alpha(opacity=15);
  background-image: none;
  background-repeat: no-repeat;
}
@media screen and (min-aspect-ratio: 4/3) {
  #global_page:before {
    background-size: 100%;
    background-position: left bottom;
  }
}
@media screen and (min-aspect-ratio: 4/3) and (max-aspect-ratio: 4/3) {
  #global_page:before {
    background-size: 100% !important;
    background-position: center top !important;
  }
}
@media screen and (max-aspect-ratio: 4/3) {
  #global_page:before {
    background-position: center;
    background-size: auto 100%;
  }
}
#header a {
  text-decoration: none;
}
/* Bouton pour afficher/cacher le menu */
@media screen {
  #menu_btn {
    display: inline-block;
    margin: 20px 0 0 20px;
    vertical-align: sub;
  }
}
@media screen and (max-width: 480px) {
  #menu_btn {
    margin: 20px 0 0 15px;
  }
}
#menu_btn_link,
#back_btn_link {
  display: inline-block;
  width: 60px;
  height: 100%;
}
#body .introduction {
  color: #6b798e;
  margin-top: 30px;
  margin-bottom: 30px;
}
@media (max-width: 480px) {
  #body .introduction {
    margin-left: 15px;
    margin-right: 15px;
  }
}
@media screen {
  .main-title {
    font-size: 24px;
    color: #528bde;
    display: inline-block;
    vertical-align: sub;
  }
}
@media screen and (max-width: 480px) {
  .main-title {
    white-space: normal;
    max-width: 77%;
    line-height: 30px;
    vertical-align: middle;
  }
}
#intervention-container {
  margin: 20px;
}
@media (max-width: 480px) {
  #intervention-container {
    margin: 0;
  }
  #intervention-container .div-stat-slider.div-stat-exploitation {
    display: none !important;
  }
}
.list-header {
  margin-top: 15px;
  margin-bottom: 15px;
}
.list-header form {
  overflow: hidden;
}
.list-header > .btn {
  float: right;
  margin-left: 20px;
}
.list-container {
  padding: 0 25px;
  max-width: 1000px;
  margin: 20px auto 0 auto;
}
@media (max-width: 480px) {
  .list-container {
    padding: 0 15px;
  }
}
.list-container .tab-default {
  margin-top: 0;
}
.list-container table > thead > tr > th {
  white-space: normal;
}
.list-container table > thead > tr > th.secondary-column {
  max-width: 100px;
}
.list-container td {
  max-width: 350px;
}
.list-container td > p {
  overflow: hidden;
  text-overflow: ellipsis;
}
.filter-header {
  margin-bottom: 20px;
  position: relative;
}
.filter-header #filter-button {
  margin-left: 10px;
}
.filter-header section:first-child {
  padding: 10px;
  background: #030F40;
}
.main-box {
  background-color: #FFFFFF;
  display: block;
  margin: 20px;
  padding: 20px;
  -moz-box-shadow: 0 1px 5px -2px #656565;
  -webkit-box-shadow: 0 1px 5px -2px #656565;
  -o-box-shadow: 0 1px 5px -2px #656565;
  box-shadow: 0 1px 5px -2px #656565;
  filter: progid:DXImageTransform.Microsoft.Shadow(color=#656565, Direction=180, Strength=5);
}
@media (max-width: 480px) {
  .main-box {
    margin: 20px 5px 0 5px;
    padding: 20px 10px 20px 10px;
  }
}
#request_details_container > .main-box {
  margin-left: 0;
  margin-right: 0;
}
.aquadvanced-box {
  margin-left: 0;
  margin-right: 0;
  margin-bottom: 20px !important;
}
.aquadvanced-box .btn {
  width: 60%;
  max-width: 300px;
}
.comment-block {
  margin-top: 20px;
}
#intervention-filterSelected-div,
#search-filterSelected-div,
#user-filterSelected-div {
  margin-top: -10px;
  margin-bottom: 20px;
}
#request-filterSelected-div,
#intervention-filterSelected-div,
#search-filterSelected-div,
#user-filterSelected-div {
  border-top: 2px solid #d0dce5;
  padding: 16px 10px 0 10px;
  background-color: #fff;
  position: relative;
  margin-top: 10px;
}
#request-filterSelected-div ul,
#intervention-filterSelected-div ul,
#search-filterSelected-div ul,
#user-filterSelected-div ul {
  text-align: left;
  margin: 0;
  padding: 0;
  list-style: square outside;
  display: inline-block;
  margin-top: -8px;
  margin-bottom: 12px;
}
#request-filterSelected-div ul li,
#intervention-filterSelected-div ul li,
#search-filterSelected-div ul li,
#user-filterSelected-div ul li {
  display: inline-block;
  background-color: #d0dce5;
  padding-left: 10px;
  margin-right: 10px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  color: #39404e;
}
#request-filterSelected-div ul li.filter-box,
#intervention-filterSelected-div ul li.filter-box,
#search-filterSelected-div ul li.filter-box,
#user-filterSelected-div ul li.filter-box {
  margin-bottom: 8px;
}
#request-filterSelected-div ul li span,
#intervention-filterSelected-div ul li span,
#search-filterSelected-div ul li span,
#user-filterSelected-div ul li span {
  display: inline-block;
  padding-top: 5px;
  margin-right: 10px;
}
#request-filterSelected-div ul li i,
#intervention-filterSelected-div ul li i,
#search-filterSelected-div ul li i,
#user-filterSelected-div ul li i {
  cursor: pointer;
  background-color: #a5b0c4;
  color: #e9eff3;
  display: inline-block;
  height: 30px;
  float: right;
  padding-top: 8px;
  width: 33px;
  text-align: center;
  -webkit-border-top-right-radius: 3px;
  -webkit-border-bottom-right-radius: 3px;
  -moz-border-radius-topright: 3px;
  -moz-border-radius-bottomright: 3px;
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
}
#request-filter-div,
#intervention-filter-div,
#pluvial-filter-div,
#search-filter-div,
#user-filter-div {
  border-top: 2px solid #4a5364;
  padding: 20px 0;
  background-color: #fff;
  height: 230px;
  position: relative;
  margin-top: 20px;
  margin-bottom: 20px;
}
#intervention-filter-div,
#pluvial-filter-div,
#search-filter-div,
#user-filter-div {
  margin-top: -10px;
  height: auto;
}
#intervention-filter-div,
#pluvial-filter-div #search-filter-div #user-filter-div {
  padding: 0;
}
#intervention-filter-div.top-left-arrow:after,
#pluvial-filter-div.top-left-arrow:after,
#search-filter-div.top-left-arrow:after,
#user-filter-div.top-left-arrow:after {
  bottom: 100%;
  left: 69px;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-bottom-color: #4a5364;
  border-width: 10px;
}
#request-filter-div.top-left-arrow:after {
  bottom: 100%;
  left: 69px;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-bottom-color: #4a5364;
  border-width: 10px;
}
#request-filterSelected-div.top-left-arrow:after,
#intervention-filterSelected-div.top-left-arrow:after,
#search-filterSelected-div.top-left-arrow:after,
#user-filterSelected-div.top-left-arrow:after {
  bottom: 100%;
  left: 69px;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-bottom-color: #d0dce5;
  border-width: 10px;
}
.intervention-filter,
.search-filter,
.pluvial-filter {
  padding-top: 20px;
}
.user-filter {
  padding-top: 20px;
  padding-bottom: 20px;
}
.user-filter #contract_label_input {
  display: inline-block;
}
/* Modal Bootstrap surcharge */
.modal-dialog {
  margin-top: 80px;
}
.modal-backdrop {
  z-index: 15;
}
.modal-header,
.modal-footer {
  border: none;
}
.modal-content {
  border-radius: 0;
}
@media (max-width: 480px) {
  #add-contract-modal .modal-dialog,
  #server-error-modal .modal-dialog {
    margin-top: 10px;
  }
}
#add-contract-modal .modal-body,
#server-error-modal .modal-body {
  padding-top: 0;
  padding-bottom: 0;
}
@media (min-width: 480px) {
  #add-contract-modal .modal-dialog {
    width: 800px;
  }
}
/* Fin Modal Bootstrap surcharge */
/* Gestion des statistiques page intervention */
.div-stat-slider.div-stat-exploitation {
  display: table !important;
  width: 100% !important;
}
@media (max-width: 480px) {
  .div-stat-slider.div-stat-exploitation {
    margin-top: 10px;
    margin-bottom: 0;
  }
}
.div-stat-slider.div-stat-exploitation .div-stat-element,
.div-stat-slider.div-stat-exploitation .div-static-stat-element {
  display: inline-block;
}
/* Fin Gestion des statistiques page intervention */
/* Gestion des statistiques page d'accueil */
.div-stat-slider {
  display: -webkit-box !important;
  margin-top: 20px;
  margin-bottom: 20px;
  font-size: 0;
}
@media (max-width: 480px) {
  .div-stat-slider {
    width: auto !important;
    position: absolute !important;
    left: 5px;
    right: 0;
  }
}
.div-stat-slider .owl-controls .owl-page.active span,
.div-stat-slider .owl-controls.clickable .owl-page:hover span {
  filter: alpha(opacity=100);
  /*IE7 fix*/
  opacity: 1;
}
.div-stat-slider .owl-controls {
  margin-top: 10px;
  text-align: center;
}
.div-stat-slider .owl-controls .owl-buttons .owl-prev {
  left: -23px;
}
.div-stat-slider .owl-controls .owl-buttons .owl-next {
  right: -14px;
}
.div-stat-slider .owl-controls .owl-buttons .disabled {
  display: none;
}
.div-stat-slider .owl-controls .owl-buttons div {
  color: #242a36;
  display: inline-block;
  *display: inline;
  /*IE7 life-saver */
  padding: 3px 5px;
  font-size: 21px;
  position: absolute;
  top: 33.5px;
}
@media (max-width: 480px) {
  .div-stat-slider .owl-controls .owl-buttons .owl-prev {
    left: -7px;
    top: 20px;
  }
  .div-stat-slider .owl-controls .owl-buttons .owl-next {
    right: 0;
    top: 20px;
  }
}
.div-stat-slider .owl-controls.clickable .owl-buttons div:hover {
  filter: alpha(opacity=100);
  /*IE7 fix*/
  opacity: 1;
  text-decoration: none;
}
.div-stat-slider .owl-controls .owl-page span {
  display: block;
  width: 12px;
  height: 12px;
  margin: 5px 7px;
  filter: alpha(opacity=50);
  /*IE7 fix*/
  opacity: 0.5;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  background: #869791;
  /* If PaginationNumbers is true */
}
.div-stat-slider .owl-controls .owl-page span.owl-numbers {
  height: auto;
  width: auto;
  color: #FFF;
  padding: 2px 10px;
  font-size: 12px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
}
.div-stat-slider .stat-link {
  text-decoration: none;
}
.div-stat-slider .div-stat-element,
.div-stat-slider .div-static-stat-element {
  background-color: #fff;
  padding: 2px 10px 0 15px;
  height: 96px;
}
.div-stat-slider .div-stat-element:hover,
.div-stat-slider .div-static-stat-element:hover {
  cursor: pointer;
}
@media (max-width: 480px) {
  .div-stat-slider .div-stat-element,
  .div-stat-slider .div-static-stat-element {
    height: 73px;
    padding-left: 5px;
    position: relative;
    padding-right: 5px;
  }
}
.div-stat-slider .div-stat-element .stat-type,
.div-stat-slider .div-static-stat-element .stat-type {
  text-transform: uppercase;
  color: #4a5364;
  font-size: 12px;
  font-weight: bold;
  max-width: 135px;
  line-height: 14px;
  margin-bottom: 6px;
}
@media (max-width: 480px) {
  .div-stat-slider .div-stat-element .stat-type,
  .div-stat-slider .div-static-stat-element .stat-type {
    text-transform: initial;
    font-size: 10px;
    line-height: 11px;
    margin-bottom: 2px;
  }
}
.div-stat-slider .div-stat-element .stat-error,
.div-stat-slider .div-static-stat-element .stat-error {
  font-size: 13px !important;
  padding-top: 8px;
}
@media (max-width: 480px) {
  .div-stat-slider .div-stat-element .stat-error,
  .div-stat-slider .div-static-stat-element .stat-error {
    position: absolute;
    font-size: 11px !important;
    line-height: 10px;
  }
}
.div-stat-slider .div-stat-element .spacer-colored-stat,
.div-stat-slider .div-static-stat-element .spacer-colored-stat {
  margin: 0 -10px 1px -15px;
  height: 3px;
}
@media (max-width: 480px) {
  .div-stat-slider .div-stat-element .spacer-colored-stat,
  .div-stat-slider .div-static-stat-element .spacer-colored-stat {
    margin: 0 -10px 0 -5px;
  }
}
.div-stat-slider .div-stat-element .spacer-colored-static-stat,
.div-stat-slider .div-static-stat-element .spacer-colored-static-stat {
  margin: 42px -10px 1px -15px;
  height: 3px;
}
@media (max-width: 480px) {
  .div-stat-slider .div-stat-element .spacer-colored-static-stat,
  .div-stat-slider .div-static-stat-element .spacer-colored-static-stat {
    margin: 42px -10px 0 -5px;
  }
}
.div-stat-slider .div-stat-element .stat-date,
.div-stat-slider .div-static-stat-element .stat-date {
  font-style: italic;
  font-size: 14px;
  color: #6b798e;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  width: 145px;
}
@media (max-width: 480px) {
  .div-stat-slider .div-stat-element .stat-date,
  .div-stat-slider .div-static-stat-element .stat-date {
    display: none;
  }
}
.div-stat-slider .div-stat-element .stat-number,
.div-stat-slider .div-static-stat-element .stat-number {
  font-weight: bold;
  font-size: 24px !important;
  margin: 0;
  margin-bottom: -2px;
  display: -webkit-box;
  height: 34px;
}
@media (max-width: 480px) {
  .div-stat-slider .div-stat-element .stat-number,
  .div-stat-slider .div-static-stat-element .stat-number {
    font-size: 19px !important;
    margin-bottom: 0px;
    height: 28px;
    padding-top: 1px;
  }
}
.div-stat-slider .div-stat-element .stat-icone,
.div-stat-slider .div-static-stat-element .stat-icone {
  font-size: 28px;
  color: #d0dce5;
  float: right;
  top: 64px;
  vertical-align: middle;
  height: 60px;
  line-height: 90px;
}
@media (max-width: 480px) {
  .div-stat-slider .div-stat-element .stat-icone,
  .div-stat-slider .div-static-stat-element .stat-icone {
    font-size: 17px;
    height: 33px;
    top: 37px;
    line-height: 35px;
  }
}
.div-stat-slider .div-stat-element .static-stat-icon,
.div-stat-slider .div-static-stat-element .static-stat-icon {
  font-size: 24px;
  line-height: 40px;
  color: #FFFFFF;
  top: 64px;
}
@media (max-width: 480px) {
  .div-stat-slider .div-stat-element .static-stat-icon,
  .div-stat-slider .div-static-stat-element .static-stat-icon {
    font-size: 18px;
    line-height: 25px;
    top: 37px;
  }
}
.div-stat-slider .div-stat-element .stat-circle-icon,
.div-stat-slider .div-static-stat-element .stat-circle-icon {
  display: block;
  width: 40px;
  height: 40px;
  border-radius: 50px;
  color: #fff;
  text-align: center;
  background: #000;
  float: right;
  margin-top: 20px;
}
@media (max-width: 480px) {
  .div-stat-slider .div-stat-element .stat-circle-icon,
  .div-stat-slider .div-static-stat-element .stat-circle-icon {
    width: 25px;
    height: 25px;
  }
}
@media (max-width: 480px) {
  .stat-underline {
    position: absolute;
    left: 5px;
    right: 10px;
    bottom: 0;
  }
}
.owl-carousel .owl-item {
  padding-right: 9px !important;
}
@media (max-width: 480px) {
  .owl-carousel .owl-item {
    padding-right: 4px !important;
  }
}
@media (min-width: 480px) {
  .launcher-top-block {
    height: 60px;
    width: 160px;
  }
}
.div-static-stat-element {
  border-bottom: 3px solid;
}
/* Fin Gestion des statistiques page d'accueil */
/* Gestion bloc informations contrat page d'acceuil */
.div-home-info {
  margin-bottom: 20px;
  height: 45px;
  line-height: 41px;
  padding-left: 0;
  border: 2px solid #808da7;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
@media (max-width: 480px) {
  .div-home-info {
    display: none;
  }
}
.div-home-info p {
  color: #333b4a;
}
.div-home-info i {
  font-size: 21px;
  color: #808da7;
  margin-right: 12px;
  float: left;
  margin-top: 9px;
}
/* Fin bloc informations contrat page d'acceuil */
/* Debut bloc info patrimoine */
.patrimony-info-div {
  width: 270px;
  border-bottom: 4px solid #e2e9f0;
  background-color: #fff;
  position: absolute;
  top: 0;
  bottom: 0;
  border-left: 1px solid rgba(82, 139, 222, 0.75);
  z-index: 1000;
  overflow: auto;
}
@media (max-width: 480px) {
  .patrimony-info-div {
    width: auto;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    border-bottom: none;
    border-left: none;
    z-index: 1000;
    margin-right: 0;
    overflow: initial;
  }
}
.patrimony-info-div section {
  background-color: #fff;
  padding: 20px;
  border-bottom: 1px solid #d0dce5;
}
.patrimony-info-div section h3 {
  margin: 0;
  margin-bottom: 13px;
  font-size: 16px;
  font-weight: bold;
  color: #2d2d2d;
}
.patrimony-info-div section address {
  margin: 0;
  color: #365b92;
}
.patrimony-info-div section dt {
  font-weight: normal;
  color: #828282;
}
.patrimony-info-div section dd {
  font-weight: normal;
  color: #365b92;
  margin-bottom: 10px;
}
.patrimony-info-div .head-patrimony-info {
  height: 50px;
  background-color: #528bde;
}
.patrimony-info-div .head-patrimony-info h2 {
  margin: 0;
}
.patrimony-info-div .head-patrimony-info h2 a {
  margin: 0;
  display: inline-block;
  float: left;
  font-size: 16px;
  font-weight: bold;
  color: #fff;
  line-height: 54px;
  margin-left: 10px;
  text-decoration: none;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  width: 165px;
}
@media (max-width: 480px) {
  .patrimony-info-div .head-patrimony-info h2 a {
    width: 70%;
  }
}
.patrimony-info-div .head-patrimony-info h2 a:hover {
  cursor: pointer;
}
.patrimony-info-div .head-patrimony-info .icon-circle {
  border-radius: 50%;
  width: 30px;
  height: 30px;
  background-color: #fff;
  line-height: 35px;
  display: inline-block;
  float: left;
  margin-left: 10px;
  text-align: center;
  margin-top: 10px;
}
.patrimony-info-div .head-patrimony-info i {
  color: #528bde;
  font-size: 20px;
}
.patrimony-info-div .head-patrimony-info .btn-patrimony-info-close i {
  color: #000;
  font-size: 15px;
}
.live-info-div h2 {
  margin-bottom: 1rem;
}
.live-info-div h3 {
  font-size: 1.5rem;
}
.live-info-div .head-live-content {
  max-height: 400px;
  overflow: auto;
}
.live-info-div td.bulletin-link {
  vertical-align: bottom;
}
/* Fin bloc info patrimoine */
.patrimony-head-options {
  margin-top: 20px;
}
.patrimony-head-options .btn-intervention-show-mode {
  margin-right: 21px;
}
/* Breadcrumb */
.breadcrumbs-button_group .last-breadcrumbs {
  color: #fff;
  font-weight: bold;
  padding-left: 30px;
}
.last-breadcrumbs {
  background-color: #528bde !important;
}
.last-breadcrumbs.btn.breadcrumbs-button div {
  max-width: 120px;
}
.last-breadcrumbs:hover {
  color: #fff !important;
  cursor: default;
}
.without-url-breadcrumbs:hover {
  cursor: default;
}
.init-bread-crumbs {
  margin-top: 15px;
  margin-left: 5px;
}
.init-bread-crumbs span {
  color: #4f6f8b;
  font-style: italic;
  font-weight: initial;
  background-color: #EDF2F6;
  padding-left: 0;
  max-width: none !important;
}
.breadcrumbs-button_group .btn:not(:last-child):after {
  content: " ";
  display: block;
  width: 0;
  height: 0;
  border-top: 25px solid transparent;
  border-bottom: 25px solid transparent;
  border-left: 10px solid white;
  position: absolute;
  top: 50%;
  margin-top: -25px;
  left: 100%;
  z-index: 3;
}
.breadcrumbs-button_group .btn:not(:last-child):before {
  content: " ";
  display: block;
  width: 0;
  height: 0;
  border-top: 25px solid transparent;
  border-bottom: 25px solid transparent;
  border-left: 10px solid #adadad;
  position: absolute;
  top: 50%;
  margin-top: -25px;
  margin-left: 1px;
  left: 100%;
  z-index: 3;
}
.breadcrumbs-button {
  background-color: #fff;
  color: #4f6f8b;
  border-radius: 0;
}
.breadcrumbs-button:hover {
  color: #4f6f8b;
}
.breadcrumbs-button-last {
  background-color: #528bde;
  color: #fff;
  border-radius: 0;
}
.breadcrumbs-button_group .btn {
  padding: 14px 12px 14px 24px;
}
.breadcrumbs-button_group .btn:first-child {
  padding: 14px;
}
.breadcrumbs-button_group .btn:last-child {
  padding: 14px 18px 14px 24px;
}
.breadcrumbs-button_group .btn.breadcrumbs-button:not(:last-child):after {
  border-left: 10px solid #fff;
}
.breadcrumbs-button_group .btn.breadcrumbs-button:not(:last-child):before {
  border-left: 10px solid #ccc;
}
.breadcrumbs-button_group > * > div {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
/* Gestion du responsive */
.breadcrumbs-button_group > *:nth-child(n+2) {
  display: none;
}
@media (min-width: 480px) and (max-width: 768px) {
  .breadcrumbs-button_group > *:nth-last-child(-n+2) {
    display: block;
  }
  .breadcrumbs-button_group > * div {
    max-width: 80px;
  }
}
@media (min-width: 768px) {
  .breadcrumbs-button_group > *:nth-last-child(-n+2) {
    display: block;
  }
  .breadcrumbs-button_group > * div {
    max-width: 120px;
  }
}
@media (max-width: 480px) {
  .breadcrumbs-button_group {
    display: block;
    white-space: nowrap;
  }
  .breadcrumbs-button_group::-webkit-scrollbar {
    height: 8px;
    margin-top: 12px;
  }
  .breadcrumbs-button_group::-webkit-scrollbar-track {
    border-radius: 12px;
  }
  .breadcrumbs-button_group::-webkit-scrollbar-thumb {
    background-color: #c9d0d6;
    border-radius: 12px;
  }
  .breadcrumbs-button_group a {
    display: inline-block !important;
    float: none !important;
  }
  .breadcrumbs-button_group > * div {
    max-width: none !important;
  }
  div.btn.breadcrumbs-button {
    display: none;
  }
}
/* End breadcrumb */
.ui-autocomplete {
  height: 180px;
  overflow-y: auto;
  overflow-x: hidden;
}
.ui-autocomplete .ui-menu-item {
  height: auto;
}
.input-loader-wrapper {
  position: relative;
}
.bandeaux {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  max-width: none !important;
}
.bandeaux div {
  text-align: center;
  opacity: 0.9;
  z-index: 1000000;
  width: 100%;
  max-width: none !important;
  height: auto;
  margin: 0;
  padding: 0;
}
.bandeaux div p {
  margin: 10px;
}
.attachment-header h2 {
  line-height: 52px;
}
.thumbnail {
  text-align: center;
}
.thumbnail .preview {
  display: block;
  height: 80px;
}
.thumbnail img {
  height: 120px;
  display: block;
}
.thumbnail > i.fa {
  margin: 30px;
  font-size: 60px;
}
.thumbnail > i.fa.fa-file-word {
  color: #528bde;
}
.thumbnail > i.fa.fa-file-pdf {
  color: #c2090b;
}
.thumbnail > i.fa.fa-file-text {
  color: #6b798e;
}
.thumbnail > i.fa.fa-file-excel {
  color: #708D23;
}
.attachments-to-add {
  margin-top: 20px;
}
.right-header-main {
  display: inline-block;
  position: absolute;
  right: 0;
}
@media screen {
  .right_header {
    display: inline-block;
    float: right;
    text-align: right;
    height: 60px;
    padding-top: 5px;
    margin-right: 20px;
  }
}
@media screen and (max-width: 480px) {
  .right_header {
    margin-right: 10px;
  }
}
.right_header button {
  width: 200px;
  float: none;
}
@media screen {
  .right_header .small_version {
    display: none;
  }
}
@media screen and (max-width: 480px) {
  .right_header .small_version {
    display: inline-block;
    height: 100%;
  }
}
.right_header .small_version button,
.right_header .small_version a {
  width: 37px;
  font-size: 20px;
}
.right_header .small_version .btn-primary {
  padding: 12px 0 12px 0;
}
#menu_block {
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  max-height: calc(100% - 100px);
}
#btn_toggle_dropdown {
  background: none;
  border: none;
  width: 250px;
  height: 60px;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 12;
}
#user_block {
  margin: 10px 10px;
  font-size: 14px;
}
#user_block i {
  right: 10%;
  position: absolute;
  color: #a5b0c4;
}
.user_avatar {
  width: 40px;
  height: 40px;
  margin-right: 5px;
  display: inline-block;
}
#user_name {
  font-weight: bold;
  overflow: hidden;
  white-space: nowrap;
  max-width: 90%;
  text-overflow: ellipsis;
  display: inline-block;
  line-height: 15px;
}
#user_info {
  width: 160px;
  display: inline-block;
  vertical-align: middle;
}
#hiddenMenu {
  display: none;
}
#menu_block ul {
  list-style-type: none;
  width: 100%;
  padding: 0;
}
#menu_block li a {
  font-size: 14px;
  height: 50px;
  background-color: #333b4a;
  margin-top: 1px;
  padding-top: 14px;
  padding-left: 15px;
  color: #d8dfec;
  cursor: pointer;
  width: 100%;
}
.treeview li.active a {
  background-color: #242a36;
}
#menu_block li a {
  display: inline-block;
  font-size: 14px;
  color: #a5b0c4;
  cursor: pointer;
  text-decoration: none !important;
}
#menu_block li ul {
  display: none;
}
#menu_block li a:hover,
#menu_block li ul.treeview-menu li a:hover {
  background-color: #223040;
  text-decoration: none;
  border: initial;
}
#menu_block li i {
  font-size: 15px;
  margin-right: 10px;
  width: 15px;
}
#menu_block li ul.treeview-menu li a {
  background-color: #242a36;
  height: 35px;
  padding-top: 7px;
  padding-left: 45px;
  display: block;
  margin-top: 0;
  font-weight: bold;
}
#menu_block li.subLink i {
  font-size: 14px;
}
#menu_block li ul.treeview-menu li.active a,
#menu_block > ul li:first-child.active a {
  background: #528bde;
  color: #fff;
}
#menu_block li.open_menu {
  background-color: #242a36;
}
.treeview.active > a {
  color: #fff !important;
}
.personal-menu {
  position: absolute;
  top: 60px;
  width: 230px;
  border-radius: 0;
  margin-top: 0;
  background-color: #fbfdff;
  padding: 15px 0;
}
.personal-menu > li > a {
  display: inline-block;
  height: 35px;
  width: 100%;
  padding: 7px 20px;
}
.personal-menu > li > a:hover {
  background-color: #edf2f6;
}
.personal-menu > li > .logout {
  border: 1px solid grey;
  width: 180px;
  margin: 10px auto 0 auto;
  text-align: center;
  height: 40px;
  padding-top: 10px;
  border-radius: 3px;
  display: block;
}
.personal-menu:after {
  bottom: 100%;
  left: 30px;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-bottom-color: #fbfdff;
  border-width: 10px;
}
/*
    Component: Sidebar
--------------------------
*/
.sidebar {
  padding-bottom: 10px;
}
.sidebar .sidebar-form input:focus {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  border-color: transparent !important;
}
.sidebar .sidebar-menu {
  list-style: none;
  margin: 0;
  padding: 0;
}
.sidebar .sidebar-menu > li {
  margin-top: 1px;
  padding-left: 15px;
  padding-top: 15px;
  border-bottom: 1px solid #d8dfec;
  border-top: 1px solid #d8dfec;
  background-color: #333b4a;
  color: #d8dfec;
}
.sidebar .sidebar-menu > li > a {
  padding: 12px 5px 12px 15px;
  display: block;
}
.sidebar .sidebar-menu > li > a > .fa,
.sidebar .sidebar-menu > li > a > .glyphicon,
.sidebar .sidebar-menu > li > a > .ion {
  width: 20px;
}
.sidebar .sidebar-menu .treeview-menu {
  display: none;
  list-style: none;
  padding: 0;
  margin: 0;
}
.sidebar .sidebar-menu .treeview-menu > li {
  background: none repeat scroll 0 0 #242a36;
  margin: 0 1px;
}
.sidebar .sidebar-menu .treeview-menu > li > a {
  padding: 5px 5px 5px 15px;
  display: block;
  font-size: 14px;
  margin: 0 0;
}
.sidebar .sidebar-menu .treeview-menu > li > a > .fa,
.sidebar .sidebar-menu .treeview-menu > li > a > .glyphicon,
.sidebar .sidebar-menu .treeview-menu > li > a > .ion {
  width: 20px;
}
.tsms-panel-head {
  height: 60px;
}
.tsms-panel-head h2 {
  padding: 10px;
}
@media (max-width: 480px) {
  .tsms-panel-head h2 {
    padding-left: 0;
  }
}
.tsms-panel-head button {
  float: right;
  margin-left: 10px;
}
.tsms-panel-body {
  margin-top: 30px;
}
.tsms-panel-body .form-control-label {
  text-align: left !important;
  padding: 0;
}
@media (max-width: 480px) {
  .tsms-panel-body .form-group,
  .tsms-panel-body .form-group > div {
    padding: 0;
    margin-bottom: 5px;
  }
}
#contract-eservice-list-panel .tsms-panel-body {
  margin-top: 0px;
}
.sub-panel {
  padding: 0 5px;
  min-height: 60px;
  font-size: 14px;
  font-weight: normal;
  color: #6b798e;
  border: solid 1px #E0E0E0;
  margin-bottom: 15px;
}
@media (max-width: 480px) {
  .sub-panel {
    min-height: 75px;
    padding: 0 5px;
  }
}
.sub-panel .toggle-button {
  cursor: pointer;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  line-height: 60px;
  margin-bottom: 0;
  text-align: left;
}
@media (max-width: 480px) {
  .sub-panel .toggle-button {
    height: 75px;
    line-height: 75px;
  }
}
.sub-panel .toggle-button .label-close,
.sub-panel .toggle-button .label-open {
  margin-left: 5px;
  margin-right: 5px;
}
.sub-panel button.toggle-button {
  width: 100%;
  padding: 0;
  background: none;
  border: none;
}
.sub-panel button.toggle-button[disabled] {
  cursor: not-allowed;
}
.sub-panel .sub-panel-restriction {
  margin-bottom: 20px;
}
.sub-panel .sub-panel-restriction .pre-text {
  line-height: 40px;
}
.sub-panel .sub-panel-restriction option {
  display: block;
}
.sub-panel .sub-panel-restriction .fa {
  font-size: 25px;
  position: relative;
  top: 4px;
  margin-left: 10px;
}
.sub-panel .sub-panel-restriction select {
  max-width: 250px;
}
.sub-panel .contract-eservice {
  width: 100%;
  height: 80px;
  margin-bottom: 10px;
}
.sub-panel .contract-eservice > * {
  display: inline;
}
.sub-panel .contract-eservice .eservice-description {
  width: 50%;
  float: left;
}
.sub-panel .contract-eservice .eservice-description p {
  margin: 0px;
}
.sub-panel .contract-eservice .contract-eservice-settings {
  float: right;
}
.sub-panel .contract-eservice .contract-eservice-activation {
  float: right;
  margin-left: 10px;
}
.sub-panel .contract-eservice .contract-eservice-activation > * {
  display: inline;
}
.sub-panel .sub-panel-head-buttons {
  float: right;
  margin-top: 15px;
  white-space: nowrap;
  display: table;
}
.sub-panel .sub-panel-head-buttons > * {
  display: inline-block;
}
.sub-panel .sub-panel-head-buttons div.contract-eservice-settings {
  display: table-cell;
  vertical-align: middle;
}
.sub-panel .sub-panel-head-buttons button:last-of-type {
  margin-right: 5px;
  background-color: #fff;
}
@media (max-width: 480px) {
  .sub-panel .sub-panel-head-buttons {
    margin-top: 20px;
  }
}
.sub-panel li {
  list-style-type: none;
}
.sub-panel button {
  width: 100px;
  border-width: 2px;
}
.sub-panel .sub-panel-body {
  padding: 10px;
}
#contract-list-panel .tsms-panel-body .add-contract-btn {
  float: left;
}
@media (min-width: 480px) {
  #contract-list-panel .tsms-panel-body .add-contract-btn {
    margin-left: -15px;
  }
}
.notbold {
  font-weight: normal;
}
.table-fixed {
  table-layout: fixed;
}
table thead th a {
  overflow: hidden;
  text-overflow: ellipsis;
}
.tab-intervention {
  padding-left: 0 !important;
  margin-top: 3px !important;
  background-color: #fbfdff !important;
  border-bottom: none !important;
}
@media (max-width: 480px) {
  .tab-intervention .table {
    margin-bottom: 0;
    margin-top: 0;
    padding-top: 3px;
  }
}
@media (max-width: 480px) {
  .tab-intervention {
    margin-top: 0 !important;
  }
}
.tab-intervention thead th.th-domaine {
  padding: 0;
  border-bottom: 2px solid #fff !important;
  width: 5px;
}
.tab-intervention thead th.columnSelected a {
  color: #528bde !important;
}
.tab-intervention thead th {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}
.tab-intervention thead th a {
  color: #2d2d2d;
  display: inline-block;
  width: 100%;
  height: 45px;
  margin-top: 15px;
}
.tab-intervention thead th:hover {
  border-color: #528bde !important;
}
.tab-intervention thead th:hover a {
  color: #528bde !important;
  text-decoration: none;
}
.tab-intervention tbody tr.odd {
  background-color: #f3f4f5;
}
@media (max-width: 480px) {
  .tab-intervention tbody tr.odd {
    background-color: inherit;
  }
}
.tab-intervention tbody .fc-travaux,
.tab-intervention tbody .fa-calendar-o,
.tab-intervention tbody .fa-times {
  margin-right: 8px;
  margin-top: 3px;
}
.tab-intervention tbody .fc-travaux,
.tab-intervention tbody .fa-times {
  color: #cb5757;
}
.tab-intervention tbody .fa-calendar-o {
  color: #e37939;
}
.tab-intervention tbody .fa-check {
  margin-right: 6px;
  color: #3c5e9e;
}
.tab-intervention tbody tr:last-child {
  border-bottom: 2px solid #fff;
}
.tab-intervention tbody .td-title-xs {
  font-weight: bold;
  height: 25px;
  margin-bottom: 0;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  width: 100%;
}
.tab-intervention tbody .td-ville-xs {
  padding-top: 9px;
  margin-bottom: 0;
}
.tab-intervention tbody .td-contrat-sm,
.tab-intervention tbody .td-title-sm {
  white-space: nowrap;
  overflow: hidden;
}
.tab-intervention tbody .td-title-sm {
  padding-top: 0;
  padding-bottom: 0;
  vertical-align: middle;
  max-width: 250px;
}
.tab-intervention tbody .td-contrat-sm {
  max-width: 105px;
}
.tab-intervention tbody .td-ville-sm {
  max-width: 90px;
}
.tab-intervention tbody .td-date-xs {
  margin-bottom: 0;
}
.tab-intervention tbody .td-date-xs .bloc-type {
  right: 0;
  position: absolute;
  margin-right: 10px;
}
.tab-intervention tbody .td-date-xs .bloc-type .fa.fa-calendar-o {
  color: #e37939;
}
.tab-intervention tbody .td-date-xs .bloc-type .fa.fc-travaux {
  color: #cb5757;
}
.tab-intervention tbody .td-date-xs .bloc-type .fa.fa-check {
  color: #3c5e9e;
}
.tab-intervention tbody td.td-assainissement-domaine,
.tab-intervention tbody td.td-eau-domaine {
  padding: 0;
  border-bottom: 2px solid #fff;
  border-top: 2px solid #fff;
}
.tab-intervention tbody td.td-assainissement-domaine div,
.tab-intervention tbody td.td-eau-domaine div {
  padding-right: 5px;
  height: 50px;
}
@media (max-width: 480px) {
  .tab-intervention tbody td.td-assainissement-domaine div,
  .tab-intervention tbody td.td-eau-domaine div {
    height: 90px;
  }
}
@media (max-width: 480px) {
  .tab-intervention tbody td.td-assainissement-domaine,
  .tab-intervention tbody td.td-eau-domaine {
    width: 2px;
    padding: 0 !important;
  }
}
.tab-intervention tbody td.td-assainissement-domaine div {
  border-left: 5px solid #47bb6e;
}
.tab-intervention tbody td.td-eau-domaine div {
  border-left: 5px solid #3a9dc7;
}
.tab-intervention tbody .intervention-date .intervention-end-date:not(:empty)::before {
  content: ' au ';
}
.tab-default {
  background-color: #fff;
  border-color: #d0dce5;
  border-bottom: 4px solid #e2e9f0;
  color: #6b798e;
}
.tab-default th {
  font-size: 14px;
  font-weight: bold;
  text-transform: uppercase;
  color: #2d2d2d;
}
.tab-default tr {
  height: 50px;
}
@media (max-width: 480px) {
  .tab-default tr {
    height: 90px;
  }
}
.tab-default tr.non-clickable {
  cursor: initial;
}
.tab-default thead .columnSelected {
  color: #528bde;
  border-color: #528bde !important;
}
.tab-default tr.odd {
  background-color: #f3f4f5;
}
@media (max-width: 480px) {
  .tab-default tr.odd {
    background-color: inherit;
  }
}
.tab-default thead > tr > th {
  border-bottom: 2px solid #d0dce5 !important;
  white-space: nowrap;
  padding-top: 0;
  padding-bottom: 0px;
}
.tab-default thead > tr > th:hover {
  color: #528bde;
  border-color: #528bde !important;
}
.tab-default thead > tr > th > a {
  text-decoration: none;
  color: #2d2d2d;
  display: inline-block;
  width: 100%;
  height: 45px;
  margin-top: 15px;
}
.tab-default thead > tr > th > a:hover {
  text-decoration: none;
}
.tab-default tbody .tdRequestSelected {
  color: #365b92 !important;
}
.tab-default tbody > tr:hover > td {
  border-top: 1px solid #528bde;
  border-bottom: 1px solid #528bde;
}
.tab-default tbody > tr > td {
  padding-top: 14px;
  padding-bottom: 11px;
  border-top: 1px solid #d0dce5;
  position: relative;
  /* Gestion des depassement du tableau */
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
@media (max-width: 480px) {
  .tab-default tbody > tr > td {
    margin: 12px 15px 10px 15px;
    max-width: 10px;
  }
}
.tab-default td.menu {
  position: static;
}
.tab-default tbody > tr > td > span.tab-text-overflow {
  overflow: hidden;
  position: absolute;
  text-overflow: ellipsis;
  left: 10px;
  right: 0;
  min-height: 25px;
}
.tab-default tr.odd {
  background-color: #f3f4f5;
}
@media (max-width: 480px) {
  .tab-default tr.odd {
    background-color: inherit;
  }
}
.tab-default .td-demandes-xs-demandeur {
  font-weight: bold;
  margin-bottom: 5px;
  text-overflow: ellipsis;
  overflow: hidden;
}
.tab-default .td-demandes-xs-demandeur > bloc {
  right: 0;
  position: absolute;
  margin-right: 15px;
  font-style: normal;
}
.tab-default .td-demandes-xs-demandeur > span {
  position: absolute;
  margin-top: 4px;
}
.tab-default .td-demandes-xs-objet {
  color: #365b92;
  margin-bottom: 2px;
  text-overflow: ellipsis;
  overflow: hidden;
}
.tab-default .td-demandes-xs-message {
  margin-bottom: 0;
  text-overflow: ellipsis;
  overflow: hidden;
}
.tab-default .tr-newResquest {
  background-color: #fbfaf2;
  font-weight: bold;
  color: #365b92;
}
.tab-default .tr-urgentResquest .fa-request,
.tab-default .tr-urgentResquest .td-demandes-xs-objet .fa-request {
  color: #e3796b;
  margin-right: 10px;
  position: relative;
  top: 2px;
  vertical-align: bottom;
}
.tab-default-tabulation {
  background-color: #d0dce5;
  height: 100%;
  vertical-align: middle;
  display: table-cell;
  padding: 16px 0;
  text-align: center;
  font-weight: bold;
  cursor: pointer;
}
.tab-default-tabulation:hover {
  color: #528bde;
}
.tab-default-tabulation.selected-tab {
  background-color: #fff;
}
.tab-default-tabulation.selected-tab:hover {
  color: #333333;
}
.request-paginator {
  font-style: italic;
  color: #4f6f8b;
  margin: 20px 0 0 10px;
}
#hidden-details {
  display: none;
}
#hidden-details td {
  padding-right: 10px;
  padding-top: 5px;
  padding-bottom: 5px;
}
/* tableau de détails (intervention par exemple) */
.table-details {
  width: 100%;
  color: #365b92;
}
.table-details tr th {
  padding-bottom: 10px;
}
.table-details tr td {
  padding: 5px 0 10px;
}
.table-details tr td.table-details-label {
  padding-right: 10px;
  text-align: right;
  color: #828282;
  max-width: 150px;
  min-width: 100px;
}
@media (max-width: 480px) {
  .table-details tr td.table-details-label {
    width: 90px;
    padding: 5px 10px 5px 0;
  }
}
.table-details tr.no-bottom-spacing td {
  padding-bottom: 0;
}
.visible-xs-table-row {
  display: none;
}
@media (max-width: 480px) {
  .visible-xs-table-row {
    display: table-row;
  }
}
/* Tri sans angular */
.columnSelectedUp > .fa-angle-up,
.columnSelectedDown > .fa-angle-down {
  display: inline-block !important;
  visibility: visible !important;
}
.tablesorter thead th.th-domaine {
  padding: 0;
  width: 5px;
}
@media (max-width: 480px) {
  .tablesorter tr {
    height: 60px;
  }
}
@media (max-width: 480px) {
  .tablesorter tbody > tr > td {
    padding-top: 20px;
  }
}
.tablesorter thead th.th-button {
  padding: 0;
  width: 40px;
}
.tablesorter tbody tr td.btn-case {
  width: 40px;
  max-width: 40px;
}
.tablesorter .td-domaine > div {
  padding-right: 5px;
  height: 50px;
  border-left: 5px solid transparent;
}
.tablesorter .td-domaine {
  padding: 0;
}
@media (max-width: 480px) {
  .tablesorter .td-domaine {
    display: none;
  }
}
.tablesorter td i.fa-folder-open {
  color: #e2cd8c;
  font-size: 21px;
}
.tablesorter th.double-line-header {
  padding-bottom: 0;
  white-space: inherit;
  padding-top: 0;
  vertical-align: inherit;
}
.ico-patrimony-sitetype {
  display: inline-block;
  position: relative;
}
.ico-patrimony-sitetype .fa-folder {
  color: #e2cd8c;
  font-size: 23px;
  margin-right: 20px;
}
.ico-patrimony-sitetype .ico-sitetype {
  border: 1px solid #e2cd8c;
  font-size: 14px;
  background: #FFFFFF;
  color: #2d2d2d;
  width: 22px;
  padding-top: 2px;
  text-align: center;
  height: 22px;
  border-radius: 22px;
  position: absolute;
  left: 7px;
  top: 7px;
}
@media (max-width: 480px) {
  .map-container-all.patrimony-map-block {
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    position: absolute !important;
  }
}
.patrimony-tab-block {
  position: relative;
  width: auto;
  height: calc(100% - 100px);
  margin-bottom: 0;
  padding-bottom: 0;
  bottom: 0;
  border-right-color: transparent;
  border-right-style: solid;
  border-right-width: 0;
}
.patrimony-tab-block .btn-map-filter {
  top: 15px;
}
.patrimony-tab-block .map-filter {
  overflow: auto;
}
@media (max-width: 480px) {
  .patrimony-tab-block .map-legend-container,
  .patrimony-tab-block .map-filter {
    width: 0;
  }
}
.patrimony-tab-block .map-legend-filter label {
  line-height: 20px;
  margin-bottom: 15px;
}
.patrimony-tab-block .map-legend-close {
  margin-right: -10px;
}
.patrimony-tab-block .tab-default {
  overflow: auto;
  height: 100%;
}
.tablesorter tbody tr:nth-child(odd),
.table tbody tr:nth-child(odd) {
  background-color: #f3f4f5;
}
.user-count-list {
  margin: 0 10px 20px 10px;
}
@media (max-width: 1023px) {
  .user-count-list {
    margin-left: 0;
    margin-right: 0;
  }
}
.user-count-list td {
  padding-left: 20px;
  padding-right: 20px;
}
.user-count-list td:first-child {
  padding-left: 0;
}
.user-count-list td:last-child {
  padding-right: 0;
}
.tab-default.tree-navigation tbody > tr > td {
  padding: 0 8px;
  vertical-align: middle;
}
.tab-default.tree-navigation tbody > tr:last-child > td {
  border-bottom: 1px solid #d0dce5;
}
.tab-default.tree-navigation tbody > tr:last-child:hover > td {
  border-bottom: 1px solid #528bde;
}
.icon-nouvelle-demande {
  color: #e37939;
}
.icon-demande-en-cours {
  color: #cb5757;
}
.icon-demande-traitee {
  color: #3c5e9e;
}
.icon-demande-annulee {
  color: black;
}
.container-table-summary {
  padding-bottom: 0px;
}
.container-table-summary .table-details {
  width: auto;
}
.container-table-summary .table-details td {
  text-align: left;
  max-width: none;
  min-width: 0px;
}
.container-table-summary .table-details td .lastYear {
  display: none;
}
.intervention-denombrement div {
  height: 55px;
}
.intervention-denombrement {
  margin: 4px 5px 0 5px;
  padding-right: 0;
  padding-left: 0 !important;
  height: 55px;
  z-index: 1;
}
.denombrement-bloc {
  padding: 0;
}
.denombrement-bloc:hover {
  cursor: pointer;
}
.denombrement-bloc .fa-spin {
  margin: 0;
  font-size: 29px;
}
.d-number {
  color: #FFF;
  font-size: 29px;
  padding: 4px 0 0 9px;
  height: 4px !important;
  width: 100%;
  margin-top: -4px;
  z-index: 2;
  top: 4px;
  opacity: 0;
}
.d-number i {
  font-size: 24px;
  margin-left: 0;
}
.d-number span {
  font-size: 21px;
}
.d-type {
  padding-left: 15px;
  padding-right: 0;
  padding-top: 18px;
  background-color: #d0dce5;
}
.d-type:hover {
  background-color: #fbfdff;
}
.d-type p {
  font-size: 14px;
  line-height: 20px;
  margin-bottom: 0;
}
.d-type span {
  font-size: 20px;
}
.intervention-denombrement .blue-denombrement .d-number {
  background-color: #3c5e9e;
}
.intervention-denombrement .red-denombrement .d-number {
  background-color: #cb5757;
}
.intervention-denombrement .orange-denombrement .d-number {
  background-color: #e37939;
}
.intervention-denombrement .blue-denombrement .d-type {
  color: #4a5364;
}
.intervention-denombrement .blue-denombrement .d-type:hover {
  color: #3c5e9e;
}
.intervention-denombrement .red-denombrement .d-type {
  color: #4a5364;
}
.intervention-denombrement .red-denombrement .d-type:hover {
  color: #cb5757;
}
.intervention-denombrement .orange-denombrement .d-type {
  color: #4a5364;
}
.intervention-denombrement .orange-denombrement .d-type:hover {
  color: #e37939;
}
.red-denombrement,
.blue-denombrement {
  padding-right: 4px;
}
.tabs-intervention-mobile-active .d-type {
  background-color: #fbfdff;
  color: #e37939;
}
.tabs-intervention-mobile-active .d-number {
  opacity: 1;
}
#chartdiv {
  width: 100%;
  height: 420px;
}
/* Debut qualité de l'eau */
.donut-inner-value,
.donut-inner-label {
  font-family: Arial;
  color: #333b4a;
}
.donut-inner-value {
  font-size: 24px;
  font-weight: bold;
}
.donut-inner-label {
  font-size: 14px;
}
.chart-donut-bubble {
  background-color: #fff;
  border: solid 2px #528bde;
  padding: 4px 0;
  position: relative;
  margin-top: 15px;
}
@media (max-width: 480px) {
  .chart-donut-bubble {
    top: 0;
    position: absolute;
    width: 285px;
    margin-left: auto;
    margin-right: auto;
    left: 0;
    right: 0;
  }
}
.chart-donut-bubble:before,
.chart-donut-bubble:after {
  bottom: 100%;
  left: 50%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
}
@media (max-width: 480px) {
  .chart-donut-bubble:before,
  .chart-donut-bubble:after {
    top: 100%;
    bottom: initial;
  }
}
.chart-donut-bubble:after {
  border-color: rgba(255, 255, 255, 0);
  border-bottom-color: #528bde;
  border-width: 8px;
  margin-left: -8px;
}
@media (max-width: 480px) {
  .chart-donut-bubble:after {
    border-top-color: #528bde;
    border-bottom: none;
  }
}
.chart-donut-bubble:before {
  border-color: rgba(82, 139, 222, 0);
  border-bottom-color: #528bde;
  border-width: 11px;
  margin-left: -11px;
}
@media (max-width: 480px) {
  .chart-donut-bubble:before {
    border-top-color: #528bde;
    border-bottom: none;
  }
}
.chart-donut-bubble p {
  margin: 0;
}
@media (max-width: 480px) {
  .chart-donut-bubble p {
    display: inline-block;
  }
  .chart-donut-bubble p:last-child {
    margin-left: 10px;
  }
}
.chart-donut-bubble p:first-child {
  font-size: 16px;
  color: #333b4a;
}
.chart-donut-bubble p:last-child {
  font-size: 24px;
  font-weight: bold;
  color: #528bde;
}
.chart-donut-d3js {
  margin-top: 17px;
}
@media (max-width: 480px) {
  .chart-donut-d3js {
    margin-top: 80px;
  }
}
@media (max-width: 480px) {
  .chart-donut-container {
    margin-bottom: 5px;
  }
}
.chart-column-bact {
  margin-bottom: 10px;
}
.chart-column-bact .axis path {
  display: none;
}
.chart-column-bact .axis line {
  fill: none;
  stroke: #e1e1e1;
  shape-rendering: crispEdges;
}
.chart-column-bact .x.axis line {
  display: none;
}
.chart-column-bact .x.axis g:nth-child(2n+1) {
  display: none;
}
.chart-column-bact .group-label {
  font-weight: bold;
  text-anchor: end;
}
.chart-column-bact text {
  font-size: 11px;
  fill: #6b798e;
}
.tooltip-water,
.tooltip-water-donuts {
  line-height: 1;
  padding: 12px;
  background: #fff;
  border-radius: 2px;
  -webkit-box-shadow: 0 0 5px 2px rgba(212, 212, 212, 0.81);
  -moz-box-shadow: 0 0 5px 2px rgba(212, 212, 212, 0.81);
  box-shadow: 0 0 5px 2px rgba(212, 212, 212, 0.81);
}
.tooltip-water-donuts:before {
  box-sizing: border-box;
  display: inline;
  font-size: 11px;
  width: 100%;
  line-height: 1;
  color: #fff;
  content: "\25B2";
  position: absolute;
  text-align: center;
}
.tooltip-water-donuts.s:before {
  margin: 0 0 -3px 0;
  bottom: 100%;
  left: 0;
}
.tooltip-water span {
  color: #6b798e;
}
.tooltip-water:after {
  box-sizing: border-box;
  display: inline;
  font-size: 10px;
  width: 100%;
  line-height: 1;
  color: #fff;
  content: "\25BC";
  position: absolute;
  text-align: center;
}
.tooltip-water.n:after {
  margin: -1px 0 0 0;
  top: 100%;
  left: 0;
}
/* Fin qualité de l'eau */
.block-error {
  margin-left: 100px;
}
.block-error .btn-error {
  width: 80%;
  margin-top: 50px;
  margin-bottom: 50px;
}
.intervention-error-div {
  margin: 25px 5px 0 5px;
  padding-bottom: 5px;
}
.intervention-error-div div {
  margin-bottom: 10px;
  display: flex;
}
.intervention-error-div div .empty-table-request-icon {
  width: 40px;
  height: 40px;
  margin-left: 10px;
  stroke: #ff9907 !important;
}
.intervention-error-div div > div {
  margin-left: 5px;
  display: inline-block;
  width: 80%;
}
.intervention-error-div div > div > span {
  margin-bottom: 3px;
  font-weight: bold;
  /*float: left;*/
  display: inline-block;
  width: 100%;
}
.intervention-error-div div > div > p {
  margin: 0;
}
.account-error-div .bg-warning {
  padding: 25px 15px;
  margin-bottom: 20px;
}
.account-error-div .bg-warning > i {
  display: inline-block;
  vertical-align: middle;
  height: 40px;
  line-height: 40px;
}
.account-error-div .bg-warning > p {
  display: inline-block;
}
.beach-quality-bloc {
  margin-top: 25px;
}
.beach-quality-bloc .beach-quality-intro {
  padding: 0;
  margin-bottom: 15px;
}
.beach-quality-choice {
  padding: 0;
}
.beach-quality-choice > div {
  width: auto;
  height: 125px;
  padding-top: 15px;
  text-align: center;
  margin-left: 5px;
  margin-right: 5px;
  background-color: #FFFFFF;
  border: 0;
  cursor: pointer;
  transition: 0.3s all;
}
@media (max-width: 480px) {
  .beach-quality-choice > div {
    margin: 5px;
  }
}
#green-flag > div {
  border-color: #47bb6e;
}
#orange-flag > div {
  border-color: #fa8d19;
}
#red-flag > div {
  border-color: #cb5757;
}
#violet-flag > div {
  border-color: #ac57cb;
}
#green-flag.active > div > .quality-beach-icon-info {
  color: #47bb6e;
}
#orange-flag.active > div > .quality-beach-icon-info {
  color: #fa8d19;
}
#red-flag.active > div > .quality-beach-icon-info {
  color: #cb5757;
}
#violet-flag.active > div > .quality-beach-icon-info {
  color: #ac57cb;
}
#morning-good-quality > div,
#afternoon-good-quality > div,
#night-good-quality > div {
  border-color: #3BAAFF;
}
#morning-med-quality > div,
#afternoon-med-quality > div,
#night-med-quality > div {
  border-color: #1A5DBE;
}
#morning-bad-quality > div,
#afternoon-bad-quality > div,
#night-bad-quality > div {
  border-color: #AC57CB;
}
#morning-analysis-quality > div,
#afternoon-analysis-quality > div,
#night-analysis-quality > div {
  border-color: #D2D2D2;
}
#morning-good-quality.active > div > .quality-beach-icon-info,
#afternoon-good-quality.active > div > .quality-beach-icon-info,
#night-good-quality.active > div > .quality-beach-icon-info {
  color: #3BAAFF;
}
#morning-med-quality.active > div > .quality-beach-icon-info,
#afternoon-med-quality.active > div > .quality-beach-icon-info,
#night-med-quality.active > div > .quality-beach-icon-info {
  color: #1A5DBE;
}
#morning-bad-quality.active > div > .quality-beach-icon-info,
#afternoon-bad-quality.active > div > .quality-beach-icon-info,
#night-bad-quality.active > div > .quality-beach-icon-info {
  color: #AC57CB;
}
#morning-analysis-quality.active > div > .quality-beach-icon-info,
#afternoon-analysis-quality.active > div > .quality-beach-icon-info,
#night-analysis-quality.active > div > .quality-beach-icon-info {
  color: #D2D2D2;
}
.beach-quality-choice > div:hover {
  border: 3px solid rgba(0, 0, 0, 0.5);
}
.beach-quality-choice.active > div {
  border-width: 3px;
  border-style: solid;
  cursor: initial;
}
.flag-details-bloc {
  display: none;
}
.quality-beach-icon-info {
  text-transform: uppercase;
  margin-top: 10px;
  font-weight: bold;
  color: #4a5364;
}
.other-justification-input {
  display: none;
}
@media (max-width: 480px) {
  .other-justification-input {
    margin-top: 10px;
  }
}
.beach-temperature > .form-control {
  display: inline-block;
  width: 55px;
}
.beach-temperature > label {
  display: inline-block;
  color: #6b798e;
  font-size: 20px;
  font-weight: normal;
}
/* Tableau des plages */
.beach-table > thead > tr > th {
  vertical-align: top;
}
img.beach-tab-icon {
  max-height: 24px;
  vertical-align: middle;
}
.beach-filter-bloc {
  margin-top: 20px;
  position: relative;
}
.beach-filter-bloc .search-input {
  left: 0;
}
#morning-good-quality > div.disabled_block,
#afternoon-good-quality > div.disabled_block,
#night-good-quality > div.disabled_block,
#morning-med-quality > div.disabled_block,
#afternoon-med-quality > div.disabled_block,
#night-med-quality > div.disabled_block,
#morning-bad-quality > div.disabled_block,
#afternoon-bad-quality > div.disabled_block,
#night-bad-quality > div.disabled_block,
#morning-analysis-quality > div.disabled_block,
#afternoon-analysis-quality > div.disabled_block,
#night-analysis-quality > div.disabled_block {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: grey;
  border: none;
  opacity: 0.2;
}
body.login {
  background-color: #edf2f6;
  height: 100%;
}
body.login #body {
  width: 100%;
  position: relative;
  min-height: 100%;
  margin: 0 auto;
  padding-bottom: 50px;
  border: initial;
}
body.login #global_page {
  position: relative;
  border-left: none;
  min-height: 100%;
  width: 100%;
  margin: 0;
  padding: 0;
  background-image: none;
  background-repeat: no-repeat;
}
@media screen and (min-aspect-ratio: 4/3) {
  body.login #global_page {
    background-size: 100%;
    background-position: left bottom;
  }
}
@media screen and (min-aspect-ratio: 4/3) and (max-aspect-ratio: 4/3) {
  body.login #global_page {
    background-size: 100% !important;
    background-position: center top !important;
  }
}
@media screen and (max-aspect-ratio: 4/3) {
  body.login #global_page {
    background-position: center;
    background-size: auto 100%;
  }
}
body.login:before {
  background-image: none;
}
body.login .container {
  width: 100% ! important;
}
@media screen {
  body.login #separate_block {
    display: inline-block;
    background: #528bde;
    width: 1px;
    height: 24px;
    vertical-align: middle;
    margin-right: 25px;
  }
}
@media screen and (max-width: 480px) {
  body.login #separate_block {
    margin-left: 0;
    margin-right: 10px;
  }
}
body.login .radio,
body.login .checkbox {
  font-size: 14px;
  color: #6b798e;
}
body.login #header {
  width: 100%;
  height: 80px;
  background: #ffffff;
  position: initial;
  min-width: initial;
  padding-left: initial;
  opacity: initial;
  box-shadow: initial;
}
body.login #main_logo {
  width: 60px;
  height: 100%;
  display: inline-block;
  margin: 0 2%;
  vertical-align: middle;
  background-image: url(/build/images/logo.acb45ea2.png);
  background-position-x: center;
  background-position-y: center;
  background-size: 60px;
  background-repeat: no-repeat;
}
body.login #main_title {
  display: inline-block;
  font-size: 18px;
  color: #494848;
  vertical-align: middle;
}
body.login #footer {
  position: absolute;
  bottom: 0;
  height: 70px;
  width: 100%;
}
body.login .footer_link {
  display: inline-block;
  margin-left: 20px;
  margin-top: 33px;
  color: #415669;
  font-size: 14px;
}
@media screen {
  body.login .footer_logo {
    display: inline-block;
    float: right;
    margin-right: 15px;
    margin-bottom: 15px;
    max-width: 120px;
  }
}
@media screen and (max-width: 480px) {
  body.login .footer_logo {
    display: none;
  }
}
body.login .footer_logo img {
  max-width: 120px;
}
body.login .form-signin label {
  color: #6b798e;
  font-weight: normal;
  display: block;
}
body.login .form-signin input[type=checkbox] {
  position: absolute;
  left: -5000px;
}
body.login .form-signin input[type=checkbox] + label:before {
  font-family: 'Font Awesome 5 Free';
  display: inline-block;
  color: #d0dce5;
  font-size: 23px;
  content: "\f0c8";
  letter-spacing: 11px;
}
body.login .form-signin input[type=checkbox]:checked + label:before {
  letter-spacing: 9px;
  content: "\f14a";
  color: #528bde;
}
body.login .form-signin label.remember-me {
  display: inline-block;
}
body.login .form-signin a.forgotten-password {
  float: right;
  line-height: 38px;
}
body.login .form-signin p.resetting-request-helper {
  margin-top: -10px;
  margin-bottom: 20px;
  text-align: justify;
}
body.login .terms-of-use label {
  color: #6b798e;
  font-weight: normal;
  display: block;
}
body.login .terms-of-use input[type=checkbox] {
  position: absolute;
  left: -5000px;
}
body.login .terms-of-use input[type=checkbox] + label:before {
  font-family: 'Font Awesome 5 Free';
  display: inline-block;
  color: #d0dce5;
  font-size: 23px;
  content: "\f0c8";
  letter-spacing: 11px;
}
body.login .terms-of-use input[type=checkbox]:checked + label:before {
  letter-spacing: 9px;
  content: "\f14a";
  color: #528bde;
}
body.login .terms-of-use label.remember-me {
  display: inline-block;
}
body.login .terms-of-use a.forgotten-password {
  float: right;
  line-height: 38px;
}
body.login .terms-of-use p.resetting-request-helper {
  margin-top: -10px;
  margin-bottom: 20px;
  text-align: justify;
}
body.login .connexion-jvalidate-error {
  color: #a33d30 !important;
}
body.login .bandeaux {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  max-width: none !important;
}
body.login .bandeaux div {
  text-align: center;
  opacity: 0.9;
  z-index: 1000000;
  width: 100%;
  max-width: none !important;
  height: auto;
  margin: 0;
  padding: 0;
}
body.login .bandeaux div p {
  margin: 10px;
}
body.login .main-box {
  background-color: #FFFFFF;
  display: block;
  margin: 20px;
  padding: 20px;
  -moz-box-shadow: 0 1px 5px -2px #656565;
  -webkit-box-shadow: 0 1px 5px -2px #656565;
  -o-box-shadow: 0 1px 5px -2px #656565;
  box-shadow: 0 1px 5px -2px #656565;
  filter: progid:DXImageTransform.Microsoft.Shadow(color=#656565, Direction=180, Strength=5);
}
@media (max-width: 480px) {
  body.login .main-box {
    margin: 20px 5px 0 5px !important;
    padding: 20px 10px 20px 10px;
  }
}
.home-page-lower-bloc {
  position: absolute;
  left: 20px;
  right: 20px;
  top: 200px;
  bottom: 10px;
}
@media (max-width: 480px) {
  .home-page-lower-bloc {
    position: absolute;
    left: 0;
    right: 0;
    top: 110px;
    bottom: 10px;
  }
}
.event-container,
.home-map-container {
  display: inline-block;
  height: 100%;
  float: left;
  position: absolute;
}
.event-container {
  width: 350px;
  border-top: 1px solid #E9E9E9;
  border-bottom: 1px solid #FFFFFF;
}
@media (max-width: 480px) {
  .event-container {
    width: 100%;
    height: 100%;
    position: relative;
  }
}
.event-container:before {
  content: "\a0";
  display: block;
  line-height: 0;
  border-top: 1px solid #FFFFFF;
}
.event-container:after {
  content: "\a0";
  display: block;
  line-height: 0;
  position: absolute;
  bottom: 0;
  width: 100%;
  border-bottom: 1px solid #E9E9E9;
}
.event-scrollable-container {
  width: 100%;
  height: 100%;
  overflow-y: auto;
  overflow-x: hidden;
}
.event-block {
  width: 100%;
  height: 90px;
  margin-bottom: 5px;
  margin-top: 5px;
  position: relative;
}
@media (max-width: 480px) {
  .empty-event-block {
    width: auto;
    position: absolute;
    left: 5px;
    right: 5px;
  }
}
.event-block > a {
  display: inline-block;
  width: 100%;
  height: 100%;
}
.event-time {
  width: 45px;
  text-align: right;
  height: 100%;
  position: absolute;
  z-index: 15;
  padding-top: 12px;
  color: #A3A3A3;
}
.event-content-block {
  background: white;
  height: 100%;
  background-clip: content-box;
  position: absolute;
  left: 55px;
  right: 2px;
  z-index: 10;
  border: 1px solid #E9E9E9;
}
.event-content-block:before {
  content: "\a0";
  display: block;
  position: absolute;
  width: 0;
  height: 0;
  border-width: 7px 7px 7px 0;
  border-style: solid;
  border-color: transparent;
  border-right-color: #FFFFFF;
  left: -7px;
  top: 15px;
}
.event-title {
  margin: 10px;
  margin-bottom: 5px;
  font-size: 14px;
  font-weight: bold;
  color: #4a5364;
}
.event-alert {
  display: inline-block;
  font-size: 12px;
  color: #FFFFFF;
  background: #cb5757;
  width: 44px;
  height: 22px;
  border-radius: 5px;
  text-align: center;
  padding-top: 2px;
  font-weight: normal;
}
.event-description {
  font-size: 13px;
  line-height: 16px;
  color: #365b92;
  margin: 0 10px;
  height: 30px;
  text-overflow: ellipsis;
  overflow: hidden;
}
.event-subinfo {
  font-size: 13px;
  line-height: 16px;
  color: #6b798e;
  margin: 0 10px 5px 10px;
  position: absolute;
  bottom: 0;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.event-date {
  position: relative;
  font-size: 12px;
  line-height: 20px;
  color: #6b798e;
  width: 100%;
  height: 20px;
  padding-left: 5px;
  background: rgba(251, 253, 255, 0.78);
  text-transform: uppercase;
}
.event-loader {
  background: rgba(100, 100, 100, 0.3) none repeat scroll 0 0;
  height: 100%;
  line-height: 100%;
  position: absolute;
  text-align: center;
  width: 100%;
  padding-top: 40%;
  z-index: 10000;
}
body.intervention #btn-search-intervention {
  cursor: pointer;
}
body.intervention .notificate-file-button {
  float: right;
}
body.intervention #notificate-file-modal.modal {
  position: absolute !important;
}
body.intervention #notificate-file-modal.modal .modal-dialog {
  margin-top: 0px !important;
  top: 1px !important;
}
body.intervention .right_header .small_version a.notificate-file-button {
  font-size: 14px;
}
#map {
  height: 100%;
  cursor: default;
}
#map #snapshot {
  display: none;
}
.leaflet-control-print {
  background-image: url(/build/images/print.6f7130d4.png);
  cursor: pointer;
}
.leaflet-control-search {
  background-image: url(/build/images/search.73d08b2d.png);
  cursor: pointer;
}
.fa-minus {
  font-size: 18px;
}
.search-wrapper form {
  display: none;
  margin-top: 10px;
  position: absolute;
  z-index: 99;
}
.search-wrapper form input {
  border-right: none;
}
.search-wrapper form button {
  border-color: #d0dde6;
  height: 50px;
  top: 0;
  background-color: transparent;
  border: none;
  width: 60px;
}
.search-wrapper form button:focus {
  border: none;
}
.map-container {
  height: 95%;
  margin: 20px;
  padding: 0;
  position: relative;
}
@media (max-width: 480px) {
  .map-container {
    margin: 0 !important;
    width: 100%;
    height: 100%;
    float: right;
    /*position: absolute;*/
  }
}
.map-and-legend-container {
  position: relative;
  height: 100%;
  width: 100%;
}
.map-container-all > .map-and-legend-container {
  padding-bottom: 20px;
}
@media (max-width: 480px) {
  .map-container-all > .map-and-legend-container {
    padding-bottom: 0;
  }
}
.home-map-container > .map-and-legend-container {
  padding-bottom: 0px;
}
.map-container-all {
  clear: both;
}
@media (max-width: 480px) {
  .map-container-all {
    top: 0;
    background-color: rgba(0, 0, 0, 0);
    position: absolute;
    bottom: 10px;
    left: 0;
    right: 0;
    height: auto;
    width: auto;
    margin: 0 !important;
  }
}
.map-legend-container {
  height: 98%;
  width: 260px;
  position: absolute;
  right: 0;
  top: 1%;
  z-index: 10;
}
@media (max-width: 480px) {
  .map-legend-container {
    width: 0;
  }
}
.map-legend {
  width: 260px;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.9);
  position: absolute;
  top: 0;
  right: 0;
  padding: 15px;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
}
@media (max-width: 480px) {
  .map-legend {
    width: 0;
    padding: 0;
  }
}
.btn-map-legend {
  position: absolute;
  top: 10px;
  left: -40px;
  width: 40px;
  height: 40px;
  text-align: center;
  color: #FFFFFF;
  border-radius: 10px 0 0 10px;
  background-color: rgba(0, 0, 0, 0.6);
  padding: 0;
  margin: 0;
  border: none;
}
.map-legend-title {
  display: inline-block;
  float: left;
  width: 50%;
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 20px;
}
.map-legend-close {
  display: inline-block;
  float: right;
  border: none;
  margin: 0;
  padding: 0;
  text-align: center;
  background: none;
  width: 30px;
  height: 30px;
  font-size: 16px;
}
.map-legend-row {
  width: 100%;
  height: auto;
  margin-bottom: 5px;
  clear: both;
}
.map-legend-row .second-level-legend .second-level-icon {
  height: 13px;
  width: 13px;
  background-repeat: no-repeat;
  background-size: contain;
}
.map-legend-row .second-level-legend .bp-gate {
  background-image: url(/build/images/E-VANNE.dc22bd19.svg);
}
.map-legend-row .second-level-legend .bp-treatment {
  background-image: url(/build/images/E-TRAITE.fa3a7ef8.svg);
}
.map-legend-row .second-level-legend .bp-storage {
  background-image: url(/build/images/E-STOCKA.d4d26383.svg);
}
.map-legend-row .second-level-legend .bp-pressure_regulator {
  background-image: url(/build/images/E-REGPRE.f583fb4c.svg);
}
.map-legend-row .second-level-legend .bp-debit_regulator {
  background-image: url(/build/images/E-REGDEB.ab103416.svg);
}
.map-legend-row .second-level-legend .bp-suppression {
  background-image: url(/build/images/E-REFOUL.02251e41.svg);
}
.map-legend-row .second-level-legend .bp-connection {
  background-image: url(/build/images/E-RACCOR.ec5be398.svg);
}
.map-legend-row .second-level-legend .bp-hydrant {
  background-image: url(/build/images/E-HYDRAN.bd76587a.svg);
}
.map-legend-row .second-level-legend .bp-mine {
  background-image: url(/build/images/E-EXHAUR.9107fb0c.svg);
}
.map-legend-row .second-level-legend .bp-cathodic_protection {
  background-image: url(/build/images/E-CATHOD.ad389d3c.svg);
}
.map-legend-row .second-level-legend .bp-measuring_device {
  background-image: url(/build/images/E-APMESU.8979dfe5.svg);
}
.map-legend-row .second-level-legend .bp-arrow-right-red {
  background-image: url(/build/images/A-VENTOU-EU.4adf68b3.svg);
}
.map-legend-row .second-level-legend .bp-arrow-right-green {
  background-image: url(/build/images/A-VENTOU-EP.af69dbb2.svg);
}
.map-legend-row .second-level-legend .bp-arrow-right-pink {
  background-image: url(/build/images/A-VENTOU-U.087720a1.svg);
}
.map-legend-row .second-level-legend .bp-arrow-right-black {
  background-image: url(/build/images/A-VENTOU-A.9fc25818.svg);
}
.map-legend-row .second-level-legend .bp-tra-phy-red {
  background-image: url(/build/images/A-TRAPHY-EU.d1d7fe6b.svg);
}
.map-legend-row .second-level-legend .bp-tra-phy-green {
  background-image: url(/build/images/A-TRAPHY-EP.24c099db.svg);
}
.map-legend-row .second-level-legend .bp-tra-phy-pink {
  background-image: url(/build/images/A-TRAPHY-U.78dcb0d3.svg);
}
.map-legend-row .second-level-legend .bp-tra-phy-black {
  background-image: url(/build/images/A-TRAPHY-A.7050cc87.svg);
}
.map-legend-row .second-level-legend .bp-treatment-plant-red {
  background-image: url(/build/images/A-STEP-EU.4fb9405c.svg);
}
.map-legend-row .second-level-legend .bp-treatment-plant-green {
  background-image: url(/build/images/A-STEP-EP.eafe6d72.svg);
}
.map-legend-row .second-level-legend .bp-treatment-plant-pink {
  background-image: url(/build/images/A-STEP-U.b2069f40.svg);
}
.map-legend-row .second-level-legend .bp-treatment-plant-black {
  background-image: url(/build/images/A-STEP-A.2dac3bcd.svg);
}
.map-legend-row .second-level-legend .bp-flow-direction-red {
  background-image: url(/build/images/A-SECOUL-EU.cb0a4085.svg);
}
.map-legend-row .second-level-legend .bp-flow-direction-green {
  background-image: url(/build/images/A-SECOUL-EP.bc5ab1eb.svg);
}
.map-legend-row .second-level-legend .bp-flow-direction-pink {
  background-image: url(/build/images/A-SECOUL-U.4fa45b3b.svg);
}
.map-legend-row .second-level-legend .bp-flow-direction-black {
  background-image: url(/build/images/A-SECOUL-A.3f8d6cae.svg);
}
.map-legend-row .second-level-legend .bp-pumping-red {
  background-image: url(/build/images/A-POMPAG-EU.bccf92f8.svg);
}
.map-legend-row .second-level-legend .bp-pumping-green {
  background-image: url(/build/images/A-POMPAG-EP.5bef8ff8.svg);
}
.map-legend-row .second-level-legend .bp-pumping-pink {
  background-image: url(/build/images/A-POMPAG-U.93626bbe.svg);
}
.map-legend-row .second-level-legend .bp-pumping-black {
  background-image: url(/build/images/A-POMPAG-A.c850a465.svg);
}
.map-legend-row .second-level-legend .bp-hydraulic-red {
  background-image: url(/build/images/A-OUVHYD-EU.a762879e.svg);
}
.map-legend-row .second-level-legend .bp-hydraulic-green {
  background-image: url(/build/images/A-OUVHYD-EP.0ac0b19e.svg);
}
.map-legend-row .second-level-legend .bp-hydraulic-pink {
  background-image: url(/build/images/A-OUVHYD-U.9d2ef4da.svg);
}
.map-legend-row .second-level-legend .bp-hydraulic-black {
  background-image: url(/build/images/A-OUVHYD-A.0b9112c7.svg);
}
.map-legend-row .second-level-legend .bp-storm-red {
  background-image: url(/build/images/A-DEVERS-EU.e5c21115.svg);
}
.map-legend-row .second-level-legend .bp-storm-green {
  background-image: url(/build/images/A-DEVERS-EP.e262fb5e.svg);
}
.map-legend-row .second-level-legend .bp-storm-pink {
  background-image: url(/build/images/A-DEVERS-U.3720acb2.svg);
}
.map-legend-row .second-level-legend .bp-storm-black {
  background-image: url(/build/images/A-DEVERS-A.30e4ab2c.svg);
}
.map-legend-row .second-level-legend .bp-flow-controller-red {
  background-image: url(/build/images/A-CONDEB-EU.98893832.svg);
}
.map-legend-row .second-level-legend .bp-flow-controller-green {
  background-image: url(/build/images/A-CONDEB-EP.4534c3d3.svg);
}
.map-legend-row .second-level-legend .bp-flow-controller-pink {
  background-image: url(/build/images/A-CONDEB-U.a7548aa6.svg);
}
.map-legend-row .second-level-legend .bp-flow-controller-black {
  background-image: url(/build/images/A-CONDEB-A.fbfe9c64.svg);
}
.map-legend-row .second-level-legend .bp-roadway-red {
  background-image: url(/build/images/A-CHAUSS-EU.e59900d4.svg);
}
.map-legend-row .second-level-legend .bp-roadway-green {
  background-image: url(/build/images/A-CHAUSS-EP.fd02f8a9.svg);
}
.map-legend-row .second-level-legend .bp-roadway-pink {
  background-image: url(/build/images/A-CHAUSS-U.3afe49b4.svg);
}
.map-legend-row .second-level-legend .bp-roadway-black {
  background-image: url(/build/images/A-CHAUSS-A.ac384a06.svg);
}
.map-legend-row .second-level-legend .bp-cistern-red {
  background-image: url(/build/images/A-CHASSE-EU.944734bc.svg);
}
.map-legend-row .second-level-legend .bp-cistern-green {
  background-image: url(/build/images/A-CHASSE-EP.79bcd543.svg);
}
.map-legend-row .second-level-legend .bp-cistern-pink {
  background-image: url(/build/images/A-CHASSE-U.2c70e70c.svg);
}
.map-legend-row .second-level-legend .bp-cistern-black {
  background-image: url(/build/images/A-CHASSE-A.b02cef0d.svg);
}
.map-legend-row .second-level-legend .bp-sensor-red {
  background-image: url(/build/images/A-CAPTEU-EU.0281c781.svg);
}
.map-legend-row .second-level-legend .bp-sensor-green {
  background-image: url(/build/images/A-CAPTEU-EP.d9329291.svg);
}
.map-legend-row .second-level-legend .bp-sensor-pink {
  background-image: url(/build/images/A-CAPTEU-U.ca8a0e57.svg);
}
.map-legend-row .second-level-legend .bp-sensor-black {
  background-image: url(/build/images/A-CAPTEU-A.fdeaeac4.svg);
}
.map-legend-row .second-level-legend .bp-bouche-red {
  background-image: url(/build/images/A-BOUCHE-EU.cd287a86.svg);
}
.map-legend-row .second-level-legend .bp-bouche-green {
  background-image: url(/build/images/A-BOUCHE-EP.1e07e130.svg);
}
.map-legend-row .second-level-legend .bp-bouche-pink {
  background-image: url(/build/images/A-BOUCHE-U.76c0f688.svg);
}
.map-legend-row .second-level-legend .bp-bouche-black {
  background-image: url(/build/images/A-BOUCHE-A.8a5dbbe9.svg);
}
.map-legend-row .second-level-legend .bp-bassin-red {
  background-image: url(/build/images/A-BASSIN-EU.ae1e1242.svg);
}
.map-legend-row .second-level-legend .bp-bassin-green {
  background-image: url(/build/images/A-BASSIN-EP.352da05f.svg);
}
.map-legend-row .second-level-legend .bp-bassin-pink {
  background-image: url(/build/images/A-BASSIN-U.09bd1cee.svg);
}
.map-legend-row .second-level-legend .bp-bassin-black {
  background-image: url(/build/images/A-BASSIN-A.d055839f.svg);
}
.map-legend-row .second-level-legend .bp-bold {
  font-weight: bold;
}
.map-legend-row .second-level-legend .bp-dashed {
  border-top-style: dashed;
  height: 6px;
}
.map-legend-row .second-level-legend .bp-solid {
  border-top-style: solid;
  height: 6px;
}
.map-legend-row .second-level-legend .bp-double {
  border-top-style: solid;
  border-bottom-style: solid;
}
.map-legend-row .second-level-legend .bp-1x {
  border-width: 1px;
}
.map-legend-row .second-level-legend .bp-2x {
  border-width: 2px;
}
.map-legend-row .second-level-legend .bp-red {
  border-color: red;
}
.map-legend-row .second-level-legend .bp-orangered {
  border-color: #FF7F00;
}
.map-legend-row .second-level-legend .bp-green {
  border-color: lightgreen;
}
.map-legend-row .second-level-legend .bp-blue {
  border-color: blue;
}
.map-legend-row .second-level-legend .bp-black {
  border-color: black;
}
.map-legend-row .second-level-legend .bp-gray {
  border-color: lightslategray;
}
.map-legend-row .second-level-legend .bp-pink {
  border-color: pink;
}
.map-legend-row .second-level-legend .bp-magentacustom {
  border-color: #CE23B1;
}
.map-legend-category {
  width: 100%;
  height: auto;
  margin-bottom: 10px;
  margin-top: 0;
  clear: both;
}
.map-legend-icon {
  width: 30px;
  height: 35px;
  font-size: 20px;
  display: inline-block;
  vertical-align: middle;
  text-align: center;
}
.map-legend-label {
  width: 140px;
  display: inline-block;
  color: #4a5364;
  line-height: 16px;
  font-weight: normal;
  margin-bottom: 0;
  vertical-align: middle;
}
.map-legend-label.second-level-legend,
.map-legend-label.third-level-legend,
.map-legend-label.fourth-level-legend {
  width: auto;
  margin-top: 5px;
}
#thematics .map-legend-section .one-level-legend a.map-legend-section-title,
#buried_patrimony .map-legend-section .one-level-legend a.map-legend-section-title {
  width: 177px;
}
.second-level-legend a.map-legend-section-title,
.third-level-legend a.map-legend-section-title,
.fourth-level-legend a.map-legend-section-title {
  width: auto !important;
}
a.map-legend-section-title {
  color: #333333;
  font-weight: bold;
  font-size: 14px;
  margin-bottom: 0;
  width: 100%;
  text-decoration: none;
}
/*
Water quality Live service page
*/
#live-container .map-legend-category:not(#drinking_water_quality) {
  display: none;
}
#live-container input#live {
  display: none;
}
#live-container #drinking_water_quality .map-legend-category,
#live-container #drinking_water_quality .map-legend-section {
  display: block;
}
.rotate-90 {
  transform: rotate(-90deg);
}
.rotate-45 {
  transform: rotate(-45deg);
}
.c-aliceblue {
  color: aliceblue;
}
.c-antiquewhite {
  color: antiquewhite;
}
.c-aqua {
  color: aqua;
}
.c-aquamarine {
  color: aquamarine;
}
.c-azure {
  color: azure;
}
.c-beige {
  color: beige;
}
.c-bisque {
  color: bisque;
}
.c-black {
  color: black;
}
.c-blanchedalmond {
  color: blanchedalmond;
}
.c-blue {
  color: blue;
}
.c-blueviolet {
  color: blueviolet;
}
.c-brown {
  color: brown;
}
.c-burlywood {
  color: burlywood;
}
.c-cadetblue {
  color: cadetblue;
}
.c-chartreuse {
  color: chartreuse;
}
.c-chocolate {
  color: chocolate;
}
.c-coral {
  color: coral;
}
.c-cornflowerblue {
  color: cornflowerblue;
}
.c-cornsilk {
  color: cornsilk;
}
.c-crimson {
  color: crimson;
}
.c-cyan {
  color: cyan;
}
.c-darkblue {
  color: darkblue;
}
.c-darkcyan {
  color: darkcyan;
}
.c-darkgoldenrod {
  color: darkgoldenrod;
}
.c-darkgray {
  color: darkgray;
}
.c-darkgreen {
  color: darkgreen;
}
.c-darkkhaki {
  color: darkkhaki;
}
.c-darkmagenta {
  color: darkmagenta;
}
.c-darkolivegreen {
  color: darkolivegreen;
}
.c-darkorange {
  color: darkorange;
}
.c-darkorchid {
  color: darkorchid;
}
.c-darkred {
  color: darkred;
}
.c-darksalmon {
  color: darksalmon;
}
.c-darkseagreen {
  color: darkseagreen;
}
.c-darkslateblue {
  color: darkslateblue;
}
.c-darkslategray {
  color: darkslategray;
}
.c-darkturquoise {
  color: darkturquoise;
}
.c-darkviolet {
  color: darkviolet;
}
.c-deeppink {
  color: deeppink;
}
.c-deepskyblue {
  color: deepskyblue;
}
.c-dimgray {
  color: dimgray;
}
.c-dodgerblue {
  color: dodgerblue;
}
.c-firebrick {
  color: firebrick;
}
.c-floralwhite {
  color: floralwhite;
}
.c-forestgreen {
  color: forestgreen;
}
.c-fuchsia {
  color: fuchsia;
}
.c-gainsboro {
  color: gainsboro;
}
.c-ghostwhite {
  color: ghostwhite;
}
.c-gold {
  color: gold;
}
.c-goldenrod {
  color: goldenrod;
}
.c-gray {
  color: gray;
}
.c-green {
  color: green;
}
.c-greenyellow {
  color: greenyellow;
}
.c-honeydew {
  color: honeydew;
}
.c-hotpink {
  color: hotpink;
}
.c-indianred {
  color: indianred;
}
.c-indigo {
  color: indigo;
}
.c-ivory {
  color: ivory;
}
.c-khaki {
  color: khaki;
}
.c-lavender {
  color: lavender;
}
.c-lavenderblush {
  color: lavenderblush;
}
.c-lawngreen {
  color: lawngreen;
}
.c-lemonchiffon {
  color: lemonchiffon;
}
.c-lightblue {
  color: lightblue;
}
.c-lightcoral {
  color: lightcoral;
}
.c-lightcyan {
  color: lightcyan;
}
.c-lightgoldenrodyellow {
  color: lightgoldenrodyellow;
}
.c-lightgray {
  color: lightgray;
}
.c-lightgreen {
  color: lightgreen;
}
.c-lightpink {
  color: lightpink;
}
.c-lightsalmon {
  color: lightsalmon;
}
.c-lightseagreen {
  color: lightseagreen;
}
.c-lightskyblue {
  color: lightskyblue;
}
.c-lightslategray {
  color: lightslategray;
}
.c-lightsteelblue {
  color: lightsteelblue;
}
.c-lightyellow {
  color: lightyellow;
}
.c-lime {
  color: lime;
}
.c-limegreen {
  color: limegreen;
}
.c-linen {
  color: linen;
}
.c-magenta {
  color: magenta;
}
.c-maroon {
  color: maroon;
}
.c-mediumaquamarine {
  color: mediumaquamarine;
}
.c-mediumblue {
  color: mediumblue;
}
.c-mediumorchid {
  color: mediumorchid;
}
.c-mediumpurple {
  color: mediumpurple;
}
.c-mediumseagreen {
  color: mediumseagreen;
}
.c-mediumslateblue {
  color: mediumslateblue;
}
.c-mediumspringgreen {
  color: mediumspringgreen;
}
.c-mediumturquoise {
  color: mediumturquoise;
}
.c-mediumvioletred {
  color: mediumvioletred;
}
.c-midnightblue {
  color: midnightblue;
}
.c-mintcream {
  color: mintcream;
}
.c-mistyrose {
  color: mistyrose;
}
.c-moccasin {
  color: moccasin;
}
.c-navajowhite {
  color: navajowhite;
}
.c-navy {
  color: navy;
}
.c-oldlace {
  color: oldlace;
}
.c-olive {
  color: olive;
}
.c-olivedrab {
  color: olivedrab;
}
.c-orange {
  color: orange;
}
.c-orangered {
  color: orangered;
}
.c-orchid {
  color: orchid;
}
.c-palegoldenrod {
  color: palegoldenrod;
}
.c-palegreen {
  color: palegreen;
}
.c-paleturquoise {
  color: paleturquoise;
}
.c-palevioletred {
  color: palevioletred;
}
.c-papayawhip {
  color: papayawhip;
}
.c-peachpuff {
  color: peachpuff;
}
.c-peru {
  color: peru;
}
.c-pink {
  color: pink;
}
.c-magentacustom {
  color: #CE23B1;
}
.c-plum {
  color: plum;
}
.c-powderblue {
  color: powderblue;
}
.c-purple {
  color: purple;
}
.c-rebeccapurple {
  color: rebeccapurple;
}
.c-red {
  color: red;
}
.c-rosybrown {
  color: rosybrown;
}
.c-royalblue {
  color: royalblue;
}
.c-saddlebrown {
  color: saddlebrown;
}
.c-salmon {
  color: salmon;
}
.c-sandybrown {
  color: sandybrown;
}
.c-seagreen {
  color: seagreen;
}
.c-seashell {
  color: seashell;
}
.c-sienna {
  color: sienna;
}
.c-silver {
  color: silver;
}
.c-skyblue {
  color: skyblue;
}
.c-slateblue {
  color: slateblue;
}
.c-slategray {
  color: slategray;
}
.c-snow {
  color: snow;
}
.c-springgreen {
  color: springgreen;
}
.c-steelblue {
  color: steelblue;
}
.c-tan {
  color: tan;
}
.c-teal {
  color: teal;
}
.c-thistle {
  color: thistle;
}
.c-tomato {
  color: tomato;
}
.c-turquoise {
  color: turquoise;
}
.c-violet {
  color: violet;
}
.c-wheat {
  color: wheat;
}
.c-white {
  color: white;
}
.c-whitesmoke {
  color: whitesmoke;
}
.c-yellow {
  color: yellow;
}
.c-yellowgreen {
  color: yellowgreen;
}
.thematics-chevron {
  margin-top: 3px;
}
.second-level-legend {
  margin-left: 15px;
}
.third-level-legend {
  margin-left: 25px;
}
.fourth-level-legend {
  margin-left: 35px;
}
#thematics .map-legend-section a.map-legend-section-title {
  width: initial;
}
a.map-legend-section-title:hover {
  text-decoration: none;
  opacity: 0.8;
}
.map-legend-section-title > i {
  float: right;
  margin-right: 8px;
}
.map-legend-icon img {
  max-width: 30px;
  max-height: 30px;
}
.hydrant-compliant {
  color: #149718;
}
.hydrant-not-compliant {
  color: #97040c;
}
.hydrant-unknown-state {
  color: #000000;
}
.leak-accessory,
.leak-connection,
.leak-pipe {
  float: left;
  font-size: 1.4em;
  line-height: inherit;
  margin-right: 5px;
}
.leak-accessory {
  color: #ff9900;
}
.leak-connection {
  color: #ff99ff;
}
.leak-pipe {
  color: #cc0000;
}
.perimeter-compliant {
  color: #c6fec6;
  float: left;
  font-size: 1.4em;
  line-height: inherit;
  margin-right: 5px;
}
.perimeter-not-compliant {
  color: #fda1a1;
  float: left;
  font-size: 1.4em;
  line-height: inherit;
  margin-right: 5px;
}
.perimeter-unknown-state {
  color: #c0c0c0;
  float: left;
  font-size: 1.4em;
  line-height: inherit;
  margin-right: 5px;
}
.tsms-cluster {
  width: 40px;
  height: 40px;
  background-color: #FFFFFF;
  border-radius: 40px;
  text-align: center;
  padding-top: 1px;
  font-size: 20px;
  color: #365b92;
  border: 3px solid rgba(82, 139, 222, 0.5);
}
.tsms-cluster.red,
.tsms-cluster.orange,
.tsms-cluster.blue,
.tsms-cluster.green {
  color: #FFF;
  font-weight: bold;
}
.tsms-cluster.red {
  background-color: #DF001B;
}
.tsms-cluster.orange {
  background-color: orange;
}
.tsms-cluster.blue {
  background-color: #404888;
}
.tsms-cluster.green {
  background-color: #AADC14;
}
.tsms-cluster:hover {
  border: 3px solid #528bde;
}
.loader {
  background: none repeat scroll 0 0 rgba(100, 100, 100, 0.3);
  height: 100%;
  line-height: 100%;
  position: absolute;
  text-align: center;
  width: 100%;
  z-index: 10000;
}
.loader i {
  position: relative;
  top: 45%;
}
@media (max-width: 480px) {
  .map-container-all #map {
    border-top: 4px solid #FFFFFF;
    z-index: 1;
  }
}
.main-box-with-map {
  overflow-y: auto;
  overflow-x: hidden;
}
@media (max-width: 480px) {
  .main-box-with-map {
    margin: 0 !important;
    float: right;
    width: 100%;
    bottom: 0;
    position: absolute;
    z-index: 10;
    opacity: 0.9;
  }
}
.map-container .map-info {
  font-size: 14px;
  color: #6b798e;
  line-height: 40px;
}
@media (max-width: 480px) {
  .map-container .map-info {
    position: absolute;
    bottom: 0;
    z-index: 10;
    width: 100%;
    height: 40px;
    background-color: rgba(255, 255, 255, 0.8);
  }
}
.map-container .map-info .map-info-count {
  float: left;
  font-style: italic;
  margin-left: 15px;
}
.map-container .map-info .map-info-lastupdate {
  float: right;
  margin-right: 15px;
}
@media (max-width: 480px) {
  .map-container .map-info .map-info-lastupdate {
    float: left;
    margin-left: 15px;
  }
}
/* Bloc carte Home page */
.home-map-container {
  width: auto;
  background-clip: content-box;
  position: absolute;
  left: 370px;
  right: 0;
}
.home-map-container > #map {
  height: 100%;
}
.home-map-container > #map > i {
  color: black;
  margin-top: 100px;
  opacity: 0.3;
  z-index: 10;
  position: relative;
}
/* Fin Bloc carte home page */
/**   jslider  **/
.layout-slider {
  padding-top: 40px;
  padding-bottom: 45px;
  padding-left: 30px;
  padding-right: 30px;
}
.jslider_round_plastic .jslider-pointer {
  background-image: url(/build/images/jslider.tsms.pointer.5f8ed2bd.png);
  background-position: 0 0;
  width: 22px;
  height: 22px;
  top: -7px;
  margin-left: -8px;
}
.jslider_round_plastic .jslider-pointer-hover {
  background-image: url(/build/images/jslider.tsms.pointer.hover.3f93b2ea.png);
}
.jslider .jslider-value {
  top: -38px;
  font-family: Arial;
  font-size: 15px;
  background-color: #d0dce5;
  padding: 6px;
  border-radius: 3px;
  border-left: 3px solid #4a5364;
}
.jslider .jslider-value-to {
  border-left: none;
  border-right: 3px solid #4a5364;
}
.jslider .jslider-bg .l {
  background-image: url(/build/images/jslider.tsms.bar.border.1f4a536f.png);
  background-position: 0 0;
}
.jslider .jslider-bg .r {
  background-image: url(/build/images/jslider.tsms.bar.border.1f4a536f.png);
  background-position: right 0;
}
.jslider .jslider-bg .f {
  background-image: url(/build/images/jslider.tsms.bar.background.36e14383.png);
  background-position: 0 0;
}
.jslider .jslider-bg .v {
  background-image: url(/build/images/jslider.tsms.bar.selected.4007e6cc.png);
  background-position: 0 0;
}
.jslider .jslider-scale span {
  top: 10px;
  width: 5px;
  height: 5px;
  border-radius: 5px;
  background-color: #d0dce5;
  border: none;
}
.jslider .jslider-scale ins {
  font-size: 14px;
  color: #4a5364;
  width: 40px;
  top: 10px;
}
.jslider .jslider-scale span.jslider-mid-scale ins {
  font-weight: bold;
  left: -10px;
}
.leaflet-popup-scrolled {
  border: none;
}
.home-map-container .map-legend-container {
  width: 0;
}
.home-map-container .map-legend {
  opacity: 0;
  padding: 0;
  width: 0;
}
#printModal form#formPrintMap {
  height: 300px;
}
#printModal .modal-footer {
  padding: 23px;
}
#closePrintButton {
  display: none;
  padding: 15px 0px;
  font-size: 1.2em;
}
.bp-circle-red {
  background-image: url(/build/images/red_134_selected.3e5b9fc1.png);
}
.bp-circle-green {
  background-image: url(/build/images/green_full_134_selected.5a67c284.png);
}
.bp-circle-blue {
  background-image: url(/build/images/pit_blue.5107bd0d.svg);
}
.bp-circle-orange {
  background-image: url(/build/images/orange_134_selected.a9884a14.png);
}
.bp-warning {
  background-image: url(/build/images/warning-sign.a3ebbe2b.svg);
}
.pac-container {
  z-index: 999999999;
}
.leaflet-container .btn-life-sheet {
  color: #FFF;
}
.leaflet-container .btn-life-sheet .fa {
  margin-right: 5px;
}
.leaflet-popup-content .btn-life-sheet .fa {
  color: #FFF;
}
#body > div.quality-menu {
  max-width: inherit;
  height: 70px;
  margin-left: -20px;
  margin-right: -20px;
  background-color: #d0dce5;
}
@media (max-width: 480px) {
  #body > div.quality-menu {
    margin-left: 0;
    margin-right: 0;
    height: 120px;
  }
}
@media (max-width: 480px) {
  #body > div.quality-menu-noselect {
    height: 60px;
  }
}
#body > div#all_onglets {
  height: 100%;
}
#body > div.quality-menu > div {
  max-width: 1240px;
  margin: auto;
}
.quality-contract {
  float: left;
  display: inline-block;
  width: 50%;
  height: 100%;
}
@media (max-width: 480px) {
  .quality-contract {
    width: 100%;
    padding: 0 10px;
    height: 70px;
  }
}
.quality-contract > select {
  width: 90%;
  padding-left: 12px;
  margin: 0 0 0 20px;
  height: 50px;
  margin-top: 10px;
  border: 2px solid #FFFFFF;
  border-radius: 2px;
  background-color: transparent;
  line-height: 45px;
  color: #242a36;
  font-size: 16px;
  background: transparent url(/build/images/select-arrow-down.2f4e8276.png) no-repeat 96% center;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
@media (max-width: 480px) {
  .quality-contract > select {
    width: 100%;
    margin-left: 0px;
    margin-right: 0;
  }
}
.quality-contract > select > option {
  height: 50px;
  background-color: #d0dce5;
  color: #242a36;
  font-size: 16px;
}
.quality-onglets {
  float: right;
  height: 50px;
  margin-top: 20px;
  width: 50%;
  padding-right: 20px;
}
@media (max-width: 480px) {
  .quality-onglets {
    margin-left: 10px;
    padding-right: 0;
    margin-right: 4px;
    width: initial;
    margin-top: 0;
    float: none;
  }
}
.quality-onglet {
  height: 100%;
  width: 25%;
  display: inline-block;
  background: #dbe5ec;
  line-height: 45px;
  padding: 0;
  text-align: center;
  border-radius: 0;
  border-top: 3px solid #afbdc8;
  border-left: 1px solid #d0dce5;
  color: #333b4a;
}
.quality-onglet.selected {
  background: #edf2f6;
  color: #2d2d2d;
  font-weight: bold;
}
.first-quality-onglet {
  border-left: 0;
}
.ars-box > h3 {
  font-size: 14px;
  margin: 0;
  margin-bottom: 15px;
  margin-top: 10px;
}
.ars-box > p {
  margin-bottom: 20px;
  color: #6b798e;
}
.ars-box .btn-pdf {
  display: table-caption;
  width: auto;
  margin-bottom: 10px;
  text-align: left;
}
@media (max-width: 480px) {
  .ars-box .btn-pdf {
    text-overflow: ellipsis;
    overflow-x: hidden;
    display: block;
  }
}
/* Tableau mineralité */
.mineral-table {
  width: 100%;
  border-right: 2px solid #d0dce5;
}
.mineral-table div.mineral-title,
.mineral-table div.mineral-value-case,
.mineral-table div.mineral-class {
  display: inline-block;
  height: 50px;
  line-height: 50px;
  text-align: center;
  padding: 0 15px;
  vertical-align: middle;
  color: #365b92;
  border-bottom: 1px solid #d0dce5;
}
@media (max-width: 480px) {
  .mineral-table div.mineral-title,
  .mineral-table div.mineral-value-case,
  .mineral-table div.mineral-class {
    padding: 0 5px;
  }
}
.mineral-head {
  margin-left: 25%;
  display: inline-block;
  width: 75%;
  border-left: 1px solid #d0dce5;
  border-top: 2px solid #d0dce5;
}
.mineral-head > div.mineral-title {
  width: 33.33%;
  border-left: 1px solid #d0dce5;
  border-bottom: none;
  color: #2d2d2d;
  font-weight: bold;
}
.mineral-head > div.mineral-title > div {
  width: 100%;
  vertical-align: middle;
  display: inline-block;
  line-height: normal;
}
.mineral-class-col {
  width: 25%;
  display: inline-block;
  border-left: 2px solid #d0dce5;
  border-top: 2px solid #d0dce5;
  border-bottom: 1px solid #d0dce5;
}
@media (max-width: 480px) {
  .mineral-class-col {
    width: 40%;
  }
}
.mineral-class-col > div.mineral-class {
  width: 100%;
  text-align: left;
  color: #2d2d2d;
  font-weight: bold;
}
.mineral-body {
  width: 75%;
  display: inline-block;
  border-top: 2px solid #d0dce5;
  border-left: 1px solid #d0dce5;
  border-bottom: 1px solid #d0dce5;
}
@media (max-width: 480px) {
  .mineral-body {
    width: 60%;
  }
}
.mineral-body > .mineral-col {
  width: 33.33%;
  display: inline-block;
  border-left: 1px solid #d0dce5;
}
.mineral-body > .mineral-col > .mineral-value-case {
  width: 100%;
}
.mineral-body > .mineral-col > .ph-water-value-case {
  color: #528bde;
  font-weight: bold;
}
.mineral-body > .mineral-col > .ph-evian-value-case {
  color: #f06087;
  font-weight: bold;
}
.mineral-body > .mineral-col > .ph-volvic-value-case {
  color: #0f8752;
  font-weight: bold;
}
.mineral-body > .mineral-col.mineral-suez-col {
  background: url(/build/images/mineralite_chateau.b11fdae4.png) no-repeat center;
  background-size: auto 98%;
}
@media (max-width: 480px) {
  .mineral-body > .mineral-col.mineral-suez-col {
    width: 100%;
  }
}
.mineral-body > .mineral-col.mineral-evian-col {
  background: url(/build/images/mineralite_evian.197690fe.png) no-repeat center;
  background-size: auto 98%;
}
.mineral-body > .mineral-col.mineral-volvic-col {
  background: url(/build/images/mineralite_volvic.0fc2f4e8.png) no-repeat center;
  background-size: auto 98%;
}
#sewage-treatment-plant-container .tab-default h3 {
  color: #333b4a;
}
div.compliance-box h2 {
  color: #333333;
}
.tab-cell {
  display: table-cell;
}
#waste-water-quality-details .tabs-content,
#waste-water-quality-quality .tabs-content {
  display: none;
  width: 100%;
  margin: 10px auto 0 auto;
}
#waste-water-quality-details .tabs-content.selected,
#waste-water-quality-quality .tabs-content.selected {
  display: table;
}
@media (max-width: 768px) {
  #waste-water-quality-details .tabs-content.selected,
  #waste-water-quality-quality .tabs-content.selected {
    display: block;
  }
}
#waste-water-quality-details .global-details-conformity-separator.desktop,
#waste-water-quality-quality .global-details-conformity-separator.desktop {
  margin: 5px 20px 5px 5px;
  height: 150px;
  position: relative;
  top: 10px;
}
@media (max-width: 768px) {
  #waste-water-quality-details .global-details-conformity-separator.desktop,
  #waste-water-quality-quality .global-details-conformity-separator.desktop {
    display: none;
  }
}
#waste-water-quality-details .global-details-conformity-separator.mobile,
#waste-water-quality-quality .global-details-conformity-separator.mobile {
  margin: 15px auto 15px auto;
  display: block;
  width: 150px;
}
@media (min-width: 768px) {
  #waste-water-quality-details .global-details-conformity-separator.mobile,
  #waste-water-quality-quality .global-details-conformity-separator.mobile {
    display: none;
  }
}
.water-quality-sanitation .row {
  margin-bottom: 2px;
}
.water-quality-sanitation .toggle-button {
  font-size: 16px;
  font-weight: bold;
  color: #333b4a;
}
.water-quality-sanitation .parameter-block {
  min-height: 172px;
  border: 10px solid white;
}
.water-quality-sanitation .parameter-block .ratio {
  background-color: #8692a3;
  display: inline-block;
  height: 8px;
  position: relative;
  width: 100%;
  margin: 10px 0;
}
.water-quality-sanitation .parameter-block .ratio > div {
  content: "";
  display: inline-block;
  height: 8px;
  position: absolute;
  top: 0;
}
.water-quality-sanitation .parameter-block .ratio > div span {
  display: none;
}
.water-quality-sanitation .parameter-block.realized {
  color: #4EAF6E;
  background-color: #f3f4f5;
}
.water-quality-sanitation .parameter-block.realized .ratio > div {
  background-color: #4EAF6E;
}
.water-quality-sanitation .parameter-block.over-threshold {
  color: #FA8D19;
  background-color: #f3f4f5;
}
.water-quality-sanitation .parameter-block.over-threshold .ratio > div {
  background-color: #FA8D19;
}
.water-quality-sanitation .parameter-block.unacceptable {
  color: #CB5757;
  background-color: #f3f4f5;
}
.water-quality-sanitation .parameter-block .parameter-value {
  font-size: 3em;
  font-weight: bold;
  display: inline-block;
  width: 80%;
  margin-top: 8px;
}
.water-quality-sanitation .parameter-block .parameter-value-text {
  font-size: 16px;
  font-weight: bold;
  color: #333b4a;
  display: inline-block;
  text-transform: uppercase;
  width: 100%;
}
.water-quality-sanitation .parameter-block .parameter-total-text {
  font-size: 14px;
  color: #8692a3;
  display: inline-block;
  text-align: left;
  width: 100%;
}
.water-quality-sanitation .parameter-block .parameter-value-number {
  font-size: 18px;
  font-weight: bold;
  color: #528bde;
  padding-bottom: 10%;
}
@media (max-width: 992px) {
  .water-quality-sanitation .parameter-block .parameter-value-number {
    text-align: center !important;
  }
}
.water-quality-sanitation .parameter-block .parameter-block-content {
  vertical-align: middle;
  padding-top: 10%;
}
.water-quality-sanitation .parameter-block-separator.desktop {
  position: relative;
  top: 60px;
  height: 120px;
}
@media (max-width: 992px) {
  .water-quality-sanitation .parameter-block-separator.desktop {
    display: none;
  }
}
.water-quality-sanitation .parameter-block-separator.mobile {
  margin: 15px auto 15px auto;
  display: block;
  width: 150px;
}
@media (min-width: 992px) {
  .water-quality-sanitation .parameter-block-separator.mobile {
    display: none;
  }
}
@media (max-width: 992px) {
  .parameter-block-flux .parameter-value-text {
    text-align: center !important;
  }
}
@media (max-width: 992px) {
  .parameter-block-flux .parameter-total-text {
    text-align: center !important;
  }
}
.parameter-block-flux .box {
  border-width: 0px 3px 0px 0px;
  border-style: solid;
  border-color: #f3f4f5;
  height: 160px;
  padding-right: 25px;
}
@media (max-width: 992px) {
  .parameter-block-flux .box {
    padding-right: 0px;
    border-width: 3px 0px 0px 0px;
    height: 10px;
    width: 90%;
    padding-bottom: 10px;
  }
}
@media (max-width: 992px) {
  .parameter-block-flux .chart-donut-yield-average .chart-donut-d3js {
    margin-top: 1px;
  }
}
.parameter-block-flux .chart-donut-yield-average .donut-inner-value,
.parameter-block-flux .chart-donut-yield-average .donut-inner-label {
  font-size: 18px;
}
.global-value {
  width: 50%;
  vertical-align: middle;
}
@media (max-width: 768px) {
  .global-value {
    display: block;
    width: 100%;
    margin: 0;
  }
  .global-value .tab-cell {
    display: initial;
  }
}
.global-value label {
  font-size: 24px;
  vertical-align: middle;
  text-transform: uppercase;
}
@media (max-width: 768px) {
  .global-value label {
    white-space: nowrap;
  }
}
.global-value .fa-stack {
  font-size: 60px;
}
@media (max-width: 768px) {
  .global-value .fa-stack {
    font-size: 45px;
  }
}
.global-value .fa-stack .fa-thumbs-up,
.global-value .fa-stack .fa-thumbs-down {
  color: white;
}
.global-value.valid .fa-circle,
.global-value.valid label {
  color: #4EAF6E;
}
.global-value.not-valid .fa-circle,
.global-value.not-valid label {
  color: #CB5757;
}
.arrow-value {
  font-size: 95px;
  display: table-cell;
  color: #E4E4E4;
}
@media (max-width: 768px) {
  .arrow-value {
    display: block;
    text-align: center;
  }
  .arrow-value span {
    transform: rotate(90deg);
    display: inline-block;
  }
}
.precision-value {
  display: table-cell;
  vertical-align: middle;
}
@media (max-width: 768px) {
  .precision-value {
    display: block;
  }
}
.precision-value .conformity-legend .conformity-legend-content {
  height: 70px;
  display: table-cell;
  vertical-align: middle;
}
@media (max-width: 768px) {
  .precision-value .conformity-legend .conformity-legend-content {
    display: block;
    text-align: center;
    left: 5px;
  }
  .precision-value .conformity-legend .conformity-legend-content i.fa.fa-thumbs-down,
  .precision-value .conformity-legend .conformity-legend-content i.fa.fa-thumbs-up {
    text-align: initial;
  }
}
.precision-value .conformity-legend .fa-thumbs-down,
.precision-value .conformity-legend .fa-thumbs-up {
  font-size: 25px;
  width: 30px;
  margin-right: 5px;
  position: relative;
  top: 2px;
  left: 8px;
}
.precision-value .conformity-legend .fa-thumbs-up {
  color: #4EAF6E;
}
.precision-value .conformity-legend .fa-thumbs-down {
  color: #CB5757;
}
.precision-value .conformity-legend i.fa-stack-2x {
  font-size: 45px;
  color: #f3f4f5;
  top: -5px;
}
.precision-value .conformity-legend span.legend-title {
  font-weight: bold;
  color: black;
  font-size: 15px;
  margin-left: 10px;
  text-transform: uppercase;
}
.step-item .name {
  margin-bottom: 10px;
}
.tab-default tbody > tr > td.td-withdraw-conformity {
  white-space: normal;
  overflow: visible;
  text-overflow: clip;
}
.withdraw-conformity-details {
  float: right;
  padding-right: 10px;
}
#live-container {
  height: 100%;
}
.pluvial-error-div,
.error-div {
  margin: 25px 5px 0 5px;
  padding-bottom: 5px;
}
.pluvial-error-div .bg-warning,
.error-div .bg-warning {
  padding: 25px 15px;
  margin-bottom: 20px;
}
.pluvial-error-div .bg-warning > div,
.error-div .bg-warning > div {
  margin-left: 5px;
  display: inline-block;
  width: 80%;
}
.tour-step-background {
  background: transparent;
  border: 2px solid orange;
}
.popover[class*="tour-"] {
  z-index: 10000;
}
.tour-backdrop {
  background: transparent;
}
.colored-icon {
  margin-right: 10px;
}
.colored-icon.fa-file-word {
  color: #2372ba;
}
.colored-icon.fa-file-image {
  color: #6b4298;
}
.colored-icon.fa-file-powerpoint {
  color: #dd5b26;
}
.colored-icon.fa-file-pdf {
  color: #eb5442;
}
.colored-icon.fa-file-excel {
  color: #0a753c;
}
/**
 * Info-box (the right box)
 **/
.info-box-wrapper {
  position: relative;
  margin: 20px 0 0 0;
  height: calc(100% - 100px);
  padding: 10px 20px 5px 20px;
}
@media screen and (max-width: 1023px) {
  .info-box-wrapper {
    padding-left: 5px;
    padding-right: 5px;
  }
}
.info-box-wrapper .info-box {
  display: none;
  width: 270px;
  background-color: #fff;
  position: absolute;
  top: 0;
  bottom: 0;
  right: -320px;
  border-left: 2px solid #528bde;
  border-bottom: 1px solid #528bde;
  z-index: 10;
  overflow: auto;
}
@media screen and (max-width: 1023px) {
  .info-box-wrapper .info-box {
    width: auto;
    top: 0px;
    bottom: 0;
    left: 0;
    right: 0;
    border-bottom: none;
    border-left: none;
    z-index: 1000;
    margin-right: 0;
    overflow: initial;
  }
}
.info-box-wrapper .info-box .info-box-body {
  padding: 10px 20px;
  background-color: white;
}
.info-box-wrapper .info-box .info-box-body dt {
  font-weight: normal;
  color: #828282;
}
.info-box-wrapper .info-box .info-box-body dd {
  font-weight: normal;
  color: #365b92;
  margin-bottom: 6px;
}
.info-box-wrapper .info-box .info-box-body ul {
  padding: 0;
}
.info-box-wrapper .info-box .info-box-body ul li {
  list-style-position: inside;
}
.info-box-wrapper .info-box .info-box-head {
  display: block;
  background-color: #528bde;
  color: white;
  font-size: 15px;
  padding: 10px;
  position: relative;
}
.info-box-wrapper .info-box .info-box-head .fa-close {
  position: absolute;
  right: 5px;
  top: 20px;
  cursor: pointer;
}
@media screen and (max-width: 1023px) {
  .info-box-wrapper .info-box .info-box-head .fa-close {
    right: 10px;
    font-size: 20px;
  }
}
.info-box-wrapper .info-box .info-box-head .info-box-title {
  padding: 10px 10px;
  text-overflow: ellipsis;
  overflow: hidden;
  font-weight: bold;
}
.info-box-wrapper .info-box.info-box-open .info-box {
  display: block;
}
.info-box-open .name-cell {
  max-width: 200px;
}
.info-box-open .hide-open-box {
  display: none;
}
.document-action {
  padding: 0 20px;
}
.document-action > .btn {
  float: right;
  margin-left: 20px;
}
.document-action .dropdown-wrapper {
  float: right;
}
.document-action .dropdown-menu {
  left: -100px;
}
.dropdown-wrapper {
  position: relative;
}
.dropdown-wrapper .dropdown-small {
  left: -240px;
}
.dropdown-wrapper .dropdown-small .action-item {
  width: initial;
}
#document-navigation {
  height: 100%;
  box-sizing: border-box;
}
#document-navigation:before {
  content: " ";
  display: table;
}
#document-navigation:after {
  content: " ";
  display: table;
}
#document-navigation .popover-content {
  padding: 10px 0;
}
#document-navigation .popover-content .popover-menu {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
  min-width: 160px;
}
#document-navigation .popover-content .popover-menu li:hover,
#document-navigation .popover-content .popover-menu li:focus {
  background-color: #f5f5f5;
}
#document-navigation .popover-content .popover-menu li a {
  color: black;
  padding: 8px 20px;
  display: block;
}
#document-navigation .popover-content .popover-menu li a.remove-file-button,
#document-navigation .popover-content .popover-menu li a.remove-folder-button {
  color: #cb5757;
}
#document-navigation .popover-content .popover-menu li a .fa,
#document-navigation .popover-content .popover-menu li a .far {
  margin-right: 4px;
}
@media screen and (max-width: 1023px) {
  #document-navigation {
    padding-left: 0;
    padding-right: 0;
  }
  #document-navigation .document-head-options {
    margin-left: 0;
    margin-right: 0;
  }
  #document-navigation .breadcrumbs-bloc {
    margin-bottom: 10px;
  }
}
#document-navigation #wo-breadcrumbs {
  height: 58px;
}
.more-wrapper.closed {
  display: none;
}
@media screen and (max-width: 1023px) {
  #new-file-modal .form-group,
  #create-folder-modal .form-group,
  #remove-file-modal .form-group {
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 768px) {
  #new-file-modal .modal-footer a,
  #create-folder-modal .modal-footer a,
  #remove-file-modal .modal-footer a,
  #new-file-modal .modal-footer button,
  #create-folder-modal .modal-footer button,
  #remove-file-modal .modal-footer button {
    display: block;
    width: 100%;
    margin: 0;
  }
}
p.red {
  color: #DF000F;
}
#create-new-file-form textarea,
#create-several-new-files-form textarea {
  height: 100px;
}
#create-new-file-form .alert label.error,
#create-several-new-files-form .alert label.error {
  display: block;
  margin-bottom: 0px;
  font-weight: normal;
}
.tab-default tr.file-line {
  cursor: auto;
}
.tab-default tr.file-line a {
  cursor: pointer;
}
#document-navigation .patrimony-tab-block {
  height: 100%;
}
.tree-navigation .author-cell,
.tree-navigation .type-cell,
.tree-navigation .subtype-cell,
.tree-navigation .size-cell,
.tree-navigation .mod-date-cell {
  text-align: center;
}
.tab-default tbody > tr > td.folder-xs,
.tab-default tbody > tr > td.file-xs {
  overflow: inherit;
}
.tab-default tbody > tr > td.folder-xs .folder-content,
.tab-default tbody > tr > td.file-xs .folder-content,
.tab-default tbody > tr > td.folder-xs .file-content,
.tab-default tbody > tr > td.file-xs .file-content {
  position: relative;
  padding-top: 8px;
  padding-bottom: 8px;
}
.tab-default tbody > tr > td.folder-xs .folder-content .file-name,
.tab-default tbody > tr > td.file-xs .folder-content .file-name,
.tab-default tbody > tr > td.folder-xs .file-content .file-name,
.tab-default tbody > tr > td.file-xs .file-content .file-name,
.tab-default tbody > tr > td.folder-xs .folder-content .filename,
.tab-default tbody > tr > td.file-xs .folder-content .filename,
.tab-default tbody > tr > td.folder-xs .file-content .filename,
.tab-default tbody > tr > td.file-xs .file-content .filename {
  overflow: hidden;
}
.tab-default tbody > tr > td.folder-xs .folder-content .title,
.tab-default tbody > tr > td.file-xs .folder-content .title,
.tab-default tbody > tr > td.folder-xs .file-content .title,
.tab-default tbody > tr > td.file-xs .file-content .title {
  font-weight: bold;
}
span.tab-default tbody > tr > td.folder-xs .folder-content .title,
span.tab-default tbody > tr > td.file-xs .folder-content .title,
span.tab-default tbody > tr > td.folder-xs .file-content .title,
span.tab-default tbody > tr > td.file-xs .file-content .title {
  font-size: 15px;
}
.tab-default tbody > tr > td.folder-xs .folder-content .title a,
.tab-default tbody > tr > td.file-xs .folder-content .title a,
.tab-default tbody > tr > td.folder-xs .file-content .title a,
.tab-default tbody > tr > td.file-xs .file-content .title a {
  color: #6b798e;
}
.tab-default tbody > tr > td.folder-xs .folder-content ul.metadata,
.tab-default tbody > tr > td.file-xs .folder-content ul.metadata,
.tab-default tbody > tr > td.folder-xs .file-content ul.metadata,
.tab-default tbody > tr > td.file-xs .file-content ul.metadata {
  list-style: none;
  padding-left: 0px;
  margin-top: 10px;
}
.tab-default tbody > tr > td.folder-xs .folder-content ul.metadata li,
.tab-default tbody > tr > td.file-xs .folder-content ul.metadata li,
.tab-default tbody > tr > td.folder-xs .file-content ul.metadata li,
.tab-default tbody > tr > td.file-xs .file-content ul.metadata li {
  font-size: 12px;
}
.show-more-file,
.show-less-file {
  margin-bottom: 10px;
  display: block;
}
.file-line .fa-lock,
.folder-line .fa-lock {
  top: 10px;
}
.file-line.selected-line {
  border-top: 2px solid #528bde;
  border-bottom: 2px solid #528bde;
}
.search-input.ged {
  position: absolute;
  right: 0;
  width: auto;
}
.ged-form-search.container-fluid {
  padding: 0;
}
.ged-form-search.container-fluid #filter-selected-div {
  padding-top: 0 !important;
}
.ged-form-search.container {
  padding: 0;
  width: 100%;
}
.ged-list.info-box-wrapper {
  margin: 20px 0 0;
  padding: 20px;
}
.notification_agenda_link {
  float: right;
  cursor: pointer;
  margin-bottom: 10px;
}
.tokenfield {
  margin-top: 20px;
}
.rm-temp-file {
  cursor: pointer;
}
@font-face {
  font-family: 'MeteoconsRegular';
  src: url(/build/fonts/meteocons-webfont.37b24e4d.eot);
  src: url(/build/fonts/meteocons-webfont.37b24e4d.eot?#iefix) format('embedded-opentype'), url(/build/fonts/meteocons-webfont.c962ab8a.woff) format('woff'), url(/build/fonts/meteocons-webfont.6d39adaa.ttf) format('truetype'), url(/build/images/meteocons-webfont.2a339081.svg#MeteoconsRegular) format('svg');
  font-weight: normal;
  font-style: normal;
}
.small_version {
  position: absolute;
  right: 5px;
  padding-top: 5px;
}
.small_version button {
  font-size: 20px;
  width: 37px;
}
@media screen {
  .btn-display-map,
  .btn-display-content {
    min-width: 116px;
    width: initial;
  }
}
.togglable {
  display: none;
}
.map-container {
  margin: 20px auto;
}
.automaton-map {
  position: relative;
  margin: 20px auto;
  height: 600px;
  width: 600px;
  max-width: 90%;
}
.automaton-map #map {
  height: 100%;
}
.automaton-map #map .map-legend-container {
  right: -235px;
}
@media (max-width: 1023px) {
  .automaton-map.togglable {
    height: 100%;
  }
}
.automaton-data {
  display: none;
}
.table-details td.table-details-label {
  min-width: 0;
}
#evolution-chart {
  height: 300px;
}
#scheduling-chart {
  height: 100px;
}
.chart .null {
  display: none;
}
.chart path.nv-line {
  stroke-width: 2.5px;
}
.chart .nv-series-1 .nv-point {
  stroke-opacity: initial;
  fill-opacity: initial;
}
.chart .nv-y1 g {
  fill: #199ED7;
}
.chart .nv-y1 path {
  stroke: #199ED7;
}
.chart .nv-y2 g {
  fill: #72AC4D;
}
.chart .nv-y2 path {
  stroke: #72AC4D;
}
.chart .nvd3 .nv-legend .nv-series {
  cursor: default;
}
.information-panel {
  display: inline-block;
  border: 1px solid #aaaaaa;
  padding: 10px;
  background-color: white;
  text-align: center;
  width: 31%;
  margin-right: 2%;
}
.information-panel:last-of-type {
  margin-right: 0;
}
@media (max-width: 767px) {
  .information-panel {
    width: 100%;
    margin-right: 0;
  }
}
.main-information {
  display: inline-block;
  margin-bottom: 5px;
}
.main-information > div {
  display: table-cell;
  vertical-align: middle;
  padding: 0 5px;
}
.main-information > .value {
  font-size: 36px;
  height: 60px;
}
i.weather {
  font-family: 'MeteoconsRegular';
  font-style: normal;
}
i.weather.sun:before {
  content: 'B';
}
i.weather.rain:before {
  content: 'R';
}
.humidity.value {
  color: #72AC4D;
}
.water-consumption.value {
  color: #199ED7;
}
.secondary-information {
  font-size: 12px;
}
.config-panel {
  border: 1px solid;
  margin: 20px auto;
  padding: 20px;
}
.config-row {
  margin-bottom: 20px;
}
.config-row.header {
  font-weight: bold;
}
.config-row:last-child {
  margin-bottom: 0;
}
.config-row .bootstrap-time {
  text-align: right;
}
.config-row .bootstrap-time select {
  display: inline-block;
  width: auto;
}
.config-row.time-config > div:last-of-type {
  padding-left: 0;
}
.config-row > * {
  display: inline-block;
  float: none;
  vertical-align: middle;
  padding: 0 10px;
}
.config-row > *:first-child {
  padding-right: 0;
}
.config-row > div.input-group {
  padding: 0 10px;
  display: inline-table;
}
.theoretical-consumption-input {
  display: none;
}
@media (max-width: 480px) {
  .form-control,
  .input-group-addon {
    padding: 6px 5px;
  }
  .config-row > *,
  .config-row div.input-group {
    padding: 0 5px;
  }
  .config-panels > * {
    padding-right: 0;
  }
}
.greenspaces img.stop {
  height: 25px;
}
.greenspaces .table {
  table-layout: fixed;
}
.greenspaces .table > tbody > tr > td,
.greenspaces .table > thead > tr > th {
  vertical-align: middle;
}
.greenspaces td.alert {
  color: red;
  font-weight: bold;
  border-bottom: none;
}
.greenspaces .sub-header {
  margin-bottom: 20px;
}
@media (min-width: 1023px) {
  .greenspaces .sub-header {
    min-height: 50px;
  }
}
.greenspaces .date {
  display: inline-block;
}
.greenspaces .tab-default thead > tr > th {
  padding-top: 5px;
  padding-bottom: 5px;
  white-space: normal;
  overflow: hidden;
  text-overflow: ellipsis;
}
.greenspaces .tab-default thead > tr > th :hover {
  color: initial;
  border-color: initial;
}
.greenspaces .tab-default {
  margin-top: 20px;
}
.greenspaces .tab-default thead > tr > th:hover {
  color: initial;
  border-color: #d0dce5 !important;
}
.greenspaces .tab-default tr {
  cursor: auto;
}
.greenspaces .table-striped > tbody > tr.water-consumption:nth-child(odd) td {
  background-color: #dbf1fb;
}
.greenspaces .table-striped > tbody > tr.water-consumption:nth-child(even) td {
  background-color: #e8f6fc;
}
.greenspaces #more-results {
  margin-bottom: 20px;
}
.greenspaces .export-btn {
  margin-top: 15px;
}
.greenspaces #chartdiv {
  position: relative;
  width: 100%;
  height: 30em;
}
.greenspaces .ajax-loader {
  background-image: url(/build/images/loader.3ce7735e.gif);
  background-repeat: no-repeat;
  position: absolute;
  left: 50%;
  width: 32px;
  height: 32px;
  margin: 15% auto 0;
}
.config-panel {
  border: none;
  margin: 15px auto;
  padding: 0;
}
.config-panel .config-row {
  height: auto;
  padding: 0;
  margin: 0;
}
.config-panel .node-switch.active span {
  font-weight: bold;
}
.config-panel .chart-line {
  margin-right: 8px;
  color: #D7D8DF;
  font-size: 1.6rem;
}
.btn-compare {
  clear: both;
  float: right;
  margin: 10px 0;
}
body.admin .admin-list .mobile-row-header {
  font-weight: bold;
}
body.admin .modal-search-input {
  margin-bottom: 20px;
}
body.admin .modal-search-input > .ui-autocomplete {
  display: none !important;
}
body.admin .modal-search-input > .fa-spin.btn-input-autocomplete {
  top: 10px;
}
body.admin .modal-search-input > .fa-search.btn-input-autocomplete {
  position: absolute;
  z-index: 1;
  display: inline-block;
  right: 29px;
  top: 18px;
}
body.admin .search-list {
  padding-left: 0;
}
body.admin .search-list ul {
  list-style-type: none;
  padding-left: 0;
  border-top: 2px solid #E0E0E0;
}
body.admin .search-list ul li {
  line-height: 40px;
  height: 40px;
  padding-left: 20px;
  border-color: gray;
  border-top: 1px solid #E0E0E0;
}
body.admin .search-list ul li:nth-child(odd) {
  background-color: #f3f4f5;
}
body.admin .search-list ul li label {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
}
body.admin .search-list ul li label:hover {
  cursor: pointer;
}
body.admin .search-list .selected-row {
  border-top: 1px solid #00b3ee;
  border-bottom: 1px solid #00b3ee;
}
body.admin button.btn.form-control.search-addon-button {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  width: 48px;
}
body.admin .eservice-contract-configuration-actions a {
  color: #6b798e;
}
body.admin #contract-list-form .control-label {
  font-weight: 100;
  margin-left: 5px;
  color: #6b798e;
  max-width: 89%;
}
body.admin #user-filter-div .input-loader-wrapper {
  position: relative;
}
body.admin .sub-panel button.eservice-all {
  color: #fff;
  background-color: #528bde;
  border-color: #528bde;
  width: initial;
}
body.admin .sub-panel button.eservice-all.alert-success {
  background-color: #dff0d8;
  border-color: #d6e9c6;
  color: #3c763d;
}
body.admin .sub-panel button.eservice-all.alert-danger {
  background-color: #f2dede;
  border-color: #ebccd1;
  color: #df000f;
}
body.admin .sub-panel #internal-user-contract-buttons {
  height: 65px;
}
body.admin .sub-panel #internal-user-contract-buttons button {
  width: auto;
}
body.admin p.red {
  color: #df000f;
}
body.admin .checkbox-hidden input[type=checkbox] {
  display: none;
}
body.admin ul.eservice-list {
  display: none;
}
body.admin ul.contract-eservices li.our-documents-service {
  margin-left: 20px;
}
body.admin .single-family-section {
  margin-bottom: 5px;
}
body.admin .single-family-section .show-configuration-button {
  display: inline-block;
  color: #528bde;
  margin-left: 10px;
  font-size: 16px;
}
body.admin .single-family-section label.chkFamily {
  font-weight: bold;
  text-transform: capitalize;
}
body.admin .single-family-section .eservice-item {
  margin-left: 20px;
}
body.admin .single-family-section .eservice-item .form-group {
  margin-bottom: 2px;
}
body.admin .single-family-section .eservice-item label {
  position: relative;
  top: -2px;
  font-weight: normal;
  left: 5px;
}
body.admin .single-family-section .eservice-item .configuration-eservices {
  margin-left: 20px;
}
body.admin .single-family-section .eservice-item .configuration-eservices.close {
  display: none;
}
body.admin .single-family-section .eservice-item .configuration-eservices label {
  left: 0;
}
body.admin .single-family-section .eservice-item .configuration-eservices .configuration-name.checkbox-invisible input[type=checkbox] {
  visibility: hidden;
}
body.admin .single-family-section .eservice-item .configuration-eservices .configuration-name input[type="checkbox"] {
  margin-top: 0;
}
body.admin .toggle-link-eservices {
  cursor: pointer;
  padding-left: 20px;
}
body.admin .row-renew-contract-button {
  margin: 0px 0px 15px 0px;
}
body.admin #renew-contract-modal .modal-search-input {
  position: relative;
}
body.admin #renew-contract-modal .modal-search-input .btn-input-autocomplete {
  right: 20px;
}
body.admin #renew_contract_eservices_list_modal {
  overflow: scroll;
}
body.admin .btn-contract-search-setting {
  cursor: pointer;
}
body.admin #internal-user-contract-buttons button.save-user-contract.alert-success {
  background-color: #dff0d8 !important;
  border-color: #d6e9c6;
  color: #3c763d;
  font-weight: normal;
}
body.admin .padding-left-md {
  padding-left: 20px !important;
}
#repayments-body {
  background-color: #FFFFFF;
  padding: 20px;
  -moz-box-shadow: 0 1px 5px -2px #656565;
  -webkit-box-shadow: 0 1px 5px -2px #656565;
  -o-box-shadow: 0 1px 5px -2px #656565;
  box-shadow: 0 1px 5px -2px #656565;
  filter: progid:DXImageTransform.Microsoft.Shadow(color=#656565, Direction=180, Strength=5);
}
#repayments-body .word-spacer {
  border-top: 1px solid #D7D8DF;
  margin: 20px 30px;
}
#repayments-body .word-spacer span {
  position: relative;
  top: -10px;
  padding: 0 30px;
  font-weight: bold;
  text-transform: uppercase;
  background-color: white;
  margin: 0 auto;
  text-align: center;
  width: 140px;
  color: #030F40;
  right: auto;
  display: block;
}
.fold-table {
  width: 100%;
}
.fold-table th {
  text-align: left;
  border-bottom: 1px solid #ccc;
}
.fold-table th,
.fold-table td {
  padding: 0.4em;
}
.fold-table > tbody > tr.view td,
.fold-table > tbody > tr.view th {
  cursor: pointer;
}
.fold-table > tbody > tr.view td:last-child,
.fold-table > tbody > tr.view th:last-child {
  position: relative;
  padding-left: 20px;
}
.fold-table > tbody > tr.view:nth-child(4n-1) {
  background: #eee;
}
.fold-table > tbody > tr.view:hover {
  background: #e6e6e6;
}
.fold-table > tbody > tr.view.open {
  background: #e6e6e6;
}
.fold-table > tbody > tr.view.open td:last-child:before,
.fold-table > tbody > tr.view.open th:last-child:before {
  transform: rotate(-180deg);
  color: #333;
}
.fold-table > tbody > tr.fold {
  display: none;
}
.fold-table > tbody > tr.fold.open {
  display: table-row;
}
.fold-table .arrow {
  font-size: 18px;
}
.fold-content {
  padding: 0.5em;
}
.fold-content ul {
  list-style-type: none;
}
.fold-content li {
  margin-bottom: 6px;
}
.fold-content .fa-file-alt {
  margin-right: 6px;
  font-size: 20px;
  color: #878787;
}
.content-container h2 {
  font-size: 22px;
}
.loading-map-box {
  padding: 30% 0;
  height: 700px;
  display: block;
  background-color: #FBFDFF;
  position: absolute;
  z-index: 10000;
  opacity: 0.8;
  width: 100%;
}
@media (max-width: 480px) {
  .loading-map-box {
    padding: 50px 0;
    height: 100%;
  }
}
.loading-request-box,
.loading-map-box {
  font-size: 14px;
  color: #528bde;
  font-style: italic;
}
.loading-request-box i,
.loading-map-box i {
  font-size: 31px;
}
.loading-request-box span,
.loading-map-box span {
  position: relative;
  top: -5px;
  margin-left: 9px;
}
.xdebug-var-dump {
  z-index: 100;
  position: relative;
  width: 100%;
}
#all_onglets .onglet {
  display: none;
}
@media (max-width: 480px) {
  #all_onglets .onglet {
    overflow: hidden;
  }
}
#all_onglets .index.onglet {
  display: block;
  height: 100%;
}
@media (max-width: 767px) {
  .hidden-xxs {
    display: none !important;
  }
}
.not-allowed:hover {
  cursor: not-allowed;
}
.main-box .details-comment:hover {
  cursor: pointer;
}
.main-box .external-tools-comment {
  display: none;
}
*[data-href]:hover {
  cursor: pointer;
}
.position_1 {
  padding-left: 5rem;
}
.position_2 {
  padding-left: 10rem;
}
.position_3 {
  padding-left: 15rem;
}
.emphasized {
  font-weight: bold;
  text-transform: capitalize;
}
@font-face {
  font-family: 'Glyphicons Halflings';
  src: url(/build/fonts/glyphicons-halflings-regular.2810d2a4.eot);
  src: url(/build/fonts/glyphicons-halflings-regular.2810d2a4.eot?#iefix) format('embedded-opentype'), url(/build/fonts/glyphicons-halflings-regular.e3cab037.woff) format('woff'), url(/build/fonts/glyphicons-halflings-regular.b7c24301.ttf) format('truetype'), url(/build/images/glyphicons-halflings-regular.864c2bdf.svg#glyphicons-halflingsregular) format('svg');
}
/**
 * Bootstrap Multiselect (https://github.com/davidstutz/bootstrap-multiselect)
 *
 * Apache License, Version 2.0:
 * Copyright (c) 2012 - 2015 David Stutz
 *
 * Licensed under the Apache License, Version 2.0 (the "License"); you may not
 * use this file except in compliance with the License. You may obtain a
 * copy of the License at http://www.apache.org/licenses/LICENSE-2.0
 *
 * Unless required by applicable law or agreed to in writing, software
 * distributed under the License is distributed on an "AS IS" BASIS, WITHOUT
 * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the
 * License for the specific language governing permissions and limitations
 * under the License.
 *
 * BSD 3-Clause License:
 * Copyright (c) 2012 - 2015 David Stutz
 * All rights reserved.
 *
 * Redistribution and use in source and binary forms, with or without
 * modification, are permitted provided that the following conditions are met:
 *    - Redistributions of source code must retain the above copyright notice,
 *      this list of conditions and the following disclaimer.
 *    - Redistributions in binary form must reproduce the above copyright notice,
 *      this list of conditions and the following disclaimer in the documentation
 *      and/or other materials provided with the distribution.
 *    - Neither the name of David Stutz nor the names of its contributors may be
 *      used to endorse or promote products derived from this software without
 *      specific prior written permission.
 *
 * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS"
 * AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO,
 * THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
 * PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR
 * CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL,
 * EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO,
 * PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS;
 * OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY,
 * WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR
 * OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF
 * ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
 */
span.multiselect-native-select {
  position: relative;
}
span.multiselect-native-select select {
  border: 0 !important;
  clip: rect(0 0 0 0) !important;
  height: 1px !important;
  margin: -1px -1px -1px -3px !important;
  overflow: hidden !important;
  padding: 0 !important;
  position: absolute !important;
  width: 1px !important;
  left: 50%;
  top: 30px;
}
.multiselect-container {
  position: absolute;
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.multiselect-container .input-group {
  margin: 5px;
}
.multiselect-container > li {
  padding: 0;
}
.multiselect-container > li > a.multiselect-all label {
  font-weight: bold;
}
.multiselect-container > li.multiselect-group label {
  margin: 0;
  padding: 3px 20px 3px 20px;
  height: 100%;
  font-weight: bold;
}
.multiselect-container > li.multiselect-group-clickable label {
  cursor: pointer;
}
.multiselect-container > li > a {
  padding: 0;
}
.multiselect-container > li > a > label {
  margin: 0;
  height: 100%;
  cursor: pointer;
  font-weight: normal;
  padding: 3px 20px 3px 40px;
}
.multiselect-container > li > a > label.radio,
.multiselect-container > li > a > label.checkbox {
  margin: 0;
}
.multiselect-container > li > a > label > input[type="checkbox"] {
  margin-bottom: 5px;
}
.btn-group > .btn-group:nth-child(2) > .multiselect.btn {
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}
.form-inline .multiselect-container label.checkbox,
.form-inline .multiselect-container label.radio {
  padding: 3px 20px 3px 40px;
}
.form-inline .multiselect-container li a label.checkbox input[type="checkbox"],
.form-inline .multiselect-container li a label.radio input[type="radio"] {
  margin-left: -20px;
  margin-right: 0;
}
.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;
  }
}
.w-10 {
  width: 10% !important;
}
.w-15 {
  width: 15% !important;
}
.w-20 {
  width: 20% !important;
}
.w-25 {
  width: 25% !important;
}
.w-50 {
  width: 50% !important;
}
.w-75 {
  width: 75% !important;
}
.w-100 {
  width: 100% !important;
}
.w-auto {
  width: auto !important;
}
.h-25 {
  height: 25% !important;
}
.h-50 {
  height: 50% !important;
}
.h-75 {
  height: 75% !important;
}
.h-100 {
  height: 100% !important;
}
.h-auto {
  height: auto !important;
}
.mw-100 {
  max-width: 100% !important;
}
.mh-100 {
  max-height: 100% !important;
}
.min-vw-100 {
  min-width: 100vw !important;
}
.min-vh-100 {
  min-height: 100vh !important;
}
.vw-100 {
  width: 100vw !important;
}
.vh-100 {
  height: 100vh !important;
}
.bd-callout {
  padding: 1.6rem;
  border-left: 1px solid;
  border-left-width: 0.4rem;
  margin-left: 0;
}
.bd-callout-danger {
  border-color: #DF001B;
}
.bd-callout-warning {
  border-color: #FF8D00;
}
.bd-callout-success {
  border-color: #4dd307;
}
.bd-callout-secondary {
  border-color: #D7D8DF;
}
.bd-callout-danger--clear {
  border-color: rgba(223, 0, 27, 0.3);
}
.bd-callout-warning--clear {
  border-color: rgba(255, 141, 0, 0.3);
}
.bd-callout-success--clear {
  border-color: rgba(77, 211, 7, 0.3);
}
.bd-callout-secondary--clear {
  border-color: rgba(215, 216, 223, 0.3);
}
.no-padding {
  padding: 0 !important;
}
.status-puce span {
  display: inline-block;
  width: 1em;
}
.status-puce span.danger {
  color: #DF001B;
}
.status-puce span.warning {
  color: #FF8D00;
}
.status-puce span.success {
  color: #4dd307;
}
.status-puce span.secondary {
  color: #D7D8DF;
}
.pl-1 {
  padding-left: 15px;
}
:root {
  --alert-height: 0px;
  --header-height: 70px;
  --patrimony-head-options-height: 55px;
  --request-paginator-height: 112px;
}
.tsms #tarteaucitronRoot div.tarteaucitronIconBottomRight {
  margin-right: 20px;
}
html {
  font-family: DINPro-Regular, Arial;
  font-size: 62.5%;
}
body {
  background-color: #F0F1F6;
  font-family: DINPro-Regular, Arial;
  font-size: 1.4rem;
  color: #404888;
  overflow: hidden;
}
div,
p,
span,
a,
button,
input {
  font-family: DINPro-Regular, Arial;
}
#global_page {
  float: none;
  position: relative;
  height: 100%;
  min-height: inherit;
  min-width: auto;
  border: 0;
}
@media screen and (min-aspect-ratio: 4/3) {
  #global_page:before {
    background-size: 100%;
    background-position: left bottom;
  }
}
@media screen and (min-aspect-ratio: 4/3) and (max-aspect-ratio: 4/3) {
  #global_page:before {
    background-size: 100% !important;
    background-position: center top !important;
  }
}
@media screen and (max-aspect-ratio: 4/3) {
  #global_page:before {
    background-position: center;
    background-size: auto 100%;
  }
}
#global_page .globalContainer {
  height: calc(100% - 70px - var(--alert-height ));
  min-height: calc(100% - 70px - var(--alert-height ));
  position: relative;
}
.container-inner {
  margin-top: 15px;
  margin-bottom: 15px;
}
.max-width-container {
  max-width: 1200px;
  margin: 0 auto !important;
  height: 100%;
  position: relative;
}
#body {
  position: relative;
  height: 100%;
  overflow-x: hidden;
}
#body.container-fluid.no-gutter {
  padding-left: 0;
  padding-right: 0;
}
#body .introduction {
  color: #030F40;
  margin-top: 30px;
  margin-bottom: 30px;
}
.fullwidth {
  max-width: 100%;
}
#all_onglets .top-search-buttons {
  text-align: right;
  min-height: 70px;
}
.tsms-green-button {
  border-radius: 0;
  background-color: #aadc14;
  margin-bottom: 10px;
  color: #030F40;
}
.tsms-green-button:hover {
  background-color: #bff129;
}
@media \0screen\,screen\9, \screen\0  {
  .warning-banner-ie {
    display: block\9 !important;
  }
}
#header {
  z-index: 10;
  height: 70px;
  background: #ffffff;
  position: relative;
  -moz-box-shadow: 0 2px 7px 0 rgba(0, 0, 0, 0.09);
  -webkit-box-shadow: 0 2px 7px 0 rgba(0, 0, 0, 0.09);
  -o-box-shadow: 0 2px 7px 0 rgba(0, 0, 0, 0.09);
  box-shadow: 0 2px 7px 0 rgba(0, 0, 0, 0.09);
  filter: progid:DXImageTransform.Microsoft.Shadow(color=#656565, Direction=180, Strength=10);
}
#header a {
  text-decoration: none;
}
#header .main-title {
  display: table;
  height: 70px;
}
#header .main-title .backlink {
  display: table-cell;
  vertical-align: middle;
  padding-right: 10px;
}
#header .main-title .backlink .fa {
  vertical-align: middle;
  color: #aadc14;
}
#header .main-title .title-text {
  margin: 0;
  display: table-cell;
  vertical-align: middle;
  color: #404888;
  font-size: 2rem;
  font-weight: bold;
  letter-spacing: 1px;
}
#header .dropdown-menu.dropdown-menu-right:after,
#header .dropdown-menu.dropdown-menu-right:before {
  right: 25px;
  left: auto;
}
#header .burger-menu {
  display: inline-block;
  margin-top: 20px;
  color: #aadc14;
  cursor: pointer;
}
#header .burger-menu:hover {
  color: #bff129;
}
#header .main-logo {
  margin: 15px;
}
.header-blocks {
  float: right;
}
.header-blocks .block {
  float: left;
  height: 70px;
  border-left: 1px solid #D7D8DF;
}
.header-blocks .block:first-child {
  border-left: 0;
}
.header-blocks .block-link {
  display: inline-block;
  width: 70px;
  height: 70px;
  text-align: center;
  color: #404888;
  text-decoration: none;
  border: none;
  background: none;
  outline-style: none;
}
.contractManager {
  width: 210px;
  height: 40px;
  margin: 15px 20px;
}
.profileManager .profile-link {
  padding: 8px;
}
.profileManager .profile-link.block-link {
  width: 125px;
}
.profileManager .profile-link .user-avatar {
  width: 50px;
  height: 50px;
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  border-radius: 25px;
}
.profileManager .profile-link .fa-caret-down {
  width: 20px;
  color: #aadc14;
  font-size: 1.8rem;
  border-right: 15px;
  text-align: center;
}
.profileManager .profile-link:hover .fa-caret-down {
  color: #bff129;
}
.applicationsManager .applications,
.modalApplicationsManager .applications {
  padding: 25px;
}
.applicationsManager .applications .icon,
.modalApplicationsManager .applications .icon {
  width: 20px;
  height: 20px;
  fill: #404888;
}
.applicationsManager .applications:hover .icon,
.modalApplicationsManager .applications:hover .icon {
  fill: #aadc14;
}
.applicationsManager .block-scroll-list,
.modalApplicationsManager .block-scroll-list {
  min-height: 180px;
  width: 100%;
}
.applicationsManager .nav-pills,
.modalApplicationsManager .nav-pills {
  margin: 0;
}
.applicationsManager .nav-pills > li,
.modalApplicationsManager .nav-pills > li {
  width: 50%;
  margin-right: 0;
}
.applicationsManager .nav-pills > li a,
.modalApplicationsManager .nav-pills > li a {
  height: 46px;
  line-height: 46px;
  padding: 0;
}
.applicationsManager.open .dropdown-menu,
.modalApplicationsManager.open .dropdown-menu {
  overflow: hidden;
}
.applicationsManager .detail-box,
.modalApplicationsManager .detail-box {
  text-align: left;
}
.applicationsManager .detail-box .header,
.modalApplicationsManager .detail-box .header {
  text-transform: uppercase;
  position: relative;
}
.applicationsManager .detail-box .header strong,
.modalApplicationsManager .detail-box .header strong {
  padding-left: 30px;
}
.applicationsManager .detail-box .header .green-exclam-picto,
.modalApplicationsManager .detail-box .header .green-exclam-picto {
  bottom: auto;
  left: auto;
}
.applicationsManager .detail-box .header .icon,
.modalApplicationsManager .detail-box .header .icon {
  position: absolute;
  opacity: 1;
  top: 2px;
  right: 2px;
  fill: #aadc14;
}
.applicationsManager .detail-box .header .icon:hover,
.modalApplicationsManager .detail-box .header .icon:hover {
  cursor: pointer;
}
.applicationsManager .detail-box p,
.modalApplicationsManager .detail-box p {
  font-size: 1.2rem;
}
.applicationsManager .detail-box.open,
.modalApplicationsManager .detail-box.open {
  bottom: 0;
}
.notificationsManager .event-loader {
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 30;
  display: none;
  background: rgba(0, 0, 0, 0.5) url(/build/images/loader.3ce7735e.gif) no-repeat 50% 50%;
}
.notificationsManager .notifications {
  padding: 20px;
}
.notificationsManager .notifications .icon-container {
  position: relative;
  top: -5px;
}
.notificationsManager .notifications .icon-container .icon {
  font-size: 2rem;
  line-height: 30px;
}
.notificationsManager .notifications .icon-container .count {
  position: absolute;
  right: -5px;
  top: 0;
  padding: 1px 4px;
  font-size: 0.8rem;
  font-weight: bold;
  color: #FFFFFF;
  background: #DF001B;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
}
.notificationsManager .notifications:hover .icon-container .icon {
  color: #aadc14;
}
.notificationsManager .block-scroll-list {
  height: 470px;
  width: 385px;
  box-shadow: 0 0 24px 0 rgba(0, 0, 0, 0.1), 0 24px 24px 0 rgba(0, 0, 0, 0.11);
  position: relative;
  padding-top: 30px;
}
.notificationsManager .block-scroll-list.empty {
  height: 250px;
  padding: 10px;
}
.notificationsManager .block-scroll-list .event-date {
  text-transform: uppercase;
  padding: 10px 21px;
  font-size: 15px;
  font-weight: bold;
  color: #404888;
  height: auto;
  background: #FFFFFF;
}
.notificationsManager .block-scroll-list .event-content-block {
  position: static;
  top: 0;
  right: 0;
  padding: 10px 40px 0 21px;
  height: auto;
}
.notificationsManager .block-scroll-list .event-content-block,
.notificationsManager .block-scroll-list .event-date {
  border: none;
  border-bottom: 1px solid #D7D8DF;
  position: static;
}
.notificationsManager .block-scroll-list .event-title,
.notificationsManager .block-scroll-list .event-description,
.notificationsManager .block-scroll-list .event-subinfo,
.notificationsManager .block-scroll-list .event-block {
  margin: 0;
  height: auto;
}
.notificationsManager .block-scroll-list .event-title {
  color: #030F40;
  margin-bottom: 10px;
}
.notificationsManager .block-scroll-list .event-subinfo {
  color: #8B8A8A;
  margin-bottom: 10px;
  position: static;
}
.notificationsManager .block-scroll-list .event-block {
  position: static;
  height: auto;
}
.notificationsManager .block-scroll-list .event-block a {
  position: relative;
}
.notificationsManager .block-scroll-list .event-block a .icon {
  fill: #aadc14;
  position: absolute;
  top: 40%;
  width: 20px;
  height: 20px;
  right: 5px;
}
.notificationsManager .block-scroll-list .event-description {
  max-height: 65px;
  color: #030F40;
  overflow: hidden;
  margin-bottom: 5px;
}
.notificationsManager .block-scroll-list .event-counter {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  font-weight: bold;
  text-align: center;
  font-size: 14px;
  margin: 10px 0;
  text-transform: uppercase;
  color: #030F40;
  z-index: 60;
  background-color: #FFFFFF;
}
.helpDeskManager .help-desk {
  padding: 20px;
}
.helpDeskManager .help-desk .icon-help {
  width: 30px;
  height: 30px;
  fill: #404888;
}
.helpDeskManager .help-desk.block-link:hover .icon-help,
.helpDeskManager .help-desk.block-link:focus .icon-help {
  fill: #aadc14;
}
h2 {
  margin-bottom: 25px;
  font-size: 1.4rem;
  color: #030F40;
  font-weight: bold;
  letter-spacing: 1px;
  text-transform: uppercase;
}
a {
  text-decoration: none;
  color: #030F40;
}
a .fa,
a .far,
a .icon {
  color: #aadc14;
  fill: #aadc14;
}
a:hover {
  color: #404888;
}
a:hover .fa,
a:hover .far,
a:hover .icon {
  color: #bff129;
  fill: #bff129;
}
.main-box {
  margin: 15px auto;
  padding: 15px;
  background-color: #FFFFFF;
  -moz-box-shadow: 0 1px 5px -2px #656565;
  -webkit-box-shadow: 0 1px 5px -2px #656565;
  -o-box-shadow: 0 1px 5px -2px #656565;
  box-shadow: 0 1px 5px -2px #656565;
  filter: progid:DXImageTransform.Microsoft.Shadow(color=#656565, Direction=180, Strength=5);
}
.main-box h2 {
  font-size: 1.6rem;
}
.panel-head {
  margin-bottom: 20px;
}
.panel-head h2 {
  margin: 0;
  font-size: 1.4rem;
  line-height: 21px;
  letter-spacing: 1.1px;
}
.panel-head h2 .count {
  color: #404888;
}
.panel-head .subtitle {
  margin: 0;
  font-size: 1.1rem;
  line-height: 14px;
  color: #867C97;
}
.alert {
  margin-bottom: 15px;
}
#alerts {
  position: relative;
  height: 50px;
  background-color: #404888;
  color: #FFFFFF;
}
#alerts .messages {
  height: 50px;
  padding-top: 10px;
  overflow: hidden;
  overflow-y: auto;
}
#alerts .messages .list-simple li {
  margin-bottom: 2px;
}
#alerts .close {
  padding: 12px 0;
  text-align: right;
  opacity: 1;
}
#alerts .close .close-text {
  font-weight: normal;
  color: #FFFFFF;
  font-size: 1.4rem;
  text-shadow: none;
}
#alerts .close .icon {
  width: 25px;
  height: 25px;
  margin: 0;
  fill: #aadc14;
}
#alerts:not(.hidden) + #global_page {
  height: calc(100% - 50px);
}
.pagination {
  margin: 0;
}
.pagination .page-item .page-index .index {
  color: #030F40;
  font-weight: bold;
}
.pagination > li > a,
.pagination > li > span {
  padding: 5px;
  font-size: 1.4rem;
  color: #404888;
  border: none;
}
.pagination > li > a:hover,
.pagination > li > span:hover,
.pagination > li > a:focus,
.pagination > li > span:focus {
  background: none;
}
.pagination > li > a .fa {
  line-height: 1.2rem;
  vertical-align: sub;
  color: #aadc14;
}
.pagination > li > a:hover {
  font-weight: bold;
}
.pagination > li > a:hover .fa {
  color: #bff129;
}
/* tabs buttons */
.nav-buttons .nav-item {
  float: left;
  outline: none;
}
.nav-buttons .nav-item a {
  display: inline-block;
  margin-right: 48px;
  padding: 6px 0;
  font-size: 1.6rem;
  letter-spacing: 1px;
  background-color: transparent;
  text-transform: uppercase;
  text-align: center;
  color: #030F40;
  font-weight: bold;
  border: none;
  border-bottom: solid 5px #F0F1F6;
  cursor: pointer;
  text-decoration: none;
  outline: none;
}
.nav-buttons .nav-item.active a {
  background: none;
  border: none;
  border-bottom: solid 5px #bff129;
}
.dropdown-menu {
  padding: 0;
  margin-top: 8px;
  border: none;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.27);
}
.dropdown-menu:after,
.dropdown-menu:before {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
  left: 50%;
  border-top-width: 0;
}
.dropdown-menu:before {
  content: "";
  border-width: 11px;
  top: -24px;
  margin-left: -11px;
  border-bottom-color: rgba(0, 0, 0, 0.09);
}
.dropdown-menu:after {
  content: "";
  border-width: 10px;
  top: -20px;
  margin-left: -10px;
  border-bottom-color: #FFFFFF;
}
.modalApplicationsManager .modal-dialog {
  width: 800px;
}
.modalApplicationsManager .modal-dialog .modal-header .modal-title {
  font-weight: bold;
  letter-spacing: 0.1em;
}
.modalApplicationsManager .modal-dialog .modal-header .close {
  position: absolute;
  right: 13px;
  top: 0;
  line-height: 50px;
  margin-top: 0;
}
.modalApplicationsManager .modal-dialog .modal-body {
  min-height: 350px;
}
.modalApplicationsManager .modal-dialog .modal-body .heading ul.nav-pills {
  border-bottom: solid 1px #F0F1F6;
}
.modalApplicationsManager .modal-dialog .modal-body .heading ul.nav-pills li {
  text-transform: uppercase;
}
.modalApplicationsManager .modal-dialog .modal-body .block-scroll-list {
  padding: 20px 18px 0;
}
.modalApplicationsManager .modal-dialog .modal-body .block-scroll-list .scroll-list.type-blocks {
  margin-top: 0;
}
.modalApplicationsManager .modal-dialog .modal-body .block-scroll-list .scroll-list.type-blocks a {
  padding: 10px;
  border-radius: 3px;
}
.modalApplicationsManager .modal-dialog .modal-footer {
  font-size: 1.4rem;
  max-height: 170px;
  visibility: hidden;
  position: absolute;
  width: 100%;
  bottom: 0;
}
.modalApplicationsManager .modal-dialog .modal-footer .detail-box .header .icon {
  float: right;
}
.modalApplicationsManager .modal-dialog .modal-footer.open {
  visibility: visible;
}
.modal .modal-dialog {
  margin-top: 0;
  margin-bottom: 0;
  height: 100vh;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.modal .modal-content {
  border: none;
  box-shadow: 0 4px 24px 0 rgba(0, 0, 0, 0.2);
}
.modal .modal-header {
  background-color: #030F40;
  box-shadow: 0 0 9px 0 rgba(0, 0, 0, 0.28);
}
.modal .modal-header .close {
  color: #aadc14;
  font-weight: bold;
  font-size: 1.4rem;
  text-shadow: none;
  opacity: 1;
}
.modal .modal-header .close .icon {
  margin: 2px 0;
  width: 20px;
  height: 20px;
  fill: #aadc14;
}
.modal .modal-header .modal-title {
  font-size: 1.4rem;
  font-weight: 500;
  text-align: center;
  text-transform: uppercase;
  color: #FFFFFF;
}
.modal .modal-header .modal-subtitle {
  color: #FFFFFF;
  margin: 10px 0 0;
  font-size: 1.3rem;
}
.modal .modal-body {
  max-height: calc(80vh - 129px);
  overflow: hidden;
  overflow-y: auto;
}
.modal .modal-body.no-padding {
  padding: 0;
}
.modal .modal-body .tab-content {
  overflow: auto;
  height: calc(100% - 46px);
}
.modal .modal-footer {
  padding: 10px 15px;
  border: 1px solid #F0F1F6;
  background-color: #FFFFFF;
}
.modal .nav-pills > li > a {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  text-decoration: none;
  color: #030F40;
}
.modal .nav-pills > li > a:hover,
.modal .nav-pills > li > a:focus {
  color: #030F40;
}
.modal .nav-pills > li.active > a {
  font-weight: bold;
  background-color: transparent;
  border-bottom: 4px solid #aadc14;
}
.modal .nav-pills > li + li {
  margin: 0;
}
.modal .nav-pills.sub-nav-pills {
  background-color: #F9F9F9;
}
.modal .nav-pills.sub-nav-pills > li.active a {
  background-color: #F9F9F9;
  border-bottom: 2px solid #D7D8DF;
}
.modal .nav-pills.sub-nav-pills > li > a {
  height: 36px;
  line-height: 30px;
}
.modal .nav > li > a {
  padding: 5px 0;
  color: #030F40;
  text-align: center;
  font-weight: normal;
}
.modal .nav > li > a:hover {
  background-color: transparent;
}
.modal-backdrop {
  background-color: #FFFFFF;
  z-index: 1040;
}
ul.classic-list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
ul.classic-list li a {
  display: block;
  height: 40px;
  padding: 8px 12px;
  color: #404888;
  font-size: 1.4rem;
}
ul.classic-list li a:hover {
  font-weight: bold;
  color: #FFFFFF;
  background-color: #404888;
}
.block-scroll-list {
  width: 300px;
  overflow-y: auto;
}
.block-scroll-list .heading {
  display: block;
  font-weight: bold;
  text-align: center;
  color: #030F40;
  border-bottom: 1px solid #F0F1F6;
}
.block-scroll-list .heading p.list-title {
  padding: 10px 0;
  margin: 0;
  font-size: 1.4rem;
  text-transform: uppercase;
  letter-spacing: 1px;
}
.block-scroll-list .heading.scroll-more,
.block-scroll-list .heading.scroll-less {
  padding: 10px 0;
  border: none;
  position: absolute;
  width: 100%;
  bottom: 0;
}
.block-scroll-list .heading.scroll-more:hover,
.block-scroll-list .heading.scroll-less:hover {
  color: #FFFFFF;
  background-color: #030F40;
}
.block-scroll-list .heading.scroll-more {
  border-top: 1px solid #F0F1F6;
}
.block-scroll-list .heading.scroll-less {
  position: relative;
  clear: left;
}
.block-scroll-list .scroll-more ~ .scroll-list,
.block-scroll-list .scroll-more ~ .scroll-less {
  display: none;
}
.block-scroll-list .scroll-more.hidden ~ .scroll-list,
.block-scroll-list .scroll-more.hidden ~ .scroll-less {
  display: block;
}
.block-scroll-list .scroll-list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.block-scroll-list .scroll-list li a {
  display: block;
  position: relative;
  padding: 10px 30px 10px 10px;
  color: #404888;
  font-size: 1.2rem;
  border-top: 1px solid #F0F1F6;
}
.block-scroll-list .scroll-list li a > span {
  display: block;
}
.block-scroll-list .scroll-list li a:hover {
  background-color: #F0F1F6;
}
.block-scroll-list .scroll-list li a:after {
  font-style: normal;
  font-weight: 900;
  line-height: 1;
  font-family: 'Font Awesome 5 Free';
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: absolute;
  content: "\f054";
  font-weight: bold;
  color: #aadc14;
  right: 10px;
  top: 34px;
  font-size: 1.4rem;
}
.block-scroll-list .scroll-list li:first-child a {
  border: none;
}
.block-scroll-list .scroll-list.type-blocks {
  clear: left;
  margin-top: 10px;
}
.block-scroll-list .scroll-list.type-blocks li {
  float: left;
  margin: 0 0 10px 10px;
  position: relative;
}
.block-scroll-list .scroll-list.type-blocks li a {
  width: 174px;
  height: 60px;
  padding: 12px 0;
  text-align: center;
  background-color: #F9F9F9;
  border: none;
}
.block-scroll-list .scroll-list.type-blocks li a:hover,
.block-scroll-list .scroll-list.type-blocks li a:focus {
  font-weight: bold;
  background-color: #F0F1F6;
  text-decoration: none;
}
.block-scroll-list .scroll-list.type-blocks li a:after {
  content: '';
}
.block-scroll-list .date,
.block-scroll-list .title {
  font-weight: bold;
}
.loading-overlay {
  overflow: hidden !important;
}
.loading-overlay:before {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background-color: #FFFFFF;
  opacity: 0.8;
}
.green-exclam-picto {
  padding: 0;
  margin: 0;
  width: 17px;
  height: 17px;
  line-height: 17px;
  border-radius: 50%;
  display: block;
  position: absolute;
  left: 6px;
  bottom: 6px;
  font-weight: bold;
  font-size: 1rem;
  color: #FFFFFF;
  background: #aadc14;
  text-align: center;
}
.green-exclam-picto:hover,
.green-exclam-picto:focus,
.green-exclam-picto:active {
  color: #FFFFFF;
  background: #bff129;
}
#map-and-legend-container .map-legend-container {
  z-index: auto;
}
#map-and-legend-container span.fa {
  font-family: 'Font Awesome 5 Free';
}
#filter-search-submit {
  background-color: #F0F1F6;
  color: #030F40;
}
.list-choice-multiple .checkbox,
.list-choice-multiple .radio,
.list-choice-multiple .button {
  margin: 10px 0 0;
}
.list-choice-multiple .checkbox label,
.list-choice-multiple .radio label,
.list-choice-multiple .button label {
  padding: 0;
  font-size: 1.2rem;
}
.list-choice-multiple .checkbox:after,
.list-choice-multiple .radio:after,
.list-choice-multiple .button:after {
  content: '';
  display: table;
  clear: both;
}
.list-choice-multiple .checkbox input[type="checkbox"],
.list-choice-multiple .radio input[type="checkbox"],
.list-choice-multiple .button input[type="checkbox"],
.list-choice-multiple .checkbox input[type="radio"],
.list-choice-multiple .radio input[type="radio"],
.list-choice-multiple .button input[type="radio"] {
  display: none;
}
.list-choice-multiple .checkbox input[type="checkbox"] + .cr > .cr-icon,
.list-choice-multiple .radio input[type="checkbox"] + .cr > .cr-icon,
.list-choice-multiple .button input[type="checkbox"] + .cr > .cr-icon,
.list-choice-multiple .checkbox input[type="radio"] + .cr > .cr-icon,
.list-choice-multiple .radio input[type="radio"] + .cr > .cr-icon,
.list-choice-multiple .button input[type="radio"] + .cr > .cr-icon {
  opacity: 0;
}
.list-choice-multiple .checkbox input[type="checkbox"]:checked + .cr > .cr-icon,
.list-choice-multiple .radio input[type="checkbox"]:checked + .cr > .cr-icon,
.list-choice-multiple .button input[type="checkbox"]:checked + .cr > .cr-icon,
.list-choice-multiple .checkbox input[type="radio"]:checked + .cr > .cr-icon,
.list-choice-multiple .radio input[type="radio"]:checked + .cr > .cr-icon,
.list-choice-multiple .button input[type="radio"]:checked + .cr > .cr-icon {
  opacity: 1;
}
.list-choice-multiple .checkbox input[type="checkbox"]:checked ~ label,
.list-choice-multiple .radio input[type="checkbox"]:checked ~ label,
.list-choice-multiple .button input[type="checkbox"]:checked ~ label,
.list-choice-multiple .checkbox input[type="radio"]:checked ~ label,
.list-choice-multiple .radio input[type="radio"]:checked ~ label,
.list-choice-multiple .button input[type="radio"]:checked ~ label {
  font-weight: bold;
}
.list-choice-multiple .checkbox .cr,
.list-choice-multiple .radio .cr,
.list-choice-multiple .button .cr {
  position: relative;
  display: inline-block;
  border-radius: 10px;
  width: 16px;
  height: 16px;
  float: left;
  margin: 2px 10px 2px 0;
  cursor: pointer;
}
.list-choice-multiple .checkbox .cr .cr-icon,
.list-choice-multiple .radio .cr .cr-icon,
.list-choice-multiple .button .cr .cr-icon {
  position: absolute;
  font-size: 10px;
  line-height: 0;
  top: 50%;
  left: 2px;
}
.list-choice-multiple:first-child {
  margin-top: 0;
}
.list-choice-multiple.list-choice-inline .checkbox,
.list-choice-multiple.list-choice-inline .radio,
.list-choice-multiple.list-choice-inline .button {
  display: inline-block;
  margin-right: 15px;
  margin-top: 0;
}
.list-choice-multiple .checkbox .cr {
  color: #FFFFFF;
  background-color: #aadc14;
}
.list-choice-multiple .checkbox .cr .cr-icon {
  left: 3px;
}
.list-choice-multiple .checkbox .cr .cr-icon:before {
  content: "\f00c";
}
.list-choice-multiple .radio .cr {
  color: #aadc14;
  border: 1px solid #aadc14;
  background-color: #FFFFFF;
}
.list-choice-multiple .radio .cr .cr-icon:before {
  content: "\f111";
}
.list-choice-multiple .button {
  float: left;
  margin-left: 10px;
}
.list-choice-multiple .button:first-child {
  margin-left: 0;
}
.list-choice-multiple .button .btn {
  height: 40px;
  width: 70px;
  line-height: 40px;
  border-radius: 3px;
  color: #030F40;
  background-color: #F0F1F6;
}
.list-choice-multiple .button .btn:hover,
.list-choice-multiple .button .btn.checked {
  font-weight: bold;
  -webkit-box-shadow: 0 0 9px 0 rgba(0, 0, 0, 0.26);
  -moz-box-shadow: 0 0 9px 0 rgba(0, 0, 0, 0.26);
  box-shadow: 0 0 9px 0 rgba(0, 0, 0, 0.26);
  color: #FFFFFF;
}
.list-choice-multiple .button input[type=checkbox]:checked + .btn {
  -webkit-box-shadow: 0 0 9px 0 rgba(0, 0, 0, 0.26);
  -moz-box-shadow: 0 0 9px 0 rgba(0, 0, 0, 0.26);
  box-shadow: 0 0 9px 0 rgba(0, 0, 0, 0.26);
  color: #FFFFFF;
}
.button-with-status:before,
.button-with-status:after {
  content: " ";
  display: table;
}
.button-with-status:after {
  clear: both;
}
.button-with-status:before,
.button-with-status:after {
  content: " ";
  display: table;
}
.button-with-status:after {
  clear: both;
}
.button-with-status .btn {
  float: left;
  height: 40px;
  width: 103px;
  font-size: 1.2rem;
  border-radius: 3px;
  color: #030F40;
  background-color: #D7D8DF;
}
.button-with-status .btn + .btn {
  margin-left: 10px;
}
.button-with-status .btn.hover,
.button-with-status .btn.checked {
  font-weight: bold;
  -webkit-box-shadow: 0 0 9px 0 rgba(0, 0, 0, 0.26);
  -moz-box-shadow: 0 0 9px 0 rgba(0, 0, 0, 0.26);
  box-shadow: 0 0 9px 0 rgba(0, 0, 0, 0.26);
  color: #FFFFFF;
}
.color-request-new {
  color: #FF8D00;
}
.button-with-status .btn.type-request.status-new.hover,
.list-choice-multiple .button .btn.type-request.status-new.hover,
.button-with-status .btn.type-request.status-new.checked,
.list-choice-multiple .button .btn.type-request.status-new.checked,
.button-with-status .btn.type-request.status-new:hover,
.list-choice-multiple .button .btn.type-request.status-new:hover {
  background-color: #FF8D00;
}
.list-choice-multiple .button input[type=checkbox]:checked + .btn.type-request.status-new {
  background-color: #FF8D00;
}
.color-request-inprogress {
  color: #DF001B;
}
.button-with-status .btn.type-request.status-inprogress.hover,
.list-choice-multiple .button .btn.type-request.status-inprogress.hover,
.button-with-status .btn.type-request.status-inprogress.checked,
.list-choice-multiple .button .btn.type-request.status-inprogress.checked,
.button-with-status .btn.type-request.status-inprogress:hover,
.list-choice-multiple .button .btn.type-request.status-inprogress:hover {
  background-color: #DF001B;
}
.list-choice-multiple .button input[type=checkbox]:checked + .btn.type-request.status-inprogress {
  background-color: #DF001B;
}
.color-request-treated {
  color: #4dd307;
}
.button-with-status .btn.type-request.status-treated.hover,
.list-choice-multiple .button .btn.type-request.status-treated.hover,
.button-with-status .btn.type-request.status-treated.checked,
.list-choice-multiple .button .btn.type-request.status-treated.checked,
.button-with-status .btn.type-request.status-treated:hover,
.list-choice-multiple .button .btn.type-request.status-treated:hover {
  background-color: #4dd307;
}
.list-choice-multiple .button input[type=checkbox]:checked + .btn.type-request.status-treated {
  background-color: #4dd307;
}
.color-request-canceled {
  color: #030F40;
}
.button-with-status .btn.type-request.status-canceled.hover,
.list-choice-multiple .button .btn.type-request.status-canceled.hover,
.button-with-status .btn.type-request.status-canceled.checked,
.list-choice-multiple .button .btn.type-request.status-canceled.checked,
.button-with-status .btn.type-request.status-canceled:hover,
.list-choice-multiple .button .btn.type-request.status-canceled:hover {
  background-color: #030F40;
}
.list-choice-multiple .button input[type=checkbox]:checked + .btn.type-request.status-canceled {
  background-color: #030F40;
}
.color-inter-inprogress {
  color: #DF001B;
}
.button-with-status .btn.type-inter.status-inprogress.hover,
.list-choice-multiple .button .btn.type-inter.status-inprogress.hover,
.button-with-status .btn.type-inter.status-inprogress.checked,
.list-choice-multiple .button .btn.type-inter.status-inprogress.checked,
.button-with-status .btn.type-inter.status-inprogress:hover,
.list-choice-multiple .button .btn.type-inter.status-inprogress:hover {
  background-color: #DF001B;
}
.list-choice-multiple .button input[type=checkbox]:checked + .btn.type-inter.status-inprogress {
  background-color: #DF001B;
}
.color-inter-planned {
  color: #FF8D00;
}
.button-with-status .btn.type-inter.status-planned.hover,
.list-choice-multiple .button .btn.type-inter.status-planned.hover,
.button-with-status .btn.type-inter.status-planned.checked,
.list-choice-multiple .button .btn.type-inter.status-planned.checked,
.button-with-status .btn.type-inter.status-planned:hover,
.list-choice-multiple .button .btn.type-inter.status-planned:hover {
  background-color: #FF8D00;
}
.list-choice-multiple .button input[type=checkbox]:checked + .btn.type-inter.status-planned {
  background-color: #FF8D00;
}
.color-inter-completed {
  color: #4dd307;
}
.button-with-status .btn.type-inter.status-completed.hover,
.list-choice-multiple .button .btn.type-inter.status-completed.hover,
.button-with-status .btn.type-inter.status-completed.checked,
.list-choice-multiple .button .btn.type-inter.status-completed.checked,
.button-with-status .btn.type-inter.status-completed:hover,
.list-choice-multiple .button .btn.type-inter.status-completed:hover {
  background-color: #4dd307;
}
.list-choice-multiple .button input[type=checkbox]:checked + .btn.type-inter.status-completed {
  background-color: #4dd307;
}
.color-contract-inprogress {
  color: #030F40;
}
.button-with-status .btn.type-contract.status-inprogress.hover,
.list-choice-multiple .button .btn.type-contract.status-inprogress.hover,
.button-with-status .btn.type-contract.status-inprogress.checked,
.list-choice-multiple .button .btn.type-contract.status-inprogress.checked,
.button-with-status .btn.type-contract.status-inprogress:hover,
.list-choice-multiple .button .btn.type-contract.status-inprogress:hover {
  background-color: #030F40;
}
.list-choice-multiple .button input[type=checkbox]:checked + .btn.type-contract.status-inprogress {
  background-color: #030F40;
}
.color-contract-completed {
  color: #867C97;
}
.button-with-status .btn.type-contract.status-completed.hover,
.list-choice-multiple .button .btn.type-contract.status-completed.hover,
.button-with-status .btn.type-contract.status-completed.checked,
.list-choice-multiple .button .btn.type-contract.status-completed.checked,
.button-with-status .btn.type-contract.status-completed:hover,
.list-choice-multiple .button .btn.type-contract.status-completed:hover {
  background-color: #867C97;
}
.list-choice-multiple .button input[type=checkbox]:checked + .btn.type-contract.status-completed {
  background-color: #867C97;
}
.color-contract-canceled {
  color: #FFFFFF;
}
.button-with-status .btn.type-contract.status-canceled.hover,
.list-choice-multiple .button .btn.type-contract.status-canceled.hover,
.button-with-status .btn.type-contract.status-canceled.checked,
.list-choice-multiple .button .btn.type-contract.status-canceled.checked,
.button-with-status .btn.type-contract.status-canceled:hover,
.list-choice-multiple .button .btn.type-contract.status-canceled:hover {
  background-color: #FFFFFF;
  color: #030F40;
}
.list-choice-multiple .button input[type=checkbox]:checked + .btn.type-contract.status-canceled {
  background-color: #FFFFFF;
}
.select {
  position: relative;
  display: inline-block;
  height: 40px;
  line-height: 40px;
  background: #FFFFFF;
  overflow: hidden;
  /* Arrow */
}
.select::after {
  content: '\25BC';
  position: absolute;
  top: 0;
  right: 0;
  padding: 0 6px;
  color: #aadc14;
  pointer-events: none;
}
.select::after:hover {
  color: #bff129;
}
.select select {
  /* Reset select */
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  appearance: none;
  outline: 0;
  box-shadow: none;
  background: #FFFFFF;
  background-image: none;
  /* End reset select */
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0 25px 0 6px;
  font-weight: bold;
  color: #030F40;
  cursor: pointer;
}
.select select::-ms-expand {
  display: none;
}
.select select option {
  color: #030F40;
}
.select.transparent {
  background: none;
}
.select.transparent select {
  border: 0;
  background: none;
}
.letter-box {
  border: 1px solid #D7D8DF;
}
.letter-box .letter-header {
  border-bottom: 1px solid #D7D8DF;
}
.letter-box .form-control {
  border: 0;
}
.letter-box .letter-collapse {
  position: relative;
}
.letter-box .letter-collapse.collapse-bottom-right {
  bottom: -1px;
  right: -1px;
}
.header-box {
  height: 50px;
  margin-bottom: 30px;
  background-color: #404888;
}
.header-box .select {
  margin: 5px 0;
}
.header-box .select select {
  color: #FFFFFF;
}
.header-box .label-select {
  float: left;
  height: 50px;
  line-height: 50px;
  font-size: 1.4rem;
  color: #FFFFFF;
  text-transform: uppercase;
  font-weight: normal;
}
.icon-leaflet {
  position: absolute;
}
.icon {
  display: inline-block;
  width: 18px;
  height: 18px;
  margin-right: 5px;
  vertical-align: middle;
  background-repeat: no-repeat;
  background-size: contain;
}
.icon.bg-clip-content {
  background-clip: content-box;
}
.icon.bg-clip-content:after {
  display: none;
  position: absolute;
  content: " ";
  opacity: 0.5;
  background-color: #aadc14;
  border-radius: 18px;
}
.icon.icon-pit-default {
  background-image: url(/build/images/pit_white.98b0d7e7.svg);
}
.icon.icon-pit-full {
  background-image: url(/build/images/pit_red.cea7b9ac.svg);
}
.icon.icon-pit-medium {
  background-image: url(/build/images/pit_blue.5107bd0d.svg);
}
.icon.icon-pit-empty {
  background-image: url(/build/images/pit_green.40b89a38.svg);
}
input:checked + .icon.bg-clip-content:after {
  display: block;
}
.panel-group .panel {
  border-radius: 0;
  box-shadow: none;
  border: none;
}
.panel-group .panel > .panel-heading {
  position: relative;
  padding: 0;
  background: none;
  border: none;
  border-bottom: 1px solid #F0F1F6;
}
.panel-group .panel > .panel-heading + .panel-collapse > .panel-body {
  border: none;
}
.panel-group .collapsing {
  width: 100%;
}
.panel-group .panel-body {
  padding: 8px 0;
}
.panel-group .panel-title {
  color: #030F40;
  font-family: DINPro-Regular;
  font-size: 1.4rem;
  font-weight: bold;
  letter-spacing: 1px;
  text-transform: uppercase;
}
.panel-group .panel-title > a {
  display: block;
  position: relative;
  padding: 12px 32px 12px 0;
  text-decoration: none;
}
.panel-group .panel-title > a:after {
  font-style: normal;
  font-weight: 900;
  line-height: 1;
  font-family: 'Font Awesome 5 Free';
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: absolute;
  content: "\2212";
  font-weight: bold;
  color: #030F40;
  right: 10px;
  top: 8px;
  font-size: 2.5rem;
}
.panel-group .panel-title > a.collapsed:after {
  content: "\2b";
}
.panel-group .panel-title > a.no-icon:after {
  content: '' !important;
}
.panel-group .panel-group .panel > .panel-heading {
  border: none;
}
.panel-group .panel-group .panel-title {
  letter-spacing: normal;
  text-transform: none;
  font-weight: normal;
}
.panel-group .panel-group .panel-title > a:after {
  color: #aadc14;
  font-size: 2.5rem;
}
.panel-group .panel-delete {
  position: absolute;
  right: 25px;
  top: 0;
  font-size: 2.4rem;
  height: 30px;
  width: 25px;
  margin: 0;
}
.panel-group.panel-group-alternating .panel:nth-child(even) {
  background-color: #F9F9F9;
}
.panel-group.panel-group-skin-arrow .panel > .panel-heading {
  border-top: 1px solid #F0F1F6;
  border-bottom: none;
}
.panel-group.panel-group-skin-arrow .panel > .panel-heading + .panel-collapse > .panel-body {
  border-top: 1px solid #F0F1F6;
}
.panel-group.panel-group-skin-arrow .panel + .panel {
  margin-top: 0;
}
.panel-group.panel-group-skin-arrow .panel-title > a {
  padding-left: 20px;
}
.panel-group.panel-group-skin-arrow .panel-title > a:after {
  right: 20px;
  content: "\f106";
  color: #aadc14;
}
.panel-group.panel-group-skin-arrow .panel-title > a:hover:after {
  color: #bff129;
}
.panel-group.panel-group-skin-arrow .panel-title > a.collapsed:after {
  content: "\f105";
}
.panel-group.panel-group-skin-arrow .panel-body {
  padding-left: 20px;
  padding-right: 40px;
}
.panel-group.panel-group-skin-arrow .panel-group .panel {
  border-top: 1px solid #F0F1F6;
}
.panel-group.panel-group-skin-arrow .panel-group .panel:first-child {
  border-top: none;
}
.panel-group.panel-group-skin-arrow .panel-group .panel > .panel-heading {
  border: none;
}
.panel-group.panel-group-skin-arrow .panel-group .panel > .panel-heading + .panel-collapse > .panel-body {
  border: none;
}
.panel-group.panel-group-skin-arrow .panel-group .panel-title > a {
  padding-left: 0;
  padding-right: 0;
}
.panel-group.panel-group-skin-arrow .panel-group .panel-title > a:after {
  content: "\f0d8";
  right: 5px;
}
.panel-group.panel-group-skin-arrow .panel-group .panel-title > a.collapsed:after {
  content: "\f0da";
}
.panel-group.panel-group-skin-arrow .panel-group .panel-body {
  padding-left: 0;
  padding-right: 0;
}
.panel-group.panel-group-skin-arrow .panel-delete {
  top: 4px;
  right: 30px;
}
.list-simple {
  padding: 0;
  list-style: none;
}
.list-simple li {
  margin-bottom: 8px;
}
.list-simple li ul {
  margin-left: 10px;
}
.list-index {
  padding: 0;
  list-style: none;
}
.list-index li {
  display: inline-block;
}
.list-index li + li {
  margin-left: 15px;
}
.list-block {
  padding: 0;
  margin: 0 -5px;
  list-style: none;
}
.list-block li {
  padding-left: 5px;
  padding-right: 5px;
  margin-bottom: 10px;
}
.list-block li .block {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 0 5px;
  width: 100%;
  height: 60px;
  text-align: center;
  color: #030F40;
  font-size: 1rem;
  font-weight: normal;
  background-color: #F0F1F6;
  cursor: pointer;
  text-decoration: none;
}
.list-block li .block .icon {
  position: relative;
  top: 1px;
  display: block;
  margin: 0 auto;
}
.list-block li .block .block-label {
  max-width: 100%;
}
.list-block li .block.active,
.list-block li input:checked + .block {
  font-weight: bold;
  background-color: #aadc14;
  -webkit-box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.26);
  -moz-box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.26);
  box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.26);
}
.list-block input[type=checkbox] {
  display: none;
}
.btn.disabled,
.btn[disabled],
fieldset[disabled] .btn {
  opacity: 1;
  background-color: #F0F1F6 !important;
}
.input-group-btn button {
  border: 1px solid #ccc;
}
input + .input-group-btn {
  border-left: none;
}
.top-banner {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 5;
  height: 50px;
  margin-left: 250px;
  -webkit-transition: margin-left 0.5s;
  transition: margin-left 0.5s;
  background-color: #404888;
}
.top-banner p {
  line-height: 50px;
  color: #FFFFFF;
}
.top-banner p strong {
  text-transform: uppercase;
}
.top-banner p a {
  color: #FFFFFF;
  font-weight: bold;
}
.top-banner p a .icon {
  fill: #aadc14;
  margin-left: 5px;
}
.top-banner p a:hover {
  text-decoration: none;
}
.top-banner p a:hover .icon {
  fill: #bff129;
}
.top-banner + #body {
  padding-top: 50px;
}
#menu.closed + .top-banner {
  margin-left: 60px;
}
.multiselect-native-select .btn-group {
  width: 100%;
}
.multiselect-native-select .multiselect {
  width: 100%;
  height: 40px;
  background-color: #f9f9f9;
  border: 1px solid #d7d8df;
  font-style: normal;
  border-radius: 0;
}
.multiselect-native-select .multiselect.btn {
  text-align: left;
  position: relative;
}
.multiselect-native-select .multiselect .multiselect-selected-text {
  color: #030f40;
  font-size: 1.4rem;
  line-height: 25px;
  font-weight: bold;
}
.multiselect-native-select .multiselect .caret {
  position: absolute;
  right: 5px;
  top: 16px;
  color: #aadc14;
  border-top: 7px dashed;
  border-right: 7px solid transparent;
  border-left: 7px solid transparent;
}
.multiselect-native-select .dropdown-menu {
  margin-top: 0;
  border-radius: 0;
}
.multiselect-native-select .dropdown-menu:before,
.multiselect-native-select .dropdown-menu:after {
  content: unset;
}
.multiselect-native-select .dropdown-menu input[type=checkbox] {
  display: block;
}
.multiselect-native-select .dropdown-menu > .active > a {
  background-color: inherit;
  color: #6b798e;
}
/* --- Begin multiselect list wrapper --- */
.custom-multiselect.form-select:after {
  top: 13px;
}
.custom-multiselect .multiselect {
  position: relative;
  text-align: left;
  border-radius: 0;
  font-weight: bold;
  border: #D7D8DF solid 1px;
  background-color: #FFFFFF;
  height: 40px;
  width: 100%;
}
.custom-multiselect .multiselect .caret {
  display: none;
}
.custom-multiselect .list-wrapper {
  display: none;
  position: absolute;
  height: auto;
  min-width: 200px;
  overflow-y: auto;
  overflow-x: hidden;
  margin: 0;
  padding: 0;
  z-index: 1000;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.27);
}
.custom-multiselect .list-wrapper .dropdown-menu {
  max-height: 360px;
  position: relative;
  float: none;
  left: 0;
  top: 0;
  bottom: 40px;
  margin-top: 0;
  border-radius: 0;
  box-shadow: none;
}
.custom-multiselect .list-wrapper .dropdown-menu:before,
.custom-multiselect .list-wrapper .dropdown-menu:after {
  content: unset;
}
.custom-multiselect .list-wrapper .validation {
  height: 40px;
  text-align: center;
  background: #aadc14;
  font-weight: bold;
  line-height: 40px;
}
.custom-multiselect .list-wrapper .validation a {
  color: #030F40;
  display: block;
}
.custom-multiselect .list-wrapper .validation a:hover,
.custom-multiselect .list-wrapper .validation a:active,
.custom-multiselect .list-wrapper .validation a:focus {
  text-decoration: none;
}
.custom-multiselect .list-wrapper .validation:hover {
  cursor: pointer;
  background: #bff129;
}
.custom-multiselect.open .list-wrapper {
  display: block;
}
.custom-multiselect.open .list-wrapper .dropdown-menu {
  display: block;
}
/* --- End multiselect list wrapper --- */
.multiselect-toggle-disabled {
  color: #D7D8DF;
}
.multiselect-toggle-disabled:hover {
  cursor: not-allowed;
}
#freshwidget-button {
  visibility: hidden;
}
button.submit {
  background-color: #aadc14;
  color: #030F40;
}
button.submit:hover {
  background-color: #bff129;
}
a.links-button {
  display: block;
  position: relative;
  padding: 10px 12px;
  background-color: #F9F9F9;
  color: #030F40;
  font-size: 1.4rem;
}
a.links-button:after {
  font-style: normal;
  font-weight: 900;
  line-height: 1;
  font-family: 'Font Awesome 5 Free';
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: absolute;
  content: "\f054";
  font-weight: bold;
  color: #aadc14;
  right: 12px;
  top: 14px;
  font-size: 1.2rem;
}
a.links-button:hover {
  background-color: #F0F1F6;
  text-decoration: none;
  font-weight: bold;
}
a.links-button:hover:after {
  color: #bff129;
}
.patrimony-info-div {
  border-left-color: #D7D8DF;
  position: fixed;
  width: 270px;
  top: calc( var(--header-height) + var(--alert-height ) + var(--patrimony-head-options-height) + var(--request-paginator-height) );
  left: 63.5%;
}
.patrimony-info-div .head-patrimony-info {
  height: 40px;
  background-color: #404888;
}
.patrimony-info-div .head-patrimony-info h2 a {
  line-height: 40px;
  font-size: 1.4rem;
  width: 180px;
}
.patrimony-info-div .head-patrimony-info .fa-folder-open,
.patrimony-info-div .head-patrimony-info i {
  color: #030F40;
}
.patrimony-info-div .head-patrimony-info .btn-patrimony-info-close {
  position: absolute;
  right: 5px;
  top: 5px;
  margin: 0;
  width: 30px;
  height: 30px;
  opacity: 1;
}
.patrimony-info-div .head-patrimony-info .btn-patrimony-info-close .icon {
  height: 30px;
  width: 30px;
  fill: #aadc14;
  vertical-align: inherit;
}
.patrimony-info-div .head-patrimony-info .icon-circle {
  margin-top: 5px;
  margin-left: 5px;
}
.title-section {
  color: #030F40;
  font-weight: bold;
  font-size: 1.4rem;
}
.icon-group {
  width: 25px;
  height: 25px;
  border: 1px solid #FFFFFF;
  border-radius: 50%;
  margin-right: 5px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  vertical-align: middle;
}
.icon-group .icon {
  width: 15px;
  height: 15px;
  margin: 0;
  fill: #FFFFFF;
}
.icon-group.new-request,
.icon-group.planned-intervention {
  background-color: #FF8D00;
}
.icon-group.inprogress-request,
.icon-group.inprogress-intervention {
  background-color: #DF001B;
}
.icon-group.canceled-request {
  background-color: #867C97;
}
.icon-group.treated-request,
.icon-group.completed-intervention {
  background-color: #aadc14;
}
.icon-group.request-viewed {
  background-color: #2cd257;
}
.icon-group.crisis-request {
  background-color: #DEB861;
}
.icon-group.urgent-request {
  background-color: #EB4A65;
}
.icon-group.viewed-request {
  background-color: #2cd257;
}
.icon-group.validated-request {
  background-color: #2cd257;
}
.highlights {
  background-color: #404888;
  border-radius: 3px;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.06);
}
.highlights p {
  color: #FFFFFF;
}
.highlights .highlights-top {
  padding: 15px 0;
  background-color: #030F40;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}
.highlights .highlights-top p {
  margin-bottom: 0;
  font-size: 1.4rem;
  letter-spacing: 1.1px;
}
.highlights .highlights-right {
  text-align: right;
}
.highlights .highlights-content {
  padding: 20px 0 15px;
}
.highlights .highlights-content .topic {
  text-align: center;
  border-left: 1px solid #FFFFFF;
}
.highlights .highlights-content .topic:first-child {
  border: none;
}
.highlights .highlights-content .topic .important {
  font-size: 3rem;
}
.error {
  color: #DF001B;
}
.ajax-loader {
  width: 32px;
  height: 32px;
  margin-top: 15px;
  background: url(/build/images/loader.3ce7735e.gif) no-repeat center center;
}
.loading:after {
  font-style: normal;
  font-weight: 900;
  line-height: 1;
  font-family: 'Font Awesome 5 Free';
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: absolute;
  content: "\f110";
  font-weight: bold;
  top: calc(50% - 0.5em);
  -webkit-animation: fa-spin 2s infinite linear;
  animation: fa-spin 2s infinite linear;
  color: #aadc14;
}
.loading.hide-values:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #FFFFFF;
}
@keyframes rotating {
  from {
    transform: rotate(0deg);
    -o-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
    -o-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
  }
}
@-webkit-keyframes rotating {
  from {
    transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
  }
}
.rotating {
  -webkit-animation: rotating 1s linear infinite;
  -moz-animation: rotating 1s linear infinite;
  -ms-animation: rotating 1s linear infinite;
  -o-animation: rotating 1s linear infinite;
  animation: rotating 1s linear infinite;
}
.slimScrollBar {
  background-color: #D5D6DE !important;
}
#menu {
  position: relative;
  z-index: 1;
  float: left;
  height: 100%;
  width: 250px;
  -webkit-transition: width 0.5s;
  transition: width 0.5s;
  background-color: #FFFFFF;
  box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.27);
}
#menu .icon.opened {
  display: none;
}
#menu .menu-container {
  width: 100%;
  height: 100%;
  position: relative;
  background-color: #FFFFFF;
}
#menu .nav,
#menu .menu-close {
  list-style-type: none;
  width: 100%;
  padding: 0;
  margin: 0;
}
#menu .nav ul,
#menu .menu-close ul {
  display: none;
  list-style-type: none;
  width: 100%;
  padding: 0;
  margin: 0;
}
#menu .nav li,
#menu .menu-close li {
  margin-right: 0;
}
#menu .nav li a,
#menu .menu-close li a {
  display: block;
  position: relative;
  height: 50px;
  padding: 0;
  line-height: 50px;
  color: #404888;
  background-color: #FFFFFF;
  font-weight: bold;
  font-size: 1.3rem;
}
#menu .nav li a:hover,
#menu .menu-close li a:hover {
  color: #FFFFFF;
  background-color: #404888;
  text-decoration: none;
}
#menu .nav li a:hover .icon,
#menu .menu-close li a:hover .icon {
  fill: #FFFFFF;
}
#menu .nav li a .icon,
#menu .menu-close li a .icon {
  width: 20px;
  height: 20px;
  margin: 15px 20px;
  vertical-align: middle;
  fill: #404888;
}
#menu .nav li.treeview > a:after,
#menu .menu-close li.treeview > a:after {
  font-style: normal;
  font-weight: 900;
  line-height: 1;
  font-family: 'Font Awesome 5 Free';
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: absolute;
  content: '\f054';
  font-weight: bold;
  right: 14px;
  top: 22px;
  font-size: 1.2rem;
}
#menu .nav li.treeview.active > a:after,
#menu .menu-close li.treeview.active > a:after {
  content: "\f078";
}
#menu .nav li.active a,
#menu .menu-close li.active a {
  color: #FFFFFF;
  background-color: #404888;
}
#menu .nav li.active a .icon,
#menu .menu-close li.active a .icon {
  fill: #FFFFFF;
}
#menu .nav li.active ul li a,
#menu .menu-close li.active ul li a {
  color: #404888;
  background-color: #FFFFFF;
  height: 40px;
  padding: 0 0 0 60px;
  line-height: 40px;
  font-weight: normal;
}
#menu .nav li.active ul li a:hover,
#menu .menu-close li.active ul li a:hover {
  background-color: #F0F1F6;
  border-bottom: 1px solid #F9F9F9;
}
#menu .nav li.active ul li.active a,
#menu .menu-close li.active ul li.active a {
  color: #404888;
  background-color: #F0F1F6 !important;
  border-bottom: 1px solid #F9F9F9;
}
#menu .nav > ul li:first-child a,
#menu .menu-close > ul li:first-child a {
  margin-top: 0;
}
#menu .nav > ul li:first-child.active a,
#menu .menu-close > ul li:first-child.active a {
  background: #404888;
}
#menu .menu-main {
  max-height: calc(100% - 100px);
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  padding-bottom: 51px;
  overflow-x: hidden;
  background-color: #FFFFFF;
}
#menu .menu-toggle {
  margin: 17px;
  float: right;
}
#menu .menu-toggle .icon {
  margin: 0;
  width: 30px;
  height: 30px;
  fill: #aadc14;
}
#menu .menu-top {
  background-color: #FFFFFF;
  border-bottom: 1px solid #D7D8DF;
}
#menu .menu-top .menu-toggle {
  margin: 9px 14px;
}
#menu .menu-top .menu-tools {
  display: table;
  width: 100%;
  border-top: 1px solid #d7d8df;
}
#menu .menu-top .menu-tools > div {
  display: table-cell;
  text-align: center;
  border-left: 1px solid #D7D8DF;
}
#menu .menu-top .menu-tools > div:first-child {
  border-left: none;
}
#menu .menu-top .menu-tools > div:first-child .dropdown-menu.dropdown-menu-right {
  right: auto;
}
#menu .menu-top .menu-logo .main-logo {
  margin: 12px 10px;
  text-align: center;
}
#menu .menu-top .menu-logo .main-logo img {
  width: 90px;
  height: 24px;
}
#menu .menu-top .block-link {
  background: none;
  border: none;
  outline: none;
}
#menu .menu-top .profileManager .profile-link {
  display: inline-block;
  padding: 12px 0;
  text-decoration: none;
}
#menu .menu-top .profileManager .profile-link.block-link {
  width: 60px;
}
#menu .menu-top .profileManager .profile-link .user-avatar {
  width: 36px;
  height: 36px;
}
#menu .menu-top .applicationsManager .applications {
  display: inline-block;
  padding: 14px;
}
#menu .menu-top .helpDeskManager .help-desk {
  display: inline-block;
  padding: 13px;
  height: 50px;
  width: 50px;
}
#menu .menu-top .helpDeskManager .help-desk .icon-help {
  width: 22px;
  height: 25px;
}
#menu .menu-bottom {
  position: absolute;
  bottom: 0;
  width: 100%;
}
#menu .menu-bottom .menu-close {
  margin: 0;
  float: none;
}
#menu .menu-bottom .menu-close a {
  border-top: 1px solid #D7D8DF;
}
#menu .menu-bottom .menu-close a.toggle-menu {
  color: #aadc14;
  font-size: 2.6rem;
  line-height: 20px;
  text-align: right;
}
#menu .menu-bottom .menu-close a.toggle-menu .icon {
  text-align: center;
}
#menu .menu-inline {
  padding: 10px;
  border-top: 1px solid #D7D8DF;
  background-color: #FFFFFF;
}
#menu .menu-inline .nav {
  display: table;
}
#menu .menu-inline .nav li {
  display: table-cell;
  text-align: center;
  border-left: 1px solid #030F40;
}
#menu .menu-inline .nav li:first-child {
  border-left: none;
}
#menu .menu-inline .nav li a {
  height: 18px;
  padding: 0 10px;
  line-height: inherit;
  font-weight: normal;
  background: none;
}
#menu .menu-inline .nav li a:hover {
  color: #030F40;
  background: none;
  text-decoration: underline;
}
#menu.closed {
  width: 60px;
}
#menu.closed .menu-main {
  overflow: hidden;
}
#menu.closed .category {
  visibility: hidden;
  opacity: 0;
  transition: none;
}
#menu.closed .treeview ul {
  display: none !important;
}
#menu.closed .icon.opened {
  display: inline-block;
}
#menu.closed .icon.closed {
  display: none;
}
#menu.closed .nav .treeview > a:after,
#menu.closed .nav .treeview.active > a:after {
  content: '';
}
#menu.closed .menu-inline {
  opacity: 0;
  height: 0;
  padding: 0;
}
#menu.closed .menu-inline .nav {
  visibility: hidden;
}
#menu .category {
  white-space: nowrap;
  visibility: visible;
  opacity: 1;
  transition: opacity 1s ease-in;
}
.tooltip-menu-main .tooltip-arrow {
  display: none;
}
.tooltip-menu-main .tooltip-inner {
  border: 1px solid #FFFFFF;
  padding: 5px 10px;
  background-color: #404888;
}
.btn-compare {
  float: none;
}
.tab-default {
  padding-right: 0;
  padding-left: 0;
  border-color: #F0F1F6;
  color: #030F40;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.06);
}
.tab-default.greenspaces {
  margin-top: 0;
}
.tab-default .table-header-title {
  margin: 0;
  text-align: center;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 1.4rem;
  line-height: 40px;
}
.tab-default .download-request {
  line-height: 40px;
  text-decoration: none;
  color: #030F40;
}
.tab-default .download-request .fa {
  margin-left: 5px;
  color: #aadc14;
}
.tab-default .download-request:hover {
  color: #404888;
}
.tab-default .table thead {
  background-color: #030F40;
}
.tab-default .table thead tr {
  height: 40px;
  border-bottom: none;
}
.tab-default .table thead tr th {
  height: 40px;
  text-transform: none;
  border-bottom: none;
  font-size: 1.4rem;
  font-weight: bold;
  color: #FFFFFF;
}
.tab-default .table thead tr th:hover {
  color: #bff129 !important;
}
.tab-default .table thead th {
  border-bottom: none !important;
}
.tab-default .table thead th.columnSelected a {
  color: #aadc14 !important;
  border-bottom: none !important;
}
.tab-default .table thead th a,
.tab-default .table thead th span {
  font-size: 1.4rem;
  font-weight: bold;
  color: #FFFFFF;
  margin-top: 0;
  height: 40px;
  line-height: 40px;
}
.tab-default .table thead th a:hover,
.tab-default .table thead th span:hover {
  color: #bff129 !important;
}
.tab-default .table tbody tr[data-href] {
  border: 1px solid transparent;
}
.tab-default .table tbody tr[data-href]:hover {
  border: 1px solid #404888;
}
.tab-default .table tbody tr[data-href]:hover td {
  border-top-color: #404888;
}
.tab-default .table tbody tr td {
  position: static;
  font-family: DINPro-Regular, Arial;
  font-size: 1.4rem;
  line-height: 25px;
  border-top: 1px solid #E6EDF2;
}
.tab-default .table tbody tr td:hover td {
  border-top: 1px solid #030F40;
  border-bottom: 1px solid #030F40;
}
.tab-default .table tbody tr td.status span {
  position: static;
}
.tab-default .table tbody tr td.name-cell {
  max-width: 200px;
  text-overflow: initial;
  white-space: inherit;
  overflow-wrap: break-word;
}
.tab-default .table tbody tr td .btn-modify-table {
  background-color: #aadc14;
  color: #030F40;
  margin-right: 20px;
}
.tab-default .table tbody tr td .btn-modify-table:hover {
  background-color: #bff129;
}
.tab-default .table tbody tr td .filename {
  display: inline-block;
}
.tab-default .table tbody tr td .cell-label {
  display: none;
}
.tab-default .table tbody tr:hover > td {
  border-bottom: inherit;
}
.tab-default .table tbody tr:nth-child(odd) {
  background-color: #F9F9F9;
}
.tab-default .table.tree-navigation {
  margin-bottom: 0;
}
.tab-default .table.tree-navigation tbody > tr td .folder-icon {
  top: auto;
}
.tab-default .table.tree-navigation tbody .menu .fa-angle-down {
  color: #aadc14;
}
.tab-default .sewage-treatment-plant-table {
  margin-bottom: 0;
}
.tab-default .sewage-treatment-plant-table thead th {
  color: #FFFFFF;
  line-height: 40px;
}
.tab-default .sewage-treatment-plant-table thead th:hover {
  color: #bff129;
}
.tab-default .waterQuality-title {
  margin: 0;
  text-align: center;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 1.4rem;
  line-height: 40px;
}
.tab-default .customers-table {
  padding-left: 30px;
}
.tab-default .customers-table .customers-right-bloc {
  text-align: right;
  line-height: 40px;
  color: #030F40;
}
.tab-default .customers-table .customers-right-bloc .fa {
  color: #4dd307;
  margin-left: 5px;
}
.tab-default .customers-table .customers-left-bloc {
  text-align: right;
  color: #030F40;
}
.table-top-menu {
  color: #030F40;
  background-color: #FFFFFF;
  margin-top: 20px;
}
.table-top-menu .bloc-left .last-edit,
.table-top-menu .bloc-center .last-edit,
.table-top-menu .bloc-right .last-edit {
  margin-left: 15px;
}
.table-top-menu .bloc-center {
  text-align: center;
}
.table-top-menu .bloc-right {
  text-align: right;
}
.table-top-menu .details-title {
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  height: 40px;
  margin: 0;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 1.4rem;
  color: #030F40;
  line-height: 40px;
}
.table-top-menu .cta .icon {
  color: #aadc14;
}
.table-top-menu .last-edit {
  color: #867C97;
  font-size: 1.1rem;
  height: 40px;
  line-height: 40px;
}
.table-top-menu .table-header-title {
  margin: 0;
  text-align: center;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 1.4rem;
  line-height: 40px;
}
.table-top-menu .cta {
  background: #bff129;
}
.search-button img {
  color: #aadc14;
}
.request-paginator {
  height: 40px;
  margin: 0;
  background-color: #FFFFFF;
  font-style: normal;
  color: #030F40;
}
.request-paginator .smartpluvial-counter {
  line-height: 20px;
}
.request-paginator .last-update {
  color: #867C97;
  font-size: 1rem;
  margin-bottom: 0;
  line-height: 12px;
}
.request-paginator .table-header-title {
  margin: 0;
  text-align: center;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 1.4rem;
  line-height: 40px;
}
.request-paginator .table-header-title.subtitled {
  line-height: 25px;
}
.request-paginator .table-header-title .count {
  font-size: 1.9rem;
  color: #404888;
  letter-spacing: 1.5px;
  vertical-align: bottom;
}
.request-paginator .download-request,
.request-paginator .link-icon {
  line-height: 40px;
  text-decoration: none;
  color: #030F40;
}
.request-paginator .download-request .fa,
.request-paginator .link-icon .fa,
.request-paginator .download-request .icon,
.request-paginator .link-icon .icon {
  margin-left: 5px;
  color: #aadc14;
  fill: #aadc14;
}
.request-paginator .download-request .fa.icon-map,
.request-paginator .link-icon .fa.icon-map,
.request-paginator .download-request .icon.icon-map,
.request-paginator .link-icon .icon.icon-map {
  width: 25px;
  height: 25px;
  margin: 0;
}
.request-paginator .download-request:hover,
.request-paginator .link-icon:hover {
  color: #404888;
}
.request-paginator .download-request:hover .fa,
.request-paginator .link-icon:hover .fa,
.request-paginator .download-request:hover .icon,
.request-paginator .link-icon:hover .icon {
  color: #bff129;
  fill: #bff129;
}
.request-paginator .table-header-left {
  text-align: left;
}
.request-paginator .table-header-right {
  text-align: right;
}
.request-paginator .btn-new-request {
  position: relative;
  right: -15px;
  text-align: center;
  padding: 0;
  height: 40px;
  line-height: 40px;
}
.request-paginator .btn-new-request .icon-add-request {
  position: relative;
  top: 12px;
  fill: #030F40;
  margin-left: 3px;
  width: 17px;
  height: 15px;
  vertical-align: top;
}
.request-paginator .btn-new-request:hover {
  background-color: #bff129;
}
.request-paginator .icon-interventions {
  font-size: 0.2rem;
}
.info-box-wrapper {
  padding: 0 !important;
  margin: 0;
}
.tablesorter .td-domaine {
  border: none;
}
.tab-intervention {
  margin-top: 0 !important;
}
.tab-intervention tbody td.td-eau-domaine,
.tab-intervention tbody td.td-assainissement-domaine {
  border-top: 1px solid #D7D8DF;
  border-bottom: inherit;
}
.btn-new-request {
  height: 50px;
  width: 100%;
  color: #030f40;
  background-color: #aadc14;
  display: inline-block;
  border-radius: 0;
  font-size: 1.4rem;
  line-height: 18px;
  font-weight: bold;
  padding: 15px;
}
.btn-new-request:hover {
  text-decoration: none;
  color: #030F40;
}
.urgent-icon {
  vertical-align: middle;
  margin-right: 10px;
  font-size: 2rem;
  color: #DF001B;
}
.request-icon,
.network-icon,
.factory-icon,
.folder-icon {
  display: inline-block;
  vertical-align: middle;
  width: 24px;
  height: 24px;
  margin-right: 13px;
}
.request-icon.new-request,
.network-icon.new-request,
.factory-icon.new-request,
.folder-icon.new-request,
.request-icon.planned-intervention,
.network-icon.planned-intervention,
.factory-icon.planned-intervention,
.folder-icon.planned-intervention {
  fill: #FF8D00;
}
.request-icon.inprogress-request,
.network-icon.inprogress-request,
.factory-icon.inprogress-request,
.folder-icon.inprogress-request,
.request-icon.inprogress-intervention,
.network-icon.inprogress-intervention,
.factory-icon.inprogress-intervention,
.folder-icon.inprogress-intervention {
  fill: #DF001B;
}
.request-icon.canceled-request,
.network-icon.canceled-request,
.factory-icon.canceled-request,
.folder-icon.canceled-request {
  fill: #867C97;
}
.request-icon.treated-request,
.network-icon.treated-request,
.factory-icon.treated-request,
.folder-icon.treated-request,
.request-icon.completed-intervention,
.network-icon.completed-intervention,
.factory-icon.completed-intervention,
.folder-icon.completed-intervention {
  fill: #aadc14;
}
.request-icon.closed-intervention,
.network-icon.closed-intervention,
.factory-icon.closed-intervention,
.folder-icon.closed-intervention {
  fill: #aadc14;
}
.request-icon.open-folder,
.network-icon.open-folder,
.factory-icon.open-folder,
.folder-icon.open-folder {
  fill: #404888;
}
.patrimony-tab-block {
  height: auto;
  padding: 0;
}
.patrimony-tab-block .tab-default {
  overflow: inherit;
}
.table.request-table .column3 {
  max-width: 150px;
}
.table.request-table .column5 {
  max-width: 100px;
}
.table.request-table thead .col-status {
  width: 135px;
}
.table.request-table .request-status {
  width: 25px;
  height: 25px;
  position: relative;
  float: left;
  margin-right: 20px;
}
.table.request-table .request-status .request-status-block {
  position: absolute;
  top: 0;
  left: 0;
}
.table.request-table .request-status .icon {
  vertical-align: inherit;
}
#newRequestForm {
  position: relative;
}
#newRequestForm .switch-button {
  float: none;
  display: inline-block;
  margin: 0 0 15px;
}
#newRequestForm .switch-button .switch-label {
  margin-right: 10px;
  font-size: 1.6rem;
}
#newRequestForm .btn-bloc {
  margin: 0;
  padding: 0;
}
#newRequestForm .btn-input-geolocalisation {
  color: #aadc14;
}
#newRequestSubmit {
  width: 100%;
}
.attachments-form-bloc {
  border: 0;
}
#newRequestApplicant {
  display: none;
}
.interventions-main-block {
  margin: 16px auto;
  padding: 3px;
}
.interventions-main-block .row {
  padding: 1.6rem 0;
}
.interventions-main-block hr {
  padding: 0 !important;
  margin: 2px 0;
}
.search-request-by-number {
  width: auto !important;
  padding: 0 !important;
}
.switch-button-actif .fa-exclamation {
  color: initial;
}
.switch-button-actif {
  color: initial;
  cursor: default;
}
.switch-activation {
  cursor: pointer;
}
.switch-activation i,
.switch-activation span {
  line-height: 3rem;
  padding-left: 10px;
  float: right;
  display: inline-block;
}
.switch-activation i {
  font-size: 4rem;
  color: #D7D8DF;
}
.switch-activation.active i {
  color: #aadc14;
}
.btn-lg,
.btn-group-lg > .btn,
.btn-group-lg > .btn {
  padding: 10.5px 16px;
  font-size: 1.5rem;
}
.btn.btn-primary {
  color: #030F40;
  background-color: #aadc14;
}
.btn.btn-primary:hover,
.btn.btn-primary:focus {
  color: #030F40;
  background-color: #bff129;
}
.btn.btn-secondary {
  color: #aadc14;
  background-color: #FFFFFF;
  border: 1px solid #D7D8DF;
}
.btn.btn-secondary:hover,
.btn.btn-secondary:focus {
  color: #bff129;
  background-color: #FFFFFF;
}
.btn.btn-highlight {
  border-radius: 5px;
  background-color: #aadc14;
  box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.13);
  color: #030F40;
  font-size: 1.5rem;
  font-weight: bold;
  padding: 10px 18px;
}
.btn.btn-highlight:hover {
  background-color: #bff129;
  color: #030F40;
}
.btn.btn-light {
  height: 40px;
  padding: 0 10px;
  line-height: 40px;
  background: #FFFFFF;
  color: #030F40;
  box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.06);
  border-radius: 3px;
  font-size: 1.2rem;
  letter-spacing: 0.94px;
}
.btn.btn-light .icon {
  margin: 0;
  vertical-align: sub;
  font-size: 2rem;
}
.tsms-button {
  display: inline-block;
  height: 40px;
  padding: 0 10px;
  margin: 0;
  line-height: 40px;
  background: #FFFFFF;
  color: #030F40;
  box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.06);
  border-radius: 3px;
  font-size: 1.2rem;
}
.tsms-button:active,
.tsms-button:focus {
  text-decoration: none;
  color: #030F40;
}
.tsms-button + .tsms-button {
  margin-left: 10px;
}
.tsms-button .icon {
  margin-left: 5px;
  color: #aadc14;
  vertical-align: sub;
}
.tsms-button:hover {
  text-decoration: none;
  color: #030F40;
}
.tsms-button:hover .icon {
  color: #bff129;
}
.square-button {
  width: 40px;
  height: 40px;
  font-size: 2rem;
}
.btn-user-create-mode {
  text-align: right;
  margin-right: 5px;
  float: none;
  display: block;
}
.button-group {
  display: inline-table;
  vertical-align: middle;
}
.button-group .button-group-btn,
.button-group .button-group-addon {
  display: table-cell;
  white-space: nowrap;
  vertical-align: middle;
}
.button-group .button-group-addon {
  width: 1%;
}
.button-group button {
  margin: 0;
  border-radius: 0;
}
.switch-button .fa {
  line-height: 31px;
  font-size: 4.5rem;
}
.switch-button.switch-button-actif .fa {
  color: #aadc14;
}
.btn-group-chart-yearchoice {
  border-radius: 5px;
  box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.24);
}
.btn-group-chart-yearchoice .btn-chart-yearchoice {
  height: 40px;
  padding: 0 20px;
  color: #030F40;
  font-size: 1.4rem;
  font-weight: bold;
  line-height: 40px;
  text-align: center;
  background-color: #F9F9F9;
}
.btn-group-chart-yearchoice .btn-chart-yearchoice:hover {
  background-color: #F0F1F6;
}
.btn-group-chart-yearchoice .btn-chart-yearchoice.active {
  background-color: #aadc14;
}
.btn-group-chart-yearchoice .btn-chart-yearchoice.active:hover {
  background-color: #bff129;
}
.btn-danger {
  background-color: #DF001B;
}
.btn-danger .fa,
.btn-danger .far,
.btn-danger .fas {
  color: #FFFFFF;
}
.btn-danger:hover .fa,
.btn-danger:hover .far,
.btn-danger:hover .fas {
  color: #FFFFFF;
}
.error-input {
  border: 1px solid #DF001B !important;
}
/*Requests */
.search-input {
  height: 40px;
  width: 1365px;
  margin-left: -107px;
  border: 1px solid #D7D8DF;
  background-color: #FFFFFF;
  border-radius: 0;
}
.search-input input {
  padding-left: 40px;
}
.form-button .submit-button {
  height: 40px;
  width: 100%;
  font-size: 1.4rem;
  font-weight: bold;
  border-radius: 5px;
  color: #030F40;
  background-color: #aadc14;
  box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.13);
  padding: 10px 18px;
}
#filter-submit-request {
  margin-top: 0;
  height: 40px;
  width: 103px;
  font-size: 1.4rem;
  font-weight: bold;
  border-radius: 5px;
  color: #030F40;
  background-color: #aadc14;
  box-shadow: 0 0 4px 0;
  float: right;
}
.filter-request-left {
  width: 1349px;
  display: inline-block;
  height: 40px;
}
.filter-request-left .form-control {
  height: 40px;
  padding-left: 40px;
}
.filter-request-right {
  width: 1579px;
  margin-top: -40px;
}
.filter-request-right .block-right-2 {
  margin-top: 20px;
}
.filter-request-right .search-button {
  height: 40px;
  width: 115px;
  color: #030F40;
  margin-top: 0;
  margin-left: 1349px;
  background-color: #aadc14;
  display: inline-block;
  border-radius: 0;
  font-size: 1.4rem;
  line-height: 18px;
  font-weight: bold;
}
.filter-request-right .dropdown-filter {
  color: #030F40;
  margin-top: 0;
  font-size: 1.4rem;
  line-height: 18px;
  border-radius: 0;
  font-weight: bold;
  width: 115px;
  height: 40px;
  padding: 0;
}
.filter-request-right .dropdown-filter .icon-filter {
  margin-left: 11px;
  font-size: 2rem;
  position: relative;
}
.filter-request-right .dropdown-filter .icon-filter:after,
.filter-request-right .dropdown-filter .icon-filter.fa-angle-down:after {
  content: "\f0b0";
  font-size: 1.2rem;
  color: #FFFFFF;
  position: absolute;
  top: 3px;
  left: 3px;
}
.filter-request-right .dropdown-filter .icon-filter.fa-angle-up:after {
  content: "";
}
.filter-request-right .dropdown-filter .icon-filter.fa-angle-up:before,
.filter-request-right .dropdown-filter .icon-filter.fa-angle-up.fa-angle-down:before {
  content: "\f00d";
}
.filter-request-right .dropdown-filter .icon-filter.fa-angle-down:before {
  content: "\f0b0";
}
.request-filter .datepicker {
  height: 40px;
  width: 100%;
  margin: 0;
  padding-left: 10px;
  color: #030F40;
  background-color: #F9F9F9;
  font-weight: bold;
  border: 1px solid #D7D8DF;
}
.request-filter .datepicker-container {
  position: relative;
}
.request-filter .datepicker-container:after {
  font-style: normal;
  font-weight: 900;
  line-height: 1;
  font-family: 'Font Awesome 5 Free';
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: absolute;
  content: "\f0d7";
  font-weight: bold;
  right: 16px;
  top: 11px;
  font-size: 2rem;
  color: #aadc14;
  pointer-events: none;
}
.request-filter .ms-choice {
  height: 40px;
  width: 250px;
  background-color: #F9F9F9;
  border: 1px solid #D7D8DF;
  font-style: normal;
}
.request-filter .ms-choice .placeholder {
  padding-left: 10px;
  color: #030F40;
  font-size: 1.4rem;
  line-height: 25px;
  font-weight: bold;
}
.request-filter .ms-choice > div {
  background: none;
}
.request-filter .ms-choice > div:after {
  font-style: normal;
  font-weight: 900;
  line-height: 1;
  font-family: 'Font Awesome 5 Free';
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: absolute;
  content: "\f0d7";
  font-weight: bold;
  left: 4px;
  font-size: 2rem;
  color: #aadc14;
}
.request-filter .ms-choice > div.open {
  background: none;
}
.request-filter .ms-drop ul {
  padding: 0;
}
.request-filter .ms-drop ul > li {
  padding: 4px 12px;
  background-color: #F9F9F9;
}
.request-filter .ms-drop ul label {
  margin: 0;
}
.request-filter .separator,
.search-filter .separator {
  float: none;
}
#request-filter-div {
  height: initial;
  padding: 20px;
}
.search-button {
  height: 51px;
  width: 115px;
  color: #030F40;
  margin-top: 0;
  margin-left: 1363px;
  background-color: #aadc14;
  display: inline-block;
  border-radius: 0;
  font-size: 1.4rem;
  line-height: 18px;
  font-weight: bold;
}
.search-button:hover {
  background-color: #bff129;
  color: #030F40;
}
.dropdown-filter {
  color: #030F40;
  background-color: #FFFFFF;
  border-radius: 0;
  font-size: 1.4rem;
  line-height: 18px;
  font-weight: bold;
  width: 115px;
  height: 51px;
}
.dropdown-filter .icon-filter {
  margin-left: 11px;
  font-size: 2rem;
  color: #aadc14;
}
.dropdown-filter:hover {
  color: #404888;
}
.dropdown-filter:hover .icon-filter {
  color: #bff129;
}
.dropdown.open .dropdown-filter {
  box-shadow: none;
  -webkit-box-shadow: none;
  border-color: #4a5364;
}
@media screen {
  .form-control-right-icon {
    margin-left: 8px;
    padding-left: 5px;
    margin-top: 13px;
  }
}
.form-select {
  position: relative;
}
.form-select select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  cursor: pointer;
}
.form-select select::-ms-expand {
  display: none;
}
.form-select select[multiple] {
  height: 50px;
}
.form-select:after {
  font-style: normal;
  font-weight: 900;
  line-height: 1;
  font-family: 'Font Awesome 5 Free';
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: absolute;
  content: "\f0d7";
  font-weight: bold;
  right: 15px;
  bottom: 18px;
  color: #aadc14;
  pointer-events: none;
}
.form-group {
  margin-bottom: 15px;
}
.form-control {
  font-size: 1.4rem;
  /* firefox 19+ */
}
.form-control:-ms-input-placeholder {
  color: #BEC1D5;
}
.form-control::-webkit-input-placeholder {
  color: #BEC1D5;
}
.form-control:-moz-placeholder {
  color: #BEC1D5;
}
.form-control::-moz-placeholder {
  color: #BEC1D5;
}
.form-control + .form-control {
  border-top: 0;
}
.has-feedback-left {
  position: relative;
}
.has-feedback-left .form-control {
  padding-left: 50px;
}
.form-control-feedback-left {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 3;
  display: block;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  pointer-events: none;
}
/* interventions & smart pluvial  */
@media screen {
  .filter-header .search-input-pluvial .filter-block-left .filter-toggle-button .form-control-right-icon {
    margin-left: 8px;
    padding-left: 5px;
    margin-top: 13px;
  }
}
.filter-header .search-input-pluvial .filter-block-right {
  display: inline-block;
}
.filter-header .filter-block-left {
  display: inline-block;
}
.filter-header .filter-block-right {
  display: inline-block;
}
.filter-header .filter-block-right .block-right-1 {
  margin-top: -4px;
  display: inline-block;
}
.filter-header .filter-block-right .block-right-2 {
  margin-top: 20px;
  margin-right: -10px;
}
.filter-header .form-control {
  height: 40px;
}
.filter-header .search-button {
  margin: 0;
  height: 40px;
  width: 110px;
}
.filter-header .dropdown-filter {
  height: 40px;
  width: 110px;
  border: 1px solid #D7D8DF;
}
.filter-header .dropdown-filter .icon-filter {
  margin-left: 11px;
  font-size: 2rem;
}
.filter-submit-button {
  height: 40px;
  width: 103px;
  font-size: 1.4rem;
  font-weight: bold;
  border-radius: 5px;
  color: #030F40;
  background-color: #aadc14;
  box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.24);
}
#request-filterSelected-div ul,
#intervention-filterSelected-div ul,
#search-filterSelected-div ul,
#user-filterSelected-div ul {
  text-align: left;
  margin: 0;
  padding: 0;
  list-style: square outside;
  display: inline-block;
  margin-top: -8px;
  margin-bottom: 12px;
}
#request-filterSelected-div ul li.filter-box,
#intervention-filterSelected-div ul li.filter-box,
#search-filterSelected-div ul li.filter-box,
#user-filterSelected-div ul li.filter-box {
  margin-bottom: 8px;
  height: 40px;
  border-radius: 100px;
  background-color: #404888;
}
#request-filterSelected-div ul li span,
#intervention-filterSelected-div ul li span,
#search-filterSelected-div ul li span,
#user-filterSelected-div ul li span {
  display: inline-block;
  padding-top: 10px;
  margin-right: 10px;
  height: 100%;
  color: #FAFAFE;
  font-size: 1.4rem;
  font-weight: bold;
  line-height: 18px;
  text-align: center;
}
#request-filterSelected-div ul li i,
#intervention-filterSelected-div ul li i,
#search-filterSelected-div ul li i,
#user-filterSelected-div ul li i {
  cursor: pointer;
  color: #aadc14;
  display: inline-block;
  height: 14.13px;
  width: 14.13px;
  margin-right: 10px;
  margin-top: 5px;
  background-color: transparent;
  text-align: center;
  -webkit-border-top-right-radius: 3px;
  -webkit-border-bottom-right-radius: 3px;
  -moz-border-radius-topright: 3px;
  -moz-border-radius-bottomright: 3px;
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
}
.daterangepicker {
  padding: 20px 0 0;
  color: #030F40;
}
.daterangepicker.dropdown-menu:before,
.daterangepicker.dropdown-menu:after {
  display: none;
}
.daterangepicker .calendar-header {
  display: none;
  position: fixed;
  top: 0;
  width: 100%;
  background: #FFFFFF;
}
.daterangepicker .calendar-header .calendar-title {
  position: relative;
  height: 45px;
  line-height: 45px;
  color: #404888;
  font-size: 1.8rem;
  font-weight: bold;
  text-align: center;
  text-transform: uppercase;
  box-shadow: 0 0.5px 0 0 #B2B2B2;
}
.daterangepicker .calendar {
  max-width: none;
  width: 50%;
  margin: 0;
}
.daterangepicker .calendar.right .calendar-table {
  border-left: 1px solid #D7D8DF;
}
.daterangepicker .ranges {
  margin: 0;
  width: 100%;
  border-top: 1px solid #F0F1F6;
}
.daterangepicker .ranges .applyBtn {
  width: 100%;
  height: 40px;
  font-size: 1.5rem;
  font-weight: bold;
  background-color: #aadc14;
  color: #030F40;
  border-radius: 0;
  border-color: transparent;
}
.daterangepicker .ranges .applyBtn:hover {
  background-color: #bff129;
}
.daterangepicker .ranges .cancelBtn {
  display: none;
  position: fixed;
  left: 0;
  top: 0;
  padding: 9px;
  background-color: transparent;
  border: none;
}
.daterangepicker .ranges .cancelBtn .icon {
  width: 27px;
  height: 27px;
  margin: 0;
  fill: #aadc14;
}
.daterangepicker .input-mini {
  border: 1px solid #D7D8DF;
}
.daterangepicker .input-mini.active {
  border-color: #bff129;
  border-radius: 0;
  box-shadow: none;
}
.daterangepicker .daterangepicker_input {
  display: none;
}
.daterangepicker .glyphicon {
  position: inherit;
}
.daterangepicker th.available {
  color: #aadc14;
}
.daterangepicker th.available:hover {
  color: #bff129;
  background-color: transparent;
}
.daterangepicker td.available:hover {
  border-radius: 20px;
}
.daterangepicker td.in-range {
  background-color: #F0F1F6;
}
.daterangepicker td.in-range:hover {
  background-color: #F9F9F9;
}
.daterangepicker td.in-range.available:hover {
  border-radius: 0;
}
.daterangepicker td.active {
  font-weight: bold;
  background-color: #404888;
}
.daterangepicker td.active:hover {
  background-color: #404888;
}
.daterangepicker td.start-date {
  border-radius: 20px 0 0 20px;
}
.daterangepicker td.start-date.available:hover {
  border-radius: 20px 0 0 20px;
}
.daterangepicker td.end-date {
  border-radius: 0 20px 20px 0;
}
.daterangepicker td.end-date.start-date {
  border-radius: 20px;
}
.daterangepicker td.end-date.available:hover {
  border-radius: 0 20px 20px 0;
}
.daterangepicker td.end-date.available.start-date:hover {
  border-radius: 20px;
}
.daterangepicker .calendar-table {
  padding: 0 25px;
}
@media (min-width: 564px) {
  .daterangepicker.ltr .calendar.right .calendar-table {
    border-left: 1px solid #D7D8DF;
  }
}
#customer_filters,
#collapseSearchForm {
  color: #404888;
  padding: 30px 150px;
}
#customer_filters .filters-header,
#collapseSearchForm .filters-header {
  margin-bottom: 40px;
  text-align: center;
}
#customer_filters .title-search,
#collapseSearchForm .title-search {
  margin: 10px 0 10px 0;
  font-weight: bold;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-size: 1.4rem;
}
#customer_filters .under-title-search,
#collapseSearchForm .under-title-search {
  font-size: 1.4rem;
  margin: 0;
}
#customer_filters .button-toggle,
#collapseSearchForm .button-toggle {
  float: right;
  margin-top: 20px;
}
#customer_filters .backLink,
#collapseSearchForm .backLink {
  float: right;
  margin-top: 10px;
}
#customer_filters select,
#collapseSearchForm select {
  font-size: 1.4rem;
}
#customer_filters select.form-control,
#collapseSearchForm select.form-control {
  color: #B2B2B2;
  font-size: 1.4rem;
}
#customer_filters .form-control,
#collapseSearchForm .form-control {
  height: 50px;
}
#customer_filters .form-control::-webkit-input-placeholder,
#collapseSearchForm .form-control::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #B2B2B2;
  font-size: 1.4rem;
  font-style: normal;
}
#customer_filters .form-control::-moz-placeholder,
#collapseSearchForm .form-control::-moz-placeholder {
  /* Firefox 19+ */
  color: #B2B2B2;
  font-size: 1.4rem;
  font-style: normal;
}
#customer_filters .form-control:-ms-input-placeholder,
#collapseSearchForm .form-control:-ms-input-placeholder {
  /* IE 10+ */
  color: #B2B2B2;
  font-size: 1.4rem;
  font-style: normal;
}
#customer_filters .form-control:-moz-placeholder,
#collapseSearchForm .form-control:-moz-placeholder {
  /* Firefox 18- */
  color: #B2B2B2;
  font-size: 1.4rem;
  font-style: normal;
}
#customer_filters .form-control option,
#collapseSearchForm .form-control option {
  color: #404888;
}
#customer_filters .form-control option:first-child,
#collapseSearchForm .form-control option:first-child {
  color: #B2B2B2;
}
#customer_filters .search-form-filter .help-list li,
#collapseSearchForm .search-form-filter .help-list li {
  list-style: none;
}
#customer_filters .search-form-filter .help-list .asterisk,
#collapseSearchForm .search-form-filter .help-list .asterisk {
  color: #404888;
}
#customer_filters .search-form-filter .row-filter,
#collapseSearchForm .search-form-filter .row-filter {
  margin-bottom: 20px;
}
#customer_filters .search-form-filter .row-filter .help-block,
#collapseSearchForm .search-form-filter .row-filter .help-block {
  position: absolute;
  bottom: 0;
  right: 10px;
  top: 45px;
}
#customer_filters .search-form-filter label,
#collapseSearchForm .search-form-filter label {
  margin: 0;
  height: 30px;
  line-height: 30px;
}
#customer_filters .search-form-filter input[type=text],
#collapseSearchForm .search-form-filter input[type=text],
#customer_filters .search-form-filter select,
#collapseSearchForm .search-form-filter select {
  margin: 0;
}
#customer_filters .fa-spin.btn-input-autocomplete,
#collapseSearchForm .fa-spin.btn-input-autocomplete {
  top: 5px;
}
#collapseSearchForm {
  background-color: #FFFFFF;
  padding: 20px;
  -moz-box-shadow: 0 1px 5px -2px #656565;
  -webkit-box-shadow: 0 1px 5px -2px #656565;
  -o-box-shadow: 0 1px 5px -2px #656565;
  box-shadow: 0 1px 5px -2px #656565;
  filter: progid:DXImageTransform.Microsoft.Shadow(color=#656565, Direction=180, Strength=5);
}
#collapseSearchForm .word-spacer {
  border-top: 1px solid #D7D8DF;
  margin: 20px 30px;
}
#collapseSearchForm .word-spacer span {
  position: relative;
  top: -10px;
  padding: 0 30px;
  font-weight: bold;
  text-transform: uppercase;
  background-color: white;
  margin: 0 auto;
  text-align: center;
  width: 140px;
  color: #030F40;
  right: auto;
  display: block;
}
#filter-advanced-submit {
  width: 300px;
  height: 40px;
  padding: 0;
  color: #030F40;
  font-size: 1.5rem;
  border-radius: 5px;
  background-color: #aadc14;
  box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.24);
}
#customerFilter_customerId {
  line-height: 50px;
  display: inline-block;
  margin: 0 0 0 10px;
}
.input-group-btn .btn-search-reference {
  width: 48px;
  height: 50px;
  border-radius: 0;
  display: inline-block;
  margin-right: 0;
  background-color: #aadc14;
}
.input-group-btn .btn-search-reference .fa-check {
  color: #404888;
  font-size: 2.5rem;
}
.main-panel {
  background-color: #FFFFFF;
  text-align: left;
  margin-top: 20px;
}
.main-panel .table-top-menu {
  margin-top: 0;
}
.main-panel .bloc-detail {
  padding-top: 10px;
  padding-bottom: 20px;
}
.main-panel .bloc-detail p {
  color: #404888;
  margin-bottom: 5px;
}
.main-panel .bloc-detail p.mail {
  word-wrap: break-word;
}
.main-panel .bloc-detail .detail-column-bloc {
  margin-bottom: 25px;
}
.main-panel .bloc-detail .column {
  display: inline-block;
  padding: 0 50px;
  vertical-align: top;
  border-left: #D7D8DF 1px solid;
  min-height: 150px;
}
.main-panel .bloc-detail .column:first-child {
  padding-left: 20px;
  border: none;
}
#info .main-panel .bloc-detail .column,
#consumption .main-panel .bloc-detail .column {
  height: 210px;
  padding: 0 35px;
}
#customer_detail .bold {
  font-weight: 800;
}
#customer_detail .hot_edit {
  color: #bff129;
}
#customer_detail .dl-button {
  font-weight: bold;
  color: #aadc14;
}
#customer_detail .tab-content {
  padding-top: 15px;
  margin-bottom: 10px;
}
#customer_detail .tab-content #info .push-click:hover {
  cursor: pointer;
}
#customer_detail .tab-content #info .push-click:after {
  color: #FFFFFF;
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\f054";
  position: absolute;
  right: 24px;
  top: 50%;
  font-size: 1.2rem;
}
#customer_detail .tab-content #info .push-tiles {
  margin-top: 15px;
}
#customer_detail .tab-content #info #customer_not_active div {
  height: 50px;
  padding-top: 12px;
  font-size: 1.3em;
  font-weight: 800;
}
#customer_detail .tab-content #info #customer_not_active .text {
  background-color: #030F40;
  color: #FFFFFF;
  padding-left: 20px;
  text-align: left;
}
#customer_detail .tab-content #info #customer_not_active .link {
  background-color: #bff129;
  text-align: center;
}
#customer_detail .tab-content #info #customer_not_active .link a {
  color: #030F40;
}
#customer_detail .tab-content #info #customer_not_active .link a:hover {
  text-decoration: none;
  color: #030F40;
}
#customer_detail .tab-content #customer_invoicing .push-tiles .push .text-big {
  margin: 0;
}
#customer_detail .tab-content #invoicing_history .tab-default .table .column2 .cell-value {
  font-weight: bold;
}
#customer_detail .tab-content #operation_history .tab-default .table .column2 .cell-value,
#customer_detail .tab-content #operation_history .tab-default .table .column5 .cell-value {
  font-weight: bold;
}
#customer_detail .tab-content #historique .history_top_table {
  background: #FFFFFF;
}
#customer_detail .tab-content #historique .history_top_table div {
  height: inherit;
  padding: 10px 0;
}
#customer_detail .tab-content #historique .history_top_table .last-edit {
  padding-left: 15px;
}
#customer_detail .tab-content #historique .history_top_table .title {
  text-transform: uppercase;
  font-weight: 800;
}
#customer_detail .tab-content #historique .history_top_table .text-big {
  background: #bff129;
}
#customer_detail .tab-content #historique .history_top_table a {
  color: #030F40;
}
#customer_detail .tab-content #historique .history_top_table a:hover {
  text-decoration: none;
}
#customer_detail .push-tiles {
  margin-bottom: 10px;
}
#customer_detail .push-tiles .push {
  min-height: 120px;
  text-align: center;
  border-radius: 5px;
  display: block;
  padding: 10px;
  color: #030F40;
  position: relative;
}
#customer_detail .push-tiles .push .top_banner {
  position: relative;
  padding-bottom: 10px;
}
#customer_detail .push-tiles .push .top_banner .dl-button {
  position: absolute;
  top: 0;
  right: 20px;
}
#customer_detail .push-tiles .push .title {
  font-size: 1.4rem;
  text-transform: uppercase;
  font-weight: 800;
  margin: 0;
}
#customer_detail .push-tiles .push .text {
  font-size: 1.2rem;
  margin: 0;
}
#customer_detail .push-tiles .push .text-big {
  color: #FFFFFF;
  font-size: 3rem;
  margin-top: 15px;
  font-weight: bold;
}
#customer_detail .push-tiles .orange {
  background: #FF8D00;
}
#customer_detail .push-tiles .orange p {
  color: #030F40;
}
#customer_detail .push-tiles .green {
  background: #aadc14;
}
#customer_detail .push-tiles .green p {
  color: #030F40;
}
#customer_detail .push-tiles .blue {
  background: #404888;
}
#customer_detail .push-tiles .blue p {
  color: #FFFFFF;
}
#customer_detail .push-tiles .push_cta_small {
  margin-top: 20px;
  font-size: 1.5rem;
}
#customer_detail .push-tiles .push_cta_small p {
  margin-bottom: 0;
  color: #FFFFFF;
}
#customersList .table .column1,
#customersList .table .column2,
#customersList .table .column3,
#customersList .table .column4 {
  width: 20%;
}
#customersList .table .column5,
#customersList .table .column6 {
  width: 10%;
}
.search-filter-title {
  margin-top: 40px;
  color: #404888;
  text-align: center;
  font-size: 1.4rem;
}
.search-filter-title .search-title {
  font-weight: bold;
  letter-spacing: 1px;
}
.search-filter-title .search-description {
  margin-bottom: 40px;
}
#contractField {
  margin-top: 40px;
}
#customers-filter-form .search-form-filter label {
  height: 50px;
  line-height: 50px;
  margin: 10px 0;
}
#customers-filter-form .search-form-filter .row-filter {
  margin-bottom: 15px;
}
#customers-filter-form .search-form-filter .grouprequired label::after {
  content: " **";
  color: red;
}
#customers-filter-form .search-form-filter input[type=text],
#customers-filter-form .search-form-filter select {
  margin: 10px;
}
#customers-filter-form .search-form-filter .help-block {
  margin-left: 10px;
  color: red;
}
#customers-filter-form .search-form-filter .help-block .info-block {
  color: #e37939;
}
#customers-filter-form .search-form-filter .help-list {
  list-style: none;
  font-style: italic;
}
#customers-filter-form .search-form-filter .help-list .asterisk {
  color: red;
}
#customers-filter-form .search-form-filter .fa-spin.btn-input-autocomplete {
  color: #333;
  top: 20px;
}
@media (max-width: 991px) {
  .search-filter-title {
    width: 94%;
    margin: 0 3%;
  }
  .search-title {
    color: #030F40;
    margin-top: 40px;
    margin-bottom: 10px;
  }
  #filter-advanced-submit {
    width: 100%;
  }
  .search-form-filter input[type=text] .input-group,
  .search-form-filter select .input-group {
    margin: 0;
  }
  #customer_filters .search-form-filter .row-filter,
  #collapseSearchForm .search-form-filter .row-filter {
    margin-bottom: 10px;
    position: relative;
  }
  .word-spacer {
    margin: 40px 3% 40px 3%;
  }
}
#contract-filter-form .filter-header .filter-toggle-button,
#user-filter-form .filter-header .filter-toggle-button {
  width: auto;
  background: none;
}
#contract-filter-form .filter-header .dropdown-filter,
#user-filter-form .filter-header .dropdown-filter {
  float: none;
  margin-right: 10px;
}
#contract-filter-form .search-input.user,
#user-filter-form .search-input.user {
  position: inherit;
  width: 50%;
}
.subscriptions .list-choice-multiple label {
  font-size: 1.4rem;
}
.subscriptions .list-choice-multiple label.required:after {
  content: '';
}
#eServicesContract .contract-eservice {
  padding: 10px 0;
  border-top: 1px solid #E6EDF2;
}
#eServicesContract .contract-eservice:first-child {
  border-top: none;
}
#eServicesContract .eservice-description p {
  margin-bottom: 0;
}
#eServicesContract .eservice-description p.description {
  color: #867C97;
}
#eServicesContract .switch-activation span {
  display: none;
}
.filterbox .intervention-filter .intervention_status_filter {
  height: 40px;
  margin-right: 5px;
  font-size: 1.4rem;
  border-radius: 3px;
  font-weight: bold;
  color: #030F40;
  background-color: #D7D8DF;
}
.filterbox .intervention-filter .ms-parent {
  width: 100%;
}
.filterbox .intervention-filter .ms-parent .ms-drop.bottom {
  width: inherit;
}
.filterbox .intervention-filter .ms-parent .ms-choice {
  border-radius: 0;
  border: 1px solid #D7D8DF;
  width: inherit;
}
.filterbox .intervention-filter .ms-parent .ms-choice span {
  font-size: 1.6rem;
  line-height: 40px;
  color: #030F40;
  font-weight: bold;
}
.filterbox .intervention-filter .ms-parent .ms-choice .fa-caret-down {
  text-align: right;
  display: block;
  right: 1em;
  position: relative;
  color: #aadc14;
}
.filterbox .intervention-filter #datepicker_caret {
  color: #aadc14;
  position: relative;
  display: block;
  text-align: right;
  right: 10px;
  top: -27px;
}
.filterbox .intervention-filter .status-progress,
.filterbox .intervention-filter .status-planned,
.filterbox .intervention-filter .status-completed {
  width: 31%;
}
.table.intervention-table .column1,
.table.intervention-factory-table .column1 {
  max-width: 120px;
}
.table.intervention-table .column2,
.table.intervention-factory-table .column2 {
  max-width: 200px;
}
.table.intervention-table .column3,
.table.intervention-factory-table .column3 {
  max-width: 160px;
  font-weight: bold;
}
.table.intervention-table .column4 {
  max-width: 150px;
}
.table.intervention-table .column6 {
  font-weight: bold;
}
.notificate-file-button {
  float: right;
}
#notificate-file-modal.modal {
  position: absolute !important;
}
#notificate-file-modal.modal .modal-dialog {
  margin-top: 0px !important;
  top: 1px !important;
}
.itv-details {
  margin-bottom: 20px;
}
.itv-details .tsms-button {
  box-shadow: none;
}
.itv-details .tab-default {
  margin-bottom: 20px;
}
#intervention-container {
  margin: 15px 0;
}
.cartography {
  height: 100%;
  /*
  Water quality Live service page
  */
  /* Bloc carte Home page */
  /* Fin Bloc carte home page */
  /**   jslider  **/
}
.cartography.cartography-details {
  height: 70%;
}
.cartography.right-menu-closed article {
  margin-right: 0;
}
.cartography.right-menu-closed .containerBox {
  width: 0;
}
.cartography.right-menu-closed .containerBox .innerContainerBox {
  visibility: hidden;
  opacity: 0;
}
.cartography article,
.cartography aside {
  height: 100%;
}
.cartography article {
  display: block;
  margin-right: 255px;
}
.cartography article .search-bar-group {
  position: absolute;
  width: 280px;
  height: 26px;
  top: 0;
  left: -11px;
}
.cartography article .search-bar-group span {
  color: #FFFFFF;
  position: absolute;
  right: 5px;
  top: 5px;
  font-size: 1.8rem;
}
.cartography article .search-bar-group #search-map-input {
  width: 100%;
  height: 100%;
  background-color: #FFFFFF;
  box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.21);
  border-radius: 3px;
  border: 0;
  padding-left: 30px;
}
.cartography article .leaflet-control-search {
  color: #030F40;
  background-image: none;
}
.cartography article .leaflet-control-search:active {
  color: #aadc14;
}
.cartography .search-wrapper form button {
  height: 26px;
  top: 0;
  background-color: #aadc14;
  width: 28px;
  padding: 0;
}
.cartography aside {
  display: inline-block;
  background: #FFFFFF;
  position: absolute;
  max-height: 100%;
  top: 0;
  right: 0;
  height: 100%;
}
.cartography aside .lowercase {
  text-transform: lowercase;
}
.cartography aside .containerBox {
  width: 255px;
  height: 100%;
  -webkit-transition: width 0.5s;
  transition: width 0.5s;
}
.cartography aside .containerBox .innerContainerBox {
  margin: 10px;
  visibility: visible;
  opacity: 1;
  -webkit-transition: visibility 0s, opacity 1s ease-out;
  transition: visibility 0s, opacity 1s ease-out;
}
.cartography aside .toggle-menu {
  position: absolute;
  top: 0;
  left: -40px;
  width: 40px;
  height: 40px;
  background-color: #404888;
  color: #FFFFFF;
  font-size: 2.5rem;
  line-height: 40px;
  text-align: center;
  box-shadow: -1px 1px 5px 0 rgba(0, 0, 0, 0.35);
  border-bottom-left-radius: 2px;
}
.cartography aside p {
  font-size: 1.4rem;
}
.cartography aside .serviceSelection {
  display: none;
  margin-top: 8px;
}
.cartography aside .serviceSelection .toggleBtn {
  color: #aadc14;
  font-weight: bold;
  cursor: pointer;
  font-size: 1.8rem;
}
.cartography aside .serviceSelection #serviceFamiliesListContainer ul .serviceItem {
  border-radius: 1px;
  width: 70px;
  height: 60px;
  background-color: #F0F1F6;
  float: left;
  margin: 0 10px 10px 0;
  text-align: center;
  cursor: pointer;
}
.cartography aside .serviceSelection #serviceFamiliesListContainer ul .serviceItem:nth-child(3n) {
  margin-right: 0;
}
.cartography aside .serviceSelection #serviceFamiliesListContainer ul .serviceItem div {
  height: 40px;
  font-size: 1.2rem;
}
.cartography aside .serviceSelection #serviceFamiliesListContainer ul .serviceItem .icon {
  color: #030F40;
  font-size: 1.4rem;
  display: block;
  height: 25px;
  width: 25px;
  margin: auto;
  padding-top: 10px;
}
.cartography aside .serviceSelection #serviceFamiliesListContainer ul .serviceItem a {
  display: block;
  color: #030F40;
  font-size: 1rem;
}
.cartography aside .serviceSelection #serviceFamiliesListContainer ul .serviceItem a:hover,
.cartography aside .serviceSelection #serviceFamiliesListContainer ul .serviceItem a:focus {
  text-decoration: none;
}
.cartography aside .serviceSelection #serviceFamiliesListContainer ul .serviceItem a span {
  height: 40px;
  margin: 0;
  padding: 2px;
  display: block;
}
.cartography aside .serviceSelection #serviceFamiliesListContainer ul .serviceItem.active {
  font-weight: bold;
  background-color: #aadc14;
  box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.26);
}
.cartography aside .serviceSelection #servicesListContainer > .panel {
  display: none;
}
.cartography.fullscreen {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1;
}
.cartography.fullscreen aside .custom-multiselect .list-wrapper {
  margin-top: 120px;
}
.cartography .panel-group .panel-body {
  padding: 0 0 8px;
}
.cartography .panel-group .request-filter {
  padding: 0;
}
.cartography .panel-group .button-with-status .btn {
  width: 70px;
  height: 40px;
  padding: 0;
}
.cartography .panel-group .icon.bg-clip-content {
  width: 23px;
  height: 23px;
}
.cartography .panel-group .icon.bg-clip-content:after {
  width: 23px;
  height: 23px;
}
.cartography .panel-legend .icon-bg-clip-content {
  display: inline-block;
  height: 13px;
  width: 13px;
  background-repeat: no-repeat;
  background-size: contain;
  color: #030F40;
  margin-right: 8px;
}
.cartography .panel-legend .icon.blue01,
.cartography .panel-legend .icon-bg-clip-content.blue01 {
  color: #030F40;
  stroke: #030F40;
  fill: #030F40;
}
.cartography .panel-legend .icon.blue02,
.cartography .panel-legend .icon-bg-clip-content.blue02 {
  color: #1010FE;
  stroke: #1010FE;
  fill: #1010FE;
}
.cartography .panel-legend .icon.blue03,
.cartography .panel-legend .icon-bg-clip-content.blue03 {
  color: #14FEFE;
  stroke: #14FEFE;
  fill: #14FEFE;
}
.cartography .panel-legend .icon.yellow01,
.cartography .panel-legend .icon-bg-clip-content.yellow01 {
  color: #F7E35F;
  stroke: #F7E35F;
  fill: #F7E35F;
}
.cartography .panel-legend .icon.orange01,
.cartography .panel-legend .icon-bg-clip-content.orange01 {
  color: #FF7F00;
  stroke: #FF7F00;
  fill: #FF7F00;
}
.cartography .panel-legend .icon.grey01,
.cartography .panel-legend .icon-bg-clip-content.grey01 {
  color: #C5C5C5;
  stroke: #C5C5C5;
  fill: #C5C5C5;
}
.cartography .panel-legend .icon.c-magentacustom,
.cartography .panel-legend .icon-bg-clip-content.c-magentacustom {
  color: #CE23B1;
}
.cartography .panel-legend .icon.c-yellowgreen,
.cartography .panel-legend .icon-bg-clip-content.c-yellowgreen {
  color: yellowgreen;
}
.cartography .panel-legend .icon.c-yellow,
.cartography .panel-legend .icon-bg-clip-content.c-yellow {
  color: yellow;
}
.cartography .panel-legend .icon.c-whitesmoke,
.cartography .panel-legend .icon-bg-clip-content.c-whitesmoke {
  color: whitesmoke;
}
.cartography .panel-legend .icon.c-white,
.cartography .panel-legend .icon-bg-clip-content.c-white {
  color: white;
}
.cartography .panel-legend .icon.c-wheat,
.cartography .panel-legend .icon-bg-clip-content.c-wheat {
  color: wheat;
}
.cartography .panel-legend .icon.c-violet,
.cartography .panel-legend .icon-bg-clip-content.c-violet {
  color: violet;
}
.cartography .panel-legend .icon.c-turquoise,
.cartography .panel-legend .icon-bg-clip-content.c-turquoise {
  color: turquoise;
}
.cartography .panel-legend .icon.c-tomato,
.cartography .panel-legend .icon-bg-clip-content.c-tomato {
  color: tomato;
}
.cartography .panel-legend .icon.c-thistle,
.cartography .panel-legend .icon-bg-clip-content.c-thistle {
  color: thistle;
}
.cartography .panel-legend .icon.c-teal,
.cartography .panel-legend .icon-bg-clip-content.c-teal {
  color: teal;
}
.cartography .panel-legend .icon.c-tan,
.cartography .panel-legend .icon-bg-clip-content.c-tan {
  color: tan;
}
.cartography .panel-legend .icon.c-steelblue,
.cartography .panel-legend .icon-bg-clip-content.c-steelblue {
  color: steelblue;
}
.cartography .panel-legend .icon.c-springgreen,
.cartography .panel-legend .icon-bg-clip-content.c-springgreen {
  color: springgreen;
}
.cartography .panel-legend .icon.c-snow,
.cartography .panel-legend .icon-bg-clip-content.c-snow {
  color: snow;
}
.cartography .panel-legend .icon.c-slategray,
.cartography .panel-legend .icon-bg-clip-content.c-slategray {
  color: slategray;
}
.cartography .panel-legend .icon.c-slateblue,
.cartography .panel-legend .icon-bg-clip-content.c-slateblue {
  color: slateblue;
}
.cartography .panel-legend .icon.c-skyblue,
.cartography .panel-legend .icon-bg-clip-content.c-skyblue {
  color: skyblue;
}
.cartography .panel-legend .icon.c-silver,
.cartography .panel-legend .icon-bg-clip-content.c-silver {
  color: silver;
}
.cartography .panel-legend .icon.c-sienna,
.cartography .panel-legend .icon-bg-clip-content.c-sienna {
  color: sienna;
}
.cartography .panel-legend .icon.c-seashell,
.cartography .panel-legend .icon-bg-clip-content.c-seashell {
  color: seashell;
}
.cartography .panel-legend .icon.c-seagreen,
.cartography .panel-legend .icon-bg-clip-content.c-seagreen {
  color: seagreen;
}
.cartography .panel-legend .icon.c-sandybrown,
.cartography .panel-legend .icon-bg-clip-content.c-sandybrown {
  color: sandybrown;
}
.cartography .panel-legend .icon.c-salmon,
.cartography .panel-legend .icon-bg-clip-content.c-salmon {
  color: salmon;
}
.cartography .panel-legend .icon.c-saddlebrown,
.cartography .panel-legend .icon-bg-clip-content.c-saddlebrown {
  color: saddlebrown;
}
.cartography .panel-legend .icon.c-royalblue,
.cartography .panel-legend .icon-bg-clip-content.c-royalblue {
  color: royalblue;
}
.cartography .panel-legend .icon.c-rosybrown,
.cartography .panel-legend .icon-bg-clip-content.c-rosybrown {
  color: rosybrown;
}
.cartography .panel-legend .icon.c-red,
.cartography .panel-legend .icon-bg-clip-content.c-red {
  color: red;
}
.cartography .panel-legend .icon.c-rebeccapurple,
.cartography .panel-legend .icon-bg-clip-content.c-rebeccapurple {
  color: rebeccapurple;
}
.cartography .panel-legend .icon.c-purple,
.cartography .panel-legend .icon-bg-clip-content.c-purple {
  color: purple;
}
.cartography .panel-legend .icon.c-powderblue,
.cartography .panel-legend .icon-bg-clip-content.c-powderblue {
  color: powderblue;
}
.cartography .panel-legend .icon.c-plum,
.cartography .panel-legend .icon-bg-clip-content.c-plum {
  color: plum;
}
.cartography .panel-legend .icon.c-pink,
.cartography .panel-legend .icon-bg-clip-content.c-pink {
  color: pink;
}
.cartography .panel-legend .icon.c-peru,
.cartography .panel-legend .icon-bg-clip-content.c-peru {
  color: peru;
}
.cartography .panel-legend .icon.c-peachpuff,
.cartography .panel-legend .icon-bg-clip-content.c-peachpuff {
  color: peachpuff;
}
.cartography .panel-legend .icon.c-papayawhip,
.cartography .panel-legend .icon-bg-clip-content.c-papayawhip {
  color: papayawhip;
}
.cartography .panel-legend .icon.c-palevioletred,
.cartography .panel-legend .icon-bg-clip-content.c-palevioletred {
  color: palevioletred;
}
.cartography .panel-legend .icon.c-paleturquoise,
.cartography .panel-legend .icon-bg-clip-content.c-paleturquoise {
  color: paleturquoise;
}
.cartography .panel-legend .icon.c-palegreen,
.cartography .panel-legend .icon-bg-clip-content.c-palegreen {
  color: palegreen;
}
.cartography .panel-legend .icon.c-palegoldenrod,
.cartography .panel-legend .icon-bg-clip-content.c-palegoldenrod {
  color: palegoldenrod;
}
.cartography .panel-legend .icon.c-orchid,
.cartography .panel-legend .icon-bg-clip-content.c-orchid {
  color: orchid;
}
.cartography .panel-legend .icon.c-orangered,
.cartography .panel-legend .icon-bg-clip-content.c-orangered {
  color: orangered;
}
.cartography .panel-legend .icon.c-orange,
.cartography .panel-legend .icon-bg-clip-content.c-orange {
  color: orange;
}
.cartography .panel-legend .icon.c-olivedrab,
.cartography .panel-legend .icon-bg-clip-content.c-olivedrab {
  color: olivedrab;
}
.cartography .panel-legend .icon.c-olive,
.cartography .panel-legend .icon-bg-clip-content.c-olive {
  color: olive;
}
.cartography .panel-legend .icon.c-oldlace,
.cartography .panel-legend .icon-bg-clip-content.c-oldlace {
  color: oldlace;
}
.cartography .panel-legend .icon.c-navy,
.cartography .panel-legend .icon-bg-clip-content.c-navy {
  color: navy;
}
.cartography .panel-legend .icon.c-navajowhite,
.cartography .panel-legend .icon-bg-clip-content.c-navajowhite {
  color: navajowhite;
}
.cartography .panel-legend .icon.c-moccasin,
.cartography .panel-legend .icon-bg-clip-content.c-moccasin {
  color: moccasin;
}
.cartography .panel-legend .icon.c-mistyrose,
.cartography .panel-legend .icon-bg-clip-content.c-mistyrose {
  color: mistyrose;
}
.cartography .panel-legend .icon.c-mintcream,
.cartography .panel-legend .icon-bg-clip-content.c-mintcream {
  color: mintcream;
}
.cartography .panel-legend .icon.c-midnightblue,
.cartography .panel-legend .icon-bg-clip-content.c-midnightblue {
  color: midnightblue;
}
.cartography .panel-legend .icon.c-mediumvioletred,
.cartography .panel-legend .icon-bg-clip-content.c-mediumvioletred {
  color: mediumvioletred;
}
.cartography .panel-legend .icon.c-mediumturquoise,
.cartography .panel-legend .icon-bg-clip-content.c-mediumturquoise {
  color: mediumturquoise;
}
.cartography .panel-legend .icon.c-mediumspringgreen,
.cartography .panel-legend .icon-bg-clip-content.c-mediumspringgreen {
  color: mediumspringgreen;
}
.cartography .panel-legend .icon.c-mediumslateblue,
.cartography .panel-legend .icon-bg-clip-content.c-mediumslateblue {
  color: mediumslateblue;
}
.cartography .panel-legend .icon.c-mediumseagreen,
.cartography .panel-legend .icon-bg-clip-content.c-mediumseagreen {
  color: mediumseagreen;
}
.cartography .panel-legend .icon.c-mediumpurple,
.cartography .panel-legend .icon-bg-clip-content.c-mediumpurple {
  color: mediumpurple;
}
.cartography .panel-legend .icon.c-mediumorchid,
.cartography .panel-legend .icon-bg-clip-content.c-mediumorchid {
  color: mediumorchid;
}
.cartography .panel-legend .icon.c-mediumblue,
.cartography .panel-legend .icon-bg-clip-content.c-mediumblue {
  color: mediumblue;
}
.cartography .panel-legend .icon.c-mediumaquamarine,
.cartography .panel-legend .icon-bg-clip-content.c-mediumaquamarine {
  color: mediumaquamarine;
}
.cartography .panel-legend .icon.c-maroon,
.cartography .panel-legend .icon-bg-clip-content.c-maroon {
  color: maroon;
}
.cartography .panel-legend .icon.c-magenta,
.cartography .panel-legend .icon-bg-clip-content.c-magenta {
  color: magenta;
}
.cartography .panel-legend .icon.c-linen,
.cartography .panel-legend .icon-bg-clip-content.c-linen {
  color: linen;
}
.cartography .panel-legend .icon.c-limegreen,
.cartography .panel-legend .icon-bg-clip-content.c-limegreen {
  color: limegreen;
}
.cartography .panel-legend .icon.c-lime,
.cartography .panel-legend .icon-bg-clip-content.c-lime {
  color: lime;
}
.cartography .panel-legend .icon.c-lightyellow,
.cartography .panel-legend .icon-bg-clip-content.c-lightyellow {
  color: lightyellow;
}
.cartography .panel-legend .icon.c-lightsteelblue,
.cartography .panel-legend .icon-bg-clip-content.c-lightsteelblue {
  color: lightsteelblue;
}
.cartography .panel-legend .icon.c-lightslategray,
.cartography .panel-legend .icon-bg-clip-content.c-lightslategray {
  color: lightslategray;
}
.cartography .panel-legend .icon.c-lightskyblue,
.cartography .panel-legend .icon-bg-clip-content.c-lightskyblue {
  color: lightskyblue;
}
.cartography .panel-legend .icon.c-lightseagreen,
.cartography .panel-legend .icon-bg-clip-content.c-lightseagreen {
  color: lightseagreen;
}
.cartography .panel-legend .icon.c-lightsalmon,
.cartography .panel-legend .icon-bg-clip-content.c-lightsalmon {
  color: lightsalmon;
}
.cartography .panel-legend .icon.c-lightpink,
.cartography .panel-legend .icon-bg-clip-content.c-lightpink {
  color: lightpink;
}
.cartography .panel-legend .icon.c-lightgreen,
.cartography .panel-legend .icon-bg-clip-content.c-lightgreen {
  color: lightgreen;
}
.cartography .panel-legend .icon.c-lightgray,
.cartography .panel-legend .icon-bg-clip-content.c-lightgray {
  color: lightgray;
}
.cartography .panel-legend .icon.c-lightgoldenrodyellow,
.cartography .panel-legend .icon-bg-clip-content.c-lightgoldenrodyellow {
  color: lightgoldenrodyellow;
}
.cartography .panel-legend .icon.c-lightcyan,
.cartography .panel-legend .icon-bg-clip-content.c-lightcyan {
  color: lightcyan;
}
.cartography .panel-legend .icon.c-lightcoral,
.cartography .panel-legend .icon-bg-clip-content.c-lightcoral {
  color: lightcoral;
}
.cartography .panel-legend .icon.c-lightblue,
.cartography .panel-legend .icon-bg-clip-content.c-lightblue {
  color: lightblue;
}
.cartography .panel-legend .icon.c-lemonchiffon,
.cartography .panel-legend .icon-bg-clip-content.c-lemonchiffon {
  color: lemonchiffon;
}
.cartography .panel-legend .icon.c-lawngreen,
.cartography .panel-legend .icon-bg-clip-content.c-lawngreen {
  color: lawngreen;
}
.cartography .panel-legend .icon.c-lavenderblush,
.cartography .panel-legend .icon-bg-clip-content.c-lavenderblush {
  color: lavenderblush;
}
.cartography .panel-legend .icon.c-lavender,
.cartography .panel-legend .icon-bg-clip-content.c-lavender {
  color: lavender;
}
.cartography .panel-legend .icon.c-khaki,
.cartography .panel-legend .icon-bg-clip-content.c-khaki {
  color: khaki;
}
.cartography .panel-legend .icon.c-ivory,
.cartography .panel-legend .icon-bg-clip-content.c-ivory {
  color: ivory;
}
.cartography .panel-legend .icon.c-indigo,
.cartography .panel-legend .icon-bg-clip-content.c-indigo {
  color: indigo;
}
.cartography .panel-legend .icon.c-indianred,
.cartography .panel-legend .icon-bg-clip-content.c-indianred {
  color: indianred;
}
.cartography .panel-legend .icon.c-hotpink,
.cartography .panel-legend .icon-bg-clip-content.c-hotpink {
  color: hotpink;
}
.cartography .panel-legend .icon.c-honeydew,
.cartography .panel-legend .icon-bg-clip-content.c-honeydew {
  color: honeydew;
}
.cartography .panel-legend .icon.c-greenyellow,
.cartography .panel-legend .icon-bg-clip-content.c-greenyellow {
  color: greenyellow;
}
.cartography .panel-legend .icon.c-green,
.cartography .panel-legend .icon-bg-clip-content.c-green {
  color: green;
}
.cartography .panel-legend .icon.c-gray,
.cartography .panel-legend .icon-bg-clip-content.c-gray {
  color: gray;
}
.cartography .panel-legend .icon.c-goldenrod,
.cartography .panel-legend .icon-bg-clip-content.c-goldenrod {
  color: goldenrod;
}
.cartography .panel-legend .icon.c-gold,
.cartography .panel-legend .icon-bg-clip-content.c-gold {
  color: gold;
}
.cartography .panel-legend .icon.c-ghostwhite,
.cartography .panel-legend .icon-bg-clip-content.c-ghostwhite {
  color: ghostwhite;
}
.cartography .panel-legend .icon.c-gainsboro,
.cartography .panel-legend .icon-bg-clip-content.c-gainsboro {
  color: gainsboro;
}
.cartography .panel-legend .icon.c-fuchsia,
.cartography .panel-legend .icon-bg-clip-content.c-fuchsia {
  color: fuchsia;
}
.cartography .panel-legend .icon.c-forestgreen,
.cartography .panel-legend .icon-bg-clip-content.c-forestgreen {
  color: forestgreen;
}
.cartography .panel-legend .icon.c-floralwhite,
.cartography .panel-legend .icon-bg-clip-content.c-floralwhite {
  color: floralwhite;
}
.cartography .panel-legend .icon.c-firebrick,
.cartography .panel-legend .icon-bg-clip-content.c-firebrick {
  color: firebrick;
}
.cartography .panel-legend .icon.c-dodgerblue,
.cartography .panel-legend .icon-bg-clip-content.c-dodgerblue {
  color: dodgerblue;
}
.cartography .panel-legend .icon.c-dimgray,
.cartography .panel-legend .icon-bg-clip-content.c-dimgray {
  color: dimgray;
}
.cartography .panel-legend .icon.c-deepskyblue,
.cartography .panel-legend .icon-bg-clip-content.c-deepskyblue {
  color: deepskyblue;
}
.cartography .panel-legend .icon.c-deeppink,
.cartography .panel-legend .icon-bg-clip-content.c-deeppink {
  color: deeppink;
}
.cartography .panel-legend .icon.c-darkviolet,
.cartography .panel-legend .icon-bg-clip-content.c-darkviolet {
  color: darkviolet;
}
.cartography .panel-legend .icon.c-darkturquoise,
.cartography .panel-legend .icon-bg-clip-content.c-darkturquoise {
  color: darkturquoise;
}
.cartography .panel-legend .icon.c-darkslategray,
.cartography .panel-legend .icon-bg-clip-content.c-darkslategray {
  color: darkslategray;
}
.cartography .panel-legend .icon.c-darkslateblue,
.cartography .panel-legend .icon-bg-clip-content.c-darkslateblue {
  color: darkslateblue;
}
.cartography .panel-legend .icon.c-darkseagreen,
.cartography .panel-legend .icon-bg-clip-content.c-darkseagreen {
  color: darkseagreen;
}
.cartography .panel-legend .icon.c-darksalmon,
.cartography .panel-legend .icon-bg-clip-content.c-darksalmon {
  color: darksalmon;
}
.cartography .panel-legend .icon.c-darkred,
.cartography .panel-legend .icon-bg-clip-content.c-darkred {
  color: darkred;
}
.cartography .panel-legend .icon.c-darkorchid,
.cartography .panel-legend .icon-bg-clip-content.c-darkorchid {
  color: darkorchid;
}
.cartography .panel-legend .icon.c-darkorange,
.cartography .panel-legend .icon-bg-clip-content.c-darkorange {
  color: darkorange;
}
.cartography .panel-legend .icon.c-darkolivegreen,
.cartography .panel-legend .icon-bg-clip-content.c-darkolivegreen {
  color: darkolivegreen;
}
.cartography .panel-legend .icon.c-darkmagenta,
.cartography .panel-legend .icon-bg-clip-content.c-darkmagenta {
  color: darkmagenta;
}
.cartography .panel-legend .icon.c-darkkhaki,
.cartography .panel-legend .icon-bg-clip-content.c-darkkhaki {
  color: darkkhaki;
}
.cartography .panel-legend .icon.c-darkgreen,
.cartography .panel-legend .icon-bg-clip-content.c-darkgreen {
  color: darkgreen;
}
.cartography .panel-legend .icon.c-darkgray,
.cartography .panel-legend .icon-bg-clip-content.c-darkgray {
  color: darkgray;
}
.cartography .panel-legend .icon.c-darkgoldenrod,
.cartography .panel-legend .icon-bg-clip-content.c-darkgoldenrod {
  color: darkgoldenrod;
}
.cartography .panel-legend .icon.c-darkcyan,
.cartography .panel-legend .icon-bg-clip-content.c-darkcyan {
  color: darkcyan;
}
.cartography .panel-legend .icon.c-darkblue,
.cartography .panel-legend .icon-bg-clip-content.c-darkblue {
  color: darkblue;
}
.cartography .panel-legend .icon.c-cyan,
.cartography .panel-legend .icon-bg-clip-content.c-cyan {
  color: cyan;
}
.cartography .panel-legend .icon.c-crimson,
.cartography .panel-legend .icon-bg-clip-content.c-crimson {
  color: crimson;
}
.cartography .panel-legend .icon.c-cornsilk,
.cartography .panel-legend .icon-bg-clip-content.c-cornsilk {
  color: cornsilk;
}
.cartography .panel-legend .icon.c-cornflowerblue,
.cartography .panel-legend .icon-bg-clip-content.c-cornflowerblue {
  color: cornflowerblue;
}
.cartography .panel-legend .icon.c-coral,
.cartography .panel-legend .icon-bg-clip-content.c-coral {
  color: coral;
}
.cartography .panel-legend .icon.c-chocolate,
.cartography .panel-legend .icon-bg-clip-content.c-chocolate {
  color: chocolate;
}
.cartography .panel-legend .icon.c-chartreuse,
.cartography .panel-legend .icon-bg-clip-content.c-chartreuse {
  color: chartreuse;
}
.cartography .panel-legend .icon.c-cadetblue,
.cartography .panel-legend .icon-bg-clip-content.c-cadetblue {
  color: cadetblue;
}
.cartography .panel-legend .icon.c-burlywood,
.cartography .panel-legend .icon-bg-clip-content.c-burlywood {
  color: burlywood;
}
.cartography .panel-legend .icon.c-brown,
.cartography .panel-legend .icon-bg-clip-content.c-brown {
  color: brown;
}
.cartography .panel-legend .icon.c-blueviolet,
.cartography .panel-legend .icon-bg-clip-content.c-blueviolet {
  color: blueviolet;
}
.cartography .panel-legend .icon.c-blue,
.cartography .panel-legend .icon-bg-clip-content.c-blue {
  color: blue;
}
.cartography .panel-legend .icon.c-blanchedalmond,
.cartography .panel-legend .icon-bg-clip-content.c-blanchedalmond {
  color: blanchedalmond;
}
.cartography .panel-legend .icon.c-black,
.cartography .panel-legend .icon-bg-clip-content.c-black {
  color: black;
}
.cartography .panel-legend .icon.c-bisque,
.cartography .panel-legend .icon-bg-clip-content.c-bisque {
  color: bisque;
}
.cartography .panel-legend .icon.c-beige,
.cartography .panel-legend .icon-bg-clip-content.c-beige {
  color: beige;
}
.cartography .panel-legend .icon.c-azure,
.cartography .panel-legend .icon-bg-clip-content.c-azure {
  color: azure;
}
.cartography .panel-legend .icon.c-aquamarine,
.cartography .panel-legend .icon-bg-clip-content.c-aquamarine {
  color: aquamarine;
}
.cartography .panel-legend .icon.c-aqua,
.cartography .panel-legend .icon-bg-clip-content.c-aqua {
  color: aqua;
}
.cartography .panel-legend .icon.c-antiquewhite,
.cartography .panel-legend .icon-bg-clip-content.c-antiquewhite {
  color: antiquewhite;
}
.cartography .panel-legend .icon.c-aliceblue,
.cartography .panel-legend .icon-bg-clip-content.c-aliceblue {
  color: aliceblue;
}
.cartography .panel-legend .bp-gate {
  background-image: url(/build/images/E-VANNE.dc22bd19.svg);
}
.cartography .panel-legend .bp-treatment {
  background-image: url(/build/images/E-TRAITE.fa3a7ef8.svg);
}
.cartography .panel-legend .bp-storage {
  background-image: url(/build/images/E-STOCKA.d4d26383.svg);
}
.cartography .panel-legend .bp-pressure_regulator {
  background-image: url(/build/images/E-REGPRE.f583fb4c.svg);
}
.cartography .panel-legend .bp-debit_regulator {
  background-image: url(/build/images/E-REGDEB.ab103416.svg);
}
.cartography .panel-legend .bp-suppression {
  background-image: url(/build/images/E-REFOUL.02251e41.svg);
}
.cartography .panel-legend .bp-connection {
  background-image: url(/build/images/E-RACCOR.ec5be398.svg);
}
.cartography .panel-legend .bp-hydrant {
  background-image: url(/build/images/E-HYDRAN.bd76587a.svg);
}
.cartography .panel-legend .bp-mine {
  background-image: url(/build/images/E-EXHAUR.9107fb0c.svg);
}
.cartography .panel-legend .bp-cathodic_protection {
  background-image: url(/build/images/E-CATHOD.ad389d3c.svg);
}
.cartography .panel-legend .bp-measuring_device {
  background-image: url(/build/images/E-APMESU.8979dfe5.svg);
}
.cartography .panel-legend .bp-arrow-right-red {
  background-image: url(/build/images/A-VENTOU-EU.4adf68b3.svg);
}
.cartography .panel-legend .bp-arrow-right-green {
  background-image: url(/build/images/A-VENTOU-EP.af69dbb2.svg);
}
.cartography .panel-legend .bp-arrow-right-pink {
  background-image: url(/build/images/A-VENTOU-U.087720a1.svg);
}
.cartography .panel-legend .bp-arrow-right-black {
  background-image: url(/build/images/A-VENTOU-A.9fc25818.svg);
}
.cartography .panel-legend .bp-tra-phy-red {
  background-image: url(/build/images/A-TRAPHY-EU.d1d7fe6b.svg);
}
.cartography .panel-legend .bp-tra-phy-green {
  background-image: url(/build/images/A-TRAPHY-EP.24c099db.svg);
}
.cartography .panel-legend .bp-tra-phy-pink {
  background-image: url(/build/images/A-TRAPHY-U.78dcb0d3.svg);
}
.cartography .panel-legend .bp-tra-phy-black {
  background-image: url(/build/images/A-TRAPHY-A.7050cc87.svg);
}
.cartography .panel-legend .bp-treatment-plant-red {
  background-image: url(/build/images/A-STEP-EU.4fb9405c.svg);
}
.cartography .panel-legend .bp-treatment-plant-green {
  background-image: url(/build/images/A-STEP-EP.eafe6d72.svg);
}
.cartography .panel-legend .bp-treatment-plant-pink {
  background-image: url(/build/images/A-STEP-U.b2069f40.svg);
}
.cartography .panel-legend .bp-treatment-plant-black {
  background-image: url(/build/images/A-STEP-A.2dac3bcd.svg);
}
.cartography .panel-legend .bp-flow-direction-red {
  background-image: url(/build/images/A-SECOUL-EU.cb0a4085.svg);
}
.cartography .panel-legend .bp-flow-direction-green {
  background-image: url(/build/images/A-SECOUL-EP.bc5ab1eb.svg);
}
.cartography .panel-legend .bp-flow-direction-pink {
  background-image: url(/build/images/A-SECOUL-U.4fa45b3b.svg);
}
.cartography .panel-legend .bp-flow-direction-black {
  background-image: url(/build/images/A-SECOUL-A.3f8d6cae.svg);
}
.cartography .panel-legend .bp-pumping-red {
  background-image: url(/build/images/A-POMPAG-EU.bccf92f8.svg);
}
.cartography .panel-legend .bp-pumping-green {
  background-image: url(/build/images/A-POMPAG-EP.5bef8ff8.svg);
}
.cartography .panel-legend .bp-pumping-pink {
  background-image: url(/build/images/A-POMPAG-U.93626bbe.svg);
}
.cartography .panel-legend .bp-pumping-black {
  background-image: url(/build/images/A-POMPAG-A.c850a465.svg);
}
.cartography .panel-legend .bp-hydraulic-red {
  background-image: url(/build/images/A-OUVHYD-EU.a762879e.svg);
}
.cartography .panel-legend .bp-hydraulic-green {
  background-image: url(/build/images/A-OUVHYD-EP.0ac0b19e.svg);
}
.cartography .panel-legend .bp-hydraulic-pink {
  background-image: url(/build/images/A-OUVHYD-U.9d2ef4da.svg);
}
.cartography .panel-legend .bp-hydraulic-black {
  background-image: url(/build/images/A-OUVHYD-A.0b9112c7.svg);
}
.cartography .panel-legend .bp-storm-red {
  background-image: url(/build/images/A-DEVERS-EU.e5c21115.svg);
}
.cartography .panel-legend .bp-storm-green {
  background-image: url(/build/images/A-DEVERS-EP.e262fb5e.svg);
}
.cartography .panel-legend .bp-storm-pink {
  background-image: url(/build/images/A-DEVERS-U.3720acb2.svg);
}
.cartography .panel-legend .bp-storm-black {
  background-image: url(/build/images/A-DEVERS-A.30e4ab2c.svg);
}
.cartography .panel-legend .bp-flow-controller-red {
  background-image: url(/build/images/A-CONDEB-EU.98893832.svg);
}
.cartography .panel-legend .bp-flow-controller-green {
  background-image: url(/build/images/A-CONDEB-EP.4534c3d3.svg);
}
.cartography .panel-legend .bp-flow-controller-pink {
  background-image: url(/build/images/A-CONDEB-U.a7548aa6.svg);
}
.cartography .panel-legend .bp-flow-controller-black {
  background-image: url(/build/images/A-CONDEB-A.fbfe9c64.svg);
}
.cartography .panel-legend .bp-roadway-red {
  background-image: url(/build/images/A-CHAUSS-EU.e59900d4.svg);
}
.cartography .panel-legend .bp-roadway-green {
  background-image: url(/build/images/A-CHAUSS-EP.fd02f8a9.svg);
}
.cartography .panel-legend .bp-roadway-pink {
  background-image: url(/build/images/A-CHAUSS-U.3afe49b4.svg);
}
.cartography .panel-legend .bp-roadway-black {
  background-image: url(/build/images/A-CHAUSS-A.ac384a06.svg);
}
.cartography .panel-legend .bp-cistern-red {
  background-image: url(/build/images/A-CHASSE-EU.944734bc.svg);
}
.cartography .panel-legend .bp-cistern-green {
  background-image: url(/build/images/A-CHASSE-EP.79bcd543.svg);
}
.cartography .panel-legend .bp-cistern-pink {
  background-image: url(/build/images/A-CHASSE-U.2c70e70c.svg);
}
.cartography .panel-legend .bp-cistern-black {
  background-image: url(/build/images/A-CHASSE-A.b02cef0d.svg);
}
.cartography .panel-legend .bp-sensor-red {
  background-image: url(/build/images/A-CAPTEU-EU.0281c781.svg);
}
.cartography .panel-legend .bp-sensor-green {
  background-image: url(/build/images/A-CAPTEU-EP.d9329291.svg);
}
.cartography .panel-legend .bp-sensor-pink {
  background-image: url(/build/images/A-CAPTEU-U.ca8a0e57.svg);
}
.cartography .panel-legend .bp-sensor-black {
  background-image: url(/build/images/A-CAPTEU-A.fdeaeac4.svg);
}
.cartography .panel-legend .bp-bouche-red {
  background-image: url(/build/images/A-BOUCHE-EU.cd287a86.svg);
}
.cartography .panel-legend .bp-bouche-green {
  background-image: url(/build/images/A-BOUCHE-EP.1e07e130.svg);
}
.cartography .panel-legend .bp-bouche-pink {
  background-image: url(/build/images/A-BOUCHE-U.76c0f688.svg);
}
.cartography .panel-legend .bp-bouche-black {
  background-image: url(/build/images/A-BOUCHE-A.8a5dbbe9.svg);
}
.cartography .panel-legend .bp-bassin-red {
  background-image: url(/build/images/A-BASSIN-EU.ae1e1242.svg);
}
.cartography .panel-legend .bp-bassin-green {
  background-image: url(/build/images/A-BASSIN-EP.352da05f.svg);
}
.cartography .panel-legend .bp-bassin-pink {
  background-image: url(/build/images/A-BASSIN-U.09bd1cee.svg);
}
.cartography .panel-legend .bp-bassin-black {
  background-image: url(/build/images/A-BASSIN-A.d055839f.svg);
}
.cartography .panel-legend .bp-bold {
  font-weight: bold;
}
.cartography .panel-legend .bp-dashed {
  border-top-style: dashed;
  height: 6px;
}
.cartography .panel-legend .bp-dashed-line {
  display: inline-block;
  width: 23px;
  height: 2px;
  background: repeating-linear-gradient(to right, darkorange 0px, darkorange 7px, /* Dash width */ transparent 8px, transparent 9px, /* Space */ darkorange 10px, darkorange 11px, /* Dot */ transparent 12px, transparent 14px /* Space before next dash */);
  border-radius: 3px;
  margin-right: 0px;
}
.cartography .panel-legend .bp-dotted {
  border-top-style: dotted;
  height: 6px;
}
.cartography .panel-legend .bp-solid {
  border-top-style: solid;
  height: 6px;
}
.cartography .panel-legend .bp-double {
  border-top-style: solid;
  border-bottom-style: solid;
}
.cartography .panel-legend .bp-1x {
  border-width: 1px;
}
.cartography .panel-legend .bp-2x {
  border-width: 2px;
}
.cartography .panel-legend .bp-red {
  border-color: red;
}
.cartography .panel-legend .bp-orangered {
  color: #FF7F00;
}
.cartography .panel-legend .bp-green {
  border-color: lightgreen;
}
.cartography .panel-legend .bp-blue {
  border-color: blue;
}
.cartography .panel-legend .bp-black {
  border-color: black;
}
.cartography .panel-legend .bp-gray {
  border-color: lightslategray;
}
.cartography .panel-legend .bp-pink {
  border-color: pink;
}
.cartography .panel-legend .bp-magentacustom {
  border-color: #CE23B1;
}
.cartography .panel-legend .legend-list .legend-list {
  display: none;
}
.cartography .index-list {
  margin: 15px 0 20px;
}
.cartography .index-list label {
  float: left;
  width: 50%;
  font-size: 1.2rem;
  font-weight: normal;
  color: #030F40;
}
.cartography .index-list label:before {
  content: '';
  display: inline-block;
  width: 10px;
  height: 10px;
  margin-right: 5px;
}
.cartography .index-list label.green:before {
  background-color: #4dd307;
}
.cartography .index-list label.red:before {
  background-color: #DF001B;
}
.cartography .index-list label.pink:before {
  background-color: #FF2DE4;
}
.cartography .index-list label.grey:before {
  background-color: #8B8A8A;
}
.cartography .legend-list .legend-list {
  margin-left: 40px;
}
.cartography .legend-list.list-choice-multiple .radio,
.cartography .legend-list.list-choice-multiple .checkbox {
  margin-top: 6px;
}
.cartography .legend-sub {
  float: right;
  margin-right: 10px;
  cursor: pointer;
}
.cartography .legend-sub .fa {
  color: #aadc14;
}
.cartography .multiselect-container > li > a > label.radio,
.cartography .multiselect-container > li > a > label.checkbox {
  padding: 3px 10px 3px 30px;
}
.cartography .custom-multiselect .dropdown-menu {
  overflow: auto;
  max-height: 300px;
  width: 235px;
  border: 1px solid #D7D8DF;
}
.cartography .custom-multiselect .dropdown-menu > li > a {
  white-space: inherit;
}
.cartography .custom-multiselect .multiselect-selected-text {
  display: inline-block;
  width: 202px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.cartography .cluster-status {
  width: 40px;
  height: 40px;
  border-radius: 40px;
  text-align: center;
  padding-top: 1px;
  font-size: 2rem;
  font-weight: bold;
  box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.19);
  color: #404888;
  background-color: #FFFFFF;
  border: 3px solid #BEC1D5;
}
.cartography .cluster-status:hover {
  border: 3px solid #D7D8DF;
}
.cartography .cluster-status.status-alert {
  color: #FFFFFF;
  background-color: #DF001B;
  border-color: #FFFFFF;
}
.cartography .cluster-status.status-warning {
  color: #FFFFFF;
  background-color: #FF8D00;
  border-color: #FFFFFF;
}
.cartography .cluster-status.status-normal {
  color: #FFFFFF;
  background-color: #404888;
  border-color: #FFFFFF;
}
.cartography .cluster-status.status-good {
  color: #FFFFFF;
  background-color: #aadc14;
  border-color: #FFFFFF;
}
.cartography .cluster-status.status-neutral {
  color: #404888;
  background-color: #FFFFFF;
  border-color: #FFFFFF;
}
.cartography #map {
  height: 100%;
  cursor: default;
}
.cartography #map #snapshot {
  display: none;
}
.cartography .leaflet-control-search {
  background-image: url(/build/images/search.73d08b2d.png);
  cursor: pointer;
}
.cartography .fa-minus {
  font-size: 1.8rem;
}
.cartography .search-wrapper form {
  display: none;
  margin-top: 10px;
  position: absolute;
  z-index: 99;
}
.cartography .search-wrapper form input {
  border-right: none;
}
.cartography .search-wrapper form button {
  border-color: #d0dde6;
  height: 50px;
  top: 0;
  background-color: transparent;
  border: none;
  width: 60px;
}
.cartography .search-wrapper form button:focus {
  border: none;
}
.cartography .map-container {
  height: 95%;
  margin: 20px;
  padding: 0;
  position: relative;
}
@media (max-width: 480px) {
  .cartography .map-container {
    margin: 0 !important;
    width: 100%;
    height: 100%;
    float: right;
    /*position: absolute;*/
  }
}
.cartography .map-and-legend-container {
  position: relative;
  height: 100%;
  width: 100%;
}
.cartography .map-and-legend-container #map {
  height: 100%;
  cursor: default;
}
.cartography .cartography-bloc-filter a .fa {
  color: #FFFFFF;
}
.cartography .cartography-bloc-filter a:hover .fa {
  color: #FFFFFF;
}
.cartography .list-block li a .icon {
  color: #030F40;
  fill: #030F40;
}
.cartography .list-block li a:hover .icon {
  color: #030F40;
  fill: #030F40;
}
.cartography .map-container-all > .map-and-legend-container {
  padding-bottom: 20px;
}
@media (max-width: 480px) {
  .cartography .map-container-all > .map-and-legend-container {
    padding-bottom: 0;
  }
}
.cartography .home-map-container > .map-and-legend-container {
  padding-bottom: 0px;
}
.cartography .map-container-all {
  clear: both;
}
@media (max-width: 480px) {
  .cartography .map-container-all {
    top: 0;
    background-color: rgba(0, 0, 0, 0);
    position: absolute;
    bottom: 10px;
    left: 0;
    right: 0;
    height: auto;
    width: auto;
    margin: 0 !important;
  }
}
.cartography .map-legend-container {
  height: 98%;
  width: 260px;
  position: absolute;
  right: 0;
  top: 1%;
  z-index: 10;
}
@media (max-width: 480px) {
  .cartography .map-legend-container {
    width: 0;
  }
}
.cartography .map-legend {
  width: 260px;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.9);
  position: absolute;
  top: 0;
  right: 0;
  padding: 15px;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
}
@media (max-width: 480px) {
  .cartography .map-legend {
    width: 0;
    padding: 0;
  }
}
.cartography .btn-map-legend {
  position: absolute;
  top: 10px;
  left: -40px;
  width: 40px;
  height: 40px;
  text-align: center;
  color: #FFFFFF;
  border-radius: 10px 0 0 10px;
  background-color: rgba(0, 0, 0, 0.6);
  padding: 0;
  margin: 0;
  border: none;
}
.cartography .map-legend-title {
  display: inline-block;
  float: left;
  width: 50%;
  font-size: 1.6rem;
  font-weight: bold;
  margin-bottom: 20px;
}
.cartography .map-legend-close {
  display: inline-block;
  float: right;
  border: none;
  margin: 0;
  padding: 0;
  text-align: center;
  background: none;
  width: 30px;
  height: 30px;
  font-size: 1.6rem;
}
.cartography .map-legend-row {
  width: 100%;
  height: auto;
  margin-bottom: 5px;
  clear: both;
}
.cartography .map-legend-category {
  width: 100%;
  height: auto;
  margin-bottom: 10px;
  margin-top: 0;
  clear: both;
}
.cartography .map-legend-icon {
  width: 30px;
  height: 35px;
  font-size: 2rem;
  display: inline-block;
  vertical-align: middle;
  text-align: center;
}
.cartography .map-legend-label {
  width: 140px;
  display: inline-block;
  color: #4a5364;
  line-height: 16px;
  font-weight: normal;
  margin-bottom: 0;
  vertical-align: middle;
}
.cartography .map-legend-label.second-level-legend,
.cartography .map-legend-label.third-level-legend,
.cartography .map-legend-label.fourth-level-legend {
  width: auto;
  margin-top: 5px;
}
.cartography #thematics .map-legend-section .one-level-legend a.map-legend-section-title,
.cartography #buried_patrimony .map-legend-section .one-level-legend a.map-legend-section-title {
  width: 177px;
}
.cartography .second-level-legend a.map-legend-section-title,
.cartography .third-level-legend a.map-legend-section-title,
.cartography .fourth-level-legend a.map-legend-section-title {
  width: auto !important;
}
.cartography a.map-legend-section-title {
  color: #333333;
  font-weight: bold;
  font-size: 1.4rem;
  margin-bottom: 0;
  width: 100%;
  text-decoration: none;
}
.cartography #live-container .map-legend-category:not(#drinking_water_quality) {
  display: none;
}
.cartography #live-container input#live {
  display: none;
}
.cartography #live-container #drinking_water_quality .map-legend-category,
.cartography #live-container #drinking_water_quality .map-legend-section {
  display: block;
}
.cartography .rotate-90 {
  transform: rotate(-90deg);
}
.cartography .rotate-45 {
  transform: rotate(-45deg);
}
.cartography .thematics-chevron {
  margin-top: 3px;
}
.cartography .second-level-legend {
  margin-left: 15px;
}
.cartography .third-level-legend {
  margin-left: 25px;
}
.cartography .fourth-level-legend {
  margin-left: 35px;
}
.cartography #thematics .map-legend-section a.map-legend-section-title {
  width: initial;
}
.cartography a.map-legend-section-title:hover {
  text-decoration: none;
  opacity: 0.8;
}
.cartography .map-legend-section-title > i {
  float: right;
  margin-right: 8px;
}
.cartography .map-legend-icon img {
  max-width: 30px;
  max-height: 30px;
}
.cartography .hydrant-compliant {
  color: #149718;
}
.cartography .hydrant-not-compliant {
  color: #97040c;
}
.cartography .hydrant-unknown-state {
  color: #000000;
}
.cartography .leak-accessory,
.cartography .leak-connection,
.cartography .leak-pipe {
  float: left;
  font-size: 1.4em;
  line-height: inherit;
  margin-right: 5px;
}
.cartography .leak-accessory {
  color: #ff9900;
}
.cartography .leak-connection {
  color: #ff99ff;
}
.cartography .leak-pipe {
  color: #cc0000;
}
.cartography .perimeter-compliant {
  color: #c6fec6;
  float: left;
  font-size: 1.4em;
  line-height: inherit;
  margin-right: 5px;
}
.cartography .perimeter-not-compliant {
  color: #fda1a1;
  float: left;
  font-size: 1.4em;
  line-height: inherit;
  margin-right: 5px;
}
.cartography .perimeter-unknown-state {
  color: #c0c0c0;
  float: left;
  font-size: 1.4em;
  line-height: inherit;
  margin-right: 5px;
}
.cartography .tsms-cluster {
  width: 40px;
  height: 40px;
  background-color: #FFFFFF;
  border-radius: 40px;
  text-align: center;
  padding-top: 1px;
  font-size: 2rem;
  color: #365b92;
  border: 3px solid rgba(82, 139, 222, 0.5);
}
.cartography .tsms-cluster.red,
.cartography .tsms-cluster.orange,
.cartography .tsms-cluster.blue,
.cartography .tsms-cluster.green {
  color: #FFF;
  font-weight: bold;
}
.cartography .tsms-cluster.red {
  background-color: #DF001B;
}
.cartography .tsms-cluster.orange {
  background-color: orange;
}
.cartography .tsms-cluster.blue {
  background-color: #404888;
}
.cartography .tsms-cluster.green {
  background-color: #AADC14;
}
.cartography .tsms-cluster:hover {
  border: 3px solid #528bde;
}
.cartography .loader {
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background: none repeat scroll 0 0 rgba(100, 100, 100, 0.3);
  line-height: 100%;
  text-align: center;
  z-index: 10000;
}
.cartography .loader i {
  position: relative;
  top: 45%;
}
@media (max-width: 480px) {
  .cartography .map-container-all #map {
    border-top: 4px solid #FFFFFF;
    z-index: 1;
  }
}
.cartography .main-box-with-map {
  margin: 20px 0 0;
  overflow-y: auto;
  overflow-x: hidden;
}
@media (max-width: 480px) {
  .cartography .main-box-with-map {
    margin: 0 !important;
    float: right;
    width: 100%;
    bottom: 0;
    position: absolute;
    z-index: 10;
    opacity: 0.9;
  }
}
.cartography .map-container .map-info {
  font-size: 1.4rem;
  color: #6b798e;
  line-height: 40px;
}
@media (max-width: 480px) {
  .cartography .map-container .map-info {
    position: absolute;
    bottom: 0;
    z-index: 10;
    width: 100%;
    height: 40px;
    background-color: rgba(255, 255, 255, 0.8);
  }
}
.cartography .map-container .map-info .map-info-count {
  float: left;
  font-style: italic;
  margin-left: 15px;
}
.cartography .map-container .map-info .map-info-lastupdate {
  float: right;
  margin-right: 15px;
}
@media (max-width: 480px) {
  .cartography .map-container .map-info .map-info-lastupdate {
    float: left;
    margin-left: 15px;
  }
}
.cartography .home-map-container {
  width: auto;
  background-clip: content-box;
  position: absolute;
  left: 370px;
  right: 0;
}
.cartography .home-map-container > #map {
  height: 100%;
}
.cartography .home-map-container > #map > i {
  color: black;
  margin-top: 100px;
  opacity: 0.3;
  z-index: 10;
  position: relative;
}
.cartography .layout-slider {
  padding-top: 40px;
  padding-bottom: 45px;
  padding-left: 30px;
  padding-right: 30px;
}
.cartography .jslider_round_plastic .jslider-pointer {
  background-image: url(/build/images/jslider.tsms.pointer.5f8ed2bd.png);
  background-position: 0 0;
  width: 22px;
  height: 22px;
  top: -7px;
  margin-left: -8px;
}
.cartography .jslider_round_plastic .jslider-pointer-hover {
  background-image: url(/build/images/jslider.tsms.pointer.hover.3f93b2ea.png);
}
.cartography .jslider .jslider-value {
  top: -38px;
  font-family: Arial;
  font-size: 1.5rem;
  background-color: #d0dce5;
  padding: 6px;
  border-radius: 3px;
  border-left: 3px solid #4a5364;
}
.cartography .jslider .jslider-value-to {
  border-left: none;
  border-right: 3px solid #4a5364;
}
.cartography .jslider .jslider-bg .l {
  background-image: url(/build/images/jslider.tsms.bar.border.1f4a536f.png);
  background-position: 0 0;
}
.cartography .jslider .jslider-bg .r {
  background-image: url(/build/images/jslider.tsms.bar.border.1f4a536f.png);
  background-position: right 0;
}
.cartography .jslider .jslider-bg .f {
  background-image: url(/build/images/jslider.tsms.bar.background.36e14383.png);
  background-position: 0 0;
}
.cartography .jslider .jslider-bg .v {
  background-image: url(/build/images/jslider.tsms.bar.selected.4007e6cc.png);
  background-position: 0 0;
}
.cartography .jslider .jslider-scale span {
  top: 10px;
  width: 5px;
  height: 5px;
  border-radius: 5px;
  background-color: #d0dce5;
  border: none;
}
.cartography .jslider .jslider-scale ins {
  font-size: 1.4rem;
  color: #4a5364;
  width: 40px;
  top: 10px;
}
.cartography .jslider .jslider-scale span.jslider-mid-scale ins {
  font-weight: bold;
  left: -10px;
}
.cartography .home-map-container .map-legend-container {
  width: 0;
}
.cartography .home-map-container .map-legend {
  opacity: 0;
  padding: 0;
  width: 0;
}
.cartography #printModal form#formPrintMap {
  height: 300px;
}
.cartography #printModal .modal-footer {
  padding: 23px;
}
.cartography #closePrintButton {
  display: none;
  padding: 15px 0px;
  font-size: 1.2em;
}
.cartography .bp-circle-red {
  background-image: url(/build/images/pit_red.cea7b9ac.svg);
}
.cartography .bp-circle-green {
  background-image: url(/build/images/pit_green.40b89a38.svg);
}
.cartography .bp-circle-blue {
  background-image: url(/build/images/pit_blue.5107bd0d.svg);
}
.cartography .bp-circle-green-wtrqlt {
  background-image: url(/build/images/green_full_134_selected.5a67c284.png);
}
.cartography .bp-circle-orange-wtrqlt {
  background-image: url(/build/images/orange_134_selected.a9884a14.png);
}
.cartography .bp-circle-red-wtrqlt {
  background-image: url(/build/images/red_134_selected.3e5b9fc1.png);
}
.cartography .bp-warning {
  background-image: url(/build/images/warning-sign.a3ebbe2b.svg);
}
.cartography .bp-reveiver {
  background-image: url(/build/images/receiver.f3feb6c3.svg);
}
.cartography .pac-container {
  z-index: 999999999;
}
.cartography .leaflet-control a {
  color: #030F40;
  cursor: pointer;
}
.cartography .leaflet-control a .fa {
  color: #030F40;
}
.cartography .leaflet-control a:hover .fa {
  color: #030F40;
}
.cartography .leaflet-control a .map-print {
  width: 30px;
  height: 17px;
  top: 1px;
  right: 3px;
}
.cartography .leaflet-control a .map-cadastral {
  width: 29px;
  height: 23px;
  right: 1px;
}
.cartography .leaflet-control a .map-streetview {
  width: 29px;
  height: 23px;
  left: 0;
  top: 4px;
}
.cartography .leaflet-control a .map-ign {
  width: 27px;
  height: 27px;
  left: -3px;
  top: -1px;
}
.cartography .leaflet-control a .map-zoombox {
  height: 24px;
  width: 24px;
  left: 1px;
  top: 1px;
}
.cartography .leaflet-control a .ruler {
  height: 18px;
  width: 18px;
  left: 4px;
  top: 4px;
}
.cartography .leaflet-control a.control-btn-active {
  color: #aadc14;
  fill: #aadc14;
}
.cartography .leaflet-pseudo-fullscreen {
  z-index: 1 !important;
}
.cartography .fa-filter.map-fullscreen {
  z-index: 20;
}
.cartography .leaflet-control-container .leaflet-top {
  z-index: 99;
}
.cartography .leaflet-control-container .leaflet-left {
  left: 10px;
}
.cartography .tsms-map-popup a.leaflet-popup-close-button {
  top: 10px;
  right: 10px;
  width: 20px;
  height: 20px;
  padding: 0;
  line-height: 20px;
  font-size: 3rem;
  font-weight: normal;
  color: #aadc14;
}
.cartography .tsms-map-popup a.leaflet-popup-close-button:hover {
  color: #bff129;
}
.cartography .tsms-map-popup .leaflet-popup-content-wrapper {
  padding: 0;
}
.cartography .tsms-map-popup .leaflet-popup-content {
  margin: 0;
}
.cartography .tsms-map-popup .leaflet-popup-content.leaflet-popup-scrolled {
  overflow: hidden;
  border-top: none;
  border-bottom: none;
}
.cartography .tsms-map-popup .leaflet-popup-content .popup-wrapper .popup-header {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  justify-content: center;
  height: 60px;
  padding: 8px;
  background: #030F40;
  border-radius: 12px 12px 0 0;
}
.cartography .tsms-map-popup .leaflet-popup-content .popup-wrapper .popup-header h3 {
  display: none;
  color: #FFFFFF;
  font-size: 1.4rem;
  font-weight: bold;
  margin: 0 20px 0 0;
}
.cartography .tsms-map-popup .leaflet-popup-content .popup-wrapper .popup-header h3:first-child {
  display: inline;
}
.cartography .tsms-map-popup .leaflet-popup-content .popup-wrapper .popup-header .icon {
  float: left;
  width: 30px;
  height: 30px;
}
.cartography .tsms-map-popup .leaflet-popup-content .popup-wrapper .popup-content {
  padding: 12px;
}
.cartography .tsms-map-popup .leaflet-popup-content .popup-wrapper .popup-content .popup-overflow {
  overflow: auto;
}
.cartography .tsms-map-popup .leaflet-popup-content .popup-wrapper .popup-content ul.information {
  display: none;
  list-style: none;
  padding: 0;
  margin: 0;
}
.cartography .tsms-map-popup .leaflet-popup-content .popup-wrapper .popup-content ul.information:first-child {
  display: list-item;
}
.cartography .tsms-map-popup .leaflet-popup-content .popup-wrapper .popup-content ul.information li {
  margin-bottom: 6px;
  font-size: 1.3rem;
}
.cartography .tsms-map-popup .leaflet-popup-content .popup-wrapper .popup-footer a {
  color: #030F40;
}
.cartography .tsms-map-popup .leaflet-popup-content .popup-wrapper .popup-footer a:last-child {
  border-radius: 0 0 12px 12px;
}
#request-container {
  margin: 20px 0;
}
#body > div#all_onglets .onglet {
  height: auto;
}
#filter-selected-div #request-filterSelected-div {
  border-top: 1px #D7D8DF solid;
  margin-top: -1px;
  background-color: #FFFFFF;
  padding: 20px 10px 5px 10px;
}
#filter-selected-div #request-filterSelected-div ul {
  margin-bottom: 0;
}
#filter-selected-div #request-filterSelected-div ul li {
  margin-right: 10px;
  padding-left: 10px;
  color: #FFFFFF;
}
.filter-form {
  margin-bottom: 15px;
  -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.06);
  -moz-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.06);
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.06);
}
.filter-form .filter-header {
  margin-bottom: 0;
}
.filter-form.horizontal {
  box-shadow: none;
}
.filter-form.horizontal .form-group {
  display: inline-block;
  margin-right: 3rem;
  min-width: 330px;
  vertical-align: middle;
}
.filter-form.horizontal .form-group:first-child {
  margin-left: 0;
}
.filter-form.horizontal .multiselect-native-select button {
  min-width: 330px;
  height: 50px;
  text-align: left;
  border-radius: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  font-size: 16px;
  font-weight: 500;
}
.filter-form.horizontal .multiselect-native-select .svg-container {
  float: right;
}
.filter-form.horizontal .multiselect-native-select svg.icon {
  fill: #aadc14;
  height: 1.2rem;
  width: 1.2rem;
  margin-right: 0;
}
.filter-form.horizontal .btn.btn-primary {
  height: 48px;
  text-align: center;
}
.filterbox {
  padding: 0 15px 15px;
  background-color: #F9F9F9;
}
.filterbox select.form-control {
  width: 100%;
}
.filterbox article.extended-filters {
  margin-top: 20px;
}
.filterbox .ms-parent {
  width: 100%;
}
.filterbox .request-filter {
  padding: 0;
  margin-top: 15px;
  width: 100%;
}
.filterbox #filter-submit,
.filterbox .filter-submit-button {
  margin: 10px 0 0;
}
.filterbox .filter-submit-container {
  text-align: right;
}
.filterbox .multiselect-native-select {
  width: 100%;
}
.request-filter-title,
.intervention-filter-title,
.pluvial-filter-title,
.user-filter-title {
  margin-bottom: 4px;
  font-weight: bold;
}
.breadcrumbs-button_group .init-bread-crumbs {
  margin: 0 0 15px 0;
  white-space: normal;
}
.breadcrumbs-button_group .init-bread-crumbs span {
  background: none;
}
.breadcrumbs-button_group .breadcrumbs-button {
  padding: 14px 12px 14px 35px;
}
.breadcrumbs-button_group .breadcrumbs-button:last-child {
  padding: 14px 18px 14px 35px;
  background-color: #404888 !important;
}
.breadcrumbs-button_group .breadcrumbs-button:last-child:after {
  content: " ";
  display: block;
  width: 0;
  height: 0;
  border-top: 25px solid transparent;
  border-bottom: 25px solid transparent;
  border-left: 20px solid #404888;
  position: absolute;
  top: 50%;
  margin-top: -25px;
  margin-left: 1px;
  left: 100%;
  z-index: 3;
}
.breadcrumbs-button_group .breadcrumbs-button:not(:last-child):before {
  border-left: 20px solid #D7D8DF;
}
.breadcrumbs-button_group .breadcrumbs-button:not(:last-child):after {
  border-left: 20px solid #FFFFFF;
}
.container-inner .widget-container {
  margin-top: 0;
}
.container-inner .top-banner_tab-row {
  margin-bottom: 10px;
}
.widget-container {
  margin-top: 70px;
  padding: 0;
}
.widget-container h2 {
  margin: 0 0 24px 0;
  font-size: 1.6rem;
  font-weight: bold;
  letter-spacing: 1.26px;
}
.widget-container .widget-iframe {
  border: none;
  height: 260px;
  padding: 0;
  top: -10px;
}
.widget-container .widget-row {
  margin-bottom: 32px;
}
.widget-container .widget {
  padding: 0;
  box-shadow: 0 0 7px 0 rgba(0, 0, 0, 0.1);
  border: none;
  border-radius: 0;
  /* Template-level styles */
  /* Main structure overriding */
}
.widget-container .widget .panel-heading,
.widget-container .widget .panel-body,
.widget-container .widget .panel-footer {
  padding: 0;
}
.widget-container .widget .panel-heading,
.widget-container .widget .panel-footer {
  height: 40px;
  line-height: 40px;
}
.widget-container .widget .panel-heading {
  text-align: center;
  text-transform: uppercase;
  font-size: 1.2rem;
  font-weight: bold;
  color: #030F40;
}
.widget-container .widget .panel-heading[data-href],
.widget-container .widget .panel-heading a {
  color: #030F40;
  text-decoration: none;
}
.widget-container .widget .panel-heading[data-href]:hover,
.widget-container .widget .panel-heading a:hover {
  color: #404888;
}
.widget-container .widget .panel-heading[data-href]:hover .icon,
.widget-container .widget .panel-heading a:hover .icon {
  fill: #bff129;
}
.widget-container .widget .panel-heading .subtitle {
  position: relative;
  top: -20px;
  font-size: 1.2rem;
  font-weight: normal;
  color: #B2B2B2;
  text-transform: none;
}
.widget-container .widget .panel-body {
  height: 160px;
  overflow: hidden;
  overflow-y: auto;
}
.widget-container .widget .panel-body .list-unstyled {
  margin-bottom: 0;
}
.widget-container .widget .panel-body .error {
  padding: 15px;
}
.widget-container .widget .panel-body .custom-multiselect .dropdown-menu {
  overflow: auto;
  max-height: 130px;
}
.widget-container .widget .panel-body .custom-multiselect .dropdown-menu li a > label {
  white-space: normal;
}
.widget-container .widget .panel-body .custom-multiselect .multiselect-selected-text {
  display: inline-block;
  width: 100%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.widget-container .widget .widget-button {
  background: #aadc14;
  border-radius: 0;
  color: #030F40;
  display: block;
  font-size: 1.5rem;
  font-weight: bold;
  height: 100%;
  margin: 0;
  padding: 0;
  text-align: center;
  width: 100%;
}
.widget-container .widget .widget-button a {
  /* Redefined at link level, as some buttons are rendered in button tags */
  color: #030F40;
  display: block;
}
.widget-container .widget .widget-button:hover {
  background: #aadc14;
  cursor: pointer;
}
.widget-container .widget .widget-button:hover a {
  text-decoration: none;
}
.widget-container .widget.full-image-widget .panel-heading a {
  display: block;
}
.widget-container .widget.full-image-widget .panel-body {
  position: relative;
}
.widget-container .widget.full-image-widget .panel-body a {
  display: block;
  width: 100%;
  height: 100%;
}
.widget-container .widget.full-image-widget .panel-body .cover {
  width: 100%;
  height: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}
.widget-container .widget.full-image-widget img {
  position: absolute;
  width: 100%;
  top: -50%;
  left: 0;
}
.widget-container .widget.full-svg-widget {
  text-align: center;
}
.widget-container .widget.full-svg-widget .icon {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 35px;
  fill: #030F40;
}
.widget-container .widget.advanced-header-widget .panel-heading > div {
  position: relative;
}
.widget-container .widget.advanced-header-widget .panel-heading > div .header-icon {
  position: absolute;
  top: 0;
}
.widget-container .widget.advanced-header-widget .panel-heading > div .header-icon.icon-left {
  left: 10px;
}
.widget-container .widget.advanced-header-widget .panel-heading > div .header-icon.icon-right {
  right: 10px;
}
.widget-container .widget.advanced-header-widget .panel-heading > div .header-icon .icon {
  fill: #aadc14;
  width: 30px;
  height: 30px;
  margin: 0;
  padding: 0;
}
.widget-container .widget.advanced-header-widget .panel-heading > div .header-icon .icon.icon-list {
  widht: 24px;
  height: 24px;
}
.widget-container .widget.advanced-header-widget .panel-heading > div .header-icon:hover .icon {
  fill: #bff129;
}
.widget-container .widget.link-header-widget .panel-heading .icon {
  fill: #aadc14;
}
.widget-container .widget.link-header-widget .panel-heading a {
  color: #030F40;
}
.widget-container .widget.link-header-widget .panel-heading a:hover {
  cursor: pointer;
  text-decoration: none;
}
.widget-container .widget.link-header-widget .panel-heading a:hover .icon {
  fill: #bff129;
}
.widget-container .widget.triple-pane-widget .panel-heading {
  border-bottom: 1px solid #D7D8DF;
}
.widget-container .widget.triple-pane-widget .panel-body table {
  width: 100%;
  height: 100%;
}
.widget-container .widget.triple-pane-widget .panel-body table td:first-child {
  border-left: none;
}
.widget-container .widget.triple-pane-widget .panel-body td {
  vertical-align: middle;
  position: relative;
  width: 33.33333333%;
  border-left: 1px solid #D7D8DF;
  font-size: 1.1rem;
  margin: 0;
  padding: 0;
  font-weight: bold;
  color: #030F40;
}
.widget-container .widget.triple-pane-widget .panel-body td strong {
  display: block;
  font-size: 3rem;
}
.widget-container .widget.triple-pane-widget .panel-body td p.bottom {
  position: absolute;
  bottom: 0;
  width: 100%;
  color: #787878;
  /* not referenced in variables */
  font-size: 1.1rem;
}
.widget-container .widget.triple-pane-widget .panel-body td .icon {
  width: 15px;
  height: 15px;
  fill: #aadc14;
}
.widget-container .widget.triple-pane-widget .panel-body td .bigger {
  font-size: 4.4rem;
}
.widget-container .widget.my-administration-widget .panel-body {
  padding: 10px 15px 0;
}
.widget-container .widget.my-administration-widget .panel-body #customerFilter_customerId {
  line-height: 40px;
  margin-left: 0;
  color: #030F40;
}
.widget-container .widget.my-administration-widget .panel-body .name-container {
  padding-right: 5px;
}
.widget-container .widget.my-administration-widget .panel-body .town-container {
  padding-left: 5px;
}
.widget-container .widget.my-administration-widget .panel-body input[type="text"] {
  padding: 12px;
  height: 40px;
}
.widget-container .widget.my-administration-widget .panel-body .input-group-btn .btn-search-reference {
  margin-bottom: 0;
}
.widget-container .widget.my-administration-widget .panel-body .divider .word-spacer {
  border-top: 1px solid #D7D8DF;
  height: 25px;
  margin: 25px 15px 0;
}
.widget-container .widget.my-administration-widget .panel-body .divider .word-spacer span {
  right: auto;
  display: block;
  margin: 0 auto;
  text-align: center;
  width: 40px;
  color: #030f40;
  position: relative;
  top: -10px;
  padding: 0 12px;
  font-weight: bold;
  background-color: white;
}
.widget-container .widget.my-administration-widget .panel-body .submit-container {
  padding: 0;
}
.widget-container .widget.my-administration-widget .panel-body .submit-container #filter-advanced-submit {
  font-weight: bold;
  margin-top: 20px;
  width: 100%;
  border-radius: 0;
  height: 40px;
}
.widget-container .widget.my-administration-widget .input-group-btn .btn-search-reference {
  height: 40px;
}
.widget-container .widget.contract-list-widget ul li {
  display: block;
  width: 100%;
  height: 50px;
  border: solid 1px transparent;
  /* invisible border to avoid offseting on hover */
  border-top: 1px solid #D7D8DF;
}
.widget-container .widget.contract-list-widget ul li a {
  display: block;
  padding: 14px 12px;
  width: 100%;
  font-size: 1.4rem;
  color: #000933;
  /* not in variables.less */
  position: relative;
}
.widget-container .widget.contract-list-widget ul li a .icon {
  width: 18px;
  height: 18px;
  fill: #aadc14;
}
.widget-container .widget.contract-list-widget ul li a .icon.folder {
  fill: #404888;
}
.widget-container .widget.contract-list-widget ul li a .icon.folder-caret {
  position: relative;
  right: 2px;
}
.widget-container .widget.contract-list-widget ul li a:hover,
.widget-container .widget.contract-list-widget ul li a:focus,
.widget-container .widget.contract-list-widget ul li a:active {
  text-decoration: none;
}
.widget-container .widget.contract-list-widget ul li:hover {
  border: solid 1px #404888;
}
.widget-container .widget.external-tools-widget li {
  display: block;
  width: 100%;
  height: 50px;
  border: solid 1px transparent;
  /* invisible border to avoid offseting on hover */
  border-top: 1px solid #D7D8DF;
  text-align: center;
  padding: 14px 12px;
  font-size: 1.2rem;
  color: #000933;
  /* not in variables.less */
}
.widget-container .widget.external-tools-widget li:hover {
  border: solid 1px #404888;
  cursor: pointer;
}
.widget-container .widget.water-quality .quality-contract {
  padding: 0 14px;
  float: none;
  display: block;
  width: initial;
  height: initial;
}
.widget-container .widget.water-quality .empty-data {
  padding-top: 50px;
  display: block;
  text-align: center;
}
.widget-container .widget.water-quality .water-quality-container {
  height: 160px;
}
.widget-container .widget.water-quality .water-quality-container .ajax-loader {
  background-image: url(/build/images/loader.3ce7735e.gif);
  background-repeat: no-repeat;
  width: 100%;
  height: 100%;
  background-position: 50%;
}
.widget-container .widget.water-quality .water-quality-container .bacterio-label {
  color: #030F40;
  display: block;
  font-size: 2rem;
}
.widget-container .widget.water-quality .water-quality-container .physico-label {
  color: #528BDE;
  /* not in variables.less */
  display: block;
  font-size: 2rem;
}
.widget-container .widget.water-quality .water-quality-container #chart-gauge-widget-container {
  margin-top: 20px;
  height: 140px;
}
.widget-container .widget.water-quality .water-quality-container .chart-label-widget-container {
  height: 100%;
}
.widget-container .widget.water-quality .water-quality-container .chart-label-widget-container p {
  margin: 0;
  height: 50%;
  padding: 10px 0;
}
.widget-container .widget.no-footer .panel-body {
  height: 200px;
}
.widget-container .widget.no-footer .panel-footer {
  display: none;
}
.widgets-ajax-loader {
  with: 100%;
  height: 250px;
  margin-top: 15px;
  background: url(/build/images/loader.3ce7735e.gif) no-repeat center center;
}
/* External tools new branding page. Remove file and call in suez_tsms.less */
.container-fluid.banner-box {
  padding: 0;
}
.over-there {
  position: absolute;
  padding-top: 9px;
}
.over-there .external-tools-arrow {
  position: relative;
  right: -9px;
  width: 113px;
  height: 87px;
  fill: #aadc14;
}
.over-there .skewed-arrow-caption {
  position: absolute;
  bottom: 0;
  left: -36px;
  font-weight: bold;
  color: #aadc14;
  transform: rotate(-17deg);
  font-size: 2rem;
  text-align: center;
}
.banner {
  background-color: #404888;
  width: 100%;
  height: 100%;
  position: relative;
}
.banner .inner {
  color: #FFFFFF;
  text-align: center;
  padding: 62px 0;
}
.banner .inner svg.icon-th {
  display: block;
  fill: #aadc14;
  width: 36px;
  height: 36px;
  margin: auto;
}
.banner .inner h2 {
  text-transform: uppercase;
  font-size: 1.6em;
  font-weight: bold;
}
.banner .inner p {
  font-size: 1em;
}
.content-documentation {
  position: absolute;
  bottom: 10px;
}
.content-documentation a.icon-link {
  width: 100% !important;
  background: transparent !important;
}
#document-navigation {
  /**
   * Info-box (the right box)
   **/
  height: 100%;
  box-sizing: border-box;
}
#document-navigation .filter-form .filter-header {
  margin-top: 20px;
  margin-bottom: 10px;
}
#document-navigation .colored-icon {
  margin-right: 10px;
}
#document-navigation .colored-icon.fa-file-word-o {
  color: #2372ba;
}
#document-navigation .colored-icon.fa-file-image-o {
  color: #6b4298;
}
#document-navigation .colored-icon.fa-file-powerpoint-o {
  color: #dd5b26;
}
#document-navigation .colored-icon.fa-file-pdf-o {
  color: #eb5442;
}
#document-navigation .colored-icon.fa-file-excel-o {
  color: #0a753c;
}
#document-navigation .tab-default.has-dropdown {
  border-bottom: none;
}
#document-navigation .tab-default.has-dropdown .menu {
  width: 30px;
  overflow: visible;
}
#document-navigation .tab-default.has-dropdown tr .selected-line td {
  border-top: 1px solid #528bde;
  border-bottom: 1px solid #528bde;
}
#document-navigation .tab-default.has-dropdown tr .selected-line .td-domaine {
  border-top: 1px solid #528bde;
  border-bottom: 1px solid #528bde;
  border-left: 1px solid #528bde;
}
#document-navigation a.popover-btn {
  position: relative;
  color: inherit;
  font-size: 2.6rem;
  margin-right: 5px;
}
.open #document-navigation a.popover-btn {
  color: #528bde;
}
#document-navigation a.popover-btn:after {
  content: '';
  position: absolute;
  top: -10px;
  bottom: -10px;
  left: -10px;
  right: -10px;
}
#document-navigation .popover-menu a .far,
#document-navigation .dropdown-menu a .far,
#document-navigation .popover-menu a .icon,
#document-navigation .dropdown-menu a .icon {
  color: #030F40;
  fill: #030F40;
}
#document-navigation .popover-menu a.remove-folder-button .fa,
#document-navigation .dropdown-menu a.remove-folder-button .fa,
#document-navigation .popover-menu a.remove-file-button .fa,
#document-navigation .dropdown-menu a.remove-file-button .fa,
#document-navigation .popover-menu a.remove-folder-button .icon,
#document-navigation .dropdown-menu a.remove-folder-button .icon,
#document-navigation .popover-menu a.remove-file-button .icon,
#document-navigation .dropdown-menu a.remove-file-button .icon {
  color: #DF001B;
  fill: #DF001B;
}
#document-navigation #move-file-modal .modal-title {
  color: grey;
}
#document-navigation .info-box-wrapper {
  position: relative;
  margin: 20px 0 0 0;
  height: auto;
  min-height: 400px;
  padding: 10px 20px 5px 20px;
}
#document-navigation .info-box-wrapper .info-box {
  display: none;
  width: 270px;
  background-color: #fff;
  position: absolute;
  top: 0;
  bottom: 0;
  right: -320px;
  border-left: 1px solid #D7D8DF;
  z-index: 10;
  overflow: auto;
}
#document-navigation .info-box-wrapper .info-box .info-box-body {
  padding: 10px 20px;
  background-color: white;
}
#document-navigation .info-box-wrapper .info-box .info-box-body dt {
  font-weight: normal;
  color: #030F40;
}
#document-navigation .info-box-wrapper .info-box .info-box-body dd {
  font-weight: bold;
  margin-bottom: 10px;
  color: #404888;
}
#document-navigation .info-box-wrapper .info-box .info-box-body ul {
  padding: 0;
}
#document-navigation .info-box-wrapper .info-box .info-box-body ul li {
  list-style-position: inside;
}
#document-navigation .info-box-wrapper .info-box .info-box-head {
  display: block;
  background-color: #404888;
  color: white;
  font-size: 12px;
  line-height: 40px;
  height: 40px;
  position: relative;
}
#document-navigation .info-box-wrapper .info-box .info-box-head .icon {
  height: 30px;
  width: 30px;
  position: absolute;
  top: 5px;
  right: 5px;
  margin: 0;
  fill: #aadc14;
}
#document-navigation .info-box-wrapper .info-box .info-box-head .icon:hover {
  cursor: pointer;
}
#document-navigation .info-box-wrapper .info-box .info-box-head .fa-close {
  position: absolute;
  right: 5px;
  top: 15px;
  cursor: pointer;
}
#document-navigation .info-box-wrapper .info-box .info-box-head .info-box-title {
  padding: 0 10px;
  text-overflow: ellipsis;
  overflow: hidden;
  font-weight: bold;
  margin-right: 40px;
  line-height: 30px;
}
#document-navigation .info-box-wrapper .info-box.info-box-open .info-box {
  display: block;
}
#document-navigation .info-box-open .name-cell {
  max-width: 200px;
}
#document-navigation .info-box-open .hide-open-box {
  display: none;
}
#document-navigation .document-action {
  padding: 0 20px;
}
#document-navigation .document-action > .btn {
  float: right;
  margin-left: 20px;
}
#document-navigation .document-action .dropdown-wrapper {
  float: right;
}
#document-navigation .document-action .dropdown-menu {
  left: -100px;
}
#document-navigation .dropdown-wrapper {
  position: relative;
}
#document-navigation .dropdown-wrapper .dropdown-small {
  left: -240px;
}
#document-navigation .dropdown-wrapper .dropdown-small .action-item {
  width: initial;
}
#document-navigation:before {
  content: " ";
  display: table;
}
#document-navigation:after {
  content: " ";
  display: table;
}
#document-navigation .popover-content {
  padding: 10px 0;
}
#document-navigation .popover-content .popover-menu {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
  min-width: 160px;
}
#document-navigation .popover-content .popover-menu li:hover,
#document-navigation .popover-content .popover-menu li:focus {
  background-color: #F9F9F9;
}
#document-navigation .popover-content .popover-menu li a {
  color: #030F40;
  padding: 8px 20px;
  display: block;
  float: none;
}
#document-navigation .popover-content .popover-menu li a .fa {
  margin-right: 4px;
  color: #030F40;
}
#document-navigation .popover-content .popover-menu li a.remove-file-button,
#document-navigation .popover-content .popover-menu li a.remove-folder-button {
  color: #DF001B;
}
#document-navigation .popover-content .popover-menu li a.remove-file-button .fa,
#document-navigation .popover-content .popover-menu li a.remove-folder-button .fa {
  color: #DF001B;
}
#document-navigation #wo-breadcrumbs {
  height: 50px;
}
#document-navigation .more-wrapper.closed {
  display: none;
}
#document-navigation p.red {
  color: #DF001B;
}
#document-navigation #create-new-file-form textarea,
#document-navigation #create-several-new-files-form textarea {
  height: 100px;
}
#document-navigation #create-new-file-form .alert label.error,
#document-navigation #create-several-new-files-form .alert label.error {
  display: block;
  margin-bottom: 0px;
  font-weight: normal;
}
#document-navigation .tab-default tr.file-line {
  cursor: auto;
}
#document-navigation .tab-default tr.file-line a {
  cursor: pointer;
}
#document-navigation .tree-navigation .author-cell,
#document-navigation .tree-navigation .type-cell,
#document-navigation .tree-navigation .subtype-cell,
#document-navigation .tree-navigation .size-cell,
#document-navigation .tree-navigation .mod-date-cell {
  text-align: center;
}
#document-navigation .tree-navigation .cell-value {
  font-weight: initial;
}
#document-navigation .tab-default tbody > tr > td.folder-xs,
#document-navigation .tab-default tbody > tr > td.file-xs {
  overflow: inherit;
}
#document-navigation .tab-default tbody > tr > td.folder-xs .folder-content,
#document-navigation .tab-default tbody > tr > td.file-xs .folder-content,
#document-navigation .tab-default tbody > tr > td.folder-xs .file-content,
#document-navigation .tab-default tbody > tr > td.file-xs .file-content {
  position: relative;
  padding-top: 8px;
  padding-bottom: 8px;
}
#document-navigation .tab-default tbody > tr > td.folder-xs .folder-content .file-name,
#document-navigation .tab-default tbody > tr > td.file-xs .folder-content .file-name,
#document-navigation .tab-default tbody > tr > td.folder-xs .file-content .file-name,
#document-navigation .tab-default tbody > tr > td.file-xs .file-content .file-name,
#document-navigation .tab-default tbody > tr > td.folder-xs .folder-content .filename,
#document-navigation .tab-default tbody > tr > td.file-xs .folder-content .filename,
#document-navigation .tab-default tbody > tr > td.folder-xs .file-content .filename,
#document-navigation .tab-default tbody > tr > td.file-xs .file-content .filename {
  overflow: hidden;
}
#document-navigation .tab-default tbody > tr > td.folder-xs .folder-content .title,
#document-navigation .tab-default tbody > tr > td.file-xs .folder-content .title,
#document-navigation .tab-default tbody > tr > td.folder-xs .file-content .title,
#document-navigation .tab-default tbody > tr > td.file-xs .file-content .title {
  font-weight: bold;
}
span#document-navigation .tab-default tbody > tr > td.folder-xs .folder-content .title,
span#document-navigation .tab-default tbody > tr > td.file-xs .folder-content .title,
span#document-navigation .tab-default tbody > tr > td.folder-xs .file-content .title,
span#document-navigation .tab-default tbody > tr > td.file-xs .file-content .title {
  font-size: 15px;
}
#document-navigation .tab-default tbody > tr > td.folder-xs .folder-content .title a,
#document-navigation .tab-default tbody > tr > td.file-xs .folder-content .title a,
#document-navigation .tab-default tbody > tr > td.folder-xs .file-content .title a,
#document-navigation .tab-default tbody > tr > td.file-xs .file-content .title a {
  color: #6b798e;
}
#document-navigation .tab-default tbody > tr > td.folder-xs .folder-content ul.metadata,
#document-navigation .tab-default tbody > tr > td.file-xs .folder-content ul.metadata,
#document-navigation .tab-default tbody > tr > td.folder-xs .file-content ul.metadata,
#document-navigation .tab-default tbody > tr > td.file-xs .file-content ul.metadata {
  list-style: none;
  padding-left: 0px;
  margin-top: 10px;
}
#document-navigation .tab-default tbody > tr > td.folder-xs .folder-content ul.metadata li,
#document-navigation .tab-default tbody > tr > td.file-xs .folder-content ul.metadata li,
#document-navigation .tab-default tbody > tr > td.folder-xs .file-content ul.metadata li,
#document-navigation .tab-default tbody > tr > td.file-xs .file-content ul.metadata li {
  font-size: 12px;
}
#document-navigation .show-more-file,
#document-navigation .show-less-file {
  margin-bottom: 10px;
  display: block;
}
#document-navigation .file-line .fa-lock,
#document-navigation .folder-line .fa-lock {
  top: 10px;
}
#document-navigation .file-line.selected-line {
  border: inherit;
}
#document-navigation .file-line.selected-line td {
  border-top: 1px solid #404888;
  border-bottom: 1px solid #404888;
}
#document-navigation .search-input.ged {
  position: absolute;
  right: 0;
  width: auto;
}
#document-navigation .ged-form-search.container-fluid {
  padding: 0;
}
#document-navigation .ged-form-search.container-fluid #filter-selected-div {
  padding-top: 0 !important;
}
#document-navigation .ged-list.info-box-wrapper {
  margin: 0 !important;
}
#document-navigation .notification_agenda_link {
  float: right;
  cursor: pointer;
  margin-bottom: 10px;
}
#document-navigation .tokenfield {
  margin-top: 20px;
}
#document-navigation .rm-temp-file {
  cursor: pointer;
}
#search_users .search-button {
  position: absolute;
  right: 15px;
  top: 15px;
  width: 50px;
  height: 50px;
  text-align: center;
  cursor: pointer;
}
body.login:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 50%;
  background-color: #030F40;
}
body.login.static-page {
  overflow: inherit;
}
body.login.static-page .main-container {
  height: auto;
}
body.login.static-page .main-container .content {
  background: #FFFFFF;
  padding: 5px 15px;
}
body.login.static-page #footer {
  position: initial;
}
body.login #header {
  height: auto;
  background: none;
  box-shadow: none;
  min-width: inherit;
}
body.login #header h1 {
  margin: 0;
  padding: 40px 0 30px;
  color: #FFFFFF;
  text-align: center;
  text-transform: uppercase;
  font-size: 2.1rem;
  font-weight: normal;
  letter-spacing: 1px;
  line-height: 30px;
}
body.login ul.error-label {
  list-style-type: none;
}
body.login .help-block {
  width: 340px;
  background-color: #ffe2de;
  color: #a33d30;
  padding: 16px 10px 13px;
  position: relative;
  font-style: italic;
  margin-top: 20px;
}
body.login .main-container {
  height: 100%;
}
body.login .content {
  position: absolute;
  top: calc(50% - 70px);
  left: 50%;
  transform: translate(-50%, -50%);
  overflow-x: hidden;
}
body.login #footer {
  position: absolute;
  bottom: 0;
  margin: 0;
  height: initial;
}
body.login .form-signin {
  max-width: none;
  padding: 25px 15px;
  margin: 0;
  border: none;
  background-color: #FFFFFF;
  box-shadow: 0 0 24px 0 rgba(0, 0, 0, 0.1);
}
body.login .form-signin p.resetting-request-helper {
  margin-top: inherit;
}
body.login .fos_user_resetting_request.form-signin {
  padding-bottom: 134px;
}
body.login .form-request-reset {
  width: 525px;
  box-shadow: 0 0 24px 0 rgba(0, 0, 0, 0.1), 0 5px 24px 0 rgba(0, 0, 0, 0.11);
  padding: 0;
}
body.login .form-request-reset .alert {
  width: 344px;
}
body.login .resetting-request-helper {
  width: 340px;
  color: #867C97;
  font-size: 1.4rem;
  line-height: 21px;
  text-align: center;
  margin-top: 30px;
  margin-bottom: 40px;
}
body.login .resetting-request-accept-terms {
  height: 40px;
  width: 344px;
  color: #030F40;
  font-size: 1.2rem;
  line-height: 20px;
  text-align: center;
  margin-bottom: 25px;
  margin-top: 31px;
}
body.login .resetting-request-accept-terms a {
  font-weight: bold;
  color: #030F40;
  text-decoration: none;
  padding-bottom: 2px;
  border-bottom: 3px solid #aadc14;
}
body.login .form-group {
  margin-bottom: 14px;
}
body.login .form-group .form-control {
  height: 40px;
  border: 1px solid #D7D8DF;
  margin-bottom: 20px;
}
body.login .form-group label {
  height: 40px;
  width: 344px;
  color: #030F40;
  font-size: 1.2rem;
  line-height: 20px;
  text-align: center;
}
body.login .form-group a.forgotten-password {
  display: block;
  margin: 30px 0 0;
  font-size: 1.4rem;
  text-align: center;
  color: #404888;
  float: none;
}
body.login .form-group .resetting-request-username {
  height: 40px;
  width: 344px;
  border: 1px solid #D7D8DF;
  margin-bottom: 30px;
}
body.login .form-signin-logo {
  margin: 0 25px 0;
  text-align: center;
}
body.login .form-signin-heading {
  margin: 25px 15px;
  color: #867C97;
  font-size: 1.2rem;
  text-align: center;
}
body.login .main-box {
  max-height: 75vh;
  min-height: 300px;
  height: auto;
  overflow-y: auto;
}
@media (min-width: 768px) {
  body.login .main-container {
    width: 100%;
  }
  body.login .form-signin {
    margin: 0;
  }
  body.login .form-signin-heading {
    margin: 25px 15px;
  }
}
@media (min-width: 992px) {
  body.login .main-container {
    width: 50%;
  }
  body.login .form-signin {
    padding: 26px 90px;
  }
}
@media (max-width: 991px) {
  body.login #header h1 {
    font-size: 1.5rem;
    line-height: 21px;
    padding: 0 0 25px;
  }
  body.login #header h1 p {
    margin-bottom: 0;
  }
  body.login .content {
    top: calc(50% - 25px);
  }
}
@media (max-width: 767px) {
  body.login #header h1 {
    padding: 0 0 10px;
  }
  body.login .content {
    top: calc(50% - 15px);
  }
}
@media (max-width: 480px) {
  body.login .content {
    width: calc(100% - 30px);
  }
}
.d-flex {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex!important;
}
.flex-column {
  -webkit-box-orient: vertical!important;
  -webkit-box-direction: normal!important;
  -ms-flex-direction: column!important;
  flex-direction: column!important;
}
.flex-column-reverse {
  -webkit-box-orient: vertical!important;
  -webkit-box-direction: reverse!important;
  -ms-flex-direction: column-reverse !important;
  flex-direction: column-reverse !important;
}
@media (min-width: 992px) {
  .flex-md-column-reverse {
    -webkit-box-orient: vertical!important;
    -webkit-box-direction: reverse!important;
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
  }
}
/* External tools new branding page. Remove file and call in responsive.less */
@media (max-width: 991px) {
  .banner .inner {
    margin-top: 25%;
  }
  .banner .inner h2 {
    line-height: 31px;
    margin: 15px 40px;
  }
  .banner .inner p {
    margin: 0 24px;
  }
  .over-there {
    top: 70px;
  }
  .over-there .external-tools-arrow {
    -moz-transform: scaleX(-1);
    -o-transform: scaleX(-1);
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1);
    filter: FlipH;
    -ms-filter: "FlipH";
    right: initial;
    left: 22px;
    height: 52px;
    width: 68px;
  }
  .over-there .skewed-arrow-caption {
    top: 23px;
    right: initial;
    left: 100px;
  }
}
@media (min-width: 1200px) {
  .patrimony-info-div {
    top: 140px;
    margin-left: 153px;
    width: 25%;
  }
}
@media (min-width: 1280px) {
  .patrimony-info-div {
    z-index: 1000;
    top: 140px;
    width: 20%;
    margin-left: 14%;
  }
}
@media (min-width: 1366px) {
  .patrimony-info-div {
    z-index: 1000;
    top: 195px;
    width: 22%;
    margin-left: 201px;
  }
}
@media (min-width: 1440px) {
  .patrimony-info-div {
    z-index: 1000;
    top: 140px;
    width: 25%;
    margin-left: 169px;
  }
}
@media (min-width: 1536px) {
  .patrimony-info-div {
    z-index: 1000;
    position: fixed;
    top: 140px;
    width: 261px;
    margin-left: 158px;
  }
}
@media (min-width: 1600px) {
  .patrimony-info-div {
    z-index: 1000;
    position: fixed;
    top: 140px;
    width: 261px;
    margin-left: 148px;
  }
}
@media (min-width: 1920px) {
  .patrimony-info-div {
    z-index: 1000;
    position: fixed;
    top: 140px;
    width: 276px;
    margin-left: 93px;
  }
}
@media (max-width: 1199px) {
  .request-paginator .text-right-request {
    padding-left: 0;
  }
  .request-paginator .text-right-request .btn-new-request {
    width: 233px;
  }
  #all_onglets .onglet {
    overflow: hidden;
  }
  #customersList .customers-right-bloc {
    float: right;
  }
  .widget-container .panel-body .icon.folder-caret {
    margin-right: 0;
  }
  .widget-container .widget.advanced-header-widget .panel-heading .icon {
    width: 25px;
    height: 25px;
  }
  .widget-container .widget.documents-widget ul li a {
    font-size: 1.2rem;
  }
  #customer_detail #tab-content div.column {
    padding: 10px 20px;
  }
  #document-navigation {
    padding-left: 0;
    padding-right: 0;
  }
  #document-navigation #new-file-modal .form-group,
  #document-navigation #create-folder-modal .form-group,
  #document-navigation #remove-file-modal .form-group {
    margin-bottom: 10px;
  }
  #document-navigation .document-head-options {
    margin-left: 0;
    margin-right: 0;
  }
  #document-navigation .breadcrumbs-bloc {
    margin-bottom: 10px;
  }
  #document-navigation .info-box-wrapper {
    padding-left: 5px;
    padding-right: 5px;
  }
  #document-navigation .info-box-wrapper .info-box {
    top: 0;
    bottom: 0;
    right: 0;
    border-bottom: none;
    z-index: 1000;
    margin-right: 0;
    overflow: initial;
  }
  #document-navigation .info-box-wrapper .info-box .info-box-head .fa-close {
    right: 10px;
    font-size: 20px;
  }
  .tab-default .table.tree-navigation tr td.name-cell .cell-value {
    word-break: break-all;
    white-space: normal;
  }
  .patrimony-info-div {
    position: fixed;
    left: 74%;
    width: 26%;
    top: 140px;
  }
}
@media (max-width: 991px) {
  body {
    height: 100%;
    padding-left: 0;
    padding-right: 0;
  }
  #body.container-fluid {
    padding-left: 0;
    padding-right: 0;
  }
  #body.container-fluid.force-gutter {
    padding-left: 15px;
    padding-right: 15px;
  }
  #body .introduction {
    margin: 10px 15px;
  }
  #alerts .messages {
    padding-top: 4px;
  }
  .main-box {
    margin: 0;
  }
  .header-blocks .block {
    border: none;
  }
  .list-header {
    margin-top: 0;
    margin-bottom: 0;
  }
  #all_onglets .index.onglet {
    padding-bottom: 50px;
  }
  #all_onglets .top-search-buttons {
    min-height: 0;
    padding-top: 0;
  }
  #collapseSearchForm {
    padding-left: 0;
    padding-right: 0;
  }
  .filterbox .request-filter.button-with-status .btn + .btn {
    margin-left: 5px;
  }
  .filterbox .filter-submit-container {
    width: 100%;
  }
  .filterbox .filter-submit-container .filter-submit-button {
    width: 100%;
  }
  .filter-header .search-button {
    width: 55px;
    background-color: #F0F1F6;
    font-size: 2.6rem;
  }
  .filter-header .search-button .icon-search-request {
    width: 17px;
    height: 27px;
    transform: rotate(90deg);
    fill: #030F40;
    position: relative;
    left: 10px;
    bottom: 2px;
  }
  .filter-header .form-control {
    width: 100%;
  }
  .filter-header .dropdown-filter {
    height: 40px;
    width: 55px;
    border: 1px solid #D7D8DF;
    padding-left: 10px;
  }
  .filter-header .dropdown-filter .icon-filter {
    margin-left: 11px;
    font-size: 2rem;
  }
  .main-panel .bloc-detail .column {
    min-height: inherit;
    padding: 20px 10px;
    border: 0;
    border-top: 1px solid #D7D8DF;
  }
  .main-panel .bloc-detail .column:first-child {
    border: 0;
  }
  .request-paginator {
    margin-bottom: 65px;
  }
  /* Tabs buttons */
  .nav-buttons:before,
  .nav-buttons:after {
    pointer-events: none;
    content: '';
    position: absolute;
    top: 0;
    z-index: 1;
    width: 50px;
    height: 46px;
    background: linear-gradient(270deg, #FFFFFF 0%, rgba(255, 255, 255, 0) 100%);
  }
  .nav-buttons:before {
    left: 0;
    transform: scaleX(-1);
  }
  .nav-buttons:after {
    right: 0;
  }
  .nav-buttons nav-item {
    padding-left: 15px;
    padding-right: 15px;
  }
  .globalContainer {
    background-color: #FFFFFF;
  }
  .filter-header .search-button {
    height: 40px;
    width: 40px;
    background-color: #F0F1F6;
    font-size: 2.6rem;
  }
  .filter-header .search-button .icon-search-request {
    height: 28px;
    width: 20px;
    transform: rotate(90deg);
    fill: #030F40;
    position: relative;
    left: 3px;
    bottom: 4px;
  }
  .filter-header .dropdown-filter {
    height: 40px;
    width: 38px;
    background-color: #FFFFFF;
    border: 1px solid #D7D8DF;
    padding-left: 10px;
  }
  .filter-header .dropdown-filter .icon-filter {
    margin-left: 0;
    font-size: 2rem;
  }
  .filter-header .form-control {
    width: 100%;
    height: 40px;
    border: 1px solid #D7D8DF;
  }
  .request-paginator {
    height: auto;
    min-height: 40px;
    margin-bottom: 20px;
    position: relative;
  }
  .request-paginator:before,
  .request-paginator:after {
    content: " ";
    display: table;
  }
  .request-paginator:after {
    clear: both;
  }
  .request-paginator:before,
  .request-paginator:after {
    content: " ";
    display: table;
  }
  .request-paginator:after {
    clear: both;
  }
  .request-paginator #request-number {
    height: 21px;
    color: #030F40;
    font-size: 2rem;
    font-weight: bold;
    letter-spacing: 1px;
    line-height: 21px;
    text-align: center;
    display: block;
    margin-bottom: 10px;
  }
  .request-paginator .request-count {
    height: 21px;
    width: 320px;
    font-size: 1.4rem;
    font-weight: bold;
    letter-spacing: 1px;
    line-height: 21px;
    text-align: center;
  }
  .request-paginator .text-right-request {
    padding-right: 0;
    padding-left: 0;
  }
  .request-paginator .text-right-request .btn-new-request {
    width: 100%;
    text-align: center;
    padding-top: 11px;
    height: 43px;
  }
  .request-paginator .text-right-request .btn-new-request .ladda-label {
    height: 21px;
    width: 184px;
    color: #030F40;
    font-size: 1.2rem;
    font-weight: bold;
    line-height: 21px;
  }
  .request-paginator .table-header-title .count {
    color: #030F40;
    font-size: 2rem;
    font-weight: bold;
    line-height: 21px;
    display: block;
  }
  .request-paginator .table-header-left {
    position: absolute;
    bottom: 0;
    z-index: 1;
  }
  .request-paginator .table-header-right {
    position: absolute;
    bottom: 0;
    right: 0;
  }
  .request-paginator .table-header-right .btn-new-request {
    width: 100%;
    right: auto;
  }
  .request-paginator .default-position {
    position: inherit;
  }
  .request-paginator .last-update {
    margin-top: 20px;
    margin-bottom: 10px;
  }
  .request-paginator .download-request {
    vertical-align: bottom;
  }
  .request-paginator .download-request .fa {
    font-size: 2.6rem;
  }
  .request-paginator .link-icon .icon.icon-map {
    width: 29px;
    height: 30px;
  }
  .request-paginator .text-right-request {
    padding-left: 0;
    padding-right: 0;
  }
  #menu_block {
    height: calc(100% - 127px);
    max-height: none;
  }
  #menu {
    display: none;
    position: fixed;
    width: 100%;
    height: 100%;
    background-color: rgba(3, 15, 64, 0.8);
  }
  #menu .menu-container {
    left: -100%;
  }
  #header .main-title {
    max-width: none;
  }
  .widget-container .widget .panel-body .icon.folder-caret {
    margin-right: 5px;
  }
  .widget-container .widget .panel-heading {
    font-size: 1.2rem;
  }
  .widget-container .widget.advanced-header-widget .panel-heading .icon {
    width: 30px;
    height: 30px;
  }
  .widget-container .widget.triple-pane-widget table p.bottom {
    font-size: 0.9rem;
  }
  .widget-container .widget.contract-list-widget ul li a {
    font-size: 1rem;
  }
  .top-banner {
    margin-left: 0;
    padding-left: 0;
  }
  .top-banner .icon {
    width: 16px;
    height: 16px;
    position: relative;
    top: -1px;
  }
  .modal {
    height: 100%;
  }
  .modal .modal-header {
    background-color: #FFFFFF;
    box-shadow: none;
  }
  .modal .modal-header .modal-title {
    font-size: 1.8rem;
    font-weight: bold;
    color: #030F40;
  }
  .modal .modal-footer {
    position: absolute;
    bottom: 0;
    width: 100%;
  }
  .modal .modal-dialog {
    width: 100%;
    height: 100%;
    margin: 0;
  }
  .modal .modal-dialog .modal-content {
    height: 100%;
  }
  .modal-body {
    max-height: calc(100vh - 129px);
  }
  .modal-body .block-scroll-list .scroll-list.type-blocks li {
    margin: 0 10px 10px;
    float: none;
  }
  .modal-body .block-scroll-list .scroll-list.type-blocks li a {
    width: 100%;
  }
  .modalApplicationsManager .heading .nav-pills li {
    margin-right: 0;
    font-size: 1.3rem;
  }
  .modalApplicationsManager .heading:after {
    content: none;
  }
  .modalApplicationsManager .modal-dialog .modal-body .block-scroll-list {
    padding: 15px 0 0;
  }
  .modalApplicationsManager .modal-dialog .modal-body .block-scroll-list .scroll-list.type-blocks .app-trigger {
    display: inline-block;
    width: 32px;
    height: 32px;
    font-size: 1.8rem;
    bottom: 15px;
    left: 9px;
  }
  .modalApplicationsManager .modal-dialog .modal-body .block-scroll-list .scroll-list.type-blocks .app-trigger:after {
    content: '';
    position: absolute;
    top: -9px;
    right: -9px;
    width: 1px;
    height: 50px;
    background-color: #D7D8DF;
  }
  .modalApplicationsManager .modal-dialog .modal-footer {
    max-height: 250px;
  }
  .modalApplicationsManager .detail-box .green-exclam-picto {
    width: 17px;
    height: 17px;
    font-size: 1rem;
  }
  #customersList .customers-table {
    padding-left: 0;
  }
  #customersList .table .column1 {
    width: 100%;
  }
  .table-top-menu {
    margin-bottom: 20px;
    position: relative;
    -webkit-transform: scaleY(-1);
    transform: scaleY(-1);
  }
  .table-top-menu .bloc-left,
  .table-top-menu .bloc-center,
  .table-top-menu .bloc-right {
    height: auto;
    position: relative;
    float: right;
    display: block;
    -webkit-transform: scaleY(-1);
    transform: scaleY(-1);
  }
  .table-top-menu .bloc-left .last-edit,
  .table-top-menu .bloc-center .last-edit,
  .table-top-menu .bloc-right .last-edit,
  .table-top-menu .bloc-left .details-title,
  .table-top-menu .bloc-center .details-title,
  .table-top-menu .bloc-right .details-title {
    height: auto;
    white-space: inherit;
  }
  .table-top-menu .bloc-left .details-title,
  .table-top-menu .bloc-center .details-title,
  .table-top-menu .bloc-right .details-title {
    width: 80%;
    margin: 0 auto;
  }
  .table-top-menu .last-edit {
    line-height: 14px;
    text-align: center;
  }
  .table-top-menu .details-title {
    line-height: 21px;
  }
  .table-top-menu .bloc-left {
    text-align: center;
  }
  .tab-default {
    box-shadow: none;
    padding-left: 0;
    padding-right: 0;
    border: 0;
  }
  .tab-default table.table tbody tr {
    display: block;
    padding: 10px;
    margin: 0;
    height: auto;
    border-top: 1px solid #E6EDF2;
  }
  .tab-default table.table tbody tr:before,
  .tab-default table.table tbody tr:after {
    content: " ";
    display: table;
  }
  .tab-default table.table tbody tr:after {
    clear: both;
  }
  .tab-default table.table tbody tr:before,
  .tab-default table.table tbody tr:after {
    content: " ";
    display: table;
  }
  .tab-default table.table tbody tr:after {
    clear: both;
  }
  .tab-default table.table tbody tr.tr-customer-active-status {
    border-left: 6px solid #404888;
  }
  .tab-default table.table tbody tr.tr-customer-inactive-status {
    border-left: 6px solid #D7D8DF;
  }
  .tab-default table.table tbody tr:hover > td {
    border: none;
  }
  .tab-default table.table tbody tr td {
    border-top: none;
    float: left;
    margin: 0 6px 0 0;
    padding: 0;
    max-width: 100%;
    height: auto;
    line-height: 2.1rem;
    overflow: visible;
  }
  .tab-default table.table tbody tr td .tab-text-overflow {
    position: static;
    overflow: hidden;
    left: 10px;
    right: 0;
    min-height: 25px;
  }
  .tab-default table.table tbody tr td .cell-label {
    display: inline-block;
  }
  .tab-default table.table tbody tr td .cell-value {
    font-weight: bold;
    white-space: initial;
  }
  .tab-default table.table tbody tr td .request-icon,
  .tab-default table.table tbody tr td .network-icon,
  .tab-default table.table tbody tr td .factory-icon,
  .tab-default table.table tbody tr td .folder-icon {
    width: 28px;
    height: 28px;
    position: relative;
    top: 9px;
  }
  .tab-default table.table tbody tr td .folder-icon {
    float: left;
  }
  .tab-default table.table tbody tr td .urgent-icon {
    float: right;
  }
  .tab-default table.table tbody tr td.full-width {
    max-width: none;
    width: 100%;
  }
  .tab-default table.table tbody tr .td-domaine {
    display: none;
  }
  .tab-default table.table.tree-navigation tbody tr {
    padding: 15px;
  }
  .tab-default table.table.tree-navigation tbody tr td .folder-icon {
    top: auto;
  }
  .tab-default table.table.tree-navigation tbody tr td .file-icon {
    margin-right: 10px;
    width: 25px;
    height: 25px;
    line-height: 25px;
    font-size: 2rem;
  }
  .tab-default table.table.tree-navigation tbody .column1 {
    width: 100%;
    padding-right: 35px;
    max-width: none;
  }
  .tab-default table.table.tree-navigation tbody .column1 .cell-value {
    font-size: 1.6rem;
  }
  .tab-default table.table.tree-navigation tbody .column-right {
    position: absolute;
    right: 0;
  }
  .tab-default table.table.request-table tbody .column3,
  .tab-default table.table.request-table tbody .column5,
  .tab-default table.table.request-table tbody .column7,
  .tab-default table.table.request-table tbody .column8 {
    max-width: none;
    width: 100%;
  }
  .tab-default table.table.request-table tbody .column3 {
    padding-left: 40px;
    line-height: 2rem;
  }
  .tab-default table.table.request-table tbody .column4 {
    margin-top: 10px;
  }
  .tab-default table.table.intervention-table .column2,
  .tab-default table.table.intervention-factory-table .column2 {
    padding-left: 45px;
  }
  .tab-default table.table.intervention-table .column2 .cell-label,
  .tab-default table.table.intervention-factory-table .column2 .cell-label {
    display: none;
  }
  .tab-default table.table.intervention-table .column1,
  .tab-default table.table.intervention-table .column2,
  .tab-default table.table.intervention-table .column3,
  .tab-default table.table.intervention-table .column4,
  .tab-default table.table.intervention-table .column5,
  .tab-default table.table.intervention-table .column6 {
    max-width: none;
    width: 100%;
  }
  .tab-default table.table.intervention-table .column3 {
    margin-top: 10px;
  }
  .tab-default table.table.intervention-table .column3 .cell-label,
  .tab-default table.table.intervention-table .column6 .cell-label {
    font-weight: normal;
  }
  .tab-default table.table.intervention-factory-table .column1,
  .tab-default table.table.intervention-factory-table .column2,
  .tab-default table.table.intervention-factory-table .column4,
  .tab-default table.table.intervention-factory-table .column5,
  .tab-default table.table.intervention-factory-table .column6 {
    max-width: none;
    width: 100%;
  }
  .tab-default table.table.intervention-factory-table .column2 {
    margin-bottom: 10px;
  }
  .tab-default table.table.intervention-factory-table .column3 {
    max-width: 100%;
  }
  .tab-default table.table.intervention-factory-table .column3 .cell-label {
    font-weight: normal;
  }
  .tab-default table.table.sewage-treatment-plant-table .column1 {
    width: 100%;
  }
  .tab-default table.table.beach-table .column1,
  .tab-default table.table.beach-table .column2,
  .tab-default table.table.beach-table .column3,
  .tab-default table.table.beach-table .column4 {
    max-width: none;
    width: 100%;
  }
  #historique .tab-default .table thead {
    display: none;
  }
  .itv-details .table .column1 {
    width: 100%;
  }
  .itv-details .table .column2 .cell-value {
    font-weight: normal;
  }
  .itv-details .table-top-menu {
    margin: 0;
    padding: 20px 0;
    border-top: 1px solid #D7D8DF;
    transform: none;
  }
  .itv-details .table-top-menu .bloc-center,
  .itv-details .table-top-menu .bloc-right {
    transform: none;
  }
  .itv-details .table-top-menu .bloc-right {
    text-align: center;
  }
  .itv-details .notificate-file-button {
    float: none;
  }
  #consumption .table .column1,
  #invoicing .table .column1 {
    font-weight: bold;
    margin-bottom: 5px;
    width: 100%;
  }
  #invoicing .push_tiles .push .text {
    margin-top: 15px;
  }
  #invoicing_history .table tr {
    position: relative;
  }
  #invoicing_history .table .column2 {
    width: 100%;
  }
  #invoicing_history .table .column4 .cell-value {
    font-weight: normal;
  }
  #invoicing_history .table .column4 .dl-button {
    position: absolute;
    top: 10px;
    right: 10px;
    text-align: right;
    width: auto;
  }
  #customersList .request-paginator {
    margin-bottom: 0;
  }
  #customersList .customers-table {
    padding-left: 0;
  }
  #customersList .customers-table .customers-left-bloc {
    padding-left: 0;
    border-top: 1px solid #E6EDF2;
  }
  #customersList .table .column1,
  #customersList .table .column2,
  #customersList .table .column3,
  #customersList .table .column4,
  #customersList .table .column5,
  #customersList .table .column6 {
    width: 100%;
  }
  #customersList .table .column2,
  #customersList .table .column3,
  #customersList .table .column4 {
    font-weight: normal;
  }
  #customersList .table .column1 {
    font-weight: bold;
    margin-bottom: 5px;
    margin-top: 10px;
  }
  #customersList .table .column1 .cell-value {
    color: #030F40;
  }
  #customersList .table .column3 {
    text-transform: lowercase;
    display: inline-block;
    width: auto;
  }
  #customersList .table .column4 {
    display: inline-block;
    width: auto;
  }
  #customersList .table .column5 {
    margin-bottom: 10px;
  }
  #customersList .table .column5 .cell-label {
    color: #867C97;
  }
  #customer_detail {
    padding-bottom: 50px;
  }
  #customer_detail .tab-content .push-tiles {
    padding-bottom: 40px;
  }
  #customer_detail .tab-content .push-tiles .push {
    margin-bottom: 10px;
  }
  #customer_detail .tab-content .column {
    display: block;
    height: auto;
    min-height: initial;
    padding: 10px 0;
    border-left: none;
    border-bottom: #D7D8DF 1px solid;
  }
  #customer_detail .tab-content .column:first-child {
    padding-left: 0;
    border-bottom: #D7D8DF 1px solid;
  }
  #customer_detail .tab-content .column:last-child {
    border-bottom: none;
  }
  #customer_detail .tab-content .table td {
    text-align: left;
  }
  #customer_detail .main-panel {
    padding: 0;
  }
  #customer_detail .main-panel .table-top-menu {
    margin: 20px 0 0;
  }
  #customer_detail .main-panel .bloc-detail {
    padding: 0;
  }
  #customer_detail .main-panel .bloc-detail .detail-column-bloc {
    margin-bottom: 10px;
  }
  #customer_detail #info .main-panel .bloc-detail .column,
  #customer_detail #consumption .main-panel .bloc-detail .column {
    height: auto;
  }
  #customer_detail #consumption .push-tiles,
  #customer_detail #invoicing .push-tiles {
    padding-bottom: 0;
    margin-bottom: 0;
  }
  .buttons-container {
    text-align: center;
    z-index: 1;
    color: #030F40;
    height: 50px;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: #F9F9F9;
    border-top: solid 1px #D7D8DF;
  }
  .buttons-container .tsms-button {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    -webkit-border-radius: inherit;
    -moz-border-radius: inherit;
    border-radius: inherit;
    background-color: #F9F9F9;
    height: 50px;
    padding: 0;
    margin: 0;
    width: 100%;
    position: relative;
  }
  .buttons-container .tsms-button .icon {
    font-size: 1.8rem;
    color: #404888;
  }
  .buttons-container .tsms-button .button-label {
    line-height: normal;
    position: absolute;
    width: 100%;
    bottom: 3px;
    left: 0;
  }
  .buttons-container .tsms-button.multi-buttons {
    width: 50%;
    float: left;
  }
  .buttons-container .tsms-button.multi-buttons .icon {
    width: 100%;
    position: absolute;
    top: 10px;
    left: 0;
  }
  .notificationsManager .event-loader {
    position: fixed;
  }
  .notificationsManager .dropdown-menu {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    margin: 0;
  }
  .notificationsManager .dropdown-menu:after {
    content: none;
  }
  .notificationsManager .block-scroll-list {
    width: 100%;
    height: 100%;
    padding-top: 50px;
  }
  .notificationsManager .block-scroll-list .empty-event-block {
    margin-top: 50px;
  }
  .notificationsManager .block-scroll-list .event-counter {
    position: fixed;
    padding: 15px 0;
    border-bottom: 1px solid #D7D8DF;
    margin: 0;
  }
  .notificationsManager .block-scroll-list .event-counter .icon {
    position: absolute;
    top: 10px;
    right: 5px;
    width: 25px;
    height: 25px;
    fill: #aadc14;
  }
  .daterangepicker {
    top: 0 !important;
    left: 0 !important;
    right: 0 !important;
    bottom: 0 !important;
    width: 100%;
    margin: 0;
    padding: 45px 0 65px;
    overflow-y: auto;
  }
  .daterangepicker .calendar {
    width: 100%;
  }
  .daterangepicker .calendar th,
  .daterangepicker .calendar td {
    padding: 3px 5px;
  }
  .daterangepicker .calendar.right {
    margin-top: 30px;
  }
  .daterangepicker .calendar.right .calendar-table {
    border: none;
  }
  .daterangepicker .calendar-header {
    display: block;
  }
  .daterangepicker .calendar-table {
    padding: 0;
  }
  .daterangepicker .input-mini {
    margin: 0 0 2px 0;
  }
  .daterangepicker .ranges {
    position: fixed;
    bottom: 0;
    padding: 10px;
    background-color: #FFFFFF;
  }
  .daterangepicker .ranges .applyBtn {
    border-radius: 5px;
    box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.24);
  }
  .daterangepicker .ranges .cancelBtn {
    display: block;
  }
  #newRequestForm .form-control.input-title {
    margin-bottom: 10px;
    font-size: 1.4rem;
  }
  #newRequestForm .switch-button {
    position: inherit;
    text-align: right;
  }
  #newRequestForm .btn-bloc .form-group {
    margin: 0;
  }
  .letter-box {
    border-left: 0;
    border-right: 0;
    border-bottom: 0;
  }
  .letter-box .letter-collapse {
    position: static;
  }
  #newRequestContainer .main-box {
    padding-bottom: 0;
  }
  #request-container,
  #intervention-container {
    margin-top: 0;
    margin-bottom: 0;
  }
  #request-container .div-stat-slider.div-stat-exploitation,
  #intervention-container .div-stat-slider.div-stat-exploitation {
    display: none;
  }
  .cartography.cartography-details .table-top-menu {
    margin: 0;
    padding: 20px 0;
    border-top: 1px solid #D7D8DF;
    transform: none;
  }
  .cartography.cartography-details .table-top-menu .bloc-center {
    transform: none;
  }
  .cartography.cartography-details .leaflet-control-container {
    display: none;
  }
  #document-navigation .breadcrumbs-bloc {
    margin-bottom: 0;
  }
  #document-navigation .filter-form .filter-header {
    margin-top: 0;
  }
  .breadcrumbs-button_group {
    width: 100%;
  }
  .breadcrumbs-button_group .init-bread-crumbs {
    padding: 10px 15px;
    background-color: #E6EDF2;
    font-size: 1.5rem;
  }
  .header-box {
    margin-bottom: 10px;
    margin-left: 0;
    margin-right: 0;
  }
  .patrimony-head-options,
  .document-head-options {
    margin-top: 0;
  }
  #document-navigation .info-box-wrapper .info-box {
    width: auto;
    left: 0;
    border-left: none;
  }
  .patrimony-info-div {
    position: fixed;
    top: 140px;
    left: 60%;
    width: 40%;
  }
}
@media (max-width: 767px) {
  #header .main-title .title-text {
    font-size: 1.5rem;
  }
  .heading {
    position: relative;
    overflow-x: auto;
  }
  .heading::-webkit-scrollbar {
    display: none;
  }
  .heading .nav-pills {
    width: 369px;
  }
  .heading .nav-pills li {
    margin-right: 15px;
  }
  .filter-header .search-button {
    width: 55px;
    background-color: #F0F1F6;
    font-size: 2.6rem;
  }
  .filter-header .search-button .icon-search-request {
    width: 17px;
    height: 27px;
    transform: rotate(90deg);
    fill: #030F40;
    position: relative;
    left: 10px;
    bottom: 2px;
  }
  .filter-header .form-control {
    width: 100%;
  }
  .filter-header .dropdown-filter {
    height: 40px;
    width: 55px;
    border: 1px solid #D7D8DF;
    padding-left: 10px;
  }
  .filter-header .dropdown-filter .icon-filter {
    margin-left: 11px;
    font-size: 2rem;
  }
  .cartography {
    margin: 0;
  }
  .cartography article {
    margin-right: 0;
  }
  .cartography.right-menu-closed aside {
    right: -100%;
  }
  .cartography.right-menu-closed aside .cartography-bloc-filter .toggle-menu {
    display: block;
  }
  .cartography.right-menu-closed aside .containerBox {
    width: 100%;
    margin-top: 50px;
  }
  .cartography.right-menu-closed aside .containerBox .innerContainerBox {
    visibility: visible;
    opacity: 1;
    margin-top: 50px;
  }
  .cartography aside {
    transition: right 0.5s linear;
    right: 0;
    width: 100%;
    z-index: 99;
  }
  .cartography aside .cartography-bloc-filter {
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 110;
    background-color: #FFFFFF;
    font-size: 1.5rem;
    font-weight: bold;
    line-height: 40px;
    height: 40px;
    text-align: center;
  }
  .cartography aside .cartography-bloc-filter .toggle-menu {
    position: fixed;
    right: 0;
    left: auto;
    top: auto;
    display: none;
  }
  .cartography aside .cartography-bloc-filter .filter-mobile-title {
    text-transform: uppercase;
    box-shadow: 0 0.5px 0 0 #B2B2B2;
    background-color: #404888;
    color: #FFFFFF;
    margin-bottom: 0;
  }
  .cartography aside .cartography-bloc-filter .filter-mobile-map-link {
    background-color: #aadc14;
    color: #404888;
    margin-bottom: 0;
  }
  .cartography aside .cartography-bloc-filter .filter-mobile-map-link i {
    font-size: 2.2rem;
    font-weight: bold;
    margin-left: 10px;
    vertical-align: middle;
  }
  .cartography aside .containerBox {
    width: 100%;
    z-index: -1;
    overflow: hidden;
  }
  .cartography aside .containerBox .innerContainerBox {
    visibility: visible;
    opacity: 1;
    margin-top: 50px;
  }
  .cartography aside .panel-title > a:after {
    right: 0;
  }
  .cartography aside .custom-multiselect .list-wrapper {
    position: fixed;
    top: 0;
    left: 0;
    width: 94%;
    margin: 190px 3% 0;
    max-height: 390px;
    box-shadow: -1px 1px 5px 0 rgba(0, 0, 0, 0.35);
    border-radius: 0;
    border: none;
  }
  .cartography aside .custom-multiselect .list-wrapper .dropdown-menu {
    overflow: auto;
    width: 100%;
    height: 100%;
    padding-bottom: 40px;
    max-height: 350px;
  }
  .cartography aside .custom-multiselect .list-wrapper .validation {
    position: absolute;
    bottom: 0;
    width: 100%;
    max-height: 310px;
    z-index: 1000;
  }
  .widget-container .widget .panel-heading {
    font-size: 1.2rem;
  }
  .widget-container .widget.documents-widget ul li a {
    font-size: 1.4rem;
  }
  .modalApplicationsManager .modal-body {
    position: relative;
  }
  .modalApplicationsManager .modal-body:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
    width: 50px;
    height: 46px;
    transform: scaleX(-1);
    background: linear-gradient(270deg, #FFFFFF 0%, rgba(255, 255, 255, 0) 100%);
    pointer-events: none;
  }
  .modalApplicationsManager .modal-body:after {
    content: '';
    position: absolute;
    right: 0;
    top: 0;
    z-index: 1;
    width: 50px;
    height: 46px;
    background: linear-gradient(270deg, #FFFFFF 0%, rgba(255, 255, 255, 0) 100%);
    pointer-events: none;
  }
  .modalApplicationsManager .modal-body .heading {
    overflow-x: auto;
  }
  .modalApplicationsManager .modal-body .heading::-webkit-scrollbar {
    display: none;
  }
  .modalApplicationsManager .nav-pills {
    min-width: 375px;
  }
  #document-navigation #new-file-modal .modal-footer a,
  #document-navigation #create-folder-modal .modal-footer a,
  #document-navigation #remove-file-modal .modal-footer a,
  #document-navigation #new-file-modal .modal-footer button,
  #document-navigation #create-folder-modal .modal-footer button,
  #document-navigation #remove-file-modal .modal-footer button {
    display: block;
    width: 100%;
    margin: 0;
  }
  .filterbox .request-filter.button-with-status .btn {
    margin-top: 2px;
  }
  .patrimony-info-div {
    position: fixed;
    left: 60%;
    width: 40%;
    top: 140px;
  }
}
@media (max-width: 480px) {
  #header .main-title h1.title-text {
    max-width: 75%;
    letter-spacing: normal;
    line-height: initial;
  }
  .header-box .select {
    max-width: 75%;
  }
  .patrimony-info-div {
    position: fixed;
    left: 0;
    width: 100%;
    top: 140px;
  }
}
@media (max-width: 991px) {
  .col-sm-no-padding {
    padding-left: 0;
    padding-right: 0;
  }
}
.ie #menu .menu-main {
  -ms-overflow-style: -ms-autohiding-scrollbar;
  height: calc(100% - 100px);
}
network-interventions section {
  min-height: 240px;
}
/**
* Semantic colors
**/
.tarteaucitronIconHeaderCenter {
  top: 0;
  right: 0;
  margin: 0 35% 0 0 !important;
}

