html {
  height: 100%;
}

body {
  margin: 0;
  padding: 0;
  height: 100%;
  overflow: hidden;
}

.navbar .container,
.navbar .container-fluid,
.navbar .container-lg,
.navbar .container-md,
.navbar .container-sm,
.navbar .container-xl {
  margin-bottom: 0;
  flex-wrap: nowrap;
}

ul.nav-item.navbar-right {
  padding: 0;
  margin: 0;
  margin-top: 2px;
  list-style: none;
  display: flex;
  align-items: center;
}

.navbar .navbar-right li {
  list-style: none;
}

.navbar .fas {
  color: white;
  font-size: 1.5em;
}

.navbar-default {
  background-color: #368;
}

.lm-login-logout {
  margin-top: 5px;
}

.navbar-header {
  margin-top: 5px;
}

a.nav-link,
a.nav-link:hover {
  color: #4d8ab3;
}

.btn-primary {
  background-color: #4d8ab3;
  border-color: #5e95ba;
}

.btn-primary:hover {
  border-color: #5e95ba;
}

.bootstrap-dialog.type-primary .modal-header {
  background-color: #4d8ab3;
}

.card > .card-heading {
  background-color: #368;
}

.lm-body {
  position: absolute;
  top: 50px;
  left: 0;
  width: 100%;
  height: calc(100% - 50px);
}

.navbar {
  padding: 0 0 5px 0;
}

#lm-tools-search-panel {
  display: none;
}

#lm-topsearch {
  display: none;
}

#lm-topsearch-input {
  width: 300px;
}

.nav-tabs {
  border-bottom: none;
}

.nav-tabs > li {
  background-color: #fafafa;
}

.lm-map-toaster {
  z-index: 1025;
}

.lm-tools {
  position: absolute;
  left: 0;
  top: 0;
  width: 320px;
  height: calc(100% - 12px);
  padding: 6px 4px;
}

.has-bottom-toolbar .lm-tools {
  height: calc(100% - 32px);
}

.lm-tools .card-body {
  padding: 0;
  position: relative;
}

.lm-tools-search-body .nav-pills {
  padding: 4px;
}

.lm-tools-search-body .tab-content {
  border: none;
  margin: 0 4px 4px 4px;
}

.lm-tools-search-body .tab-content form {
  padding: 4px;
  border: 1px solid #eee;
  border-radius: 3px;
}

.lm-tools-search-body .nav-pills > li > a {
  padding: 6px 12px;
}

.lm-tools-search-body .nav-pills > li.active > a {
  background-color: #368;
}

.lm-tools #cm-tools-layer a {
  padding: 0;
}

.lm-tools #cm-tools-layer a label {
  display: block;
  padding: 12px 10px;
  cursor: pointer;
  margin: 0;
}

.lm-tools .lm-tools-geolocation-body {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.lm-tools .lm-tools-geolocation-toolslist {
  padding: 15px;
}

.lm-tools .lm-tools-geolocation-tool {
  padding: 10px;
}

.lm-tools .lm-tools-geolocation-tool .card-body {
  padding: 15px;
}

.lm-tools .lm-tools-geolocation-toolslist button {
  font-weight: bold;
}

.lm-tools .lm-tools-geolocation-toolslist button i {
  vertical-align: middle;
  width: 32px;
  height: 32px;
  margin-right: 4px;
  text-align: center;
  color: #777;
}

.lm-content {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
}

.lm-content .lm-map-toolbar {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 48px;
  background-color: #eeeeee;
  border: 1px solid #ddd;
}

.lm-content .lm-map-wrapper {
  position: absolute;
  left: 0;
  top: 48px;
  width: 100%;
  height: calc(100% - 48px);
}

.has-bottom-toolbar .lm-content .lm-map-wrapper {
  height: calc(100% - 68px);
}

.lm-content .lm-map-toolbar .btn-group {
  padding: 6px 0 0 6px;
}

.lm-content .lm-map-toolbar .input-group {
  padding: 6px 0 0 6px;
}

.lm-content .lm-map-toolbar .btn {
  border: 1px solid #ccc;
}

.olImageLoadError {
  display: none;
}

#lm-tools-search-tab {
  border-bottom: 1px solid #ddd;
}

