@charset "utf-8";

/* CSS Document */

body {
	display: felx;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
}

.wrapper {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-ms-flex-line-pack: center;
	align-content: center;
}

body>p {
	font-family: "Satellite", "Roboto", sans-serif;
	font-size: 20px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-ms-flex-line-pack: center;
	align-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin: 20px 40px;
	text-align: justify;
}

.calendar {
	width: 800px;
	height: 800px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	font-family: "Satellite", "Roboto", sans-serif;
	border: 1px solid rgba(21, 21, 21, 0.12);
	-webkit-transform: scale(1);
	transform: scale(1);
	/* box-shadow: 0px 0px 4px rgba(21, 21, 21, 0.21); */
	-ms-user-select: none;
	user-select: none;
	-moz-user-select: none;
	-khtml-user-select: none;
	-webkit-user-select: none;
	-o-user-select: none;
}

.calendar.small {
	width: 100%;
	height: auto;
}

.calendar.medium {
	width: 600px;
	height: 600px;
}

.calendar.large {
	width: 800px;
	height: 800px;
}

.year {
	background-color: #636d0e !important;
	width: calc(100%);
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	padding: 5px;
	font-size: 14px;
}

.year>span {
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-ms-flex-line-pack: center;
	align-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	text-transform: uppercase;
}

.year>div {
	cursor: pointer;
	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;
	-ms-flex-line-pack: center;
	align-content: center;
}

.month {
	background-color: #8d9a1e !important;
	width: calc(100%);
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	padding: 7px 5px;
	font-size: 22px;
	box-shadow: 0px 2px 6px rgba(21, 21, 21, 0.21);
}

.month>span {
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-ms-flex-line-pack: center;
	align-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	text-transform: uppercase;
}

.month>div {
	cursor: pointer;
	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;
	-ms-flex-line-pack: center;
	align-content: center;
}

.labels {
	background-color: #636d0d !important;
	width: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
}

.labels>span {
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
	font-size: 12px;




	text-transform: uppercase;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-ms-flex-line-pack: center;
	align-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	padding: 10px;
}

.days {
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	/* box-shadow: 0px 2px 6px -2px rgba(21, 21, 21, 0.21); */
	margin: 15px 0px 15px 30px;
}

.days {}

.row {
	width: 100%;
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
}

.day {
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
	padding: 8px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	border-bottom: 1px solid rgba(21, 21, 21, .12);
	border-right: 1px solid rgba(21, 21, 21, .12);
	cursor: pointer;
	-webkit-transition: box-shadow 200ms ease-in-out;
	transition: box-shadow 200ms ease-in-out;
	margin-bottom: 0px;
}

.day:last-child {
	border-right: none;
}

.day:hover {
	background-color: rgba(21, 21, 21, 0.012);
	box-shadow: inset 0px 0px 4px rgba(21, 21, 21, 0.21);
}

.day-radios {
	display: none;
}

.day-radios:checked+.day {
	background-color: #d6e55c;
	box-shadow: inset 0px 0px 4px rgba(21, 21, 21, 0.21);
}

.day>span {
	width: auto;
	font-size: 14px;
	color: rgba(21, 21, 21, 0.84);
}

.day.diluted {
	background-color: rgba(21, 21, 21, 0.021);
	box-shadow: inset 0px 0px 1px rgba(21, 21, 21, 0.12);
}

.day.diluted>span {
	width: auto;
	font-size: 10px;
	color: rgba(21, 21, 21, 0.73);
}

.events {
	width: 800px;
	height: 800px;
	font-family: "Satellite", "Roboto", sans-serif;
	/* box-shadow: 0px 0px 4px rgba(21, 21, 21, 0.21); */
	border: 1px solid rgba(21, 21, 21, 0.12);
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-ms-user-select: none;
	user-select: none;
	-moz-user-select: none;
	-khtml-user-select: none;
	-webkit-user-select: none;
	-o-user-select: none;
}

.events.small {
	width: 100%;
	height: auto;
}

.events.medium {
	width: 600px;
	height: 600px;
}

.events.large {
	width: 800px;
	height: 800px;
}

