@import url(https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.5.0/css/font-awesome.min.css);@import url(https://cdnjs.cloudflare.com/ajax/libs/ionicons/2.0.1/css/ionicons.min.css);.daterangepicker {
  position: absolute;
  color: inherit;
  background-color: #fff;
  border-radius: 4px;
  border: 1px solid #ddd;
  width: 278px;
  max-width: none;
  padding: 0;
  margin-top: 7px;
  top: 100px;
  left: 20px;
  z-index: 3001;
  display: none;
  font-family: arial;
  font-size: 15px;
  line-height: 1em;
}

.daterangepicker:before, .daterangepicker:after {
  position: absolute;
  display: inline-block;
  border-bottom-color: rgba(0, 0, 0, 0.2);
  content: '';
}

.daterangepicker:before {
  top: -7px;
  border-right: 7px solid transparent;
  border-left: 7px solid transparent;
  border-bottom: 7px solid #ccc;
}

.daterangepicker:after {
  top: -6px;
  border-right: 6px solid transparent;
  border-bottom: 6px solid #fff;
  border-left: 6px solid transparent;
}

.daterangepicker.opensleft:before {
  right: 9px;
}

.daterangepicker.opensleft:after {
  right: 10px;
}

.daterangepicker.openscenter:before {
  left: 0;
  right: 0;
  width: 0;
  margin-left: auto;
  margin-right: auto;
}

.daterangepicker.openscenter:after {
  left: 0;
  right: 0;
  width: 0;
  margin-left: auto;
  margin-right: auto;
}

.daterangepicker.opensright:before {
  left: 9px;
}

.daterangepicker.opensright:after {
  left: 10px;
}

.daterangepicker.drop-up {
  margin-top: -7px;
}

.daterangepicker.drop-up:before {
  top: initial;
  bottom: -7px;
  border-bottom: initial;
  border-top: 7px solid #ccc;
}

.daterangepicker.drop-up:after {
  top: initial;
  bottom: -6px;
  border-bottom: initial;
  border-top: 6px solid #fff;
}

.daterangepicker.single .daterangepicker .ranges, .daterangepicker.single .drp-calendar {
  float: none;
}

.daterangepicker.single .drp-selected {
  display: none;
}

.daterangepicker.show-calendar .drp-calendar {
  display: block;
}

.daterangepicker.show-calendar .drp-buttons {
  display: block;
}

.daterangepicker.auto-apply .drp-buttons {
  display: none;
}

.daterangepicker .drp-calendar {
  display: none;
  max-width: 270px;
}

.daterangepicker .drp-calendar.left {
  padding: 8px 0 8px 8px;
}

.daterangepicker .drp-calendar.right {
  padding: 8px;
}

.daterangepicker .drp-calendar.single .calendar-table {
  border: none;
}

.daterangepicker .calendar-table .next span, .daterangepicker .calendar-table .prev span {
  color: #fff;
  border: solid black;
  border-width: 0 2px 2px 0;
  border-radius: 0;
  display: inline-block;
  padding: 3px;
}

.daterangepicker .calendar-table .next span {
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
}

.daterangepicker .calendar-table .prev span {
  transform: rotate(135deg);
  -webkit-transform: rotate(135deg);
}

.daterangepicker .calendar-table th, .daterangepicker .calendar-table td {
  white-space: nowrap;
  text-align: center;
  vertical-align: middle;
  min-width: 32px;
  width: 32px;
  height: 24px;
  line-height: 24px;
  font-size: 12px;
  border-radius: 4px;
  border: 1px solid transparent;
  white-space: nowrap;
  cursor: pointer;
}

.daterangepicker .calendar-table {
  border: 1px solid #fff;
  border-radius: 4px;
  background-color: #fff;
}

.daterangepicker .calendar-table table {
  width: 100%;
  margin: 0;
  border-spacing: 0;
  border-collapse: collapse;
}

.daterangepicker td.available:hover, .daterangepicker th.available:hover {
  background-color: #eee;
  border-color: transparent;
  color: inherit;
}

.daterangepicker td.week, .daterangepicker th.week {
  font-size: 80%;
  color: #ccc;
}

.daterangepicker td.off, .daterangepicker td.off.in-range, .daterangepicker td.off.start-date, .daterangepicker td.off.end-date {
  background-color: #fff;
  border-color: transparent;
  color: #999;
}

.daterangepicker td.in-range {
  background-color: #ebf4f8;
  border-color: transparent;
  color: #000;
  border-radius: 0;
}

.daterangepicker td.start-date {
  border-radius: 4px 0 0 4px;
}

.daterangepicker td.end-date {
  border-radius: 0 4px 4px 0;
}

.daterangepicker td.start-date.end-date {
  border-radius: 4px;
}

.daterangepicker td.active, .daterangepicker td.active:hover {
  background-color: #357ebd;
  border-color: transparent;
  color: #fff;
}

.daterangepicker th.month {
  width: auto;
}

.daterangepicker td.disabled, .daterangepicker option.disabled {
  color: #999;
  cursor: not-allowed;
  text-decoration: line-through;
}

.daterangepicker select.monthselect, .daterangepicker select.yearselect {
  font-size: 12px;
  padding: 1px;
  height: auto;
  margin: 0;
  cursor: default;
}

.daterangepicker select.monthselect {
  margin-right: 2%;
  width: 56%;
}

.daterangepicker select.yearselect {
  width: 40%;
}

.daterangepicker select.hourselect, .daterangepicker select.minuteselect, .daterangepicker select.secondselect, .daterangepicker select.ampmselect {
  width: 50px;
  margin: 0 auto;
  background: #eee;
  border: 1px solid #eee;
  padding: 2px;
  outline: 0;
  font-size: 12px;
}

.daterangepicker .calendar-time {
  text-align: center;
  margin: 4px auto 0 auto;
  line-height: 30px;
  position: relative;
}

