/* node_modules/normalize.css/normalize.css */
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
}
body {
  margin: 0;
}
main {
  display: block;
}
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}
pre {
  font-family: monospace, monospace;
  font-size: 1em;
}
a {
  background-color: transparent;
}
abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  text-decoration: underline dotted;
}
b,
strong {
  font-weight: bolder;
}
code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
img {
  border-style: none;
}
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}
button,
input {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}
fieldset {
  padding: 0.35em 0.75em 0.625em;
}
legend {
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}
progress {
  vertical-align: baseline;
}
textarea {
  overflow: auto;
}
[type=checkbox],
[type=radio] {
  box-sizing: border-box;
  padding: 0;
}
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}
[type=search] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}
::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}
details {
  display: block;
}
summary {
  display: list-item;
}
template {
  display: none;
}
[hidden] {
  display: none;
}

/* node_modules/@ng-select/ng-select/themes/default.theme.css */
.ng-select.ng-select-opened > .ng-select-container {
  background: #fff;
  border-color: hsl(0, 0%, 70%) #ccc hsl(0, 0%, 85%);
}
.ng-select.ng-select-opened > .ng-select-container:hover {
  box-shadow: none;
}
.ng-select.ng-select-opened > .ng-select-container .ng-arrow {
  top: -2px;
  border-color: rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) #999;
  border-width: 0 5px 5px;
}
.ng-select.ng-select-opened > .ng-select-container .ng-arrow:hover {
  border-color: rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) #333;
}
.ng-select.ng-select-opened.ng-select-top > .ng-select-container {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.ng-select.ng-select-opened.ng-select-right > .ng-select-container {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.ng-select.ng-select-opened.ng-select-bottom > .ng-select-container {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.ng-select.ng-select-opened.ng-select-left > .ng-select-container {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.ng-select.ng-select-focused:not(.ng-select-opened) > .ng-select-container {
  border-color: #007eff;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 0 3px rgba(0, 126, 255, .1);
}
.ng-select.ng-select-disabled > .ng-select-container {
  background-color: #f9f9f9;
}
.ng-select .ng-has-value .ng-placeholder {
  display: none;
}
.ng-select .ng-select-container {
  color: #333;
  background-color: #fff;
  border-radius: 4px;
  border: 1px solid #ccc;
  min-height: 36px;
  align-items: center;
}
.ng-select .ng-select-container:hover {
  box-shadow: 0 1px 0 rgba(0, 0, 0, .06);
}
.ng-select .ng-select-container .ng-value-container {
  align-items: center;
  padding-left: 10px;
}
[dir=rtl] .ng-select .ng-select-container .ng-value-container {
  padding-right: 10px;
  padding-left: 0;
}
.ng-select .ng-select-container .ng-value-container .ng-placeholder {
  color: #999;
}
.ng-select.ng-select-single .ng-select-container {
  height: 36px;
}
.ng-select.ng-select-single .ng-select-container .ng-value-container .ng-input {
  top: 5px;
  left: 0;
  padding-left: 10px;
  padding-right: 50px;
}
[dir=rtl] .ng-select.ng-select-single .ng-select-container .ng-value-container .ng-input {
  padding-right: 10px;
  padding-left: 50px;
}
.ng-select.ng-select-multiple.ng-select-disabled > .ng-select-container .ng-value-container .ng-value {
  background-color: #f9f9f9;
  border: 1px solid hsl(0, 0%, 90%);
}
.ng-select.ng-select-multiple.ng-select-disabled > .ng-select-container .ng-value-container .ng-value .ng-value-label {
  padding: 0 5px;
}
.ng-select.ng-select-multiple .ng-select-container .ng-value-container {
  padding-top: 5px;
  padding-left: 7px;
}
[dir=rtl] .ng-select.ng-select-multiple .ng-select-container .ng-value-container {
  padding-right: 7px;
  padding-left: 0;
}
.ng-select.ng-select-multiple .ng-select-container .ng-value-container .ng-value {
  font-size: .9em;
  margin-bottom: 5px;
  color: #333;
  background-color: rgb(234.6, 244.68, 255);
  border-radius: 2px;
  margin-right: 5px;
}
[dir=rtl] .ng-select.ng-select-multiple .ng-select-container .ng-value-container .ng-value {
  margin-right: 0;
  margin-left: 5px;
}
.ng-select.ng-select-multiple .ng-select-container .ng-value-container .ng-value.ng-value-disabled {
  background-color: #f9f9f9;
}
.ng-select.ng-select-multiple .ng-select-container .ng-value-container .ng-value.ng-value-disabled .ng-value-label {
  padding-left: 5px;
}
[dir=rtl] .ng-select.ng-select-multiple .ng-select-container .ng-value-container .ng-value.ng-value-disabled .ng-value-label {
  padding-left: 0;
  padding-right: 5px;
}
.ng-select.ng-select-multiple .ng-select-container .ng-value-container .ng-value .ng-value-label {
  display: inline-block;
  padding: 1px 5px;
}
.ng-select.ng-select-multiple .ng-select-container .ng-value-container .ng-value .ng-value-icon {
  display: inline-block;
  padding: 1px 5px;
}
.ng-select.ng-select-multiple .ng-select-container .ng-value-container .ng-value .ng-value-icon:hover {
  background-color: rgb(209.1, 231.78, 255);
}
.ng-select.ng-select-multiple .ng-select-container .ng-value-container .ng-value .ng-value-icon.left {
  border-right: 1px solid rgb(183.6, 218.88, 255);
}
[dir=rtl] .ng-select.ng-select-multiple .ng-select-container .ng-value-container .ng-value .ng-value-icon.left {
  border-left: 1px solid rgb(183.6, 218.88, 255);
  border-right: none;
}
.ng-select.ng-select-multiple .ng-select-container .ng-value-container .ng-value .ng-value-icon.right {
  border-left: 1px solid rgb(183.6, 218.88, 255);
}
[dir=rtl] .ng-select.ng-select-multiple .ng-select-container .ng-value-container .ng-value .ng-value-icon.right {
  border-left: 0;
  border-right: 1px solid rgb(183.6, 218.88, 255);
}
.ng-select.ng-select-multiple .ng-select-container .ng-value-container .ng-input {
  padding: 0 0 3px 3px;
}
[dir=rtl] .ng-select.ng-select-multiple .ng-select-container .ng-value-container .ng-input {
  padding: 0 3px 3px 0;
}
.ng-select.ng-select-multiple .ng-select-container .ng-value-container .ng-input > input {
  color: #000;
}
.ng-select.ng-select-multiple .ng-select-container .ng-value-container .ng-placeholder {
  top: 5px;
  padding-bottom: 5px;
  padding-left: 3px;
}
[dir=rtl] .ng-select.ng-select-multiple .ng-select-container .ng-value-container .ng-placeholder {
  padding-right: 3px;
  padding-left: 0;
}
.ng-select .ng-clear-wrapper {
  color: #999;
}
.ng-select .ng-clear-wrapper:hover .ng-clear {
  color: #d0021b;
}
.ng-select .ng-clear-wrapper:focus .ng-clear {
  color: #d0021b;
}
.ng-select .ng-clear-wrapper:focus {
  outline: none;
}
.ng-select .ng-spinner-zone {
  padding: 5px 5px 0 0;
}
[dir=rtl] .ng-select .ng-spinner-zone {
  padding: 5px 0 0 5px;
}
.ng-select .ng-arrow-wrapper {
  width: 25px;
  padding-right: 5px;
}
[dir=rtl] .ng-select .ng-arrow-wrapper {
  padding-left: 5px;
  padding-right: 0;
}
.ng-select .ng-arrow-wrapper:hover .ng-arrow {
  border-top-color: #666;
}
.ng-select .ng-arrow-wrapper .ng-arrow {
  border-color: #999 rgba(0, 0, 0, 0) rgba(0, 0, 0, 0);
  border-style: solid;
  border-width: 5px 5px 2.5px;
}
.ng-dropdown-panel {
  background-color: #fff;
  border: 1px solid #ccc;
  box-shadow: 0 1px 0 rgba(0, 0, 0, .06);
  left: 0;
}
.ng-dropdown-panel.ng-select-top {
  bottom: 100%;
  border-top-right-radius: 4px;
  border-top-left-radius: 4px;
  border-bottom-color: hsl(0, 0%, 90%);
  margin-bottom: -1px;
}
.ng-dropdown-panel.ng-select-top .ng-dropdown-panel-items .ng-option:first-child {
  border-top-right-radius: 4px;
  border-top-left-radius: 4px;
}
.ng-dropdown-panel.ng-select-right {
  left: 100%;
  top: 0;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
  border-bottom-color: hsl(0, 0%, 90%);
  margin-bottom: -1px;
}
.ng-dropdown-panel.ng-select-right .ng-dropdown-panel-items .ng-option:first-child {
  border-top-right-radius: 4px;
}
.ng-dropdown-panel.ng-select-bottom {
  top: 100%;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
  border-top-color: hsl(0, 0%, 90%);
  margin-top: -1px;
}
.ng-dropdown-panel.ng-select-bottom .ng-dropdown-panel-items .ng-option:last-child {
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}
.ng-dropdown-panel.ng-select-left {
  left: -100%;
  top: 0;
  border-top-left-radius: 4px;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
  border-bottom-color: hsl(0, 0%, 90%);
  margin-bottom: -1px;
}
.ng-dropdown-panel.ng-select-left .ng-dropdown-panel-items .ng-option:first-child {
  border-top-left-radius: 4px;
}
.ng-dropdown-panel .ng-dropdown-header {
  border-bottom: 1px solid #ccc;
  padding: 5px 7px;
}
.ng-dropdown-panel .ng-dropdown-footer {
  border-top: 1px solid #ccc;
  padding: 5px 7px;
}
.ng-dropdown-panel .ng-dropdown-panel-items .ng-optgroup {
  -webkit-user-select: none;
  user-select: none;
  padding: 8px 10px;
  font-weight: 500;
  color: rgba(0, 0, 0, .54);
  cursor: pointer;
}
.ng-dropdown-panel .ng-dropdown-panel-items .ng-optgroup.ng-option-disabled {
  cursor: default;
}
.ng-dropdown-panel .ng-dropdown-panel-items .ng-optgroup.ng-option-marked {
  background-color: rgb(244.8, 249.84, 255);
}
.ng-dropdown-panel .ng-dropdown-panel-items .ng-optgroup.ng-option-selected,
.ng-dropdown-panel .ng-dropdown-panel-items .ng-optgroup.ng-option-selected.ng-option-marked {
  color: rgba(0, 0, 0, .54);
  background-color: rgb(234.6, 244.68, 255);
  font-weight: 600;
}
.ng-dropdown-panel .ng-dropdown-panel-items .ng-option {
  background-color: #fff;
  color: rgba(0, 0, 0, .87);
  padding: 8px 10px;
}
.ng-dropdown-panel .ng-dropdown-panel-items .ng-option.ng-option-selected,
.ng-dropdown-panel .ng-dropdown-panel-items .ng-option.ng-option-selected.ng-option-marked {
  color: #333;
  background-color: rgb(234.6, 244.68, 255);
}
.ng-dropdown-panel .ng-dropdown-panel-items .ng-option.ng-option-selected .ng-option-label,
.ng-dropdown-panel .ng-dropdown-panel-items .ng-option.ng-option-selected.ng-option-marked .ng-option-label {
  font-weight: 600;
}
.ng-dropdown-panel .ng-dropdown-panel-items .ng-option.ng-option-marked {
  background-color: rgb(244.8, 249.84, 255);
  color: #333;
}
.ng-dropdown-panel .ng-dropdown-panel-items .ng-option.ng-option-disabled {
  color: #ccc;
}
.ng-dropdown-panel .ng-dropdown-panel-items .ng-option.ng-option-child {
  padding-left: 22px;
}
[dir=rtl] .ng-dropdown-panel .ng-dropdown-panel-items .ng-option.ng-option-child {
  padding-right: 22px;
  padding-left: 0;
}
.ng-dropdown-panel .ng-dropdown-panel-items .ng-option .ng-tag-label {
  font-size: 80%;
  font-weight: 400;
  padding-right: 5px;
}
[dir=rtl] .ng-dropdown-panel .ng-dropdown-panel-items .ng-option .ng-tag-label {
  padding-left: 5px;
  padding-right: 0;
}
[dir=rtl] .ng-dropdown-panel {
  direction: rtl;
  text-align: right;
}

/* src/styles.less */
html {
  line-height: 1.3;
  font-size: 16px;
}
body,
button,
input,
optgroup,
select,
textarea {
  font-family: "Montserrat", sans-serif;
  line-height: 1.3;
}
body {
  font-family: "Montserrat", sans-serif;
  color: #181d29;
  height: 100%;
}
a,
a:visited {
  color: #2c4863;
  text-decoration: none;
}
a:hover {
  color: #00a6b9;
}
button:not(.unstyled),
a.button {
  display: inline-block;
  box-sizing: border-box;
  border: none;
  border-radius: 1em;
  padding: 0.2em 0.5em;
  background: linear-gradient(#3c6286, #2c4863 70%);
  color: #ffffff;
  cursor: pointer;
  line-height: 1.3;
  font-weight: 500;
}
button:not(.unstyled).red,
a.button.red {
  background: linear-gradient(#ef473a, #bb2025);
}
button.unstyled {
  background: none;
  border: none;
}
input:not([type]),
input[type=text],
input[type=password],
input[type=number],
input[type=email],
input[type=date],
input[type=search],
input[type=url] {
  border: solid 1px #afbec8;
  border-radius: 0.3em;
  height: 2em;
  padding: 0 0.3em;
}
input[type=checkbox],
input[type=radio] {
  margin: 0.2em 0.5em;
  vertical-align: middle;
}
select:not([multiple]) {
  border: solid 1px #afbec8;
  border-radius: 0.3em;
  height: 2em;
  padding: 0 0.3em;
  background: linear-gradient(#ffffff, #d3d9de);
  cursor: pointer;
  -moz-appearance: none;
  -webkit-appearance: none;
}
div.form-row {
  margin: 1em;
}
div.form-row.no-margin {
  margin: 0;
}
div.form-row label,
div.form-row input:not([type=checkbox]):not([type=radio]),
div.form-row select,
div.form-row textarea {
  display: block;
  width: 100%;
}
div.form-row textarea {
  height: 6em;
  resize: vertical;
}
div.form-row label.grid,
div.form-row input[type=number].date-part {
  display: inline-block;
  width: 25%;
}
div.form-actions {
  margin: 2em;
  text-align: center;
}
div.form-actions button {
  font-size: 130%;
}
div.error {
  color: #bd0000;
}
div.error input,
div.error select {
  color: #bd0000;
}
.sort-header {
  cursor: pointer;
}
.sort-header:not(td):not(th) {
  position: relative;
}
.sort-header:not(td):not(th)::before {
  position: absolute;
  right: 0.3em;
  top: 0;
}
.sort-header.sorted-asc::before {
  content: "\25b2";
}
.sort-header.sorted-desc::before {
  content: "\25bc";
}
td.sort-header::before,
th.sort-header::before {
  float: right;
  width: 1em;
  margin-left: -1em;
}
.row {
  max-width: 75rem;
  margin-right: auto;
  margin-left: auto;
}
.row::after {
  clear: both;
}
.row::before,
.row::after {
  display: table;
  content: " ";
}
.row.line {
  padding: 0.5em 0;
}
.row.line:not(.last) {
  border-bottom: 1px solid #d3d9de;
}
.row-data {
  display: flex;
  padding: 0.3em 0;
}
.row-data:not(.last) {
  border-bottom: 1px solid #d3d9de;
}
.text-left {
  text-align: left;
}
.column,
.columns {
  width: 100%;
  float: left;
  padding-right: 0.625rem;
  padding-left: 0.625rem;
  box-sizing: border-box;
}
.column:last-child:not(:first-child),
.columns:last-child:not(:first-child) {
  float: right;
}
.small-12 {
  width: 100%;
}
.small-9 {
  width: 75%;
}
.small-8 {
  width: 66%;
}
.small-7 {
  width: 60%;
}
.small-6 {
  width: 50%;
}
.small-5 {
  width: 40%;
}
.small-4 {
  width: 33%;
}
.small-3 {
  width: 25%;
}
.small-2 {
  width: 16.6%;
}
.col2 {
  columns: 2;
}
@media (min-width: 75rem) {
  .medium-10 {
    width: 83.3%;
  }
  .medium-2 {
    width: 16.6%;
  }
}
table {
  width: 100%;
  margin-bottom: 1rem;
  border-collapse: collapse;
}
table thead td,
table thead th {
  background: #d3d9de;
}
table td,
table th {
  padding: 0.5rem 0.625rem 0.625rem;
  border: solid 1px #afbdc7;
}
table td.number {
  text-align: center;
}
table tfoot.pagination tr {
  text-align: center;
}
.searchProject {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  margin-bottom: 1rem;
}
.leftGroup {
  display: flex;
  align-items: center;
  gap: 10px;
}
.leftGroup input {
  width: 40vw;
  max-width: 100%;
}
fieldset {
  margin: 0.5em;
  border-radius: 0.3em;
  border-color: #d3d9de;
}
@media screen and (max-width: 1799px) {
  html {
    font-size: 15px;
  }
}
@media screen and (max-width: 1679px) {
  html {
    font-size: 14px;
  }
}
@media screen and (max-width: 1439px) {
  html {
    font-size: 12px;
  }
}
@media screen and (max-width: 1199px) {
  html {
    font-size: 10px;
  }
}
body {
  min-width: 900px;
}
main.main {
  padding: 1.5em 2em;
}
footer {
  background: #f2f2f2;
  border-top: solid 1px #cfd4dc;
  display: flex;
  align-items: center;
  padding: 0.2em 1.5em;
}
footer .logo {
  flex: 1;
  display: flex;
  align-items: center;
}
footer .logo img {
  height: 1rem;
  margin-left: 0.5rem;
  margin-right: 1rem;
}
footer .version {
  font-size: 0.8rem;
  color: #74818d;
}
footer .date-footer {
  font-size: 0.8rem;
  color: #2c4863;
  margin-left: 1em;
}
.uppercase {
  text-transform: uppercase;
}
.pre-line {
  white-space: pre-line;
}
.p-1 {
  padding: 1em;
}
.orange {
  color: #FF7900;
}
.orange {
  color: #FF7900;
}
.red {
  color: #bb2025;
}
button.round {
  display: inline-block;
  width: 1em;
  height: 1em;
  box-sizing: border-box;
  text-align: center;
  border-radius: 100%;
  line-height: 1;
  font-size: 1.5em;
  padding: 0;
  outline: none;
  margin-left: 0.1em;
}
button.red {
  background-color: #bb2025;
}
a.round-goto {
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 1.3;
  padding: 0.35em 0;
  box-sizing: border-box;
  font-weight: bold;
  border-radius: 1em;
  text-align: center;
  border: solid 1px #2c4863;
  background: url("./media/Fleche-darkBleue.svg") no-repeat center center / 0.6em;
}
.bold {
  font-weight: 600;
}
.center {
  text-align: center;
}
.separator-dashed {
  width: 100%;
  margin: 1.5em auto;
  border: 1px dashed #5a809c;
}
div.card {
  background: #f2f2f2;
  border-radius: 0.5rem 0.5rem;
  overflow: hidden;
  margin: 0 0 1.5rem 0;
  flex: auto 1 0;
  text-align: center;
  display: flex;
  flex-direction: column;
}
div.card.no-background {
  background: #ffffff;
  border: 2px solid #e5e5e5;
}
div.card div.card-header {
  background: #e5e5e5;
  overflow: hidden;
  border-bottom: solid 1px #cfd4dc;
  text-transform: uppercase;
  line-height: 2em;
  font-weight: 600;
}
div.card div.card-content {
  flex: auto 1 0;
}
div.card div.align-left {
  align-items: flex-start;
  padding: 0 1em;
  text-align: left;
}
div.card div.card-content,
div.card div.card-footer {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
div.card div.card-content > :first-child,
div.card div.card-footer > :first-child {
  margin-top: 1em;
}
div.card div.card-content > *,
div.card div.card-footer > * {
  margin-bottom: 1em;
}
div.card div.card-footer {
  background: #e5e5e5;
  overflow: hidden;
}
div.card div.info {
  font-size: smaller;
  color: #74818d;
}
div.card div.subheader,
div.card span.subheader {
  color: #2c4863;
  font-weight: 500;
  margin-bottom: 0.8em;
}
div.card div.alerts-row {
  display: flex;
  align-items: center;
  justify-content: space-evenly;
}
div.card div.alerts-row .alert-count {
  min-width: 2em;
  padding: 0 1em;
  line-height: 2em;
  border-radius: 1em;
  font-weight: bold;
  background: #cfd4dc;
}
div.card div.alerts-row .alert-count.good {
  background: #00ae4d;
  color: #ffffff;
}
div.card div.alerts-row .alert-count.bad {
  background: #ff7900;
  color: #ffffff;
}
div.card div.alerts-row .alert-count.very-bad {
  background: #bb2025;
  color: #ffffff;
}
div.card-line {
  background: #f2f2f2;
  border-radius: 0.5rem 0.5rem;
  margin: 0 0 1.5rem 0;
  text-align: center;
  display: flex;
}
div.card-line div.card-line-title {
  background: #e5e5e5;
  border-right: solid 1px #cfd4dc;
  text-transform: uppercase;
  line-height: 3em;
  font-weight: 600;
  border-top-left-radius: 0.5em;
  border-bottom-left-radius: 0.5em;
  width: 30%;
}
div.card-line div.card-line-content {
  display: flex;
  align-items: center;
  flex: 1;
}
div.card-line div.alerts-row {
  display: flex;
  align-items: center;
  justify-content: space-evenly;
}
div.card-line div.alerts-row .alert-count {
  min-width: 2em;
  padding: 0 1em;
  line-height: 2em;
  border-radius: 1em;
  font-weight: bold;
  background: #cfd4dc;
}
div.card-line div.alerts-row .alert-count.good {
  background: #00ae4d;
  color: #ffffff;
}
div.card-line div.alerts-row .alert-count.bad {
  background: #ff7900;
  color: #ffffff;
}
div.card-line div.alerts-row .alert-count.very-bad {
  background: #bb2025;
  color: #ffffff;
}
details.details-card {
  margin: 1em 0;
}
details.details-card[open] {
  background-color: #f2f2f2;
  border-radius: 0.5em;
}
details.details-card > summary {
  list-style: none;
  background-image: url("./media/plus-picto.svg");
  background-repeat: no-repeat;
  background-position: 1% center;
  background-size: 11px;
  padding-left: 1.7em;
  cursor: pointer;
}
details.details-card[open] > summary {
  background-image: url("./media/moins-picto.svg");
}
details.details-card .details-title {
  text-align: center;
  background-color: #e5e5e5;
  text-transform: uppercase;
  line-height: 2em;
  font-weight: 600;
  border-radius: 0.5em;
}
details.details-card .details-content {
  padding: 0.5em;
}
details.details-card .details-content > :first-child {
  margin-top: 1em;
}
details.details-card .details-content > * {
  margin-bottom: 1em;
}
details.details-card .details-content div.subheader {
  color: #2c4863;
  font-weight: 500;
  margin-bottom: 0.8em;
}
button.unstyled {
  border: none;
  background: none;
}
button:disabled {
  opacity: 0.5;
}
.title {
  position: relative;
  text-align: center;
  background: #f2f2f2;
}
.title.env-dev,
.title.env-recette,
.title.env-preprod {
  background: #f2f2f2;
}
.title h1 {
  margin: 0;
  padding: 0.3em;
  font-weight: normal;
}
.title h1 img.logo-ogga {
  height: 1.35ex;
}
.title .home-button {
  position: absolute;
  left: 1em;
  top: 0;
  bottom: 0;
  height: 2em;
  margin: auto;
}
.title div.login-info {
  position: absolute;
  right: 3.5em;
  top: 0;
  bottom: 0;
  height: 2em;
  margin: auto;
  display: flex;
  align-items: center;
  font-weight: 500;
}
.title div.login-info span {
  margin-right: 1.5em;
}
.title div.login-info button.unstyled.exit {
  cursor: pointer;
  height: 1.5em;
  width: 1.5em;
  background: url("./media/Picto-Exit.svg") no-repeat center center / auto;
}
.page-title {
  position: relative;
  top: 0;
  background: #2c4863;
  color: white;
  line-height: 3em;
  padding: 0 3em;
  border-radius: 0 0 0.5rem 0.5rem;
  margin: 0 2rem;
}
.page-title .button-right {
  position: absolute;
  right: 1em;
  top: 0;
  bottom: 0;
  height: 2em;
  margin: auto;
}
.page-title .back {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 3em;
  background: url(/img/back.svg) no-repeat center center / auto 1em;
}
.flex {
  display: flex;
}
.flex-align-center {
  display: flex;
  align-items: center;
}
.flex-30 {
  flex: 1 1 30%;
}
.flex-70 {
  flex: 1 1 70%;
}
.flex-center {
  display: flex;
  justify-content: center;
}
.flex-between {
  display: flex;
  justify-content: space-between;
}
.flex-row {
  display: flex;
  flex-direction: row;
  justify-content: space-around;
}
.flex-col {
  display: flex;
  flex-direction: column;
}
.flex-form {
  display: flex;
}
.flex-form > .form-row {
  flex: 1;
}
.flex-between {
  display: flex;
  justify-content: space-between;
}
.full-height {
  height: 100%;
}
.mb-1 {
  margin-bottom: 1em;
}
.errorInput {
  border: 2px solid red !important;
}
.menu-container {
  display: flex;
  width: 100%;
  height: 100%;
}
.menu-container .left-menu {
  flex: 0 0 20rem;
  display: flex;
  flex-direction: column;
}
.menu-container > .content {
  flex: 1 1 auto;
  width: 90vh;
}
.menu-title {
  position: relative;
  background: #2c4863;
  color: white;
  line-height: 3em;
  text-align: center;
  font-weight: bold;
  margin: 0 1.5rem;
  border-radius: 0 0 0.5rem 0.5rem;
}
.menu-title .back {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 3em;
  background: url(/img/back.svg) no-repeat center center / auto 1em;
}
.menu-wrap {
  flex: auto 1 0;
  background-color: #f2f2f2;
  border-radius: 0.5em;
  margin: 1.5rem;
  overflow: hidden;
}
.menu-item {
  display: block;
  border-bottom: solid 1px #cfd4dc;
  padding: 0.5em 1em;
  background: #f9f9f9;
  position: relative;
  text-decoration: none;
}
.menu-item.active {
  background: #d3d9de;
}
.menu-item.active::after {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  width: 1.5em;
  background: url(/img/Fleche-Grise.svg) no-repeat center center / auto 1em;
}
.submenu {
  border-bottom: solid 1px #cfd4dc;
  margin: 1em 0;
}
.submenu .submenu-title {
  padding: 0.5em 1em;
  border-bottom: solid 1px #cfd4dc;
  font-size: smaller;
  text-transform: uppercase;
  font-weight: 600;
}
.submenu .submenu-item {
  display: flex;
  padding: 0.5em 1em;
  position: relative;
  background: #f9f9f9;
  text-decoration: none;
}
.submenu .submenu-item img.warning {
  height: 1.3em;
  width: 1.3em;
  margin-left: auto;
  margin-right: 1em;
}
.submenu .submenu-item img.icon {
  border: 1px solid #181d29;
  border-radius: 1em;
  padding: 0.2em;
  height: 0.7em;
  width: 0.7em;
  margin-right: 0.5em;
}
.submenu .submenu-item.active {
  background: #d3d9de;
}
.submenu .submenu-item.active::before {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  width: 1.5em;
  background: url(/img/Fleche-Grise.svg) no-repeat center center / auto 1em;
}
.submenu .submenu-item::after {
  content: "";
  position: absolute;
  left: 1em;
  right: 1em;
  bottom: 0;
  border-bottom: solid 1px #cfd4dc;
}
.submenu .submenu-item:last-child::after {
  border-bottom: none;
}
div.main {
  padding: 1em 2em;
}
.pointer {
  cursor: pointer;
}
.comment {
  white-space: pre-wrap;
}
.error {
  white-space: pre-line;
}
.good {
  color: #00ae4d;
}
.bad {
  color: red;
  font-weight: bold;
}
.leaflet-popup-content {
  font-size: 16px;
}
.leaflet-popup-content .popup-title {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 0.5em 0;
}
.leaflet-popup-content .popup-title strong {
  font-weight: 600;
}
.leaflet-popup-content .popup-title .location {
  font-size: smaller;
}
.leaflet-popup-content .popup-content {
  text-align: center;
}
div.action-column {
  display: flex;
  justify-content: space-evenly;
}
div.pour-rien {
  background: url(/img/Logo-BO-OGGA.png);
}
div.form-actions button {
  margin: 0.2em;
}
.border-right {
  border-right: 1px solid #afbdc7;
}
.flex-2-col {
  display: flex;
}
.flex-2-col > .flex-1 {
  flex: 1;
}
.p-1-r {
  padding-right: 1em;
}
.p-1-l {
  padding-left: 1em;
}
.mr-1 {
  margin-right: 1em;
}
.m-1 {
  margin: 1rem;
}
.mt-1 {
  margin-top: 1em;
}
.platform-name {
  font-size: smaller;
  color: grey;
}
.new table td,
.new table th {
  border: none;
  border-right: 1px solid #afbdc7;
}
.new table td[rowspan],
.new table td.last-row {
  border-bottom: 1px solid #afbdc7;
}
.new table th:last-child,
.new table td:last-child {
  border-right: none;
  border-bottom-right-radius: 0.5em;
  border-top-right-radius: 0.5em;
}
.new table th:first-child,
.new table td:first-child {
  border-bottom-left-radius: 0.5em;
  border-top-left-radius: 0.5em;
}
.new table th:first-child.col-services,
.new table td:first-child.col-services {
  border-radius: 0;
}
.new table tr:nth-of-type(2n) td {
  background: #f2f2f2;
}
.new table td.actions-form {
  text-align: center;
}
.new table td.actions-form button {
  vertical-align: middle;
  margin: 0.2em 1em;
  cursor: pointer;
}
form div.form-row input:not([type=checkbox]):not([type=radio]) {
  width: -webkit-fill-available;
  width: -moz-available;
}
form div.form-subgroup {
  margin: 1em;
}
form div.form-subgroup .add-lines {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
form div.form-subgroup .add-lines > * {
  margin-right: 1em;
}
form div.form-subgroup .add-lines button {
  height: fit-content;
  align-self: flex-end;
  border: 1px solid #afbdc7;
  box-sizing: border-box;
  color: #181d29;
  background: linear-gradient(#ffffff, #e5e5e5);
  display: flex;
  align-items: center;
}
form div.form-subgroup .add-lines button img {
  width: 0.9em;
  margin-right: 0.5em;
}
form div.flex-form button {
  height: fit-content;
  align-self: flex-end;
  margin: 1em 1em 1.3em;
}
form div.lines:nth-of-type(2n) {
  background: #f2f2f2;
  border-radius: 0.5em;
}
button.unstyled.delete,
a.styled.delete {
  height: 1.5em;
  width: 1.5em;
  background: url("./media/picto-corbeille.svg") no-repeat center center / auto;
}
button.unstyled.delete:hover,
a.styled.delete:hover {
  background: url("./media/picto-corbeille-rouge.svg") no-repeat center center / auto;
}
button.unstyled.edit,
a.styled.edit {
  height: 1.5em;
  width: 1.5em;
  background: url("./media/picto-crayon.svg") no-repeat center center / auto;
}
button.unstyled.edit:hover,
a.styled.edit:hover {
  background: url("./media/picto-crayon-vert.svg") no-repeat center center / auto;
}
button.unstyled.view,
a.styled.view {
  height: 1.5em;
  width: 1.5em;
  background: url("./media/oeil.svg") no-repeat center center / auto;
}
button.unstyled.view:hover,
a.styled.view:hover {
  background: url("./media/oeil-vert.svg") no-repeat center center / auto;
}
button.unstyled.search,
a.styled.search {
  height: 1.5em;
  width: 1.5em;
  background: url("./media/loupe-bleu.svg") no-repeat center center / auto;
}
a.styled {
  display: inline-block;
}
.img-picto {
  height: 1.5em;
  width: 1.5em;
  background: url("./media/logo-img.svg") no-repeat center center / auto;
}
input[type=time] {
  border: solid 1px #afbec8;
  border-radius: 0.3em;
  height: 2em;
  padding: 0 0.3em;
}
div.form-row input:not([type=checkbox]):not([type=radio]) {
  width: -webkit-fill-available;
  width: -moz-available;
}
button.ligth {
  border: 1px solid #afbdc7;
  color: #181d29;
  background: linear-gradient(#ffffff, #e5e5e5);
}
jw-modal {
  display: none;
}
jw-modal .jw-modal {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1000;
  overflow: auto;
}
jw-modal .jw-modal .jw-modal-body {
  padding: 20px;
  background: #fff;
  border-radius: 0.5em;
  margin: 6em;
}
jw-modal .jw-modal-background {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: #000;
  opacity: 0.75;
  z-index: 900;
}
body.jw-modal-open {
  overflow: hidden;
}
.search-user {
  position: relative;
}
.search-user.form-row {
  margin-left: 0;
}
.search-user .search-result {
  position: absolute;
  padding: 1em 0;
  background: #ffffff;
  left: 1em;
  border-bottom-left-radius: 0.5em;
  border-bottom-right-radius: 0.5em;
  border: 1px solid #e1e1e1;
  z-index: 10;
}
.search-user .search-result div.search-line {
  padding: 0.5em 1em;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.search-user .search-result div.search-line div.search-info {
  display: flex;
  flex-direction: column;
}
.search-user .search-result div.search-line div.search-action {
  margin-left: 1em;
}
.search-user .search-result div.search-line div.search-action button {
  margin: 0 0.3em;
}
.search-user .search-result div.search-line img {
  height: 1.5em;
}
.search-user .search-result div:hover {
  background-color: #f2f2f2;
}
div.period-navigator {
  text-align: center;
  margin-bottom: 1em;
}
div.period-navigator a {
  color: #74818d;
}
div.period-navigator .year-selector {
  display: inline-block;
  box-sizing: border-box;
}
div.period-navigator .year-selector .previous-year,
div.period-navigator .year-selector .next-year {
  display: inline-block;
  vertical-align: top;
  height: 4rem;
  line-height: 4rem;
  width: 6rem;
  position: relative;
}
div.period-navigator .year-selector .previous-year svg,
div.period-navigator .year-selector .next-year svg {
  position: absolute;
  top: 0;
  z-index: -1;
}
div.period-navigator .year-selector .previous-year svg {
  right: 1px;
}
div.period-navigator .year-selector .next-year svg {
  left: 1px;
}
div.period-navigator .year-selector .current {
  display: inline-block;
  vertical-align: top;
  height: 4rem;
  width: 15rem;
  overflow: hidden;
}
div.period-navigator .year-selector .current .year {
  height: 2rem;
  line-height: 2rem;
  background: #2c4863;
  color: #ffffff;
  font-weight: bold;
}
div.period-navigator .year-selector .current .period-selector a {
  display: inline-block;
  height: 2rem;
  line-height: 2rem;
  width: 50%;
  border: 1px #afbdc7;
  border-style: none solid solid;
  box-sizing: border-box;
  background: linear-gradient(#ffffff, #e5e5e5);
}
div.period-navigator .year-selector .current .period-selector a:first-child {
  border-right-style: none;
}
div.period-navigator .year-selector .current .period-selector a.active {
  background: #d3d9de;
  color: #2c4863;
  font-weight: bold;
}
div.period-navigator .spacer {
  height: 3px;
}
div.period-navigator .month-selector {
  display: inline-block;
  box-sizing: border-box;
}
div.period-navigator .month-selector .previous-month,
div.period-navigator .month-selector .next-month {
  display: inline-block;
  vertical-align: top;
  height: 2rem;
  line-height: 2rem;
  width: 6rem;
  position: relative;
  cursor: pointer;
}
div.period-navigator .month-selector .previous-month svg,
div.period-navigator .month-selector .next-month svg {
  position: absolute;
  top: 0;
  z-index: -1;
}
div.period-navigator .month-selector .previous-month svg {
  right: 1px;
}
div.period-navigator .month-selector .next-month svg {
  left: 1px;
}
div.period-navigator .month-selector .current {
  display: inline-block;
  vertical-align: top;
  height: 2rem;
  width: 15rem;
  border: solid 1px #afbdc7;
  line-height: 2rem;
  background: #e1e1e1;
  color: #2c4863;
  font-weight: bold;
  box-sizing: border-box;
}
div.period-navigator .month-selector a.selector {
  display: inline-block;
  vertical-align: top;
  height: 2rem;
  width: 15rem;
  border: solid 1px #afbdc7;
  line-height: 2rem;
  box-sizing: border-box;
  background: linear-gradient(#ffffff, #e5e5e5);
}
.toggle {
  position: relative;
  display: inline-block;
  background: #afbdc7;
  color: white;
  border-radius: 1em;
  width: 3.5em;
  height: 2em;
  margin: 0.5em;
  cursor: pointer;
}
.toggle::before {
  content: "-";
  color: transparent;
  display: inline-block;
  padding: 0.35em 0;
  line-height: 1.3;
}
.toggle .inner {
  position: absolute;
  display: block;
  top: 2px;
  bottom: 2px;
  left: 2px;
  width: calc(2em - 4px);
  line-height: calc(2em - 4px);
  text-align: center;
  border-radius: 1em;
  background: linear-gradient(#ffffff, #e1e1e1);
}
.toggle .inner::before {
  content: "NON";
  color: #2c4863;
  font-size: 70%;
}
.toggle.checked {
  background: #2c4863;
}
.toggle.checked .inner {
  left: auto;
  right: 2px;
}
.toggle.checked .inner::before {
  content: "OUI";
}
.toggle.disabled {
  opacity: 0.5;
  cursor: auto;
}
.equipments details[open].open-project {
  background-color: #f2f2f2;
  border-radius: 0.5em;
}
.equipments .project {
  display: flex;
  background-color: #d3d9de;
  justify-content: space-between;
  margin: 1em 0;
  padding: 0.5em 1.7em;
  border-radius: 0.5em;
  cursor: pointer;
}
.equipments .detail-project-content {
  padding: 1em 0;
}
.equipments details > summary {
  list-style: none;
  background-image: url("./media/plus-picto.svg");
  background-repeat: no-repeat;
  background-position: 1% center;
  background-size: 11px;
  padding-left: 1.7em;
  cursor: pointer;
}
.equipments details > summary span {
  display: inline-flex;
  align-items: center;
}
.equipments details[open] > summary {
  background-image: url("./media/moins-picto.svg");
}
.todeal::after {
  content: "";
  width: 5px;
  height: 5px;
  background: red;
  border-radius: 100%;
  position: absolute;
}
.dealing {
  color: cornflowerblue;
}
.waiting {
  color: violet;
}
.todealText {
  color: red;
}
.selected-contact input {
  border: 2px solid #00A13A;
}
.selected-contact-text {
  color: #00A13A;
}
.selected-installer input {
  border: 2px solid #8295ee;
}
.selected-installer-text {
  color: #8295ee;
}
filter-select.filter-sav-to-deal select {
  width: 70px;
}
div.alert-comment {
  margin: 1em;
}
div.alert-comment .title {
  font-style: italic;
  font-weight: bold;
}
div.alert-comment .message {
  background-color: #dae7ef;
  border-radius: 0.5em;
  padding: 1em;
  white-space: pre-line;
}
my-tabs .my-tabs {
  display: flex;
}
my-tabs .my-tabs .tabTitle {
  cursor: pointer;
  padding: 1em;
  flex: 1;
  background: #f2f2f2;
  border-bottom: 5px solid #cfd4dc;
  color: #2c4863;
  display: flex;
  align-items: center;
}
my-tabs .my-tabs .tabTitle.active {
  font-weight: 600;
  background: #d3d9de;
}
my-tabs .my-tabs .tabTitle:hover {
  color: #ff7900;
  border-bottom-color: #ff7900;
}
my-tabs .my-tabs .tabTitle:first-child {
  border-top-left-radius: 0.5em;
  border-bottom-left-radius: 0.5em;
}
my-tabs .my-tabs .tabTitle:last-child {
  border-top-right-radius: 0.5em;
  border-bottom-right-radius: 0.5em;
}
my-tab .my-tab {
  border-bottom: 5px solid #cfd4dc;
  background: #f9f9f9;
  padding: 1em;
  padding-bottom: 2em;
}
error-messages {
  display: block;
}
body {
  color: black;
}
button:not(.unstyled).white,
a.button.white {
  background: #00ae4d;
  color: #ffffff;
  height: fit-content;
}
a,
a:visited {
  text-decoration: underline #afbdc7;
}
a:hover {
  color: #ff7900;
}
.hover:hover {
  color: #ff7900;
}

/* node_modules/leaflet/dist/leaflet.css */
.leaflet-pane,
.leaflet-tile,
.leaflet-marker-icon,
.leaflet-marker-shadow,
.leaflet-tile-container,
.leaflet-pane > svg,
.leaflet-pane > canvas,
.leaflet-zoom-box,
.leaflet-image-layer,
.leaflet-layer {
  position: absolute;
  left: 0;
  top: 0;
}
.leaflet-container {
  overflow: hidden;
}
.leaflet-tile,
.leaflet-marker-icon,
.leaflet-marker-shadow {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  -webkit-user-drag: none;
}
.leaflet-tile::selection {
  background: transparent;
}
.leaflet-safari .leaflet-tile {
  image-rendering: -webkit-optimize-contrast;
}
.leaflet-safari .leaflet-tile-container {
  width: 1600px;
  height: 1600px;
  -webkit-transform-origin: 0 0;
}
.leaflet-marker-icon,
.leaflet-marker-shadow {
  display: block;
}
.leaflet-container .leaflet-overlay-pane svg {
  max-width: none !important;
  max-height: none !important;
}
.leaflet-container .leaflet-marker-pane img,
.leaflet-container .leaflet-shadow-pane img,
.leaflet-container .leaflet-tile-pane img,
.leaflet-container img.leaflet-image-layer,
.leaflet-container .leaflet-tile {
  max-width: none !important;
  max-height: none !important;
  width: auto;
  padding: 0;
}
.leaflet-container img.leaflet-tile {
  mix-blend-mode: plus-lighter;
}
.leaflet-container.leaflet-touch-zoom {
  -ms-touch-action: pan-x pan-y;
  touch-action: pan-x pan-y;
}
.leaflet-container.leaflet-touch-drag {
  -ms-touch-action: pinch-zoom;
  touch-action: none;
  touch-action: pinch-zoom;
}
.leaflet-container.leaflet-touch-drag.leaflet-touch-zoom {
  -ms-touch-action: none;
  touch-action: none;
}
.leaflet-container {
  -webkit-tap-highlight-color: transparent;
}
.leaflet-container a {
  -webkit-tap-highlight-color: rgba(51, 181, 229, 0.4);
}
.leaflet-tile {
  filter: inherit;
  visibility: hidden;
}
.leaflet-tile-loaded {
  visibility: inherit;
}
.leaflet-zoom-box {
  width: 0;
  height: 0;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  z-index: 800;
}
.leaflet-overlay-pane svg {
  -moz-user-select: none;
}
.leaflet-pane {
  z-index: 400;
}
.leaflet-tile-pane {
  z-index: 200;
}
.leaflet-overlay-pane {
  z-index: 400;
}
.leaflet-shadow-pane {
  z-index: 500;
}
.leaflet-marker-pane {
  z-index: 600;
}
.leaflet-tooltip-pane {
  z-index: 650;
}
.leaflet-popup-pane {
  z-index: 700;
}
.leaflet-map-pane canvas {
  z-index: 100;
}
.leaflet-map-pane svg {
  z-index: 200;
}
.leaflet-vml-shape {
  width: 1px;
  height: 1px;
}
.lvml {
  behavior: url(#default#VML);
  display: inline-block;
  position: absolute;
}
.leaflet-control {
  position: relative;
  z-index: 800;
  pointer-events: visiblePainted;
  pointer-events: auto;
}
.leaflet-top,
.leaflet-bottom {
  position: absolute;
  z-index: 1000;
  pointer-events: none;
}
.leaflet-top {
  top: 0;
}
.leaflet-right {
  right: 0;
}
.leaflet-bottom {
  bottom: 0;
}
.leaflet-left {
  left: 0;
}
.leaflet-control {
  float: left;
  clear: both;
}
.leaflet-right .leaflet-control {
  float: right;
}
.leaflet-top .leaflet-control {
  margin-top: 10px;
}
.leaflet-bottom .leaflet-control {
  margin-bottom: 10px;
}
.leaflet-left .leaflet-control {
  margin-left: 10px;
}
.leaflet-right .leaflet-control {
  margin-right: 10px;
}
.leaflet-fade-anim .leaflet-popup {
  opacity: 0;
  -webkit-transition: opacity 0.2s linear;
  -moz-transition: opacity 0.2s linear;
  transition: opacity 0.2s linear;
}
.leaflet-fade-anim .leaflet-map-pane .leaflet-popup {
  opacity: 1;
}
.leaflet-zoom-animated {
  -webkit-transform-origin: 0 0;
  -ms-transform-origin: 0 0;
  transform-origin: 0 0;
}
svg.leaflet-zoom-animated {
  will-change: transform;
}
.leaflet-zoom-anim .leaflet-zoom-animated {
  -webkit-transition: -webkit-transform 0.25s cubic-bezier(0, 0, 0.25, 1);
  -moz-transition: -moz-transform 0.25s cubic-bezier(0, 0, 0.25, 1);
  transition: transform 0.25s cubic-bezier(0, 0, 0.25, 1);
}
.leaflet-zoom-anim .leaflet-tile,
.leaflet-pan-anim .leaflet-tile {
  -webkit-transition: none;
  -moz-transition: none;
  transition: none;
}
.leaflet-zoom-anim .leaflet-zoom-hide {
  visibility: hidden;
}
.leaflet-interactive {
  cursor: pointer;
}
.leaflet-grab {
  cursor: -webkit-grab;
  cursor: -moz-grab;
  cursor: grab;
}
.leaflet-crosshair,
.leaflet-crosshair .leaflet-interactive {
  cursor: crosshair;
}
.leaflet-popup-pane,
.leaflet-control {
  cursor: auto;
}
.leaflet-dragging .leaflet-grab,
.leaflet-dragging .leaflet-grab .leaflet-interactive,
.leaflet-dragging .leaflet-marker-draggable {
  cursor: move;
  cursor: -webkit-grabbing;
  cursor: -moz-grabbing;
  cursor: grabbing;
}
.leaflet-marker-icon,
.leaflet-marker-shadow,
.leaflet-image-layer,
.leaflet-pane > svg path,
.leaflet-tile-container {
  pointer-events: none;
}
.leaflet-marker-icon.leaflet-interactive,
.leaflet-image-layer.leaflet-interactive,
.leaflet-pane > svg path.leaflet-interactive,
svg.leaflet-image-layer.leaflet-interactive path {
  pointer-events: visiblePainted;
  pointer-events: auto;
}
.leaflet-container {
  background: #ddd;
  outline-offset: 1px;
}
.leaflet-container a {
  color: #0078A8;
}
.leaflet-zoom-box {
  border: 2px dotted #38f;
  background: rgba(255, 255, 255, 0.5);
}
.leaflet-container {
  font-family:
    "Helvetica Neue",
    Arial,
    Helvetica,
    sans-serif;
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 1.5;
}
.leaflet-bar {
  box-shadow: 0 1px 5px rgba(0, 0, 0, 0.65);
  border-radius: 4px;
}
.leaflet-bar a {
  background-color: #fff;
  border-bottom: 1px solid #ccc;
  width: 26px;
  height: 26px;
  line-height: 26px;
  display: block;
  text-align: center;
  text-decoration: none;
  color: black;
}
.leaflet-bar a,
.leaflet-control-layers-toggle {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  display: block;
}
.leaflet-bar a:hover,
.leaflet-bar a:focus {
  background-color: #f4f4f4;
}
.leaflet-bar a:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.leaflet-bar a:last-child {
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
  border-bottom: none;
}
.leaflet-bar a.leaflet-disabled {
  cursor: default;
  background-color: #f4f4f4;
  color: #bbb;
}
.leaflet-touch .leaflet-bar a {
  width: 30px;
  height: 30px;
  line-height: 30px;
}
.leaflet-touch .leaflet-bar a:first-child {
  border-top-left-radius: 2px;
  border-top-right-radius: 2px;
}
.leaflet-touch .leaflet-bar a:last-child {
  border-bottom-left-radius: 2px;
  border-bottom-right-radius: 2px;
}
.leaflet-control-zoom-in,
.leaflet-control-zoom-out {
  font:
    bold 18px "Lucida Console",
    Monaco,
    monospace;
  text-indent: 1px;
}
.leaflet-touch .leaflet-control-zoom-in,
.leaflet-touch .leaflet-control-zoom-out {
  font-size: 22px;
}
.leaflet-control-layers {
  box-shadow: 0 1px 5px rgba(0, 0, 0, 0.4);
  background: #fff;
  border-radius: 5px;
}
.leaflet-control-layers-toggle {
  background-image: url("./media/layers.png");
  width: 36px;
  height: 36px;
}
.leaflet-retina .leaflet-control-layers-toggle {
  background-image: url("./media/layers-2x.png");
  background-size: 26px 26px;
}
.leaflet-touch .leaflet-control-layers-toggle {
  width: 44px;
  height: 44px;
}
.leaflet-control-layers .leaflet-control-layers-list,
.leaflet-control-layers-expanded .leaflet-control-layers-toggle {
  display: none;
}
.leaflet-control-layers-expanded .leaflet-control-layers-list {
  display: block;
  position: relative;
}
.leaflet-control-layers-expanded {
  padding: 6px 10px 6px 6px;
  color: #333;
  background: #fff;
}
.leaflet-control-layers-scrollbar {
  overflow-y: scroll;
  overflow-x: hidden;
  padding-right: 5px;
}
.leaflet-control-layers-selector {
  margin-top: 2px;
  position: relative;
  top: 1px;
}
.leaflet-control-layers label {
  display: block;
  font-size: 13px;
  font-size: 1.08333em;
}
.leaflet-control-layers-separator {
  height: 0;
  border-top: 1px solid #ddd;
  margin: 5px -10px 5px -6px;
}
.leaflet-default-icon-path {
  background-image: url("./media/marker-icon.png");
}
.leaflet-container .leaflet-control-attribution {
  background: #fff;
  background: rgba(255, 255, 255, 0.8);
  margin: 0;
}
.leaflet-control-attribution,
.leaflet-control-scale-line {
  padding: 0 5px;
  color: #333;
  line-height: 1.4;
}
.leaflet-control-attribution a {
  text-decoration: none;
}
.leaflet-control-attribution a:hover,
.leaflet-control-attribution a:focus {
  text-decoration: underline;
}
.leaflet-attribution-flag {
  display: inline !important;
  vertical-align: baseline !important;
  width: 1em;
  height: 0.6669em;
}
.leaflet-left .leaflet-control-scale {
  margin-left: 5px;
}
.leaflet-bottom .leaflet-control-scale {
  margin-bottom: 5px;
}
.leaflet-control-scale-line {
  border: 2px solid #777;
  border-top: none;
  line-height: 1.1;
  padding: 2px 5px 1px;
  white-space: nowrap;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background: rgba(255, 255, 255, 0.8);
  text-shadow: 1px 1px #fff;
}
.leaflet-control-scale-line:not(:first-child) {
  border-top: 2px solid #777;
  border-bottom: none;
  margin-top: -2px;
}
.leaflet-control-scale-line:not(:first-child):not(:last-child) {
  border-bottom: 2px solid #777;
}
.leaflet-touch .leaflet-control-attribution,
.leaflet-touch .leaflet-control-layers,
.leaflet-touch .leaflet-bar {
  box-shadow: none;
}
.leaflet-touch .leaflet-control-layers,
.leaflet-touch .leaflet-bar {
  border: 2px solid rgba(0, 0, 0, 0.2);
  background-clip: padding-box;
}
.leaflet-popup {
  position: absolute;
  text-align: center;
  margin-bottom: 20px;
}
.leaflet-popup-content-wrapper {
  padding: 1px;
  text-align: left;
  border-radius: 12px;
}
.leaflet-popup-content {
  margin: 13px 24px 13px 20px;
  line-height: 1.3;
  font-size: 13px;
  font-size: 1.08333em;
  min-height: 1px;
}
.leaflet-popup-content p {
  margin: 17px 0;
  margin: 1.3em 0;
}
.leaflet-popup-tip-container {
  width: 40px;
  height: 20px;
  position: absolute;
  left: 50%;
  margin-top: -1px;
  margin-left: -20px;
  overflow: hidden;
  pointer-events: none;
}
.leaflet-popup-tip {
  width: 17px;
  height: 17px;
  padding: 1px;
  margin: -10px auto 0;
  pointer-events: auto;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.leaflet-popup-content-wrapper,
.leaflet-popup-tip {
  background: white;
  color: #333;
  box-shadow: 0 3px 14px rgba(0, 0, 0, 0.4);
}
.leaflet-container a.leaflet-popup-close-button {
  position: absolute;
  top: 0;
  right: 0;
  border: none;
  text-align: center;
  width: 24px;
  height: 24px;
  font:
    16px/24px Tahoma,
    Verdana,
    sans-serif;
  color: #757575;
  text-decoration: none;
  background: transparent;
}
.leaflet-container a.leaflet-popup-close-button:hover,
.leaflet-container a.leaflet-popup-close-button:focus {
  color: #585858;
}
.leaflet-popup-scrolled {
  overflow: auto;
}
.leaflet-oldie .leaflet-popup-content-wrapper {
  -ms-zoom: 1;
}
.leaflet-oldie .leaflet-popup-tip {
  width: 24px;
  margin: 0 auto;
  -ms-filter: "progid:DXImageTransform.Microsoft.Matrix(M11=0.70710678, M12=0.70710678, M21=-0.70710678, M22=0.70710678)";
  filter: progid:DXImageTransform.Microsoft.Matrix(M11=0.70710678, M12=0.70710678, M21=-0.70710678, M22=0.70710678);
}
.leaflet-oldie .leaflet-control-zoom,
.leaflet-oldie .leaflet-control-layers,
.leaflet-oldie .leaflet-popup-content-wrapper,
.leaflet-oldie .leaflet-popup-tip {
  border: 1px solid #999;
}
.leaflet-div-icon {
  background: #fff;
  border: 1px solid #666;
}
.leaflet-tooltip {
  position: absolute;
  padding: 6px;
  background-color: #fff;
  border: 1px solid #fff;
  border-radius: 3px;
  color: #222;
  white-space: nowrap;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  pointer-events: none;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.4);
}
.leaflet-tooltip.leaflet-interactive {
  cursor: pointer;
  pointer-events: auto;
}
.leaflet-tooltip-top:before,
.leaflet-tooltip-bottom:before,
.leaflet-tooltip-left:before,
.leaflet-tooltip-right:before {
  position: absolute;
  pointer-events: none;
  border: 6px solid transparent;
  background: transparent;
  content: "";
}
.leaflet-tooltip-bottom {
  margin-top: 6px;
}
.leaflet-tooltip-top {
  margin-top: -6px;
}
.leaflet-tooltip-bottom:before,
.leaflet-tooltip-top:before {
  left: 50%;
  margin-left: -6px;
}
.leaflet-tooltip-top:before {
  bottom: 0;
  margin-bottom: -12px;
  border-top-color: #fff;
}
.leaflet-tooltip-bottom:before {
  top: 0;
  margin-top: -12px;
  margin-left: -6px;
  border-bottom-color: #fff;
}
.leaflet-tooltip-left {
  margin-left: -6px;
}
.leaflet-tooltip-right {
  margin-left: 6px;
}
.leaflet-tooltip-left:before,
.leaflet-tooltip-right:before {
  top: 50%;
  margin-top: -6px;
}
.leaflet-tooltip-left:before {
  right: 0;
  margin-right: -12px;
  border-left-color: #fff;
}
.leaflet-tooltip-right:before {
  left: 0;
  margin-left: -12px;
  border-right-color: #fff;
}
@media print {
  .leaflet-control {
    -webkit-print-color-adjust: exact;
    print-color-adjust: exact;
  }
}

/* node_modules/ngx-toastr/toastr.css */
.toast-center-center {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.toast-top-center {
  top: 0;
  right: 0;
  width: 100%;
}
.toast-bottom-center {
  bottom: 0;
  right: 0;
  width: 100%;
}
.toast-top-full-width {
  top: 0;
  right: 0;
  width: 100%;
}
.toast-bottom-full-width {
  bottom: 0;
  right: 0;
  width: 100%;
}
.toast-top-left {
  top: 12px;
  left: 12px;
}
.toast-top-right {
  top: 12px;
  right: 12px;
}
.toast-bottom-right {
  right: 12px;
  bottom: 12px;
}
.toast-bottom-left {
  bottom: 12px;
  left: 12px;
}
.toast-title {
  font-weight: bold;
}
.toast-message {
  word-wrap: break-word;
}
.toast-message a,
.toast-message label {
  color: #FFFFFF;
}
.toast-message a:hover {
  color: #CCCCCC;
  text-decoration: none;
}
.toast-close-button {
  position: relative;
  right: -0.3em;
  top: -0.3em;
  float: right;
  font-size: 20px;
  font-weight: bold;
  color: #FFFFFF;
  text-shadow: 0 1px 0 #ffffff;
}
.toast-close-button:hover,
.toast-close-button:focus {
  color: #000000;
  text-decoration: none;
  cursor: pointer;
  opacity: 0.4;
}
button.toast-close-button {
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
}
.toast-container {
  pointer-events: none;
  position: fixed;
  z-index: 999999;
}
.toast-container * {
  box-sizing: border-box;
}
.toast-container .ngx-toastr {
  position: relative;
  overflow: hidden;
  margin: 0 0 6px;
  padding: 15px 15px 15px 50px;
  width: 300px;
  border-radius: 3px 3px 3px 3px;
  background-position: 15px center;
  background-repeat: no-repeat;
  background-size: 24px;
  box-shadow: 0 0 12px #999999;
  color: #FFFFFF;
}
.toast-container .ngx-toastr:hover {
  box-shadow: 0 0 12px #000000;
  opacity: 1;
  cursor: pointer;
}
.toast-info {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnIHZpZXdCb3g9JzAgMCA1MTIgNTEyJyB3aWR0aD0nNTEyJyBoZWlnaHQ9JzUxMic+PHBhdGggZmlsbD0ncmdiKDI1NSwyNTUsMjU1KScgZD0nTTI1NiA4QzExOS4wNDMgOCA4IDExOS4wODMgOCAyNTZjMCAxMzYuOTk3IDExMS4wNDMgMjQ4IDI0OCAyNDhzMjQ4LTExMS4wMDMgMjQ4LTI0OEM1MDQgMTE5LjA4MyAzOTIuOTU3IDggMjU2IDh6bTAgMTEwYzIzLjE5NiAwIDQyIDE4LjgwNCA0MiA0MnMtMTguODA0IDQyLTQyIDQyLTQyLTE4LjgwNC00Mi00MiAxOC44MDQtNDIgNDItNDJ6bTU2IDI1NGMwIDYuNjI3LTUuMzczIDEyLTEyIDEyaC04OGMtNi42MjcgMC0xMi01LjM3My0xMi0xMnYtMjRjMC02LjYyNyA1LjM3My0xMiAxMi0xMmgxMnYtNjRoLTEyYy02LjYyNyAwLTEyLTUuMzczLTEyLTEydi0yNGMwLTYuNjI3IDUuMzczLTEyIDEyLTEyaDY0YzYuNjI3IDAgMTIgNS4zNzMgMTIgMTJ2MTAwaDEyYzYuNjI3IDAgMTIgNS4zNzMgMTIgMTJ2MjR6Jy8+PC9zdmc+);
}
.toast-error {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnIHZpZXdCb3g9JzAgMCA1MTIgNTEyJyB3aWR0aD0nNTEyJyBoZWlnaHQ9JzUxMic+PHBhdGggZmlsbD0ncmdiKDI1NSwyNTUsMjU1KScgZD0nTTI1NiA4QzExOSA4IDggMTE5IDggMjU2czExMSAyNDggMjQ4IDI0OCAyNDgtMTExIDI0OC0yNDhTMzkzIDggMjU2IDh6bTEyMS42IDMxMy4xYzQuNyA0LjcgNC43IDEyLjMgMCAxN0wzMzggMzc3LjZjLTQuNyA0LjctMTIuMyA0LjctMTcgMEwyNTYgMzEybC02NS4xIDY1LjZjLTQuNyA0LjctMTIuMyA0LjctMTcgMEwxMzQuNCAzMzhjLTQuNy00LjctNC43LTEyLjMgMC0xN2w2NS42LTY1LTY1LjYtNjUuMWMtNC43LTQuNy00LjctMTIuMyAwLTE3bDM5LjYtMzkuNmM0LjctNC43IDEyLjMtNC43IDE3IDBsNjUgNjUuNyA2NS4xLTY1LjZjNC43LTQuNyAxMi4zLTQuNyAxNyAwbDM5LjYgMzkuNmM0LjcgNC43IDQuNyAxMi4zIDAgMTdMMzEyIDI1Nmw2NS42IDY1LjF6Jy8+PC9zdmc+);
}
.toast-success {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnIHZpZXdCb3g9JzAgMCA1MTIgNTEyJyB3aWR0aD0nNTEyJyBoZWlnaHQ9JzUxMic+PHBhdGggZmlsbD0ncmdiKDI1NSwyNTUsMjU1KScgZD0nTTE3My44OTggNDM5LjQwNGwtMTY2LjQtMTY2LjRjLTkuOTk3LTkuOTk3LTkuOTk3LTI2LjIwNiAwLTM2LjIwNGwzNi4yMDMtMzYuMjA0YzkuOTk3LTkuOTk4IDI2LjIwNy05Ljk5OCAzNi4yMDQgMEwxOTIgMzEyLjY5IDQzMi4wOTUgNzIuNTk2YzkuOTk3LTkuOTk3IDI2LjIwNy05Ljk5NyAzNi4yMDQgMGwzNi4yMDMgMzYuMjA0YzkuOTk3IDkuOTk3IDkuOTk3IDI2LjIwNiAwIDM2LjIwNGwtMjk0LjQgMjk0LjQwMWMtOS45OTggOS45OTctMjYuMjA3IDkuOTk3LTM2LjIwNC0uMDAxeicvPjwvc3ZnPg==);
}
.toast-warning {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnIHZpZXdCb3g9JzAgMCA1NzYgNTEyJyB3aWR0aD0nNTc2JyBoZWlnaHQ9JzUxMic+PHBhdGggZmlsbD0ncmdiKDI1NSwyNTUsMjU1KScgZD0nTTU2OS41MTcgNDQwLjAxM0M1ODcuOTc1IDQ3Mi4wMDcgNTY0LjgwNiA1MTIgNTI3Ljk0IDUxMkg0OC4wNTRjLTM2LjkzNyAwLTU5Ljk5OS00MC4wNTUtNDEuNTc3LTcxLjk4N0wyNDYuNDIzIDIzLjk4NWMxOC40NjctMzIuMDA5IDY0LjcyLTMxLjk1MSA4My4xNTQgMGwyMzkuOTQgNDE2LjAyOHpNMjg4IDM1NGMtMjUuNDA1IDAtNDYgMjAuNTk1LTQ2IDQ2czIwLjU5NSA0NiA0NiA0NiA0Ni0yMC41OTUgNDYtNDYtMjAuNTk1LTQ2LTQ2LTQ2em0tNDMuNjczLTE2NS4zNDZsNy40MTggMTM2Yy4zNDcgNi4zNjQgNS42MDkgMTEuMzQ2IDExLjk4MiAxMS4zNDZoNDguNTQ2YzYuMzczIDAgMTEuNjM1LTQuOTgyIDExLjk4Mi0xMS4zNDZsNy40MTgtMTM2Yy4zNzUtNi44NzQtNS4wOTgtMTIuNjU0LTExLjk4Mi0xMi42NTRoLTYzLjM4M2MtNi44ODQgMC0xMi4zNTYgNS43OC0xMS45ODEgMTIuNjU0eicvPjwvc3ZnPg==);
}
.toast-container.toast-top-center .ngx-toastr,
.toast-container.toast-bottom-center .ngx-toastr {
  width: 300px;
  margin-left: auto;
  margin-right: auto;
}
.toast-container.toast-top-full-width .ngx-toastr,
.toast-container.toast-bottom-full-width .ngx-toastr {
  width: 96%;
  margin-left: auto;
  margin-right: auto;
}
.ngx-toastr {
  background-color: #030303;
  pointer-events: auto;
}
.toast-success {
  background-color: #51A351;
}
.toast-error {
  background-color: #BD362F;
}
.toast-info {
  background-color: #2F96B4;
}
.toast-warning {
  background-color: #F89406;
}
.toast-progress {
  position: absolute;
  left: 0;
  bottom: 0;
  height: 4px;
  background-color: #000000;
  opacity: 0.4;
}
@media all and (max-width: 240px) {
  .toast-container .ngx-toastr.div {
    padding: 8px 8px 8px 50px;
    width: 11em;
  }
  .toast-container .toast-close-button {
    right: -0.2em;
    top: -0.2em;
  }
}
@media all and (min-width: 241px) and (max-width: 480px) {
  .toast-container .ngx-toastr.div {
    padding: 8px 8px 8px 50px;
    width: 18em;
  }
  .toast-container .toast-close-button {
    right: -0.2em;
    top: -0.2em;
  }
}
@media all and (min-width: 481px) and (max-width: 768px) {
  .toast-container .ngx-toastr.div {
    padding: 15px 15px 15px 50px;
    width: 25em;
  }
}

/* angular:styles/global:styles */
/*# sourceMappingURL=styles.css.map */
