@charset "UTF-8";
/*
Theme Name: PID
Description: Šablona pro web PID
Author: Pixelfield
Version: 1.0
*/
#resetpassform .inputWrapper {
  display: flex;
  flex-wrap: wrap;
  max-width: 290px;
}

#resetpassform .inputWrapper input {
  width: 100%;
  margin-bottom: 2rem;
}

.password-forgot {
  margin-bottom: 2rem;
}

.password-sent-notice {
  position: absolute;
  top: 11rem;
  z-index: 9999;
  text-align: center;
  width: 100%;
  font-weight: bold;
}

.password-sent-notice p {
  color: #cf2e2e;
  background-color: rgba(255, 255, 255, 0.8);
  width: fit-content;
  margin: 0 auto;
  padding: 2rem;
}

.travel-itm {
  border-radius: 0;
  background: black !important;
}

.travel-itm img {
  width: 100%;
}

/* Tarif web */
body:not(.page) section fieldset legend {
  font-family: "Roboto Condensed", sans-serif;
  -webkit-border-radius: 5px 5px 0 0;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 5px 5px 0 0;
  -moz-background-clip: padding;
  border-radius: 5px 5px 0 0;
  background-clip: padding-box;
  display: block;
  color: white;
  font-weight: 700;
  padding: 8px;
  width: 100%;
  background-color: #8c8c8c;
}

body:not(.page) section fieldset {
  margin-bottom: 20px;
  width: 100%;
}

body:not(.page) section fieldset .inner-fieldset {
  padding: 15px 15px 10px;
  -webkit-border-radius: 0 0 5px 5px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 0 0 5px 5px;
  -moz-background-clip: padding;
  border-radius: 0 0 5px 5px;
  background-clip: padding-box;
  border: 2px solid #cdcdcd;
  border-top: none;
}

fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}

.tabs_cnt-tab .partners {
  display: flex;
  flex-wrap: wrap;
}

ul.sub-menu li {
  display: none !important;
}

.current-menu-parent ul.sub-menu li, .current-menu-item ul.sub-menu li, .current-menu-ancestor ul.sub-menu li {
  display: list-item !important;
}

#additional-P-7 {
  display: none;
}

.absolute-tooltip {
  position: absolute;
  background: white;
  border: 1px solid black;
  padding: 7px;
  max-width: 50%;
  z-index: 100000;
  font-size: 0.8em;
  line-height: 1.2em;
  border-radius: 0;
}

.btn {
  padding-left: 20px;
  padding-right: 20px;
}

section.tarif-web {
  margin-bottom: 100px;
  margin-top: 100px;
}

section.tarif-web a {
  color: #c40c00;
  text-decoration: underline;
}

.tarif-web-select select {
  width: 30%;
  min-width: 250px;
}

h2.title.view-line_below, th.title.view-line_below {
  margin-top: 50px;
  text-align: left;
}

.mt-2 {
  margin-top: 2em !important;
}

.tarif-web table.ticket-table, .tarif-web table.special-calc-table, .tarif-web table.special-calc-table table {
  margin-top: 20px;
  margin-bottom: 30px;
}

.tarif-web table.special-calc-table td div {
  line-height: 1.6;
}

.tarif-web table {
  font-family: "Fira Sans", sans-serif;
}

.tarif-web table.ticket-table th {
  background-color: #d0d0d0;
  font-family: "Fira Sans", sans-serif;
  font-size: 15px;
  font-weight: 500;
  color: #464646;
}

.tarif-web table.ticket-table th:first-child {
  border-top-left-radius: 5px;
}

.tarif-web table.ticket-table th:last-child {
  border-top-right-radius: 5px;
}

.tarif-web table.ticket-table td {
  background-color: #f2f2f2;
}

.tarif-web table.ticket-table th, .tarif-web table.ticket-table td, .tarif-web table td, .tarif-web table th {
  padding: 16px 10px;
}

.tarif-web table.ticket-table th:nth-child(1), .tarif-web table.ticket-table td:nth-child(1) {
  text-align: left;
}

.tarif-web table.ticket-table th:nth-child(2), .tarif-web table.ticket-table td:nth-child(2) {
  text-align: center;
}

@media (max-width: 426px) {
  .result-line .line-prev, .result-line .line-next {
    width: 20px !important;
    height: 14px !important;
    margin: 0 !important;
    padding: 10px 5px;
  }
  section.tarif-web {
    padding-left: 10px;
    padding-right: 10px;
  }
  .tarif-web table.special-calc-table table {
    margin-top: 0;
  }
}
.traffic-icon {
  max-width: 24px;
}