.daterangepicker .calendar-time select.disabled {
  color: #ccc;
  cursor: not-allowed;
}

.daterangepicker .drp-buttons {
  clear: both;
  text-align: right;
  padding: 8px;
  border-top: 1px solid #ddd;
  display: none;
  line-height: 12px;
  vertical-align: middle;
}

.daterangepicker .drp-selected {
  display: inline-block;
  font-size: 12px;
  padding-right: 8px;
}

.daterangepicker .drp-buttons .btn {
  margin-left: 8px;
  font-size: 12px;
  font-weight: bold;
  padding: 4px 8px;
}

.daterangepicker.show-ranges.single.rtl .drp-calendar.left {
  border-right: 1px solid #ddd;
}

.daterangepicker.show-ranges.single.ltr .drp-calendar.left {
  border-left: 1px solid #ddd;
}

.daterangepicker.show-ranges.rtl .drp-calendar.right {
  border-right: 1px solid #ddd;
}

.daterangepicker.show-ranges.ltr .drp-calendar.left {
  border-left: 1px solid #ddd;
}

.daterangepicker .ranges {
  float: none;
  text-align: left;
  margin: 0;
}

.daterangepicker.show-calendar .ranges {
  margin-top: 8px;
}

.daterangepicker .ranges ul {
  list-style: none;
  margin: 0 auto;
  padding: 0;
  width: 100%;
}

.daterangepicker .ranges li {
  font-size: 12px;
  padding: 8px 12px;
  cursor: pointer;
}

.daterangepicker .ranges li:hover {
  background-color: #eee;
}

.daterangepicker .ranges li.active {
  background-color: #08c;
  color: #fff;
}

/*  Larger Screen Styling */
@media (min-width: 564px) {
  .daterangepicker {
    width: auto;
  }

  .daterangepicker .ranges ul {
    width: 140px;
  }

  .daterangepicker.single .ranges ul {
    width: 100%;
  }

  .daterangepicker.single .drp-calendar.left {
    clear: none;
  }

  .daterangepicker.single .ranges, .daterangepicker.single .drp-calendar {
    float: left;
  }

  .daterangepicker {
    direction: ltr;
    text-align: left;
  }

  .daterangepicker .drp-calendar.left {
    clear: left;
    margin-right: 0;
  }

  .daterangepicker .drp-calendar.left .calendar-table {
    border-right: none;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }

  .daterangepicker .drp-calendar.right {
    margin-left: 0;
  }

  .daterangepicker .drp-calendar.right .calendar-table {
    border-left: none;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }

  .daterangepicker .drp-calendar.left .calendar-table {
    padding-right: 8px;
  }

  .daterangepicker .ranges, .daterangepicker .drp-calendar {
    float: left;
  }
}

@media (min-width: 730px) {
  .daterangepicker .ranges {
    width: auto;
  }

  .daterangepicker .ranges {
    float: left;
  }

  .daterangepicker.rtl .ranges {
    float: right;
  }

  .daterangepicker .drp-calendar.left {
    clear: none !important;
  }
}
@charset "UTF-8";

/****** COULEURS ********/

table.dataTable {
  clear: both;
  margin-top: 6px !important;
  margin-bottom: 6px !important;
  max-width: none !important;
  border-collapse: separate !important;
}

table.dataTable td,
table.dataTable th {
  box-sizing: content-box;
}

table.dataTable td.dataTables_empty,
table.dataTable th.dataTables_empty {
  text-align: center;
}

table.dataTable.nowrap th,
table.dataTable.nowrap td {
  white-space: nowrap;
}

div.dataTables_wrapper div.dataTables_length label {
  font-weight: normal;
  text-align: left;
  white-space: nowrap;
}

div.dataTables_wrapper div.dataTables_length select {
  width: 75px;
  display: inline-block;
}

div.dataTables_wrapper div.dataTables_filter {
  text-align: right;
}

div.dataTables_wrapper div.dataTables_filter label {
  font-weight: normal;
  white-space: nowrap;
  text-align: left;
}

div.dataTables_wrapper div.dataTables_filter input {
  margin-left: 0.5em;
  display: inline-block;
  width: auto;
}

div.dataTables_wrapper div.dataTables_info {
  padding-top: 8px;
  white-space: nowrap;
}

div.dataTables_wrapper div.dataTables_paginate {
  margin: 0;
  white-space: nowrap;
  text-align: right;
}

div.dataTables_wrapper div.dataTables_paginate ul.pagination {
  margin: 2px 0;
  white-space: nowrap;
}

div.dataTables_wrapper div.dataTables_processing {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 200px;
  margin-left: -100px;
  margin-top: -26px;
  text-align: center;
  padding: 1em 0;
}

table.dataTable thead > tr > th.sorting_asc,
table.dataTable thead > tr > th.sorting_desc,
table.dataTable thead > tr > th.sorting,
table.dataTable thead > tr > td.sorting_asc,
table.dataTable thead > tr > td.sorting_desc,
table.dataTable thead > tr > td.sorting {
  padding-right: 30px;
}

table.dataTable thead > tr > th:active,
table.dataTable thead > tr > td:active {
  outline: none;
}

table.dataTable thead .sorting,
table.dataTable thead .sorting_asc,
table.dataTable thead .sorting_desc,
table.dataTable thead .sorting_asc_disabled,
table.dataTable thead .sorting_desc_disabled {
  cursor: pointer;
  position: relative;
}

table.dataTable thead .sorting:after,
table.dataTable thead .sorting_asc:after,
table.dataTable thead .sorting_desc:after,
table.dataTable thead .sorting_asc_disabled:after,
table.dataTable thead .sorting_desc_disabled:after {
  position: absolute;
  bottom: 8px;
  right: 8px;
  display: block;
  font-family: "Glyphicons Halflings";
  opacity: 0.5;
}

