@charset "UTF-8";

/*
PI 
:root {
  --primary-color: #1b495a;
  --secundary-color: #529dba;
  --tertiary-color: #89b7ce;
}*/

/* EV */
:root {
  --primary-color: #1a495a;
  --secondary-color: #ffcf82;
  --tertiary-color: #c79ca1;
}

[tabindex]:focus {
  outline: none;
}

[tabindex]:focus-visible {
  outline: 2px solid rgba(0, 123, 255, 0.5);
  border-radius: 4px;
  outline-offset: 1px;
}

.version-selector {
  right: -20px;
  overflow: visible;
  font-size: 18px;
  line-height: 18px;
  background: #0089d0;
}

.version-selector :before {
  content: "";
  height: 0;
  width: 0;
  display: block;
  position: absolute;
  top: 0;
  left: -29px;
  border-top: 15px solid #0089d0;
  border-bottom: 15px solid #0089d0;
  border-right: 15px solid transparent;
  border-left: 15px solid transparent;
}

.version-selector :after {
  content: "";
  height: 3px;
  background: rgba(0, 0, 0, 0.3);
  display: block;
  position: absolute;
  bottom: -3px;
  left: 58px;
  right: 3px;
}

.emv-mainPanel:after {
  color: #add8e6;
  content: "Predlog modela";
  font-size: 50px;
  font-weight: bold;
  margin-left: -60px;
  margin-top: -250px;
  opacity: 0.3;
  position: absolute;
  text-shadow: 3px 5px 0 #aaaaaa;
  text-transform: uppercase;
  transform: rotate(-40deg);
  white-space: nowrap;
  z-index: -1;
}

.main-container {
  display: flex;
  flex-direction: column;
  width: 100%;
  /* min-height: 100%; */
}

div.mainApp {
  margin-top: 35px;
  bottom: 82px;
}

.header_title {
  display: inline-block;
  vertical-align: bottom;
  text-align: left;
  min-width: 500px;
}

.header-main {
  width: 100%;
  display: flex;
  flex-direction: column;
  max-height: 110px;
  /* background-color: var(--primary-color) !important; */
}

.header-container-top {
  width: 100%;
  max-height: 40px;
  background: #1a495a;
  display: flex;
}

.header-container-bottom {
  width: 100%;
  max-height: 70px;
  background: linear-gradient(
    to right,
    var(--primary-color) 30%,
    var(--primary-color) 10%,
    var(--secondary-color) 100%
  );
}

.header-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 0 auto;
  padding: 10px;
}

.header_gurs_logo {
  z-index: 1;
  position: relative;
  height: 25px;
  max-height: 45px;
}

.header_emv_logo {
  z-index: 1;
  max-height: 40px;
  max-width: 400px;
  position: relative;
  padding-left: 37px;
}

.footer-main {
  position: absolute;
  bottom: 0;
  width: 100%;
  z-index: 1;
  display: inherit;
  background-color: var(--primary-color);
  margin-top: auto;
  /* height: 90px; */
  padding: 5px 10px;
}

.footer-container {
  display: flex;
  flex-direction: row;
  color: white;
  margin-top: auto;
  /* align-items: center; */
  justify-content: space-between;
  margin: 0 auto;
  max-height: 80px;
  /* padding: 0 10px; */
  width: 100%;

  a {
    color: white;
    text-decoration: none;
    font-weight: 400;
  }
}

.img-wrapper {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: auto;
  max-height: 100px;
  width: auto;
  overflow: hidden;

  img {
    width: 150px;
    height: auto;
    object-fit: contain;
  }

  &:first-child img {
    width: 270px;
  }
}

.info-container {
  display: inline-flex;
  align-items: flex-start;
  display: flex;
  flex-direction: column;

  a {
    color: white !important;
  }
}

.info-links {
  align-items: flex-start;
  flex-direction: row;
  gap: 5px;
  display: inline-flex;

  a span {
    text-decoration: inherit;
    color: white;
  }

  a:hover span {
    text-decoration: underline;
  }

  a:not(:last-child)::after {
    content: "|";
    color: white;
    margin-left: 5px;
  }
}

body {
  margin: 0px;
  padding: 0px;
  font-family: tahoma, verdana, sans-serif;
}