.grecaptcha-badge {
  visibility: hidden;
}

@media (min-width: 640px) {
  .block-main {
    padding: 2.2vw 0;
  }
}
.wpcf7 input[type=file] {
  padding-top: 0.5rem;
}

/*
    Search form
 */
body.home #search-form .form-row:nth-child(3) {
  margin-top: 0;
}
body.home #search-form .switch-direction {
  display: flex;
  flex-direction: row-reverse;
  position: relative;
  left: -11px;
  top: 3.2rem;
  z-index: 1;
}
body.home #search-form .switch-direction svg {
  border-radius: 3px;
  cursor: pointer;
}

body.page-template-tpl-search_connection #search-form .form-row:nth-child(3) {
  margin-top: 0;
}
body.page-template-tpl-search_connection #search-form .switch-direction {
  display: flex;
  flex-direction: row-reverse;
  position: relative;
  left: -23px;
  top: 3.2rem;
  z-index: 1;
}
body.page-template-tpl-search_connection #search-form .switch-direction svg {
  border-radius: 3px;
  cursor: pointer;
}

.mobile-menu-badge {
  display: none;
}

@media (max-width: 839px) {
  body:not(.page-template-tpl-search_connection) .view-cnt .view-largest {
    display: flex;
    flex-direction: column;
    background-color: white;
  }
  body:not(.page-template-tpl-search_connection) .view-cnt .view-largest .block-main {
    padding-top: 4rem;
  }
  body:not(.page-template-tpl-search_connection) .view-cnt .view-largest .sidebar {
    position: fixed;
    background-color: white;
    color: black;
    z-index: 1;
  }
  body:not(.page-template-tpl-search_connection) .view-cnt .view-largest .sidebar .sidebar-fixed {
    display: none;
    padding-bottom: 0;
  }
  body:not(.page-template-tpl-search_connection) .view-cnt .view-largest .sidebar .sidebar-fixed .sidebar-menu {
    margin-top: 0;
  }
  body:not(.page-template-tpl-search_connection) .view-cnt .view-largest .sidebar .sidebar-fixed .title {
    display: none;
  }
  body:not(.page-template-tpl-search_connection) .view-cnt .view-largest .sidebar .sidebar-fixed.show {
    display: block;
    position: relative !important;
    width: 100vw !important;
    top: -4px !important;
    left: -15px;
    background-color: #4b4b4b;
    padding: 1rem;
  }
  body:not(.page-template-tpl-search_connection) .view-cnt .view-largest .sidebar .sidebar-fixed form {
    margin-top: 1rem;
  }
  body:not(.page-template-tpl-search_connection) .view-cnt .view-largest .sidebar ul li a {
    color: white;
  }
  body:not(.page-template-tpl-search_connection) .view-cnt .view-largest .sidebar .mobile-menu-badge {
    display: flex;
    justify-content: space-between;
    position: relative;
    top: -9px;
    background-color: #4b4b4b;
    color: white;
    font-weight: 600;
    padding: 1rem;
    width: 100vw;
    left: -15px;
  }
  body:not(.page-template-tpl-search_connection) .view-cnt .view-largest .sidebar .mobile-menu-badge .menu_button {
    width: 17px;
    height: 13px;
  }
  body:not(.page-template-tpl-search_connection) .view-cnt .view-largest .sidebar .mobile-menu-badge .menu_button span {
    background: white;
    margin-left: 3px;
  }
  body:not(.page-template-tpl-search_connection) .view-cnt .view-largest .sidebar .mobile-menu-badge .menu_button span::after {
    background: white;
  }
  body:not(.page-template-tpl-search_connection) .view-cnt .view-largest .sidebar .mobile-menu-badge .menu_button span::before {
    background: white;
  }
  body:not(.page-template-tpl-search_connection) .view-cnt .view-largest .sidebar .mobile-menu-badge .menu_button:before {
    position: relative;
    top: -14px;
    right: 10px;
    content: "";
    display: inline-block;
    width: 18px;
    height: 50px;
    background: url("../images/arrow_black.svg") no-repeat center center;
    background-size: 100% auto;
    margin: 0 10px 0;
    transform: rotate(90deg);
    filter: brightness(0) invert(1);
  }
  body:not(.page-template-tpl-search_connection) .view-cnt .view-largest .sidebar .mobile-menu-badge.has-nav-open .menu_button:before {
    transform: rotate(270deg);
  }
  .tabs:not(.is-fake) li {
    font-size: 11px;
  }
}
.kint-rich {
  z-index: 1;
}

