﻿@charset "UTF-8";
@import url(/fonts/basicset/style.css);
/*===================
 	PANELS-BLOCK 
=====================*/

.text-transform-none {
  text-transform: none !important;
}

/*overides bootstrap values and sets values for universal usage of elements */
.panel.panel-default {
  border: thin solid white;
  box-shadow: 0px 2px 10px rgba(0, 131, 203, 0.25);
  padding: 0;
}

.panel-body {
  padding: 30px;
}

.content-wrapper {
  padding-bottom: 50px;
}

/*==========================
 	form elements in grid 
============================*/
.chck {
  margin-top: 5px !important;
  margin-left: -25px !important;
}

.main-form,
.controls-bottom {
  margin-top: 45px;
  margin-bottom: 60px;
  position: relative;
  height: calc(100% - 105px);
}
.main-form .submit.text-center,
.main-form .bottom-controls,
.controls-bottom .submit.text-center,
.controls-bottom .bottom-controls {
  position: absolute;
  bottom: -60px;
  left: 0;
  right: 0;
}

.main-form:first-child,
.controls-bottom {
  margin-top: 0;
  height: calc(100% - 60px);
}

form.back > button,
form.prev > button,
form.next > button,
form button.prev,
form button.next {
  padding-left: 0;
  padding-right: 0;
}

form .row > *[class*='col-'] > * {
  width: 100%;
}

form .checkbox label,
form .radio label {
  padding-left: 40px;
}

form .checkbox input[type='checkbox'],
form .checkbox-inline input[type='checkbox'],
form .radio input[type='radio'],
form .radio-inline input[type='radio'],
form .checkbox .euc-checkbox,
form .radio .euc-radio {
  position: absolute;
  margin-left: -35px;
  margin-top: 2px;
}

form .checkbox [class*='euc-'],
form .radio [class*='euc-'] {
  display: block;
  top: 0;
  background-color: white;
  border-radius: 4px;
  border: 2px solid #ec008c;
  padding: 5px;
  margin-left: -40px;
  margin-top: 0;
  width: 24px;
  height: 23px;
  padding: 0;
  box-sizing: border-box;
}
form .checkbox [class*='euc-'] > i,
form .radio [class*='euc-'] > i {
  color: #ec008c;
}
form .checkbox [class*='euc-'] > span,
form .radio [class*='euc-'] > span {
  background-color: #ec008c;
}
form .checkbox [class*='euc-'] > *,
form .radio [class*='euc-'] > * {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
}
form .checkbox [class*='euc-']:hover > *,
form .radio [class*='euc-']:hover > * {
  opacity: 0.25;
}

form .checkbox input:checked + [class*='euc-'] > *,
form .radio input:checked + [class*='euc-'] > * {
  opacity: 1;
}

form .radio .euc-radio {
  border-radius: 50% !important;
}
form .radio .euc-radio > i {
  font-size: 1.6em;
  line-height: 20px;
  top: -0;
  left: -2px;
}

form .checkbox .euc-checkbox {
  font-size: 18px;
}

.select {
  position: relative;
}
.select .cfico-chevron2-down {
  font-size: 23px;
  width: 30px;
  line-height: 1.5em;
  height: 20px;
  padding: 5px;
  background-color: white;
  border-radius: 8px;
  display: block;
  position: absolute;
  top: 5px;
  right: 3px;
  color: #ec008c;
}

.btn {
  line-height: 1.125;
  letter-spacing: 1px;

  box-shadow: 0 8px 6px rgb(0 0 0 / 10%);
  border-radius: 0.5rem !important;
}

.btn.btn-link {
  font-weight: bold;
}

.btn-link:focus,
.btn-link:hover {
  outline: 0;
}

.btn-success:hover,
.btn-success:focus,
.btn-success:active:focus,
.btn-success:active:hover,
.btn-success.active:hover,
.open > .dropdown-toggle.btn-success:hover {
  background-color: #0083cb;
  border-color: #0083cb;
}

.btn-success:active,
.btn-success:active,
.btn-success.active,
.open > .dropdown-toggle.btn-success {
  background-color: #bd0070;
  border-color: #bd0070;
}

.open > .dropdown-toggle.btn-success:focus,
.btn-success:active.focus,
.btn-success.active.focus {
  background-color: #ff00a8;
  border-color: #ff00a8;
}

.btn-success:active:focus.btn-link:active,
.btn-success:active:focus.btn-link.active,
button.btn.btn-link:active,
button.btn.btn-link.active,
a.btn.btn-link:active,
a.btn.btn-link.active {
  background: white;
  border-color: white;
}

.btn-success:active:focus.btn-link:disabled,
.btn-success:active:focus.btn-link:disabled:hover,
button.btn.btn-link:disabled,
button.btn.btn-link:disabled:hover,
a.btn.btn-link:disabled,
a.btn.btn-link:disabled:hover {
  color: #aaa;
  border-color: transparent;
}

.cfico-arrow2-left {
  font-size: 1.125em;
  color: #ec008c;
}

@media (max-width: 767px) {
  form.back {
    position: absolute;
    bottom: -45px;
    left: 0;
    right: 0;
  }
  form.back > button {
    display: block;
    margin: 0 auto;
  }
  .main-form > form {
    text-align: left;
  }
}

@media (min-width: 768px) {
  form.back {
    float: left;
    cursor: pointer;
    z-index: 1000;
  }
}

table,
.table {
  border: none;
}
table th,
table td,
.table th,
.table td {
  padding: 0;
  border: none;
}

/* =================================
		popover
===================================*/
.popover {
  border: white;
  border-radius: 8px;
  box-shadow: 0px 2px 10px rgba(0, 131, 203, 0.25);
  padding: 15px;
  min-width: 200px;
}
.popover .popover-title {
  background-color: white;
  border: none;
  border-radius: 0;
}
.popover .popover-content {
  padding: 0;
}
.popover .popover-content p {
  margin-bottom: 1em;
}
.popover .popover-content button {
  width: 100%;
}

