<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@font-face {
  font-family: sourcesans;
  src: url(../fonts/SourceSansPro-Regular.ttf);
}

@font-face {
  font-family: sourcesans;
  src: url(../fonts/SourceSansPro-Bold.ttf);
  font-weight: bold;
}

@font-face {
  font-family: sourcesans;
  src: url(../fonts/SourceSansPro-Light.ttf);
  font-weight: 300;
}

@font-face {
  font-family: sourcesans;
  src: url(../fonts/SourceSansPro-Italic.ttf);
  font-style: italic;
}

/**
 * Mapserver font-faces definition
 */

@font-face {
  font-family: alegreya;
  src: url(../fonts/Alegreya-Regular.ttf);
}

@font-face {
  font-family: dejavuesans;
  src: url(../fonts/DejaVuSans.ttf);
}

@font-face {
  font-family: dejavuesans;
  src: url(../fonts/DejaVuSans-Bold.ttf);
  font-weight: bold;
}

@font-face {
  font-family: arimo;
  src: url(../fonts/Arimo-Regular.ttf);
}

@font-face {
  font-family: arimo;
  src: url(../fonts/Arimo-Bold.ttf);
  font-weight: bold;
}

@font-face {
  font-family: domine;
  src: url(../fonts/Domine-Regular.ttf);
}

@font-face {
  font-family: fjallaone;
  src: url(../fonts/FjallaOne-Regular.ttf);
}

@font-face {
  font-family: karla;
  src: url(../fonts/Karla-Regular.ttf);
}

@font-face {
  font-family: muli;
  src: url(../fonts/Muli-Regular.ttf);
}

@font-face {
  font-family: muli;
  src: url(../fonts/Muli-Italic.ttf);
  font-style: italic;
}

@font-face {
  font-family: oldstandard;
  src: url(../fonts/OldStandardTT-Regular.ttf);
}

@font-face {
  font-family: opensans;
  src: url(../fonts/OpenSans-Regular.ttf);
}

@font-face {
  font-family: opensans;
  src: url(../fonts/OpenSans-Bold.ttf);
  font-weight: bold;
}

@font-face {
  font-family: opensans;
  src: url(../fonts/OpenSans-Italic.ttf);
  font-style: italic;
}

@font-face {
  font-family: varelaround;
  src: url(../fonts/VarelaRound-Regular.ttf);
}

/**
 * Ionicons Font definition
 */
@font-face {
  font-family: 'Ionicons';
  src: url('../fonts/ion/ionicons.eot');
  src:
    url('../fonts/ion/ionicons.eot?#iefix') format('embedded-opentype'),
    url('../fonts/ion/ionicons.woff') format('woff'),
    url('../fonts/ion/ionicons.ttf') format('truetype'),
    url('../fonts/ion/ionicons.svg#ionicons') format('svg');
  font-weight: normal;
  font-style: normal;
}

.mg-ion {
  display: inline-block;
  font: normal normal normal 14px 'Ionicons', sans-serif;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.mg-ion-compass::before {
  content: "\f273";
}

.mg-ion-doublesound::before {
  content: "\f2ac";
}

/**
 * GeoMapFish - Fonts definition
 */
@font-face {
  font-family: 'gmf-icons';
  src: url('../fonts/gmf-icons.eot');
  src:
    url('../fonts/gmf-icons.eot?#iefix') format('embedded-opentype'),
    url('../fonts/gmf-icons.woff') format('woff'),
    url('../fonts/gmf-icons.ttf') format('truetype'),
    url('../fonts/gmf-icons.svg#gmf-icons') format('svg');
  font-weight: normal;
  font-style: normal;
}

/**
 * GeoMapFish - Definitions for icons.
 */
.gmf-icon {
  font-style: normal;
}

.gmf-icon::after,
.gmf-icon::before {
  font-family: gmf-icons, sans-serif;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
}

.gmf-icon.gmf-icon-layers::after {
  content: '\e600';
}

.gmf-icon.gmf-icon-list::after {
  content: '\e602';
}

.gmf-icon.gmf-icon-map::after {
  content: '\f279';
}

.gmf-icon.gmf-icon-map-o::after {
  content: '\f278';
}

.gmf-icon.gmf-icon-check::after {
  content: '\e603';
}

.gmf-icon.gmf-icon-circle::after {
  content: '\e901';
}

.gmf-icon.gmf-icon-line::after {
  content: '\e902';
}

.gmf-icon.gmf-icon-point::after {
  content: '\e903';
}

.gmf-icon.gmf-icon-polygon::after {
  content: '\e904';
}

.gmf-icon.gmf-icon-rectangle::after {
  content: '\e905';
}

.gmf-icon.gmf-icon-text::after {
  content: '\e906';
}

.gmf-icon.gmf-icon-search-go::after {
  content: '\e908';
}

/**
 * Body, Html
 */

body,
html {
  font-family: sourcesans, sans-serif;
}

html {
  height: 100%;
  width: 100%;
}

body.fullscreen {
  height: 100%;
  width: 100%;
  padding: 0;
}

body {
  padding-top: 50px;
  height: 100%;
}

label {
  font-weight: normal;
}

h1,
h2,
h3,
h4 {
  color: var(--primary-color);
  font-family: muli, sans-serif;
  display: inline-block;
}

h1 {
  color: var(--primary-color);
}

h2 {
  font-size: 28px;
  color: var(--primary-color);
}

hr {
  margin: 10px 0;
}

a {
  cursor: pointer;
}

.col-md-0 {
  width: 0;
}

/* --------------------------------------------------------------------- *
 * Hide element visually. Which means that the element is not visible,   *
 * but present in the page                                               *
 * --------------------------------------------------------------------- */
 .visually-hidden {
  clip: rect(0 0 0 0);
  clip-path: inset(50%);
  height: 1px;
  overflow: hidden;
  position: absolute;
  white-space: nowrap;
  width: 1px;
}

.display-none {
  display: none;
}

/* --------- *
 *  Cursor  *
* --------- */
.cursor-sw-resize {
  cursor: sw-resize;
}
.cursor-w-resize {
  cursor: w-resize;
}
.cursor-nw-resize {
  cursor: nw-resize;
}
.cursor-n-resize {
  cursor: n-resize;
}
.cursor-ne-resize {
  cursor: ne-resize;
}
.cursor-e-resize {
  cursor: e-resize;
}
.cursor-se-resize {
  cursor: se-resize;
}
.cursor-s-resize {
  cursor: s-resize;
}

/* --------- *
 *  Buttons  *
 * --------- */

.mg-btniconspin {
  display: none;
}


/* -------------- *
 *      Mask      *
 * -------------- */

.mg-mask,
.mg-masked::after {
  background-color: rgba(0, 0, 0, 0.3);
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 99999
}

.mg-masked {
  position: relative;
}

.mg-masked::after {
  content: ' ';
  display: block;
}

/* For when you want to use col- but with no padding. To be used on a .row */
.no-gutter &gt; [class*='col-'] {
  padding-right: 0;
  padding-left: 0;
}

.no-gutter {
  margin-right: 0;
  margin-left: 0;
}

.form-actions {
  background-color: white;
  bottom: 0;
  padding: 10px 0;
  position: fixed;
  width: 100%;
  z-index: 1000;
}

/* Add a margin to prevent .form-actions from overlapping content */
#content-body,
#form-body,
.mg-page-pattern-preview {
  margin-bottom: 55px;
}

.mg-page-profileeditform__user-inactive {
  margin-left: 15px;
}

.mg-page-profileeditform__userlegend-container {
  display: flex;
}

.form-actions .btn {
  margin-right: 4px;
}

.table-curved {
  border-collapse: separate;
  border: solid #ccc 1px;
  border-radius: 6px;
  border-left: 0;
}

.table-curved td,
.table-curved th {
  border-left: 1px solid #ccc;
  border-top: 1px solid #ccc;
}

.table-curved th {
  border-top: none;
}

.table-curved th:first-child {
  border-radius: 6px 0 0 0;
}

.table-curved th:last-child {
  border-radius: 0 6px 0 0;
}

.table-curved th:only-child {
  border-radius: 6px 6px 0 0;
}

.table-curved tr:last-child td:first-child {
  border-radius: 0 0 0 6px;
}

.table-curved tr:last-child td:last-child {
  border-radius: 0 0 6px 0;
}

table th.list-actions,
table td.list-actions {
  width: 1px;
  min-width: 1px;
  white-space: nowrap;
}

table th.list-checkbox {
  width: 60px;
}

table th.list-icon {
  width: 10px;
}

.table &gt; tbody &gt; tr &gt; td {
  vertical-align: middle;
}

.table tr.active td {
  background-color: var(--primary-color) !important;
  color: #fff;
}

.table tr td.active {
  border-color: var(--primary-color);
}

.container.container-fill {
  width: 100%;
  height: 100%;
  padding: 0;
  margin: 0;
}

.full.login-background {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

#login-form {
  padding-bottom: 0;
  height: 280px;
  margin-top: 50px;
  padding-top: 30px;
}

.login-logo img {
  display: block;
  margin: auto;
  width: 98%;
  max-width: 500px;
}

@media (min-width: 992px) {
.login-logo {
  margin-top: 50px;
  width: calc(100% - 420px);
}

.login {
  margin-top: 60px;
  width: 420px;
}
}

@media (max-width: 992px) {
.login {
  margin-top: 30px;
}
}

.login .login-title {
  text-align: center;
  font-size: 2em;
}

a.forgot-password:hover {
  text-decoration: none;
}

.login .underlined-link   {
  text-decoration: underline;
}

.login .forgot-password-container {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  margin-left: 9px;
}

.login .forgot-password i {
  margin-right: 5px;
}

.login .question-mark {
  font-weight: bold;
  margin-left: -6px;
  margin-right: 4px;
  font-size: 1em;
  vertical-align: super;
}

.login-mobile-links img {
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  width: 160px;
}

.google-app-store-img {
  background-image: url("../img/google-play-store.png");
}

.google-app-store-img:lang(fr) {
  background-image: url("../img/google-play-store-fr.png");
}

.apple-app-store-img {
  background-image: url("../img/apple-app-store.png");
}

.apple-app-store-img:lang(fr) {
  background-image: url("../img/apple-app-store-fr.png");
}

.login-mobile-links a {
  display: flex;
  justify-content: center;
}

.login-mobile-links {
  display: flex;
  justify-content: center;
  height: 40px;
}

.login-mobile-links div {
  display: flex;
  justify-content: center;
}

.form-group.danger input[type='text'],
.form-group.danger input[type='password'],
.form-group.danger select {
  border-color: #a94442;
}

.form-group.danger .help-inline {
  color: #a94442;
}

.form-group ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.btn-file {
  position: relative;
  overflow: hidden;
}

.btn-file input[type='file'] {
  position: absolute;
  top: 0;
  right: 0;
  min-width: 100%;
  min-height: 100%;
  font-size: 999px;
  text-align: right;
  filter: alpha(opacity=0);
  opacity: 0;
  outline: none;
  background: white;
  cursor: inherit;
  display: block;
}

footer {
  display: table;
  width: 100%;
}

.radio-description {
  color: #888;
  margin: 0 0 10px 18px;
}

/* -------- */
.data-source-info {
  float: left;
  margin-left: 20px;
}

.data-source-info .form-group {
  width: 390px;
}

.data-sources-container {
  display: table;
  width: 100%;
}

.data-source-info input[type='checkbox'].form-control,
.data-source-info input[type='radio'].form-control {
  width: auto;
  margin: 0;
}

.actions-group {
  white-space: nowrap;
}

.actions-group .glyphicon,
.actions-group .fa {
  margin-right: 5px;
  width: 14px;
}

.actions-group.btn-group &gt; .btn {
  float: none;
}

/* Action responsive tweaks */

@media only screen and (max-width: 768px) {
#preview-header .preview-header-actions .actions-group .actions-button-wrapper.btn.hidden-xs.left-borders-only {
  display: table-cell !important;
  border-right: none;
}

.actions-button-wrapper.btn.hidden-xs.left-borders-only &gt; * {
  display: none;
}
}

