.page-content table {
	font-family: sans-serif;
	width: 100%;
	border-spacing: 0;
	border-collapse: separate;
	/* table-layout: fixed; */
	margin-bottom: 10px;
}

.page-content table thead tr th {
	background: #ed8917;
	color: #d1d5db;
	padding: 0.5em;
	overflow: hidden;
	border: 1px solid rgb(255, 255, 255);
	border-radius: 10px;
}

.page-content table thead tr th:first-child {
	border-radius: 10px;
}

.page-content table thead tr th:last-child {
	border-radius: 10px;
}

.page-content table thead tr th .day {
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 1.2em;
	border-radius: 50%;
	width: 30px;
	height: 30px;
	margin: 0 auto 5px;
	padding: 5px;
	line-height: 1.8;
	color: #ffffff;
}

.page-content table thead tr th .day.active {
	background: #e07800;
	color: #ffffff;
	border: 1px solid #ffffff;
}

.page-content table thead tr th .short {
	display: none;
	color: #ffffff;
}

.page-content table thead tr th i {
	vertical-align: middle;
	font-size: 2em;
}

.page-content table tbody tr {
	background: #ffddb5;
}

.page-content table tbody tr:nth-child(odd) {
	background: #ffaa49;
}

.page-content table tbody tr:nth-child(1n + 0) td {
	border-bottom: 1px solid #626e7e;
}

.page-content table tbody tr td {
	text-align: center;
	vertical-align: middle;
	border-left: 1px solid #626e7e;
	position: relative;
	height: 35px;
	cursor: pointer;
	padding: 0px;
}

.page-content table tbody tr td.actived {
	background-color: #86d7e4;
}

.page-content table tbody tr td.pass {
	background-color: #e48686;
}

.page-content table tbody tr td.pasif {
	background-color: #e4e4e4;
	cursor: default;
}

.page-content table tbody tr td:last-child {
	border-right: 1px solid #626e7e;
}

.page-content table tbody tr td.hour {
	font-size: 1em;
	padding: 0;
	color: #626e7e;
	background: #fff;
	border-bottom: 1px solid #626e7e;
	border-collapse: separate;
	min-width: 100px;
	cursor: default;
	line-height: 2.3em;
}

.page-content table tbody tr td.hour span {
	display: block;
}
/* 
@media (max-width: 60em) {
	.page-content table thead tr th .long {
		display: none;
	}

	.page-content table thead tr th .short {
		display: block;
	}
}

@media (max-width: 27em) {
	.page-content table thead tr th {
		font-size: 65%;
	}

	.page-content table thead tr th .day {
		display: block;
		font-size: 1.2em;
		border-radius: 50%;
		width: 20px;
		height: 20px;
		margin: 0 auto 5px;
		padding: 5px;
	}

	.page-content table thead tr th .day.active {
		background: #d1d5db;
		color: #626e7e;
	}

	.page-content table tbody tr td.hour {
		font-size: 1.7em;
	}

	.page-content table tbody tr td.hour span {
		transform: translateY(16px) rotate(270deg);
		-webkit-transform: translateY(16px) rotate(270deg);
		-moz-transform: translateY(16px) rotate(270deg);
	}
} */

.abtn {
	margin-bottom: 5px;
	cursor: pointer;
	display: inline-block;
	font-weight: 400;
	text-align: center;
	white-space: nowrap;
	vertical-align: middle;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	border: 1px solid transparent;
	padding: 0.5rem 3rem;
	font-size: 1rem;
	line-height: 1.5;
	border-radius: 30px;
	transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out,
		box-shadow 0.15s ease-in-out;
	color: #fff;
	background-color: #d77200;
	border-color: #d77200;
	margin-bottom: 1rem;
}

.abtn:hover {
	background-color: #f6982e;
}

.dayAndTimeButtons:hover {
	opacity: 0.7;
}

.cursorPassived {
	cursor: not-allowed !important;
}

.cursorReserved {
	cursor: not-allowed !important;
	background: #efc050 !important;
}

.colorBackground {
	height: 40px;
	text-align: center;
	line-height: 40px;
	vertical-align: center;
	margin-bottom: 20px;
}

.color2006 {
	background: #88b04b !important;
	color: #fff !important;
}

.color1 {
	background: #6e7de8 !important;
	color: #fff !important;
}

.color22 {
	background: #88b04b !important;
	color: #fff !important;
}

.color31 {
	background: #009b77 !important;
	color: #fff !important;
}

.color15 {
	background: #98b4d4 !important;
}

.color18 {
	background: #9b2335 !important;
	color: #fff !important;
}

.color19 {
	background: #c3447a !important;
	color: #fff !important;
}

.coloryelloow {
	background: #efc050 !important;
	color: #fff !important;
}

.colorRow {
	padding-left: 15px;
	padding-right: 15px;
}

.backcolor18 {
	color: #9b2335 !important;
}

.backcolor19 {
	color: #c3447a !important;
}

.color3001 {
	background-color: #80ced6 !important;
}

.color3002 {
	background-color: #c94c4c !important;
}

.color3003 {
	background-color: #82b74b !important;
}

.color3004 {
	background-color: #d9ecd0 !important;
}

.color3005 {
	background-color: #563f46 !important;
	color: #fff !important;
}

.color3006 {
	background-color: #eca1a6 !important;
}

table > thead > tr > th > .long {
	display: block;
	text-align: center;
	color: #ffffff;
}

#days > th:nth-child(1) {
	text-align: center;
	font-size: 20px;
	color: #ffffff;
}

.backimg:hover {
	color: #0ff000 !important;
}

#infoStatus {
	overflow: hidden;
	margin-bottom: 10px;
}

#infoStatus > span {
	padding: 2px;
	background-color: #80ced6;
	margin-right: 1px;
}

@media screen and (max-width: 992px) {
	.abtn {
		padding: .5rem 1rem;
	}
	.datePicker-box {
		overflow-x: scroll;
	}
}
