:root {
  --blue-color: #0097CF;
  --dark-blue-color: #006CD7;
  --emphasized-dark-blue-color: #0052A5;
  --sky-blue-color: #77C2DE;
  --green-color: #16844E;
  --emphasized-green-color: #428365;
  --yellow-color: #F77516;
  --emphasized-yellow-color: #AC450E;
  --orange-color: #FF7C03;
  --red-color: #D60614;
  --violet-color: #8703C0;
  --emphasized-violet-color: #763AB2;
  --white-color: #FFFFFF;
  --light-grey-color: #EDEDED;
  --emphasized-light-grey-color: #D7D1D1;
  --grey-color: #787878;
  --dark-grey-color: #575353;
  --graphite-color: #333333;

  --default-outline: 1px solid var(--emphasized-light-grey-color);
}
#szukaj_dzialki{margin-left: 0px;}
#szukaj_dzialki  .tt-dataset{
  color: black;
}
.margin-button {
    margin-top: 10px;
}
input[type="checkbox"],
input[type="radio"] {
  accent-color: var(--blue-color);
}

.bootbox .modal-footer .btn-primary {
  background-color:  var(--blue-color) !important; /* Custom background color with !important */
  border-color:  var(--blue-color) !important;     /* Matching border color with !important */
  color: white !important;              /* Custom text color with !important */
}

.et-but {
  color: white
}
.et-but:hover {
  text-decoration: none;
  color: white
}

#nowy_plan > div > div > div > div > span.twitter-typeahead > input.tt-input {
    height: 25px;
}
div.col-xs-8 > div.bootstrap-tagsinput{
  height: 34px;
}
div.col-xs-8 > div.bootstrap-tagsinput > span.twitter-typeahead > input.tt-hint,
div.col-xs-8 > div.bootstrap-tagsinput > span.twitter-typeahead > input.tt-input{
  height: auto;
  margin: 0;
}
.bootstrap-tagsinput {
  width: 100%;
}

.bootstrap-tagsinput input[disabled] {
  cursor: not-allowed;
}

image[title='marker_select']{
    cursor: pointer;
    cursor: hand;
}
html, body {
  overflow-x: hidden;
  height: 100%;
  max-height: 100% !important;
  width: 100%;
  background-color: #eee
}

.subpage {
  padding: 2em;
  width: 100%;
}
.subpage legend {
  border: none;
  padding-top: .4em;
  text-transform: uppercase;
}
.subpage h2 {
  border: none;
  border-bottom: var(--default-outline);
  font-size: 25px;
  line-height: unset;
  margin: 0 0 10px 30px;
  padding-top: 0;
}

.typeahead {
  background-color: #fff;
}

.tt-query {
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
     -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

.tt-suggestion,
.tt-dataset {
  padding: 3px 20px;
  font-size: 12px;
  line-height: 24px;
}

.tt-suggestion:hover {
  cursor: pointer;
  color: #fff;
  background-color: var(--blue-color);
}

.tt-suggestion.tt-cursor {
  color: #fff;
  background-color: var(--blue-color);

}

.tt-suggestion p {
  margin: 0;
}

#wyszukaj-gmine {
 position: relative;
 top: 25px;
 left: 10px;
}

.etap-label {
  font-size: 12px;
  color: #444444;
  margin-bottom: 0px;
}

.nazwa-etap-label {
  font-size: 15px;
  color: var(--graphite-color);
  margin-top: 4px;
  margin-bottom: 4px;
}

.data-etap-label {
  font-size: 12px;
  color: var(--blue-color);
  margin-top: 0px;
  margin-bottom: 0px;
}

.opis-etap-label {
  color: #615656;
  font-size: 12px;
  margin-bottom: 12px;
  margin-top: 12px;
  text-align: justify;
}

.konsultacje-button {
  width: 100%;
  height: 50px;
  border: none;
  margin-top: 10px;
  margin-bottom: 10px;
}

.konsultacje-button-text {
  font-size: 16px;
  color: #FFFFFF;
  font-weight: bold;
  margin-bottom: 0px;
}

.konsultacje-button-additional {
  font-size: 10px;
  color: #FFFFFF;
  font-weight: bold;
  margin-top: 0px;
  margin-bottom: 0px;
}

.add-subscribed-button-green {
  float: right;
  align-items: center;
  border: 1px solid var(--green-color);
  border-radius: 5px;
  color: var(--white-color);
  background-color: var(--green-color);
  cursor: pointer;
  font-weight: bold;
}

.add-subscribed-button-green:hover {
  color: var(--white-color);
}

.add-subscribed-button-green:active,
.add-subscribed-button-green:focus {
  color: var(--white-color);
  outline: none;
}

.add-subscribed-button-green.disabled {
  background-color: var(--grey-color);
  border: 1px solid var(--grey-color);
  color: var(--white-color);
  cursor: not-allowed;
}