@media only screen and (max-width: 992px) {
#preview-header .preview-header-actions .actions-group .actions-button-wrapper.btn.hidden-xs.hidden-sm.left-borders-only {
  display: table-cell !important;
  border-right: none;
}

.actions-button-wrapper.btn.hidden-xs.hidden-sm.left-borders-only &gt; * {
  display: none;
}
}

/* @media only screen and (max-width : 1200px) { */
#preview-header .preview-header-actions .actions-group .actions-button-wrapper.btn.hidden-xs.hidden-sm.hidden-md.left-borders-only {
  display: table-cell !important;
  border-right: none;
}

.actions-button-wrapper.btn.hidden-xs.hidden-sm.hidden-md.left-borders-only &gt; * {
  display: none;
}

/* } */
.no-margin {
  margin: 0;
}

.group-row {
  margin-left: 50px;
}

.modal {
  overflow-y: auto;
  background-color: rgba(0, 0, 0, 0.3);
  z-index: 2002;
}

.modal-open .modal {
  overflow-y: hidden;
}

.modal-dialog {
  margin-top: 70px;
}

.modal-dialog .modal-content {
  min-height: 220px;
  max-height: calc(100vh - 90px);
  display: flex;
  flex-direction: column;
}
.modal-dialog .modal-content .modal-body {
  height: 100%;
  overflow-y: auto;
}

.modal-dialog .modal-content .modal-body__warning {
  color: #8a6d3b;
}

.modal.allow-interaction {
  background-color: transparent;
  bottom: auto;
  position: absolute;
  left: auto;
  right: auto;
}

.modal.allow-interaction .modal-dialog {
  height: auto;
  margin: 0;
}

.modal.allow-interaction .modal-content {
  border: 2px solid rgba(0, 0, 0, 0.2);
  box-shadow: none;
  -webkit-box-shaow: none;
  display: flex;
  flex-direction: column;
  min-height: 300px;
  min-width: 300px;
}

.modal.mg-popup-query-result .modal-body {
  min-height: 240px;
}

.modal .modal-header button {
  float: right;
  margin: 0 0 0 1rem;
}

.modal .modal-header .modal-header__switch {
  display: flex;
  float: right;
  margin: -8px -10px -10px 0;
}

.modal-header__switch &gt; .disabled {
  color: #999;
}

.modal-header__switch &gt; span {
  place-self: center;
  margin: 0 0 -5px 0;
}

.modal.no-overflow .modal-body {
  overflow: inherit;
}

#map .modal.allow-interaction {
  left: 9px;
  top: 9px;
}

.input-group[class*='col-'] {
  float: none;
  padding-left: 15px;
  padding-right: 15px;
}

.input-list input {
  float: left;
  margin-right: 15px;
}

.required-field-label::before {
  content: '*';
  display: inline;
  color: red;
}

.required-field-label {
  padding-left: 5px;
}

.invalid-field input,
.invalid-field select,
.invalid-field textarea {
  border: 1px solid #a94442;
}

.invalid-field dd {
  color: #a94442;
  padding-top: 2px;
}

.has-warning dd {
  color: #8a6d3b;
  padding-top: 2px;
}

#block-advanced {
  display: none;
}

/* Do not show the pyramid toolbar anymore, ever... */
#pDebug {
  display: none;
}

.progress.active .progress-bar,
.progress-bar.active {
  animation: 1.5s linear 0s normal none infinite progress-bar-stripes;
}

.progress-striped .progress-bar,
.progress-bar-striped {
  background-image:
    linear-gradient(
      45deg,
      rgba(255, 255, 255, 0.15) 25%,
      transparent 25%,
      transparent 50%,
      rgba(255, 255, 255, 0.15) 50%,
      rgba(255, 255, 255, 0.15) 75%,
      transparent 75%,
      transparent
    );
  background-size: 40px 40px;
}

.olCurrentZoomLevelControl {
  position: absolute;
  right: 10px;
  bottom: 10px;
}

.actions-right {
  text-align: right;

  /* padding-right:0; */
}

/*
.modal-content .select2-container {
  width: 100%;
}
*/
.select2-container {
  width: 100%;
}

.select2-drop .select2-disabled .select2-result-label {
  cursor: default;
}

.help {
  vertical-align: super;
}

.help-processing{
  position: absolute;
  top: 50px;
  left: 2px;
}

.helptext {
  color: #666;
  font-size: 0.95em;
}

.vertical-panel {
  position: relative;
  /* min-height prevents a margin collapse in ie and edge*/
  min-height: 100%;
}

.vertical-panel-inner {
  height: 100%;
}

.vertical-panel.ui-resizable .vertical-panel-inner {
  margin-right: 8px;
}

.vertical-panel-content {
  width: 100%;
  height: 100%;
}

.vertical-panel-header {
  height: 54px;
  padding: 11px 10px 10px;
  -webkit-box-shadow: 0 2px 2px 0 #ccc;
  -moz-box-shadow: 0 2px 2px 0 #ccc;
  box-shadow: 0 2px 2px 0 #ccc;
}

.vertical-panel-footer {
  height: 54px;
  padding: 11px 10px 10px;
  -webkit-box-shadow: 0 -2px 2px 0 #ccc;
  -moz-box-shadow: 0 -2px 2px 0 #ccc;
  box-shadow: 0 -2px 2px 0 #ccc;
}

.vertical-panel-body {
  overflow-y: hidden;
  position: absolute;
  top: 104px;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 10px;
}

.vertical-panel-body-two-panels {
  height: calc(100% - 108px);
  padding: 10px;
}

.vertical-panel-body-one-panel {
  height: calc(100% - 57px);
  padding: 10px;
  overflow-y: auto;
}

.vertical-panel.ui-resizable .vertical-panel-body {
  right: 8px;
}

.resize-handle {
  position: absolute;
  left: 1px;
  top: 50%;
  bottom: 50%;
  width: 4px;
  height: 11px;
  background-image: url('../img/resize_handle.png');
}

.ui-resizable-disabled .resize-handle {
  display: none;
}

.ui-resizable-disabled .ui-resizable-handle {
  cursor: default;
}

.vertical-panel.ui-resizable .ui-resizable-handle {
  display: block;
  width: 8px;
  border-left: 1px solid #ccc;
  border-right: 1px solid #ccc;
  position: absolute;
  top: 0;
  right: 0;
}

.modal .ui-resizable {
  height: 100%;
}

.modal .ui-resizable-e {
  border-width: 0;
  right: 10px;
}

.modal .ui-resizable-s {
  border-width: 0;
  bottom: 10px;
}

.modal .ui-resizable-se {
  right: 1px;
  bottom: 1px;
  border-width: 0;
}

.loading-animation {
  -webkit-animation: spin 3s infinite linear;
  animation: spin 3s infinite linear;
  -webkit-transform-origin: 50% 48%;
  transform-origin: 50% 48%;
  -ms-transform-origin: 50% 48%;
}

#spinning-icon {
  color: #666;
  font-size: 80px;
  margin-bottom: 15px;
  display: block;
}

.modal-body.success #spinning-icon {
  color: #3c763d;
}

.modal-body.success h1 {
  color: #3c763d;
}

.modal-body.success p {
  color: #3c763d;
}

.modal-body.failure #spinning-icon {
  color: #ba2d2d;
}

.modal-body.failure h1 {
  color: #ba2d2d;
}

.modal-body.failure p {
  color: #ba2d2d;
}

/* ---------------------------------- *
 * FullScreen Modal with iframe in it
 * ---------------------------------- */

.modal.modal-fullscreen-with-iframe {
  margin: 30px;
  z-index: 10000;
}

.modal.modal-fullscreen-with-iframe .modal-dialog {
  height: 100%;
  margin: 0;
  width: 100%;
}

.modal.modal-fullscreen-with-iframe .modal-content {
  height: 100%;
  position: relative;
}

.modal.modal-fullscreen-with-iframe .modal-body {
  height: calc(100% - 130px);
  max-height: 100%;
  position: relative;
}

.modal.modal-fullscreen-with-iframe iframe {
  height: calc(100% - 10px);
  width: 100%;
}

/* ------------- *
 * Picture Modal *
 * -------------- */

.modal.mg-modal-picture {
  margin: 30px;
  z-index: 10000;
}

.modal.mg-modal-picture .modal-dialog {
  height: 100%;
  margin: 0;
  width: 100%;
}

.modal.mg-modal-picture .modal-content,
.modal.mg-modal-picture .modal-body {
  height: 100%;
  width: 100%;
  position: relative;
}

.modal.mg-modal-picture .modal-body {
  max-height: calc(100% - 7.5rem);
  text-align: center;
}

@media screen and (max-width: 640px) {
.mg-modal-picture .modal-title {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 12rem;
}
}

/* ---------------- *
 * Log Export Modal *
 * ---------------- */

.mg-qwiz-log-export-modal .modal-body {
  overflow: visible;
}

/* ------------------------------- *
 * Filter option export datasource *
 * ------------------------------- */

.mg-filter-options-modal {
  z-index: 2003; /* magic number, normal ".modal" class is 2002 */
}

/* --------------- *
 * Modal with Flex *
 * ---------------- */