h1,
h2 {
  font-family: tahoma, verdana, sans-serif;
  font-size: 12px;
  font-weight: bold;
  color: #dda163;
  margin-top: 4px;
  margin-bottom: 6px;
  padding: none;
  text-transform: uppercase;
}

h1 {
  font-size: 14px;
}

h3 {
  font-family: tahoma, verdana, sans-serif;
  font-size: 12px;
  font-weight: bold;
  color: #278c60;
  margin-bottom: 3px;
  margin-top: 6px;
}

.zvn-error {
  color: #ff0000;
}

div.zvn-loadingPanel {
  position: absolute;
  top: 0px;
  width: 100%;
  height: 100%;
  background-color: #ffffff;
  background-image: url(../img/process-working.gif);
  background-position: center;
  background-repeat: no-repeat;
  opacity: 0.6;
  filter: alpha(opacity=60);
  z-index: 100;
}

.sgButton-select-model {
  background-color: transparent;
  /*border-radius: 10px;*/
  padding: 5px !important;
}

.documentDataPanel {
  /*border-bottom: 1px solid rgba(0, 0, 0, .25);*/
  width: 100%;
  padding-bottom: 1px;
  padding-top: 1px;
}

.documentDataPanel img {
  width: 20px;
  margin-right: 5px;
}
.documentDataPanel-hide {
  display: none;
  border-bottom: none;
}

.zvn-modelSelectorLabels {
  display: flex;
}
.zvn-modelSelector,
.zvn-modelSelector table {
  width: 95% !important;
}
.zvn-modelSelector td {
  width: 100%;
}

.zvn-modelSelector table h2 {
  font-family: "Century Gothic", CenturyGothic, Geneva, AppleGothic, sans-serif;
  color: var(--primary-color) !important;
  border-bottom: 1px solid #ccc;
}

.zvn-modelSelectorPanel {
  display: flex;
  justify-content: space-between;
}

.zvn-modelSelectorPanel h2 {
  color: #9ca960 !important;
}

.zvn-modelSelectorPanelHelp {
}
.zvn-modelSelectorPanelHelp tr {
  justify-content: flex-end;
}
.zvn-modelSelectorPanelHelp td {
  height: 100% !important;
}
.zvn-modelSelector tr {
  display: flex;
}

.zvn-labelDateNote,
.zvn-labelDateNoteValue {
  color: #000 !important;
  font-size: 10px !important;
}

.gwt-Label.h3,
div.gwt-Label:nth-child(4) {
  margin-top: 0.5em;
  color: var(--primary-color);
  font-weight: 700;
  display: inline-block;
}

.zvn-levelsBar-colour {
  border: 1px solid #000;
}

.zvn-levelIndicator {
  left: 2px !important;
  color: #000;
  font-weight: 500px;
}

.zvn-levelIndicator
  > tbody:nth-child(1)
  > tr:nth-child(1)
  > td:nth-child(2)
  > div:nth-child(1) {
  color: #000;
}

.zvn-levelIndicatorMin,
.zvn-levelIndicatorMax {
  color: #000 !important;
}

.gwt-HorizontalSplitPanel > div:nth-child(1) > div:nth-child(1) {
  padding-left: 50px;
}

/* 
######### HELP PANEL #####################################
*/

table.zvn-helpPanel {
  margin: 10px;
  margin-top: 20px;
  margin-right: 20px;
}

.zvn-helpPanel table {
  padding-bottom: 15px;
  font-family: tahoma, verdana, sans-serif;
  font-size: 12px;
  color: #444444;
}

.zvn-helpPanel div {
  text-align: left;
}

.zvn-helpPanel img {
  margin-right: 15px;
}

.zvn-helpPanel h2 {
  margin-top: 0px;
  margin-bottom: 10px;
}

.zvn-helpPanel a,
.zvn-helpPanel a:visited,
.zvn-helpPanel a:hover {
  font-family: tahoma, verdana, sans-serif;
  font-size: 12px;
  font-weight: bold;
  color: #dda163;
  margin-top: 15px;
  margin-bottom: 6px;
  padding: none;
}

.zvn-helpPanel a:hover {
  color: #278c60;
}

/* 
######### INFO PANEL #####################################
*/

table.zvn-resultsPanel {
  margin: 7px;
}

.zvn-resultsPanel a {
  font-size: 12px;
  color: #dda163;
}

