.login-page {
  font-size: 15px;
}

.login-page .forgot-pass {
  z-index: 99;
  position: relative;
  font-size: 13px;
}

.cover-user .container-fluid {
  max-width: 100%;
}

@media (max-width: 768px) {
  .cover-user .container-fluid .padding-less {
    position: relative !important;
    height: 400px !important;
  }
}

.cover-user .container-fluid .padding-less.img {
  background: scroll center no-repeat;
  background-size: cover;
  position: absolute;
  height: 100%;
}

.cover-user .cover-user-img {
  height: 100vh;
}

@media (min-width: 1025px) {
  .cover-user .cover-user-img {
    padding: 0px 20%;
  }
}

@media (max-width: 768px) {
  .cover-user .cover-user-img {
    -webkit-box-align: start !important;
    -ms-flex-align: start !important;
    align-items: start !important;
    height: auto !important;
    padding: 30px;
  }
}

@media (max-width: 768px) {
  .cover-user .cover-user-content {
    text-align: left !important;
  }

  .cover-user .cover-my-30 {
    margin: 30px 0;
  }
}

.background-none {
  background: none !important;
  background-color: transparent !important;
}

.pointer {
  cursor: pointer;
}

body {
  background-position: center;
  /* Center the image */
  background-repeat: no-repeat;
  /* Do not repeat the image */
  background-size: cover;
}

.bstable-actions .bx {
  font-weight: 900;
}

.przycisk {
  width: 160px !important;
}

#fileuploader {
  width: 100%;
  min-height: 300px;
  background-image: url("../images/upload.png");
  background-repeat: no-repeat;
  background-position: center center;
}

.ajax-file-upload,
.ajax-upload-dragdrop {
  display: block;
  width: 100%;
  min-height: 300px;
}

.ajax-file-upload-bar {
  background-color: #082ed6;
  color: chartreuse;
}


.listaWybor {
  border: 1px solid rgb(167, 166, 166);
  padding-left: 5px;
  cursor: pointer;
  overflow: scroll;
  overflow-x: hidden;
  height: 200px;

}

.listaWybor .item {
  width: 100%;
  height: 1.5rem;
  padding: 1px;
  margin: 1px;
  display: block;
  font-weight: normal;
}

.listaWybor .item .click {
  font-weight: 800;
}

.listaWybor .item:hover {
  background-color: #082ed6;
  color: #fff;
}

.hidden {
  display: none;
}


.loader-backdrop {
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.3);
  z-index: 5000;
}

.loader {
  position: fixed;
  top: 50%;
  left: 50%;
  animation: rotate 1s infinite;
  height: 50px;
  width: 50px;
  z-index: 5001;
}

.loader:before,
.loader:after {
  border-radius: 50%;
  content: "";
  display: block;
  height: 20px;
  width: 20px;
}

.loader:before {
  animation: ball1 1s infinite;
  background-color: #2f55d4;
  box-shadow: 30px 0 0 #abaac5;
  margin-bottom: 10px;
}

.loader:after {
  animation: ball2 1s infinite;
  background-color: #abaac5;
  box-shadow: 30px 0 0 #2f55d4;
}

@keyframes rotate {
  0% {
    -webkit-transform: rotate(0deg) scale(0.8);
    -moz-transform: rotate(0deg) scale(0.8);
  }

  50% {
    -webkit-transform: rotate(360deg) scale(1.2);
    -moz-transform: rotate(360deg) scale(1.2);
  }

  100% {
    -webkit-transform: rotate(720deg) scale(0.8);
    -moz-transform: rotate(720deg) scale(0.8);
  }
}

@keyframes ball1 {
  0% {
    box-shadow: 30px 0 0 #abaac5;
  }

  50% {
    box-shadow: 0 0 0 #abaac5;
    margin-bottom: 0;
    -webkit-transform: translate(15px, 15px);
    -moz-transform: translate(15px, 15px);
  }

  100% {
    box-shadow: 30px 0 0 #abaac5;
    margin-bottom: 10px;
  }
}

@keyframes ball2 {
  0% {
    box-shadow: 30px 0 0 #2f55d4;
  }

  50% {
    box-shadow: 0 0 0 #2f55d4;
    margin-top: -20px;
    -webkit-transform: translate(15px, 15px);
    -moz-transform: translate(15px, 15px);
  }

  100% {
    box-shadow: 30px 0 0 #2f55d4;
    margin-top: 0;
  }
}