.date {
	background-color: #8d9a1e !important;
	width: calc(100%);
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	background-color: ' + this.calendar.colors[1] + ';
	color: ' + this.calendar.colors[3] + ';
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	padding: 5px;
	font-size: 14px;
}

.date>span {
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-ms-flex-line-pack: center;
	align-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	text-transform: uppercase;
}

.date>div {
	cursor: pointer;
	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;
	-ms-flex-line-pack: center;
	align-content: center;
}

.rows {
	width: 100%;
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	overflow: hidden !important;
}

.list {
	width: 100%;
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
	overflow-y: auto !important;
	padding: 0;
	margin: 0;
	color: rgba(21, 21, 21, 0.94);
}

.list>li {
	width: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	border-bottom: 1px solid rgba(21, 21, 21, 0.12);
}

.list>li:hover {
	box-shadow: inset 0px 0px 4px rgba(21, 21, 21, 0.21);
}

.list>li>div {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-flex: 2;
	-ms-flex: 2;
	flex: 2;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-line-pack: center;
	align-content: center;
	padding: 10px;
	border-right: 1px solid rgba(21, 21, 21, 0.12);
}

.time {
	font-size: 14px;
}

.m {
	font-size: 14px;
	text-transform: uppercase;
	padding-left: 5px;
}