table.dataTable thead .sorting:after {
  opacity: 0.2;
  content: "\E150";
  /* sort */
}

table.dataTable thead .sorting_asc:after {
  content: "\E155";
  /* sort-by-attributes */
}

table.dataTable thead .sorting_desc:after {
  content: "\E156";
  /* sort-by-attributes-alt */
}

table.dataTable thead .sorting_asc_disabled:after,
table.dataTable thead .sorting_desc_disabled:after {
  color: #eee;
}

div.dataTables_scrollHead table.dataTable {
  margin-bottom: 0 !important;
}

div.dataTables_scrollBody > table {
  border-top: none;
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}

div.dataTables_scrollBody > table > thead .sorting:after,
div.dataTables_scrollBody > table > thead .sorting_asc:after,
div.dataTables_scrollBody > table > thead .sorting_desc:after {
  display: none;
}

div.dataTables_scrollBody > table > tbody > tr:first-child > th,
div.dataTables_scrollBody > table > tbody > tr:first-child > td {
  border-top: none;
}

div.dataTables_scrollFoot > .dataTables_scrollFootInner {
  box-sizing: content-box;
}

div.dataTables_scrollFoot > .dataTables_scrollFootInner > table {
  margin-top: 0 !important;
  border-top: none;
}

@media screen and (max-width: 767px) {
  div.dataTables_wrapper div.dataTables_length,
  div.dataTables_wrapper div.dataTables_filter,
  div.dataTables_wrapper div.dataTables_info,
  div.dataTables_wrapper div.dataTables_paginate {
    text-align: center;
  }
}

table.dataTable.table-condensed > thead > tr > th {
  padding-right: 20px;
}

table.dataTable.table-condensed .sorting:after,
table.dataTable.table-condensed .sorting_asc:after,
table.dataTable.table-condensed .sorting_desc:after {
  top: 6px;
  right: 6px;
}

table.table-bordered.dataTable {
  border-right-width: 0;
}

table.table-bordered.dataTable th,
table.table-bordered.dataTable td {
  border-left-width: 0;
}

table.table-bordered.dataTable th:last-child,
table.table-bordered.dataTable th:last-child,
table.table-bordered.dataTable td:last-child,
table.table-bordered.dataTable td:last-child {
  border-right-width: 1px;
}

table.table-bordered.dataTable tbody th,
table.table-bordered.dataTable tbody td {
  border-bottom-width: 0;
}

div.dataTables_scrollHead table.table-bordered {
  border-bottom-width: 0;
}

div.table-responsive > div.dataTables_wrapper > div.row {
  margin: 0;
}

div.table-responsive > div.dataTables_wrapper > div.row > div[class^=col-]:first-child {
  padding-left: 0;
}

div.table-responsive > div.dataTables_wrapper > div.row > div[class^=col-]:last-child {
  padding-right: 0;
}

table.dataTable.dtr-inline.collapsed > tbody > tr > td.child,
table.dataTable.dtr-inline.collapsed > tbody > tr > th.child,
table.dataTable.dtr-inline.collapsed > tbody > tr > td.dataTables_empty {
  cursor: default !important;
}

table.dataTable.dtr-inline.collapsed > tbody > tr > td.child:before,
table.dataTable.dtr-inline.collapsed > tbody > tr > th.child:before,
table.dataTable.dtr-inline.collapsed > tbody > tr > td.dataTables_empty:before {
  display: none !important;
}

table.dataTable.dtr-inline.collapsed > tbody > tr[role=row] > td.dtr-control,
table.dataTable.dtr-inline.collapsed > tbody > tr[role=row] > th.dtr-control {
  position: relative;
  padding-left: 30px;
  cursor: pointer;
}

table.dataTable.dtr-inline.collapsed > tbody > tr[role=row] > td.dtr-control:before,
table.dataTable.dtr-inline.collapsed > tbody > tr[role=row] > th.dtr-control:before {
  top: 50%;
  left: 5px;
  height: 14px;
  width: 14px;
  margin-top: -9px;
  display: block;
  position: absolute;
  color: white;
  border: 2px solid white;
  border-radius: 14px;
  box-shadow: 0 0 3px #444;
  box-sizing: content-box;
  text-align: center;
  text-indent: 0 !important;
  font-family: "Courier New", Courier, monospace;
  line-height: 14px;
  content: "+";
  background-color: #337ab7;
}

table.dataTable.dtr-inline.collapsed > tbody > tr.parent > td.dtr-control:before,
table.dataTable.dtr-inline.collapsed > tbody > tr.parent > th.dtr-control:before {
  content: "-";
  background-color: #d33333;
}

table.dataTable.dtr-inline.collapsed.compact > tbody > tr > td.dtr-control,
table.dataTable.dtr-inline.collapsed.compact > tbody > tr > th.dtr-control {
  padding-left: 27px;
}

table.dataTable.dtr-inline.collapsed.compact > tbody > tr > td.dtr-control:before,
table.dataTable.dtr-inline.collapsed.compact > tbody > tr > th.dtr-control:before {
  left: 4px;
  height: 14px;
  width: 14px;
  border-radius: 14px;
  line-height: 14px;
  text-indent: 3px;
}

table.dataTable.dtr-column > tbody > tr > td.control,
table.dataTable.dtr-column > tbody > tr > th.control {
  position: relative;
  cursor: pointer;
}

table.dataTable.dtr-column > tbody > tr > td.control:before,
table.dataTable.dtr-column > tbody > tr > th.control:before {
  top: 50%;
  left: 50%;
  height: 16px;
  width: 16px;
  margin-top: -10px;
  margin-left: -10px;
  display: block;
  position: absolute;
  color: white;
  border: 2px solid white;
  border-radius: 14px;
  box-shadow: 0 0 3px #444;
  box-sizing: content-box;
  text-align: center;
  text-indent: 0 !important;
  font-family: "Courier New", Courier, monospace;
  line-height: 14px;
  content: "+";
  background-color: #337ab7;
}

