/* -------------------------------------------------------------------
 * Plugin Name           : IDŐPONTFOGLALÁS >> Tőzsér Optika
 * Version               : 1.0.1
------------------------------------------------------------------- */
/* -------------------------------------------------------------------
   Base
   ------------------------ /
 * 01.Base
 * 02.Typography
 * 03.Helper Class
   ------------------------ /
   Components
   ------------------------ /
 * 04.Buttons
   ------------------------ /
   Layout
   ------------------------ /
 * 05.Contact Form
 * 06.Features
 * 07.Footer
------------------------------------------------------------------- */
:root{
 --zold: #99c338;
 --turkiz: #c3f1d1;
 --barack: #f1d6c3;
 --vszurke: #d9d9d9;
 --sszurke: #444444;
 --lilacska: #332f71;

 --card-line-height: 1.2em;
 --card-padding: 0.75em;
 --card-radius: 0.5em;
 --color-green: #99c338;
 --color-gray: #e2ebf6;
 --color-dark-gray: #c4d1e1;
 --radio-border-width: 2px;
 --radio-size: 2em;

}
/* ---------------------------------------------------------------- */
/* 01.Base
/* ---------------------------------------------------------------- */
* {
  margin: 0;
  padding: 0;
}

body, html {
  font-size: 20px;
  font-family: "Roboto-Regular", sans-serif;
  font-weight: 400;
  line-height: 1.5;
  color: #677294;
  background-color: #e7ffdf;
  background-color: #dfdfdf;
}

a:link, a:hover, a:active, a:visited {
  text-decoration: none;
  color: #677294;
}

ul, ol {
  list-style-type: none;
  padding: 0;
  margin: 0;
}

textarea, textarea:focus, input, input:focus, button, button:focus {
  outline: none;
  resize: inherit;
}

/* ---------------------------------------------------------------- */
/* 02.Typography
/* ---------------------------------------------------------------- */
h1, h2, h3, h4, h5, h6 {
  font-family: "Poppins-bold", sans-serif;
  font-weight: 700;
  font-style: normal;
  margin: 0;
  color: #000;
  line-height: 1.3;
  letter-spacing: 0.5px;
}

h1, .h1 {
  font-size: 55px;
}

h2, .h2 {
  font-size: 32px;
}

h3, .h3 {
  font-size: 28px;
}

h4, .h4 {
  font-size: 22px;
}

h5, .h5 {
  font-size: 18px;
}

h6, .h6 {
  font-size: 16px;
}

p {
  color: #677294;
  margin: 0;
  line-height: 28px;
}
.zold{
	color: var(--zold);
}
.bold{
	font-weight: bold;
}

/* ---------------------------------------------------------------- */
/* 03.Helper Class
/* ---------------------------------------------------------------- */
.header .logo{
	margin-top: 15px;
}
.header .logo img{
	border-radius: 50%;
	border: 2px solid white;
	box-shadow: 0px 0px 10px 10px rgba(0,0,0,0.10);
}

.header .closer{
	margin-top: 14px;
	float: right;
}
.header .closer a {
	float: right;
	margin-right: 5px;
}

.closer i {
	font-size: 28px;
	padding: 8px 10px 5px 12px;
	background: var(--zold);
	color: white;
	border-radius: 30px;
	width: 44px;
	height: 44px;
}

.section {
  padding: 80px 0;
}

.section-heading .section-title {
  position: relative;
  text-align: center;
  padding-bottom: 20px;
  margin-bottom: 50px;
}

.section-heading .section-title:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 50px;
  height: 4px;
  background: var(--zold);
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.pb-minus-70 {
  padding-bottom: 70px;
}

.igy-foglalj{
	font-size: 20px;
	padding: 10px;
	line-height: 1.4;
	letter-spacing: 0.6px;
	color: #444;
}

.vizsgalat-info{
	font-size: 20px;
	padding: 10px;
	line-height: 1.4;
	letter-spacing: 0.6px;
	color: #444;
}

/* ---------------------------------------------------------------- */
/* 04.Buttons
/* ---------------------------------------------------------------- */
.default-button {
  border-radius: 5px;
  display: inline-block;
  background-color: var(--zold);
  border: none;
  text-align: center;
  position: relative;
  overflow: hidden;
  padding: 18px 36px;
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
  color: #fff !important;
  font-size: large;
}
.cancel-button {
  border-radius: 5px;
  display: inline-block;
  background-color: #cecece;
  border: none;
  text-align: center;
  position: relative;
  overflow: hidden;
  padding: 18px 20px;
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
  color: #fff !important;
  font-size: large;
  vertical-align: bottom;
}