/* NAVIGACE */
nav.navbar {
  position: static;
  margin-bottom: 0;
  padding: 0 15px;
}
nav.navbar a {
  text-decoration: none;
}

nav .navbar-center {
  position: absolute;
  left: 100px;
  right: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 80px;
  font-weight: 600;
}

nav .navbar-toggle {
  color: #ec008c;
  font-size: 3em;
  margin: 0;
}
nav .navbar-toggle:hover,
nav .navbar-toggle:focus {
  background-color: white !important;
}

.page-header {
  border: none;
}

.container {
  margin-bottom: 3.5em;
}
.container main {
  margin-bottom: 45px;
}

.page-title {
  margin-top: 15px;
  margin-bottom: 45px;
}

@media (max-width: 767px) {
  .page-title {
    margin-top: 1.875em;
  }
  .page-title h1 {
    font-size: 1.125em;
  }
}

@media (max-width: 767px) {
  nav .navbar-collapse {
    position: absolute;
    top: 80px;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(255, 255, 255, 0.9);
    z-index: 100;
  }
  nav .navbar-collapse .navbar-center {
    display: block;
    position: static;
  }
  nav .navbar-collapse .navbar-center li {
    width: 100%;
    text-align: center;
    font-size: 1.5em;
  }
  nav .navbar-collapse .navbar-right {
    text-align: center;
  }
  nav .navbar-brand {
    padding-top: 12px;
  }
}

footer {
  background-color: #0083cb;
  padding: 15px;
}

@media (min-width: 768px) {
  .navbar-brand {
    padding: 20px 15px;
  }
}

.page-header {
  margin: 0;
  padding: 30px 0;
  background-image: url('/images/1/img_large.jpg');
  background-size: cover;
  background-position: center top;
  background-color: white;
}
.page-header.page-header-home {
  padding: 60px 0;
}
.page-header .panel.panel-default {
  border-radius: 8px;
  padding: 30px;
  margin: 0 20px;
}
.page-header .panel.panel-default.panel-home {
  width: 60%;
  position: relative;
  left: -60px;
  padding-left: 60px;
  border-radius: 20px;
}
.page-header .panel.panel-default.tooltip-panel {
  border-radius: 8px;
}
.page-header .panel.panel-default:first-child {
  margin-left: 30px;
}

@media (max-width: 767px) {
  .page-header {
    background-position: 67% top;
  }
  .panel.panel-default.panel-home {
    width: 85%;
    padding-left: 60px;
  }
  .panel.panel-default.panel-main,
  .panel.panel-default.panel-secondary {
    float: none;
    width: 85%;
    position: relative;
    left: -60px;
    padding-left: 60px;
  }
  .panel.panel-default.panel-secondary {
    margin-top: 30px;
    margin-left: 30px;
  }
}

@media (max-width: 410px) {
  .page-header,
  .page-header-home {
    background-image: url('/images/1/img_mobile@2x.jpg');
    background-size: cover;
    background-position: right top;
  }
  .page-header .panel.panel-default.panel-home,
  .page-header .panel.panel-default.panel-main,
  .page-header .panel.panel-default.panel-secondary,
  .page-header-home .panel.panel-default.panel-home,
  .page-header-home .panel.panel-default.panel-main,
  .page-header-home .panel.panel-default.panel-secondary {
    float: none;
    width: 85%;
    position: relative;
    left: -60px;
  }
}

@media (min-width: 768px) {
  .page-header {
    min-height: 20vw;
  }
  .page-header .page-header-content {
    -webkit-display: flex;
    display: flex;
  }
  .page-header .page-header-content > * {
    -webkit-flex-grow: 0.25;
    /* Safari 6.1+ */
    -webkit-flex-shrink: 1;
    /* Safari 6.1+ */
    -webkit-flex-basis: 10%;
    /* Safari 6.1+ */
    flex-grow: 0.25;
    flex-shrink: 1;
    flex-basis: 10%;
  }
  .page-header .page-header-content .panel-home {
    -webkit-flex-grow: 0;
    /* Safari 6.1+ */
    -webkit-flex-shrink: 1;
    /* Safari 6.1+ */
    -webkit-flex-basis: 50%;
    /* Safari 6.1+ */
    flex-grow: 0;
    flex-shrink: 1;
    flex-basis: 50%;
  }
  .page-header .page-header-content .panel-main {
    -webkit-flex-grow: 0.35;
    /* Safari 6.1+ */
    -webkit-flex-shrink: 1;
    /* Safari 6.1+ */
    -webkit-flex-basis: 10%;
    /* Safari 6.1+ */
    flex-grow: 0.35;
    flex-shrink: 1;
    flex-basis: 10%;
  }
  .page-header .panel.panel-default.panel-home {
    padding-left: 90px;
  }
}

h1,
.h1,
h2,
.h2,
h3,
.h3 {
  color: #ec008c;
  text-transform: uppercase;
  font-weight: bold;
}

p.subtitle {
  margin-bottom: 1.5em;
}

.text-larger {
  font-size: 1.125em;
}

h1,
.h1,
h2,
.h2 {
  text-transform: uppercase;
  font-weight: 700;
}

h4,
.h4 {
  font-weight: bold;
}

p.tel {
  margin: 0;
}

a {
  text-decoration: none;
}

.content-block .content-block-wrapper {
  margin: 45px 0;
}
.content-block .content-block-wrapper .content-block-content p:last-child {
  margin-bottom: 0;
}

.panels-block-panel h1 + p,
.panels-block-panel h2 + p {
  margin-top: 45px;
}

.panels-block.clinics .clinic .img-circle {
  padding: 1em 0;
}

.panels-block.clinics .clinic h1 {
  font-size: 1.5em;
}

.panels-block.clinics .clinic h1 + p {
  margin: 0;
}

.panels-block.clinics .clinic .submit > button {
  width: 100%;
}