.add-subscribed-button-red {
  float: right;
  align-items: center;
  border: 1px solid var(--red-color);
  border-radius: 5px;
  color: var(--white-color);
  background-color: var(--red-color);
  cursor: pointer;
  font-weight: bold;
}

.add-subscribed-button-red:hover {
  color: var(--white-color);
}

.add-subscribed-button-red:active,
.add-subscribed-button-red:focus {
  color: var(--white-color);
  outline: none;
}

.add-subscribed-button-blue {
  float: right;
  align-items: center;
  border: 1px solid var(--blue-color);
  border-radius: 5px;
  color: var(--white-color);
  background-color: var(--blue-color);
  cursor: pointer;
  font-weight: bold;
}

.add-subscribed-button-blue:hover {
  color: var(--white-color);
}

.add-subscribed-button-blue:active,
.add-subscribed-button-blue:focus {
  color: var(--white-color);
  outline: none;
}

.add-subscribed-button-blue.disabled {
  background-color: var(--grey-color);
  border: 1px solid var(--grey-color);
  color: var(--white-color);
  cursor: not-allowed;
}

.add-subscribed-button {
  border: none;
  float: right;
}

.add-subscribed-button:disabled {
  background-color: #D9D9D9; /* background color when disabled */
  color: #6A6565; /* text color when disabled */
  cursor: not-allowed; /* cursor style when disabled */
}

.add-subscribed-button:disabled:hover {
  background-color: #D9D9D9; /* ensure the background stays the same when disabled */
  color: #6A6565; /* ensure text color stays the same when disabled */
}

.show-subscribtions-button {
  border: none;
  background-color: var(--blue-color);
  color: #FFFFFF;
}

.show-subscribtions-button:hover {
  color: #FFFFFF;
}

.show-subscribtions-content-button {
  border: none;
  background-color: var(--blue-color);
  color: #FFFFFF;
  height: 35px;
}

.show-subscribtions-content-button:hover {
  color: #FFFFFF;
}

.blue-checkbox:checked {
  accent-color: var(--blue-color);
}

.subscriptions-search-div {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
  margin-top: 20px;
  width: 58%;
}

.subscriptions-search-label {
  margin-right: 10px;
  white-space: nowrap;
  margin-bottom: 0px;
}

.input-container {
  position: relative;
  width: 100%;
}

.search-input {
  font-size: 14px;
  padding-left: 30px;
  padding-right: 30px;
  width: 100%;
  border: 1px solid #ccc;
  border-radius: 5px;
  height: 30px;
  outline: none;
}

.search-icon {
  position: absolute;
  top: 50%;
  left: 10px;
  transform: translateY(-50%);
  color: #999;
}

.search-engine-input-clear {
  position: absolute;
  top: 50%;
  right: 10px;
  transform: translateY(-50%);
  background: none;
  border: none;
  cursor: pointer;
}

.subscriptions-table-container {
  max-height: 300px;
  overflow-y: auto;
  position: relative;
}
.subscriptions-table {
  width: 100%;
  background-color: #fff;
  border-collapse: collapse;
  margin-bottom: 0px;
}
.subscriptions-table th, .subscriptions-table td {
  padding: 8px;
  text-align: left;
  border: 1px solid #ddd;
}
.subscriptions-table thead th {
  position: sticky;
  top: -1px;
  background-color: #fff;
  z-index: 1;
  box-shadow: 0 2px 2px -1px rgba(0, 0, 0, 0.4);
  border-top: 2px solid #ddd; /* Extra border to ensure visibility */
  border-bottom: 2px solid #ddd; /* Extra border to ensure visibility */
}
.subscriptions-table thead th::after {
  content: '';
  display: block;
  position: absolute;
  bottom: -1px;
  left: 0;
  right: 0;
  height: 1px;
  background: #ddd;
  z-index: 1;
}

.search-row {
  height: 40px;
}

.search-row th {
  height: 40px;
  vertical-align: middle;
  padding: 0;
}

.notification-button {
  align-items: center;
  /* padding: 10px 20px; */
  width: 220px;
  height: 35px;
  border: 1px solid var(--orange-color);
  border-radius: 5px;
  color: var(--white-color);
  background-color: var(--orange-color);
  cursor: pointer;
}
.notification-button:hover {
  color: var(--white-color);
}

.notification-button:active,
.notification-button:focus {
  color: var(--white-color);
  outline: none;
}

.notification-button img {
  margin-right: 10px;
  float: left;
}

.notification-button:disabled {
  background-color: var(--grey-color);
  border: 1px solid var(--grey-color);
}

.closed-users-table {
  width: 100%;
  border:1px solid #7b7b7b;

  margin-top: 10px;
  margin-bottom: 10px;
  padding-left: 10px;
  display: block;
  height: 300px;
  overflow-y: scroll;
}

.etap-table {
  width: 100%;
  background-color: #ececec !important;
  display: block;
  height: 300px;
  overflow-y: scroll;
}

.formula-zamknieta {
  border:1px solid #7b7b7b;
  margin-top: 10px;
  margin-bottom: 10px;
}