table.zvn-documentsPanel {
  margin: 7px 0;
}

.zvn-documentsPanel tr {
  height: 20px !important;
}

.zvn-documentsPanel td {
  height: 20px !important;
}

.sgDialogContent {
  padding: 0px !important;
}

/* 
######### MODEL AND LEVEL DISPLAY #####################################
*/

img.zvn-modelImage {
  margin: 10px;
  /**height: 120px !important;*/
}

.zvn-modelSelector {
  margin: 10px 0 0 10px;
}

.zvn-modelSelector .gwt-ListBox {
  margin-left: 12px;
  argin-top: 5px;
}

table.zvn-levelsBar {
  margin-top: 5px;
}

.zvn-levelsBar tr {
  height: 7px;
}

.zvn-levelsBar td {
  height: 7px;
  font-size: 1px;
  padding-bottom: 2px;
}

div.zvn-levelsBar-colour {
  height: 7px;
  width: 30px;
}

div.zvn-levelIndicator-outer {
  vertical-align: middle;
  overflow: visible;
  position: relative;
  height: 100%;
  width: 100%;
}

table.zvn-levelIndicator,
table.zvn-levelIndicatorMin,
table.zvn-levelIndicatorMax {
  position: absolute;
  left: -4px;
  top: -3px;
  text-align: left;
}

.zvn-levelIndicator td,
.zvn-levelIndicatorMax td,
.zvn-levelIndicatorMin td {
  white-space: nowrap;
  padding-left: 2px;
  font-size: 10px;
  vertical-align: middle;
  text-align: left;
}

.zvn-levelIndicator td {
  font-weight: bold;
  color: #278c60;
}

div.zvn-minMaxIndicator,
.zvn-levelIndicatorMax td,
.zvn-levelIndicatorMin td {
  color: #666666;
}

.zvn-levelIndicatorMax img,
.zvn-levelIndicatorMin img {
  visibility: hidden;
}

.zvn-levelIndicator img {
  margin-right: 4px;
  margin-top: 2.5px;
}

div.zvn-minMaxIndicator {
  height: 7px;
  margin-right: 5px;
  margin-top: -7px;
  font-size: 10px;
  vertical-align: middle;
  text-align: right;
  overflow: visible;
  position: relative;
  *margin-bottom: -5px;
}

/* 
######### ZONE INFO #####################################
*/
table.zvn-zoneInfo {
  padding-left: 12px;
}

.zvn-zoneInfo div.gwt-Label,
.zvn-zoneInfo div.gwt-HTML {
  font-family: tahoma, verdana, sans-serif;
  font-size: 12px;
  color: #4b4b4b;
}

.zvn-zoneInfo img {
  margin-right: 6px;
}

.zvn-zoneInfo td {
  vertical-align: middle;
}

.zvn-labelDateNote {
  font-family: tahoma, verdana, sans-serif;
  font-size: 11px;
  color: #878787;
  padding-top: 3px;
}

.zvn-labelDateNoteValue {
  font-family: tahoma, verdana, sans-serif;
  font-size: 11px;
  color: #278c60;
  padding-top: 3px;
  padding-left: 5px;
  padding-right: 2px;
}

.zvn-resultsHeader H2 {
  margin-bottom: 0px;
}

table.zvn-resultsHeader {
  margin-bottom: 5px;
  margin-left: 7px;
}

.zvn-zonePanelTable {
  width: 100% !important; /* Make the table take up the full width of its container */
  border-collapse: collapse; /* Remove spacing between table cells */
}

.zvn-zonePanelTable tr {
  /*TODO testit*/
  display: flex;
}

.zvn-zonePanelTable td {
  flex: 1;
}

.zvn-zonePanelTable td:first-child {
  width: 220px;
  flex: initial;
}

.gwt-Label.zvn-zonePanelLabel {
  text-align: left; /* Align text to the right */
}
.zvn-modelSelectorH2 {
  font-weight: bold;
  color: var(--primary-color);
  margin-bottom: 12px !important;
  font-size: 16px;
  border-bottom: 1px solid #ccc;
  margin-top: revert !important;
}

/* 
######### MESSAGE BOX #####################################
*/

table.message-box {
  font-size: 11px;
  font-family: verdana;
  align-self: center;
  padding: 15px;
  margin: 5px;
}