#preloader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-image: linear-gradient(45deg, #ffffff, #ffffff);
  z-index: 9999999;
}

#preloader #status {
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

#preloader #status .spinner {
  width: 40px;
  height: 40px;
  position: relative;
  margin: 100px auto;
}

#preloader #status .spinner .double-bounce1,
#preloader #status .spinner .double-bounce2 {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background-color: #2f55d4;
  opacity: 0.6;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-animation: sk-bounce 2s infinite ease-in-out;
  animation: sk-bounce 2s infinite ease-in-out;
}

#preloader #status .spinner .double-bounce2 {
  -webkit-animation-delay: -1s;
  animation-delay: -1s;
}

@-webkit-keyframes sk-bounce {

  0%,
  100% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }

  50% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

@keyframes sk-bounce {

  0%,
  100% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }

  50% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

/* version 1 */
.container-loader {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: fixed;
  left: 0;
  top: 0;
  height: 100vh;
  width: 100vw;
  padding-top: 20vh;
  font-family: "Montserrat", sans-serif;
  z-index: 1102;
  background-color: rgba(0, 0, 0, 0.5);
}

.container-loader-div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: absolute;
  left: 0;
  top: 0;
  height: 100vh;
  width: 100vw;
  padding-top: 20vh;
  z-index: 1102;
  background-color: rgba(0, 0, 0, 0.5);
}

.loader {
  height: 2.5rem;
  width: 10rem;
  margin: auto;
}

.loader--text {
  margin-bottom: 1.5rem;
  padding-left: 0.625rem;
  padding-right: 0.625rem;
  font-size: 1.75rem;
  font-weight: 500;
  line-height: 1.1;
  color: #ffffff;
  text-align: center;
}

.loader--dot {
  position: absolute;
  height: 2.5rem;
  width: 2.5rem;
  border-radius: 100%;
  -webkit-animation-name: loader;
  animation-name: loader;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  background-color: #ffffff;
}

.loader--dot:first-child {
  -webkit-animation-delay: 0.4s;
  animation-delay: 0.4s;
}

.loader--dot:nth-child(2) {
  -webkit-animation-delay: 0.2s;
  animation-delay: 0.2s;
}

.loader--dot:nth-child(3) {
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
}

@-webkit-keyframes loader {
  15% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }

  45% {
    -webkit-transform: translateX(7.5rem);
    transform: translateX(7.5rem);
  }

  65% {
    -webkit-transform: translateX(7.5rem);
    transform: translateX(7.5rem);
  }

  95% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

@keyframes loader {
  15% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }

  45% {
    -webkit-transform: translateX(7.5rem);
    transform: translateX(7.5rem);
  }

  65% {
    -webkit-transform: translateX(7.5rem);
    transform: translateX(7.5rem);
  }

  95% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

/* version 2 */
.loader2 {
  position: relative;
  height: 2.5rem;
  width: 11.25rem;
  margin: auto;
}

.loader2--dot {
  position: absolute;
  height: 2.5rem;
  width: 2.5rem;
  border-radius: 100%;
  -webkit-animation-name: loader2;
  animation-name: loader2;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-duration: 2.5s;
  animation-duration: 2.5s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  background-color: #ffffff;
}

.loader2--dot:first-child {
  -webkit-animation-delay: -0.01s;
  animation-delay: -0.01s;
}

.loader2--dot:nth-child(2) {
  -webkit-animation-delay: -0.2s;
  animation-delay: -0.2s;
}

.loader2--dot:nth-child(3) {
  -webkit-animation-delay: -0.4s;
  animation-delay: -0.4s;
}

.loader2--dot:nth-child(4) {
  -webkit-animation-delay: -0.6s;
  animation-delay: -0.6s;
}

@-webkit-keyframes loader2 {
  15% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }

  45% {
    -webkit-transform: translateX(140px);
    transform: translateX(140px);
  }

  65% {
    -webkit-transform: translateX(140px);
    transform: translateX(140px);
  }

  95% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