.panel.doctor {
  text-align: center;
  backface-visibility: hidden;
}
.panel.doctor .doctor-foto {
  width: 6.25em;
  margin: 0 auto 1.5em;
}
.panel.doctor .doctor-foto .img-circle {
  margin: 0;
}
.panel.doctor .doctor-foto + h2 {
  margin-top: 45px;
}
.panel.doctor h2 + p.subtitle {
  margin-top: 0;
}
.panel.doctor .doctor-info {
  width: 100%;
}
.panel.doctor .doctor-info.short {
  height: 3em;
  overflow: hidden;
}
.panel.doctor .doctor-info .bottom-controls {
  bachground-color: white;
}

.panel-block.poradna {
  text-align: center;
}

/*===================
 	PANELS-BLOCK 
=====================*/
/* pokud zde nic není tak prvky dědí vlastnosti z _commons */
.panels-block {
  position: relative;
}

.panels-block-wrapper,
.panels-block-flex-wrapper {
  margin: 45px -20px;
}
.panels-block-wrapper > *,
.panels-block-flex-wrapper > * {
  margin: 10px 20px;
}

.panels-block-panel,
.panels-block-block {
  position: relative;
}
.panels-block-panel h1,
.panels-block-panel h2,
.panels-block-block h1,
.panels-block-block h2 {
  margin-top: 0;
  line-height: 1.3;
}
.panels-block-panel .panel-body,
.panels-block-block .panel-body {
  position: relative;
  height: 100%;
}