table.dataTable.dtr-column > tbody > tr.parent td.control:before,
table.dataTable.dtr-column > tbody > tr.parent th.control:before {
  content: "-";
  background-color: #d33333;
}

table.dataTable > tbody > tr.child {
  padding: 0.5em 1em;
}

table.dataTable > tbody > tr.child:hover {
  background: transparent !important;
}

table.dataTable > tbody > tr.child ul.dtr-details {
  display: inline-block;
  list-style-type: none;
  margin: 0;
  padding: 0;
}

table.dataTable > tbody > tr.child ul.dtr-details > li {
  border-bottom: 1px solid #efefef;
  padding: 0.5em 0;
}

table.dataTable > tbody > tr.child ul.dtr-details > li:first-child {
  padding-top: 0;
}

table.dataTable > tbody > tr.child ul.dtr-details > li:last-child {
  border-bottom: none;
}

table.dataTable > tbody > tr.child span.dtr-title {
  display: inline-block;
  min-width: 75px;
  font-weight: bold;
}

div.dtr-modal {
  position: fixed;
  box-sizing: border-box;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 100;
  padding: 10em 1em;
}

div.dtr-modal div.dtr-modal-display {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 50%;
  height: 50%;
  overflow: auto;
  margin: auto;
  z-index: 102;
  overflow: auto;
  background-color: #f5f5f7;
  border: 1px solid black;
  border-radius: 0.5em;
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.6);
}

div.dtr-modal div.dtr-modal-content {
  position: relative;
  padding: 1em;
}

div.dtr-modal div.dtr-modal-close {
  position: absolute;
  top: 6px;
  right: 6px;
  width: 22px;
  height: 22px;
  border: 1px solid #eaeaea;
  background-color: #f9f9f9;
  text-align: center;
  border-radius: 3px;
  cursor: pointer;
  z-index: 12;
}

div.dtr-modal div.dtr-modal-close:hover {
  background-color: #eaeaea;
}

div.dtr-modal div.dtr-modal-background {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 101;
  background: rgba(0, 0, 0, 0.6);
}

@media screen and (max-width: 767px) {
  div.dtr-modal div.dtr-modal-display {
    width: 95%;
  }
}

div.dtr-bs-modal table.table tr:first-child td {
  border-top: none;
}

.pace {
  -webkit-pointer-events: none;
  pointer-events: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
      user-select: none;
}

.pace-inactive {
  display: none;
}

.pace .pace-progress {
  background: #fff;
  position: fixed;
  z-index: 2000;
  top: 0;
  right: 100%;
  width: 100%;
  height: 2px;
}

.pace .pace-progress-inner {
  display: block;
  position: absolute;
  right: 0;
  width: 100px;
  height: 100%;
  box-shadow: 0 0 10px #fff, 0 0 5px #fff;
  opacity: 1;
  transform: rotate(3deg) translate(0px, -4px);
}

.pace .pace-activity {
  display: block;
  position: fixed;
  z-index: 2000;
  top: 15px;
  right: 50%;
  width: 14px;
  height: 14px;
  border: solid 2px transparent;
  border-top-color: #fff;
  border-left-color: #fff;
  border-radius: 10px;
  -webkit-animation: pace-spinner 400ms linear infinite;
  animation: pace-spinner 400ms linear infinite;
}

@media (max-width: 767px) {
  .pace .pace-activity {
    top: 15px;
    right: 15px;
    width: 14px;
    height: 14px;
  }
}

