body {
  font-family: 'Roboto', sans-serif !important;
  /*font-family: Ubuntu, Arial, sans-serif !important;*/
  color: #000000 !important;
  overflow-y: scroll;
}

.heading {
  color: #2B2F34;
  /*font-family: Montserrat, Arial, sans-serif !important;*/
  font-weight: bold;
  text-transform: uppercase;
}

.flex-even {
  flex: 1;
}

.pretty-scroll::-webkit-scrollbar {
  width: 0.35rem;
  height: 0.35rem;
}
.pretty-scroll::-webkit-scrollbar-track {
  background: #CCCCCC;
}
.pretty-scroll::-webkit-scrollbar-thumb {
  background-color: #888888;
}
.pretty-scroll::-webkit-scrollbar-thumb:hover {
  background-color: #0088FF;
}

.pretty-scroll-margin-left::-webkit-scrollbar {
  width: 0.85rem !important;
}
.pretty-scroll-margin-left::-webkit-scrollbar-track {
  border-left: solid 0.5rem white;
}
.pretty-scroll-margin-left::-webkit-scrollbar-thumb {
  border-left: solid 0.5rem white;
}

.pretty-scroll-margin-bottom::-webkit-scrollbar {
  height: 0.85rem !important;
}
.pretty-scroll-margin-bottom::-webkit-scrollbar-track {
  border-bottom: solid 0.5rem white;
}
.pretty-scroll-margin-bottom::-webkit-scrollbar-thumb {
  border-bottom: solid 0.5rem white;
}

.mk-tooltip {
  margin-top: 0.5rem;
}
.mk-tooltip.tooltip.show {
  opacity: 1;
}
.mk-tooltip .tooltip-inner {
  color: #FFFFFF;
  /*background-color: #243451;*/
  background-color: #5D636B;
  border-radius: 0.5rem;
  padding: 0.5rem 1rem 0.5rem 1rem;
}
.mk-tooltip.bs-tooltip-bottom .arrow::before {
  border-bottom-color: #5D636B;
}
.mk-tooltip.bs-tooltip-top .arrow::before {
  border-top-color: #5D636B;
}
.mk-tooltip.bs-tooltip-left .arrow::before {
  border-left-color: #5D636B;
}
.mk-tooltip.bs-tooltip-right .arrow::before {
  border-right-color: #5D636B;
}

.actionlink {
  color: #8b8b8b;
  border-bottom: 1px dotted;
  cursor: pointer;
  text-decoration: none !important;
}
.actionlink:hover {
  color: #2B2F34;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.table .thead-light th {
  color: #000000 !important;
}

.table-striped tbody tr:nth-of-type(odd) {
  background-color: rgba(0,0,0,.025);
}

.table-hover tbody tr:hover {
  background-color: rgba(0, 0, 0, 0.075);
}

.nav-pills .nav-link.active, .nav-pills .show > .nav-link {
  color: #fff;
  background-color: rgba(0, 0, 0, 0.075);
}

.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
  border-top-color: rgba(0, 0, 0);
  border-right-color: rgba(0, 0, 0);
  border-left-color: rgba(0, 0, 0);
}

.nav-tabs, .nav-tabs .nav-link {
  border-bottom-color: rgba(0, 0, 0);
}

.dropdown-item:hover {
  background-color: rgba(0, 0, 0, 0.1);
}

.tab, .tab a {
  /* color: #0088FF; */
  /* color: #888888; */
  border-bottom: solid;
  border-bottom-width: 4px;
  border-bottom-color: #FFFFFF;
  text-decoration: none !important;
  transition: border-bottom-color .5s linear;
}
.tab[selected] {
  color: #2B2F34;
  font-weight: bold;
  border-bottom-color: #0088FF;

}
.tab[selected] a {
  color: #2B2F34;
  font-weight: bold;
}
.tab:not([selected]):hover {
  cursor: pointer;
  font-weight: bold;
  /*border-bottom-color: #0088FF;*/
}