.rotation-container {
  position: relative;
}
.rotation-container > * {
  margin-left: 0;
  margin-right: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.rotation-container .rotation-panel-front,
.rotation-container .rotation-panel-back {
  -webkit-transform: perspective(1600px) rotateY(0deg);
  transform: perspective(1600px) rotateY(0deg);
  backface-visibility: hidden;
  transition: all 0.5s linear 0s;
  z-index: 1;
  height: 100%;
}
.rotation-container .rotation-panel-back {
  transform: rotateY(180deg);
  position: absolute;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  top: 0;
  left: 0px;
  height: 100%;
}
.rotation-container .rotation-panel-back {
  width: 100%;
}
.rotation-container .rotation-panel-back .rotate-btn {
  opacity: 0;
  transition: opacity;
  tansition-duration: 0.25s;
  transition-delay: 0.25s;
}
.rotation-container .rotation-panel-back.rotate-to-front .rotate-btn {
  opacity: 1;
}
.rotation-container .rotate-to-back {
  transform: perspective(1600px) rotateY(-180deg);
}
.rotation-container .rotate-to-front {
  transform: perspective(1600px) rotateY(0deg);
}
.rotation-container .rotate-btn {
  backface-visibility: hidden;
}

@media (min-width: 992px) {
  .panels-block-flex-wrapper {
    -webkit-display: flex;
    display: flex;
  }
  .panels-block-flex-wrapper > * {
    -webkit-flex-grow: 1;
    /* Safari 6.1+ */
    -webkit-flex-shrink: 1;
    /* Safari 6.1+ */
    -webkit-flex-basis: 50%;
    /* Safari 6.1+ */
    flex-grow: 1;
    flex-shrink: 1;
    flex-basis: 50%;
  }
}

.booking .panels-block-flex-wrapper > *:last-child {
  -webkit-flex-grow: 1;
  /* Safari 6.1+ */
  -webkit-flex-shrink: 0;
  /* Safari 6.1+ */
  -webkit-flex-basis: 60%;
  /* Safari 6.1+ */
  flex-grow: 1;
  flex-shrink: 0;
  flex-basis: 60%;
}

h1,
h2,
h3 {
  line-hight: 1em;
}

.prev-next {
  position: absolute;
  left: 100px;
  right: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 30px;
  font-weight: 600;
}
.prev-next h3 {
  margin: 0 15px;
}

@media (max-width: 767px) {
  .prev-next {
    left: 0;
    right: 0;
  }
}

/*--------------------
		KALENDAR
  --------------------*/
.main-form.dateselect .table-responsive {
  width: 100%;
  border: none;
}

.main-form.dateselect .table {
  table-layout: fixed;
  border: none;
}
.main-form.dateselect .table th,
.main-form.dateselect .table td {
  text-align: center;
  padding: 0;
  border: none;
}
.main-form.dateselect .table .cal-cell {
  line-height: 1em;
  position: relative;
  margin: 5px;
  height: 30px;
  color: white;
}
.main-form.dateselect .table .cal-cell .patch {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 30px;
  background-color: #d8d8d8;
  border-radius: 4px;
}
.main-form.dateselect .table .cal-cell .patch .text {
  display: block;
  padding: 7px;
  width: 30px;
  margin: 0 auto;
}
.main-form.dateselect .table .cal-cell label > .patch {
  background-color: #0083cb;
  cursor: pointer;
}
.main-form.dateselect .table .cal-cell label:hover > .patch,
.main-form.dateselect .table .cal-cell label:focus > .patch,
.main-form.dateselect .table .cal-cell label input:checked + .patch {
  background-color: #ec008c;
}
.main-form.dateselect .table .cal-cell label input:checked + .patch {
  font-weight: 700;
}

/*--------------------
		HODINY
  --------------------*/
h1,
h2,
h3 {
  line-height: 1em;
}

.prev-next {
  position: absolute;
  left: 100px;
  right: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 30px;
  font-weight: 600;
}
.prev-next h3 {
  margin: 0 15px;
}

/*--------------------
		KALENDAR
  --------------------*/
.main-form.timeselect .timeselect.hours > .inner {
  position: relative;
  height: 90px;
  margin: 0 6.94444%;
}
.main-form.timeselect .timeselect.hours > .inner ul {
  position: absolute;
  width: 1200%;
}
.main-form.timeselect .timeselect.hours > .inner ul li {
  width: 0.694444%;
}

.main-form.timeselect .select-minutes,
.main-form.timeselect .timeselect.minutes {
  position: relative;
}
.main-form.timeselect .select-minutes ul,
.main-form.timeselect .timeselect.minutes ul {
  list-style: none;
  margin: 0;
  padding: 0;
  margin-top: 1.5em;
  left: 0;
  -webkit-transition: left 0.5s ease-in-out;
  transition: left 0.5s ease-in-out;
}
.main-form.timeselect .select-minutes ul li,
.main-form.timeselect .timeselect.minutes ul li {
  float: left;
  text-align: center;
  padding: 0;
}
.main-form.timeselect .select-minutes ul .inner,
.main-form.timeselect .timeselect.minutes ul .inner {
  line-height: 1em;
  position: relative;
  margin: 5px;
  height: 30px;
  color: white;
}
.main-form.timeselect .select-minutes ul .inner .text,
.main-form.timeselect .timeselect.minutes ul .inner .text {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: #d8d8d8;
  border-radius: 4px;
}
.main-form.timeselect .select-minutes ul .inner .text span,
.main-form.timeselect .timeselect.minutes ul .inner .text span {
  display: block;
  padding: 0;
  width: 30px;
  margin: 0 auto;
  position: relative;
  top: -1.5em;
  text-align: center;
  color: #0d0d0d;
}
.main-form.timeselect .select-minutes ul .inner label,
.main-form.timeselect .timeselect.minutes ul .inner label {
  width: 100%;
}
.main-form.timeselect .select-minutes ul .inner label > .text,
.main-form.timeselect .timeselect.minutes ul .inner label > .text {
  background-color: #0083cb;
  cursor: pointer;
}
.main-form.timeselect .select-minutes ul .inner label > .dot-box,
.main-form.timeselect .timeselect.minutes ul .inner label > .dot-box {
  position: absolute;
  top: 75px;
  left: 25%;
  height: 0;
  width: 100%;
  padding-bottom: 100%;
  margin: 0 auto;
  opacity: 0;
  transition: opacity 0.25s;
}
.main-form.timeselect .select-minutes ul .inner label > .dot-box .dot,
.main-form.timeselect .timeselect.minutes ul .inner label > .dot-box .dot {
  position: absolute;
  display: block;
  box-sizing: initial;
  background-color: #ec008c;
  border-radius: 50%;
  width: 40%;
  height: 40%;
  border: solid 3px white;
}
.main-form.timeselect .select-minutes ul .inner label:hover > .text,
.main-form.timeselect .select-minutes ul .inner label:focus > .text,
.main-form.timeselect .select-minutes ul .inner label input:checked + .text,
.main-form.timeselect .timeselect.minutes ul .inner label:hover > .text,
.main-form.timeselect .timeselect.minutes ul .inner label:focus > .text,
.main-form.timeselect
  .timeselect.minutes
  ul
  .inner
  label
  input:checked
  + .text {
  background-color: #ec008c;
}
.main-form.timeselect .select-minutes ul .inner label input:checked + .text,
.main-form.timeselect
  .timeselect.minutes
  ul
  .inner
  label
  input:checked
  + .text {
  font-weight: 700;
}
.main-form.timeselect .select-minutes ul .inner label input:checked + .dot-box,
.main-form.timeselect
  .timeselect.minutes
  ul
  .inner
  label
  input:checked
  + .dot-box {
  opacity: 1;
}
.main-form.timeselect .select-minutes .controls,
.main-form.timeselect .timeselect.minutes .controls {
  position: relative;
  height: 1px;
}
.main-form.timeselect .select-minutes .controls .prev,
.main-form.timeselect .select-minutes .controls .next,
.main-form.timeselect .timeselect.minutes .controls .prev,
.main-form.timeselect .timeselect.minutes .controls .next {
  position: absolute;
  height: 66px;
  margin: 0 5px;
}
.main-form.timeselect .select-minutes .controls button.prev,
.main-form.timeselect .timeselect.minutes .controls button.prev {
  left: 0;
  bottom: 0;
}
.main-form.timeselect .select-minutes .controls button.next,
.main-form.timeselect .timeselect.minutes .controls button.next {
  right: 0;
  bottom: 0;
}
.main-form.timeselect .select-minutes .trans.trans-ease,
.main-form.timeselect .timeselect.minutes .trans.trans-ease {
  -webkit-transition: left 0.5s ease-in-out;
  transition: left 0.5s ease-in-out;
}

.main-form.timeselect .eucSlider {
  height: 3px;
  background-color: #d8d8d8;
  border-radius: 3px;
  margin: 30px 0;
}
.main-form.timeselect .eucSlider .ui-slider-handle {
  background-color: #0083cb;
  border-color: white;
  border-radius: 50%;
  top: -0.55em;
}

.main-form.timeselect .timeselect.hours > .inner {
  position: relative;
  height: 60px;
  margin: 0 6.94444%;
}
.main-form.timeselect .timeselect.hours > .inner .eucSlider {
  margin: 30px 10px;
}
.main-form.timeselect .timeselect.hours > .inner ul.eucScale {
  position: absolute;
  padding: 0;
  list-style: none;
  width: 108%;
  top: 1.3em;
  left: -2%;
}
.main-form.timeselect .timeselect.hours > .inner ul.eucScale li {
  float: left;
  text-align: center;
  padding: 0;
  width: 8%;
  font-size: 1.125em;
  color: #d8d8d8;
  text-align: center;
  font-size: 1.25em;
}
.main-form.timeselect .timeselect.hours > .inner ul.eucScale li .inner {
  line-height: 1em;
  position: relative;
  margin: 5px;
  height: 30px;
  color: white;
}
.main-form.timeselect .timeselect.hours > .inner ul.eucScale li .inner .text {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  font-weight: bold;
  background-color: white;
  color: #d8d8d8;
}
.main-form.timeselect
  .timeselect.hours
  > .inner
  ul.eucScale
  li
  .inner
  .text
  span {
  display: block;
  padding: 0;
  width: 30px;
  margin: 0 auto;
  text-align: center;
}
.main-form.timeselect .timeselect.hours > .inner ul.eucScale li .inner label {
  width: 100%;
}
.main-form.timeselect
  .timeselect.hours
  > .inner
  ul.eucScale
  li
  .inner
  label
  > .text {
  color: #0083cb;
  cursor: pointer;
}
.main-form.timeselect
  .timeselect.hours
  > .inner
  ul.eucScale
  li
  .inner
  label
  > .dot-box {
  position: absolute;
  top: 75px;
  left: 25%;
  height: 0;
  width: 100%;
  padding-bottom: 100%;
  margin: 0 auto;
  opacity: 0;
  transition: opacity 0.25s;
}
.main-form.timeselect
  .timeselect.hours
  > .inner
  ul.eucScale
  li
  .inner
  label
  > .dot-box
  .dot {
  position: absolute;
  display: block;
  box-sizing: initial;
  background-color: #ec008c;
  border-radius: 50%;
  width: 40%;
  height: 40%;
  border: solid 3px white;
}
.main-form.timeselect
  .timeselect.hours
  > .inner
  ul.eucScale
  li
  .inner
  label:hover
  > .text,
.main-form.timeselect
  .timeselect.hours
  > .inner
  ul.eucScale
  li
  .inner
  label:focus
  > .text,
.main-form.timeselect
  .timeselect.hours
  > .inner
  ul.eucScale
  li
  .inner
  label
  input:checked
  + .text {
  color: #ec008c;
}
.main-form.timeselect
  .timeselect.hours
  > .inner
  ul.eucScale
  li
  .inner
  label
  input:checked
  + .text {
  font-weight: 700;
}
.main-form.timeselect
  .timeselect.hours
  > .inner
  ul.eucScale
  li
  .inner
  label
  input:checked
  + .dot-box {
  opacity: 1;
}
.main-form.timeselect .timeselect.hours > .inner ul.eucScale li.free {
  color: #0083cb;
}
.main-form.timeselect .timeselect.hours > .inner ul.eucScale li.free.active {
  color: #ec008c;
}

.main-form.timeselect .timeselect.minutes > .inner {
  position: relative;
  height: 90px;
  margin: 0 6.94444%;
  overflow: hidden;
}

.main-form.timeselect .timeselect.minutes ul {
  position: absolute;
  width: 1200%;
}
.main-form.timeselect .timeselect.minutes ul li {
  width: 0.694444%;
}
.main-form.timeselect .timeselect.minutes ul li .inner {
  height: 30px;
}
.main-form.timeselect .timeselect.minutes ul li .inner .text {
  height: 60px;
}

@media (max-width: 767px) {
  .main-form.timeselect .timeselect.hours,
  .main-form.timeselect .controls {
    display: none;
  }
  .main-form.timeselect .timeselect.minutes > .inner {
    overflow: visible;
    height: auto;
  }
  .main-form.timeselect .timeselect.minutes > .inner ul {
    position: static;
    width: 100%;
    counter-reset: hour 7;
  }
  .main-form.timeselect .timeselect.minutes > .inner ul li {
    width: 16.6667%;
  }
  .main-form.timeselect .timeselect.minutes > .inner ul li .inner {
    height: 60px;
  }
  .main-form.timeselect .timeselect.minutes > .inner ul li .inner .text {
    height: 37.5px;
  }
  .main-form.timeselect .timeselect.minutes > .inner ul li .inner .text span {
    top: -1.25em;
  }
  .main-form.timeselect .timeselect.minutes > .inner ul li:nth-child(12n-11),
  .main-form.timeselect .timeselect.minutes > .inner ul li:nth-child(12n-10),
  .main-form.timeselect .timeselect.minutes > .inner ul li:nth-child(12n-9),
  .main-form.timeselect .timeselect.minutes > .inner ul li:nth-child(12n-8),
  .main-form.timeselect .timeselect.minutes > .inner ul li:nth-child(12n-7),
  .main-form.timeselect .timeselect.minutes > .inner ul li:nth-child(12n-6) {
    margin-top: 60px;
  }
  .main-form.timeselect .timeselect.minutes > .inner ul li:nth-child(12n-11) {
    position: relative;
  }
  .main-form.timeselect
    .timeselect.minutes
    > .inner
    ul
    li:nth-child(12n-11)::before {
    counter-increment: hour 1;
    content: counter(hour) '.00';
    display: block;
    height: 30px;
    position: absolute;
    top: -52.5px;
    width: 600%;
    overflow: visible;
    height: 4px;
    border-left: solid 30vw #0083cb;
    border-right: solid 30vw #0083cb;
    color: #0083cb;
    line-height: 0.5;
    font-weight: bold;
  }
  .prev-next {
    left: 0;
    right: 0;
  }
}

/* ==================================
				MAPA
	================================= */
.pobocky-mapa {
  height: 582px;
  width: 1000px;
  margin: 40px auto 80px;
  padding: 0;
  background-color: white;
  background-image: url('/images/mapa.png');
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: top left;
}
.pobocky-mapa .mapa-inner {
  position: relative;
  height: 100%;
  width: 100%;
}
.pobocky-mapa .mapa-inner .pin-wrapper {
  position: absolute;
  height: auto;
}
.pobocky-mapa .mapa-inner .pin-wrapper .map-pin {
  height: 25px;
  width: 25px;
  padding: 0;
  transform: scale(1);
  text-align: center;
}
.pobocky-mapa .mapa-inner .pin-wrapper .map-pin .ico {
  height: 100%;
  width: 100%;
  color: #ec008c;
  line-height: 1.5;
  font-size: 1.5em;
  transform: scale(1);
  text-align: center;
}
.pobocky-mapa .mapa-inner .pin-wrapper .tooltip-panel {
  width: 0;
  height: 0;
  min-width: 240px;
  position: absolute;
  top: 2em;
  left: 0;
  padding: 20px;
  margin: 0;
  opacity: 0;
  z-index: 1000;
}
.pobocky-mapa .mapa-inner .map-pin:hover {
  transform: scale(1.25);
}

.pobocky .panel.panel-default {
  margin: 10px;
}
.pobocky .panel.panel-default p.address {
  margin-top: 0;
}
.pobocky .panel.panel-default .submit > button {
  width: 100%;
}

@media (max-width: 991px) {
  .pobocky-mapa {
    background-image: none;
    display: none;
  }
}

@media (min-width: 768px) {
  .pobocky .panels-block-flex-wrapper {
    -webkit-display: flex;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }
  .pobocky .panels-block-flex-wrapper > * {
    -webkit-flex-grow: 0;
    /* Safari 6.1+ */
    -webkit-flex-shrink: 1;
    /* Safari 6.1+ */
    -webkit-flex-basis: 20%;
    /* Safari 6.1+ */
    flex-grow: 0;
    flex-shrink: 1;
    flex-basis: 20%;
  }
}

/************************Univerzální přihlašovací layout****************************/

/*===================
 	PANELS-BLOCK 
=====================*/
/*header*/
.logo {
  width: 60px;
  height: auto;
}

.logo_text {
  margin-right: 0px;
  margin-bottom: 20px;
}

.logo_can {
  width: 230px;
  height: auto;
}

@media (max-width: 768px) {
  .logo_can {
    margin-top: 30px;
  }
}

.language {
  padding-right: 10px !important;
}

.cta-signin {
  padding-right: 20px;
}

nav .navbar-toggle {
  color: #0c88ce;
}

.cta-signin > .btn-outline-primary {
  margin-top: 20px;
}

/*body*/

.odstavec {
  margin-left: 30px;
  margin-right: 30px;
}

body .navbar-brand {
  padding-right: 0em !important;
}

h1 {
  color: #000000;
  text-transform: none;
}

.content-raw > p {
  text-align: center;
}

/*form*/
.signin-form-inner > .form-horizontal > form > .form-group > .control-label {
  display: none;
}

.form-control {
  border: 1px solid #a8a9ad;
  background-color: #ffffff;
  border-radius: 0.5rem;
  height: auto;
}

.validate .form-control:invalid:not(.btn) {
  border-radius: 0.5rem;
  outline: none !important;
  border: 1px solid #f41410;
}

.validate .form-control:valid:not(.btn) {
  border-radius: 0.5rem;
  outline: none !important;
  outline: 1px solid #66c44c;
}

.form-control:not([disabled]):not(:focus):hover,
form:not(.form-horizontal):not(.form-inline)
  .form-group:hover
  .form-control:not([disabled]):not(:focus) {
  border-color: #a8a9ad;
}

.form-control:focus {
  box-shadow: none;
  -webkit-box-shadow: none;
}

.form .checkbox [class*='euc-'] {
  border: 1px solid #a8a9ad;
  background-color: #ffffff;
  border-radius: 0px;
}

.form .checkbox [class*='euc-'] > i {
  color: #2c4694;
}

.form-control,
.custom-placeholder {
  max-width: 400px;
  margin-left: auto;
  margin-right: auto;
  /*display: inline-block;*/
}

.do_zavinac {
  display: none;
}

/*buttons*/
.btn-success {
  max-width: 400px;
  display: inline-block;
  color: #2c4694;
  background-color: #ffffff;
  border-color: #2c4694;
  border-radius: 0px;
  text-transform: uppercase;
}

.btn-success1 {
  max-width: 400px;
  display: inline;
  color: #2c4694;
  background-color: #2c4694;
  border-color: #2c4694;
  border-radius: 0px;
  text-transform: uppercase;
}

.btn-success3 {
  display: inline;
  color: #2c4694;
  background-color: #ffffff;
  border-color: #2c4694;
  border-radius: 0px;
  text-transform: uppercase;
}

.btn-success:hover,
.btn-success1:hover {
  background-color: #0a70aa !important;
  border-color: #09689e !important;
  color: #ffffff;
}

@media (min-width: 767px) {
  .btn-success {
    width: 400px;
  }
}

/*check box*/
form .checkbox [class*='euc-'] {
  border: 1px solid #d2d3d5;
}

form .checkbox [class*='euc-'] > i,
form .radio [class*='euc-'] > i {
  color: #d2d3d5;
}

.lost-p {
  padding-top: 9px;
}

.remember {
  padding-top: 4px;
}

@media (min-width: 767px) {
  .lost-p {
    text-align: left;
  }

  .remember {
    text-align: right;
  }
}

/*footer*/
footer {
  background: #fff;
  border-top: 1px solid #0c88ce;
  width: 100%;
  position: static;
  margin-top: 0px;
}

.copy p {
  color: #0c88ce !important;
  font-size: 17px !important;
}

/**********************index***************************/

.container-fluid > .row {
  padding-bottom: 20px;
  margin-left: 35px;
  margin-right: 35px;
}

.navbar-right > .cta-user-form {
  padding-right: 12px;
}

.btn-outline-primary {
  border-color: #0c88ce;
  color: #0c88ce;
}

.btn-outline-primary:hover {
  background-color: #0c88ce !important;
}

.btn-outline-primary:hover .text-primary {
  color: #ffffff !important;
}

.btn-outline-primary:hover .btn-outline-primary[type='submit'] {
  color: #ffffff !important;
}

.btn-uni {
  border-color: #0082ca;
  color: #0082ca;
  background-color: #ffffff;
}

.btn-uni:hover,
.btn-uni:focus,
.btn-uni:active {
  color: #0082ca;
}

.nadp {
  margin-top: 15px;
}

@media (max-width: 991px) {
  .lg1 {
    margin-bottom: 30px;
  }
}

h2 {
  color: #000000;
  font-size: 1.2rem;
}

h3 {
  color: #000000;
  line-height: 23px;
  font-weight: normal;
}

h4 {
  color: #000000;
  font-weight: normal;
}

.text-primary {
  color: #0c88ce;
  text-transform: uppercase;
}

.text-secondary {
  color: #ffffff;
  text-transform: uppercase;
}

.text-tmava {
  color: #2c4694;
  text-transform: uppercase;
}

.btn {
  cursor: pointer;
  border-radius: 0px;
}

.btn-secondary {
  color: #fff;
  background-color: #fc0c94;
  border-color: #fc0c94;
}

.lang {
  cursor: pointer;
  color: #0c88ce;
  font-family: Arial;
  text-transform: uppercase;
  margin-right: 5px;
  margin-bottom: 20px;
  font-size: 1.7rem;
}

.lang:hover {
  color: #2c4694;
}

.blok {
  padding-top: 30px;
}

.obr {
  width: 100%;
}

.telefon {
  margin-top: 30px;
  margin-bottom: 0px;
}

.btn_text {
  margin-top: 20px;
  margin-bottom: 20px;
  max-width: 350px;
  display: inline-block;
}

.nadpis_text {
  color: #fc0c94;
  padding-bottom: 12px;
  padding-top: 20px;
}

.nadpis_can_text {
  color: #d10019;
  padding-bottom: 12px;
}

.btn-secondary-text {
  color: #fff;
  background-color: #fc0c94;
  border-color: #fc0c94;
  border-radius: 0px;
  text-transform: uppercase;
}

.btn-secondary-text:hover {
  background-color: #df0380;
  border-color: #d20378;
}

.btn-can-text {
  color: #fff;
  background-color: #2c4694;
  border-color: #2c4694;
  border-radius: 0px;
  text-transform: uppercase;
}

.qr {
  max-width: 500px;
}

.store_text {
  max-width: 130px;
  display: inline-block;
  margin: 3px;
  cursor: pointer;
}

.alert {
  border-radius: 0px !important;
}

/******* 1F Validation ********/

.odsazeni-horni {
  margin-top: 20px;
}

.odsazeni-dolni {
  margin-bottom: 50px !important;
}

.odsazeni-leve {
  margin-left: 15px;
}

.odsazeni-prave {
  margin-right: 15px;
}

.sloupek {
  max-width: 400px;
  display: inline-block;
}

.levy {
  text-align: left;
}

.chbox {
  transform: scale(1.2);
  cursor: pointer;
}

.text-chbox {
  margin-left: 10px;
}

.iblok {
  max-width: 400px;
  display: inline-block;
}

/*Zrušení růžových efektů hover, atd.*/

body.logged-in .nav li .user-icon:hover {
  color: #2c4694 !important;
}

.take-me-up.showme:hover,
.take-me-up.showme:focus {
  opacity: 0.9;
  background-color: #2c4694 !important;
}

.take-me-up.showme:active {
  background-color: #2c4694 !important;
}

.lost-password a:hover {
  color: #2c4694 !important;
}

.btn-success:hover,
.btn-success:active,
.btn-success:focus {
  background-color: #2c4694 !important;
  border-color: #2c4694 !important;
}

.register-button {
  display: inline-block;
  margin: 40px 0px 30px 0px;
}
.register-block {
  display: block;
  margin-top: 15px;
}
.grecaptcha-badge {
  visibility: hidden;
}

.badges-row {
  text-align: center;
}

.badges-row .badge-single {
  margin: 15px auto;
  max-width: 200px;
}

.badges-row .badge-single img {
  max-width: 100%;
}

.web-app-entry-text {
  margin-top: 20px;
  margin-bottom: 100px;
}

.tabulka {
  background: #d4ebf2;
  padding: 30px;
  margin: 20px 20%;
}

.tabulka.info {
  margin: 20px 0;
}

.tabulka.info h2 {
  text-transform: none;
  color: #2c4694;
}

.register-checkboxes {
  max-width: 400px;
  margin: 0 auto;
}

.register-checkboxes .checkbox-single {
  display: flex;
  align-items: flex-start;
  line-height: 1.5;
  margin-bottom: 15px;
  margin-top: 15px;
}

.register-checkboxes .checkbox-single input[type='checkbox'] {
  flex-shrink: 0;
  margin-right: 10px;
  margin-top: 5px;
}

.custom-checkbox {
  display: inline-flex;
  align-items: center;
  overflow: hidden;
  position: relative;
}

.custom-checkbox .custom-control-input {
  width: 1px;
  height: 1px;
  opacity: 0;
  position: absolute;
  left: 10px;
  top: 20px;
  pointer-events: none;
}

.custom-checkbox .custom-control-label {
  margin: 0 !important;
  font-weight: 300;
  padding-left: 30px;
  text-align: left;
  position: relative;
}

.custom-checkbox .custom-control-label::before {
  content: '';
  position: absolute;
  top: 2px;
  left: 0;
  display: block;
  width: 20px;
  height: 20px;
  border: 1px solid #a8a9ad;
  border-radius: 0.3rem;
  overflow: hidden;
}
.custom-checkbox .custom-control-input:checked + .custom-control-label::before {
  border-color: #0c88ce;
  background-color: #0c88ce;
  background-repeat: no-repeat;
  background-size: 65%;
  background-position: 50% 50%;
  background-image: url('/img/check-regular-white.svg');
}
.validate
  .custom-checkbox
  .custom-control-input:invalid
  + .custom-control-label::before {
  border-color: #f41410;
}

.btn-magenta {
  background-color: #ec008c;
  color: #fff;
}

.btn-magenta:hover {
  background-color: #af0068;
  color: #fff;
}

.BenefitsBanner {
  background: #f2f9fd;
  text-align: center;
  padding: 35px 15px;
}

.BenefitsBanner .BenefitsBanner-benefit {
  margin-top: 25px;
  margin-bottom: 25px;
}

.BenefitsBanner .BenefitsBanner-icon {
  width: 42px;
  height: 42px;
  color: #fc0c94;
  margin-bottom: 15px;
}

.BenefitsBanner .BenefitsBanner-text {
  color: #333;
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1.4;
}

.BenefitsBanner .BenefitsBanner-text p {
  margin-bottom: 0;
}

/* euc lékárna login */
.pharmacyLoginBlock button[type='submit'],
.pharmacyLoginBlock input[type='email'],
.pharmacyLoginBlock input[type='password'],
.pharmacyLoginBlock input[type='text'] {
  border-radius: 5px;
}

.pharmacyLoginBlock button[type='submit'] {
  background-color: #fc0c94;
  border-color: #fc0c94;
}

.pharmacyLoginBlock button[type='submit'] span {
  color: #fff;
  text-transform: none;
  transition: color 0.15s ease;

  display: flex;
  align-items: center;
  justify-content: center;
}

.pharmacyLoginBlock button[type='submit'] span::after {
  content: '';
  width: 9px;
  height: 17px;
  margin-left: 15px;
  display: inline-block;
  background-size: contain;
  background-repeat: no-repeat;
  background-image: url('/img/chevron-right-light-white.svg');
}

.pharmacyLoginBlock button[type='submit']:hover {
  background-color: #c90072 !important;
  border-color: #c90072 !important;
}

.pharmacyLoginLogo {
  padding: 0 15px;
}

.pharmacyLoginLogo img {
  width: 100%;
  max-width: 250px;
}

.pharmacyLoginBlock .BackToEshopBtn {
  border-radius: 5px;
  transition: all 0.5s ease;
}

.pharmacyLoginBlock .BackToEshopBtn:hover {
  background-color: #fff !important;
  box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.5);
}