@-webkit-keyframes pace-spinner {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

@keyframes pace-spinner {
  0% {
    transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

/* iCheck plugin Minimal skin
----------------------------------- */

.icheckbox_minimal,
.iradio_minimal {
  display: inline-block;
  *display: inline;
  vertical-align: middle;
  margin: 0;
  padding: 0;
  width: 18px;
  height: 18px;
  background: url(/images/vendor/icheck/skins/minimal/minimal.png?5374dd98e677fe8171af180e2cd70fe2) no-repeat;
  border: none;
  cursor: pointer;
}

.icheckbox_minimal {
  background-position: 0 0;
}

.icheckbox_minimal.hover {
  background-position: -20px 0;
}

.icheckbox_minimal.checked {
  background-position: -40px 0;
}

.icheckbox_minimal.disabled {
  background-position: -60px 0;
  cursor: default;
}

.icheckbox_minimal.checked.disabled {
  background-position: -80px 0;
}

.iradio_minimal {
  background-position: -100px 0;
}

.iradio_minimal.hover {
  background-position: -120px 0;
}

.iradio_minimal.checked {
  background-position: -140px 0;
}

.iradio_minimal.disabled {
  background-position: -160px 0;
  cursor: default;
}

.iradio_minimal.checked.disabled {
  background-position: -180px 0;
}

/* HiDPI support */

@media (-webkit-min-device-pixel-ratio: 1.25), (min-resolution: 120dpi) {
  .icheckbox_minimal,
  .iradio_minimal {
    background-image: url(/images/vendor/icheck/skins/minimal/minimal@2x.png?70a48613bab335e8229fbc13d2e8083e);
    background-size: 200px 20px;
  }
}

/* red */

.icheckbox_minimal-red,
.iradio_minimal-red {
  display: inline-block;
  *display: inline;
  vertical-align: middle;
  margin: 0;
  padding: 0;
  width: 18px;
  height: 18px;
  background: url(/images/vendor/icheck/skins/minimal/red.png?7f62af20eca41e759681c73e994dba01) no-repeat;
  border: none;
  cursor: pointer;
}

.icheckbox_minimal-red {
  background-position: 0 0;
}

.icheckbox_minimal-red.hover {
  background-position: -20px 0;
}

.icheckbox_minimal-red.checked {
  background-position: -40px 0;
}

.icheckbox_minimal-red.disabled {
  background-position: -60px 0;
  cursor: default;
}

.icheckbox_minimal-red.checked.disabled {
  background-position: -80px 0;
}

.iradio_minimal-red {
  background-position: -100px 0;
}

.iradio_minimal-red.hover {
  background-position: -120px 0;
}

.iradio_minimal-red.checked {
  background-position: -140px 0;
}

.iradio_minimal-red.disabled {
  background-position: -160px 0;
  cursor: default;
}

.iradio_minimal-red.checked.disabled {
  background-position: -180px 0;
}

/* HiDPI support */

@media (-webkit-min-device-pixel-ratio: 1.25), (min-resolution: 120dpi) {
  .icheckbox_minimal-red,
  .iradio_minimal-red {
    background-image: url(/images/vendor/icheck/skins/minimal/red@2x.png?f1062c10dc82728ed1c3a68d382115f0);
    background-size: 200px 20px;
  }
}

/* green */

.icheckbox_minimal-green,
.iradio_minimal-green {
  display: inline-block;
  *display: inline;
  vertical-align: middle;
  margin: 0;
  padding: 0;
  width: 18px;
  height: 18px;
  background: url(/images/vendor/icheck/skins/minimal/green.png?3b4856d954f9bd92db9a42c4b3365b38) no-repeat;
  border: none;
  cursor: pointer;
}

.icheckbox_minimal-green {
  background-position: 0 0;
}

.icheckbox_minimal-green.hover {
  background-position: -20px 0;
}

.icheckbox_minimal-green.checked {
  background-position: -40px 0;
}

.icheckbox_minimal-green.disabled {
  background-position: -60px 0;
  cursor: default;
}

.icheckbox_minimal-green.checked.disabled {
  background-position: -80px 0;
}

.iradio_minimal-green {
  background-position: -100px 0;
}

.iradio_minimal-green.hover {
  background-position: -120px 0;
}

.iradio_minimal-green.checked {
  background-position: -140px 0;
}

.iradio_minimal-green.disabled {
  background-position: -160px 0;
  cursor: default;
}

.iradio_minimal-green.checked.disabled {
  background-position: -180px 0;
}

/* HiDPI support */

@media (-webkit-min-device-pixel-ratio: 1.25), (min-resolution: 120dpi) {
  .icheckbox_minimal-green,
  .iradio_minimal-green {
    background-image: url(/images/vendor/icheck/skins/minimal/green@2x.png?a2f047d499c054f4ca553a0bf96bd3ee);
    background-size: 200px 20px;
  }
}

/* blue */

.icheckbox_minimal-blue,
.iradio_minimal-blue {
  display: inline-block;
  *display: inline;
  vertical-align: middle;
  margin: 0;
  padding: 0;
  width: 18px;
  height: 18px;
  background: url(/images/vendor/icheck/skins/minimal/blue.png?4a709f8cf673f2b25537f8547cc6db07) no-repeat;
  border: none;
  cursor: pointer;
}

.icheckbox_minimal-blue {
  background-position: 0 0;
}

.icheckbox_minimal-blue.hover {
  background-position: -20px 0;
}

.icheckbox_minimal-blue.checked {
  background-position: -40px 0;
}

.icheckbox_minimal-blue.disabled {
  background-position: -60px 0;
  cursor: default;
}

.icheckbox_minimal-blue.checked.disabled {
  background-position: -80px 0;
}

.iradio_minimal-blue {
  background-position: -100px 0;
}

.iradio_minimal-blue.hover {
  background-position: -120px 0;
}

.iradio_minimal-blue.checked {
  background-position: -140px 0;
}

.iradio_minimal-blue.disabled {
  background-position: -160px 0;
  cursor: default;
}

.iradio_minimal-blue.checked.disabled {
  background-position: -180px 0;
}

/* HiDPI support */

@media (-webkit-min-device-pixel-ratio: 1.25), (min-resolution: 120dpi) {
  .icheckbox_minimal-blue,
  .iradio_minimal-blue {
    background-image: url(/images/vendor/icheck/skins/minimal/blue@2x.png?0035ec50cf54ce054db8c956716d268d);
    background-size: 200px 20px;
  }
}

/* aero */

.icheckbox_minimal-aero,
.iradio_minimal-aero {
  display: inline-block;
  *display: inline;
  vertical-align: middle;
  margin: 0;
  padding: 0;
  width: 18px;
  height: 18px;
  background: url(/images/vendor/icheck/skins/minimal/aero.png?242eaf8c522bf3a99e20377b088145f7) no-repeat;
  border: none;
  cursor: pointer;
}

.icheckbox_minimal-aero {
  background-position: 0 0;
}

.icheckbox_minimal-aero.hover {
  background-position: -20px 0;
}

.icheckbox_minimal-aero.checked {
  background-position: -40px 0;
}

.icheckbox_minimal-aero.disabled {
  background-position: -60px 0;
  cursor: default;
}

.icheckbox_minimal-aero.checked.disabled {
  background-position: -80px 0;
}

.iradio_minimal-aero {
  background-position: -100px 0;
}

.iradio_minimal-aero.hover {
  background-position: -120px 0;
}

.iradio_minimal-aero.checked {
  background-position: -140px 0;
}

.iradio_minimal-aero.disabled {
  background-position: -160px 0;
  cursor: default;
}

.iradio_minimal-aero.checked.disabled {
  background-position: -180px 0;
}

/* HiDPI support */

@media (-webkit-min-device-pixel-ratio: 1.25), (min-resolution: 120dpi) {
  .icheckbox_minimal-aero,
  .iradio_minimal-aero {
    background-image: url(/images/vendor/icheck/skins/minimal/aero@2x.png?b024258513da897cc57320ee8bfebf55);
    background-size: 200px 20px;
  }
}

/* grey */

.icheckbox_minimal-grey,
.iradio_minimal-grey {
  display: inline-block;
  *display: inline;
  vertical-align: middle;
  margin: 0;
  padding: 0;
  width: 18px;
  height: 18px;
  background: url(/images/vendor/icheck/skins/minimal/grey.png?c2cdcc76c9b104baac8e679ac608d1b4) no-repeat;
  border: none;
  cursor: pointer;
}

.icheckbox_minimal-grey {
  background-position: 0 0;
}

.icheckbox_minimal-grey.hover {
  background-position: -20px 0;
}

.icheckbox_minimal-grey.checked {
  background-position: -40px 0;
}

.icheckbox_minimal-grey.disabled {
  background-position: -60px 0;
  cursor: default;
}

.icheckbox_minimal-grey.checked.disabled {
  background-position: -80px 0;
}

.iradio_minimal-grey {
  background-position: -100px 0;
}

.iradio_minimal-grey.hover {
  background-position: -120px 0;
}

.iradio_minimal-grey.checked {
  background-position: -140px 0;
}

.iradio_minimal-grey.disabled {
  background-position: -160px 0;
  cursor: default;
}

.iradio_minimal-grey.checked.disabled {
  background-position: -180px 0;
}

/* HiDPI support */

@media (-webkit-min-device-pixel-ratio: 1.25), (min-resolution: 120dpi) {
  .icheckbox_minimal-grey,
  .iradio_minimal-grey {
    background-image: url(/images/vendor/icheck/skins/minimal/grey@2x.png?4cb83da4e00d7a3a0462e5878a5823b0);
    background-size: 200px 20px;
  }
}

/* orange */

.icheckbox_minimal-orange,
.iradio_minimal-orange {
  display: inline-block;
  *display: inline;
  vertical-align: middle;
  margin: 0;
  padding: 0;
  width: 18px;
  height: 18px;
  background: url(/images/vendor/icheck/skins/minimal/orange.png?e7333f83e2802e2f7d1820e6f571b8cb) no-repeat;
  border: none;
  cursor: pointer;
}

.icheckbox_minimal-orange {
  background-position: 0 0;
}

.icheckbox_minimal-orange.hover {
  background-position: -20px 0;
}

.icheckbox_minimal-orange.checked {
  background-position: -40px 0;
}

.icheckbox_minimal-orange.disabled {
  background-position: -60px 0;
  cursor: default;
}

.icheckbox_minimal-orange.checked.disabled {
  background-position: -80px 0;
}

.iradio_minimal-orange {
  background-position: -100px 0;
}

.iradio_minimal-orange.hover {
  background-position: -120px 0;
}

.iradio_minimal-orange.checked {
  background-position: -140px 0;
}

.iradio_minimal-orange.disabled {
  background-position: -160px 0;
  cursor: default;
}

.iradio_minimal-orange.checked.disabled {
  background-position: -180px 0;
}

/* HiDPI support */

@media (-webkit-min-device-pixel-ratio: 1.25), (min-resolution: 120dpi) {
  .icheckbox_minimal-orange,
  .iradio_minimal-orange {
    background-image: url(/images/vendor/icheck/skins/minimal/orange@2x.png?4a997518c98c5562c92bb199f8b059ca);
    background-size: 200px 20px;
  }
}

/* yellow */

.icheckbox_minimal-yellow,
.iradio_minimal-yellow {
  display: inline-block;
  *display: inline;
  vertical-align: middle;
  margin: 0;
  padding: 0;
  width: 18px;
  height: 18px;
  background: url(/images/vendor/icheck/skins/minimal/yellow.png?0bd13b604180462de5c6583520756bcf) no-repeat;
  border: none;
  cursor: pointer;
}

.icheckbox_minimal-yellow {
  background-position: 0 0;
}

.icheckbox_minimal-yellow.hover {
  background-position: -20px 0;
}

.icheckbox_minimal-yellow.checked {
  background-position: -40px 0;
}

.icheckbox_minimal-yellow.disabled {
  background-position: -60px 0;
  cursor: default;
}

.icheckbox_minimal-yellow.checked.disabled {
  background-position: -80px 0;
}

.iradio_minimal-yellow {
  background-position: -100px 0;
}

.iradio_minimal-yellow.hover {
  background-position: -120px 0;
}

.iradio_minimal-yellow.checked {
  background-position: -140px 0;
}

.iradio_minimal-yellow.disabled {
  background-position: -160px 0;
  cursor: default;
}

.iradio_minimal-yellow.checked.disabled {
  background-position: -180px 0;
}

/* HiDPI support */

@media (-webkit-min-device-pixel-ratio: 1.25), (min-resolution: 120dpi) {
  .icheckbox_minimal-yellow,
  .iradio_minimal-yellow {
    background-image: url(/images/vendor/icheck/skins/minimal/yellow@2x.png?d963642adbb097446294204ab340a09f);
    background-size: 200px 20px;
  }
}

/* pink */

.icheckbox_minimal-pink,
.iradio_minimal-pink {
  display: inline-block;
  *display: inline;
  vertical-align: middle;
  margin: 0;
  padding: 0;
  width: 18px;
  height: 18px;
  background: url(/images/vendor/icheck/skins/minimal/pink.png?375a3b1920da847c3e42b8f56d3a9f2d) no-repeat;
  border: none;
  cursor: pointer;
}

.icheckbox_minimal-pink {
  background-position: 0 0;
}

.icheckbox_minimal-pink.hover {
  background-position: -20px 0;
}

.icheckbox_minimal-pink.checked {
  background-position: -40px 0;
}

.icheckbox_minimal-pink.disabled {
  background-position: -60px 0;
  cursor: default;
}

.icheckbox_minimal-pink.checked.disabled {
  background-position: -80px 0;
}

.iradio_minimal-pink {
  background-position: -100px 0;
}

.iradio_minimal-pink.hover {
  background-position: -120px 0;
}

.iradio_minimal-pink.checked {
  background-position: -140px 0;
}

.iradio_minimal-pink.disabled {
  background-position: -160px 0;
  cursor: default;
}

.iradio_minimal-pink.checked.disabled {
  background-position: -180px 0;
}

/* HiDPI support */

@media (-webkit-min-device-pixel-ratio: 1.25), (min-resolution: 120dpi) {
  .icheckbox_minimal-pink,
  .iradio_minimal-pink {
    background-image: url(/images/vendor/icheck/skins/minimal/pink@2x.png?c7ec3487cb9b2227b52074c721aaea95);
    background-size: 200px 20px;
  }
}

/* purple */

.icheckbox_minimal-purple,
.iradio_minimal-purple {
  display: inline-block;
  *display: inline;
  vertical-align: middle;
  margin: 0;
  padding: 0;
  width: 18px;
  height: 18px;
  background: url(/images/vendor/icheck/skins/minimal/purple.png?e01e49af1de2f91c5904d4c4ce79e6c6) no-repeat;
  border: none;
  cursor: pointer;
}

.icheckbox_minimal-purple {
  background-position: 0 0;
}

.icheckbox_minimal-purple.hover {
  background-position: -20px 0;
}

.icheckbox_minimal-purple.checked {
  background-position: -40px 0;
}

.icheckbox_minimal-purple.disabled {
  background-position: -60px 0;
  cursor: default;
}

.icheckbox_minimal-purple.checked.disabled {
  background-position: -80px 0;
}

.iradio_minimal-purple {
  background-position: -100px 0;
}

.iradio_minimal-purple.hover {
  background-position: -120px 0;
}

.iradio_minimal-purple.checked {
  background-position: -140px 0;
}

.iradio_minimal-purple.disabled {
  background-position: -160px 0;
  cursor: default;
}

.iradio_minimal-purple.checked.disabled {
  background-position: -180px 0;
}

/* HiDPI support */

@media (-webkit-min-device-pixel-ratio: 1.25), (min-resolution: 120dpi) {
  .icheckbox_minimal-purple,
  .iradio_minimal-purple {
    background-image: url(/images/vendor/icheck/skins/minimal/purple@2x.png?e13312afeae30a99b7d1b1de7ba95e1d);
    background-size: 200px 20px;
  }
}

body.no_auth .content-wrapper {
  background: #fff url(/images/bg_login.jpg?d5aed80aa8d6d2e8bfecf3ecd61b8892) no-repeat right center;
}

body.no_auth .navbar-brand img {
  position: absolute;
  top: 0;
}

.italic {
  font-style: italic;
}

.bg-white {
  background: #fff;
}

h1 > i {
  margin-right: 5px;
}

.no-padding {
  padding: 0 !important;
}

.bg-aqualis-bleu {
  background-color: #006AB4 !important;
}

.bg-aqualis-bleu.btn {
  color: #fff !important;
}

.bg-aqualis-bleu.btn:hover,
.bg-aqualis-bleu.btn:active {
  background: #0069b3 !important;
}

.bg-aqualis-vert {
  background-color: #68AB66 !important;
}

.bg-aqualis-vert.btn {
  color: #fff !important;
}

.bg-aqualis-vert.btn:hover,
.bg-aqualis-vert.btn:active {
  background: #67ab65 !important;
}

.input-group.time {
  width: 120px;
}

.select2-container {
  width: 100% !important;
  padding: 0;
}

.select2-selection__rendered {
  max-height: 200px;
  overflow: auto !important;
}

.icheckbox_minimal-blue + label {
  padding-left: 10px;
}

.iradio_minimal-blue + .iradio_minimal-blue {
  margin-left: 10px;
}

/****** COULEURS ********/

.text-user-superadmin {
  color: #96281B !important;
}

.text-user-admin {
  color: #e74c3c !important;
}

.text-user-niveau-1 {
  color: #16a085 !important;
}

.text-user-niveau-2 {
  color: #8e44ad !important;
}

.text-user-niveau-3 {
  color: #e67e22 !important;
}

.box.box-user-superadmin {
  border-top-color: #96281B !important;
}

.box.box-user-admin {
  border-top-color: #e74c3c !important;
}

.box.box-user-niveau-1 {
  border-top-color: #16a085 !important;
}

.box.box-user-niveau-2 {
  border-top-color: #8e44ad !important;
}

.box.box-user-niveau-3 {
  border-top-color: #e67e22 !important;
}

.label.label-user-superadmin {
  background-color: #96281B !important;
}

.label.label-user-admin {
  background-color: #e74c3c !important;
}

.label.label-user-niveau-1 {
  background-color: #16a085 !important;
}

.label.label-user-niveau-2 {
  background-color: #8e44ad !important;
}

.label.label-user-niveau-3 {
  background-color: #e67e22 !important;
}

.list--users.list-unstyled li {
  line-height: 1.6;
}

.user-logos img {
  margin: 0 auto;
  padding-top: 10px;
}

.installations-grid .installation h4 {
  margin-top: 5px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.img--installation {
  max-width: 200px;
}

.google-chart {
  width: 100%;
  min-height: 450px;
}

.google-chart > div {
  height: 100% !important;
  width: 100% !important;
  min-height: 450px;
}

.chart {
  width: 100%;
  height: 400px;
}

.chart-step-red {
  color: #f75e5e;
}

.chart-step-green {
  color: #72c998;
}

.chart-step-blue {
  color: #61aadb;
}

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

.box-footer label + label {
  margin-left: 15px;
}

.indicator {
  margin-right: 5px;
}

.box {
  word-wrap: break-word;
}

body.modal-open .daterangepicker {
  z-index: 1200 !important;
}

.map-marker-label {
  text-shadow: -1px -1px 1px #000, 1px -1px 1px #000, -1px 1px 1px #000, 1px 1px 1px #000;
}

#selected_equipment {
  white-space: nowrap;
  word-break: break-all;
  text-overflow: ellipsis;
  overflow: hidden;
  display: block;
}

@media (max-width: 767px) {
  #selected_equipment {
    max-width: 115px;
  }
}

#btn--tuto {
  height: 50px;
}

#installation-legend .color {
  display: inline-block;
  margin-right: 10px;
}