.modal-dialog.mg-modal-dialog-flex {
  height: calc(100% - 100px);
}

.modal-dialog.mg-modal-dialog-flex .modal-content {
  display: flex;
  flex-direction: column;
  max-height: 100%;
}

.modal-dialog.mg-modal-dialog-flex .modal-body {
  flex: 1;
  max-height: 100%;
  overflow-x: hidden;
  flex-basis: auto;
}

.modal-dialog.mg-modal-dialog-flex .modal-footer,
.modal-dialog.mg-modal-dialog-flex .modal-header {
  flex: 0 0 auto;
}

/* export application modal */

.exportdata-msg-container div {
  padding-top: 10px;
  padding-bottom: 10px;
}

.exportdata-msg-container .warn {
  background:
    radial-gradient(#edc00e 15%, transparent 16%) 0 0,
    radial-gradient(#edc00e 15%, transparent 16%) 8px 8px,
    radial-gradient(rgba(255, 255, 255, 0.1) 15%, transparent 20%) 0 1px,
    radial-gradient(rgba(255, 255, 255, 0.1) 15%, transparent 20%) 8px 9px;
  background-color: #f1c40f;
  background-size: 16px 16px;
  color: black;
}

.exportdata-msg-container .info {
  background:
    radial-gradient(#3a9de0 15%, transparent 16%) 0 0,
    radial-gradient(#3a9de0 15%, transparent 16%) 8px 8px,
    radial-gradient(rgba(255, 255, 255, 0.1) 15%, transparent 20%) 0 1px,
    radial-gradient(rgba(255, 255, 255, 0.1) 15%, transparent 20%) 8px 9px;
  background-color: #3498db;
  background-size: 16px 16px;
  color: white;
}

.exportdata-msg-container .danger {
  color: white;
  background:
    radial-gradient(#e54739 15%, transparent 16%) 0 0,
    radial-gradient(#e54739 15%, transparent 16%) 8px 8px,
    radial-gradient(rgba(255, 255, 255, 0.1) 15%, transparent 20%) 0 1px,
    radial-gradient(rgba(255, 255, 255, 0.1) 15%, transparent 20%) 8px 9px;
  background-color: #e74c3c;
  background-size: 16px 16px;
}

#import_ogr_log {
  width: 100%;
  font-family: monospace;
}

#import_ogr_log_msg {
  color: grey;
  font-style: italic;
  font-size: 12px;
  text-align: left;
}

#import_ogr_log_title {
  text-align: left;
}

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

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

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

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

@-webkit-keyframes spin-reverse {
0% {
  -webkit-transform: rotate(360deg);
  transform: rotate(360deg);
}

100% {
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
}
}

@keyframes spin-reverse {
0% {
  -webkit-transform: rotate(360deg);
  transform: rotate(360deg);
}

100% {
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
}
}

.has-spinner .spinner {
  display: inline-block;
  opacity: 0;
  max-width: 0;
  -webkit-transition: opacity 0.25s, max-width 0.45s;
  -moz-transition: opacity 0.25s, max-width 0.45s;
  -o-transition: opacity 0.25s, max-width 0.45s;
  transition: opacity 0.25s, max-width 0.45s; /* Duration fixed since we animate additional hidden width */
}

.has-spinner.active {
  cursor: progress;
}

.has-spinner.active .spinner {
  opacity: 1;
  max-width: 50px; /* More than it will ever come, notice that this affects on animation duration */
}

.spinner-container {
  display: inline-block;
  margin-bottom: 0;
  float: left;
  width: 30px;
  padding: 8px 8px;
}

#about-modal .about-custom-html {
  margin: 5px 0;
}

#about-modal .about-modal-poweredby {
  border: 1px solid #c0c0c0;
  margin: 12px;
  padding: 0.35em 0.625em 0.75em;
  position: relative;
}

#about-modal .about-modal-poweredby legend {
  border: 0;
  font-size: 1em;
  width: auto;
}

#about-modal .about-modal-poweredby-text {
  background: white;
  padding: 4px;
  position: absolute;
  top: -14px;
}

#about-modal .about-modal-poweredby-content {
  position: relative;
  padding: 10px 0 0 0;
}

/* ---- popover ---- */

.popover {
  max-width: none;
}

.arrow {
  overflow: visible;
}

.arrow::after {
  top: auto;
  left: auto;
}

a[role='menuitem'] {
  cursor: pointer;
}

.checked-dropdown a[role='menuitem']::before {
  position: relative;
  top: 1px;
  display: inline-block;
  font-family: 'Glyphicons Halflings';
  font-style: normal;
  font-weight: 400;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  width: 25px;
  content: ' ';
}

.checked-dropdown a[role='menuitem'].active::before {
  content: '\e080';
}

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

.list-images img {
  width: 22px;
}

.mg-bootstrap-table {
  position: absolute;
  height: 100%;
  left: 0;
  right: 0;
  bottom: 0;
  overflow-x: auto;

  /* overflow-y: hidden; */
}

.mg-bootstrap-table.no-pagination {
  border: 1px solid #ddd;
  border-radius: 4px;
}

.mg-bootstrap-table .bootstrap-table {
  height: 100%;
  position: relative;
}

/* Datatables are ridiculously specific */
.table tbody tr.active td,
.table tbody tr.active th,
.table tbody tr.active td:hover,
.table tbody tr.active th:hover,
.table tbody tr.active:hover,
.table-striped tbody tr.active:nth-child(2n + 1) td:hover,
.table-striped tbody tr.active:nth-child(2n + 1) td:hover,
.table tbody tr.active:hover td,
.table tbody tr.active:hover th .table-striped tbody tr.active:nth-child(2n + 1) th,
.table-striped tbody tr.active:nth-child(2n + 1) th {
  background-color: var(--primary-color) !important; /* datatables has an important -__- */
  background-color: var(--active-color) !important;
}

.fixed-table-toolbar {
  height: 60px;
}

.fixed-table-container {
  border: none;
  min-width: 100%;
  height: 100%;
  height: calc(100% - 60px);
  position: absolute;
}

.mg-bootstrap-table.no-toolbar .fixed-table-container {
  height: 100%;
}

.mg-bootstrap-table.no-toolbar .fixed-table-toolbar {
  display: none;
}

.fixed-table-header {
  border-style: solid;
  border-color: #ddd;
  border-width: 1px 1px 0 1px;
  border-radius: 0; /* 4px 4px 0px 0 0; */
  height: 40px;
}

.mg-bootstrap-table.no-pagination .fixed-table-header {
  border-top: none;
  border-left: none;
  border-right: none;
  border-bottom: 1px solid #ddd;
}

.fixed-table-body {
  height: calc(100% - 130px);
  overflow-y: auto;
  overflow-x: hidden;
  border: 1px solid #ddd;
  border-radius: 0;
}

.fixed-table-body table {
  background-color: white;
  width: 100%;
}

.fixed-table-body thead {
  background-color: white;
}

.fixed-table-body thead th {
  border: none !important;
}

@-moz-document url-prefix() {
.fixed-table-body thead .th-inner {
  margin-left: -1px;
}
}

.fixed-table-body thead .th-inner {
  line-height: 30px;
  text-align: left;
  top: 0;
  border-left: 1px solid #ddd;
  max-width: 120px;
}

.fixed-table-body thead th:first-child .th-inner {
  border-left: none;
}

.fixed-table-body td,
.fixed-table-body th {
  min-width: 100px;
  max-height: 30px;
}

.fixed-table-container .bs-checkbox .th-inner {
  padding: 8px;
}

.fixed-table-body td.bs-checkbox,
.fixed-table-body th.bs-checkbox {
  max-width: 30px;
  min-width: 30px;
}

.fixed-table-pagination {
  padding: 10px;

  /* width: 100%; */
  position: fixed;
}

.mg-bootstrap-table.no-pagination .fixed-table-pagination {
  display: none;
}

.fixed-table-pagination .pagination-detail {
  margin-right: 20px;
}

.fixed-table-pagination .pagination-detail button {
  padding: 3px 6px;
}

.fixed-table-pagination .pagination,
.fixed-table-pagination .pagination-detail {
  margin: 0 4px 0 0;
}

span.current:not(.prev):not(.next):not(.first):not(.last)[data-records]::after,
.page-link:not(.prev):not(.next):not(.first):not(.last)[data-records]::after {
  content: attr(data-records);
  position: absolute;
  right: -30%;
  background-color: red;
  border-radius: 4px;
  border: 1px solid #777;
  min-width: 16px;
  height: 16px;
  text-align: center;
  z-index: 1;
  font-size: 0.8em;
  line-height: 14px;
  color: white;
  padding: 0 3px;
  transform: translateY(-50%);
}

.simple-pagination li * {
  position: relative;
}

.simple-pagination ul {
  padding-top: 8px;
}

.simple-pagination .ellipse[data-records] {
  background-color: rgba(100%, 0%, 0%, 0.5);
  border-radius: 4px;
}

.fixed-table-pagination{
  width:95%;
  position: relative;
}

.fixed-table-pagination .pagination{
  text-align:center;
  width:100%;
}

.fixed-table-pagination .page-list{
  width: 180px;
  position: absolute;
  right: 0;
  top: 7px;
}

/* responsive stuff, edit at your own risks */
@media screen and (max-width: 864px) {
    .fixed-table-pagination{
      padding-top: 0;
    }
    .fixed-table-pagination .page-list{
      padding-top: 0;
      position: absolute;
      left: 5px;
      top: 7px;
    }
    .fixed-table-pagination .pagination-info{
      position: absolute;
      left: 5px;
      top: 40px;
    }
    .fixed-table-pagination .pagination  ul {
      position: absolute;
      left: 5px;
      top: 55px;
    }
    .pagination .page-number,
    .pagination .page-first,
    .pagination .page-last{
       display:none;
    }
    .pagination{
        text-align:center;
        width:100%;
    }
    .fixed-table-pagination .pagination,
    .fixed-table-pagination .pagination-info {
        line-height:12px;
    }
    .fixed-table-pagination .pagination,
    .fixed-table-pagination .pagination-detail {
        margin-top:0;
        font-size:12px;
    }
    .pagination .dropdown-toggle{
        padding: 5px 10px;
        font-size: 12px;
        line-height: 1.5;
        border-radius: 3px;
        margin-bottom:2px;
    }
}

@media screen and (max-width: 480px) {
    .fixed-table-body {
      height: calc(100% - 140px);
    }
    .fixed-table-pagination .page-list {
      padding-top: 0;
    }
    .fixed-table-pagination .pagination,
    .fixed-table-pagination .pagination-detail {
        width: 100%;
    }

  .fixed-table-pagination .pagination,
  .fixed-table-pagination .pagination-detail {
    width: 100%;
  }

  .fixed-table-pagination .pagination li a {
    width: 50%;
  }
}