.pharmacyLoginBlock .BackToEshopBtn span {
  text-transform: none !important;
  display: flex;
  align-items: center;
  justify-content: center;
}

.pharmacyLoginBlock
  .BackToEshopBtn.btn-outline-primary:hover
  span.text-primary {
  color: #0c88ce !important;
}

.pharmacyLoginBlock .BackToEshopBtn span::before {
  content: '';
  width: 9px;
  height: 17px;
  margin-right: 15px;
  display: inline-block;
  background-size: contain;
  background-repeat: no-repeat;
  background-image: url('/img/chevron-left-light-blue.svg');
}

/* ___ euc lékárna login ___ */

.InputNote {
  max-width: 400px;
  margin: 15px auto 10px;
  text-align: center;
}

/* floating labels === euc style forms */

.custom-placeholder {
  position: relative;
}

.label-floating {
  display: inline-flex;
  align-items: center;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 3;
  padding: 0.25rem 1.5rem;
  margin-bottom: 0 !important;
  transition: all 0.2s;
  opacity: 1;
  max-width: 100%;
  height: 100%;
  font-size: 1.5rem;
  line-height: 1.2;
  pointer-events: none;
  color: #999999;
  font-weight: 300;
}

.label-floating > span {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  line-height: 1.5;
}

textarea.form-control + .label-floating {
  /* floating label in textarea should have auto height, so it's not placed in the middle of the input */
  height: auto;
}