table.table-pid {
  border: 0 !important;
}
table.table-pid thead tr td {
  background-color: #d0d0d0 !important;
}
table.table-pid tr {
  border-bottom: 2px solid white;
}
table.table-pid tr td {
  border: none;
}
table.table-pid.table-pid-one-column tbody tr td:nth-child(even) {
  background-color: rgba(242, 242, 242, 0.2);
}
table.table-pid.table-pid-one-column tbody tr td:first-child {
  background-color: #f2f2f2;
}
table.table-pid.table-pid-two-column tbody tr td:nth-child(even) {
  background-color: rgba(242, 242, 242, 0.2);
}
table.table-pid.table-pid-two-column tbody tr td:first-child, table.table-pid.table-pid-two-column tbody tr td:nth-child(2) {
  background-color: #f2f2f2;
}
table.table-pid.table-pid-rows tbody tr td:nth-child(even) {
  background-color: rgba(242, 242, 242, 0.2);
}
table.table-pid.table-pid-rows tbody tr:nth-child(even) {
  background-color: #f2f2f2;
}

.result-info__station-additional-interstations.is-link {
  display: flex;
  text-decoration: unset;
}
.result-info__station-additional-interstations.is-link .more-arrow::after {
  content: "";
  display: block;
  width: 11px;
  height: 8px;
  margin-left: 10px;
  background: url(../images/icon-expand_result.svg) no-repeat center/contain;
  transition: 200ms ease-in-out;
  position: relative;
  top: 6px;
}
.result-info__station-additional-interstations.is-link.opened .more-arrow::after {
  transform: rotate(180deg);
}

.route-popup-link {
  text-decoration: underline;
}

.departure-table-form {
  max-width: 456px;
}

body.page-template-tpl-departure-table .inner h1 {
  padding: 4rem 2rem;
  font-size: 25px;
}
body.page-template-tpl-departure-table #message {
  display: flex;
  flex-direction: column;
  padding: 2rem;
}
body.page-template-tpl-departure-table #message iframe {
  order: 3;
}
body.page-template-tpl-departure-table #message textarea {
  width: 50%;
  margin-bottom: 2rem;
}
body.page-template-tpl-departure-table #message button {
  max-width: 215px;
  margin-bottom: 2rem;
}
@media (max-width: 990px) {
  body.page-template-tpl-departure-table .inner h1 {
    padding: 1rem;
  }
}

.departure-table {
  display: flex;
  flex-wrap: wrap;
  padding: 2rem;
}
.departure-table h2 {
  width: 100%;
  margin: 0;
  margin-bottom: 2rem;
}
.departure-table .first-step {
  width: 50%;
}
.departure-table .main-form {
  width: 50%;
}
.departure-table .main-form h3 {
  margin: 0 0 1rem 0;
}
.departure-table .main-form input, .departure-table .main-form select, .departure-table .main-form label {
  margin-bottom: 1rem;
}
.departure-table .main-form .checkboxes .checkbox.view-btn .checkbox-label {
  width: 140px;
  height: unset;
  text-align: center;
  padding: 0.4rem;
}
.departure-table .main-form .checkbox .checkbox-label.snowflake {
  display: flex;
  align-items: center;
}
.departure-table .main-form .checkbox .checkbox-label.snowflake span:nth-child(2) {
  color: #87CEFA;
  font-size: 30px;
  margin-left: 4px;
}
.departure-table .main-form .checkbox .checkbox-label.wheelchair {
  display: flex;
  align-items: center;
}
.departure-table .main-form .checkbox .checkbox-label.wheelchair span:nth-child(2) {
  color: #87CEFA;
  font-size: 23px;
  margin-left: 4px;
}
.departure-table .main-form .checkbox.view-btn input:checked ~ .checkbox-label {
  color: white;
}
.departure-table .add-button, .departure-table .remove-button {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  border: none;
  background-color: #c40c00;
  font-size: 14px;
  font-weight: bold;
  cursor: pointer;
  margin: 0 5px;
  color: white;
  height: 38px;
  width: 102px;
  padding: 0;
  transition: color 0.3s ease;
  line-height: 2.2rem;
  border-radius: 6px;
}
.departure-table .add-button:hover, .departure-table .remove-button:hover {
  color: #c40c00;
  background-color: white;
  border: 1px solid #c40c00;
}
@media (max-width: 990px) {
  .departure-table {
    padding: 1rem;
  }
  .departure-table .first-step {
    width: 100%;
  }
  .departure-table .first-step form .form-row {
    flex-direction: column;
  }
  .departure-table .first-step form .form-row .form-itm {
    margin-left: 0;
  }
  .departure-table .first-step form .form-row .form-itm:first-child {
    width: 100%;
    margin-bottom: 1rem;
  }
  .departure-table .first-step form .form-row .form-itm:last-child {
    flex: unset;
  }
  .departure-table .main-form {
    width: 100%;
  }
}

