@import url("./Styles/Base/root.css");
@import url("./Styles/Base/link.css");

@import url("./Styles/Components/filters.css");
@import url("./Styles/Components/stack.css");
@import url("./Styles/Components/panel.css");
@import url("./Styles/Components/input.css");
@import url("./Styles/Components/table.css");
@import url("./Styles/Components/tableV1.css");
@import url("./Styles/Components/button.css");
@import url("./Styles/Components/page.css");
@import url("./Styles/Components/header.css");
@import url("./Styles/Components/separator.css");
@import url("./Styles/Components/tab.css");
@import url("./Styles/Components/banner.css");
@import url("./Styles/Components/badge.css");
@import url("./Styles/Components/bubbles.css");
@import url("./Styles/Components/title.css");
@import url("./Styles/Components/image.css");

@import url("./Styles/Utilities/index.css");
@import url("./Styles/Vendors/dataTable.css");

:root {
    --primary-color: #4dabba;
    --primary-color-darker: #00546c;
    --dark-color: #000;
    --neutral-color: #9c9c9e;
    --light-color: #f1f1f1;
    --negative-color-light: #FFEFEF;
    --negative-color: #fe9191;
    --positive-color: #91fe9c;
    --font-size-xs: 0.733rem;
    --font-size-sm: 0.8rem;
    --font-size-md: 1rem;
    --font-size-lg: 1.33rem;
    --ease: cubic-bezier(0.215, 0.61, 0.355, 1);
    --speed: 0.3s;
    --space-xs: 0.15rem;
    --space-sm: 0.5rem;
    --space-md: 1rem;
    --space-lg: 2rem;
    --space-xl: 3rem;
    --space-xxl: 5rem;
    --fixed-bar-height: 75px;
    --border-primary: #e5e7eb;
    --surface-primary: #e5e7eb;
    --surface-secondary: #F3F4F6;
}

.page-wrapper {
  display: flex;
  height: 100%;
}

/*
 * This combined file was created by the DataTables downloader builder:
 *   https://datatables.net/download
 *
 * To rebuild or modify this file with the latest versions of the included
 * software please visit:
 *   https://datatables.net/download/#bs4/dt-1.10.16
 *
 * Included libraries:
 *   DataTables 1.10.16
 */
table.dataTable {
  clear: both;
  margin-top: 6px !important;
  margin-bottom: 6px !important;
  max-width: none !important;
}

/*
    For Programme note table 

    TODO: Does this break everything???
*/
.panelDynamic td {
  word-break: break-word;
}

.div-container > div {
  margin-top: 20px;
}

.hidden {
  display: none !important;
}

table.dataTable td,
table.dataTable th {
  -webkit-box-sizing: content-box;
  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: 0.85em;
  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;
  justify-content: flex-end;
}

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:before,
table.dataTable thead .sorting:after,
table.dataTable thead .sorting_asc:before,
table.dataTable thead .sorting_asc:after,
table.dataTable thead .sorting_desc:before,
table.dataTable thead .sorting_desc:after,
table.dataTable thead .sorting_asc_disabled:before,
table.dataTable thead .sorting_asc_disabled:after,
table.dataTable thead .sorting_desc_disabled:before,
table.dataTable thead .sorting_desc_disabled:after {
  position: absolute;
  bottom: 0.9em;
  display: block;
  opacity: 0.3;
}

table.dataTable thead .sorting:before,
table.dataTable thead .sorting_asc:before,
table.dataTable thead .sorting_desc:before,
table.dataTable thead .sorting_asc_disabled:before,
table.dataTable thead .sorting_desc_disabled:before {
  right: 1em;
  content: "\2191";
}

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 {
  right: 0.5em;
  content: "\2193";
}

table.dataTable thead .sorting_asc:before,
table.dataTable thead .sorting_desc:after {
  opacity: 1;
}

table.dataTable thead .sorting_asc_disabled:before,
table.dataTable thead .sorting_desc_disabled:after {
  opacity: 0;
}

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-sm > thead > tr > th {
  padding-right: 20px;
}

table.dataTable.table-sm .sorting:before,
table.dataTable.table-sm .sorting_asc:before,
table.dataTable.table-sm .sorting_desc:before {
  top: 5px;
  right: 0.85em;
}

table.dataTable.table-sm .sorting:after,
table.dataTable.table-sm .sorting_asc:after,
table.dataTable.table-sm .sorting_desc:after {
  top: 5px;
}

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: 0;
}

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;
}

/*!
 * Datepicker for Bootstrap v1.6.4 (https://github.com/eternicode/bootstrap-datepicker)
 *
 * Copyright 2012 Stefan Petre
 * Improvements by Andrew Rowls
 * Licensed under the Apache License v2.0 (http://www.apache.org/licenses/LICENSE-2.0)
 */
.datepicker {
  border-radius: 4px;
  direction: ltr;
}

.datepicker-inline {
  width: 220px;
}

.datepicker.datepicker-rtl {
  direction: rtl;
}

.datepicker.datepicker-rtl table tr td span {
  float: right;
}

.datepicker-dropdown {
  top: 0;
  left: 0;
  padding: 4px;
}

.datepicker-dropdown:before {
  content: "";
  display: inline-block;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-bottom: 7px solid rgba(0, 0, 0, 0.15);
  border-top: 0;
  border-bottom-color: rgba(0, 0, 0, 0.2);
  position: absolute;
}

.datepicker-dropdown:after {
  content: "";
  display: inline-block;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 6px solid #fff;
  border-top: 0;
  position: absolute;
}

.datepicker-dropdown.datepicker-orient-left:before {
  left: 6px;
}

.datepicker-dropdown.datepicker-orient-left:after {
  left: 7px;
}

.datepicker-dropdown.datepicker-orient-right:before {
  right: 6px;
}

.datepicker-dropdown.datepicker-orient-right:after {
  right: 7px;
}

.datepicker-dropdown.datepicker-orient-bottom:before {
  top: -7px;
}

.datepicker-dropdown.datepicker-orient-bottom:after {
  top: -6px;
}

.datepicker-dropdown.datepicker-orient-top:before {
  bottom: -7px;
  border-bottom: 0;
  border-top: 7px solid rgba(0, 0, 0, 0.15);
}

.datepicker-dropdown.datepicker-orient-top:after {
  bottom: -6px;
  border-bottom: 0;
  border-top: 6px solid #fff;
}