/* 
######### TAB PANEL #####################################
*/

div.gwt-TabPanelBottom {
  /*height: 97%;*/
}

.gwt-TabPanelBottom {
  padding: 6px;
  border-top: 4px solid #278c60;
}

.gwt-DecoratedTabBar {
  width: 100%;
  background-image: url(../img/right/layerstab_inactive.jpg);
  background-repeat: repeat-x;
  padding: 0px;
  padding-top: 5px;
  border: none;
}

.gwt-DecoratedTabBar .gwt-Label {
  text-transform: uppercase;
  font-weight: bold;
  font-size: 12px;
  font-family: verdana, tahoma, sans-serif;
}

.gwt-TabBar .gwt-TabBarItem,
.gwt-DecoratedTabBar .gwt-TabBarItem-selected {
  border: none;
  background: none;
  padding: 0px;
  margin: 0px;
  padding: 0px;
}

.gwt-DecoratedTabBar .gwt-TabBarItem {
  border: none;
  height: 25px;
  margin: 0px;
  padding: 0px;
  margin-right: 5px;
  color: #ffffff;
  background-color: transparent;
}

.gwt-DecoratedTabBar .gwt-TabBarItem td.tabMiddleCenter {
  background-color: #8a8a8a;
  background-image: none;
  color: #ffffff;
}

.gwt-DecoratedTabBar .gwt-TabBarItem td.tabMiddleRight {
  display: block;
  width: 7px;
  height: 25px;
  background-color: transparent;
  background-image: url(../img/right/inactive_2.png);
  background-repeat: no-repeat;
}

.gwt-DecoratedTabBar .gwt-TabBarItem td.tabMiddleLeft {
  display: block;
  width: 7px;
  height: 25px;
  background-color: transparent;
  background-image: url(../img/right/inactive_1.png);
  background-repeat: no-repeat;
}

.gwt-DecoratedTabBar .gwt-TabBarItem div.tabMiddleLeftInner,
.gwt-DecoratedTabBar .gwt-TabBarItem div.tabMiddleRightInner {
  min-width: 7px;
  width: 7px;
}

.gwt-DecoratedTabBar .gwt-TabBarItem-selected td.tabMiddleCenter {
  background-color: #278c60;
  background-image: none;
  color: #ffffff;
}

.gwt-DecoratedTabBar .gwt-TabBarItem-selected td.tabMiddleLeft {
  display: block;
  width: 7px;
  height: 25px;
  background-color: transparent;
  background-image: url(../img/right/active_1.png);
  background-color: transparent;
  background-repeat: no-repeat;
}

.tabMiddleLeft div {
  width: 7px;
  background-color: transparent;
}

.gwt-DecoratedTabBar .gwt-TabBarItem-selected td.tabMiddleRight {
  display: block;
  width: 7px;
  height: 25px;
  background-color: transparent;
  background-image: url(../img/right/active_2.png);
  background-repeat: no-repeat;
}

/* 
######### DOCUMENTS #####################################
*/

table.zvn-docLink {
  margin-bottom: 5px;
}

.zvn-docLink img {
  margin-right: 5px;
}

.zvn-docLink td {
  vertical-align: middle;
  padding-bottom: 5px;
}

.zvn-docLink a {
  font-family: tahoma, verdana, sans-serif;
  font-size: 12px;
  color: #dda163;
  margin-left: 5px;
}

.zvn-docsInfoPanel-More a {
  text-decoration: none;
  font-family: tahoma, verdana, sans-serif;
  font-size: 12px;
  color: #dda163;
  margin-left: 5px;
}

table.zvn-docsInfoPanel {
  border: 1px solid #666666;
  background-color: #eeeeee;
  padding-top: 20px;
  padding: 10px;
  padding-bottom: 8px;
  width: 100%;
  margin-top: 15px;
}

.zvn-docsInfoPanel td {
  padding-bottom: 2px;
}

/* 
######### COMMON ELEMENTS #####################################
*/

.gwt-CheckBox {
  color: #000000;
  background-color: transparent;
  font-family: tahoma, verdana, sans-serif;
  font-size: 12px;
  font-weight: bold;
  vertical-align: middle;
}

.gwt-ListBox {
  padding: 0px;
  color: #000000;
  background-color: transparent;
  font-family: tahoma, verdana, sans-serif;
  font-size: 12px;
  font-weight: bold; /* normal, bold */
}