#lm-tools-search-tab a {
  width: 150px;
  display: none;
}

#lm-tools-selection-tab {
  border-bottom: 1px solid #ddd;
}

#lm-tools-selection-tab a {
  width: 150px;
  display: none;
}

#lm-tools-layer-list .list-group-item {
  overflow: auto;
}

#lm-tools-layer-list .list-group-item input {
  float: left;
}

#lm-tools-layer-list label {
  margin-left: 10px;
  max-width: calc(100% - 30px);
  cursor: pointer;
}

.organization-cont {
  display: flex;
  align-items: center;
  margin-right: 10px;
  color: #fff;
}

.organization-selection {
  color: #fff;
  text-decoration: underline;
  max-width: 200px;
  margin-left: 10px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  cursor: pointer;
}

.list-group {
  margin-bottom: 0;
}

.list-group-item-legend {
  background-color: #fff;
  border: 0;
}

.list-group-item-legend img {
  margin-top: 10px;
}

.tab-content {
  border-top: 1px solid rgba(0, 0, 0, 0.125);
}

.tab-content form {
  margin-top: 10px;
  margin-left: 10px;
}

.tab-content .list-group-item:first-child {
  border-top: 0;
}

.lm-layers-dialog-content .list-group-item-info {
  background-color: #fff;
}

.lm-layers-dialog-content .list-group-item-info label {
  cursor: pointer;
  margin-right: 5px;
  margin-top: 5px;
  margin-bottom: 5px;
}

.lm-layers-dialog-content .list-group-item-info i {
  color: #4d8ab3;
  font-size: 18px;
}

.lm-layers-dialog-content .layer-item-info {
  margin-left: 5px;
  color: #4d8ab3;
}

.lm-layers-dialog-content label {
  margin-left: 10px;
}

.app div.gis3dolControlLogoOverlay {
  position: absolute;
  right: 7px;
  bottom: 10px;
  display: block;
  font-size: smaller;
  color: #ffffff;
  font-family: Arial, Helvetica, sans-serif;
}

.app div.gis3dolControlLogoOverlay.logoOverlayWithAttribution {
  bottom: 25px;
}

div.gis3dolControlAttribution a:link,
div.gis3dolControlAttribution a:visited {
  color: #ffffff;
}

div.gis3dolControlAttribution a:hover,
div.gis3dolControlAttribution a:active {
  color: #efefef;
}

.olControlAttribution {
  font-size: smaller;
  right: 3px;
  bottom: 3px;
  position: absolute;
  display: block;
}

.ol-attribution {
  pointer-events: none;
}

.ol-attribution img {
  display: none;
}

.ol-attribution:not(.ol-collapsed) {
  background: none;
}

.ol-attribution.ol-uncollapsible {
  bottom: 2px;
}

.ol-attribution ul {
  color: #ffffff;
  text-shadow: none;
  font-size: 0.8em;
}

.app .ol-attribution {
  background: none !important;
  margin-left: 5px;
  bottom: 0px;
  right: 0px;
}

.app .ol-attribution.ol-uncollapsible {
  bottom: 5px;
}

.app .ol-attribution img {
  display: none;
}

.app .ol-attribution ul {
  color: #ffffff;
  text-shadow: -1px 0 rgba(0, 0, 0, 0.2), 0 1px rgba(0, 0, 0, 0.2), 1px 0 rgba(0, 0, 0, 0.2), 0 -1px rgba(0, 0, 0, 0.2);
  font-size: 0.8em;
}

.app .ol-attribution a:link,
.app .ol-attribution a:visited {
  color: #ffffff;
}

.app .ol-attribution a:hover,
.app .ol-attribution a:active {
  color: #efefef;
}

.app .ol-viewport .ol-attribution {
  background-color: rgba(255, 255, 255, 0.3) !important;
  margin: 0 6px 4px 0;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 100%;
}

.app .ol-attribution img {
  display: inline-block;
}