/* active state - has to be stored separately as mixin for IE select support */
select:valid.form-control + .label-floating,
select:disabled.form-control + .label-floating {
  height: auto;
  padding: 0 0.5rem;
  background-color: #ffffff;
  transform: translate3d(0.75rem, -65%, 0);
  opacity: 1;
  font-size: 1.3rem;
  max-width: 90%;
  color: #007bff;
}
.form-control:focus + .label-floating {
  height: auto;
  padding: 0 0.5rem;
  background-color: #ffffff;
  transform: translate3d(0.75rem, -65%, 0);
  opacity: 1;
  font-size: 1.3rem;
  max-width: 90%;
  color: #007bff;
}
.form-control:not(:placeholder-shown):not(select) + .label-floating {
  height: auto;
  padding: 0 0.5rem;
  background-color: #ffffff;
  transform: translate3d(0.75rem, -65%, 0);
  opacity: 1;
  font-size: 1.3rem;
  max-width: 90%;
  color: #007bff;
}
body.ie .form-control:not(select) + .label-floating {
  height: auto;
  padding: 0 0.5rem;
  background-color: #ffffff;
  transform: translate3d(0.75rem, -65%, 0);
  opacity: 1;
  font-size: 1.3rem;
  max-width: 90%;
  color: #007bff;
}