.mg-bootstrap-table.no-pagination .fixed-table-body {
  height: calc(100% - 40px);
  border: none;
}

/* Fix to make the search field appear on only
 * one line. See below why this is needed
 */
.mg-search-component.freesearch .select2-container .select2-search-field,
.mg-search-component.freesearch .select2-container .select2-input {
  width: 1px !important;
}

.select2-container .select2-search-field,
.select2-container .select2-input {
  font-size: 13px;
}

.mg-controlcontainer {
  position: absolute;
}

.mg-controlcontainer-topright {
  top: 0;
  right: 0;
}

.mg-controlcontainer-bottomright {
  bottom: 1.3em;
  margin: 5px;
  right: 0;
  text-align: right;
  z-index: 0;
}

.mg-controlcontainer-bottomright &gt; * {
  display: table;
  margin: 2px 0 0 auto;
}

.mg-controlcontainer-bottomleft {
  bottom: 1.3em;
  margin: 5px;
  left: 0;
  text-align: left;
  z-index: 0;
}

.mg-controlcontainer .ol-control,
.mg-controlcontainer .mg-control-quickzoom {
  position: static;
  float: right;
  clear: both;
  margin: 2px 2px 0 0;
}

.mg-controlcontainer .ol-control.has-switcher {
  position: relative;
}

.mg-controlcontainer .ol-control.has-switcher .dropdown-toggle {
  width: 20px;
  padding-left: 0;
  padding-right: 0;
  margin-left: -2px;
}

/* Dropdown component */
.mg-component-dropdown .selected {
  font-weight: bold;
}