.list>li>p {
	-webkit-box-flex: 4;
	-ms-flex: 4;
	flex: 4;
	margin: 10px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-line-pack: center;
	align-content: center;
	font-size: 18px;
	word-wrap: break-word;
	word-break: break-word;
}
.choose{}
.choose label{margin-right: 10px;font-weight: 600;color: #000;}
.choose select{}
.book-on{}
.book-on ul{ padding-left: 0px;}
.book-on ul li{display: inline;padding: 3px 10px;color: #fff;margin-left: 5px;font-size: 13px;border-radius: 5px;}
.avail{}
.reser{background-color: #f32d2d !important;}
.booke{}

.tm-kd button{text-align: center;background-color: #c7c7c7;color: #fff;padding: 9px 0px;margin-bottom: 15px;font-size: 13px;border: none;width: 100%;border-radius: 5px;}
.tm-kd span{padding: 4px;margin-left: 5px;color: #fff;background-color: black;}
.availa button{background-color: #c7c7c7!important;}
.reserv button{background-color: #f32d2d !important;}
.booked button{background-color: #8d9a1f !important;}
.tb-sec tbody th {
    border: 1px solid #9f9f9f;
    color: #ffffff;
    background-color: #252525;
    padding: 10px;
    font-weight: 400;
    font-size: 14px;
    text-align: center;
}
.tb-sec tbody td {
    border: 1px solid #e2e2e2;
    color: #363636;
    padding: 10px;
    text-align: center;
}
.tb-sec{}
.tb-sec h3{font-size: 25px;color: #3B3B3B;font-weight: 700;margin-bottom: 20px;}
.tb-sec p{text-align: right; font-size: 16px; color: #3B3B3B;}
.hd-d{display: none;}
/* -- quantity box -- */

.quantity {
 display: inline-block; }

.quantity .input-text.qty {
 width: 35px;
 height: 41px;
 padding: 0 5px;
 text-align: center;
 background-color: transparent;
 border: 1px solid #efefef;
}

.quantity.buttons_added {
 text-align: left;
 position: relative;
 white-space: nowrap;
 vertical-align: top; }

.quantity.buttons_added input {
 display: inline-block;
 margin: 0;
 vertical-align: top;
 box-shadow: none;
}

.quantity.buttons_added .minus,
.quantity.buttons_added .plus {
 padding: 7px 10px 8px;
 height: 41px;
 background-color: #ffffff;
 border: 1px solid #efefef;
 cursor:pointer;}

.quantity.buttons_added .minus {
 border-right: 0; }

.quantity.buttons_added .plus {
 border-left: 0; }

.quantity.buttons_added .minus:hover,
.quantity.buttons_added .plus:hover {
 background: #eeeeee; }

.quantity input::-webkit-outer-spin-button,
.quantity input::-webkit-inner-spin-button {
 -webkit-appearance: none;
 -moz-appearance: none;
 margin: 0; }
 
 .quantity.buttons_added .minus:focus,
.quantity.buttons_added .plus:focus {
 outline: none; }

td .quantity.buttons_added {
    text-align: center;
    float: none;
    margin-right: 0px;
}


.check-ul .container {
  display: block;
  position: relative;
  padding-left: 35px;
  margin-bottom: 12px;
  cursor: pointer;
  font-size: 22px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/* Hide the browser's default checkbox */
.check-ul .container input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

/* Create a custom checkbox */
.check-ul .checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 25px;
  width: 25px;
  background-color: #eee;
}

/* On mouse-over, add a grey background color */
.check-ul .container:hover input ~ .checkmark {
  background-color: #ccc;
}

/* When the checkbox is checked, add a blue background */
.check-ul .container input:checked ~ .checkmark {
  background-color: #6cc5d6;
}

/* Create the checkmark/indicator (hidden when not checked) */
.check-ul .checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the checkmark when checked */
.check-ul .container input:checked ~ .checkmark:after {
  display: block;
}

/* Style the checkmark/indicator */
.check-ul .container .checkmark:after {
  left: 9px;
  top: 5px;
  width: 5px;
  height: 10px;
  border: solid white;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.check-ul {
    color: #252525;
    padding: 22px 0px 30px 0px;
}
.check-ul li{
    list-style-type: none;
    float: left;
    margin-right: 5px;
}
.check-ul li label{font-size: 16px !important;font-weight: 600;}
.time-price .row {
    margin-left: 0px;
}
.row.slt-colr {
    margin-left: 0px;
}
.choose button {
    color: #ffffff;
    border-radius: 5px;
    padding: 3px 10px;
    font-size: 13px;
    font-weight: 500;
    transition: 0.3s;
    background-color: #1d1b16;
    border: none;
}
.dt-td {
    padding: 15px;
    background-color: #202344;
}

.dt-td label {
    margin-right: 15px;
}

.dt-td input {
	outline: none;
	padding: 8px 10px;
}
.boton {
    border: 0px;
    background-color: #69c5d7;
    vertical-align: middle;
    color: white;
    cursor: pointer;
    border-radius: 25px;
    font-family: 'Poppins', sans-serif;
    font-size: 15px;
    font-weight: 400;
    padding: 13px 25px 13px 25px;
    margin-left: 3px;
    margin-bottom: 3px;
    display: inline-block;
    transition: 0.5s ease;
    -o-transition: 0.5s ease;
    -moz-transition: 0.5s ease;
    -webkit-transition: 0.5s ease;
    text-transform: uppercase;
    cursor: pointer;
    -webkit-appearance: none;
}
.ayer, .manyana {
    width: 40px;
}
.boton:hover {
    background: #fff;
    border-radius: 0px;
    color: #202344;
}
.tday{float: right;}
.cot-sec{
    margin-top: 30px;
}
.cot-sec tbody tr th {
    border: 1px solid #9f9f9f;
    color: #ffffff;
    background-color: #252525;
    padding: 10px;
    font-weight: 400;
    font-size: 14px;
    text-align: center;
}
.cot-sec tbody td {
    border: 1px solid #e2e2e2;
    color: #363636;
    padding: 20px 5px;
    text-align: center;
}
.cot-sec tbody td span {
    background-color: #000;
    padding: 2px 5px;
    color: #fff;
    margin-left: 10px;
}

/* @charset "utf-8"; */

/* CSS Document */

body {
	display: felx;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
}

.wrapper {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-ms-flex-line-pack: center;
	align-content: center;
}

body>p {
	font-family: "Satellite", "Roboto", sans-serif;
	font-size: 20px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-ms-flex-line-pack: center;
	align-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin: 20px 40px;
	text-align: justify;
}

.calendar {
	width: 800px;
	height: 800px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	font-family: "Satellite", "Roboto", sans-serif;
	border: 1px solid rgba(21, 21, 21, 0.12);
	-webkit-transform: scale(1);
	transform: scale(1);
	/* box-shadow: 0px 0px 4px rgba(21, 21, 21, 0.21); */
	-ms-user-select: none;
	user-select: none;
	-moz-user-select: none;
	-khtml-user-select: none;
	-webkit-user-select: none;
	-o-user-select: none;
}

.calendar.small {
	width: 100%;
	height: auto;
}

.calendar.medium {
	width: 600px;
	height: 600px;
}

.calendar.large {
	width: 800px;
	height: 800px;
}

.year {
	background-color: #636d0e !important;
	width: calc(100%);
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	padding: 5px;
	font-size: 14px;
}

.year>span {
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-ms-flex-line-pack: center;
	align-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	text-transform: uppercase;
}

.year>div {
	cursor: pointer;
	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;
	-ms-flex-line-pack: center;
	align-content: center;
}

.month {
	background-color: #8d9a1e !important;
	width: calc(100%);
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	padding: 7px 5px;
	font-size: 22px;
	box-shadow: 0px 2px 6px rgba(21, 21, 21, 0.21);
}

.month>span {
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-ms-flex-line-pack: center;
	align-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	text-transform: uppercase;
}

.month>div {
	cursor: pointer;
	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;
	-ms-flex-line-pack: center;
	align-content: center;
}

.labels {
	background-color: #636d0d !important;
	width: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
}

.labels>span {
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
	font-size: 12px;




	text-transform: uppercase;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-ms-flex-line-pack: center;
	align-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	padding: 10px;
}

.days {
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	/* box-shadow: 0px 2px 6px -2px rgba(21, 21, 21, 0.21); */
	margin: 15px 0px 15px 30px;
}

.days {}

.row {
	width: 100%;
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
}

.day {
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
	padding: 8px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	border-bottom: 1px solid rgba(21, 21, 21, .12);
	border-right: 1px solid rgba(21, 21, 21, .12);
	cursor: pointer;
	-webkit-transition: box-shadow 200ms ease-in-out;
	transition: box-shadow 200ms ease-in-out;
	margin-bottom: 0px;
}

.day:last-child {
	border-right: none;
}

.day:hover {
	background-color: rgba(21, 21, 21, 0.012);
	box-shadow: inset 0px 0px 4px rgba(21, 21, 21, 0.21);
}

.day-radios {
	display: none;
}

.day-radios:checked+.day {
	background-color: #d6e55c;
	box-shadow: inset 0px 0px 4px rgba(21, 21, 21, 0.21);
}

.day>span {
	width: auto;
	font-size: 14px;
	color: rgba(21, 21, 21, 0.84);
}

.day.diluted {
	background-color: rgba(21, 21, 21, 0.021);
	box-shadow: inset 0px 0px 1px rgba(21, 21, 21, 0.12);
}

.day.diluted>span {
	width: auto;
	font-size: 10px;
	color: rgba(21, 21, 21, 0.73);
}

.events {
	width: 800px;
	height: 800px;
	font-family: "Satellite", "Roboto", sans-serif;
	/* box-shadow: 0px 0px 4px rgba(21, 21, 21, 0.21); */
	border: 1px solid rgba(21, 21, 21, 0.12);
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-ms-user-select: none;
	user-select: none;
	-moz-user-select: none;
	-khtml-user-select: none;
	-webkit-user-select: none;
	-o-user-select: none;
}

.events.small {
	width: 100%;
	height: auto;
}

.events.medium {
	width: 600px;
	height: 600px;
}

.events.large {
	width: 800px;
	height: 800px;
}

.date {
	background-color: #8d9a1e !important;
	width: calc(100%);
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	background-color: ' + this.calendar.colors[1] + ';
	color: ' + this.calendar.colors[3] + ';
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	padding: 5px;
	font-size: 14px;
}

.date>span {
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-ms-flex-line-pack: center;
	align-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	text-transform: uppercase;
}

.date>div {
	cursor: pointer;
	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;
	-ms-flex-line-pack: center;
	align-content: center;
}

.rows {
	width: 100%;
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	overflow: hidden !important;
}

.list {
	width: 100%;
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
	overflow-y: auto !important;
	padding: 0;
	margin: 0;
	color: rgba(21, 21, 21, 0.94);
}

.list>li {
	width: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	border-bottom: 1px solid rgba(21, 21, 21, 0.12);
}

.list>li:hover {
	box-shadow: inset 0px 0px 4px rgba(21, 21, 21, 0.21);
}

.list>li>div {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-flex: 2;
	-ms-flex: 2;
	flex: 2;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-line-pack: center;
	align-content: center;
	padding: 10px;
	border-right: 1px solid rgba(21, 21, 21, 0.12);
}

.time {
	font-size: 14px;
}

.m {
	font-size: 14px;
	text-transform: uppercase;
	padding-left: 5px;
}

.list>li>p {
	-webkit-box-flex: 4;
	-ms-flex: 4;
	flex: 4;
	margin: 10px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-line-pack: center;
	align-content: center;
	font-size: 18px;
	word-wrap: break-word;
	word-break: break-word;
}
.choose{}
.choose label{margin-right: 10px;font-weight: 600;color: #000;}
.choose select{}
.book-on{}
.book-on ul{padding-left: 0px;margin-bottom: 0px;margin-top: 10px;}
.book-on ul li{display: inline;padding: 3px 10px;color: #fff;margin-left: 5px;font-size: 13px;border-radius: 5px;}
.avail{background-color: #8E9C9C !important;color: #fff !important;border: 1px solid #fff;}
.selected {
    background-color: #ffc754 !important;
    color: #fff !important;
    border: 1px solid #fff;
}
.reser{background-color: #f32d2d !important;}
.booke{border: 1px solid #fff;background-color: #6ec4d5 !important;color: #fff !important;}

.tm-kd button{text-align: center;background-color: #c7c7c7;color: #fff;padding: 9px 0px;margin-bottom: 15px;font-size: 13px;border: none;width: 100%;border-radius: 5px;}
.tm-kd span{padding: 4px;margin-left: 5px;color: #fff;background-color: black;}
.availa button{background-color: #c7c7c7!important;}
.reserv button{background-color: #f32d2d !important;}
.booked button{background-color: #8d9a1f !important;}
.tb-sec tbody th {
    border: 1px solid #9f9f9f;
    color: #ffffff;
    background-color: #202344;
    padding: 10px;
    font-weight: 400;
    font-size: 14px;
    text-align: center;
}
.tb-sec tbody td {
    border: 1px solid #e2e2e2;
    color: #363636;
    padding: 10px;
    text-align: center;
}
.tb-sec{}
.tb-sec h3{font-size: 25px;color: #3B3B3B;font-weight: 700;margin-bottom: 20px;}
.tb-sec p{text-align: right; font-size: 16px; color: #3B3B3B;}
.hd-d{display: none;}
/* -- quantity box -- */

.quantity {
 display: inline-block; }

.quantity .input-text.qty {
 width: 35px;
 height: 41px;
 padding: 0 5px;
 text-align: center;
 background-color: transparent;
 border: 1px solid #efefef;
}

.quantity.buttons_added {
 text-align: left;
 position: relative;
 white-space: nowrap;
 vertical-align: top; }

.quantity.buttons_added input {
 display: inline-block;
 margin: 0;
 vertical-align: top;
 box-shadow: none;
}

.quantity.buttons_added .minus,
.quantity.buttons_added .plus {
 padding: 7px 10px 8px;
 height: 41px;
 color: #000;
 background-color: #ffffff;
 border: 1px solid #efefef;
 cursor:pointer;}

.quantity.buttons_added .minus {
 border-right: 0; }

.quantity.buttons_added .plus {
 border-left: 0; }

.quantity.buttons_added .minus:hover,
.quantity.buttons_added .plus:hover {
 background: #eeeeee; }

.quantity input::-webkit-outer-spin-button,
.quantity input::-webkit-inner-spin-button {
 -webkit-appearance: none;
 -moz-appearance: none;
 margin: 0; }
 
 .quantity.buttons_added .minus:focus,
.quantity.buttons_added .plus:focus {
 outline: none; }

td .quantity.buttons_added {
    text-align: center;
    float: none;
    margin-right: 0px;
}


.check-ul .container {
  display: block;
  position: relative;
  padding-left: 35px;
  margin-bottom: 12px;
  cursor: pointer;
  font-size: 22px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/* Hide the browser's default checkbox */
.check-ul .container input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

/* Create a custom checkbox */
.check-ul .checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 25px;
  width: 25px;
  background-color: #eee;
}

/* On mouse-over, add a grey background color */
.check-ul .container:hover input ~ .checkmark {
  background-color: #ccc;
}

/* When the checkbox is checked, add a blue background */
.check-ul .container input:checked ~ .checkmark {
  background-color: #6cc5d6;
}

/* Create the checkmark/indicator (hidden when not checked) */
.check-ul .checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the checkmark when checked */
.check-ul .container input:checked ~ .checkmark:after {
  display: block;
}

/* Style the checkmark/indicator */
.check-ul .container .checkmark:after {
  left: 9px;
  top: 5px;
  width: 5px;
  height: 10px;
  border: solid white;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.check-ul {
    color: #252525;
    padding: 22px 0px 30px 0px;
}
.check-ul li{
    list-style-type: none;
    float: left;
    margin-right: 5px;
}
.check-ul li label{font-size: 16px !important;font-weight: 600;}
.time-price .row {
    margin-left: 0px;
}
.row.slt-colr {
    margin-left: 0px;
}
.choose button {
    color: #ffffff;
    border-radius: 5px;
    padding: 3px 10px;
    font-size: 13px;
    font-weight: 500;
    transition: 0.3s;
    background-color: #1d1b16;
    border: none;
}
.dt-td {
    padding: 15px;
    background-color: #6ec4d5;
}

.dt-td label {
    margin-right: 15px;
}

.dt-td input {
	outline: none;
	padding: 8px 10px;
	border: none;
}
.boton {
    border: 0px;
    background-color: #202344;
    vertical-align: middle;
    color: white;
    cursor: pointer;
    border-radius: 25px;
    font-family: 'Poppins', sans-serif;
    font-size: 15px;
    font-weight: 400;
    padding: 13px 25px 13px 25px;
    margin-left: 3px;
    margin-bottom: 3px;
    display: inline-block;
    transition: 0.5s ease;
    -o-transition: 0.5s ease;
    -moz-transition: 0.5s ease;
    -webkit-transition: 0.5s ease;
    text-transform: uppercase;
    cursor: pointer;
    -webkit-appearance: none;
}
.ayer, .manyana {
    width: 40px;
}
.boton:hover {
    background: #fff;
    border-radius: 0px;
    color: #202344;
}
.tday{float: right;}
.cot-sec{
    margin-top: 30px;
}
.cot-sec tbody tr th {
    border: 1px solid #9f9f9f;
    color: #ffffff;
    background-color: #202344;
    padding: 10px;
    font-weight: 400;
    font-size: 14px;
    text-align: center;
}
.cot-sec tbody td {
    border: 1px solid #e2e2e2;
    color: #363636;
    padding: 6px 5px;
    text-align: center;
    font-size: 12px;
}
.cot-sec tbody td span {
    background-color: #202344;
    padding: 2px 5px;
    color: #fff;
    margin-left: 10px;
    float: right;
}
.dt-sec{float: left;margin-right: 20px;}
.ttday{margin-left: 20px;}
.forget{text-align: center;border: 1px solid #a9a9a9;width: 50%;margin: 0 auto;padding: 15px;margin-top: 100px;border-radius: 10px;}
.forget input{
    width: 100%;
    padding: 7px;
    border: 1px solid #a9a9a9;
    border-radius: 5px;
}
.forget button {
    border: none;
    padding: 7px 20px;
    background-color: #202344;
    color: #fff;
    border-radius: 3px;
    cursor: pointer;
    margin-top: 20px;
}

.forget button:hover {
    background-color: #6cc5d6;
}
.forget h1 {
    color: #202344;
    font-size: 24px;
    margin: 10px 0px 20px;
    font-weight: 600;
}