/* 
######### SPLITTER #####################################


.hsplitter td {
    background: 			url(../img/vert_splitter.jpg) repeat-y;
    cursor:                 e-resize;
    border:                 none;
    width:					9px;
}
*/
.hsplitter {
  background: none !important;
}
.hsplitter td {
  background-color: rgba(64, 64, 76, 0.2) !important;
  cursor: e-resize;
  border: none;
  width: 9px;
}

.hsplitter img {
  display: none;
}

/* 
######### TOOLBAR #####################################
*/

/**
	IE transparecy fix
*/
div.sgwebui-toolbar-last {
  width: 25px;
  height: 40px;
  box-shadow: 2px 1px 2px #aaa;
  border-radius: 0 0 8px 0;
}

/* 
######### MAP CONTROLS #####################################
*/

div.zvn-mapDisclaimer {
  text-transform: uppercase;
  font-size: 12px;
  font-weight: bold;
  white-space: nowrap;
}

div.sgwebgis-coordinateslabel-projLb {
  font-family: tahoma, verdana, sans-serif;
  font-size: 12px;
  color: #000000;
  white-space: nowrap;
  min-width: 133px;
}

table.sgwebgis-coordinateslabel {
  margin-left: 15px;
}

div.sgwebgis-scaleSelect-moreButton {
  background-image: url(../img/toolbar/merilo.png);
}

.sgwebgis-scaleSelect {
  width: 150px;
}

.sgwebgis-mapComponent {
  background: white;
}

.anchor-ETN {
  display: block;
  background: url("../img/right/desni-meniji_inactive.jpg") repeat-x left top
    #9a9a9a;
  color: #666;
  font-size: 12px;
  padding: 4px 6px;
  -moz-border-radius: 4px 4px 0 0;
  border: 1px solid #888;
  border-bottom: none;
  text-align: center;
  white-space: nowrap;
  position: absolute;
  text-decoration: none;
  color: #000000;
}
.anchor-ETN img {
  margin: 0 5px -3px 0;
  border: none;
}
.sgwebgis-mapComponent a.anchor-ETN:hover {
  color: #dda163;
}
.sgwebgis-mapComponent a.anchor-ETN {
  color: #000000;
}

.sgDialogContent {
  padding: 10px;
}

.group-label {
  color: white;
  font-weight: bold;
  font-size: 20px;
  padding: 5px 0;
  padding-top: 50px;
  font-family: "Century Gothic", CenturyGothic, Geneva, AppleGothic, sans-serif;
  padding-bottom: 40px;
  background-color: var(--primary-color);
}
.btn-selection-group {
  display: table;
}

.modelSelectorContainer {
  max-height: 85vh;
  width: 100%;
}

.mainContainer {
  text-align: center;
  width: 100%;
  outline: none !important;
}