@keyframes loader2 {
  15% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }

  45% {
    -webkit-transform: translateX(140px);
    transform: translateX(140px);
  }

  65% {
    -webkit-transform: translateX(140px);
    transform: translateX(140px);
  }

  95% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

/* version 3 */
.loader3 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 0 auto;
}

.loader3--dot {
  height: 2.5rem;
  width: 2.5rem;
  margin: 0.625rem;
  border-radius: 100%;
  -webkit-animation-name: loader3;
  animation-name: loader3;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-duration: 1.5s;
  animation-duration: 1.5s;
  -webkit-animation-delay: 0.5s;
  animation-delay: 0.5s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  background-color: #ffffff;
}

.loader3--dot:nth-child(2) {
  -webkit-animation-delay: 0.1s;
  animation-delay: 0.1s;
}

.loader3--dot:nth-child(3) {
  -webkit-animation-delay: 0.2s;
  animation-delay: 0.2s;
}

.loader3--dot :nth-child(4) {
  -webkit-animation-delay: 0.3s;
  animation-delay: 0.3s;
}

@-webkit-keyframes loader3 {

  0%,
  50%,
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-filter: blur(0px);
    filter: blur(0px);
  }

  25% {
    -webkit-transform: scale(0.85);
    transform: scale(0.85);
    -webkit-filter: blur(1px);
    filter: blur(1px);
  }

  75% {
    -webkit-transform: scale(1.15);
    transform: scale(1.15);
    -webkit-filter: blur(2px);
    filter: blur(2px);
  }
}

@keyframes loader3 {

  0%,
  50%,
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-filter: blur(0px);
    filter: blur(0px);
  }

  25% {
    -webkit-transform: scale(0.85);
    transform: scale(0.85);
    -webkit-filter: blur(1px);
    filter: blur(1px);
  }

  75% {
    -webkit-transform: scale(1.15);
    transform: scale(1.15);
    -webkit-filter: blur(2px);
    filter: blur(2px);
  }
}

/* version 4 */
.loader4 {
  margin: 1.5rem auto;
  width: 5rem;
  height: 5rem;
  border-radius: 50%;
  background: #ffffff;
  background: -webkit-gradient(linear,
      left top,
      right top,
      color-stop(10%, #ffffff),
      color-stop(42%, rgba(255, 255, 255, 0)));
  background: linear-gradient(to right,
      #ffffff 10%,
      rgba(255, 255, 255, 0) 42%);
  position: relative;
  -webkit-animation: loader4 1.4s infinite linear;
  animation: loader4 1.4s infinite linear;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
}

.loader4::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 50%;
  height: 50%;
  border-radius: 100% 0 0 0;
  background: #ffffff;
}

.loader4::after {
  position: absolute;
  content: "";
  margin: auto;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 75%;
  height: 75%;
  border-radius: 50%;
  background: #7f7f7f;
}

@-webkit-keyframes loader4 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes loader4 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

/* version 5 */
.loader5,
.loader5:before,
.loader5:after {
  background: #ffffff;
  -webkit-animation: loader5 1s infinite ease-in-out;
  animation: loader5 1s infinite ease-in-out;
  width: 1rem;
  height: 3rem;
}

.loader5 {
  color: #ffffff;
  margin: 56px auto;
  position: relative;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-animation-delay: -0.16s;
  animation-delay: -0.16s;
}

.loader5:before,
.loader5:after {
  position: absolute;
  top: 0;
  content: "";
}

.loader5:before {
  left: -1.5rem;
  -webkit-animation-delay: -0.32s;
  animation-delay: -0.32s;
}

.loader5:after {
  left: 1.5rem;
}

@-webkit-keyframes loader5 {

  0%,
  80%,
  100% {
    -webkit-box-shadow: 0 0;
    box-shadow: 0 0;
    height: 3rem;
  }

  40% {
    -webkit-box-shadow: 0 -2rem;
    box-shadow: 0 -2rem;
    /* box-shadow: 0 -2.5rem; */
    height: 4rem;
  }
}

@keyframes loader5 {

  0%,
  80%,
  100% {
    -webkit-box-shadow: 0 0;
    box-shadow: 0 0;
    height: 3rem;
  }

  40% {
    -webkit-box-shadow: 0 -2rem;
    box-shadow: 0 -2rem;
    /* box-shadow: 0 -2.5rem; */
    height: 4rem;
  }
}