.default-button:after {
  display: none;
  content: "";
  position: absolute;
  border-radius: 50%;
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
  background-color: rgba(0, 0, 0, 0.247);
  width: 100px;
  height: 100px;
  margin-top: -50px;
  margin-left: -50px;
  top: 50%;
  left: 50%;
  -webkit-animation: ripple 1s;
          animation: ripple 1s;
  opacity: 0;
}

.default-button:focus:not(:active)::after {
  display: block;
}

.popup-btn {
  border-radius: 5px;
  display: inline-block;
  border: none;
  text-align: center;
  position: relative;
  overflow: hidden;
  padding: 12px 30px;
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
  color: #fff !important;
}

.popup-btn:after {
  display: none;
  content: "";
  position: absolute;
  border-radius: 50%;
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
  background-color: rgba(0, 0, 0, 0.247);
  width: 100px;
  height: 100px;
  margin-top: -50px;
  margin-left: -50px;
  top: 50%;
  left: 50%;
  -webkit-animation: ripple 1s;
          animation: ripple 1s;
  opacity: 0;
}

.popup-btn:focus:not(:active)::after {
  display: block;
}

.popup-btn.danger {
  background-color: #f27474;
}

.popup-btn.success {
  background-color: var(--zold);
}

.popup-btn.agree {
  background-color: #07f;
}

@-webkit-keyframes ripple {
  from {
    opacity: 1;
    -webkit-transform: scale(0);
            transform: scale(0);
  }
  to {
    opacity: 0;
    -webkit-transform: scale(10);
            transform: scale(10);
  }
}

@keyframes ripple {
  from {
    opacity: 1;
    -webkit-transform: scale(0);
            transform: scale(0);
  }
  to {
    opacity: 0;
    -webkit-transform: scale(10);
            transform: scale(10);
  }
}

/* ---------------------------------------------------------------- */
/* 05.Contact Form
/* ---------------------------------------------------------------- */
.contact-form-wrap {
  padding: 10px;
  border-radius: 10px;
  -webkit-box-shadow: 0 23px 49px 0 rgba(61, 82, 96, 0.15);
          box-shadow: 0 23px 49px 0 rgba(61, 82, 96, 0.15);
}

.contact-form-wrap .contact-form-group {
  position: relative;
  margin-bottom: 30px;
}

.contact-form-wrap .contact-form-group > i {
  left: 14px;
  top: 14px;
  width: 32px;
  height: 32px;
  position: absolute;
  text-align: center;
  line-height: 32px;
  border-radius: 50%;
  display: inline-block;
  pointer-events: none;
  color: white;
  background: rgb(153, 195, 56);
  font-size: 12px;
  font-family: "Font Awesome 5 Free";
  font-weight: 700;
}

.contact-form-wrap .contact-form-group .form-control {
  height: 60px;
  color: #000;
  outline: none;
  padding: 0 60px;
  font-size: 20px;
  border: none;
  border-radius: 5px;
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
  -webkit-box-shadow: 0 5px 20px 0 rgba(61, 82, 96, 0.15);
          box-shadow: 0 5px 20px 0 rgba(61, 82, 96, 0.15);
}

@media screen and (max-width: 814px) {
  .contact-form-wrap .contact-form-group .form-control {
    font-size: 18px;
  }
}

.contact-form-wrap .contact-form-group .form-control:focus {
  outline: none;
  border: none;
  color: #000;
  -webkit-box-shadow: 0 23px 49px 0 rgba(61, 82, 96, 0.15);
          box-shadow: 0 23px 49px 0 rgba(61, 82, 96, 0.15);
}

.contact-form-wrap .contact-form-group #txtInput {
  padding-left: 110px;
  padding-right: 0px;
}

.contact-form-wrap .contact-form-group #txtCaptchaSpan {
  position: absolute;
  top: 50%;
  height: 60px;
  padding-left: 14px;
  padding-right: 14px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: var(--zold);
  color: #fff;
  border-radius: 5px 0 0 5px;
  font-size: x-large;
}

.contact-form-wrap .contact-form-group textarea.form-control {
  height: auto;
  padding-top: 20px;
}