.days-info-span {
  font-size: 16px;
  color: var(--emphasized-dark-blue-color);
  margin-top: 0px;
  margin-bottom: 0px;
}

.info-dod-label {
  font-size: 12px;
  color: #615656;
  margin-top: 12px;
  margin-bottom: 12px;
  text-align: justify;
}

.dokumentacja-div {
  margin-top: 12px;
  margin-bottom: 0px;
}

.dokumentacja-label,
.osoba-odpowiedzialna-label {
  font-size: 10px;
  color: #444444;
}

.dokumentacja-label ~ a {
  font-weight: bold;
}

.dokumentacja-zalacznik-button {
  font-size: 12px;
  color: #337AB7;
  margin-left: 5px;
  margin-right: 5px;
  border: none;
  background: none;
}

.dokumentacja-zalacznik-label {
  font-size: 12px;
  color: var(--emphasized-dark-blue-color);
  cursor: pointer;
}

.dokumentacja-zalacznik-label:hover {
  color: var(--dark-blue-color);
}

input[type=search]::-webkit-search-cancel-button {
  -webkit-appearance: searchfield !important;
}

.twitter-typeahead{
  width: 100%;
}

.wyszukaj-button-gps {
  height: 44px;
  padding: 5px;
  background: none;
  border: none;
}


.lista-etapow-drop {
  width: 100%;
  z-index: 1;
}

.sub-icon {
  cursor: pointer;
  margin-right: 10px;
}

.lista-etapow-timestamp {
  color: var(--blue-color);
  font-size: large;
  margin-left: -.5em;
}

.with-timeline {
  border: none;
  margin-left: 1em;
  position: relative;
  width: calc(100% - 1em);
}

.timeline {
  background: var(--blue-color);
  left: -.2em;
  margin: 0;
  padding: 0;
  position: absolute;
  width: 3px;
}

.lista-procesow-button {
  width: 100%;
  word-wrap: break-word;
  white-space: normal;
  background: #EDEDED;
  border-radius: 0;
  margin-bottom: 5px;
  font-size: 14px;
  color: var(--dark-grey-color);
}

.lista-procesow-button.emphasized,
.lista-procesow-button:hover,
.lista-procesow-button:focus {
  background: var(--emphasized-light-grey-color);
  box-shadow: 2px 2px 2px var(--graphite-color);
}

.forum-gallery {
  width: 200px;
  height: 150px;
  display: inline-block;
  outline: none;
  color: transparent;
}

.forum-gallery:link {
  outline: none;
}

.forum-img {
  width: 200px;
  height: 150px;
}

.forum-img:link {
  outline: none;
}

.forum-gallery-single {
  width: 300px;
  height: 200px;
  display: inline-block;
  outline: none;
  color: transparent;
}

.forum-gallery-single:link {
  outline: none;
}

.forum-img-single {
  width: 300px;
  height: 200px;
}

.forum-img-single:link {
  outline: none;
}

.forum-span {
  white-space: pre-line;
  text-align: left;
  font-weight: bold;
}

.forum-rodo-label {
  color: var(--graphite-color);
  font-size: 12px;
}

.forum-rodo-content {
  color: #337AB7;
  font-size: 12px;
  font-style: bold;
  border: none;
  background: none;
}

.forum-temat-span {
  font-size: 14px;
  color: var(--graphite-color);
  text-align: center;
  font-weight: bold;
  white-space: pre-line;
}

.forum-opis-span {
  font-size: 12px;
  color: var(--graphite-color);
  text-align: justify;
  font-weight: bold;
  white-space: pre-line;
}

.forum-powrot-button {
  width: 100%;
  word-wrap: break-word;
  white-space: normal;
  background: #797979;
  border: 1px solid #5c5c5c;
  border-radius: 5px;
  color: #FFFFFF ;
  font-size: 14px;
}

.forum-powrot-button:hover {
  background: #5c5c5c;
}

.forum-buttons-div {
  padding-left: 5px;
  padding-right: 5px;
}

.forum-zalacznik-button {
  width: 100%;
  height: 24px;
  word-wrap: break-word;
  white-space: normal;
  background: var(--blue-color);;
  border: 1px solid #0804bf;;
  border-radius: 5px;
  color: #fff;
  margin-bottom: 10px;
  font-size: 12px;
  font-weight: bold;
}

.forum-zalacznik-button:hover {
  background: #0804bf;
}


.forum-publikuj-button {
  width: 100%;
  height: 24px;
  word-wrap: break-word;
  white-space: normal;
  background: #AD7BDF;
  border: 1px solid #763AB2;
  border-radius: 5px;
  color: #fff;
  margin-bottom: 10px;
  font-size: 14px;
}

.forum-publikuj-button:hover {
  background: #763AB2;
}

.forum-zalacznik-label {
  background: #AD7BDF;
  color: #6B379F;
  font-size: 12px;
}