.height200 {
  height: 200px !important;
}

.height600 {
  height: 600px !important;
}


.tabelka thead>tr>th.sorting,
.tabelka thead>tr>th.sorting_asc,
.tabelka thead>tr>th.sorting_desc,
.tabelka thead>tr>th.sorting_asc_disabled,
.tabelka thead>tr>th.sorting_desc_disabled,
.tabelka thead>tr>td.sorting,
.tabelka thead>tr>td.sorting_asc,
.tabelka thead>tr>td.sorting_desc,
.tabelka thead>tr>td.sorting_asc_disabled,
.tabelka thead>tr>td.sorting_desc_disabled {
  cursor: pointer;
  position: relative;
  padding-right: 26px
}

.tabelka thead>tr>th.sorting:before,
.tabelka thead>tr>th.sorting:after,
.tabelka thead>tr>th.sorting_asc:before,
.tabelka thead>tr>th.sorting_asc:after,
.tabelka thead>tr>th.sorting_desc:before,
.tabelka thead>tr>th.sorting_desc:after,
.tabelka thead>tr>th.sorting_asc_disabled:before,
.tabelka thead>tr>th.sorting_asc_disabled:after,
.tabelka thead>tr>th.sorting_desc_disabled:before,
.tabelka thead>tr>th.sorting_desc_disabled:after,
.tabelka thead>tr>td.sorting:before,
.tabelka thead>tr>td.sorting:after,
.tabelka thead>tr>td.sorting_asc:before,
.tabelka thead>tr>td.sorting_asc:after,
.tabelka thead>tr>td.sorting_desc:before,
.tabelka thead>tr>td.sorting_desc:after,
.tabelka thead>tr>td.sorting_asc_disabled:before,
.tabelka thead>tr>td.sorting_asc_disabled:after,
.tabelka thead>tr>td.sorting_desc_disabled:before,
.tabelka thead>tr>td.sorting_desc_disabled:after {
  position: absolute;
  display: block;
  opacity: .125;
  right: 10px;
  line-height: 9px;
  font-size: .8em
}

.tabelka thead>tr>th.sorting:before,
.tabelka thead>tr>th.sorting_asc:before,
.tabelka thead>tr>th.sorting_desc:before,
.tabelka thead>tr>th.sorting_asc_disabled:before,
.tabelka thead>tr>th.sorting_desc_disabled:before,
.tabelka thead>tr>td.sorting:before,
.tabelka thead>tr>td.sorting_asc:before,
.tabelka thead>tr>td.sorting_desc:before,
.tabelka thead>tr>td.sorting_asc_disabled:before,
.tabelka thead>tr>td.sorting_desc_disabled:before {
  bottom: 50%;
  content: "▲";
  content: "▲" /""
}

.tabelka thead>tr>th.sorting:after,
.tabelka thead>tr>th.sorting_asc:after,
.tabelka thead>tr>th.sorting_desc:after,
.tabelka thead>tr>th.sorting_asc_disabled:after,
.tabelka thead>tr>th.sorting_desc_disabled:after,
.tabelka thead>tr>td.sorting:after,
.tabelka thead>tr>td.sorting_asc:after,
.tabelka thead>tr>td.sorting_desc:after,
.tabelka thead>tr>td.sorting_asc_disabled:after,
.tabelka thead>tr>td.sorting_desc_disabled:after {
  top: 50%;
  content: "▼";
  content: "▼" /""
}

.tabelka thead>tr>th.sorting_asc:before,
.tabelka thead>tr>th.sorting_desc:after,
.tabelka thead>tr>td.sorting_asc:before,
.tabelka thead>tr>td.sorting_desc:after {
  opacity: .6
}

.tabelka thead>tr>th.sorting_desc_disabled:after,
.tabelka thead>tr>th.sorting_asc_disabled:before,
.tabelka thead>tr>td.sorting_desc_disabled:after,
.tabelka thead>tr>td.sorting_asc_disabled:before {
  display: none
}

.tabelka thead>tr>th:active,
.tabelka thead>tr>td:active {
  outline: none
}