.stop-container {
  display: flex;
  justify-content: space-between;
  margin: 1rem 0;
  border: 1px solid #e8e8e8;
  max-width: 456px;
  padding: 1rem;
  border-radius: 6px;
}
.stop-container input[type=checkbox] {
  margin-right: 2rem;
  height: fit-content;
}
.stop-container h3 {
  margin: 0;
}
.stop-container ul {
  list-style-type: none;
  padding: 0;
}
.stop-container ul li {
  margin-right: 1rem;
}

.main-form .stop-container {
  background-color: rgba(208, 255, 210, 0.3019607843);
}

#toConfigControl {
  width: 100%;
  padding: 0.5rem 1rem;
  position: fixed;
  bottom: 0;
  display: flex;
  flex-direction: row-reverse;
  background-color: #F0F0F0;
  box-shadow: 0 0 3px black;
}
@media (min-width: 990px) {
  #toConfigControl {
    display: none;
  }
}

#mapa, #mapaD {
  z-index: 0;
}

.leaflet-popup #infocenter {
  max-height: 250px;
  overflow: auto;
}

.block-main p a[href^=http]:not([href*="://pid.cz"], [href*="jrportal.dpp"])::after, .wysiwyg p a[href^=http]:not([href*="://pid.cz"], [href*="jrportal.dpp"])::after, .wysiwyg ul a[href^=http]:not([href*="://pid.cz"], [href*="jrportal.dpp"])::after {
  content: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz4NCjxzdmcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB3aWR0aD0iMTIiIGhlaWdodD0iMTIiIHZpZXdCb3g9IjAgMCAxMiAxMiI+DQo8cGF0aCBmaWxsPSIjYzQwYzAwIiBkPSJNNiAxaDV2NUw4Ljg2IDMuODUgNC43IDggNCA3LjNsNC4xNS00LjE2ek0yIDNoMnYxSDJ2Nmg2VjhoMXYyYTEgMSAwIDAgMS0xIDFIMmExIDEgMCAwIDEtMS0xVjRhMSAxIDAgMCAxIDEtMSIvPg0KPC9zdmc+");
  width: 12px;
  padding-left: 3px;
  display: inline-block;
}

.slider_new-slide-cnt-more .wysiwyg p a[href^=http]:not([href*="://pid.cz"], [href*="jrportal.dpp"])::after, .slider_new-slide-cnt-more .wysiwyg ul a[href^=http]:not([href*="://pid.cz"], [href*="jrportal.dpp"])::after {
  content: "";
  width: 16px;
  padding-left: unset;
  display: block;
}
.slider_new-slide-cnt-more .wysiwyg p a[href^=http]:not([href*="://pid.cz"], [href*="jrportal.dpp"])::before, .slider_new-slide-cnt-more .wysiwyg ul a[href^=http]:not([href*="://pid.cz"], [href*="jrportal.dpp"])::before {
  content: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz4NCjxzdmcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB3aWR0aD0iMTIiIGhlaWdodD0iMTIiIHZpZXdCb3g9IjAgMCAxMiAxMiI+DQo8cGF0aCBmaWxsPSIjYzQwYzAwIiBkPSJNNiAxaDV2NUw4Ljg2IDMuODUgNC43IDggNCA3LjNsNC4xNS00LjE2ek0yIDNoMnYxSDJ2Nmg2VjhoMXYyYTEgMSAwIDAgMS0xIDFIMmExIDEgMCAwIDEtMS0xVjRhMSAxIDAgMCAxIDEtMSIvPg0KPC9zdmc+");
  width: 15px;
  padding-left: 3px;
  display: inline-block;
}

.menu-item a[href^=http]:not([href*="://pid.cz"], [href*="jrportal.dpp"])::after {
  content: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz4KPHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMiIgaGVpZ2h0PSIxMiIgdmlld0JveD0iMCAwIDEyIDEyIj4KPHBhdGggZmlsbD0iI2ZmZiIgZD0iTTYgMWg1djVMOC44NiAzLjg1IDQuNyA4IDQgNy4zbDQuMTUtNC4xNnpNMiAzaDJ2MUgydjZoNlY4aDF2MmExIDEgMCAwIDEtMSAxSDJhMSAxIDAgMCAxLTEtMVY0YTEgMSAwIDAgMSAxLTEiLz4KPC9zdmc+");
  width: 12px;
  padding-left: 3px;
  display: inline-block;
}