.modelGroupContainer {
  max-width: 660px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.modelGroupButtons {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  flex-wrap: wrap;
  max-width: 670px;
  padding-top: 25px;
}

.modal-back-label {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: var(--primary-color);
}

.modal-back-label .gwt-Label {
  color: white !important;
  font-size: 10px;
  font-weight: normal !important;
  text-align: left;
  padding-top: 10px;
  padding-bottom: 5px;
}

.modal-label-group {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding-top: 20px;
  padding-bottom: 10px;
  padding-left: 20px;
}

.modelGroupContainer .gwt-Label {
  width: 100%;
  height: 68%;
  font-size: 14px;
  font-family: "Century Gothic", CenturyGothic, Geneva, AppleGothic, sans-serif;
  display: flex;
  align-items: flex-end;
  color: white;
  font-size: 12px;
  padding: 5px;
}

.modal-version-description {
  font-size: 12px;
  color: #2f4858;
  padding: 20px 45px;
  text-align: left;
}

.gwt-Label {
  font-family: "Century Gothic", CenturyGothic, Geneva, AppleGothic, sans-serif !important;
}
.gwt-Label.light-label {
  font-size: 0.8em;
  margin-top: 10px;
  color: #999;
}

.sgDialogBox .Caption {
  background-color: white !important;
  color: #2f4858 !important;
  font-family: "Century Gothic", CenturyGothic, Geneva, AppleGothic, sans-serif;
  font-size: 13px !important;
}

.sgDialogBox {
  z-index: 1;
  border-radius: 8px !important;
}

.sgDialogBox tr.dialogTop .Caption {
  border-radius: 8px 8px 0 0 !important;
}

.groupSelectionBtn .html-face,
.groupSelectionBtn-active .html-face {
  display: table-cell !important;
  height: 100%;
  vertical-align: middle;
  border-radius: 6px !important;
  text-align: center;
  padding: 5px;
}

.gsb-col-green {
  background-color: #9ca960;
}

.gsb-col-yellow {
  background-color: #b69d4d;
}
.back-button {
  display: flex;
  align-items: center;
  width: 200px;
  padding: 10px;
  margin: auto 10px;
  align-self: flex-start;
  border-radius: 8px;
  outline: none;
  cursor: pointer;
  background-color: white;
  color: var(--primary-color);
  max-height: auto;
  letter-spacing: -0.5px;
}

.back-button img {
  height: 21px !important;
  width: 30px !important;
}

.back-button i {
  font-size: 12px;
  margin: 2px 6px 0 0;
}

.back-button .html-face {
  font-size: 12px;
  line-height: 11px;
  padding-left: 10px;
}

.back-button:hover {
  box-shadow: 0 3px 5px #aaa;
}

.groupSelectionBtn,
.groupSelectionBtn-active {
  width: 240px !important;
  margin: 10px;
  height: 240px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  width: 100%;
  cursor: pointer;
  position: relative;
  color: #dda064 !important;
  transition: all 0.2s ease-in;
  border-radius: 5px;
  box-shadow: 0 1px 2px #aaa;
  transition: all 0.2s ease-in-out;
  padding: 10px !important;
  text-align: left;
}

.modelSelectionBtn,
.modelSelectionBtn-active {
  border: none !important;
  margin: 5px 7px !important;
  font-size: 14px;
  width: 120px;
  box-shadow: 0 1px 2px #aaa;
  background-color: white !important;
  border-radius: 8px;
  flex: 1;
}

.modelSelectionBtn input,
.modelSelectionBtn-active input {
  display: none;
}

.modelSelectionBtn .html-face,
.modelSelectionBtn-active .html-face {
  display: table-cell !important;
  text-align: center;
  height: 80px;
  width: 80px;
  text-align: center;
  color: white;
}
.modelSelectionBtn-active .html-face {
  color: var(--primary-color);
}

.modelSelectionBtn-main {
  display: flex;
  align-self: flex-start;
  outline: none !important;
  cursor: pointer;
  color: white !important;
  background-color: var(--primary-color) !important;
  line-height: 15px;
}

.modelSelectionBtn-main .html-face {
  font-family: "Century Gothic", CenturyGothic, Geneva, AppleGothic, sans-serif;
  font-size: 13px;
  white-space: nowrap;
  font-weight: bold;
}

.btn-datum-label-main {
  color: white;
  font-family: "Century Gothic", CenturyGothic, Geneva, AppleGothic, sans-serif;
}

.btn-datum-label {
  padding-top: 1px;
  font-size: 16px;
  font-weight: bold;
  color: white;
  font-family: "Century Gothic", CenturyGothic, Geneva, AppleGothic, sans-serif;
}
.btn-datum-label-b {
  font-weight: 200;
  font-size: 13px;
  color: white;
  font-family: "Century Gothic", CenturyGothic, Geneva, AppleGothic, sans-serif;
}
.bdw100 {
  width: 100%;
}

.btn-datum-label.bdw100 {
  font-size: 16px;
  letter-spacing: -0.5px;
}

.lbl-align-left {
  color: #395060;
  padding: 10px 0px 10px 40px;
  text-align: left;
  font-size: 15px;
}
.horizontal-line {
  width: 100%;
  border: 0.25px solid #2f4858;
  margin: 6px 0;
}
.btn-datum-label-b.bdw100 {
  padding-top: 10px;
}

.btn-pad-t {
  padding-right: 5px;
  padding-bottom: 5px;
  font-size: 24px;
}
.btn-pad-r {
  padding-right: 5px;
}
.btn-datum-label-group {
  display: flex;
  justify-content: center;
  align-items: flex-end;
}

.btn-datum-label-g {
  padding-top: 10px;
}

.groupSelectionBtn .btn-datum-label-b {
  font-size: 14px;
}

.groupSelectionBtn:hover,
.modelSelectionBtn-main:hover {
  box-shadow: 0 3px 5px #aaa;
}

.modelSelectionBtn,
.groupSelectionBtn,
.groupSelectionBtn-active,
.modelSelectionBtn-active {
  vertical-align: center;
  vertical-align: middle;
}

.zvn-helpPanel {
  border: 1px solid #dda163;
  width: 310px;
  padding: 15px;
  margin-left: 55px !important;
}

.selectionTileAll {
  color: #2e4757;
  font-weight: bold;
  font-size: 18px;
  font-family: "Century Gothic", CenturyGothic, Geneva, AppleGothic, sans-serif;
  border-radius: 8px;
  padding: 3px;
  margin-bottom: 3px;
}

.del_stavbe-selectionBtn {
  background-color: #8dbdbd !important;
}
.parcela-selectionBtn {
  background-color: #cdae86 !important;
}
.posebne-selectionBtn {
  background-color: #cc94b5 !important;
}

.btn-selection-group {
  width: 100%;
  margin-bottom: 10px !important;
}
.btn-selection-group .modelSelectionBtn {
  transition: all 0.1s;
}

.btn-selection-group .modelSelectionBtn:hover,
.modelSelectionBtn-active {
  box-shadow: rgba(6, 24, 44, 0.4) 0px 0px 0px 2px,
    rgba(6, 24, 44, 0.65) 0px 4px 6px -1px,
    rgba(255, 255, 255, 0.08) 0px 1px 0px inset;
}

.modelSelectionBtn:hover .html-face {
  color: var(--primary-color) !important;
}

.sgDialogContent {
  overflow: auto;
  max-height: 91vh;
  scrollbar-width: thin;
  scrollbar-color: rgba(64, 64, 76, 0.8) white;
}

.sgDialogContent::-webkit-scrollbar-track {
  background-color: white;
  -webkit-box-shadow: inset rgba(50, 50, 93, 0.25) 0px 2px 0px 0px,
    rgba(0, 0, 0, 0.3) 0px 0px 0px 0px;
}
.sgDialogContent::-webkit-scrollbar {
  width: 6px;
  background-color: white;
}
.sgDialogContent::-webkit-scrollbar-thumb {
  border-radius: 10px;
  background-color: rgba(64, 64, 76, 0.8);
}

div.gwt-ToggleButton,
div.gwt-PushButton {
  /* padding: 2px; */
}

img.gwt-Image {
  width: 18px;
  height: 18px;
}

.modelSelectionBtnImg img.gwt-Image {
  width: 95%;
  height: 95%;
  border-radius: 14px;
}

.modelSelectionBtnImg html-face {
  height: 0px;
}

.sgButton.modelSelectionBtn-main img.gwt-Image {
  width: 8px;
  height: 8px;
  margin-top: 1px;
}

div.gwt-ToggleButton,
div.gwt-PushButton,
div.gwt-PushButton-up {
  background: #cdae86;
  box-shadow: -2px -2px 3px #777 inset, 0 0px 3px #aaa;
  border-radius: 4px;
  margin-top: 4px;
  margin-left: 3px;
  margin-bottom: 5px;
}

div.gwt-PushButton-up-hovering,
div.gwt-ToggleButton-down-hovering {
  box-shadow: 2px 2px 3px #777 inset;
  margin-left: 3px;
  margin-bottom: 5px;
  background-color: #8dbdbd !important;
}

div.gwt-ToggleButton-up-hovering {
  box-shadow: 2px 2px 3px #777 inset;
  margin-left: 3px;
  margin-bottom: 5px;
  background-color: #cdae86 !important;
}

div.gwt-PushButton-down,
div.gwt-ToggleButton-down,
div.gwt-ToggleButton.gwt-ToggleButton-down {
  background: #8dbdbd;
  box-shadow: 2px 2px 3px #777 inset;
  margin-left: 3px;
  margin-bottom: 5px;
}

div.gwt-PushButton-up-disabled,
div.gwt-ToggleButton-up-disabled {
  background: #888;
  box-shadow: none;
  box-shadow: -2px -2px 3px #777 inset, 0 0px 3px #aaa;
  border-radius: 4px;
  margin-top: 4px;
  margin-left: 3px;
  margin-bottom: 5px;
}

.gwt-ToggleButton img,
.gwt-PushButton img {
  margin: 3px;
}

div.sgwebgis-coordinateslabel {
  padding-top: 10px;
  font-family: "Century Gothic", CenturyGothic, Geneva, AppleGothic, sans-serif !important;
  background-color: transparent;
}

div.sgwebgis-fixedOverlay {
  height: 40px;
  width: 43px;
  overflow: hidden;
}

div.position-top-left {
  background: white;
  height: 40px;
  overflow: hidden;
  box-shadow: 2px 1px 2px #aaa;
  padding-right: 0px;
  padding-left: 5px;
  border-radius: 0 0 8px 0;
}

.GAJ2CPBHP {
  display: none !important;
}

div.position-top-left .GAJ2CPBGP {
  display: flex;
}

div.sgwebgis-mapComponent .gwt-Anchor {
  position: absolute;
  right: 15px;
  bottom: 3px;
}

.version-label {
  position: absolute;
  right: 100px;
  bottom: 15px;
  color: gray;
  font-size: 10px;
}

/* ACCESSIBILITY MODAL STYLING START */

.acs-wrapper {
  display: flex;
  flex-direction: column;
  gap: 10px;
  color: white;
  width: 100%;
}

.acs-toggle {
  font-size: 15px;
  display: flex;
  align-items: baseline;
  gap: 3px;
  padding: 4px 8px;
  cursor: pointer;
  color: white;
  background-color: transparent;
  border: none;
}

.acs-toggle:focus {
  outline: 1px solid white;
  border-radius: 5px;
}

.acs-toggle:hover {
  color: var(--secondary-color);
}

.acs-toggle h1 {
  font-size: 14px;
  line-height: 20px;
  margin: 0;
}

.acs-dropdown-wrapper {
  position: absolute;
  right: 0;
  top: 42px;
  z-index: 9999;
  display: flex;
  flex-direction: column;
  gap: 20px;
  padding: 20px;
  background: var(--primary-color);
  align-items: center;
  border-radius: 10px;
  border: 2px solid white;
}

.acs-dropdown-wrapper > *:not(:last-child) {
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
  padding-bottom: 15px;
  width: 100%;
}

.acs-dropdown-wrapper i {
  font-size: 24px !important;
}

.acs-dropdown-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding-bottom: 5px !important;
}

