    /* width */
::-webkit-scrollbar {
  width: 6px;
}
* {
  scrollbar-width: thin;
}
/* Track */
::-webkit-scrollbar-track {
  background: #f1f1f1;
  margin-bottom: 10px;
  margin-left: 5px;
}
/* Handle */
::-webkit-scrollbar-thumb {
  background: #919191;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #464646;
}
html {
  height: 100%;
}
body {
  min-height: 100%;
  overflow: hidden;
  font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
}
.container-fluid {
  padding-left: 0;
  padding-right: 0;
  height: 100%;
}
.gisview-menu {
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: 100;
  height: 100%;
}
.root ul {
  padding-left: 15px !important;
}
.card-grafika {
  position: absolute;
  height: 100%;
  width: 100%;
  border: none;
  border-radius: 0;
}
.map {
  padding: 0;
}

/* Toolbar */
.left-side-menu {
  position: absolute;
  top: 10px;
  left: 10px;
  z-index: 1;
  margin-top: 0;
}
.bottom-menu .side-menu-button {
  width: 100%;
  height: initial;
  margin-top: 0;
  padding-top: 5px;
}
.map-mobile .tools-button {
  top: auto;
  bottom: 25px;
}
.tools-item {
  border-radius: 50%;
  background: #FFFFFF;
  color: #ED1C24;
  width: 40px;
  height: 40px;
  z-index: 9999;
  position: relative;
}
.tools-item > i {
  padding: 5px;
}
.zoom-buttons {
  bottom: 10px;
  left: 10px;
}
#multiSearch-card {
  position: absolute;
  top: 10px;
  left: 65px;
}
#layers-card {
  top: 200px;
  left: 65px;
}
#select-card {
  position: absolute;
  top: 600px;
  left: 65px;
}
#select-card .card-body {
  padding: 0;
}
#select-card .list-group {
  overflow: auto;
  max-height: 200px;
}
#select-card .list-group > li {
  padding-top: 8px;
  padding-bottom: 8px;
  padding-left: 10px;
}
#select-card .list-group i {
  padding-top: 3px;
}
#select-card .list-group > li:hover {
  background: #e2e6ea;
}
#select-card .list-group i:hover {
  cursor: pointer;
  background: #e2e6ea;
}
#tools-card {
  top: 9px;
  left: 50vw;
}
.select-tool.active {
  background: #e2e6ea;
}
.pis-card .card-header {
  padding: 0.5rem;
}
.pis-card .card-body {
  padding: 0.5rem;
}
.pis-card .card-body {
  overflow: auto;
}
.change-legenda-div {
  border-bottom: 1px solid gray;
}
.form-control, .form-control-sm, .input-group-append {
  padding: 2px;
  border: none;
  background: transparent no-repeat;
  background-image: linear-gradient(to bottom, #ED1C24, #ED1C24), linear-gradient(to bottom, #bdbdbd, #bdbdbd);
  background-size: 0 2px, 100% 1px;
  background-position: 50% 100%, 50% 100%;
  transition: background-size 0.3s cubic-bezier(0.64, 0.09, 0.08, 1);
}
.form-control:focus {
  border-width: 0;
  background-size: 100% 2px, 100% 1px;
  outline: none;
  padding-bottom: 2px;
  background-color: transparent;
  border-color: transparent;
  box-shadow: none;
}
.switch-panel-button {
  background: transparent;
  color: #ED1C24;
}
.switch-panel-button.active {
  color: #000000;
  border-radius: 0px;
  border-bottom: 2px solid #ED1C24 !important
}
/*Bootstrap override*/
.no-glow {
  outline: none;
  -webkit-box-shadow: none !important;
  -moz-box-shadow: none !important;
  box-shadow: none !important;
}
.map-scale-line {
  left: 65px;
}
.identifyTableHeader {
  font-size: 15px;
}

.identifySubHeader {
  font-size: 13px;
  font-weight: bold;
  background-color: #f8f9fa;
  padding: 5px 10px;
}

.accordion-item {
  cursor: pointer;
}

.accordion-header {
  padding: 0 !important;
}

.accordion-toggle {
  display: flex;
  align-items: center;
  padding: 8px 10px;
  justify-content: space-between;
}

.accordion-toggle:hover {
  background-color: #f5f5f5;
}

.sensor-label {
  display: flex;
  align-items: center;
  flex-grow: 1;
  gap: 8px;
}

.sensor-title {
  min-width: 0;
}

.sensor-date {
  font-weight: normal;
  font-size: x-small;
}

.sensor-value {
  margin-left: auto;
  font-weight: bold;
}

.accordion-icon {
  transition: transform 0.2s ease;
}

.accordion-content td {
  padding: 10px;
  background-color: #fafafa;
}

.identify-card {
  min-height: 150px;
  min-width: 338px;
  max-height: 500px;
  height: auto;
  width: 340px;
  height: 250px;
  overflow: hidden;
  resize: both;
  padding-bottom: 10px;
}
.identify-card .card-body {
  height: 92%;
  padding: 0 5px 5px;
}
.identify-card i {
  padding: 0 4px 4px;
  font-size: 20px
}
body .ui-autocomplete {
  background-color: white;
  cursor: pointer;
  border: 1px solid #c5c5c5;
  border-radius: 0px 0px 3px 3px;
  list-style: none;
  padding-left: 9px;
  max-width: 350px;
  max-height: 240px;
  overflow-y: auto;
  z-index: 9999999;
  font-size: 13px;
  overflow-x: hidden;
}
.ui-autocomplete .ui-menu-item {
  padding-top: 5px;
  padding-bottom: 5px;
}
.dof-podlaga{
  background-image: url("../images/podlagaDOF.png");
  background-repeat: no-repeat;
  background-color: rgb(255, 255, 255);
  background-position: center center;
}
.osm-podlaga{
  background-image: url("../images/podlagaOSM.png");
  background-repeat: no-repeat;
  background-color: rgb(255, 255, 255);
}
.active-layer {
  border: 2px solid #ED1C24 !important;
}
.show-map-0 {
  box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.4);
  position: absolute;
  left: 260px;
  bottom: 1%;
  float: left;
  background-color: transparent;
  border: none;
  margin-right: 6px;
  transition: all 500ms cubic-bezier(0,0,0.2,1);
  z-index: 999;
}
.show-map-1 {
  position: absolute;
  left: 205px;
  bottom: 1%;
  float: left;
  background-color: transparent;
  border: none;
  margin-right: 6px;
  box-shadow: 1px 1px 1px rgba(0,0,0,0.4);
  transition: all 500ms cubic-bezier(0,0,0.2,1);
  z-index: 999;
}
.show-map-2 {
  position: absolute;
  left: 315px;
  bottom: 1%;
  float: left;
  background-color: transparent;
  border: none;
  margin-right: 6px;
  box-shadow: 1px 1px 1px rgba(0,0,0,0.4);
  transition: all 500ms cubic-bezier(0,0,0.2,1);
  z-index: 999;
}
.btn-show-podlaga{
  background-size: contain;
  width: 44px;
  height: 35px;
  border-radius: 0;
  padding: 0;
}
.map-scale-line {
  left: 61px;
}
.map .identify-card .table-bordered td, .map .popup .table-bordered td {
  border-top: 0;
  border-left: 0;
  border-right: 0;
  padding-left: 5px !important;
  width: 50%;
}
.identify-left-side {
  font-size: 15px;
  color: #58595B;
  width: 45% !important;
}
.map .identify-card .table-bordered th, .map .popup .table-bordered th {
  border-left: 0;
  border-right: 0;
}
.map {
  position: absolute;
  height: calc(100vh - 60px);
}
.header-close {
  position: absolute;
  right: 20px;
  top: 15px;
  color: #ED2D38;
  font-size: 21px;
}
.header-more {
  position: absolute;
  right: 50px;
  top: 15px;
  color: #ED2D38;
  font-size: 21px;
}
.header-more a {
  color: #ED2D38;
}
.header-close :hover,
.header-more :hover {
  text-decoration: none;
}
.logo {
  width: 200px;
  height: 50px;
  background-size: contain;
  background-position: left center;
}
.logo-mobile {
  width: 150px;
  height: 40px;
  background-size: contain;
  background-position: left center;
}
.mok-logo {
  background-image: url("../images/mok-logo.jpg");
  background-repeat: no-repeat;
}
.mom-logo {
  background-image: url("../images/mom-logo.jpg");
  background-repeat: no-repeat;
}
.map-header {
  height: 60px;
  background: #ffffff;
}
.map-header-mobile {
  height: 7%;
  background: #ffffff;
}
.map-title {
  font-size: 21px;
  position: absolute;
  left: 50%;
  color: #ED2D38;
  text-align: center;
  top: 28px;
  user-select: none;
  transform: translateX(-50%) translateY(-50%);
  font-weight: bold;
}
.superSearch-cross {
  display: none;
  position: absolute;
  right: 18px;
  top: 0;
  bottom: 0;
  height: 14px;
  margin: auto;
  font-size: 14px;
  cursor: pointer;
}
.search-row {
  position: relative;
}
.form-control {
  font-size: 0.8rem;
}
.show-map-0-mobile {
  box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.4);
  position: absolute;
  right: 10px;
  bottom: 165px;
  background-color: transparent;
  border: none;
  transition: all 500ms cubic-bezier(0,0,0.2,1);
  z-index: 9999;
  display: none;
}
.show-map-1-mobile {
  position: absolute;
  right: 10px;
  bottom: 120px;
  background-color: transparent;
  border: none;
  box-shadow: 1px 1px 1px rgba(0,0,0,0.4);
  transition: all 500ms cubic-bezier(0,0,0.2,1);
  z-index: 9999;
  display: none;
}
.show-map-2-mobile {
  position: absolute;
  right: 10px;
  bottom: 80px;
  background-color: transparent;
  border: none;
  box-shadow: 1px 1px 1px rgba(0,0,0,0.4);
  transition: all 500ms cubic-bezier(0,0,0.2,1);
  z-index: 9999;
  display: none;
}
.pis-card-mobile .card-header,
.pis-card-mobile .card-body,
.legenda-card .card-body {
  padding: 0.5rem;
}
body.mobile .legenda-card{
  bottom: 75px !important;
}
.container-fluid-mobile {
  padding-left: 0;
  padding-right: 0;
  height: 80%;
}
.map-mobile {
  position: absolute;
  height: 93%;
}
.mobile-close-icon {
  font-size: 21px;
  color: #ED1C24;
  margin-top: 10px;
}
.popup-identify-title {
  text-transform: uppercase;
  font-size: 14px;
  padding-left: 10px;
}
.loader {
  position: absolute;
  left: 50%;
  top: 50%;
  border: 16px solid red;
  border-radius: 50% !important;
  border-top: 16px red;
  border-bottom: 16px red;
  width: 120px;
  height: 120px;
  -webkit-animation: spin 2s linear infinite;
  animation: spin 2s linear infinite;
  display: none;
  z-index: 99999;
}

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

