/* CSS Document */
/* CSS Document */
body {
	display: block;
	height: 100%;
	min-height: 100%;
	padding-bottom: 100px;
	min-height: 500px !important;
}

main {
	min-height: 500px;
	padding-top: 24px;
	padding-bottom: 32px;
	background-color: #FFF;
}

/*
pager active
*/
.page-link{
	color: black;
}
.page-item.active .page-link
{
	background-color: black;
}



.saturday a.ui-state-default {
	background-color: #c1e4e9;
	color: blue;
}

.sunday a.ui-state-default,
.holiday a.ui-state-default {
	background-color: #ffc0cb;
	color: red;
}

/*
.btn.btn-outline-warning
{
  color:black;
}
*/