#installation-legend .color:last-child {
  margin-right: 0;
}

.main-sidebar .logos img {
  padding: 10px;
}

td > .max-height-150 {
  max-height: 150px;
  overflow: auto;
  padding-bottom: 1px;
}

#tree--equipments {
  max-height: 575px;
  overflow: auto;
}

.color.color-toggle {
  cursor: pointer;
}

.color .color-sample {
  height: 20px;
  width: 20px;
  display: inline-block;
  opacity: 0.8;
}

.locales__item {
  padding-top: 5px;
  padding-bottom: 5px;
  overflow: hidden;
}

.locales__item > a {
  color: #777 !important;
}

.locales__img {
  width: 30px;
  max-height: 20px;
  margin-right: 10px;
  float: left;
}

.pad-0 {
  padding-left: 0;
  padding-right: 0;
}

.margin-l-5 {
  margin-left: 5px;
}

#anemometer-chart .highcharts-legend .highcharts-legend-item.highcharts-series-2 {
  opacity: 0;
}

.alerts-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.alerts-header > h1 {
  margin-top: 0;
  margin-bottom: 0;
}

.alerts-header > .actions {
  display: flex;
  -moz-column-gap: 8px;
       column-gap: 8px;
}

.alerts-footer {
  margin-top: 16px;
}