.sidebar .menu-item a[href^=http]:not([href*="://pid.cz"], [href*="jrportal.dpp"])::after {
  content: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz4KPHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMiIgaGVpZ2h0PSIxMiIgdmlld0JveD0iMCAwIDEyIDEyIj4KPHBhdGggZmlsbD0icmdiYSgyNDgsIDI0OCwgMjQ4LCAwLjUpIiBkPSJNNiAxaDV2NUw4Ljg2IDMuODUgNC43IDggNCA3LjNsNC4xNS00LjE2ek0yIDNoMnYxSDJ2Nmg2VjhoMXYyYTEgMSAwIDAgMS0xIDFIMmExIDEgMCAwIDEtMS0xVjRhMSAxIDAgMCAxIDEtMSIvPgo8L3N2Zz4=");
  width: 12px;
  padding-left: 3px;
  display: inline-block;
}

#colorbox, #cboxOverlay, #cboxWrapper {
  overflow: visible !important;
}

#cboxContent #cboxPrevious {
  background: url("../lib/colorbox/images/arrow-left-solid.svg") no-repeat 0 0 !important;
  right: 69px;
}
#cboxContent #cboxNext {
  background: url("../lib/colorbox/images/arrow-right-solid.svg") no-repeat 0 0 !important;
  right: 35px;
}
#cboxContent #cboxClose {
  background: url("../lib/colorbox/images/xmark-solid.svg") no-repeat 0 0 !important;
}
#cboxContent #cboxPrevious, #cboxContent #cboxNext, #cboxContent #cboxSlideshow, #cboxContent #cboxClose {
  width: 30px;
  height: 30px;
  top: -34px;
}
#cboxContent #cboxCurrent {
  text-indent: 0;
  top: -28px;
  right: 115px;
}
#cboxContent #cboxTitle {
  font-size: 17px;
  max-width: 80%;
}

#back-to-top-button {
  display: none;
  position: fixed;
  width: 50px;
  height: 50px;
  bottom: 50px;
  right: 30px;
  background-image: url("../images/svg/sipka.svg");
  background-size: 100% 100%;
  cursor: pointer;
  z-index: 10;
}

.pagination-jump-form {
  font-size: 12px;
}
.pagination-jump-form #paged {
  margin-left: 0.5rem;
}
.pagination-jump-form input[type=submit] {
  background-color: #c40c00;
  border: none;
  color: white;
  padding: 3px 22px;
  border-radius: 7px;
  margin-left: 0.5rem;
}

.departure-table-throbber {
  display: none;
  position: absolute;
  left: 259px;
  top: 12px;
}

.form-multiple-upload input {
  background-color: #F2F2F2;
  border: 1px solid #e8e8e8;
  height: 40px;
  border-radius: 4px;
  font-size: 14px;
  padding: 0 2rem;
}

.shortcode-rozcestnik {
  background-color: #f0f0f0;
  padding: 1em;
  border-radius: 10px;
}
.shortcode-rozcestnik ul {
  list-style: none;
  padding-left: 0;
  display: flex;
  gap: 1em;
  flex-wrap: wrap;
}

.shortcode-warn {
  background-color: #ffe6e6;
  border-left: 6px solid #e30613;
  padding: 1rem 1.5rem;
  border-radius: 1rem;
  color: #990000;
  font-weight: 500;
  font-size: 1rem;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.05);
  display: flex;
  align-items: center;
  gap: 1rem;
}

.shortcode-kontakty {
  width: 100%;
  background-color: #fdfdfd;
  border: 1px solid #e0e0e0;
  border-left: 4px solid #e30613;
  padding: 1.5rem;
  border-radius: 0.75rem;
  font-size: 0.95rem;
  color: #333;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.05);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
}
.shortcode-kontakty strong {
  color: #000;
}
.shortcode-kontakty a {
  color: #e30613;
  text-decoration: underline;
  font-weight: 500;
}

.highlight {
  width: 100%;
  background-color: #fdfdfd;
  border: 1px solid #e0e0e0;
  border-left: 4px solid #e30613;
  padding: 1.5rem;
  border-radius: 0.75rem;
  font-size: 0.95rem;
  color: #333;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.05);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
}

/*# sourceMappingURL=main.css.map */