.acs-dropdown-header h2 {
  font-size: 16px !important;
  font-weight: bold;
  margin: 0;
  text-align: left;
  width: 100%;
  color: white;
  text-transform: none !important;
}

.acs-dropdown-header i:hover {
  cursor: pointer;
  color: var(--secondary-color);
}

.acs-dropdown-container {
  display: flex;
  flex-direction: column;
  gap: 20px;
  padding-bottom: 10px !important;
}

.acs-dropdown-section {
  display: flex;
  flex-direction: column;
  gap: 5px;
  width: 100%;
  align-items: center;
}

.acs-dropdown-section h3 {
  font-size: 16px;
  text-transform: uppercase;
  color: var(--secondary-color);
}

.acs-dropdown-options {
  display: flex;
  gap: 10px;
  justify-content: space-between;
  width: 100%;
}

.acs-dropdown-option-wrap {
  display: flex;
  flex: 1;
  padding: 10px;
  border-radius: 8px;
  max-width: 100%;
  border: 1px solid transparent;
  border-radius: 8px;
  background-color: transparent;
  justify-content: center;
}

.acs-dropdown-option {
  display: flex;
  color: white;
  flex-direction: column;
  gap: 10px;
  align-items: center;
  text-align: center;
  font-size: 16px;
}

.acs-dropdown-option-wrap:hover {
  cursor: pointer;
  color: black;
  background-color: var(--secondary-color);
}

.acs-dropdown-link {
  display: flex;
  gap: 8px;
  color: white !important;
  cursor: pointer;
  text-decoration: none;
  justify-content: center;
  width: 100%;
  background-color: transparent;
  border: none;
  font-weight: 600;
  font-size: 16px;
  padding: 0;
  margin: 0;
}

.acs-dropdown-link:hover {
  color: var(--secondary-color) !important;
}

/* ACCESSIBILITY MODAL STYLING END */