.alerts-footer > h2 {
  margin-top: 0;
  margin-bottom: 16px;
  font-size: 20px;
}

.alerts-footer h3 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
}

.alerts-footer .actions {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 16px;
}

.alerts-panel {
  padding: 16px;
  background-color: #fff;
  border-radius: 3px;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
}

.alerts-list {
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  gap: 16px;
}

@media (min-width: 768px) {
  .alerts-list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 32px;
  }
}

.alerts-none {
  font-size: 33px;
}

.alert-box {
  padding: 16px;
  background-color: #fff;
  border-radius: 3px;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
}

.alert-box .btn {
  background-color: transparent;
  font-size: 18px;
}

.alert-box .btn.icon-blue {
  color: #006ab4;
}

.alert-box .btn:hover {
  opacity: 0.75;
}

.alert-header {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}

.alert-name-wrapper {
  display: flex;
  -moz-column-gap: 8px;
       column-gap: 8px;
  align-items: center;
}

.alert-name {
  font-size: 18px;
}

.alert-type {
  font-size: 16px;
}

.alert-notifications {
  display: flex;
  -moz-column-gap: 8px;
       column-gap: 8px;
  margin-right: 48px;
}

.alert-notifications span > i {
  font-size: 18px;
}

.alert-actions {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 32px;
}