/* no select class to prevent text selection in certain case */
.noselect {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/* draw geometry modal */
.drawgeometrymodal-mapcontainer {
  width: 100%;
  height: 370px;
}

.drawgeometrymodal-mapcontainer .mg-control-baselayerswitcher,
.drawgeometrymodal-mapcontainer .mg-control-searchtool,
.drawgeometrymodal-mapcontainer .mg-control-singledraw {
  position: absolute;
}

.drawgeometrymodal-mapcontainer .mg-control-baselayerswitcher{
  bottom: 0px;
  float: none;
}

.drawgeometrymodal-mapcontainer .mg-control-searchtool {
  right: 10px;
  top: 8px;
  width: 400px;
}

.drawgeometrymodal-mapcontainer .mg-control-searchtool .input-group {
  width: 100%;
}

.drawgeometrymodal-mapcontainer .mg-control-searchtool-results {
  background-color: white;
  border: 1px solid #ccc;
  margin: 0 1px;
  position: relative;
  z-index: 1;
}

.drawgeometrymodal-mapcontainer .mg-control-singledraw {
  right: 5px;
  top: 24px;
}

/* ------------------------ *
 *      Contextual Menu     *
 * ------------------------ */

 .mg-contextual-menu-panel-container {
  background-color: #fff;
  border: 1px solid lightgray;
  box-shadow: rgb(34, 34, 34) 1px 1px 2px 0px;
  padding: 0px;
  width: 220px;
}

.mg-contextual-menu-panel-icon {
  color: #444444;
  padding-right: 7px;
}

.mg-contextual-menu-panel-list {
  margin: 0px;
  padding: 0px;
}

.mg-contextual-menu-panel-list:hover {
  text-decoration: none;
}

.mg-contextual-menu-panel-list-coordinate {
  border-bottom: 1px solid lightgray;
  color: #333333;
  display: block;
  font-size: 15px;
  padding: 5px 10px;
}

.mg-contextual-menu-panel-list-coordinate:hover {
  color: #333333;
  cursor: default;
  text-decoration: none;
}

.mg-contextual-menu-panel-close {
  float: right;
  padding: 0px 4px;
  margin: 5px;
}

.mg-contextual-menu-panel-caret {
  float: right;
  padding: 4px 0px;
}

.mg-contextual-menu-panel-list-item {
  color: #333333;
  display: block;
  padding: 5px 10px;
  text-decoration: none;
}

.mg-contextual-menu-panel-copy-list-item {
  color: #333333;
  padding: 5px 10px 5px 30px;
}

.mg-contextual-menu-panel-list-item:hover,
.mg-contextual-menu-panel-copy-list-item:hover {
  background-color: #bbb;
  color: #333333;
  text-decoration: none;
}

/* ------------------------ *
 *      Resource tile       *
 * ------------------------ */

.mg-tile.clickable:hover {
  box-shadow: 0 0 6px 0 rgba(100, 100, 100, 0.25);
}

.mg-tile.clickable {
  cursor: pointer;
}

.mg-tile {
  display: inline-block;
  vertical-align: middle;
  cursor: default;
}

.mg-tile-full-width {
  width: 100%;
}

.mg-tile-container {
  height: 3em;
  margin: 8px;
  overflow: hidden;
  width: 100%;
  display: inline-block;
}

img.mg-tile-thumbnail {
  height: 100%;
  vertical-align: middle;
  max-width: 60px;
}

.mg-tile-text {
  display: inline-block;
  vertical-align: middle;
  max-height: 3em;
  line-height: 1.5em;
  width: calc(100% - 68px);
}

.mg-tile-name,
.mg-tile-desc {
  margin-left: 8px;
  text-overflow: ellipsis;
  overflow: visible;
}

.mg-tile-desc {
  color: #aaa;
}

/* ------------------------ *
 * Handsontable for eVouala *
 * ------------------------ */

.mg-table-handsontable .ht_clone_bottom .wtHolder,
.mg-table-handsontable .ht_clone_top .wtHolder {
  overflow-x: hidden;
}

.mg-table-container-default {
  display: flex;
  flex-direction: column;
  width: 100%;
  height: 100%;
  position: relative;
}

.mg-table-container-default-top-panel,
.mg-table-container-default-bottom-panel {
  flex: 0 0;
}

.mg-table-container-default-top-panel {
  margin: 0 0 5px 0;
}
.mg-table-container-default-bottom-panel {
  margin: 5px 0 0 0;
}

.mg-table-container-default-top-panel &gt; .mg-table-container-default-left-col .form-group.row,
.mg-table-container-default-top-panel &gt; .mg-table-container-default-right-col .form-group.row {
  margin-bottom: 0;
}

.mg-table-container-default-top-panel .mg-table-container-default-left-col &gt; *,
.mg-table-container-default-top-panel .mg-table-container-default-right-col &gt; * {
  float: left;
}

.mg-media-modal .modal-body .mg-table-container-default {
  height: 320px;
}

.mg-media-modal .modal-body .mg-table-container-default + form {
  padding: 0;
}

.modal-body .mg-table-container-default {
  height: 370px;
}

.modal-body .mg-datasourcebrowser-tabular-editable .mg-table-container-default {
  height: 335px;
}

.mg-table-container-default .mg-table-handsontable {
  flex: auto;
  overflow: hidden;
  position: relative;
  height: 100%;
  width: 100%;
}

.mg-table-container-default .list-images img {
  height: 20px;
  width: auto;
  margin: 2px 0;
  cursor: pointer;
}

.mg-qwiz-component-evouala-filter {
  width: 100%;
}

.mg-qwiz-component-evouala-filter form,
.mg-qwiz-component-evouala-filter .form-horizontal {
  padding: 0;
}

.mg-qwiz-component-advanced-filter .mg-qwiz-component-advanced-filter-button,
.mg-qwiz-component-clear .mg-qwiz-component-clear-button,
.mg-table-container-default .mg-qwiz-component-advanced-filter .mg-qwiz-component-advanced-filter-button,
.mg-table-container-default .mg-qwiz-component-clear .mg-qwiz-component-clear-button {
  border-radius: 2px;
  float: right;
  font-size: 1em;
  font-weight: normal;
  padding: 0 5px 0 5px;
  width: auto;
}

@media (max-width: 1020px) {
.mg-qwiz-component-advanced-filter .mg-qwiz-component-advanced-filter-button,
.mg-qwiz-component-clear .mg-qwiz-component-clear-button {
  font-size: small;
}
}

.mg-qwiz-component-advanced-filter-panel .mg-qwiz-component-export,
.mg-qwiz-component-advanced-filter-panel .mg-qwiz-component-text-filter,
.mg-qwiz-component-advanced-filter-panel .mg-qwiz-component-spatial-filter,
.mg-qwiz-component-advanced-filter-panel .mg-qwiz-component-buttoncompactfilter {
  margin-left: 0;
  margin-right: 0;
}

.mg-qwiz-component-advanced-filter-panel .mg-qwiz-component-text-filter {
  width: auto;
}

.mg-table-container-default-top-panel .mg-qwiz-component-evouala-filter .form-group.row .control-label.col-md-0 {
  position: absolute;
  left: 20px;
  bottom: 28px;
  font-size: 12px;
  color: #666;
  width: calc(100% - 40px);
  line-height: 10px;
  text-align: left;
}

.mg-qwiz-component-text-filter {
  width: 100%;
}

.mg-qwiz-component-resourcetext-filter {
  width: 100%;
}

.has-search-component .mg-table-container-default-left-col {
  width: 70%;
}

.has-search-component .mg-table-container-default-right-col {
  width: 30%;
}

.has-search-component .col-md-12 {
  padding-left: 8px;
}

.mg-sketch-modal {
  display: inline-table;
}

.mg-sketch-editpanel-actionbuttons.btn-group.mg-sketch-editpanel-actionbuttons-position {
  float: right;
}

.mg-sketch-draw.btn.btn-default.mg-sketch-draw-drop-down-button{
  height: 35.5px;
  width: 220px;
  text-align: left;
}

.mg-sketch-draw.btn.btn-default.mg-sketch-draw-drop-down-button[aria-expanded="true"]{
  background-image: none;
  outline: 0;
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}

.mg-sketch-draw.btn.btn-default.mg-sketch-draw-button {
  border: none;
  text-align: left;
  width: 100%;
}

.mg-sketch-draw-dorp-down-button-icon {
  float: left;
  margin-right: 10px;
}

.mg-sketch-draw.caret.mg-sketch-draw-caret {
  float: right;
  margin-left: 8px;
  position: inherit;
  top: 8px;
}

.mg-sketch-instructions ul {
  line-height: 1.7;
}

.mg-sketch-instructions li {
  align-items: center;
}

.mg-sketch-selection h5 {
  margin-left: 35px;
  font-weight: bold;
}

.mg-sketch-selection h5::after {
  content: ":";
}

.mg-sketch-selection button{
  margin-left: -15px;
  margin-top: -5px;}

.mg-sketch-total-selection {
  float: left;
}

.mg-table-container-default-top-panel .mg-qwiz-component-evouala-filter .form-group.row .mg-qwiz-component-date-label.col-md-0,
.mg-table-container-default-top-panel .mg-qwiz-component-evouala-filter .form-group.row .mg-qwiz-component-select-label.col-md-0,
.mg-table-container-default-top-panel .mg-qwiz-component-evouala-filter-dynamicselect--multiple .form-group.row .mg-qwiz-component-select-label.col-md-0 {
  bottom: 38px;
}

.mg-table-container-default-top-panel .mg-qwiz-component-evouala-filter-dynamicselect--single .form-group.row .mg-qwiz-component-select-label.col-md-0 {
  bottom: 30px;
}

.mg-table-container-default-top-panel .mg-qwiz-component-evouala-filter-dynamicselect .form-group.row .mg-qwiz-component-select-label.col-md-0 {
  margin: 0;
}

.mg-table-container-default-top-panel .ol-control {
  margin-top: -1px;
  padding: 0;
  position: relative;
}

.mg-qwiz-component-advanced-filter.ol-control,
.mg-qwiz-component-clear.ol-control {
  float: right;
}

.mg-qwiz-component-advanced-filter-panel {
  margin-top: -2px;
  max-width: 100%;
  width: 450px;
  position: absolute;
  top: 40px;
  right: 0;
  z-index: 200;
  display: none;
  background-color: white;
  background-color: rgba(255, 255, 255, 0.93);
  padding: 13px;
  border: solid 1px #ccc;
  border-radius: 0 0 4px 4px;
  overflow-y: auto;
  overflow-x: hidden;
  height: auto;
  max-height: calc(100% - 70px);
  min-height: 70px;
}

@media (max-width: 1084px) {
.mg-qwiz-component-advanced-filter.ol-control {
  margin-left: -13px;
}

.mg-qwiz-component-advanced-filter-panel {
  top: 70px;
  overflow-y: auto;
  overflow-x: hidden;
  height: auto;
  max-height: calc(100% - 70px);
  min-height: 70px;
}
}

/* nitems * 23px + 34px */
.mg-table-handsontable td.dropdown.open.mg-qwiz-plugin-handsontable-actionbutton__menu-items--1 {
  height: 57px;
}
.mg-table-handsontable td.dropdown.open.mg-qwiz-plugin-handsontable-actionbutton__menu-items--2 {
  height: 80px;
}
.mg-table-handsontable td.dropdown.open.mg-qwiz-plugin-handsontable-actionbutton__menu-items--3 {
  height: 103px;
}
.mg-table-handsontable td.dropdown.open.mg-qwiz-plugin-handsontable-actionbutton__menu-items--4 {
  height: 126px;
}
.mg-table-handsontable td.dropdown.open.mg-qwiz-plugin-handsontable-actionbutton__menu-items--5 {
  height: 149px;
}
.mg-table-handsontable td.dropdown.open.mg-qwiz-plugin-handsontable-actionbutton__menu-items--6 {
  height: 172px;
}
.mg-table-handsontable td.dropdown.open.mg-qwiz-plugin-handsontable-actionbutton__menu-items--7 {
  height: 195px;
}
.mg-table-handsontable td.dropdown.open.mg-qwiz-plugin-handsontable-actionbutton__menu-items--8 {
  height: 218px;
}
.mg-table-handsontable td.dropdown.open.mg-qwiz-plugin-handsontable-actionbutton__menu-items--9 {
  height: 241px;
}
.mg-table-handsontable td.dropdown.open.mg-qwiz-plugin-handsontable-actionbutton__menu-items--10 {
  height: 264px;
}
.mg-table-handsontable td.dropdown.open.mg-qwiz-plugin-handsontable-actionbutton__menu-items--11 {
  height: 287px;
}
.mg-table-handsontable td.dropdown.open.mg-qwiz-plugin-handsontable-actionbutton__menu-items--12 {
  height: 310px;
}

/* WCAG 2.0 compliant
 * Adequate contrast of text is necessary for all users,
 * especially users with low vision.
 */
.mg-table-handsontable .htCore .htDimmed {
  color: #6c6c6c;
}

.mg-table-handsontable .dropdown-menu {
  background-color: #efefef;
  left: 4px;
  min-width: 10px;
  padding: 2px;
  top: 23px;
}

/* Here be pagination dragons */

.mg-qwiz-component-pagination &gt; div {
  display: none;
}

div.mg-qwiz-component-pagination-mini {
  display: block;
}

/**
 * The order of appearance of the paginations is a little strange.
 * When the bottom panel is in two lines, it goes
 *   x-small -&gt; small -&gt; medium -&gt; x-large -&gt; xx-large
 * Then, the pagination and per page collapse in one line and the order goes
 *   large -&gt; x-large -&gt; xx-large
 * This means we downgrade paginations when going from two lines to one
 * but the transition from xx-large to large is less jarring than the one from
 * xx-large to medium
 */
@media (max-width: 459px) {
div.mg-qwiz-component-pagination-x-small {
  display: block;
}
}

@media (min-width: 460px) and (max-width: 599px) {
div.mg-qwiz-component-pagination-small {
  display: block;
}
}

@media (min-width: 600px) and (max-width: 899px) {
div.mg-qwiz-component-pagination-medium {
  display: block;
}
}

@media (min-width: 1200px) and (max-width: 1299px) {
div.mg-qwiz-component-pagination-large {
  display: block;
}
}

@media (min-width: 900px) and (max-width: 1099px),
  (min-width: 1300px) and (max-width: 1559px) {
div.mg-qwiz-component-pagination-x-large {
  display: block;
}
}

@media (min-width: 1100px) and (max-width: 1199px), (min-width: 1560px) {
div.mg-qwiz-component-pagination-xx-large {
  display: block;
}
}

/* Dragons be dead */

.simple-pagination ul {
  white-space: nowrap;
}

.simple-pagination li {
  float: none;
  display: inline-block;
}

.simple-pagination a,
.simple-pagination span {
  padding: 0 6px;
  margin: 0 4px 0 0;
}

.simple-pagination span.ellipse {
  padding: 0 3px;
}

.mg-qwiz-component-per-page {
  white-space: nowrap;
}

.mg-qwiz-component-per-page-select {
  width: auto;
  display: inline-block;
  margin-right: 4px;
}

.mg-table-container-default .mg-qwiz-component-result-count {
  height: 34px;
  line-height: 16px;
  font-size: 12px;
  padding-left: 4px;
  padding-right: 4px;
  width: 100px;
}

.mg-table-container-default .mg-qwiz-component-result-count .spinner {
  margin-right: 6px;
}

.mg-table-container-default .mg-qwiz-component-result-count .mg-qwiz-component-result-count-text {
  display: inline-block;
  width: 74px;
  float: right;
}

@media screen and (max-width: 500px) {
.mg-table-container-default .mg-qwiz-component-result-count {
  width: 40px;
}

.mg-table-container-default .mg-qwiz-component-result-count .mg-qwiz-component-result-count-text {
  width: auto;
  position: fixed;
  bottom: 76px;
  left: 8px;
}
}

.mg-table-container-default-right-col .mg-qwiz-component-export {
  float: right;
}

.mg-qwiz-plugin-handsontable-rowhighlight td {

  /*
   * !important because handsontable.bootstrap.css defines the background-color
   * as 'inherit!important'
   */
  background-color: #d7e4f9 !important;
}

/* ------------------------ *
 * Media for eVouala        *
 * ------------------------ */

.mg-media-link {
  display: block;
}

.mg-media-link__haslink:hover {
  /* there's no other choice than use !important here... */
  border-color: var(--primary-color) !important;
}

.mg-media-link__nolink {
  cursor: not-allowed;
  pointer-events: none;
}

.mg-media-image-fitwidth img {
  width: 100%;
}

.mg-media-image-fitheight img {
  height: 100%;
}


/* ------------------------ *
 * Toast component          *
 * ------------------------ */

.mg-component-toast {
  position: absolute;
  bottom: 5px;
  right: 5px;
  max-width: 800px;
  white-space: pre-wrap;
}

/* ------------------------ *
 * Seach component          *
 * ------------------------ */
 @media screen and (max-width: 991px) {
  .mg-search-component .select2-container-multi .select2-choices {
    max-height: 200px;
    overflow-y: auto;
  }
}
.mg-search-component .select2-container-multi .select2-choices {
  max-height: 200px;
  overflow-y: auto;
}

.select2-container-multi .select2-choices .select2-search-field {
  width: 1px !important;
  height: 32px;
}

.select2-container-multi .select2-choices {
  max-height: 200px;
  overflow-y: auto;
}

.mg-control-datasourcebrowser-container .select2-choices {
  max-height: 34px;
  overflow-y: auto;
}

.mg-qwiz-component-evouala-filter .select2-choices {
  max-height: 34px;
  overflow-y: auto;
}

.select2-search-choice {
  max-width: 100%;
}

.select2-search-choice &gt; div {
  max-width: 140px;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}

.mg-select2-block .select2-search-choice &gt; div {
  max-width: 100%;
}

.mg-select2-block .select2-container-multi .select2-choices {
  height: 76px !important;
}

.mg-select2-block .select2-container-multi .select2-choices li {
  float: initial;
}

form .mg-search-component .form-group {
  margin-bottom: 0;
}

form .mg-search-component .input-container {
  padding: 0;
}

form .dimension-mismatch-message {
    color: #ff7900;
}

.mg-search-component .select2-container .select2-search-field {
  height: 32px;
}

.mg-search-component-space {
  background-image:
    linear-gradient(
      to bottom,
      #d2dfed 0%,
      #c8d7eb 26%,
      #bed0ea 51%,
      #a6c0e3 51%,
      #afc7e8 62%,
      #bad0ef 75%,
      #99b5db 88%,
      #799bc8 100%
    ) !important;
}

.mg-search-component-keyword {
  background-image:
    linear-gradient(
      to bottom,
      #fceabb 0%,
      #fccd4d 50%,
      #f8b500 51%,
      #fbdf93 100%
    ) !important;
}

.mg-search-component-facet {
  background-image:
    linear-gradient(
      to bottom,
      #f8c7c7 0%,
      #faa7a7 54%,
      #fc6c6c 82%,
      #fd3e3e 100%
    ) !important;
}

[class*="mg-search-component-resource-type"] {
  background-image:
    linear-gradient(
      to bottom,
      #c9de96 0%,
      #c9de96 54%,
      #99c976 82%,
      #48963d 100%
    ) !important;
}

.mg-search-component-user {
  background-image:
    linear-gradient(
      to bottom,
      #b4ddb4 0%,
      #008a00 100%
    ) !important;
}

.mg-search-component-group {
  background-image:
    linear-gradient(
      to bottom,
      #fefcea 0%,
      #f1da36 100%
    ) !important;
}

.mg-search-component-all-users {
  background-image:
    linear-gradient(
      to bottom,
      #94b2f1 0%,
      #4b78da 100%
    ) !important;
}

.mg-space-modal-set-space-batch .help-container {
  display: none;
}

.mg-space-modal-set-space-batch-bound-list {
  max-height: 84px;
  overflow-y: scroll;
  overflow-x: auto;
  list-style-type: disc !important;
  list-style-position: inside !important;
}

button.mg-space-modal-set-space-batch-remove-all {
  float: right;
  margin-top: -16px;
  margin-right: 8px;
}

button.mg-space-modal-set-space-batch-remove-all:focus {
  outline: none;
}


/* ---------------------------------- *
 * TabList - ngm.SummarylistDirective *
 * ---------------------------------- */
.ng-summary-list {
  list-style: none;
  padding-left: 0;
  margin-top: 5px;
  word-wrap: break-word;
  overflow-y: scroll;
  height: 800px;
}

.ng-summary-list-item {
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
  background-color: #f1f1f1;
  margin: 10px;
  padding: 5px;
}

.ng-summary-list-item:hover {
  box-shadow: 0 1px 10px rgba(1, 1, 1, 0.25), 0 10px 10px rgba(0, 0, 0, 0.1);
}

/* --------------------- *
 * TabForm - mg.form.Tab *
 * --------------------- */

.mg-tab {
  scroll-margin-top: 100px;
}

.mg-tab &gt; .mg-nav-tabs-bottom {
  display: none;
}

.mg-tab--show-bottom-tabs &gt; .mg-nav-tabs-bottom {
  display: block;
}

/* --------------------- *
 * Home page             *
 * --------------------- */

.mg-home-watermark {
  width: 375px;
  height: 375px;
  position: absolute;
  left: 47%;
  top: 190px;
  margin-left: -138px;
}

.mg-home-container .mg-home-swatch .super-title {
  font-size: 36pt;
  margin-top: 100px;
}

.mg-home-container {
  padding-bottom: 50px;
  padding-top: 20px;
}

.mg-home-container .mg-home-swatch .h2 {
  display: block;
}

.mg-home-container .mg-home-swatch {
  text-align: center;
}

.mg-home-container .mg-home-swatch p {
  max-width: 200px;
  margin: auto;
  font-family: muli, sans-serif;
}

.mg-home-container .mg-home-swatch img {
  display: block;
  margin: auto;
  height: 160px;
}

@media only screen and (max-width: 992px) {
.mg-home-container .mg-home-swatch .super-title {
  margin-top: 50px;
  text-shadow: 0 0 2px rgba(255, 255, 255, 1);
}

.mg-home-watermark {
  display: none;
}
}

/* ---------------------------- *
 * Button groups in table cells *
 * ---------------------------- */
td.btn-group {
  display: table-cell;
}

td.btn-group button {
  float: none !important;
}

/* ---------------- *
 * mg.modal.Spinner *
 * ---------------- */

.mg-modal-spinner {
  z-index: 3000;
}

.mg-modal-spinner .modal-body {
  text-align: center;
}

.mg-modal-spinner-spinning-icon {
  color: #666;
  font-size: 150px;
}

.mg-modal-spinner h3 {
  display: block;
}

/* -------- *
 * Log page *
 * -------- */

.mg-log-head {
  position: relative;
}

.mg-log-actions {
  position: absolute;
  right: 0;
  bottom: 0;
}

/* ------------------------------------------ *
 * DataSourceBrowser (Core, Spatial, Tabular) *
 * ------------------------------------------ */

.mg-datasourcebrowser-switcher,
.mg-datasourcebrowser-core,
.mg-datasourcebrowser-core-container,
.mg-datasourcebrowser-spatial,
.mg-datasourcebrowser-tabular {
  height: 100%;
}

/** Switcher */

.mg-datasourcebrowser-switcher__top {
  display: none;
  margin: 0 0 18px 0;
}

.mg-datasourcebrowser-switcher__btn {
  display: none;
  width: 55px;
}

.mg-datasourcebrowser-switcher__export {
  height: 30px;
}

.mg-datasourcebrowser-switcher__export .mg-qwiz-component-export .input-container {
  padding: 0;
  width: inherit;
}

.mg-datasourcebrowser-switcher__export .mg-qwiz-component-export .control-label {
  display: none;
}

.mg-datasourcebrowser-switcher--browsing--breadcrumbs .mg-datasourcebrowser-switcher__btn-bc__doc,
.mg-datasourcebrowser-switcher--has-many--regular .mg-datasourcebrowser-switcher__btn-bc__doc {
  display: flex;
  order: 1;
  justify-content: center;
}

.mg-datasourcebrowser-switcher .mg-datasourcebrowser-switcher__select {
  border-radius: 0;
  border-left: 0;
  border-right: 0;
  border-top: 0;
  color: var(--primary-color);
  display: none;
  height: 100%;
}

.mg-datasourcebrowser-switcher--browsing--breadcrumbs .mg-datasourcebrowser-switcher__select-breadcrumbs {
  border-left: 1px solid #cccccc;
  width: calc(100% - 110px);
}

@media screen and (max-width: 991px) {
  .mg-datasourcebrowser-switcher .mg-datasourcebrowser-switcher__top {
    height: 24px;
    margin: 0 0 15px 0;
  }

  .mg-datasourcebrowser-switcher__select {
    font-size: 16px;
    padding: 0;
  }

  .mg-datasourcebrowser-switcher__btn {
    border-radius: 3px;
    font-size: 12px;
    line-height: 1.5;
    padding: 5px 10px;
    width: 35px;
  }

  .mg-datasourcebrowser-switcher__export {
    margin-top: 1px;
  }

  .mg-datasourcebrowser-switcher--browsing--breadcrumbs .mg-datasourcebrowser-switcher__select-breadcrumbs {
    width: calc(100% - 70px);
  }
}

.mg-datasourcebrowser-switcher--browsing--breadcrumbs .mg-datasourcebrowser-switcher__top,
.mg-datasourcebrowser-switcher--browsing--breadcrumbs .mg-datasourcebrowser-switcher__btn-bc__back,
.mg-datasourcebrowser-switcher--browsing--breadcrumbs .mg-datasourcebrowser-switcher__btn-bc__off,
.mg-datasourcebrowser-switcher--browsing--breadcrumbs .mg-datasourcebrowser-switcher__export .btn,
.mg-datasourcebrowser-switcher--browsing--breadcrumbs .mg-datasourcebrowser-switcher__select-breadcrumbs,
.mg-datasourcebrowser-switcher--has-many--regular .mg-datasourcebrowser-switcher__top,
.mg-datasourcebrowser-switcher--has-many--regular .mg-datasourcebrowser-switcher__select-regular {
  display: inline-block;
}

.mg-datasourcebrowser-switcher--has-many--regular .mg-datasourcebrowser-switcher__top {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.mg-datasourcebrowser-switcher--has-many--regular .mg-datasourcebrowser-spatial,
.mg-datasourcebrowser-switcher--browsing--breadcrumbs .mg-datasourcebrowser-spatial {
  height: calc(100% - 66px);
}

.mg-datasourcebrowser-switcher--has-many--regular .mg-datasourcebrowser-spatial .mg-datasourcebrowser-core,
.mg-datasourcebrowser-switcher--browsing--breadcrumbs .mg-datasourcebrowser-spatial .mg-datasourcebrowser-core {
  height: 100%;
}

.mg-datasourcebrowser-switcher--has-many--regular .mg-datasourcebrowser-spatial-with-title .mg-datasourcebrowser-spatial-title,
.mg-datasourcebrowser-switcher--browsing--breadcrumbs .mg-datasourcebrowser-spatial-with-title .mg-datasourcebrowser-spatial-title {
  display: none;
}

.mg-datasourcebrowser-switcher--browsing--breadcrumbs .mg-datasourcebrowser-switcher__select-regular {
  display: none;
}

/** Spatial */

.mg-datasourcebrowser-spatial {
  margin: 5px 0 0 0;
}

.mg-datasourcebrowser-spatial .mg-datasourcebrowser-core {
  height: 100%;
}

.mg-datasourcebrowser-spatial-with-title {
  margin: 0;
}

.mg-datasourcebrowser-spatial-with-title .mg-datasourcebrowser-core {
  height: calc(100% - 6.7rem);
}

.mg-datasourcebrowser-spatial .mg-toast-list {
  bottom: 0;
  position: absolute;
  right: 0;
}

@media screen and (max-width: 1084px) {
.mg-datasourcebrowser-spatial-with-title .mg-datasourcebrowser-core {
  height: calc(100% - 3.5rem);
}
}

.tab-pane &gt; .mg-datasourcebrowser-switcher h2.mg-datasourcebrowser-spatial-title {
  margin-top: 0;
  padding-top: 1rem;
}

h2.mg-datasourcebrowser-spatial-title {
  display: flex;
  align-items: center;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  width: 100%;
  justify-content: space-between;
}

@media screen and (max-width: 1084px) {
h2.mg-datasourcebrowser-spatial-title {
  font-size: 18px;
  margin: 1rem 0 0 0;
}
}

/** Tabular */

.mg-datasourcebrowser-tabular-editable .mg-datasourcebrowser-core {
  height: calc(100% - 6.3rem);
}

.mg-datasourcebrowser-tabular-btn-create {
  float: right;
}

/** Breadcrumbs */

.mg-datasourcebrowser-core--is-breadcrumbs .mg-table-container-default-top-panel {
  display: none;
}

/* -------------------- *
 * OpenLayers overrides *
 * -------------------- */

.ol-viewport .ol-control button,
.mg-table-container-default .ol-control button {
  background-color: #fff;
  border: 1px solid #ccc;
  color: #333;
  height: 34px;
  line-height: 26px;
  width: 34px;
}

.ol-viewport .ol-control button:hover,
.mg-table-container-default .ol-control button:hover {
  background-color: var(--primary-color);
  color: white;
}

.ol-viewport .ol-control button:disabled,
.ol-viewport .ol-control button:hover:disabled,
.mg-table-container-default .ol-control button:disabled,
.mg-table-container-default .ol-control button:hover:disabled {
  background-color: #eee;
  color: #555;
  cursor: not-allowed;
}

.ol-selectable {
  -webkit-touch-callout: default;
  -webkit-user-select: text;
  -moz-user-select: text;
  -ms-user-select: text;
  user-select: text;
}

/* ------------------- *
 * Accordion component *
 * ------------------- */

.mg-accordion .panel-title {
  cursor: pointer;
}

.mg-accordion__item {
  text-decoration: none;
}

.mg-accordion__title {
  position: relative;
  width: 100%;
}

.mg-accordion__icon {
  position: absolute;
  right: 0;
}

.mg-accordion__text {
  text-decoration: none;
}

.panel-heading .mg-accordion-item-close-btn {
  float: right;
}

.panel-heading.collapsed &gt; .panel-title &gt; .mg-accordion-item-close-btn {
  display: none;
}

.mg-hide {
  display: none;
}

/* ----------------------- *
 * Overlay featyre control *
 * ----------------------- */

.mg-control-featureOverlay {
  position: relative;
  overflow: visible;
}

.mg-control-featureOverlay-feature-counter {
  position: absolute;
  top: -8px;
  right: -8px;
  display: block;
  width: 18px;
  height: 18px;
  border-radius: 9px;
  background-color: red;
  color: white;
  font-size: 11px;
  line-height: 18px;
  font-weight: bold;
  text-align: center;
}

/* ------- *
 * Loading *
 * ------- */

.mg-loading {
  background-color: white;
  height: 100%;
  position: fixed;
  text-align: center;
  top: 0;
  width: 100%;
}

.mg-loading #spinning-icon,
.mg-loading-spinner {
  color: #666;
  display: block;
  font-size: 80px;
  left: calc(50% - 25px);
  margin: 0;
  position: absolute;
  top: calc(50% - 50px);
  z-index: 99999
}

.mg-loading-message {
  background-color: rgba(255, 255, 255, 0.9);
  color: #333;
  display: block;
  font-size: 14pt;
  font-weight: bold;
  margin: 0;
  padding: 0.5rem;
  position: absolute;
  text-align: center;
  top: calc(50% + 35px);
  width: 100%;
  z-index: 1;
}

/* ------------------ *
 * Area drag and drop *
 * ------------------ */

.mg-component-areadraganddrop-dragbox {
  cursor: pointer;
  cursor: grab;
  cursor: -moz-grab;
  cursor: -webkit-grab;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1000;
  padding: 5px;
  border-bottom-left-radius: 5px;
  background-color: #444;
  color: white;
}

.mg-component-areadraganddrop-dragable,
.mg-component-areadraganddrop-drop-area-active {
  position: relative;
}

.mg-component-areadraganddrop-drop-area-active::after {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background-color: rgba(40, 40, 40, 0.4);
  height: calc(100% - 10px);
  width: calc(100% - 10px);
  padding-top: calc(50% - (25px / 2));
  font-size: 25px;
  border-radius: 20px;
  margin: 5px;
  content: 'Drop here';
  font-weight: bold;
  color: white;
  text-align: center;
}

.mg-component-areadraganddrop-drop-area-hover::after {
  background-color: rgba(0, 0, 0, 0.7);
}

/* ----------------- *
 * Patterns (record) *
 * ----------------- */

.mg-pattern-record-hidden {
  display: none;
}

.mg-pattern-recordpanel.modal {
  top: 65px;
  left: 15px;
}

.mg-pattern-recordpanel.modal .modal-body {
  margin: 5px;
  overflow-x: auto;
}

.mg-pattern-recordpanel.modal .ui-draggable-handle {
  cursor: move;
}

/* --------------------- *
 * QWIZ pattern renderer *
 * --------------------- */

.mg-qwiz-renderer-pattern {
  height: 100%;
  overflow-y: auto;
}

/* --------------- *
 * Records pattern *
 * --------------- */

.mgpa-record-no-edit *[data-mgp-record-actions~='edit'] {
  display: none;
}

/* --------------------- *
 * Filters (filter tool) *
 * --------------------- */

.mg-layer-tree .mg-qwiz-component-filters {
  margin: 5px 5px 0 0;
}

.mg-qwiz-component-filters &gt; * {
  position: relative;
}

.mg-qwiz-component-filters .mg-qwiz-component-clear.ol-control {
  float: none;
}

.mg-qwiz-component-filters &gt; *::after {
  clear: both;
  content: '';
  display: table;
}

.mg-qwiz-component-filters .form-group {
  margin: 0;
}

.mg-qwiz-component-filters .col-md-3,
.mg-qwiz-component-filters .col-md-9,
.mg-qwiz-component-filters .col-md-12 {
  float: none;
  margin: 0;
  padding: 0;
  text-align: left;
  width: 100%;
}

.mg-qwiz-component-filters .select2-choices {
  max-height: 30px;
}

.mg-qwiz-component-filters .select2-container-multi .select2-choices .select2-search-choice {
  line-height: 11px;
  margin: 1px;
}

.mg-wiz-component-filters .select2-search-choice-close {
  top: 2px;
}

.mg-qwiz-component-filters .select2-container-multi .select2-choices .select2-search-field {
  height: 18px;
}

/* ------------------- *
 * Navigation Sub-page *
 * ------------------- */

.mg-navigation-subpage {
  display: flex;
  flex-direction: column;
}

.mg-navigation-subpage-header {
  background-color: white;
  border-bottom: 1px solid #ccc;
  display: flex;
  flex: 0 0 auto;
}

.mg-navigation-subpage-body {
  flex: 1;
  overflow-x: hidden;
  overflow-y: auto;
}

.mg-navigation-subpage-backbtn {
  border-right: 1px solid #ccc;
  border-radius: 0;
  padding: 1rem 1.65rem;
  display: inline-block;
  font-size: 15pt;
  flex: 0 0 auto;
}

.mg-navigation-subpage-header-title {
  display: inline-block;
  flex: 1;
  font-size: 18pt;
  margin: 1rem 0.6rem 0.4rem 0.6rem;
}

/* --------------------- *
 * Progressbar Component *
 * --------------------- */
.mg-component-progress {
  display: flex;
  align-items: center;
  padding: 0.4em;
}

.mg-component-progress label {
  flex: 0 0 auto;
  margin-left: 0.4em;
}

.mg-component-progress progress {
  flex: 1 1 auto;
}

/* ------------------------ *
 * CopyPasteFeatures modal   *
 * Used in: maps, data apps *
 * ------------------------ */

.mg-feature-copypaste-modal .mg-feature-copypaste-modal__body {
  min-height: 250px;
  position: relative;
}

/* ------------------------ *
 * EditFeature modal        *
 * Used in: maps, data apps *
 * ------------------------ */
.mg-modal-editfeature .mg-modal-editfeature-left,
.mg-modal-editfeature .mg-modal-editfeature-right {
  float: left;
  left: 0;
  position: relative;
  top: 0;
  width: 50%;
  overflow: auto;
}

.mg-modal-editfeature-onefeature .mg-modal-editfeature-left {
  float: left;
  left: 0;
  position: relative;
  top: 0;
  width: 0%;
  overflow: auto;
}

.mg-modal-editfeature-onefeature .mg-modal-editfeature-right {
  float: left;
  left: 0;
  position: relative;
  top: 0;
  width: 100%;
  overflow: auto;
}

.mg-modal-editfeature-onefeature .mg-modal-editfeature-btn-saveall {
  display: none;
}

.mg-modal-editfeature-onefeature .mg-modal-editfeature-btn-deleteall {
  display: none;
}

.mg-modal-editfeature-manyfeatures .mg-modal-editfeature-left,
.mg-modal-editfeature-manyfeatures .mg-modal-editfeature-right {
  float: left;
  height: 300px;
  left: 0;
  position: relative;
  top: 0;
  width: 50%;
  max-height: 300px;
  overflow: auto;
}

.mg-modal-editfeature-manyfeatures .mg-modal-editfeature-btn-save {
  display: none;
}

.mg-modal-editfeature-manyfeatures .mg-modal-editfeature-btn-delete {
  display: none;
}

.mg-modal-editfeature--reviewrequired .modal-footer button[data-action="save"] {
  display: none;
}

/* ------------------------ *
 * ForeignLayer modal        *
 * Used in: map editor *
 * ------------------------ */

.mg-modal-foreign-layer-body .preview-preview img {
  max-height: 80px;
}

/***********************************************************************   */
/* Start Of Player GUI                                                  */
/* Original source: https://codepen.io/nlfonseca/pen/MwbovQ             */
/* Modified source: https://codepen.io/anon/pen/LrXMbP                  */
/***********************************************************************   */

.mg-video-player-gui {
  height: 40px;
  width: 100%;
  display: flex;
}

.mg-video-player-gui-play-button {
  flex: 0 0 auto;
  height: 34px;
  width: 34px;
  margin: 3px;
}

input[type='range'].mg-video-player-gui-slider {
  width: auto;
  flex: 1 0 auto;
  align-items: center;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: none;
  cursor: pointer;
  height: 100%;
  min-height: 40px;
  overflow: hidden;
  margin: 3px;
  max-width: 1000px;

  /** Needed to remove drop shadow problems */
}

input[type='range'].mg-video-player-gui-slider:focus {
  box-shadow: none;
  outline: none;
}

input[type='range'].mg-video-player-gui-slider::-webkit-slider-runnable-track {
  background: #c7c7c7;
  content: '';
  height: 8px;
  pointer-events: none;
  overflow: hidden;
}

input[type='range'].mg-video-player-gui-slider::-webkit-slider-thumb {
  height: 10px;
  width: 10px;
  -webkit-appearance: none;
  appearance: none;
  background: #fff;
  border-radius: 6px;
  box-shadow: -1000px 0 0 calc(1000px + -3px) #c33d44;
  margin-top: -1px;
  border: 1px solid #777;
}

input[type='range'].mg-video-player-gui-slider::-moz-range-track {
  width: 100%;
  height: 4px;
}

input[type='range'].mg-video-player-gui-slider::-moz-range-thumb {
  height: 10px;
  width: 10px;
  background: #fff;
  border-radius: 6px;
  border: 1px solid #777;
  position: relative;
}

input[type='range'].mg-video-player-gui-slider::-moz-range-progress {
  height: 4px;
  background: #c33d44;
  border: 0;
  margin-top: 0;
}

input[type='range'].mg-video-player-gui-slider::-ms-track {
  background: transparent;
  border: 0;
  border-color: transparent;
  border-radius: 0;
  border-width: 0;
  color: transparent;
  height: 4px;
  margin-top: 10px;
  width: 100%;
}

input[type='range'].mg-video-player-gui-slider::-ms-thumb {
  height: 10px;
  width: 10px;
  background: #fff;
  border-radius: 6px;
  border: 1px solid #777;
}

input[type='range'].mg-video-player-gui-slider::-ms-fill-lower {
  background: #c33d44;
  border-radius: 0;
}

input[type='range'].mg-video-player-gui-slider::-ms-fill-upper {
  background: #c7c7c7;
  border-radius: 0;
}

input[type='range'].mg-video-player-gui-slider::-ms-tooltip {
  display: none;
}

/***********************************************************************   */
/* End of Player GUI                                                    */
/***********************************************************************   */

/* ------------------------ *
 * MiniPagination Component *
 * ------------------------ */

.mg-component-minipagination {
  display: flex;
  flex-direction: row;
}

.mg-component-minipagination-btn-previous,
.mg-component-minipagination-btn-next {
  flex: 0 0 auto;
}

.mg-component-minipagination-label {
  flex: 1;
  flex-basis: auto;
  margin: 1rem;
  text-align: center;
}

/* --- *
 * Tab *
 * --- */

.mg-tab.mg-tab-hasicon.mg-tab-haslabel .mg-tab-label {
  margin: 0 0 0 5px;
}

/* ---------------- *
 * Resource display *
 * ---------------- */

.preview-info td.text-left {
  white-space: pre-line;
}
.preview-info td:nth-child(2) {
  word-break: break-word;
}

/* ----------------------------------------- *
 * Popup in the map (and in pattern preview) *
 * ----------------------------------------- */

.mg-popup-panel .mg-image-preview,
.mg-component-pattern .mg-image-preview,
.popover.mg-popup-query-result .mg-image-preview,
.mg-popup-panel .mg-video-preview,
.mg-component-pattern .mg-video-preview,
.popover.mg-popup-query-result .mg-video-preview {
  cursor: pointer;
  height: 130px;
}

.mg-component-pattern .mg-image-preview,
.modal-body .mg-image-preview,
.mg-component-pattern .mg-video-preview,
.modal-body .mg-video-preview {
  max-width: 100%;
  max-height: 100%;
}

/* ------------ *
 *  Bottom tabs *
 * ------------ */

.mg-nav-tabs-bottom.nav-tabs {
  border-bottom: 0;
  border-top: 1px solid #ddd;
}

.mg-nav-tabs-bottom.nav-tabs &gt; li {
  margin: -1px 0 0 0;
}

.mg-nav-tabs-bottom.nav-tabs &gt; li &gt; a {
  border-radius: 0 0 4px 4px;
}

.mg-nav-tabs-bottom.nav-tabs &gt; li.active &gt; a,
.mg-nav-tabs-bottom.nav-tabs &gt; li.active &gt; a:hover,
.mg-nav-tabs-bottom.nav-tabs &gt; li.active &gt; a:focus {
  border-bottom-color: #ddd;
  border-top-color: transparent;
}


/* -------- *
 *  Windbox *
 * -------- */

.mg-windbox-item .panel-heading,
.mg-windbox-list__itemnew .panel-heading {
  cursor: pointer;
  padding: 3px;
  position: relative;
}

.mg-windbox-item .panel-heading {
  cursor: pointer;
}

.mg-windbox-item .panel-heading .panel-title {
  padding: 8px 12px;
}

.mg-windbox-item .panel-heading .panel-title:hover {
  text-decoration: underline;
}

.mg-windbox-item__reordering-0 &gt; .panel-heading &gt; .panel-title {
  width: calc(100% - 40px);
}

.mg-windbox-item__reordering-1 &gt; .panel-heading &gt; .panel-title {
  width: calc(100% - 77px);
}

.mg-windbox-item__draghandle {
  cursor: move;
  float: left;
}

.mg-windbox-item__deletebtn {
  float: right;
}

.mg-windbox-list__addbtn {
  width: 40px;
}

.mg-windbox-list__itemlist {
  margin-bottom: 5px;
}

.mg-windbox-list .ui-sortable-placeholder {
  border: 1px dashed #101010;
  opacity: 0.5;
}


/* ---------------------- *
 *  Datetime range picker *
 * ---------------------- */

.daterangepicker .month {
  text-transform: capitalize;
}

/* ------------------------ *
 *  Data sources monitoring *
 * ------------------------ */

.mg-status-ds-monitoring-title {
  font-weight: bold;
}


/* ------------ *
 *  Timeslider  *
 * ------------ */

.mg-timeslider-component--labels-none .irs-min,
.mg-timeslider-component--labels-none .irs-max,
.mg-timeslider-component--labels-none .irs-from,
.mg-timeslider-component--labels-none .irs-to,
.mg-timeslider-component--labels-none .irs-single,
.mg-timeslider-component .irs--round .irs-single::before {
  display: none;
}

.mg-timeslider-component .irs.irs--round.irs-with-grid {
  height:30px;
}

.mg-timeslider-component .irs.irs--round .irs-handle {
  top : -10px;
}

.mg-timeslider-component .irs.irs--round .irs-line {
  top :0;
}

.mg-timeslider-component .irs.irs--round .irs-bar {
  top :0;
}

.mg-timeslider-component .irs.irs--round .irs-grid-pol {
  background-color: black;
}

.mg-timeslider-component .irs.irs--round .irs-grid-text {
  color: black;
}

.mg-timeslider-component .irs.irs.irs--round .mg-timeslider-component__labels-down {
  top: 40px;
}

.mg-timeslider-component .irs.irs.irs--round .mg-timeslider-component__labels-hidden {
  display: none;
}

.mg-timeslider-component .irs.irs.irs--round  span.irs-single {
  z-index: 5;
  top: -34px;
  position: absolute;
}

/* -------------------- *
 *  Qwiz QueueProgress  *
 * -------------------- */

.mg-qwiz-global-queueprogress progress {
  display: none;
  width: 100%;
}

.mg-qwiz-global-queueprogress--active progress {
  display: block;
}

/* --------------------------------------------- *
 *  resourceselect2 and resourceclassidselect2 fields       *
 * --------------------------------------------- */

.mg-field-resourceselect2__form-control,
.mg-field-resourceclassidselect2__form-control {
  /* 72 px for the size of the filter button */
  width: calc(100% - 72px);
}

.mg-field-resourceclassidselect2,
.mg-field-resourceselect2 {
  padding: 0px;
}

.mg-field-resourceselect2 .mg-field-resourceselect2__filterbutton,
.mg-field-resourceclassidselect2 .mg-field-resourceclassidselect2__filterbutton {
  border-color: #aaa;
  border-radius: 0px 4px 4px 0px;
  padding: 6px 12px;
}

.mg-field-resourceselect2__form-control a.select2-choice,
.select2-chosen .mg-field-resourceselect2__selection,
.mg-field-resourceclassidselect2__form-control a.select2-choice,
.select2-chosen .mg-field-resourceclassidselect2__selection {
  border-radius: 4px 0px 0px 4px;
  height: 34px;
  line-height: 34px;
}

.mg-field-resourceselect2__form-control a.select2-choice .select2-arrow,
.mg-field-resourceselect2__selection .select2-arrow,
.mg-field-resourceclassidselect2__form-control a.select2-choice .select2-arrow,
.mg-field-resourceclassidselect2__selection .select2-arrow {
  background-image: none;
  background: none;
  border-left: none;
}

.mg-field-resourceselect2__form-control .select2-choice,
.mg-field-resourceselect2__form-control.select2-dropdown-open .select2-choice,
.mg-field-resourceselect2__form-control.select2-drop-above .select2-choice,
.mg-field-resourceclassidselect2__form-control .select2-choice,
.mg-field-resourceclassidselect2__form-control.select2-dropdown-open .select2-choice,
.mg-field-resourceclassidselect2__form-control.select2-drop-above .select2-choice {
  background-color: #fff;
  background-image: none;
}

.mg-library-settings-panel-fields div[data-name='match'] .tooltip-inner,
.mg-field-panel-resourceselect2__search-fields div[data-name='match'] .tooltip-inner {
  max-width: initial;
  width: 300px;
}

/* -------------------- *
 *  Edit image          *
 * -------------------- */
.mg-editimage-modal {
  top: initial;
  right: initial;
  bottom: 0;
  left: 0
}

.mg-editimage-modal .modal-dialog {
  height: auto;
  margin: 0;
}

.mg-editimage-modal .modal-dialog .modal-content {
  border-radius: 0;
}

.mg-editimage-panel-info.hidden {
  display: none;
}

.mg-editimage-panel-fields .row {
  padding: 0;
}


/* ----------------------- *
 *  Rich Text Editor field *
 * ----------------------- */

.mg-richtexteditor-editor &gt; .ql-container {
  height: 300px;
}

.mg-richtexteditor-editor .ql-container {
  overflow-y: clip;
}


.mg-richtexteditor-editor &gt; .ql-snow .ql-picker.ql-size .ql-picker-label::before,
.mg-richtexteditor-editor &gt; .ql-snow .ql-picker.ql-size .ql-picker-item::before {
  content: 'Medium';
}

.mg-richtexteditor-editor &gt; .ql-snow .ql-editor p,
.mg-richtexteditor-editor &gt; .ql-snow .ql-editor ol,
.mg-richtexteditor-editor &gt; .ql-snow .ql-editor ul,
.mg-richtexteditor-editor &gt; .ql-snow .ql-editor pre,
.mg-richtexteditor-editor &gt; .ql-snow .ql-editor blockquote,
.mg-richtexteditor-editor &gt; .ql-snow .ql-editor h1,
.mg-richtexteditor-editor &gt; .ql-snow .ql-editor h2,
.mg-richtexteditor-editor &gt; .ql-snow .ql-editor h3,
.mg-richtexteditor-editor &gt; .ql-snow .ql-editor h4,
.mg-richtexteditor-editor &gt; .ql-snow .ql-editor h5,
.mg-richtexteditor-editor &gt; .ql-snow .ql-editor h6 {
  display: block;
}

/* ------------- *
 *  Terms of Use *
 * ------------- */

div.preview-inner #termsofuse-tab &gt; .mg-resource-preview-ds-tou {
  border: none;
}

/* ----------------------- *
 *    Virtual assistant    *
 * ----------------------- */

.bp-widget-web{
   /* hack to make the chatbot appear over other overlapping items */
   /* this class is not controled by evouala, it comes from the widget*/
  z-index: 1000 !important;
}

/* --------- *
 * Shortcuts *
 * --------- */

form.shortcut-create .input-container input[name="url"],
form.shortcut-create-or-edit .input-container input[name="url"] {
  font-weight: bold;
}

/* -------------------------- *
 * Handson Table audio player *
 * -------------------------- */

.mg-table-handsontable__audioplayer {
  height: 25px;
}
</pre></body></html>