.back-btn {
  text-align: left;
  font-weight: 400;
  margin-bottom: 15px;
  padding-left: 20px;
  padding-right: 20px;
}

.back-btn img {
  flex-shrink: 0;
  width: 15px;
  height: auto;
  margin-right: 5px;
  transition: margin 0.5s ease;
}

.back-btn a {
  display: inline-flex;
  align-items: center;
  transition: color 0.5s ease;
}

.back-btn a > img,
.back-btn a > span {
  display: inline-block;
}

.back-btn a:hover img {
  margin-right: 10px;
}

/* generali */
.generali-logo {
  margin-bottom: 30px;
}

@media (max-width: 768px) {
  .generali-logo {
    text-align: center !important;
  }
}

.generali-header {
  padding-top: 35px;
  padding-bottom: 25px;
}

.text-generali {
  color: #00239c;
}

.btn-generali {
  color: #fff;
  background-color: #00239c;
  padding: 15px 4em !important;
  font-weight: bold !important;
  letter-spacing: initial !important;
  font-size: 18px !important;
}

.btn-generali:hover,
.btn-generali:focus {
  color: #fff;
}

.custom-checkbox
  .custom-control-input.checkbox-generali
  + .custom-control-label::before {
  border-color: #00239c !important;
  background-color: rgba(0, 35, 156, 0.2) !important;
}