.forum-dzialka-label {
  background: #AD7BDF;
  color: #6B379F;
  font-size: 12px;
  padding: 6px 25px;
}

.forum-parcels-message {
  text-align: justify;
  margin-left: 10px;
  margin-right: 10px;
  color: #6B379F;
  font-size: 12px;
  font-weight: bold;
}

.forum-user  {
  margin-left: 10px;
}

#lista-gmin, .lista-wnioskow {
 border-top: var(--default-outline);
 margin-top: 30px;
 list-style: none;
 padding: 1px;
 font-size: larger !important;
 text-decoration: none !important;
 overflow-y: visible !important;
}

#lista-gmin-dropdown {
  font-size: larger !important;
  height: 100%;
  list-style: none;
  margin-top: 8px;
  overflow-y: auto !important;
  padding: 1px;
  text-decoration: none !important;
 }

.lista-wnioskow {
  list-style: circle !important;
  padding: 10px !important;
}

#lista-gmin > li > a {
    text-decoration: none !important;
}

.show {
  display: block;
}

.hide {
  display: none;
}

.sidebar-list-entry {
    padding-top: 5px !important;
}

.list-entry {
 font-weight: 400;
 font-family: Lato monospace;
 font-size: 14px;
 padding: 2px;
}

.entry-wniosek {
 font-size: 13px;
 padding: 0 3px 3px 0;
 margin-top: -2px;
 margin-bottom: 2px;
 margin-left: 10px;
}


.tt-menu, .tt-dropdown-menu { /* UPDATE: newer versions use tt-menu instead of tt-dropdown-menu */
  -webkit-box-shadow: 0 5px 10px rgba(0,0,0,.2);
  background-color: #fff;
  border-radius: 4px;
  border: none;
  box-shadow: 0 5px 10px rgba(0,0,0,.2);
  box-shadow: 2px 2px 4px 0px var(--grey-color);
  font-size: 16px;
  max-height: 300px;
  overflow: auto;
  padding: 0;
  width: 100%;
  z-index: 6000 !important;
}
.bootstrap-tagsinput .tt-menu {
  left: -6px !important;
  margin-top: 8px;
  width: calc(100% + 12px)
}

.css3-shadow{
    position:relative;
    -webkit-box-shadow:0 1px 4px rgba(0, 0, 0, 0.7);
    box-shadow:0 1px 4px rgba(0, 0, 0, 0.7);
}
/*==================================================
 * Drop shadow effect with box-shadow
 * =============================================== */
.css3-shadow:after{
    content:"";
    position:absolute;
    z-index:0;
    -webkit-box-shadow:0 30px 50px rgba(0,0,0,0.8);
    box-shadow:0 30px 50px rgba(0,0,0,0.8);
    bottom:0px;
    left:0;
    right:0;
    width:100%;
    height:10%;
    -moz-border-radius:100%;
    border-radius:0%;
}
.no-display {
    visibility: hidden !important;
}
.wnioski {
    display: -webkit-flex;
    display: flex;
    justify-content: center;
    max-width: 100px;
}
.uwagi {
    display: -webkit-flex;
    display: flex;
    justify-content: center;
    max-width: 100px;
}
.navbar-inverse {
  -webkit-box-box-shadow: rgba(0, 0, 0, 0.16) 0px 3px 10px, rgba(0, 0, 0, 0.23) 0px 3px 10px;
  box-shadow: rgba(0, 0, 0, 0.16) 0px 3px 10px, rgba(0, 0, 0, 0.23) 0px 3px 10px;
}
.navbar-inverse div.container-fluid {
  /* background-image: url("../images/header.png"); */
  /* background-size: 1200px 74px; */
}
#top_nav {
  margin-left: 12px;
}
#navbar > ul > li > a,
#top_nav > li > ul > li > a
{
  transition: all 0.6s;
}

#top_nav > li > ul > li > a:hover {
  background: var(--blue-color);
}
#top_nav > li > ul > li.open > a {
  background: var(--grey-color);
}

.icon-bar {
  background: #333 !important;
}

.menu-icon,
.popup-icon {
  margin-right: 6px;
}

#left-layers-button {
  display: none;
  position: absolute;
  top: 20%;
  left: 0;
  z-index: 900;
}

#left_map_buttons {
  display: none;
}

.offBackground:hover {
  background: #fff !important;
}

#buttonTopMenu:hover,
#buttonTopMenu:focus {
  background: #fff !important;
}

.topMenu {
  padding: 7.5px 15px;
}

.topMenu:hover, .topMenu:focus {
  color: #fff !important;
  background: var(--blue-color) !important;

  transition: all 0.6s !important;
}

#portal-title h1 {
  font-size: 22px;
  font-weight: bold;
  margin: 8px 0 0 14px;
  padding: 0;
  text-transform: uppercase;
}

#urban-register-button {
  margin: 14px;
}

#district-brand {
  min-width: 240px;
  text-align: center;
}

#district-brand a {
  font-size: 22px;
  font-weight: bold;
  padding: 10px;
}