div.dataTables_scrollBody>.tabelka>thead>tr>th:before,
div.dataTables_scrollBody>.tabelka>thead>tr>th:after,
div.dataTables_scrollBody>.tabelka>thead>tr>td:before,
div.dataTables_scrollBody>.tabelka>thead>tr>td:after {
  display: none
}


.highlight {
  background-color: dodgerblue;
}

.table_on_modal>tbody>tr {
  cursor: pointer;
}


#place-autocomplete-card {
  background-color: #fff;
  border-radius: 5px;
  box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
  margin: 10px;
  padding: 5px;
  font-family: Roboto, sans-serif;
  font-size: large;
  font-weight: bold;
  height: 100px;
}

gmp-place-autocomplete {
  width: 300px;
}

#infowindow-content .title {
  font-weight: bold;
}

#map #infowindow-content {
  display: inline;
}

#map .focus-ring {
  height: 100px;
}


#place-autocomplete-card {
  background-color: #fff;
  border-radius: 5px;
  box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
  margin: 10px;
  padding: 5px;
  font-family: Roboto, sans-serif;
  font-size: large;
  font-weight: bold;
}

gmp-place-autocomplete {
  width: 300px;
}

#infowindow-content .title {
  font-weight: bold;
}

#map #infowindow-content {
  display: inline;
}

#map {
  height: 100%;
  width: 100%;
}

.max-w150 {
  max-width: 150px !important;
}

.max-w120 {
  max-width: 120px !important;
}

.hide {
  display: none;
}

@media (max-width:576px) {

  .form-footer>button {
    width: 100%;
    margin-bottom: 5px;
  }
}

.table {
  opacity: 0;
}

#map-trasa {
  height: 80vh;
  width: 100%;
}

#map {
  height: 100%;
  width: 100%;
}

#page-body {
  margin-top: 70px;
  padding: 1rem;
  width: 100vw;
  min-height: calc(100vh - 70px);
  overflow-x: hidden;
  overflow-y: auto;
}

.menu-panel {
  position: fixed;
  left: -100%;
  left: 15%;
  width: 70%;
  display: block;

  z-index: 100;
  text-align: center;
  margin: 0px;
  padding-top: 2.5rem;
  padding-bottom: 1.5rem;
  border-radius: 30px;
}

.menu-buttons {
  margin: 0px;
  padding: 0px;
}

.menu-ver {
  color: #fff;
  margin: 0px;
  padding: 0px;
}

.menu-show {
  left: 15%;
}

.width-50 {
  width: 50%;
}

.width-80 {
  width: 80%;
}

.lite-box-shadow {
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.25);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.25);
}

.box-shadow {
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.5);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.5);
}

.strong-box-shadow {
  -webkit-box-shadow: 0 1px 3px black;
  -moz-box-shadow: 0 1px 3px black;
  box-shadow: 0 1px 3px black;
}

.large-box-shadow {
  -webkit-box-shadow: 0 3px 8px rgba(0, 0, 0, 0.45);
  -moz-box-shadow: 0 3px 8px rgba(0, 0, 0, 0.45);
  box-shadow: 0 3px 8px rgba(0, 0, 0, 0.45)
}

.lite-text-shadow {
  -webkit-text-shadow: 0 1px 1px rgba(0, 0, 0, 0.25);
  -moz-text-shadow: 0 1px 1px rgba(0, 0, 0, 0.25);
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.25);
}

.text-shadow {
  -webkit-text-shadow: 0 1px 2px rgba(0, 0, 0, 0.5);
  -moz-text-shadow: 0 1px 2px rgba(0, 0, 0, 0.5);
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.5);
}

.strong-text-shadow {
  -webkit-text-shadow: 0 1px 2px black;
  -moz-text-shadow: 0 1px 2px black;
  text-shadow: 0 1px 2px black;
}

.large-text-shadow {
  -webkit-text-shadow: 0 3px 8px rgba(0, 0, 0, 0.45);
  -moz-text-shadow: 0 3px 8px rgba(0, 0, 0, 0.45);
  text-shadow: 0 3px 8px rgba(0, 0, 0, 0.45)
}

#preloader {
  position: fixed;
  width:3rem;
  height:2rem;
  background:transparent;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translateY(-50%, -50%);
  transform: translateY(-50%, -50%);
}