.contact-form-wrap .empty-form span, .empty-slot span,.contact-form-wrap .email-invalid span, .contact-form-wrap .phone-invalid span, .contact-form-wrap .terms-alert span, .contact-form-wrap .subject-alert span, .contact-form-wrap .security-alert span {
  display: block;
  padding: 20px;
  margin-bottom: 10px;
  border-radius: 5px;
  color: #721c24;
  background: rgba(242, 116, 116, 0.2);
}

#error_message {
  margin-top: 30px;
  display: block;
  padding: 20px;
  border-radius: 5px;
  word-break: break-word;
  background: rgba(242, 116, 116, 0.2);
  color: #721c24;
}

.custom-modal .modal-header {
  text-align: center;
  padding: 20px;
}

.custom-modal .modal-header h5, .custom-modal .modal-header button {
  color: #fff;
}

.custom-modal .modal-header.danger {
  background: #f27474;
  color: #fff;
}

.custom-modal .modal-header.success {
  background: var(--zold);
  color: #fff;
}

.custom-modal .modal-header.terms {
  background: #07f;
  color: #fff;
}

.custom-modal .modal-body {
  padding: 20px;
}

.custom-modal .modal-body .form-popup-inner {
  text-align: center;
}

.custom-modal .modal-body .form-popup-inner .form-icon {
  margin-bottom: 30px;
}

.custom-modal .modal-body .form-popup-inner .form-icon svg {
  width: 100px;
  height: 100px;
  border-radius: 50%;
}

.custom-modal .modal-body .form-popup-inner .form-icon.danger svg {
  fill: #f27474;
  stroke: #f27474;
  background: rgba(242, 116, 116, 0.1);
}

.custom-modal .modal-body .form-popup-inner .form-icon.success svg {
  fill: var(--zold);
  stroke: var(--zold);
  background: rgba(10, 192, 131, 0.1);
}