.hoverable .show-on-parent-hover,
.hoverable .show-on-parent-hover-50 {
  opacity: 0;
  overflow: hidden;
  transition: all .5s linear;
}
.hoverable:hover .show-on-parent-hover {
  opacity: 1;
}
.hoverable:hover .show-on-parent-hover-50 {
  opacity: 0.5;
}
.hoverable .hide-on-parent-hover {
  opacity: 1;
  overflow: hidden;
  transition: all .5s linear;
}
.hoverable:hover .hide-on-parent-hover {
  opacity: 0;
}

.cursor-pointer {
  cursor: pointer;
}

.box-head {
  background-color: #D4EDDA;
}

.box-body {
  background-color: #F0F0F0;
}

.ol-popup {
  position: absolute;
  background-color: white;
  box-shadow: 0 1px 4px rgba(0,0,0,0.2);
  padding: 15px;
  border-radius: 10px;
  border: 1px solid #cccccc;
  bottom: 12px;
  left: -50px;
  min-width: 280px;
}
.ol-popup:after, .ol-popup:before {
  top: 100%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
}
.ol-popup:after {
  border-top-color: white;
  border-width: 10px;
  left: 48px;
  margin-left: -10px;
}
.ol-popup:before {
  border-top-color: #cccccc;
  border-width: 11px;
  left: 48px;
  margin-left: -11px;
}
.ol-popup-closer {
  color: #CCCCCC;
  text-decoration: none !important;
  position: absolute;
  top: 2px;
  right: 8px;
  cursor: pointer;
}
.ol-popup-closer:hover {
  color: #888888;
}

.map-info-popup {
  border-radius: 10px 0 0 10px;
  background-color: white;
  position: absolute;
  top: 0px;
  right: 0px;
  height: 100%;
  min-width: 280px;
  max-width: 350px;
  transform: translateX(100%);
  transition: 0.5s;
}

.map-zoom-to-extent {
  top: 4.643em;
  left: .5em
}

.btn-round {
  border-radius: 2rem;
}
.btn-round:disabled,
.btn-round[disabled] {
  border-color: #999999 !important;
  color: #666666 !important;
}
.btn-round.btn-gray:not(:hover) {
  color: #000000;
}

.btn-hover-stretch {
  max-width: 3rem;
  overflow: hidden;
  transition: 0.5s;
}
.btn-hover-stretch:hover {
  max-width: 30rem;
}


.filter-visible {
  border: solid 1px #777777;
  border-radius: 2rem;
}
.filter-visible .filter-input {
  max-width: 25rem;
  transition: max-width 0.5s;
}

.filter-hidden {
  /*border: solid 1px #ffffff;*/
  border: solid 1px #D0D0D0;
  border-radius: 2rem;
  min-width: 2.5rem;
}
.filter-hidden:hover {
  border: solid 1px #777777;
}
.filter-hidden .filter-input {
  max-width: 0px;
  transition: max-width 0.5s;
}
.filter-hidden:hover .filter-input {
  max-width: 25rem;
}



.filter-search {
  border: solid 1px #D0D0D0;
  border-radius: 2rem;
  overflow: hidden;
  height: 2.5rem;
  max-width: 7rem;
  transition-duration: 0.5s;
  transition-property: max-width, border-color;
}
.filter-search:hover {
  border: solid 1px #007bff;
}
.filter-search:focus-within,
.filter-search:has(input:not(:placeholder-shown)) {
  border: solid 2px #007bff;
  max-width: 25rem;
}

.filter-search-clear {
  display: none;
  transition: opacity 0.5s;
}
.filter-search:focus-within .filter-search-clear,
.filter-search:has(input:not(:placeholder-shown)) .filter-search-clear {
  display: block;
}
.filter-search:has(input:placeholder-shown) .filter-search-clear {
  opacity: 0;
  pointer-events: none;
}
.filter-search:has(input:not(:placeholder-shown)) .filter-search-clear {
  opacity: 1;
  cursor: pointer;
}