.app .ol-viewport .ol-attribution button {
  font-family: courier;
  font-size: 8pt;
  border: none !important;
  margin: 0;
  padding: 0;
  background-color: rgb(187, 187, 187) !important;
  height: 16px;
  width: 16px;
  align-items: center;
  justify-content: center;
  pointer-events: auto;
  cursor: pointer;
}

.app .ol-viewport .ol-attribution ul {
  font-size: 7pt;
  padding: 0 !important;
  line-height: 1.1;
  margin: 0 4px;
  text-shadow: 1px 1px 0.5px rgba(0, 0, 0, 0.6) !important;
}

.app .ol-viewport .ol-attribution ul li {
  display: inline-block;
  margin-right: 8px;
}

.app .ol-viewport .ol-attribution ul li:last-child {
  margin-right: 0;
}

.app .ol-viewport .ol-attribution:not(.ol-collapsed) button span {
  display: none;
}

.app .ol-viewport .ol-attribution:not(.ol-collapsed) button:after {
  font-family: sans-serif;
  content: "X";
}

.app .ol-attribution.ol-logo-only {
  display: none;
}

dl.lmMapProperty dt {
  text-align: left;
  padding: 5px;
  width: 250px;
}

dl.lmMapProperty dd {
  padding: 5px;
}

.lmFeatureDialogAttrPane dd.emptyValue {
  font-style: italic;
  color: #adadad;
}

.lmFeatureDialogAttrPane .linkProperty {
  color: #4d8ab3;
  text-decoration: none;
  cursor: pointer;
}

.lmFeatureDialogAttrPane .linkProperty:hover {
  text-decoration: underline;
}

.lmFeatureDialogAttrPane .inlineImage a {
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  display: inline-block;
  width: 200px;
  height: 200px;
}

.feature-dialog-image-list {
  list-style: none;
  padding: 5px;
  margin: 0;
}

.feature-dialog-image-list img {
  cursor: pointer;
}

.feature-dialog-image-list img:hover {
  opacity: 0.8;
}

.share-dialog-list {
  justify-content: center;
}
.share-dialog-list i {
  color: #4d8ab3;
  font-size: 2em;
}
.share-dialog-list .list-group-item {
  cursor: pointer;
}
.share-dialog-list .list-group-item span {
  line-height: 2em;
  margin-left: 10px;
}

li.bigImage a {
  display: inline-block;
  width: 450px;
  height: 420px;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}

li.smallImage {
  margin-left: 2px;
  background-size: contain;
  background-repeat: no-repeat;
  display: inline-block;
}

li.smallImage a {
  display: inline-block;
  width: 120px;
  height: 120px;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}

.lmFeatureDialogAttrPane {
  overflow-y: auto;
  padding-top: 10px;
  border: 1px solid #ddd;
}

.lmFeatureTabContent {
  border-top: none;
}