.datepicker table {
  margin: 0;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.datepicker table tr td,
.datepicker table tr th {
  text-align: center;
  width: 30px;
  height: 30px;
  border-radius: 4px;
  border: none;
}

.table-striped .datepicker table tr td,
.table-striped .datepicker table tr th {
  background-color: transparent;
}

.datepicker table tr td.new,
.datepicker table tr td.old {
  color: #777;
}

.datepicker table tr td.day:hover,
.datepicker table tr td.focused {
  background: #eee;
  cursor: pointer;
}

.datepicker table tr td.disabled,
.datepicker table tr td.disabled:hover {
  background: 0 0;
  color: #777;
  cursor: default;
}

.datepicker table tr td.highlighted {
  color: #000;
  background-color: #d9edf7;
  border-color: #85c5e5;
  border-radius: 0;
}

.datepicker table tr td.highlighted.focus,
.datepicker table tr td.highlighted:focus {
  color: #000;
  background-color: #afd9ee;
  border-color: #298fc2;
}

.datepicker table tr td.highlighted:hover {
  color: #000;
  background-color: #afd9ee;
  border-color: #52addb;
}

.datepicker table tr td.highlighted.active,
.datepicker table tr td.highlighted:active {
  color: #000;
  background-color: #afd9ee;
  border-color: #52addb;
}

.datepicker table tr td.highlighted.active.focus,
.datepicker table tr td.highlighted.active:focus,
.datepicker table tr td.highlighted.active:hover,
.datepicker table tr td.highlighted:active.focus,
.datepicker table tr td.highlighted:active:focus,
.datepicker table tr td.highlighted:active:hover {
  color: #000;
  background-color: #91cbe8;
  border-color: #298fc2;
}

.datepicker table tr td.highlighted.disabled.focus,
.datepicker table tr td.highlighted.disabled:focus,
.datepicker table tr td.highlighted.disabled:hover,
.datepicker table tr td.highlighted[disabled].focus,
.datepicker table tr td.highlighted[disabled]:focus,
.datepicker table tr td.highlighted[disabled]:hover,
fieldset[disabled] .datepicker table tr td.highlighted.focus,
fieldset[disabled] .datepicker table tr td.highlighted:focus,
fieldset[disabled] .datepicker table tr td.highlighted:hover {
  background-color: #d9edf7;
  border-color: #85c5e5;
}

.datepicker table tr td.highlighted.focused {
  background: #afd9ee;
}

.datepicker table tr td.highlighted.disabled,
.datepicker table tr td.highlighted.disabled:active {
  background: #d9edf7;
  color: #777;
}

.datepicker table tr td.today {
  color: #000;
  background-color: #ffdb99;
  border-color: #ffb733;
}

.datepicker table tr td.today.focus,
.datepicker table tr td.today:focus {
  color: #000;
  background-color: #ffc966;
  border-color: #b37400;
}

.datepicker table tr td.today:hover {
  color: #000;
  background-color: #ffc966;
  border-color: #f59e00;
}

.datepicker table tr td.today.active,
.datepicker table tr td.today:active {
  color: #000;
  background-color: #ffc966;
  border-color: #f59e00;
}

.datepicker table tr td.today.active.focus,
.datepicker table tr td.today.active:focus,
.datepicker table tr td.today.active:hover,
.datepicker table tr td.today:active.focus,
.datepicker table tr td.today:active:focus,
.datepicker table tr td.today:active:hover {
  color: #000;
  background-color: #ffbc42;
  border-color: #b37400;
}

.datepicker table tr td.today.disabled.focus,
.datepicker table tr td.today.disabled:focus,
.datepicker table tr td.today.disabled:hover,
.datepicker table tr td.today[disabled].focus,
.datepicker table tr td.today[disabled]:focus,
.datepicker table tr td.today[disabled]:hover,
fieldset[disabled] .datepicker table tr td.today.focus,
fieldset[disabled] .datepicker table tr td.today:focus,
fieldset[disabled] .datepicker table tr td.today:hover {
  background-color: #ffdb99;
  border-color: #ffb733;
}

.datepicker table tr td.today.focused {
  background: #ffc966;
}

.datepicker table tr td.today.disabled,
.datepicker table tr td.today.disabled:active {
  background: #ffdb99;
  color: #777;
}

.datepicker table tr td.range {
  color: #000;
  background-color: #eee;
  border-color: #bbb;
  border-radius: 0;
}

.datepicker table tr td.range.focus,
.datepicker table tr td.range:focus {
  color: #000;
  background-color: #d5d5d5;
  border-color: #7c7c7c;
}

.datepicker table tr td.range:hover {
  color: #000;
  background-color: #d5d5d5;
  border-color: #9d9d9d;
}

.datepicker table tr td.range.active,
.datepicker table tr td.range:active {
  color: #000;
  background-color: #d5d5d5;
  border-color: #9d9d9d;
}

.datepicker table tr td.range.active.focus,
.datepicker table tr td.range.active:focus,
.datepicker table tr td.range.active:hover,
.datepicker table tr td.range:active.focus,
.datepicker table tr td.range:active:focus,
.datepicker table tr td.range:active:hover {
  color: #000;
  background-color: #c3c3c3;
  border-color: #7c7c7c;
}

.datepicker table tr td.range.disabled.focus,
.datepicker table tr td.range.disabled:focus,
.datepicker table tr td.range.disabled:hover,
.datepicker table tr td.range[disabled].focus,
.datepicker table tr td.range[disabled]:focus,
.datepicker table tr td.range[disabled]:hover,
fieldset[disabled] .datepicker table tr td.range.focus,
fieldset[disabled] .datepicker table tr td.range:focus,
fieldset[disabled] .datepicker table tr td.range:hover {
  background-color: #eee;
  border-color: #bbb;
}

.datepicker table tr td.range.focused {
  background: #d5d5d5;
}

.datepicker table tr td.range.disabled,
.datepicker table tr td.range.disabled:active {
  background: #eee;
  color: #777;
}

.datepicker table tr td.range.highlighted {
  color: #000;
  background-color: #e4eef3;
  border-color: #9dc1d3;
}

.datepicker table tr td.range.highlighted.focus,
.datepicker table tr td.range.highlighted:focus {
  color: #000;
  background-color: #c1d7e3;
  border-color: #4b88a6;
}

.datepicker table tr td.range.highlighted:hover {
  color: #000;
  background-color: #c1d7e3;
  border-color: #73a6c0;
}

.datepicker table tr td.range.highlighted.active,
.datepicker table tr td.range.highlighted:active {
  color: #000;
  background-color: #c1d7e3;
  border-color: #73a6c0;
}

.datepicker table tr td.range.highlighted.active.focus,
.datepicker table tr td.range.highlighted.active:focus,
.datepicker table tr td.range.highlighted.active:hover,
.datepicker table tr td.range.highlighted:active.focus,
.datepicker table tr td.range.highlighted:active:focus,
.datepicker table tr td.range.highlighted:active:hover {
  color: #000;
  background-color: #a8c8d8;
  border-color: #4b88a6;
}

.datepicker table tr td.range.highlighted.disabled.focus,
.datepicker table tr td.range.highlighted.disabled:focus,
.datepicker table tr td.range.highlighted.disabled:hover,
.datepicker table tr td.range.highlighted[disabled].focus,
.datepicker table tr td.range.highlighted[disabled]:focus,
.datepicker table tr td.range.highlighted[disabled]:hover,
fieldset[disabled] .datepicker table tr td.range.highlighted.focus,
fieldset[disabled] .datepicker table tr td.range.highlighted:focus,
fieldset[disabled] .datepicker table tr td.range.highlighted:hover {
  background-color: #e4eef3;
  border-color: #9dc1d3;
}

.datepicker table tr td.range.highlighted.focused {
  background: #c1d7e3;
}

.datepicker table tr td.range.highlighted.disabled,
.datepicker table tr td.range.highlighted.disabled:active {
  background: #e4eef3;
  color: #777;
}

.datepicker table tr td.range.today {
  color: #000;
  background-color: #f7ca77;
  border-color: #f1a417;
}

.datepicker table tr td.range.today.focus,
.datepicker table tr td.range.today:focus {
  color: #000;
  background-color: #f4b747;
  border-color: #815608;
}

.datepicker table tr td.range.today:hover {
  color: #000;
  background-color: #f4b747;
  border-color: #bf800c;
}

.datepicker table tr td.range.today.active,
.datepicker table tr td.range.today:active {
  color: #000;
  background-color: #f4b747;
  border-color: #bf800c;
}

.datepicker table tr td.range.today.active.focus,
.datepicker table tr td.range.today.active:focus,
.datepicker table tr td.range.today.active:hover,
.datepicker table tr td.range.today:active.focus,
.datepicker table tr td.range.today:active:focus,
.datepicker table tr td.range.today:active:hover {
  color: #000;
  background-color: #f2aa25;
  border-color: #815608;
}

.datepicker table tr td.range.today.disabled.focus,
.datepicker table tr td.range.today.disabled:focus,
.datepicker table tr td.range.today.disabled:hover,
.datepicker table tr td.range.today[disabled].focus,
.datepicker table tr td.range.today[disabled]:focus,
.datepicker table tr td.range.today[disabled]:hover,
fieldset[disabled] .datepicker table tr td.range.today.focus,
fieldset[disabled] .datepicker table tr td.range.today:focus,
fieldset[disabled] .datepicker table tr td.range.today:hover {
  background-color: #f7ca77;
  border-color: #f1a417;
}

.datepicker table tr td.range.today.disabled,
.datepicker table tr td.range.today.disabled:active {
  background: #f7ca77;
  color: #777;
}

.datepicker table tr td.selected,
.datepicker table tr td.selected.highlighted {
  color: #fff;
  background-color: #777;
  border-color: #555;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}

.datepicker table tr td.selected.focus,
.datepicker table tr td.selected.highlighted.focus,
.datepicker table tr td.selected.highlighted:focus,
.datepicker table tr td.selected:focus {
  color: #fff;
  background-color: #5e5e5e;
  border-color: #161616;
}

.datepicker table tr td.selected.highlighted:hover,
.datepicker table tr td.selected:hover {
  color: #fff;
  background-color: #5e5e5e;
  border-color: #373737;
}

.datepicker table tr td.selected.active,
.datepicker table tr td.selected.highlighted.active,
.datepicker table tr td.selected.highlighted:active,
.datepicker table tr td.selected:active {
  color: #fff;
  background-color: #5e5e5e;
  border-color: #373737;
}

.datepicker table tr td.selected.active.focus,
.datepicker table tr td.selected.active:focus,
.datepicker table tr td.selected.active:hover,
.datepicker table tr td.selected.highlighted.active.focus,
.datepicker table tr td.selected.highlighted.active:focus,
.datepicker table tr td.selected.highlighted.active:hover,
.datepicker table tr td.selected.highlighted:active.focus,
.datepicker table tr td.selected.highlighted:active:focus,
.datepicker table tr td.selected.highlighted:active:hover,
.datepicker table tr td.selected:active.focus,
.datepicker table tr td.selected:active:focus,
.datepicker table tr td.selected:active:hover {
  color: #fff;
  background-color: #4c4c4c;
  border-color: #161616;
}

.datepicker table tr td.selected.disabled.focus,
.datepicker table tr td.selected.disabled:focus,
.datepicker table tr td.selected.disabled:hover,
.datepicker table tr td.selected.highlighted.disabled.focus,
.datepicker table tr td.selected.highlighted.disabled:focus,
.datepicker table tr td.selected.highlighted.disabled:hover,
.datepicker table tr td.selected.highlighted[disabled].focus,
.datepicker table tr td.selected.highlighted[disabled]:focus,
.datepicker table tr td.selected.highlighted[disabled]:hover,
.datepicker table tr td.selected[disabled].focus,
.datepicker table tr td.selected[disabled]:focus,
.datepicker table tr td.selected[disabled]:hover,
fieldset[disabled] .datepicker table tr td.selected.focus,
fieldset[disabled] .datepicker table tr td.selected.highlighted.focus,
fieldset[disabled] .datepicker table tr td.selected.highlighted:focus,
fieldset[disabled] .datepicker table tr td.selected.highlighted:hover,
fieldset[disabled] .datepicker table tr td.selected:focus,
fieldset[disabled] .datepicker table tr td.selected:hover {
  background-color: #777;
  border-color: #555;
}

.datepicker table tr td.active,
.datepicker table tr td.active.highlighted {
  color: #fff;
  background-color: #337ab7;
  border-color: #2e6da4;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}

.datepicker table tr td.active.focus,
.datepicker table tr td.active.highlighted.focus,
.datepicker table tr td.active.highlighted:focus,
.datepicker table tr td.active:focus {
  color: #fff;
  background-color: #286090;
  border-color: #122b40;
}

.datepicker table tr td.active.highlighted:hover,
.datepicker table tr td.active:hover {
  color: #fff;
  background-color: #286090;
  border-color: #204d74;
}

.datepicker table tr td.active.active,
.datepicker table tr td.active.highlighted.active,
.datepicker table tr td.active.highlighted:active,
.datepicker table tr td.active:active {
  color: #fff;
  background-color: #286090;
  border-color: #204d74;
}

.datepicker table tr td.active.active.focus,
.datepicker table tr td.active.active:focus,
.datepicker table tr td.active.active:hover,
.datepicker table tr td.active.highlighted.active.focus,
.datepicker table tr td.active.highlighted.active:focus,
.datepicker table tr td.active.highlighted.active:hover,
.datepicker table tr td.active.highlighted:active.focus,
.datepicker table tr td.active.highlighted:active:focus,
.datepicker table tr td.active.highlighted:active:hover,
.datepicker table tr td.active:active.focus,
.datepicker table tr td.active:active:focus,
.datepicker table tr td.active:active:hover {
  color: #fff;
  background-color: #204d74;
  border-color: #122b40;
}

.datepicker table tr td.active.disabled.focus,
.datepicker table tr td.active.disabled:focus,
.datepicker table tr td.active.disabled:hover,
.datepicker table tr td.active.highlighted.disabled.focus,
.datepicker table tr td.active.highlighted.disabled:focus,
.datepicker table tr td.active.highlighted.disabled:hover,
.datepicker table tr td.active.highlighted[disabled].focus,
.datepicker table tr td.active.highlighted[disabled]:focus,
.datepicker table tr td.active.highlighted[disabled]:hover,
.datepicker table tr td.active[disabled].focus,
.datepicker table tr td.active[disabled]:focus,
.datepicker table tr td.active[disabled]:hover,
fieldset[disabled] .datepicker table tr td.active.focus,
fieldset[disabled] .datepicker table tr td.active.highlighted.focus,
fieldset[disabled] .datepicker table tr td.active.highlighted:focus,
fieldset[disabled] .datepicker table tr td.active.highlighted:hover,
fieldset[disabled] .datepicker table tr td.active:focus,
fieldset[disabled] .datepicker table tr td.active:hover {
  background-color: #337ab7;
  border-color: #2e6da4;
}

.datepicker table tr td span {
  display: block;
  width: 23%;
  height: 54px;
  line-height: 54px;
  float: left;
  margin: 1%;
  cursor: pointer;
  border-radius: 4px;
}

.datepicker table tr td span.focused,
.datepicker table tr td span:hover {
  background: #eee;
}

.datepicker table tr td span.disabled,
.datepicker table tr td span.disabled:hover {
  background: 0 0;
  color: #777;
  cursor: default;
}

.datepicker table tr td span.active,
.datepicker table tr td span.active.disabled,
.datepicker table tr td span.active.disabled:hover,
.datepicker table tr td span.active:hover {
  color: #fff;
  background-color: #337ab7;
  border-color: #2e6da4;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}

.datepicker table tr td span.active.disabled.focus,
.datepicker table tr td span.active.disabled:focus,
.datepicker table tr td span.active.disabled:hover.focus,
.datepicker table tr td span.active.disabled:hover:focus,
.datepicker table tr td span.active.focus,
.datepicker table tr td span.active:focus,
.datepicker table tr td span.active:hover.focus,
.datepicker table tr td span.active:hover:focus {
  color: #fff;
  background-color: #286090;
  border-color: #122b40;
}

.datepicker table tr td span.active.disabled:hover,
.datepicker table tr td span.active.disabled:hover:hover,
.datepicker table tr td span.active:hover,
.datepicker table tr td span.active:hover:hover {
  color: #fff;
  background-color: #286090;
  border-color: #204d74;
}

.datepicker table tr td span.active.active,
.datepicker table tr td span.active.disabled.active,
.datepicker table tr td span.active.disabled:active,
.datepicker table tr td span.active.disabled:hover.active,
.datepicker table tr td span.active.disabled:hover:active,
.datepicker table tr td span.active:active,
.datepicker table tr td span.active:hover.active,
.datepicker table tr td span.active:hover:active {
  color: #fff;
  background-color: #286090;
  border-color: #204d74;
}

.datepicker table tr td span.active.active.focus,
.datepicker table tr td span.active.active:focus,
.datepicker table tr td span.active.active:hover,
.datepicker table tr td span.active.disabled.active.focus,
.datepicker table tr td span.active.disabled.active:focus,
.datepicker table tr td span.active.disabled.active:hover,
.datepicker table tr td span.active.disabled:active.focus,
.datepicker table tr td span.active.disabled:active:focus,
.datepicker table tr td span.active.disabled:active:hover,
.datepicker table tr td span.active.disabled:hover.active.focus,
.datepicker table tr td span.active.disabled:hover.active:focus,
.datepicker table tr td span.active.disabled:hover.active:hover,
.datepicker table tr td span.active.disabled:hover:active.focus,
.datepicker table tr td span.active.disabled:hover:active:focus,
.datepicker table tr td span.active.disabled:hover:active:hover,
.datepicker table tr td span.active:active.focus,
.datepicker table tr td span.active:active:focus,
.datepicker table tr td span.active:active:hover,
.datepicker table tr td span.active:hover.active.focus,
.datepicker table tr td span.active:hover.active:focus,
.datepicker table tr td span.active:hover.active:hover,
.datepicker table tr td span.active:hover:active.focus,
.datepicker table tr td span.active:hover:active:focus,
.datepicker table tr td span.active:hover:active:hover {
  color: #fff;
  background-color: #204d74;
  border-color: #122b40;
}

.datepicker table tr td span.active.disabled.disabled.focus,
.datepicker table tr td span.active.disabled.disabled:focus,
.datepicker table tr td span.active.disabled.disabled:hover,
.datepicker table tr td span.active.disabled.focus,
.datepicker table tr td span.active.disabled:focus,
.datepicker table tr td span.active.disabled:hover,
.datepicker table tr td span.active.disabled:hover.disabled.focus,
.datepicker table tr td span.active.disabled:hover.disabled:focus,
.datepicker table tr td span.active.disabled:hover.disabled:hover,
.datepicker table tr td span.active.disabled:hover[disabled].focus,
.datepicker table tr td span.active.disabled:hover[disabled]:focus,
.datepicker table tr td span.active.disabled:hover[disabled]:hover,
.datepicker table tr td span.active.disabled[disabled].focus,
.datepicker table tr td span.active.disabled[disabled]:focus,
.datepicker table tr td span.active.disabled[disabled]:hover,
.datepicker table tr td span.active:hover.disabled.focus,
.datepicker table tr td span.active:hover.disabled:focus,
.datepicker table tr td span.active:hover.disabled:hover,
.datepicker table tr td span.active:hover[disabled].focus,
.datepicker table tr td span.active:hover[disabled]:focus,
.datepicker table tr td span.active:hover[disabled]:hover,
.datepicker table tr td span.active[disabled].focus,
.datepicker table tr td span.active[disabled]:focus,
.datepicker table tr td span.active[disabled]:hover,
fieldset[disabled] .datepicker table tr td span.active.disabled.focus,
fieldset[disabled] .datepicker table tr td span.active.disabled:focus,
fieldset[disabled] .datepicker table tr td span.active.disabled:hover,
fieldset[disabled] .datepicker table tr td span.active.disabled:hover.focus,
fieldset[disabled] .datepicker table tr td span.active.disabled:hover:focus,
fieldset[disabled] .datepicker table tr td span.active.disabled:hover:hover,
fieldset[disabled] .datepicker table tr td span.active.focus,
fieldset[disabled] .datepicker table tr td span.active:focus,
fieldset[disabled] .datepicker table tr td span.active:hover,
fieldset[disabled] .datepicker table tr td span.active:hover.focus,
fieldset[disabled] .datepicker table tr td span.active:hover:focus,
fieldset[disabled] .datepicker table tr td span.active:hover:hover {
  background-color: #337ab7;
  border-color: #2e6da4;
}

.datepicker table tr td span.new,
.datepicker table tr td span.old {
  color: #777;
}

.datepicker .datepicker-switch {
  width: 145px;
}

.datepicker .datepicker-switch,
.datepicker .next,
.datepicker .prev,
.datepicker tfoot tr th {
  cursor: pointer;
}

.datepicker .datepicker-switch:hover,
.datepicker .next:hover,
.datepicker .prev:hover,
.datepicker tfoot tr th:hover {
  background: #eee;
}

.datepicker .cw {
  font-size: 10px;
  width: 12px;
  padding: 0 2px 0 5px;
  vertical-align: middle;
}

.input-group.date .input-group-addon {
  cursor: pointer;
}

.input-daterange {
  width: 100%;
}

.input-daterange input:first-child {
  border-radius: 3px 0 0 3px;
}

.input-daterange input:last-child {
  border-radius: 0 3px 3px 0;
}

.input-daterange .input-group-addon {
  width: auto;
  min-width: 16px;
  padding: 4px 5px;
  line-height: 1.42857143;
  text-shadow: 0 1px 0 #fff;
  border-width: 1px 0;
  margin-left: -5px;
  margin-right: -5px;
}

/*# sourceMappingURL=bootstrap-datepicker3.min.css.map */
.select2-container {
  box-sizing: border-box;
  display: inline-block;
  margin: 0;
  position: relative;
  vertical-align: middle;
}

.select2-container .select2-selection--single {
  box-sizing: border-box;
  cursor: pointer;
  display: block;
  height: 28px;
  user-select: none;
  -webkit-user-select: none;
}

.select2-container .select2-selection--single .select2-selection__rendered {
  display: block;
  padding-left: 8px;
  padding-right: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.select2-container .select2-selection--single .select2-selection__clear {
  position: relative;
}

.select2-container[dir="rtl"]
  .select2-selection--single
  .select2-selection__rendered {
  padding-right: 8px;
  padding-left: 20px;
}

.select2-container .select2-selection--multiple {
  box-sizing: border-box;
  cursor: pointer;
  display: block;
  min-height: 32px;
  user-select: none;
  -webkit-user-select: none;
}

.select2-container .select2-selection--multiple .select2-selection__rendered {
  display: inline-block;
  overflow: hidden;
  padding-left: 8px;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.select2-container .select2-search--inline {
  float: left;
}

.select2-container .select2-search--inline .select2-search__field {
  box-sizing: border-box;
  border: none;
  font-size: 100%;
  margin-top: 5px;
  padding: 0;
}

.select2-container
  .select2-search--inline
  .select2-search__field::-webkit-search-cancel-button {
  -webkit-appearance: none;
}

.select2-dropdown {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  box-sizing: border-box;
  display: block;
  position: absolute;
  left: -100000px;
  width: 100%;
  z-index: 1050;
}

.select2-results {
  display: block;
}

.select2-results__options {
  list-style: none;
  margin: 0;
  padding: 0;
}

.select2-results__option {
  padding: 6px;
  user-select: none;
  -webkit-user-select: none;
}

.select2-results__option[aria-selected] {
  cursor: pointer;
}

.select2-container--open .select2-dropdown {
  left: 0;
}

.select2-container--open .select2-dropdown--above {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

.select2-container--open .select2-dropdown--below {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.select2-search--dropdown {
  display: block;
  padding: 4px;
}

.select2-search--dropdown .select2-search__field {
  padding: 4px;
  width: 100%;
  box-sizing: border-box;
}

.select2-search--dropdown .select2-search__field::-webkit-search-cancel-button {
  -webkit-appearance: none;
}

.select2-search--dropdown.select2-search--hide {
  display: none;
}

.select2-close-mask {
  border: 0;
  margin: 0;
  padding: 0;
  display: block;
  position: fixed;
  left: 0;
  top: 0;
  min-height: 100%;
  min-width: 100%;
  height: auto;
  width: auto;
  opacity: 0;
  z-index: 99;
  background-color: #fff;
  filter: alpha(opacity=0);
}

.select2-hidden-accessible {
  border: 0 !important;
  clip: rect(0 0 0 0) !important;
  -webkit-clip-path: inset(50%) !important;
  clip-path: inset(50%) !important;
  height: 1px !important;
  overflow: hidden !important;
  padding: 0 !important;
  position: absolute !important;
  white-space: nowrap !important;
}

.select2-container--default .select2-selection--single {
  background-color: #fff;
  border: 1px solid #aaa;
  border-radius: 4px;
}

.select2-container--default
  .select2-selection--single
  .select2-selection__rendered {
  color: #444;
  line-height: 28px;
}

.select2-container--default
  .select2-selection--single
  .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: bold;
}

.select2-container--default
  .select2-selection--single
  .select2-selection__placeholder {
  color: #999;
}

.select2-container--default
  .select2-selection--single
  .select2-selection__arrow {
  height: 26px;
  position: absolute;
  top: 1px;
  right: 1px;
  width: 20px;
}

.select2-container--default
  .select2-selection--single
  .select2-selection__arrow
  b {
  border-color: #888 transparent transparent transparent;
  border-style: solid;
  border-width: 5px 4px 0 4px;
  height: 0;
  left: 50%;
  margin-left: -4px;
  margin-top: -2px;
  position: absolute;
  top: 50%;
  width: 0;
}

.select2-container--default[dir="rtl"]
  .select2-selection--single
  .select2-selection__clear {
  float: left;
}

.select2-container--default[dir="rtl"]
  .select2-selection--single
  .select2-selection__arrow {
  left: 1px;
  right: auto;
}

.select2-container--default.select2-container--disabled
  .select2-selection--single {
  background-color: #eee;
  cursor: default;
}

.select2-container--default.select2-container--disabled
  .select2-selection--single
  .select2-selection__clear {
  display: none;
}

.select2-container--default.select2-container--open
  .select2-selection--single
  .select2-selection__arrow
  b {
  border-color: transparent transparent #888 transparent;
  border-width: 0 4px 5px 4px;
}

.select2-container--default .select2-selection--multiple {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: text;
}

.select2-container--default
  .select2-selection--multiple
  .select2-selection__rendered {
  box-sizing: border-box;
  list-style: none;
  margin: 0;
  padding: 0 5px;
  width: 100%;
}

.select2-container--default
  .select2-selection--multiple
  .select2-selection__rendered
  li {
  list-style: none;
}

.select2-container--default
  .select2-selection--multiple
  .select2-selection__placeholder {
  color: #999;
  margin-top: 5px;
  float: left;
}

.select2-container--default
  .select2-selection--multiple
  .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: bold;
  margin-top: 5px;
  margin-right: 10px;
}

.select2-container--default
  .select2-selection--multiple
  .select2-selection__choice {
  background-color: #e4e4e4;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: default;
  float: left;
  margin-right: 5px;
  margin-top: 5px;
  padding: 0 5px;
}

.select2-container--default
  .select2-selection--multiple
  .select2-selection__choice__remove {
  color: #999;
  cursor: pointer;
  display: inline-block;
  font-weight: bold;
  margin-right: 2px;
}

.select2-container--default
  .select2-selection--multiple
  .select2-selection__choice__remove:hover {
  color: #333;
}

.select2-container--default[dir="rtl"]
  .select2-selection--multiple
  .select2-selection__choice,
.select2-container--default[dir="rtl"]
  .select2-selection--multiple
  .select2-selection__placeholder,
.select2-container--default[dir="rtl"]
  .select2-selection--multiple
  .select2-search--inline {
  float: right;
}

.select2-container--default[dir="rtl"]
  .select2-selection--multiple
  .select2-selection__choice {
  margin-left: 5px;
  margin-right: auto;
}

.select2-container--default[dir="rtl"]
  .select2-selection--multiple
  .select2-selection__choice__remove {
  margin-left: 2px;
  margin-right: auto;
}

.select2-container--default.select2-container--focus
  .select2-selection--multiple {
  border: solid black 1px;
  outline: 0;
}

.select2-container--default.select2-container--disabled
  .select2-selection--multiple {
  background-color: #eee;
  cursor: default;
}

.select2-container--default.select2-container--disabled
  .select2-selection__choice__remove {
  display: none;
}

.select2-container--default.select2-container--open.select2-container--above
  .select2-selection--single,
.select2-container--default.select2-container--open.select2-container--above
  .select2-selection--multiple {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.select2-container--default.select2-container--open.select2-container--below
  .select2-selection--single,
.select2-container--default.select2-container--open.select2-container--below
  .select2-selection--multiple {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

.select2-container--default .select2-search--dropdown .select2-search__field {
  border: 1px solid #aaa;
}

.select2-container--default .select2-search--inline .select2-search__field {
  background: transparent;
  border: none;
  outline: 0;
  box-shadow: none;
  -webkit-appearance: textfield;
}

.select2-container--default .select2-results > .select2-results__options {
  max-height: 200px;
  overflow-y: auto;
}

.select2-container--default .select2-results__option[role="group"] {
  padding: 0;
}

.select2-container--default .select2-results__option[aria-disabled="true"] {
  color: #999;
}

.select2-container--default .select2-results__option[aria-selected="true"] {
  background-color: #ddd;
}

.select2-container--default .select2-results__option .select2-results__option {
  padding-left: 1em;
}

.select2-container--default
  .select2-results__option
  .select2-results__option
  .select2-results__group {
  padding-left: 0;
}

.select2-container--default
  .select2-results__option
  .select2-results__option
  .select2-results__option {
  margin-left: -1em;
  padding-left: 2em;
}

.select2-container--default
  .select2-results__option
  .select2-results__option
  .select2-results__option
  .select2-results__option {
  margin-left: -2em;
  padding-left: 3em;
}

.select2-container--default
  .select2-results__option
  .select2-results__option
  .select2-results__option
  .select2-results__option
  .select2-results__option {
  margin-left: -3em;
  padding-left: 4em;
}

.select2-container--default
  .select2-results__option
  .select2-results__option
  .select2-results__option
  .select2-results__option
  .select2-results__option
  .select2-results__option {
  margin-left: -4em;
  padding-left: 5em;
}

.select2-container--default
  .select2-results__option
  .select2-results__option
  .select2-results__option
  .select2-results__option
  .select2-results__option
  .select2-results__option
  .select2-results__option {
  margin-left: -5em;
  padding-left: 6em;
}

.select2-container--default
  .select2-results__option--highlighted[aria-selected] {
  background-color: #5897fb;
  color: white;
}

.select2-container--default .select2-results__group {
  cursor: default;
  display: block;
  padding: 6px;
}

.select2-container--classic .select2-selection--single {
  background-color: #f7f7f7;
  border: 1px solid #aaa;
  border-radius: 4px;
  outline: 0;
  background-image: -webkit-linear-gradient(top, #fff 50%, #eee 100%);
  background-image: -o-linear-gradient(top, #fff 50%, #eee 100%);
  background-image: linear-gradient(to bottom, #fff 50%, #eee 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0);
}

.select2-container--classic .select2-selection--single:focus {
  border: 1px solid #5897fb;
}

.select2-container--classic
  .select2-selection--single
  .select2-selection__rendered {
  color: #444;
  line-height: 28px;
}

.select2-container--classic
  .select2-selection--single
  .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: bold;
  margin-right: 10px;
}

.select2-container--classic
  .select2-selection--single
  .select2-selection__placeholder {
  color: #999;
}

.select2-container--classic
  .select2-selection--single
  .select2-selection__arrow {
  background-color: #ddd;
  border: none;
  border-left: 1px solid #aaa;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  height: 26px;
  position: absolute;
  top: 1px;
  right: 1px;
  width: 20px;
  background-image: -webkit-linear-gradient(top, #eee 50%, #ccc 100%);
  background-image: -o-linear-gradient(top, #eee 50%, #ccc 100%);
  background-image: linear-gradient(to bottom, #eee 50%, #ccc 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFCCCCCC', GradientType=0);
}

.select2-container--classic
  .select2-selection--single
  .select2-selection__arrow
  b {
  border-color: #888 transparent transparent transparent;
  border-style: solid;
  border-width: 5px 4px 0 4px;
  height: 0;
  left: 50%;
  margin-left: -4px;
  margin-top: -2px;
  position: absolute;
  top: 50%;
  width: 0;
}

.select2-container--classic[dir="rtl"]
  .select2-selection--single
  .select2-selection__clear {
  float: left;
}

.select2-container--classic[dir="rtl"]
  .select2-selection--single
  .select2-selection__arrow {
  border: none;
  border-right: 1px solid #aaa;
  border-radius: 0;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  left: 1px;
  right: auto;
}

.select2-container--classic.select2-container--open .select2-selection--single {
  border: 1px solid #5897fb;
}

.select2-container--classic.select2-container--open
  .select2-selection--single
  .select2-selection__arrow {
  background: transparent;
  border: none;
}

.select2-container--classic.select2-container--open
  .select2-selection--single
  .select2-selection__arrow
  b {
  border-color: transparent transparent #888 transparent;
  border-width: 0 4px 5px 4px;
}

.select2-container--classic.select2-container--open.select2-container--above
  .select2-selection--single {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  background-image: -webkit-linear-gradient(top, #fff 0%, #eee 50%);
  background-image: -o-linear-gradient(top, #fff 0%, #eee 50%);
  background-image: linear-gradient(to bottom, #fff 0%, #eee 50%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0);
}

.select2-container--classic.select2-container--open.select2-container--below
  .select2-selection--single {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  background-image: -webkit-linear-gradient(top, #eee 50%, #fff 100%);
  background-image: -o-linear-gradient(top, #eee 50%, #fff 100%);
  background-image: linear-gradient(to bottom, #eee 50%, #fff 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFFFFFFF', GradientType=0);
}

.select2-container--classic .select2-selection--multiple {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: text;
  outline: 0;
}

.select2-container--classic .select2-selection--multiple:focus {
  border: 1px solid #5897fb;
}

.select2-container--classic
  .select2-selection--multiple
  .select2-selection__rendered {
  list-style: none;
  margin: 0;
  padding: 0 5px;
}

.select2-container--classic
  .select2-selection--multiple
  .select2-selection__clear {
  display: none;
}

.select2-container--classic
  .select2-selection--multiple
  .select2-selection__choice {
  background-color: #e4e4e4;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: default;
  float: left;
  margin-right: 5px;
  margin-top: 5px;
  padding: 0 5px;
}

.select2-container--classic
  .select2-selection--multiple
  .select2-selection__choice__remove {
  color: #888;
  cursor: pointer;
  display: inline-block;
  font-weight: bold;
  margin-right: 2px;
}

.select2-container--classic
  .select2-selection--multiple
  .select2-selection__choice__remove:hover {
  color: #555;
}

.select2-container--classic[dir="rtl"]
  .select2-selection--multiple
  .select2-selection__choice {
  float: right;
}

.select2-container--classic[dir="rtl"]
  .select2-selection--multiple
  .select2-selection__choice {
  margin-left: 5px;
  margin-right: auto;
}

.select2-container--classic[dir="rtl"]
  .select2-selection--multiple
  .select2-selection__choice__remove {
  margin-left: 2px;
  margin-right: auto;
}

.select2-container--classic.select2-container--open
  .select2-selection--multiple {
  border: 1px solid #5897fb;
}

.select2-container--classic.select2-container--open.select2-container--above
  .select2-selection--multiple {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.select2-container--classic.select2-container--open.select2-container--below
  .select2-selection--multiple {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

.select2-container--classic .select2-search--dropdown .select2-search__field {
  border: 1px solid #aaa;
  outline: 0;
}

.select2-container--classic .select2-search--inline .select2-search__field {
  outline: 0;
  box-shadow: none;
}

.select2-container--classic .select2-dropdown {
  background-color: #fff;
  border: 1px solid transparent;
}

.select2-container--classic .select2-dropdown--above {
  border-bottom: none;
}

.select2-container--classic .select2-dropdown--below {
  border-top: none;
}

.select2-container--classic .select2-results > .select2-results__options {
  max-height: 200px;
  overflow-y: auto;
}

.select2-container--classic .select2-results__option[role="group"] {
  padding: 0;
}

.select2-container--classic .select2-results__option[aria-disabled="true"] {
  color: grey;
}

.select2-container--classic
  .select2-results__option--highlighted[aria-selected] {
  background-color: #3875d7;
  color: #fff;
}

.select2-container--classic .select2-results__group {
  cursor: default;
  display: block;
  padding: 6px;
}

.select2-container--classic.select2-container--open .select2-dropdown {
  border-color: #5897fb;
}

/*
/* Utiliser @primary, @secondary, etc. pour les couleurs.
/* Utiliser @grey, @darkgray, etc. pour les gris.
/* Utiliser @serif, @sansserif, etc. pour les fonts
*/
@keyframes nav_appear {
  from {
    top: -100px;
  }

  to {
    top: 80px;
  }
}

.button-link {
  display: inline-block;
  background-color: #4dabba;
  color: #fff;
  border-radius: 20px;
  box-shadow: none;
  border: 1px solid #4dabba;
  box-shadow: 0px 3px 6px -1px rgba(77, 171, 186, 0.4);
  transition: 0.3s all ease;
  padding: 10px 30px;
  text-decoration: none;
}

.button-link.slow {
  transition: 0.6s all ease;
}

.button-link:hover,
.button-link:focus {
  background-color: #429dab;
  box-shadow: none;
  color: #fff;
}

.button-link.dark {
  background-color: #fff;
  border: 1px solid #f7f7f7;
  color: #1c1c1c;
  box-shadow: 0px 3px 6px -1px rgba(28, 28, 28, 0.4);
  padding: 3px 10px;
}

.button-link.dark:hover {
  background-color: #4dabba;
  color: #fff;
  border-color: #4dabba;
  box-shadow: none;
}

.button-link.white {
  background-color: #fff;
  border: 1px solid #f7f7f7;
  color: #1c1c1c;
  box-shadow: 0px 3px 6px -1px rgba(28, 28, 28, 0.4);
  padding: 10px 25px;
}

.button-link.white:hover {
  background-color: #4dabba;
  color: #fff;
  border-color: #4dabba;
  box-shadow: none;
}

.button-link.cancel:hover {
  background-color: #f74c2d;
  color: #fff;
  border-color: #f74c2d;
  box-shadow: none;
}

.fa-times-thin:before {
  content: "\00d7";
}

.flex-grid {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -10px;
}

.flex-grid .grid-item {
  max-width: 100%;
  width: 100%;
  padding: 0 10px;
}

.flex-grid.x-start {
  justify-content: flex-start;
}

.flex-grid.x-end {
  justify-content: flex-end;
}

.flex-grid.x-center {
  justify-content: center;
}

.flex-grid.x-between {
  justify-content: space-between;
}

.flex-grid.x-around {
  justify-content: space-around;
}

.flex-grid.y-start {
  align-items: flex-start;
}

.flex-grid.y-end {
  align-items: flex-end;
}

.flex-grid.y-center {
  align-items: center;
}

.flex-grid.cols-2 .grid-item {
  max-width: 50%;
}

.flex-grid.cols-3 .grid-item {
  max-width: 33.33%;
}

.flex-grid.cols-4 .grid-item {
  max-width: 25%;
}

.flex-grid.cols-5 .grid-item {
  max-width: 20%;
}

.flex-grid.cols-6 .grid-item {
  max-width: 16.66%;
}

.pCoord {
  margin-top: 6px;
  margin-bottom: 0px;
}

.modal-button {
  margin-left: 22.7rem;
}
/**********************************************************************/
/* GENERAL */
/**********************************************************************/
body {
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  color: #1c1c1c;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

a,
input[type="submit"] {
  transition: all 0.3s ease;
}

a,
a:hover,
a:focus {
  color: #4dabba;
  text-decoration: none;
}

* {
  outline: none;
}

a:active {
  outline: none;
}

:-moz-any-link:focus {
  outline: none;
}

h1 {
  font-size: 24px;
  color: #00546c;
  margin: 0;
}

h2 {
  font-size: 18px;
  color: #00546c;
  margin: 0 0 5px 0;
}

h3 {
  font-size: 18px;
  color: #00546c;
  margin: 0 0 17px 0;
}

h4 {
  font-size: 14px;
  color: #00546c;
  margin: 0;
}

h5 {
  font-size: calc(15px + 5 * ((100vw - 350px) / 1570));
}

@media screen and (max-width: 350px) {
  h5 {
    font-size: 15px;
  }
}

@media screen and (min-width: 1920px) {
  h5 {
    font-size: 20px;
  }
}

h2 strong {
  color: #f74c2d;
  display: block;
  margin: 5px 0 0 0;
}

::selection {
  background-color: #4dabba;
  color: #fff;
}

::-moz-selection {
  background-color: #4dabba;
  color: #fff;
}

::-webkit-scrollbar {
  width: 8px;
}

::-webkit-scrollbar-track {
  background-color: #dfdfdf;
}

::-webkit-scrollbar-thumb {
  background-color: #4dabba;
  outline: none;
  border-radius: 99999px;
}

.main {
  margin-left: 280px;
  display: flex;
  flex-direction: column;
  background-color: #ececec;
  flex-grow: 1;
  overflow: auto;
}

.results {
  text-align: right;
  display: block;
  padding: 10px 15px 0 0;
}

.drop-toggle {
  cursor: pointer;
}

.panel-opened {
  overflow: hidden;
}

.modal .box-header {
  margin: 0 0 10px 0;
}

.modal .modal-content {
  border-radius: 0;
  border: none;
}

.modal .modal-header {
  border: none;
  padding: 0;
}

.modal .modal-header button.close {
  position: absolute;
  left: -47px;
  background-color: #4dabba;
  color: #fff;
  top: 16px;
  font-size: 18px;
  opacity: 1;
  border-top-left-radius: 50%;
  border-bottom-left-radius: 50%;
  transition: 0.3s all ease;
}

.modal .modal-header button.close.slow {
  transition: 0.6s all ease;
}

.modal .modal-header button.close:hover {
  background-color: #429dab;
}

body .table,
body table {
  font-size: 12px;
}

body .table td,
body table td {
  vertical-align: middle;
}

body .table .button-link,
body table .button-link {
  margin: 0 auto;
  display: inline-block;
}

body .table .table-data-button,
body table .table-data-button {
  padding: 0.5rem;
  text-align: center;
}

body .table .table-data-button.d-flex .button-link,
body table .table-data-button.d-flex .button-link {
  min-width: 200px;
  margin: 5px auto;
}

/* body .table.table-striped tbody tr:nth-of-type(odd),
body table.table-striped tbody tr:nth-of-type(odd) {
  background-color: #f1f1f1;
} */

.panel .dataTables_wrapper,
.c-panel .dataTables_wrapper {
  display: flex;
  flex-wrap: wrap;
}

.panel .dataTables_wrapper table.dataTable,
.c-panel .dataTables_wrapper table.dataTable {
  width: 100%;
  margin-bottom: 15px !important;
}

.panel .dataTables_wrapper .dataTables_info,
.panel .dataTables_wrapper .dataTables_paginate,
.c-panel .dataTables_wrapper .dataTables_info,
.c-panel .dataTables_wrapper .dataTables_paginate {
  width: 50%;
}

.panel .dataTables_wrapper div.dataTables_info,
.c-panel .dataTables_wrapper div.dataTables_info {
  padding-top: 0;
}

.panel .dataTables_wrapper div.dataTables_paginate,
.c-panel .dataTables_wrapper div.dataTables_paginate {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.panel .dataTables_wrapper div.dataTables_paginate .paginate_button,
.c-panel .dataTables_wrapper div.dataTables_paginate .paginate_button {
  display: flex;
  align-items: center;
  border: 1px solid #dee2e6;
  padding: 9px;
  line-height: 30px;
  height: 30px;
  color: #1c1c1c;
  cursor: pointer;
}

.panel .dataTables_wrapper div.dataTables_paginate .paginate_button.current,
.c-panel .dataTables_wrapper div.dataTables_paginate .paginate_button.current {
  color: #4dabba;
}

.panel .dataTables_wrapper div.dataTables_paginate .paginate_button.disabled,
.c-panel .dataTables_wrapper div.dataTables_paginate .paginate_button.disabled {
  display: none;
}

.panel .dataTables_wrapper div.dataTables_paginate .paginate_button.next,
.c-panel .dataTables_wrapper div.dataTables_paginate .paginate_button.next {
  border-left: none;
}

.panel .dataTables_wrapper div.dataTables_paginate .paginate_button.previous,
.c-panel .dataTables_wrapper div.dataTables_paginate .paginate_button.previous {
  border-right: none;
}

.panel .dataTables_wrapper div.dataTables_paginate span,
.c-panel .dataTables_wrapper div.dataTables_paginate span {
  display: flex;
}

.panel .dataTables_wrapper div.dataTables_paginate span .paginate_button,
.c-panel .dataTables_wrapper div.dataTables_paginate span .paginate_button {
  border: none;
  border-right: 1px solid #dee2e6;
  border-top: 1px solid #dee2e6;
  border-bottom: 1px solid #dee2e6;
}

.panel
  .dataTables_wrapper
  div.dataTables_paginate
  span
  .paginate_button:first-child,
.c-panel
  .dataTables_wrapper
  div.dataTables_paginate
  span
  .paginate_button:first-child {
  border-left: 1px solid #dee2e6;
}

#dvDiagnostics ul {
  padding-left: 20px;
}

#dvDiagnostics div div {
  margin-right: 45px;
}

.grid-container {
  display: grid;
  row-gap: 50px;
}

.grid-item-row-1 {
  grid-row-start: 1;
  grid-row-end: 2;
}

.grid-full-length {
  grid-column-start: 1;
  grid-column-end: 6;
}

.grid-item-row-2 {
  grid-row-start: 2;
  grid-row-end: 3;
}

.grid-item-1 {
  grid-column-start: 1;
  grid-column-end: 3;
}
.grid-item-2 {
  grid-column-start: 3;
  grid-column-end: 5;
}

.dvDiagnosticsAideText {
  width: 100%;
  box-sizing: content-box;
}

.container-contact .dvContactField {
  margin-top: 17px;
}

/**********************************************************************/
/* 1169 */
/**********************************************************************/
@media (max-width: 1169px) {
  .main {
    margin: 0 0 0 75px;
  }
}

/**********************************************************************/
/* 1169 */
/**********************************************************************/
@media (max-width: 550px) {
  .main {
    margin: 0;
  }

  .button-link {
    font-size: 13px;
  }

  .panel .dataTables_wrapper table.dataTable {
    display: block;
    overflow-x: scroll;
  }

  .panel .dataTables_wrapper .dataTables_info,
  .panel .dataTables_wrapper .dataTables_paginate {
    width: 100%;
    margin: 5px 0;
  }

  body .table .table-data-button .button-link,
  body table .table-data-button .button-link {
    margin: 0 0 10px 0;
  }
}

/**********************************************************************/
/* HEADER */
/**********************************************************************/
.main-nav {
  width: 280px;
  height: 100vh;
  z-index: 44;
  position: fixed;
  display: flex;
  flex-direction: column;
  top: 0;
  left: 0;
  background-color: #fff;
}

.main-nav .logo {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 75px;
  width: 100%;
  border-bottom: 1px solid #f1f1f1;
}

.main-nav .logo img {
  height: 50px;
  width: auto;
}

.main-nav .menu {
  height: 100%;
  padding: 10px 0;
  list-style-type: none;
  margin: 0;
  overflow: auto;
}

.main-nav .menu li a {
  color: #1c1c1c;
  line-height: 1;
  padding: 15px 30px;
  display: flex;
  align-items: center;
  text-decoration: none !important;
  font-size: 14px;
}

.main-nav .menu li a i {
  margin-left: auto;
}

.main-nav .menu li a:hover {
  color: #4dabba;
  background-color: #f1f1f1;
}

.main-nav .menu li.current-menu-item a {
  color: #4dabba;
  background-color: #f1f1f1;
}

.fixed-bar {
  width: 100%;
  height: var(--fixed-bar-height);
  background-color: #58585a;
  padding: 0 15px;
  display: flex;
  align-items: center;
  flex-shrink: 0;
}

.fixed-bar .button-link {
  padding: 10px;
  font-size: 12px;
  box-shadow: none;
  text-decoration: none;
}

.fixed-bar .cpa-only {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex: 1;
  padding: 0 15px 0 0;
}

.fixed-bar .cpa-only .button-link {
  margin: 0 10px 0 0;
}

.fixed-bar .cpa-only .button-link:last-child {
  margin: 0;
}

.fixed-bar .action {
  display: flex;
  align-items: center;
}

.fixed-bar .user-status {
  position: absolute;
  bottom: 0;
  right: -3px;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  border: 2px solid #fff;
}

.fixed-bar .user-status.online {
  background-color: #39b54a;
}

.fixed-bar .user-status.offline {
  background-color: #f44336;
}

.fixed-bar .item-dropdown {
  position: relative;
  display: flex;
}

.fixed-bar .dropdown {
  list-style-type: none;
  margin: 0;
  padding: 7px 10px 0 10px;
  background-color: #fff;
  border-radius: 4px;
  border: 1px solid #e1e1e1;
  position: absolute;
  top: 100%;
  right: 0;
  visibility: hidden;
  opacity: 0;
  margin-top: 10px;
}

.fixed-bar .dropdown li {
  display: flex;
  align-items: center;
  min-width: 215px;
  border-bottom: 1px solid #e1e1e1;
}

.fixed-bar .dropdown li span {
  padding: 14px 0;
  display: block;
  line-height: 1;
}

.fixed-bar .dropdown li a {
  color: inherit;
}

.fixed-bar .dropdown li a:hover {
  color: #4dabba;
}

.fixed-bar .dropdown li .user-status {
  position: relative;
  bottom: inherit;
  right: inherit;
  margin-left: auto;
}

.fixed-bar .dropdown li:last-child {
  border: none;
  margin: 0;
}

.fixed-bar .dropdown.drop-active {
  opacity: 1;
  visibility: visible;
}

.fixed-bar .dropdown.align-left {
  left: 0;
  right: inherit;
}

.fixed-bar .button-nav {
  border: 1px solid #464646;
  font-size: 12px;
  padding: 14px 45px 14px 8px;
  line-height: 1;
  position: relative;
  background-color: #fff;
  color: #1c1c1c;
  text-decoration: none;
  border-radius: 4px;
}

.fixed-bar .button-nav i {
  color: #4dabba;
  height: 100%;
  width: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-left: 1px solid #f1f1f1;
  position: absolute;
  right: 0;
  top: 0;
}

.fixed-bar .clock {
  color: #fff;
  display: flex;
  align-items: center;
  padding: 0 15px;
}

.fixed-bar .clock .icon-clock {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  border: 2px solid #fff;
  font-size: 13px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.fixed-bar .clock .name {
  font-size: 10px;
  display: block;
  line-height: 1;
}

.fixed-bar .clock .timer {
  font-size: 18px;
  padding: 0 10px;
}

.fixed-bar .clock i {
  cursor: pointer;
}

.fixed-bar .clock .toggles {
  background-color: #4dabba;
  width: 37px;
  height: 37px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 12px;
  border-radius: 50%;
}

.fixed-bar .clock .toggles i {
  width: 37px;
  height: 37px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.fixed-bar .clock #sw_reset {
  background-color: #d9d9d9;
  margin: 0 0 0 4px;
  border-radius: 50%;
  width: 25px;
  height: 25px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #58585a;
}

.fixed-bar .user-log {
  flex-shrink: 0;
  margin-left: auto;
}

.fixed-bar .user-log .in {
  display: flex;
  align-items: center;
  color: #fff;
  position: relative;
}

.fixed-bar .user-log .dropdown li span {
  color: #1c1c1c;
}

.fixed-bar .user-log .dropdown li a {
  display: flex;
  align-items: center;
  padding: 14px 0;
  line-height: 1;
  color: #4dabba;
  width: 100%;
}

.fixed-bar .user-log .dropdown li i {
  margin-left: auto;
}

.fixed-bar .user-log .fa-user-circle {
  font-size: 28px;
}

.fixed-bar .user-log .user-photo {
  position: relative;
}

.fixed-bar .user-log .user {
  margin: 0 4px 0 8px;
}

/**********************************************************************/
/* 1169 */
/**********************************************************************/
@media (max-width: 1169px) {
  .fixed-bar {
    padding: 0 15px 0 90px;
    min-height: 75px;
    height: auto;
    flex-wrap: wrap;
    position: relative;
  }

  .fixed-bar .user-log {
    width: 100%;
    order: 1;
    text-align: right;
    padding: 5px 0 0 0;
  }

  .fixed-bar .user-log .in {
    justify-content: flex-end;
    font-size: 12px;
  }

  .fixed-bar .cpa-only {
    order: 2;
    padding: 15px 0;
    flex-wrap: wrap;
  }

  .main-nav {
    width: 75px;
    display: flex;
    flex-direction: column;
  }

  .main-nav .logo {
    background-image: url("../images/logo-mobile.png");
    background-position: center;
    background-size: 60px;
    background-repeat: no-repeat;
  }

  .main-nav .logo img {
    display: none;
  }

  .main-nav .menu {
    padding: 0;
    flex: 1;
    display: flex;
    flex-direction: column;
    overflow: auto;
  }

  .main-nav .menu::selection {
    width: 0;
    display: none;
  }

  .main-nav .menu::-moz-selection {
    width: 0;
    display: none;
  }

  .main-nav .menu::-webkit-scrollbar {
    width: 0;
    display: none;
  }

  .main-nav .menu::-webkit-scrollbar-track {
    width: 0;
    display: none;
  }

  .main-nav .menu::-webkit-scrollbar-thumb {
    width: 0;
    display: none;
  }

  .main-nav .menu li {
    flex: 1;
  }

  .main-nav .menu li a {
    height: 100%;
    text-align: center;
    padding: 15px;
    font-size: 16px;
  }

  .main-nav .menu li a span {
    display: none;
  }

  .main-nav .menu li a i {
    margin: 0 auto;
  }

  .main-nav .menu li:nth-child(odd) a {
    background-color: #f1f1f1;
  }

  .main-nav .menu li.current-menu-item a {
    background: none;
  }

  .main-nav .menu li.current-menu-item:nth-child(odd) a {
    background-color: #f1f1f1;
  }
}

@media (max-width: 550px) {
  .main-nav {
    width: 100%;
    flex-direction: row;
    height: 60px;
    bottom: 0;
    top: inherit;
  }

  .main-nav .logo {
    background-size: 40px;
    width: 60px;
    height: 60px;
  }

  .main-nav .menu {
    flex-direction: row;
  }

  .fixed-bar {
    padding: 10px 15px;
  }

  .fixed-bar .clock {
    padding: 15px;
    justify-content: center;
    width: 100%;
  }

  .fixed-bar .item-dropdown {
    width: 100%;
  }

  .fixed-bar .item-dropdown .button-nav {
    width: 100%;
  }

  .fixed-bar .cpa-only .action {
    flex-wrap: wrap;
    width: 100%;
  }

  .fixed-bar .cpa-only .action > * {
    width: 100%;
    margin: 0 0 8px 0;
  }

  .fixed-bar .cpa-only .action > * .drop-toggle {
    width: 100%;
  }
}

/**********************************************************************/
/* FOOTER */
/**********************************************************************/
.panel-container {
  background-color: #ececec;
  padding: 20px;
}

.panel-container .panel {
  padding: 20px;
  background-color: #fff;
  box-shadow: 0 0 1px rgba(0, 0, 0, 0.15);
}

.panel-container .panel:not(.acc):not(.c-panel) {
  margin: 0 0 25px 0;
}

.panel-container .panel .panel-title {
  font-size: 18px;
  color: #00546c;
  margin: 0 0 15px 0;
}

.panel-container .panel .box {
  margin: 0 0 20px 0;
  border: 1px solid #e8e8e8;
}

.panel-container .panel .box .box-header {
  padding: 10px 15px;
  display: flex;
  align-items: center;
}

.panel-container .panel .box .box-header .magnifier {
  margin-left: auto;
  transition: 0.3s all ease;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border: 1px solid #1c1c1c;
  display: flex;
  align-items: center;
  justify-content: center;
}

.panel-container .panel .box .box-header .magnifier.slow {
  transition: 0.6s all ease;
}

.panel-container .panel .box .box-header .magnifier:hover {
  background-color: #4dabba;
  color: #fff;
  border-color: #4dabba;
}

.panel-container .panel .box .box-header h3 {
  font-size: 15px;
  margin: 0;
}

.panel-container .panel .box .box-header small {
  font-size: 12px;
}

.panel-container .panel .box .chartCustom {
  padding: 15px;
}

.panel-container .panel .box .chartCustom img {
  max-width: 100%;
  width: 100%;
  height: auto;
}

.panel-container .folder-header {
  display: flex;
  align-items: center;
  padding: 10px 20px;
}

.panel-container .folder-header .actions {
  margin-left: auto;
}

.panel-container .folder-header .actions .button-link {
  margin: 0 0 0 20px;
}

/**********************************************************************/
/* 650 */
/**********************************************************************/
@media (max-width: 650px) {
  .panel-container {
    padding: 15px;
    margin: 0 0 40px 0;
  }

  .panel-container .panel {
    padding: 15px;
  }

  .panel-container .folder-header {
    display: block;
  }

  .panel-container .folder-header .actions .button-link {
    margin: 10px 0 0 0;
  }
}

.filters {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 0 0 25px 0;
  flex-wrap: wrap;
}

.filters .input-element label {
  font-size: 10px;
}

.filters .form-control {
  height: 40px;
  text-align: left;
  font-size: 12px;
  color: #1c1c1c;
}

.filters ::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #979797;
  transition: 0.3s all ease;
}

.filters ::-webkit-input-placeholder.slow {
  transition: 0.6s all ease;
}

.filters ::-moz-placeholder {
  /* Firefox 19+ */
  color: #979797;
  transition: 0.3s all ease;
}

.filters ::-moz-placeholder.slow {
  transition: 0.6s all ease;
}

.filters :-ms-input-placeholder {
  /* IE 10+ */
  color: #979797;
  transition: 0.3s all ease;
}

.filters :-ms-input-placeholder.slow {
  transition: 0.6s all ease;
}

.filters :-moz-placeholder {
  /* Firefox 18- */
  color: #979797;
  transition: 0.3s all ease;
}

.filters :-moz-placeholder.slow {
  transition: 0.6s all ease;
}

.filters.multi-row {
  flex-wrap: wrap;
  justify-content: inherit;
  max-width: 800px;
}

.filters.multi-row .input-element {
  margin: 0 15px 15px 0;
}

.panel .select2-container .select2-selection--single,
.popup .select2-container .select2-selection--single,
.c-drawer .select2-container .select2-selection--single {
  height: 40px;
  border-color: #d7d7d7;
  transition: 0.3s all ease;
}

.panel .select2-container .select2-selection--single.slow,
.popup .select2-container .select2-selection--single.slow,
.c-drawer .select2-container .select2-selection--single.slow {
  transition: 0.6s all ease;
}

.panel .select2-container .select2-selection--single .select2-selection__clear,
.popup .select2-container .select2-selection--single .select2-selection__clear,
.c-drawer
  .select2-container
  .select2-selection--single
  .select2-selection__clear {
  margin-right: 30px;
}

.panel
  .select2-container
  .select2-selection--single
  .select2-selection__rendered,
.popup
  .select2-container
  .select2-selection--single
  .select2-selection__rendered,
.c-drawer
  .select2-container
  .select2-selection--single
  .select2-selection__rendered {
  line-height: 40px;
}

.panel .select2-container .select2-selection--single .select2-selection__arrow,
.popup .select2-container .select2-selection--single .select2-selection__arrow,
.c-drawer
  .select2-container
  .select2-selection--single
  .select2-selection__arrow {
  height: 38px;
  border-left: 1px solid #d7d7d7;
  width: 40px;
  text-align: center;
  transition: 0.3s all ease;
}

.panel
  .select2-container
  .select2-selection--single
  .select2-selection__arrow.slow,
.popup
  .select2-container
  .select2-selection--single
  .select2-selection__arrow.slow,
.c-drawer
  .select2-container
  .select2-selection--single
  .select2-selection__arrow.slow {
  transition: 0.6s all ease;
}

.panel
  .select2-container
  .select2-selection--single
  .select2-selection__arrow:after,
.popup
  .select2-container
  .select2-selection--single
  .select2-selection__arrow:after,
.c-drawer
  .select2-container
  .select2-selection--single
  .select2-selection__arrow:after {
  content: "\f107";
  font-family: FontAwesome;
  color: #4dabba;
  line-height: 40px;
}

.panel
  .select2-container
  .select2-selection--single
  .select2-selection__arrow
  b,
.popup
  .select2-container
  .select2-selection--single
  .select2-selection__arrow
  b,
.c-drawer
  .select2-container
  .select2-selection--single
  .select2-selection__arrow
  b {
  display: none;
}

.panel .select2-container.select2-container--open .select2-selection--single,
.popup .select2-container.select2-container--open .select2-selection--single,
.c-drawer
  .select2-container.select2-container--open
  .select2-selection--single {
  border-color: #4dabba;
}

.panel
  .select2-container.select2-container--open
  .select2-selection--single
  .select2-selection__arrow,
.popup
  .select2-container.select2-container--open
  .select2-selection--single
  .select2-selection__arrow,
.c-drawer
  .select2-container.select2-container--open
  .select2-selection--single
  .select2-selection__arrow {
  border-left-color: #4dabba;
}

body .select2-dropdown {
  border-color: #4dabba;
}

body input,
body .select2 span,
body .select2-dropdown li {
  font-size: 12px;
}

body
  .select2-container--default
  .select2-results__option--highlighted[aria-selected] {
  background-color: #4dabba;
}

body
  .select2-container--default.select2-container--focus
  .select2-selection--multiple {
  border-color: #4dabba;
}

body .select2-container--default .select2-selection--multiple {
  margin: 0 15px 0 0;
  border-radius: 0;
}

body .select2-container--default .select2-selection--multiple input {
  height: 28px;
}

input {
  border-color: #464646;
}

[type="search"] {
  flex: 1;
}

[type="search"],
[type="password"],
[type="text"],
[type="email"],
[type="tel"] {
  border: 1px solid #d7d7d7;
  border-radius: 4px;
  height: 40px;
  padding: 0 15px;
  width: 100%;
  transition: 0.3s all ease;
}

[type="search"].slow,
[type="password"].slow,
[type="text"].slow,
[type="email"].slow,
[type="tel"].slow {
  transition: 0.6s all ease;
}

[type="search"]:focus,
[type="password"]:focus,
[type="text"]:focus,
[type="email"]:focus,
[type="tel"]:focus {
  outline: 0;
  border-color: #4dabba;
  box-shadow: none;
}

textarea {
  border-radius: 4px;
  border: 1px solid #d7d7d7;
  padding: 8px 15px;
  transition: 0.3s all ease;
  width: 100%;
  min-height: 110px;
  max-height: 700px;
  font-size: 12px;
}

textarea.slow {
  transition: 0.6s all ease;
}

textarea:focus {
  outline: 0;
  border-color: #4dabba;
  box-shadow: none;
}

input[type="radio"]:checked,
input[type="radio"]:not(:checked) {
  position: absolute;
  left: -9999px;
}

input[type="radio"]:checked + label,
input[type="radio"]:not(:checked) + label {
  position: relative;
  padding-left: 20px;
  cursor: pointer;
  line-height: 16px;
  display: inline-block;
}

[type="radio"]:checked + label:before,
[type="radio"]:not(:checked) + label:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 16px;
  height: 16px;
  border: 1px solid #e1e1e1;
  border-radius: 100%;
  background: #fff;
}

[type="radio"]:checked + label:after,
[type="radio"]:not(:checked) + label:after {
  content: "";
  color: #4dabba;
  font-family: FontAwesome;
  position: absolute;
  top: 0px;
  width: 16px;
  height: 16px;
  left: 0;
  border-radius: 100%;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

[type="radio"]:not(:checked) + label:after {
  opacity: 0;
  -webkit-transform: scale(0);
  transform: scale(0);
}

[type="radio"]:checked + label:after {
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1);
  background: #4dabba;
  border-color: #4dabba;
}

/* Base for label styling */
[type="checkbox"]:not(:checked),
[type="checkbox"]:checked {
  position: absolute;
  left: -9999px;
}

[type="checkbox"]:not(:checked) + label,
[type="checkbox"]:checked + label {
  position: relative;
  padding-left: 25px;
  cursor: pointer;
  display: inline-block;
}

/* checkbox aspect */
[type="checkbox"]:not(:checked) + label:before,
[type="checkbox"]:checked + label:before {
  content: "";
  position: absolute;
  left: 0;
  top: 1px;
  width: 16px;
  height: 16px;
  border: none;
  background: #fff;
  border: 1px solid #e1e1e1;
}

/* checked mark aspect */
[type="checkbox"]:not(:checked) + label:after,
[type="checkbox"]:checked + label:after {
  content: "\f00c";
  font-family: FontAwesome;
  position: absolute;
  top: 4px;
  left: 1px;
  font-size: 14px;
  line-height: 0.8;
  color: #4dabba;
  transition: all 0.2s;
}

/* checked mark aspect changes */
[type="checkbox"]:not(:checked) + label:after {
  opacity: 0;
  transform: scale(0);
}

[type="checkbox"]:checked + label:after {
  opacity: 1;
  transform: scale(1);
}

/* disabled checkbox */
[type="checkbox"]:disabled:not(:checked) + label:before,
[type="checkbox"]:disabled:checked + label:before {
  box-shadow: none;
  border-color: #bbb;
  background-color: #ddd;
}

[type="checkbox"]:disabled:checked + label:after {
  color: #999;
}

[type="checkbox"]:disabled + label {
  color: #aaa;
}

.datepicker table {
  font-size: 13px;
}

.input-element {
  min-width: 200px;
}

.input-element label {
  font-size: 12px;
  display: block;
  margin: 0;
}

.input-element.long {
  min-width: 415px;
}

.input-element.flex-auto {
  display: flex;
  align-items: flex-end;
  width: 100%;
  padding: 0 30px 0 0;
  margin: 0 0 15px 0;
}

.input-element.flex-auto .fluid-input {
  flex: 1;
  padding: 0 50px 0 0;
}

.input-element.flex-auto .fluid-input input {
  width: 100%;
  font-size: 12px;
}

.input-element.required label span {
  color: #e6472a;
}

.input-element.error_form label {
  color: #e6472a;
}

.input-element.error_form input {
  border-color: #e6472a;
}

.input-element.error_form ::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #e6472a;
}

.input-element.error_form ::-moz-placeholder {
  /* Firefox 19+ */
  color: #e6472a;
}

.input-element.error_form :-ms-input-placeholder {
  /* IE 10+ */
  color: #e6472a;
}

.input-element.error_form :-moz-placeholder {
  /* Firefox 18- */
  color: #e6472a;
}

.input-daterange .input-wrapper {
  position: relative;
  margin: 0 10px;
}

.input-daterange .input-wrapper:after {
  content: "\f073";
  font-family: FontAwesome;
  color: #4dabba;
  line-height: 40px;
  position: absolute;
  top: 0;
  right: 20px;
}

.input-daterange .input-wrapper:first-child {
  margin: 0 5px 0 0;
}

.input-daterange .input-wrapper:last-child {
  margin: 0 0 0 5px;
}

.form-rows > div {
  padding: 0 15px;
}

.form-rows .input-element {
  margin: 0 0 17px 0;
}

.form-rows input {
  font-size: 12px;
}

.form-rows p {
  margin: 0 0 8px 0;
}

.form-rows .input-daterange {
  margin: 10px 0 -10px 0;
}

.form-rows .input-daterange input {
  text-align: left;
  font-size: 12px;
}

.form-rows .radio-buttons,
.form-rows .checkbox-buttons {
  display: flex;
  flex-wrap: wrap;
  flex-shrink: 0;
}

.form-rows .radio-buttons .input-element,
.form-rows .checkbox-buttons .input-element {
  min-width: 0;
  margin: 0 15px 0 0;
}

/**********************************************************************/
/* 650 */
/**********************************************************************/
@media (max-width: 650px) {
  .filters {
    flex-wrap: wrap;
  }

  .filters .input-element {
    margin: 0 0 10px 0;
  }

  .d-flex {
    flex-wrap: wrap;
  }

  .d-flex .radio-buttons {
    margin: 0 0 15px 0;
  }

  .input-element {
    width: 100%;
  }

  .input-element.flex-auto {
    display: block;
    padding: 0;
  }

  .input-element.flex-auto .fluid-input {
    padding: 0 0 10px 0;
  }

  .input-element .input-group {
    display: block;
  }

  .input-element .input-group input {
    margin: 5px 0;
  }

  .input-element .input-daterange .input-wrapper:first-child {
    margin-right: 0;
  }

  .input-element .input-daterange .input-wrapper:last-child {
    margin-left: 0;
  }

  .form-rows .radio-buttons,
  .form-rows .checkbox-buttons {
    display: block;
  }
}

.panel-container .acc {
  position: relative;
  padding: 0;
}

.panel-container .acc .toggle {
  position: absolute;
  right: 20px;
  top: 17px;
  background-color: #4dabba;
  width: 30px;
  height: 30px;
  border-radius: 30px;
  transition: 0.3s all ease;
}

.panel-container .acc .toggle.slow {
  transition: 0.6s all ease;
}

.panel-container .acc .toggle:before {
  content: "";
  width: 2px;
  z-index: 33;
  height: 15px;
  background: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: var(--speed) all var(--ease);
}

.panel-container .acc.active .toggle:before {
  transform: translate(-50%, -50%) rotate(90deg);
}

.panel-container .acc .toggle:after {
  content: "";
  width: 15px;
  height: 2px;
  background: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.panel-container .acc .panel-title {
  position: relative;
  cursor: pointer;
  margin: 0;
  border-bottom: 1px solid transparent;
}

.panel-container .acc .panel-title {
  padding: 20px;
}

.panel-container .acc .panel-title h3 {
  font-size: 18px;
  color: #4dabba;
  margin: 0 0 0 0;
}

.panel-container .acc .panel-title .infos {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.panel-container .panel.acc .contents {
  display: none;
  position: relative;
  overflow: hidden;
}

.panel-container .panel.acc .contents {
  padding: 30px 15px;
}

.panel-container .acc:last-child {
  border-bottom: 1px solid #ebebeb;
}

.panel-container .acc.active:before {
  color: #4dabba;
}

.panel-container .acc.active:after {
  background-color: #4dabba;
}

.panel-container .acc.active .toggle {
  background-color: #4dabba;
}

.panel-container .acc.active .toggle:after {
  background-color: #fff;
}

.panel-container .acc.active .title {
  border-color: #e1e1e1;
}

.panel-container .acc.active .title:after {
  opacity: 0;
}

.popup,
.c-drawer {
  overflow: hidden;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  -webkit-overflow-scrolling: touch;
  outline: 0;
  background-color: rgba(28, 28, 28, 0.5);
  opacity: 0;
  visibility: hidden;
  transition: all var(--speed) var(--ease);
  backdrop-filter: grayscale(80%);
}

.popup button.close,
.c-drawer button.close {
  position: absolute;
  left: -40px;
  background-color: #4dabba;
  color: #fff;
  top: 16px;
  opacity: 1;
  border-top-left-radius: 50%;
  border-bottom-left-radius: 50%;
  transition: 0.3s all ease;
  width: 40px;
  height: 40px;
  font-size: 18px;
}

.popup button.close:hover,
.c-drawer button.close:hover {
  background-color: #429dab;
}

.popup button.close:focus,
.c-drawer button.close:focus {
  outline: none;
}

.popup .content,
.c-drawer .content {
  height: 100vh;
  overflow-y: auto;
  overflow-x: hidden;
  padding: 30px 15px 30px 15px;
}

.popup .content h2,
.c-drawer .content h2 {
  font-size: 24px;
  line-height: 1;
  margin: 0 -15px 15px -15px;
  padding: 0 15px 15px 15px;
  border-bottom: 1px solid #efefef;
}

.popup .over,
.c-drawer .over {
  max-width: 600px;
  width: 100%;
  height: 100vh;
  background-color: #fff;
  transition: all var(--speed) var(--ease);
  position: absolute;
  top: 0;
  right: 0;
  transform: translateX(100%);
}

.popup hr,
.c-drawer hr {
  margin: 2rem -20px;
}

.popup {
  body.panel-opened & {
    visibility: visible;
    opacity: 1;
  }

  .over {
    body.panel-opened & {
      transform: translateX(0);
    }
  }
}

.c-drawer {
  &.is-open {
    visibility: visible;
    opacity: 1;
    .over {
      transform: translateX(0);
    }
  }
}

.popup.opened,
.c-drawer.opened {
  visibility: visible;
  opacity: 1;
}

.popup.opened .over,
.c-drawer.opened .over {
  transform: translateX(0);
}

.gap-prerequis {
    gap: 5px;
    flex-direction:row;
    flex-wrap: wrap;
    align-content: center;
}

/**********************************************************************/
/* 650 */
/**********************************************************************/
@media (max-width: 650px) {
  .popup .over,
  .c-drawer .over {
    max-width: calc(100% - 50px);
  }

  .popup .form-actions .button-link,
  .c-drawer .form-actions .button-link {
    margin-bottom: 8px;
  }
}

.splash {
  display: flex;
  min-height: 100vh;
}

.splash .left {
  width: 45%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 5rem;
  text-align: center;
}

.splash .logo img {
  max-width: 325px;
  width: 100%;
  height: auto;
}

.splash .left .center {
  margin: 0 0 35px 0;
}

.splash .info {
  color: #e7806e;
  display: block;
  margin: 40px 0;
}

.splash input {
  border: none;
  border-bottom: 1px solid #d7d7d7;
  border-radius: 0;
  height: 50px;
  font-size: 14px;
  max-width: 340px;
}

.splash input:focus {
  color: #4dabba;
  outline: 0;
  border-color: transparent;
  border-bottom-color: #4dabba;
  -webkit-box-shadow: 0 1px 0 #4dabba;
  box-shadow: 0 1px 0 #4dabba;
}

.splash input:focus::-webkit-input-placeholder {
  color: #4dabba;
}

.splash input:focus::-moz-placeholder {
  color: #4dabba;
}

.splash input:focus:-ms-input-placeholder {
  color: #4dabba;
}

.splash input:focus:-moz-placeholder {
  color: #4dabba;
}

.splash .button-link {
  margin: 0 auto;
  display: inline-block;
}

.splash .right {
  width: 55%;
  background-image: url("../images/login-bg.png");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
}

.splash .right .message {
  position: absolute;
  bottom: 5rem;
  left: 0;
  width: 100%;
  padding: 30px 20px;
  font-size: 16px;
  background-color: #fff;
  text-align: center;
}

/**********************************************************************/
/* 1024px */
/**********************************************************************/
@media (max-width: 1024px) {
  .splash .right .message {
    font-size: 14px;
  }
}

/**********************************************************************/
/* 1024px */
/**********************************************************************/
@media (max-width: 599px) {
  .splash {
    flex-wrap: wrap;
    min-height: 0;
  }

  .splash .left {
    width: 100%;
  }

  .splash .left .center {
    margin: 0 0 35px 0;
  }

  .splash .info {
    margin: 40px 0;
  }

  .splash input {
    height: 50px;
    max-width: 340px;
  }

  .splash .right {
    width: 100%;
    padding: 0 30px 30px 30px;
    background: none;
  }

  .splash .right .message {
    position: relative;
    bottom: 0;
    background: none;
    text-align: none;
    padding: 0;
  }
}