#district-brand a:focus,
#district-brand a:hover {
  background: none;
  color: unset;
}

#district-brand img {
  height: 50px;
}

#district-brand span {
  display: inline-block;
  line-height: 1em;
  padding: 0 10px;
  text-align: center;
  vertical-align: middle;
  max-width: 300px;
}

.district-brand-small-font {
  font-size: 12px;
}
.district-brand-font {
  font-size: 22px;
}

.discrictMenu {
  z-index: 10000 !important;
}

.discrictMenu a:hover, .discrictMenu a:focus {
  color: #000 !important;
}

.unlogged-portal-title-additional {
  margin-left: 14px;
}

div.scroll-container {
  overflow: auto;
  white-space: nowrap;
  padding: 5px;
  margin: 0px;
}

div.scroll-container img {
  padding: 10px;
}

div.forum-content {
  overflow-y: scroll;
  white-space: nowrap;
  padding: 10px;
  border: 1px solid #6B379F;
  border-radius: 5px;
  margin: 10px;
  height: 200px;
  /* width: 100%; */
  width: 460px;
}

div.powrot-div {
  margin-left: 30px;
}

div.forum-content-publikuj {
  overflow-y: scroll;
  white-space: nowrap;
  margin: 10px;
  height: 100px;
}

.forum-content-publikuj p {
  margin: 0px;
}

div.forum-element {
  margin-bottom: 20px;
}

.forum-element-div {
  padding-left: 0px;
  padding-right: 0px;
}

.forum-element-data {
  white-space: normal;
  word-wrap: break-word;
  text-align: justify;
  font-size: 12px;
  color: #615656;
}

.forum-element-tresc {
  white-space: normal;
  word-wrap: break-word;
  padding-left: 10px;
  margin-bottom: 20px !important;
  text-align: justify;
  font-size: 12px;
  font-style: italic;
  color: var(--graphite-color);
}

.forum-element p {
  margin: 0px;
}

.div-forum-tresc {
  margin-right: 15px;
}

.text-area-forum-tresc {
  border: 1px solid #D2D2D2;
  border-radius: 5px;
  font-size: 12px;
  font-style: italic;
  width: 100%;
  resize: vertical;
  margin-bottom: 10px;
  margin-left: 10px;
  margin-right: 10px;
}

.text-area-forum-tresc:focus {
  outline: none !important;
}

.text-area-forum-rodo {
  width: 100%;
  margin-bottom: 10px;
  margin-left: 10px;
}

/* Menu boczne */
#openLeftMenu {
  z-index: 1201;
  position: fixed;
  margin-right: 20px;
  top: 200px;
  left: 0;
  height: 60px;
  width: 40px;
  background: var(--blue-color);
  text-align: center;
  cursor: pointer;
  border-top-right-radius: 7px;
  border-bottom-right-radius: 7px;
}

#openLeftMenu img {
  width: 30px;
  height: 30px;
}

.block {
  width: 40px;
  height: 100%;
  align-content: center;
}

/* .text {
  display: block;
  height: 100px;

  transform: rotate(90deg);
  font-weight: bold;
  cursor: pointer;

  transition: all 0.6s;

  padding: 10px 25px;
  margin-left: -60px;

}

.text:hover {
  background: var(--blue-color);
  color: #fff;
}

.activated {
  background: var(--blue-color);
  color: #fff;
} */


#leftMenuContent {
  border-bottom-right-radius: 10px;
  border-top-right-radius: 10px;
  color: #000;
  left: -250px;
  position: fixed;
  top: 200px;
  width: 250px;
  z-index: 1200;
}

#leftMenuContent ul {
  list-style: none;
}

.titleMenu {
  width: 100%;
  height: 60px;
  text-align: center;

  background: var(--blue-color);
  color: #fff;

  margin: 0;

  border-top-right-radius: 10px;

}

.titleMenu h4 {
  margin-right: 35px;
  font-size: 24px;
}

.leftMenuContentDiv {
  display: none;
}

.leftMenuContentTitle {
  width: 100%;
  height: 100%;
  align-content: center;
  text-align: left;
}

.inMenu {
  background-color: rgba(255,255,255,0.9);
  border-bottom-right-radius: 10px;
  box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.3);
  max-height: 427px;
  max-width: 290px;
  opacity: .9;
  overflow: auto;
  padding: 30px;
  scrollbar-color: var(--light-grey-color);
}

#leftMenuContent hr {
  border-top: 1px solid #c5c5c5;
}

.layers-tree-layer-title {
  display: inline-block;
  max-width: 200px;
  overflow: hidden;
  text-overflow: ellipsis;
}

/* Koniec menu bocznego */

/* switch toggle */
.switch {
  position: relative;
  display: inline-block;
  width: 46px;
  height: 20px;
}

/* Hide default HTML checkbox */
.switch input {display:none;}

/* The slider */
.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  -webkit-transition: .2s;
  transition: .2s;
}