.custom-checkbox
  .custom-control-input.checkbox-generali:checked
  + .custom-control-label::before {
  border-color: #00239c !important;
  background-color: #00239c !important;
}

.generali-checkboxes {
  margin: 0 auto;
  max-width: 410px;
}

/* password input toggle */
.PasswordInputToggler {
  position: relative;
  max-width: 400px;
  margin: 0 auto;
}

.PasswordInputToggler .PasswordInputToggle {
  cursor: pointer;
  position: absolute;
  right: 1px;
  top: 50%;
  transform: translateY(-50%);
  background-color: #ffffff;
  height: calc(100% - 5px);
  padding: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 0.5rem;
}

.PasswordInputToggler
  > input[type='text']
  + .PasswordInputToggle
  .PasswordInputToggle-Eye,
.PasswordInputToggler:has(> input[type='text'])
  .PasswordInputToggle
  .PasswordInputToggle-Eye {
  display: none;
}

.mx-auto {
  margin-left: auto;
  margin-right: auto;
}

.PasswordInputToggler
  > input[type='password']
  + .PasswordInputToggle
  .PasswordInputToggle-EyeSlash,
.PasswordInputToggler:has(> input[type='password'])
  .PasswordInputToggle
  .PasswordInputToggle-EyeSlash {
  display: none;
}