@keyframes spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}
.okolje-table .divider:not(:last-child) {
  border: 1px solid lightgray;
}
#identifyDiv {
  overflow-x: hidden;
}
#identifyDiv table tr td:first-child {
  padding-top: 4px !important;
}
#identifyDiv:last-child {
  margin-bottom: 10px;
}
.measure-dropdown {
  top: 80px;
  left: 56%;
  display: inline;
}
.dropdown-item.active, .dropdown-item:active {
  background-color: #ED1C24;
}
.layer-settings .list-group-item>div>div:first-child {
  font-size: 14px;
}
.set-location-button {
  position: absolute;
  right: 5px;
  top: 20px;
  width: 150px;
  z-index: 1;
}
.confirm-location-button {
  position: absolute;
  right: 60px;
  top: 70px;
  width: 50px;
  z-index: 1;
}
.cancel-location-button {
  position: absolute;
  right: 5px;
  top: 70px;
  width: 50px;
  z-index: 1;
}
body.mobile .set-location-button {
  top: auto;
  bottom: 23px;
  left: calc(50% - 75px);
}
#tools-card {
  width: 250px;
}
#toolbar > div > div > a,
#toolbar > div > div > i {
  font-size: 20px;
  color: #ed1c24;
}
#toolbar a:hover,
#toolbar i:hover {
  cursor: pointer;
}
#tools-card .card-body {
  padding: 0;
}
#toolbar > div > div.active {
  background-color: #ed1c24;
}
#toolbar > div > div.active > a,
#toolbar > div > div.active > i {
  color: #ffffff;
}
#toolbar > div > div {
  height: 30px;
  padding-top: 5px;
}
#toolbar > div > div.dropdown {
  height: 30px;
  padding-top: 0;
}
/* Select2 validation */
span.select2-selection.is-invalid {
  border-color: #f93154;
  padding-right: 2.25rem;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%23f93154'%3E%3Ccircle cx='6' cy='6' r='4.5'/%3E%3Cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3E%3Ccircle cx='6' cy='8.2' r='.6' fill='%23f93154' stroke='none'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right calc(2em + 0.1875rem) center;
  background-size: calc(0.9em + 0.375rem) calc(0.9em + 0.375rem);
}
.select2-selection {
  border-radius: 0 !important;
  border-color: #e0e0e0 !important;
}
.input-group .select2-container .select2-selection--single {
  height: calc(2.08rem + 2px) !important;
  border-left: 0 !important;
  border-top-left-radius: 0 !important;
  border-bottom-left-radius: 0 !important;
  display: flex;
  align-items: center;
}
/* Force Select2 container to flex properly */
.input-group .select2-container {
  flex: 1 1 auto;
  width: 1% !important;
  min-width: 0;
}