.slider:before {
  position: absolute;
  content: "";
  height: 12px;
  width: 12px;
  left: 4px;
  bottom: 4px;
  background-color: white;
  -webkit-transition: .2s;
  transition: .2s;
}

input:checked + .slider {
  background-color: var(--blue-color);
}

input:focus + .slider {
  box-shadow: 0 0 1px var(--blue-color);
}

input:checked + .slider:before {
  -webkit-transform: translateX(26px);
  -ms-transform: translateX(26px);
  transform: translateX(26px);
}

/* Rounded sliders */
.slider.round {
  border-radius: 34px;
}

.slider.round:before {
  border-radius: 50%;
 }

.slider-static {
  background-color: var(--blue-color);
  border-radius: 34px;
  bottom: 0;
  color: #fff;
  cursor: pointer;
  left: 0;
  position: absolute;
  right: 0;
  text-align: center;
  top: 0;
  width: 4em;
}
/* Koniec switcha */

.pswp {
  display: none;
}

#sidebar {
  display: flex;
  flex-direction: column;
  height: calc(100vh - 70px) !important;
  position: absolute;
  width: 480px;
  z-index: 20;
}

#sidebar h3 {
  color: var(--blue-color);
  font-size: 1.6em;
  text-align: center;
}

.btn-primary {
  background: var(--blue-color) !important;
  border: none;
  color: var(--white-color) !important;
  outline: none;
}
.btn-blue-strong {
  background: var(--dark-blue-color) !important;
  border: none;
  color: var(--white-color);
  outline: none;
}
.btn-sky-blue {
  background: var(--sky-blue-color) !important;
  border: none;
  color: var(--white-color);
  outline: none;
}
.btn-success {
  background: var(--green-color) !important;
  border: none;
  color: var(--white-color);
  outline: none;
}
.btn-green-strong {
  background: var(--emphasized-green-color) !important;
  border: none;
  color: var(--white-color);
  outline: none;
}
.btn-danger {
  background: var(--red-color) !important;
  border: none;
  color: var(--white-color);
  outline: none;
}
.btn-warning {
  background: var(--yellow-color) !important;
  border: none;
  color: var(--white-color);
  outline: none;
}
.btn-grey {
  background: var(--light-grey-color) !important;
  border: none;
  color: var(--graphite-color);
  outline: none;
}
.btn-inverted-grey {
  background: var(--grey-color) !important;
  border: none;
  color: var(--white-color) !important;
  outline: none;
}
.btn-strong {
  font-weight: bold;
  padding: 10px !important;
  text-transform: uppercase;
}
.btn-highlight:hover {
  background: var(--light-grey-color) !important;
  color: var(--graphite-color) !important;
}

.btn-return {
  margin-right: 50px;
  float: right;
}

.process-border-types {
  margin-bottom: 10px;
}
.process-border-types .btn:hover,
.process-border-types .btn.active {
  background: var(--blue-color) !important;
  color: var(--white-color) !important;
}

#logotypy {
  padding: 0 1em;
  text-align: center;
}

.obrazekRPO {
  max-width: 100%;
}

.ql-toolbar {
  margin-bottom: 2px !important;
}

.ql-container {
  border: 1px solid #ccc !important;
}


/*
#comments-button, #wnioski-button > a {
    color: white !important;
} */

/*
.css3-shadow:after {
    -webkit-box-shadow: 0px 0px 100px 50px rgba(0,0,0,0.8);
    -moz-box-shadow: 0px 0px 100px 50px rgba(0,0,0,0.8);
    box-shadow: 0px 0px 100px 50px rgba(0,0,0,0.8);
} */

#footerMenu {
  display: none;
}

/* Media queries */
@media only screen and (max-width: 768px) {

  /* Wyszukiwarka */
  #sidebar {
    bottom: 0;
    display: flex;
    flex-direction: column;
    left: -100%;
    overflow: auto;
    position: absolute;
    width: 100%;
    z-index: 10000;
    max-height: calc(var(--vh, 1vh) * 100 - 110px) !important;
    min-height: calc(var(--vh, 1vh) * 100 - 110px) !important;
  }

  .leftMenuContentDiv {
    display: block;
  }

  #district-brand {
    width: 100%;
    text-align: center;
  }

  #urban-register-button {
    margin-top: 14px;
  }

  .leftMenuContentTitle {
    width: 75%;
  }

  /* Chowam herb gminy */
  #gmina_icon {
    display: none;
  }

  /* Przycisk do otwierania menu na desktopie */
  #openLeftMenu {
    display: none;
  }

  /* Chowam menu boczne */
  #leftMenuContent {
    width: 100%;

    position: absolute;
    left: -100%;
    top: 70px;
    bottom: 0;

    overflow: auto;
    z-index: 10000;
  }

  .inMenu {
    max-width: 100%;
    padding: 70px;
    box-shadow: none;
  }

  /* Div zawieracjacy przyciski */
  #footerMenu {
    display: flex;
    flex-direction: row;
    width: 100%;

    z-index: 10000;
    position: absolute;
    bottom: 0;
    left: 0;

    margin: 0;
  }

  #register-form {
    margin-bottom: 50px;
  }

  /* Przyciski */
  .halfMenu {
    padding: 8px;

    text-align: center;
    color: #fff;

    width: 50%;
    height: 40px;
    background: var(--blue-color);
    border: 1px solid #fff;

    box-shadow: 8px rgba(0, 0, 0, 0.3);
  }

  div.forum-content {
    width: auto;
  }
}