ul.lmFeatureDialogAttributeList dl {
  margin: 5px 0 5px 0;
  display: flex;
}
ul.lmFeatureDialogAttributeList dl dt {
  width: 50%;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
ul.lmFeatureDialogAttributeList dd {
  width: 50%;
  margin-left: 10px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 0;
}
ul.lmFeatureDialogAttributeList li {
  padding: 5px;
}
ul.lmFeatureDialogAttributeList li:nth-child(2n) {
  background-color: #eee;
}

.lmFeatureDialogAttributeTab.nav-tabs {
  margin-top: 8px;
}

.main-tabs {
  font-size: 1.1em;
}
.main-tabs .nav-link.active {
  color: #fff;
  background-color: #4d8ab3;
}

.tab-content.main-tab {
  border: 0;
}

.property-group-tabs {
  margin-top: 8px;
  font-size: 0.9em;
}
.property-group-tabs .nav-link {
  padding-bottom: 0.2rem;
}
.property-group-tabs .nav-link.active {
  color: #4d8ab3;
  background-color: transparent;
  border-bottom: 3px solid #4d8ab3;
  border-radius: 0;
}

.wfWaitWidget {
  z-index: 20001;
  position: absolute;
  padding: 2em;
  border: 4px solid #368;
  border-radius: 2em;
  background-color: #fafafa;
  text-align: center;
  box-sizing: content-box;
}

.wfWaitWidget .wfWaitWidgetIcon {
  color: #368;
}

.wfWaitWidget .wfWaitWidgetMessage {
  margin-top: 1em;
  font-weight: bold;
  min-width: 300px;
  color: #666;
}

.wfWaitWidgetUnderlay {
  background-color: rgba(255, 255, 255, 0.6);
  z-index: 20000;
  position: absolute;
}

.footer {
  position: fixed;
  bottom: 0;
  width: 100%;
  height: 25px;
  background-color: #f5f5f5;
  z-index: 1000000;
}

.footer .container {
  margin: 0;
  padding: 0;
}

.lang-switcher {
  float: right;
  font-size: 15px;
}

.lang-switcher .btn {
  padding: 2px;
}

.lang-switcher .dropdown-item:hover {
  color: #fff;
  background-color: #368;
}

.app .accordionSingle {
  cursor: default;
  text-decoration: none;
}

.lm-preloader {
  position: fixed;
  display: flex;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10000;
  background-color: #368;
}

.lm-loader,
.lm-loader:after {
  border-radius: 50%;
  width: 5em;
  height: 5em;
}

.lm-loader {
  margin: auto;
  font-size: 10px;
  position: relative;
  text-indent: -9999em;
  border-top: 0.5em solid rgba(255, 255, 255, 0.2);
  border-right: 0.5em solid rgba(255, 255, 255, 0.2);
  border-bottom: 0.5em solid rgba(255, 255, 255, 0.2);
  border-left: 0.5em solid #999;
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-animation: load8 1.1s infinite linear;
  animation: load8 1.1s infinite linear;
}

@-webkit-keyframes load8 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes load8 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
.lmSelectionDialogContent ul,
.lmSelectionDialogContent dl {
  margin: 0;
}

.lmSelectionDialogRow {
  cursor: pointer;
  padding: 5px;
  border-bottom: 1px solid #ddd;
}

.lmSelectionDialogHeading a {
  font-size: 14px;
  color: #4d8ab3;
}

.lmSelectionDialogHeading img {
  vertical-align: middle;
}

.lmSelectionDialogRow:hover {
  background: #f5f5f5;
}

.lmSelectionDialogContent .accordion-button:not(.collapsed) {
  background: none;
}

.lmSelectionDialogContent .accordion-button {
  --bs-accordion-btn-focus-box-shadow: 0;
}

.lmSelectionDialogContent .card-header {
  padding: 0;
}

.lmSelectionDialogContent .card-header .card-title a {
  display: inline-block;
  padding: 10px 15px;
  width: 100%;
}

.lmSelectionDialogContent .panel-collapse ul {
  border: 1px solid #eee;
  border-radius: 8px;
}

.lmSelectionDialogContent .card-header .card-title {
  position: relative;
}

.lmSelectionDialogContent .card-header .card-title a:after {
  content: "\f0dd";
  font-family: FontAwesome;
  font-weight: normal;
  font-style: normal;
  margin: 0px 0px 0px 10px;
  text-decoration: none;
  position: absolute;
  right: 15px;
  top: 7px;
  color: #999;
}

.lmSelectionDialogContent .panel-collapse ul li.lmSelectionDialogRow {
  padding: 10px;
}

.lmSelectionDialogContent .panel-collapse ul li.lmSelectionDialogRow:nth-child(2n+1) {
  border-bottom: 2px solid #eee;
}

.lmSelectionDialogContent .panel-collapse ul li.lmSelectionDialogRow:nth-child(2n) {
  background-color: #f9f9f9;
}

.lmSelectionDialogContent .panel-collapse ul li.lmSelectionDialogRow:last-child {
  border-bottom: none;
}

.lmSelectionDialogRowCountLabel {
  display: inline-block;
  margin-left: 2px;
}

.lmSelectionDialogEmptyValue {
  font-style: italic;
  color: #9b9b9b;
}

.lm-map-wrapper .olMap {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1000;
}

.lm-map-wrapper .gmapsMap {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}

.olWithGmaps div.gis3dolControlLogoOverlay {
  bottom: 20px;
}

.olWithGmaps div.gis3dolControlLogoOverlay.logoOverlayWithAttribution {
  bottom: 35px;
}

.olWithGmaps .ol-viewport .ol-attribution {
  margin: 0 6px 13px 0;
}

.lang-icon {
  background-position: 0 -1172px;
  min-width: 22px;
  height: 16px;
  min-height: 16px;
  max-height: 16px;
  background-repeat: no-repeat;
  display: inline-block;
  background-image: url(../lib/bootstrap-languages/languages.png);
  top: 1px;
  position: relative;
}

.lang-sm:after {
  top: -1px;
  position: relative;
}

.lang-ar {
  background-position: 0px -484px;
}

.lang-be {
  background-position: 0px -500px;
}

.lang-bg {
  background-position: 0px -516px;
}

.lang-cs {
  background-position: 0px -532px;
}

.lang-da {
  background-position: 0px -548px;
}

.lang-de {
  background-position: 0px -564px;
}

.lang-el {
  background-position: 0px -580px;
}

.lang-en {
  background-position: 0px -596px;
}

.lang-es {
  background-position: 0px -612px;
}

.lang-et {
  background-position: 0px -628px;
}

.lang-fi {
  background-position: 0px -644px;
}

.lang-fr {
  background-position: 0px -660px;
}

.lang-ga {
  background-position: 0px -676px;
}

.lang-hi {
  background-position: 0px -692px;
}

.lang-hr {
  background-position: 0px -708px;
}

.lang-hu {
  background-position: 0px -724px;
}

.lang-in {
  background-position: 0px -740px;
}

.lang-is {
  background-position: 0px -756px;
}

.lang-it {
  background-position: 0px -772px;
}

.lang-iw {
  background-position: 0px -788px;
}

.lang-ja {
  background-position: 0px -804px;
}

.lang-ko {
  background-position: 0px -820px;
}

.lang-lt {
  background-position: 0px -836px;
}

.lang-lv {
  background-position: 0px -852px;
}

.lang-mk {
  background-position: 0px -868px;
}

.lang-ms {
  background-position: 0px -884px;
}

.lang-mt {
  background-position: 0px -900px;
}

.lang-nl {
  background-position: 0px -916px;
}

.lang-no {
  background-position: 0px -932px;
}

.lang-pl {
  background-position: 0px -948px;
}

.lang-pt {
  background-position: 0px -964px;
}

.lang-ro {
  background-position: 0px -980px;
}

.lang-ru {
  background-position: 0px -996px;
}

.lang-sk {
  background-position: 0px -1012px;
}

.lang-sl {
  background-position: 0px -1028px;
}

.lang-sq {
  background-position: 0px -1044px;
}

.lang-sr {
  background-position: 0px -1060px;
}

.lang-sv {
  background-position: 0px -1076px;
}

.lang-th {
  background-position: 0px -1092px;
}

.lang-tr {
  background-position: 0px -1108px;
}

.lang-uk {
  background-position: 0px -1124px;
}

.lang-vi {
  background-position: 0px -1140px;
}

.lang-zh {
  background-position: 0px -1156px;
}

.layer-loading-indicator {
  position: absolute;
  top: 8px;
  left: 8px;
  width: 32px;
  height: 32px;
  cursor: pointer;
  z-index: 1000000;
}
.layer-loading-indicator:hover {
  opacity: 0.8;
}
.layer-loading-indicator .layer-loading-icon #arc {
  fill: #336688;
}
.layer-loading-indicator .layer-loading-icon #sign .sign {
  fill: #edc92c;
  stroke: #333333;
  stroke-width: 0.75;
}
.layer-loading-indicator .layer-loading-icon #sign .exclamation {
  fill: #333333;
}
.layer-loading-indicator .layer-loading-icon #error {
  fill: rgba(0, 0, 0, 0.3);
  visibility: hidden;
}
.layer-loading-indicator.no-sign .layer-loading-icon #sign {
  visibility: hidden;
}
.layer-loading-indicator.no-spin .layer-loading-icon #arc {
  visibility: hidden;
}
.layer-loading-indicator.error .layer-loading-icon #error {
  visibility: visible;
}