.alert-switch-wrapper {
  display: flex;
  align-items: center;
}

.alert-switch {
  position: relative;
  display: inline-flex;
  height: 24px;
  width: 44px;
  padding: 0;
  flex-shrink: 0;
  cursor: pointer;
  border-radius: calc(infinity * 1px);
  border: 2px solid transparent;
  background-color: #868283;
  transition: 0.2s background-color cubic-bezier(0.4, 0, 0.2, 1);
}

.alert-switch.is-active {
  background-color: #1a84d0;
}

.alert-switch.is-active .alert-switch-toggle {
  transform: translateX(20px);
}

.alert-switch-toggle {
  pointer-events: none;
  display: inline-block;
  height: 20px;
  width: 20px;
  transform: translateX(0);
  border-radius: calc(infinity * 1px);
  background-color: #fff;
  transition: 0.2s transform cubic-bezier(0.4, 0, 0.2, 1);
}

.alert-switch-label {
  margin-left: 8px;
  font-size: 16px;
}

.alert-form {
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  row-gap: 16px;
}

.alert-form label {
  font-weight: 400;
}

.alert-form .field-select {
  display: flex;
  -moz-column-gap: 8px;
       column-gap: 8px;
  align-items: center;
}

.alert-form .field-select label {
  margin-bottom: 0;
}

.alert-form .field-radio > label {
  margin-left: 8px;
  white-space: nowrap;
}

.alert-form .field-value {
  display: flex;
  align-items: center;
  -moz-column-gap: 8px;
       column-gap: 8px;
}

.alert-form .field-value > label {
  white-space: nowrap;
}

.alert-form .field-value > input {
  width: 90px;
  font-size: 20px;
}

.alert-form .field-time-slot {
  display: grid;
  grid-template-columns: auto 1fr;
  -moz-column-gap: 8px;
       column-gap: 8px;
}

.alert-form .field-time-slot > label {
  white-space: nowrap;
}

.alert-form .field-media {
  display: grid;
  grid-template-columns: auto auto 1fr;
  align-items: flex-start;
  -moz-column-gap: 8px;
       column-gap: 8px;
}

.alert-form .field-media .fa-trash-o {
  font-size: 20px;
  color: #006ab4;
}

.alert-form .btn-plus {
  margin-top: 8px;
}

.alert-form .fa {
  margin-right: 8px;
}

@media (min-width: 768px) {
  .alert-form {
    max-width: 75%;
    margin-right: auto;
    margin-left: auto;
  }
}

@media (min-width: 1024px) {
  .alert-form {
    max-width: 50%;
  }
}

.flex {
  display: flex;
}

.flex-1 {
  flex: 1;
}

.items-center {
  align-items: center;
}

.self-stretch {
  align-self: stretch;
}

.gap-x-2 {
  -moz-column-gap: 8px;
       column-gap: 8px;
}

.w-auto {
  width: auto;
}

.whitespace-nowrap {
  white-space: nowrap;
}