/* media menu bootstrapwoe */
@media (max-width: 768px) {
  #top_nav, #navdwa {
    margin: 0;
    width: 95%;
    text-align: center;
  }

  #questionnaire_sending {
    margin-left: 10px;
    margin-right: 10px;
  }
}
.statystyki {
  font-size: 1.3em;
}

.attachment-table {
  width: 100%;
}

.fileinput-table {
  width: 100%;
}
.fileinput-table-button-cell {
  padding-left: 0px;
  width: 25%;
}

.fileinput-table-button {
  margin-bottom: 10px;
}

.fileinput-table-file-row {
  height: 50px;
}

.fileinput-table-desc-row {
  width: 100%;
}

/* Media query for mobile devices */
@media (max-width: 767px) {
  .attachment-table tr {
      display: flex;
      flex-direction: column;
      border-style: hidden;
  }

  .attachment-table td {
      width: 100%;
      padding-left: 0px;
      word-wrap: anywhere;
      padding-right: 0px;
  }

  .attachment-table .answer-file-textarea {
      width: 100%;
  }

  .fileinput-table tr {
    display: flex;
    flex-direction: column;
    border-style: hidden;
  }

  .fileinput-table-file-row {
    width: 100%;
    word-wrap: anywhere;
    padding-right: 30px;
    padding-left: 10px;
  }

  .fileinput-table-desc-row {
    width: 100%;
    padding-left: 0px;
    padding-right: 0px;
  }

  .fileinput-table-button-cell {
    padding-left: 0px;
    padding-right: 0px;
    width: 100%;
  }

  .fileinput-table-button {
    width: 100%;
  }
}

.statystyki-gminy {
  width: 270px;
  max-height: 550px;
  /* display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column; */
  font-size: 1.5em;
}
.statystyki-gminy td {
  font-size: 0.8em;
}
/* .statystyki-gminy tr {
  width: 100%;
} */

#stat-count {
  overflow: auto;
  max-height: 500px;
  display: block;
}

.question-body {
  overflow-x: clip;
  padding-left: initial;
  padding-right: initial;
  margin: 10px;
  border: 1px solid #c5c5c5;
  border-radius: 5px;
}

.answer-body {
  overflow-x: clip;
  padding-left: initial;
  padding-right: initial;
  margin: 10px;
  border: 1px solid #dadfe1;
  border-radius: 5px;
  background-color: #fff;
}

.answer-textarea {
  width: 100%;
  border: none;
  resize: vertical;
}

.answer-file-textarea {
  width: 100%;
  border: 1px solid #c5c5c5;
  resize: vertical;
}
.ellipsis-btn {
  display: inline-block;
  width: 200px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.question-attachment-label {
  overflow: hidden;
  white-space: nowrap; /* Don't forget this one */
  text-overflow: ellipsis;
  max-width: 280px;
}
.option-button {
  background: none;
  border: none;
}

.details-box {
  display: flex;
  align-items: center;
}

.answer-radio {
  cursor: pointer;
}

.answer-radio:checked {
  accent-color: #f0ad4e;
}

.icon-button {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: transparent;
  border: none;
  cursor: pointer;
}

.add-option-button {
  background: none;
  width: 100%;
}

.geoquestionnaire-map {
  background: #eee;
  border: 1px solid #ccc;
  height: 400px;
  margin: auto;
  width: 100%;
  box-sizing: border-box;
}

.forum-details-map {
  background: #eee;
  border: 5px solid #dadfe1;
  border-radius: 10px;
  height: 500px;
  width: 600px;
}

.visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  border: 0;
  clip: rect(0 0 0 0);
  clip-path: inset(50%);
  overflow: hidden;
  white-space: nowrap;
}


#map-layer-tree-settings {
	bottom: 0;
	margin: 0 auto;
	display: flex;
	justify-content: center;
	gap: 1em;
	position: fixed;
	background: #ddd;
	width: 100vw;
	height: 40px;
	align-items: center;
}

.missing-mail {
  color: #f00;
  font-size: .9em;
  grid-column-start: 1;
  grid-column-end: 3;
  margin: 1em 0 0 0;
}

.attachment-container {
    align-items: baseline;
    display: flex;
    flex-wrap: wrap;
    gap: .2em;
    height: initial;
    justify-content: space-between;
    padding: .2em .4em;
    margin-bottom: 5px;
}