.wfHidden {
  display: none !important;
}

.layer-loading-list {
  position: absolute;
  left: 8px;
  top: 52px;
  background-color: #336688;
  color: #fff;
  max-width: 310px;
  min-width: 240px;
  border-radius: 4px;
  opacity: 1;
  z-index: 1000000;
}
.layer-loading-list .wrapper {
  max-height: 240px;
  padding: 4px 8px 8px;
  overflow-x: hidden;
  overflow-y: visible;
  scrollbar-color: rgb(45.9, 91.8, 122.4) #336688;
  scrollbar-width: thin;
}
.layer-loading-list .wrapper::before {
  content: "\a";
  border-style: solid;
  border-width: 0 8px 8px 8px;
  border-color: transparent transparent #336688 transparent;
  position: absolute;
  top: -8px;
}
.layer-loading-list .wrapper::-webkit-scrollbar {
  width: 0.5em;
}
.layer-loading-list .wrapper::-webkit-scrollbar-track {
  box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.1);
}
.layer-loading-list .wrapper::-webkit-scrollbar-thumb {
  background-color: rgb(45.9, 91.8, 122.4);
  outline: 1px solid #336688;
}
.layer-loading-list h4 {
  padding: 0 0 0 20px;
  margin: 0;
  font-size: 1rem;
  font-weight: 500;
  position: relative;
}
.layer-loading-list h4:nth-of-type(2) {
  padding-top: 8px;
}
.layer-loading-list h4.error::before {
  content: "\a";
  position: absolute;
  left: 0;
  top: 3px;
  height: 16px;
  width: 16px;
  background-image: url(../img/wf/layer-loading/problem.png);
  background-position: center;
  background-repeat: no-repeat;
}
.layer-loading-list h4.loading::before {
  content: "\a";
  position: absolute;
  left: 0;
  top: 11px;
  height: 16px;
  width: 16px;
  background-image: url(../img/wf/layer-loading/computing-cloud.png);
  background-position: center;
  background-repeat: no-repeat;
}
.layer-loading-list h4:nth-of-type(1).loading::before {
  top: 3px;
}
.layer-loading-list ul {
  padding: 2px 0;
  font-size: 0.8rem;
  margin: 0 0 0 21px;
  list-style: square;
}
.layer-loading-list ul li {
  padding-bottom: 1px;
  color: #efefef;
}