.top-bottom-button {
  position: fixed;

  color: white;
  background-color: gray;
  font-size: 2rem;
  border-radius: 1.5rem;
  overflow: hidden;
  cursor: pointer;
  z-index: 99;

  opacity: 0;
  width: 0;
  height: 0;
  transition: opacity 1s 0s, width 0s 1s, height 0s 1s;
}
.top-bottom-button:hover {
  opacity: 1;
  transition: opacity 0s;
}
.top-bottom-button-visible {
  opacity: 0.5;
  width: 3rem;
  height: 3rem;
  transition: opacity 1s 0s, width  0s 0s, height 0s 0s;
}

.top-button {
  bottom: 7.25rem;
  right: 3.25rem;
}

.bottom-button {
  bottom: 3.25rem;
  right: 3.25rem;
}


.loading-element {
  color: #e9ecef;
  background-color: #e9ecef;
  border-radius: 5px;
  display: inline-block;
  min-height: 1.5rem;
  animation: 0.5s infinite alternate loading;
}
@keyframes loading {
  from {
    background-color: #e9ecef;
  }
  to {
    background-color: #f9f9fa;
  }
}

.input-container {
  padding: 4px 16px;
  border-radius: 5px;
  border: 1px solid #eeeef8;
  background-color: #efeff8;
  min-height: 3rem;
  cursor: text;
  transition: background-color 0.5s;
  box-shadow: 0 .125rem .25rem rgba(0,0,0,.075);
}
.input-container:hover {
  background-color: #e8e8f0;
}
.input-container:focus-within {
  border-color: black;
  background-color: white;
}
.input-container input {
  width: 100%;
  outline: none;
  border: 0;
  border-style: none;
  box-shadow: none;
  background-color: inherit;
  padding: 0;
}

.card-border-r15 {
  border-radius: 15px;
}
.card-border-r15 .card-header {
  border-radius: 15px 15px 0px 0px;
}
.card-border-r15 .card-footer {
  border-radius: 0px 0px 15px 15px;
}

/* PROMO */

.promo-card {
  width: 20rem;
  height: 30rem;
  max-height: 30rem;
  border-radius: 7px;
  transition: opacity 0.5s;
}
.promo-body {
  position: relative;
  overflow: hidden;
}
.promo-body:after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 3rem;
  background: linear-gradient(180deg, transparent, white 80%);
}
.promo-image {
  height: 15rem;
  min-height: 15rem;
  object-fit: cover;
  border-radius: 7px 7px 0px 0px;
}
.promo-image::before {
  content: ' ';
  display: block;
  height: 100%;
  width: 100%;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='8rem' height='8rem' fill='gray' viewBox='0 0 16 16'%3E  %3Cpath d='M13.442 2.558a.625.625 0 0 1 0 .884l-10 10a.625.625 0 1 1-.884-.884l10-10a.625.625 0 0 1 .884 0M4.5 6a1.5 1.5 0 1 1 0-3 1.5 1.5 0 0 1 0 3m0 1a2.5 2.5 0 1 0 0-5 2.5 2.5 0 0 0 0 5m7 6a1.5 1.5 0 1 1 0-3 1.5 1.5 0 0 1 0 3m0 1a2.5 2.5 0 1 0 0-5 2.5 2.5 0 0 0 0 5'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center;
  background-color: #f8f9fa;
}

.promo-title {
  color: #2750C4;
  text-transform: uppercase;
}
.promo-link {
  color: inherit;
  text-decoration: none !important;
}
.promo-link:hover, .promo-link:hover .promo-title {
  color: #379CFE;;
}


.print-border {
  border: 0 !important;
}

@media print {
  .print-border {
    border: 1px solid #000 !important;
  }
}