.attachment-container p {
  flex: 0 0 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  display: inline-flex;
}

.attachment-container-path {
  overflow: hidden;
  text-overflow: ellipsis;
}

.standard-attachment {
  margin-right: 10px;
  margin-bottom: 10px;
}

.no-attachments-label {
  padding-top: 7px;
  padding-left: 0px;
  font-weight: normal;
}

.specified-attachment {
  margin-right:5px;
  float: right;
  display: flex;
  align-items: center;
}

.specified-attachment-name {
  flex-grow: 1;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.multiline-select-input {
  background: white;
  border: 1px solid #ccc;
  border-radius: 4px;
  padding: .4em;
}

.multiline-select-input p {
  display: inline-block;
  margin: 0;
  padding: 0 .4em;
  width: calc(100% - 1em);
}

.multiline-select-input span {
  float: right;
  font-size: xx-small;
  font-weight: normal;
  line-height: 2em;
}

.multiline-select-dropdown {
  background: white;
  border: 1px solid #ccc;
  border-radius: 4px;
  box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.5);
  display: none;
}

.multiline-select ul {
  list-style: none;
  padding: .2em;
}

.multiline-select li {
  border-radius: 2px;
  padding: .2em;
}

.multiline-select li:hover {
  background: SelectedItem;
  color: SelectedItemText;
}

.parcel-map {
  border: var(--default-outline);
  height: 500px;
  position: relative;
  width: 800px;
}

.no-results {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 400px;
}

.svg-wrapper {
  fill: grey;
  height: 100px;
  width: 100px;
}

.no-result-text {
  margin-top: 32px;
  font-size: 18px;
  color: grey;
}

.register-button-box {
  display: flex;
  flex-direction: column;
  gap: 5px;
}

.no-result-text > a,
.no-result-text > a:hover {
  text-decoration: none;
  border: none;
  background: none;
  color: var(--blue-color);
  font-weight: bold;
}



.steam {
  fill: silver;
  transform: translateY(8px)  ;
  animation: steaming 2500ms ease infinite;
}

.steam1 {
  animation-delay: 100ms;
}
.steam2 {
  animation-delay: 250ms;
}
.steam3 {
  animation-delay: 50ms;
}


@keyframes steaming {
  50% {
    transform: translateY(-10px );
  }
}

#status-filtr-bar {
  border-bottom: var(--default-outline);
  display: flex;
  justify-content: flex-end;
  padding: 0 4px;
}

.filtrBtn {
  background-color: #fff;
  color: #777777;
  font-weight: bold;
  border: 1px solid #ccc;
  border-bottom: none;
  border-radius: 3px 3px 0 0;
  padding: 4px 20px;
  cursor: pointer;
  margin-left: 4px;
  background-image: none;
  font-size: 12px;
}

.filtrBtn.active,
.filtrBtn:hover, .filtrBtn.active:focus {
  background-color: #EDEDED;
  color: #333;
  background-position: 0 0;
}

@media (min-width: 768px) {
  .process_status {
    width: 800px !important;
  }
}

.triangle-button {
  display: flex;
  flex-direction: column;
  align-items: center;
  align-self: center;
  cursor: pointer;
  margin-left: 1rem
}

.triangle {
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 20px solid #245269;
  border-bottom: none;
  background: transparent;
  outline: none;
  transform-origin: 50% 50%;
  margin-right: 20px;
}

.ol-zoom-extent.zoom-extent-button {
  top: calc(.5em + 50px);
  line-height: 0;
}
.ol-zoom-extent.zoom-extent-button button {
  line-height: 1.5em;
}

.ol-scale-line {
  bottom: 60px;
  left: 50px
}

.ol-control button {
  background: rgba(0, 60, 136, 0.5) !important;
}
.ol-control button:hover {
  background: rgba(0,60,136,.7) !important;
}

.selected-features-container {
  align-items: baseline;
  display: flex;
  gap: 2em;
  margin-bottom: 1em;
}
.selected-features-label {
  text-align: left;
  text-wrap: nowrap;
}
.selected-features-container > div {
  flex-grow: 1;
}

.loader {
  text-align: center;
}
.loader img {
  display: block;
  margin: 0 auto;
  height: 60px;
}
.loader p {
  font-weight: bold;
}
.wk-login-button {
  background-color: white;
  width: 100%;
  font-size: 16px;
  border: var(--default-outline);
}
.logo-login {
  height: 60px;
  margin: 20px;
}

.wk-login-button > span {
  display: inline-block;
  font-size: 16px;
  margin-left: 30px;
}

.right-grid-column {
  grid-column-start: 2;
}

.padded-table > thead > tr > th,
.padded-table > tbody > tr > td {
  padding: 8px;
}

.process-register-sortable {
  position: relative;
  vertical-align: top !important;
}
.sort-toggle-button {
  color: var(--dark-blue-color);
  font-size: 16px;
  height: 10px;
  margin: 0 2px;
  right: 0;
  top: .4em;
  width: 10px;
}