.lm-movetoposition-dialog-content .element-search-login-cond input.element-search-login-or-cond {
  margin-left: 10px;
}
.lm-movetoposition-dialog-content .element-search-login-cond label {
  margin-left: 5px;
}

.lmElementSearchResultDialogList .dgrid {
  border: 0;
}
.lmElementSearchResultDialogList .dgrid-scroller {
  overflow-y: auto;
}
.lmElementSearchResultDialogList .list-group-item-action {
  cursor: pointer;
}
.lmElementSearchResultDialogList .list-group-item {
  padding: 10px;
  border-bottom: 1px solid #ddd;
}
.lmElementSearchResultDialogList .list-group-item:hover {
  background-color: rgba(238, 238, 238, 0.4039215686);
}
.lmElementSearchResultDialogList .dgrid-row-odd {
  background-color: #eee;
}

.lmElementSearchResultDialogEmptyValue {
  font-style: italic;
  color: #9b9b9b;
}

.ekko-lightbox.modal {
  z-index: 10000;
}

.bootstrap-dialog .bootstrap-dialog-close-button {
  margin-left: auto;
}

.form-group {
  margin-bottom: 1rem;
}

.form-inline .form-control {
  display: inline-block;
  width: auto;
  vertical-align: middle;
}

.form-row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -5px;
  margin-left: -5px;
}

.form-row > .col {
  padding-left: 5px;
  padding-right: 5px;
}

label {
  margin-bottom: 0.5rem;
}

.nav-item .nav-link {
  cursor: pointer;
}

.app .modal.lightbox {
  z-index: 10000;
}