.input-group .select2-container .select2-selection__arrow {
  height: 100%;
  top: 0;
}

.pripomba-form .validation-field {
  margin-bottom: 1rem;
}

.pripomba-form .validation-feedback-slot {
  display: none;
  padding-top: 3px;
  padding-bottom: 10px;
}

.pripomba-form.was-validated .validation-field:has(:is(input, select, textarea):invalid) > .validation-feedback-slot,
.pripomba-form .validation-field:has(.is-invalid) > .validation-feedback-slot {
  display: block;
  margin-top: 0.2rem;
  margin-bottom: 0.45rem;
}

.pripomba-form .validation-feedback-slot .invalid-feedback {
  display: block;
  margin: 0;
  font-size: 0.78rem;
  line-height: 1.25;
}

.pripomba-form .field-desc-muted {
  display: block;
  margin: 0.35rem 0 0;
  line-height: 1.4;
  font-size: 0.8rem;
  font-weight: 400;
}

.pripomba-form .form-label,
.pripomba-form .form-check-label,
.pripomba-form .field-desc-info,
.pripomba-form .field-desc-info a,
.pripomba-form .btn,
.pripomba-form input,
.pripomba-form select,
.pripomba-form textarea {
  font-family: Arial, Helvetica, sans-serif;
}

.pripomba-form .form-label {
  font-size: 0.8rem;
  font-weight: 700;
  letter-spacing: 0;
}

.pripomba-form .form-check-label,
.pripomba-form .field-desc-info {
  font-size: 0.8rem;
  font-weight: 400;
  line-height: 1.4;
}

.pripomba-form :is(.validation-check, .validation-radio-group) > .validation-feedback-slot {
  padding-left: 1.75rem;
}

.pripomba-form.was-validated :is(.validation-check, .validation-radio-group):has(:is(input, select, textarea):invalid) > .validation-feedback-slot,
.pripomba-form :is(.validation-check, .validation-radio-group):has(.is-invalid) > .validation-feedback-slot {
  margin-top: 0.1rem;
  margin-bottom: 0.65rem;
}

.form-check-input[type="radio"][name="solastniki"] {
  background-color: #fff !important;
  background-image: none !important;
}

.form-check-input[type="radio"][name="solastniki"]:is(:checked, :focus) {
  border-color: #d2092d !important;
  background-color: #fff !important;
  background-image: none !important;
  box-shadow: none !important;
}

.form-check-input[type="radio"][name="solastniki"]:checked::after {
  background-color: #d2092d !important;
  border-color: #d2092d !important;
}