.custom-modal .modal-footer {
  padding: 20px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.path {
  stroke-dasharray: 1000;
  stroke-dashoffset: 0;
}

.path.circle {
  -webkit-animation: dash 0.9s ease-in-out;
          animation: dash 0.9s ease-in-out;
}

.path.line {
  stroke-dashoffset: 1000;
  -webkit-animation: dash 0.9s 0.35s ease-in-out forwards;
          animation: dash 0.9s 0.35s ease-in-out forwards;
}

.path.check {
  stroke-dashoffset: -100;
  -webkit-animation: dashCheck 0.9s 0.35s ease-in-out forwards;
          animation: dashCheck 0.9s 0.35s ease-in-out forwards;
}

@-webkit-keyframes dash {
  0% {
    stroke-dashoffset: 1000;
  }
  100% {
    stroke-dashoffset: 0;
  }
}

@keyframes dash {
  0% {
    stroke-dashoffset: 1000;
  }
  100% {
    stroke-dashoffset: 0;
  }
}

@-webkit-keyframes dashCheck {
  0% {
    stroke-dashoffset: -100;
  }
  100% {
    stroke-dashoffset: 900;
  }
}

@keyframes dashCheck {
  0% {
    stroke-dashoffset: -100;
  }
  100% {
    stroke-dashoffset: 900;
  }
}

.custom-control {
  padding: 0;
}

.custom-control .custom-control-input {
  position: relative;
}

.custom-control span {
  vertical-align: middle;
  margin-left: 25px;
  color: #000;
}

.custom-control span a {
  color: #000;
  font-weight: bold;
  text-decoration: underline;
}

@media screen and (max-width: 576px) {
  .custom-control span {
    font-size: 14px;
  }
}

.custom-control .custom-control-label {
  margin-left: 0;
  width: 32px;
  height: 32px;
  outline: none;
  text-align: center;
  line-height: 32px;
}

.custom-control .custom-control-label::before {
  top: 0;
  left: 0;
  width: 32px;
  height: 32px;
  cursor: pointer;
  text-align: center;
  line-height: 32px;
  position: absolute;
  border: none !important;
  pointer-events: initial;
  border-radius: 50% !important;
  display: inline-block;
  color: white;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
  background: rgb(153, 195, 56);
  font-size: 12px;
  font-family: "Font Awesome 5 Free";
  font-weight: 700;
}

.custom-control-input:checked ~ .custom-control-label::before,
.custom-control-label:active::before,
.custom-control-input:not(:disabled):active ~ .custom-control-label::before {
  border: none;
  content: "\f00c";
  color: white;
  background: rgb(153, 195, 56);
  font-size: x-large;
}

.custom-control-label::after {
  display: none;
}

.custom-control-input:focus:not(:checked) ~ .custom-control-label::before {
  border: none;
}

.form-validate-icons {
  top: 0;
  right: 14px;
  height: 60px;
  position: absolute;
  line-height: 60px;
}

.form-validate-icons span {
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.form-validate-icons span:before {
  width: 32px;
  height: 32px;
  text-align: center;
  line-height: 32px;
  border-radius: 50%;
  color: #fff;
  display: inline-block;
  font-size: 14px;
  font-family: "Font Awesome 5 Free";
  font-weight: 700;
}

.form-validate-icons span.error {
  opacity: 1;
  visibility: visible;
}

.form-validate-icons span.error:before {
  content: "\f00d";
  color: #f27474;
  background: rgba(242, 116, 116, 0.2);
}

.form-validate-icons span.success {
  opacity: 1;
  visibility: visible;
}

.form-validate-icons span.success:before {
  content: "\f00c";
  color: var(--zold);
  background: rgba(10, 192, 131, 0.2);
}

.custom-select-wrapper {
  position: relative;
}

.custom-select-wrapper select, .custom-select-wrapper .select-hide {
  display: none;
}

.custom-select-wrapper .select-selected {
  border-radius: 5px;
  outline: none;
  padding: 18px 60px;
  font-size: 20px;
  border: none;
  cursor: pointer;
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
  background-color: #fff;
  color: #677294 !important;
  -webkit-box-shadow: 0px 5px 20px 0px rgba(61, 82, 96, 0.15);
          box-shadow: 0px 5px 20px 0px rgba(61, 82, 96, 0.15);
}

.custom-select-wrapper .select-selected:focus {
  outline: none;
  border: none;
  -webkit-box-shadow: 0px 23px 49px 0px rgba(61, 82, 96, 0.15);
          box-shadow: 0px 23px 49px 0px rgba(61, 82, 96, 0.15);
}

.custom-select-wrapper .select-selected:after {
  right: 14px;
  top: 14px;
  width: 32px;
  height: 32px;
  line-height: 32px;
  text-align: center;
  border-radius: 50%;
  content: "\f078";
  position: absolute;
  pointer-events: none;
  display: inline-block;
  color: var(--zold);
  background: rgba(10, 192, 131, 0.2);
  font-size: 14px;
  font-family: "Font Awesome 5 Free";
  font-weight: 700;
}

.custom-select-wrapper .select-selected.select-arrow-active:after {
  content: "\f077";
}

.custom-select-wrapper .select-items {
  top: 100%;
  left: 0;
  right: 0;
  z-index: 99;
  margin-top: 10px;
  position: absolute;
  background-color: #fff;
  -webkit-box-shadow: 0px 23px 49px 0px rgba(61, 82, 96, 0.15);
          box-shadow: 0px 23px 49px 0px rgba(61, 82, 96, 0.15);
}

.custom-select-wrapper .select-items .same-as-selected {
  background-color: var(--zold);
  border-bottom-color: var(--zold);
  color: #fff !important;
}

.custom-select-wrapper .select-items .same-as-selected:after {
  color: #fff;
  background: rgba(255, 255, 255, 0.1);
}

.custom-select-wrapper .select-items div {
  color: #000;
  outline: none;
  width: 100%;
  display: block;
  padding: 18px 60px;
  font-size: 20px;
  border: none;
  cursor: pointer;
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
  position: relative;
  border-bottom: 1px solid rgba(0, 0, 0, 0.08);
}

@media screen and (max-width: 814px) {
  .custom-select-wrapper .select-items div {
    font-size: 14px;
  }
  .custom-select-wrapper .select-selected {
	font-size: 14px;
  }
}

.custom-select-wrapper .select-items div:focus {
  outline: none;
  border: none;
  -webkit-box-shadow: 0 23px 49px 0 rgba(61, 82, 96, 0.15);
          box-shadow: 0 23px 49px 0 rgba(61, 82, 96, 0.15);
}

.custom-select-wrapper .select-items div:last-child {
  border-bottom: 0;
}

.custom-select-wrapper .select-items div:after {
  content: "\f036";
  left: 14px;
  top: 14px;
  width: 32px;
  height: 32px;
  z-index: 14;
  position: absolute;
  text-align: center;
  line-height: 32px;
  border-radius: 50%;
  display: inline-block;
  color: var(--zold);
  background: rgba(10, 192, 131, 0.2);
  font-size: 12px;
  font-family: "Font Awesome 5 Free";
  font-weight: 700;
}

.custom-select-wrapper .select-items div:hover {
  background-color: var(--zold);
  border-bottom-color: var(--zold);
  color: #fff;
}

.custom-select-wrapper .select-items div:hover:after {
  color: #fff;
  background: rgba(255, 255, 255, 0.1);
}

/* ---------------------------------------------------------------- */
/* 06.Features
/* ---------------------------------------------------------------- */
.features-box {
  padding: 30px;
  overflow: hidden;
  margin-bottom: 30px;
  background: #fff;
  text-align: center;
  border-radius: 10px;
  -webkit-box-shadow: 0 6px 10px 0 rgba(61, 82, 96, 0.15);
          box-shadow: 0 6px 10px 0 rgba(61, 82, 96, 0.15);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.features-box:hover {
  -webkit-box-shadow: 0 22px 49px 0 rgba(61, 82, 96, 0.15);
          box-shadow: 0 22px 49px 0 rgba(61, 82, 96, 0.15);
  -webkit-transform: translateY(-10px);
          transform: translateY(-10px);
}

.features-box .features-icon i {
  color: #fff;
  font-size: 40px;
  margin-left: 0;
  display: inline-block;
  margin-bottom: 20px;
  line-height: 90px;
  width: 90px;
  height: 90px;
  border-radius: 50%;
  background: var(--zold);
}

/* ---------------------------------------------------------------- */
/* 07.Footer
/* ---------------------------------------------------------------- */
.footer {
  background: #050626;
}

.footer .copyright-wrap {
  padding: 30px;
}

.footer .copyright-wrap .copyright-inner .copyright-text {
  text-align: center;
  color: #fff;
  opacity: 0.85;
}
.footer .copyright-text a{
	color: white!important;
}
/*# sourceMappingURL=style.css.map */

/* ---------------------------------------------------------------- */
/* 08.Time slots
/* ---------------------------------------------------------------- */
.time-slots{
	margin-left: 12.5%;
	margin-bottom: 20px;
}

.slot {
	padding: 8px;
	background-color: var(--zold);
	margin: 10px;
	text-align: center;
	font-size: x-large;
	color: white;
	border-radius: 5px;
	border: 4px solid var(--zold);
}

.slot:hover {
	background-color: #a1ca44;
	box-shadow: 0px 0px 10px 2px rgba(0,0,0,0.10);
}

.slot a{
	color: white;
}

.slot.reserved{
	background-color: #cecece;
	color: #888;
	border: 4px solid #cecece;
}


.grid {
	color: #263238;
	display: grid;
	grid-gap: var(--card-padding);
	margin: 0 auto;
	max-width: 60em;
	padding: 2rem 1rem;
}

@media (min-width: 1280px) {
	.modal-dialog{
		min-width: 70%!important;
	}
}

@media (min-width: 1024px) {
  .grid {
    grid-template-columns: repeat(3, 1fr);
	text-align: left;
  }
}
@media (max-width: 1023px) {
  .grid {
    grid-template-columns: repeat(2, 1fr);
	padding: 1rem 0rem;
	grid-gap: 0.75em;
  }
}

.grid .card {
	background-color: #fff;
	border-radius: var(--card-radius);
	position: relative;
}
.grid .card:hover {
	box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.15);
}

.grid .radio {
	font-size: inherit;
	margin: 0;
	position: absolute;
	right: calc(var(--card-padding) + var(--radio-border-width));
	top: calc(var(--card-padding) + var(--radio-border-width));
}

@supports (-webkit-appearance: none) or (-moz-appearance: none) {
  .grid .radio {
    -webkit-appearance: none;
    -moz-appearance: none;
    background: #fff;
    border: var(--radio-border-width) solid var(--color-gray);
    border-radius: 50%;
    cursor: pointer;
    height: var(--radio-size);
    outline: none;
    transition: background 0.2s ease-out, border-color 0.2s ease-out;
    width: var(--radio-size);
  }
  .grid .radio::after {
	border: 5px solid #fff;
	border-top: 0;
	border-left: 0;
	content: '';
	display: block;
	height: 1.5rem;
	left: 15%;
	position: absolute;
	top: 50%;
	transform: rotate(45deg) translate(-50%, -50%);
	width: 0.750rem;
  }
  @media (max-width: 1023px) {
	.grid .radio {
		height: 1.5rem;
		width: 1.5rem;
		top: 0.5rem;
		right: 0.5rem;
	}
	.grid .radio::after {
		border: var(--radio-border-width) solid #fff;
		border-top: 0;
		border-left: 0;
		content: '';
		display: block;
		height: 0.75rem;
		left: 25%;
		position: absolute;
		top: 50%;
		transform: rotate(45deg) translate(-50%, -50%);
		width: 0.370rem;
	  }
  }
  .grid .radio:checked {
	background: var(--color-green);
	border-color: var(--color-green);
  }

  .grid .card:hover .radio {
    border-color: var(--color-dark-gray);
  }
  .grid .card:hover .radio:checked {
    border-color: var(--color-green);
  }
}
.grid .plan-details {
	border: var(--radio-border-width) solid var(--color-gray);
	border-radius: var(--card-radius);
	cursor: pointer;
	display: flex;
	flex-direction: column;
	padding: var(--card-padding);
	transition: border-color 0.2s ease-out;
}

.grid .card:hover .plan-details {
	border-color: var(--color-dark-gray);
}

.grid .radio:checked ~ .plan-details {
	border-color: var(--color-green);
}

.grid .radio:focus ~ .plan-details {
	box-shadow: 0 0 0 2px var(--color-dark-gray);
}

.grid .radio:disabled ~ .plan-details {
	color: var(--color-dark-gray);
	cursor: default;
}

.grid .radio:disabled ~ .plan-details .plan-type {
	color: var(--color-dark-gray);
}

.grid .card:hover .radio:disabled ~ .plan-details {
	border-color: var(--color-gray);
	box-shadow: none;
}

.grid .card:hover .radio:disabled {
	border-color: var(--color-gray);
}

.grid .plan-type {
	color: var(--color-green);
	font-size: 1.0rem;
	font-weight: bold;
	line-height: 1em;
}

.grid .plan-cost {
  font-size: 1.2rem;
  font-weight: bold;
  padding: 0rem 0;
}

.grid .plan-details .plan-busy{
	display:none;
}

.grid .plan-free{
	display:block;
	color:var(--zold);
}

.grid .radio:disabled ~ .plan-details .plan-free{
	display:none!important;
}

.grid .radio:disabled .plan-free{
	display:none!important;
}


.grid .radio:disabled ~ .plan-details .plan-busy{
	display: block!important;
}

.grid .slash {
  font-weight: normal;
}

.grid .plan-cycle {
  font-size: 2rem;
  font-variant: none;
  border-bottom: none;
  cursor: inherit;
  text-decoration: none;
}

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



.modal-body{
	max-height: 60vh;
	overflow-y:auto;
}

/* SNOW FX */
/* Let it snow */
.xmas-container{
	position: fixed;
	width:100%;
	height:100%;
	z-index: 11004;
}
.let-it-snow{position:relative}
.let-it-snow:after{
	content:'';
	position:absolute;
	top:0;
	right:0;
	bottom:0;
	left:0;
	background-color:transparent;
	background-image:url(../../img/snow/snow2a.png),url(../../img/snow/snow1b.png),url(../../img/snow/snow1a.png);
	animation:snow 8s linear infinite;
	z-index:2;
	pointer-events:none}

@-webkit-keyframes snow{
	0%{background-position:0 0,0 0,0 0}
	100%{background-position:500px 1000px,250px 500px,300px 300px}
	}
@-moz-keyframes snow{
	0%{		background-position:0 0,0 0,0 0	}
	100%{background-position:500px 1000px,250px 500px,300px 300px}
	}
@-o-keyframes snow{
	0%{background-position:0 0,0 0,0 0}
	100%{background-position:500px 1000px,250px 500px,300px 300px}
}
@keyframes snow{
	0%{background-position:0 0,0 0,0 0}
	100%{background-position:500px 1000px,250px 500px,300px 300px}
}

@media screen and (max-width: 814px) {
	body, html{
		font-size: 16px;
	}
	.time-slots{
		margin-left: 5px;
		margin-bottom: 20px;
	}
	.slot {
		font-size: large;
	}
}
