body {
	min-height: 100%;
	background-color: #f7f5f3
}

@media ( max-width : 767.98px) {
	body #TB_window {
		margin-left: -50% !important;
		width: 100% !important
	}
}

@media ( max-width : 767.98px) {
	body #TB_window iframe {
		width: 100% !important
	}
}

img {
	max-width: 100%
}

p:last-child {
	margin-bottom: 0
}

a, header h1, aside, main, footer {
	-webkit-transition: all .3s;
	transition: all .3s
}

header {
	display: -ms-flexbox;
	display: flex;
	position: fixed;
	z-index: 1000;
	right: 0;
	left: 0;
	background-color: #f08200
}

@media ( max-width : 575.98px) {
	header {
		position: fixed
	}
}

header h1 {
	padding: 0 20px 0 10px;
	margin: 0;
	width: 250px;
	min-width: 250px;
	height: 70px;
	background-color: #f08200;
	border-bottom: 1px solid #bd6600;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	justify-content: center
}

header h1 a:first-child {
	margin-right: auto;
	width: 160px;
	height: 60px;
	background-image: url(../../images/edubeit/logo.png);
	background-repeat: no-repeat;
	background-position: right center;
	background-size: contain;
	font: 0/0 a;
	color: transparent;
	text-shadow: none
}

header h1 span.clickable {
	color: #fff;
	font-size: 1.5rem;
	cursor: pointer;
}

header section {
	padding-left: 50px;
	width: 100%;
	height: 70px;
	background-color: #f08200;
	border-bottom: 1px solid #bd6600;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center
}

@media ( max-width : 767.98px) {
	header section {
		padding-left: 20px
	}
}

@media ( max-width : 575.98px) {
	header section {
		padding-left: 0px
	}
}

header section h2 {
	margin-right: auto;
	font-size: 1.25rem;
	font-weight: bold;
	position: relative;
	display: flex;
	align-items: center
}

@media ( max-width : 575.98px) {
	header section h2 {
		padding: 20px;
		position: absolute;
		background-color: #fff;
		top: 70px;
		left: 0;
		width: 100%;
		-webkit-transition: all .3s;
		transition: all .3s
	}
}

header section h2 span {
	margin-right: 20px;
	text-align: center;
	width: 30px;
	height: 30px;
	background-color: #262626;
	border-radius: 2px;
	display: flex;
	align-items: center;
	justify-content: center
}

header section h2 i, header section h2 svg {
	font-size: 1.125rem;
	color: #fff
}

header section nav {
	display: flex;
	align-self: stretch
}

@media ( max-width : 767.98px) {
	header section nav {
		justify-content: flex-end
	}
}

@media ( max-width : 575.98px) {
	header section nav {
		width: 100%
	}
}

header section nav>* {
	padding-left: 22px;
	padding-right: 22px;
	border-left: 1px solid #bd6600
}

header section nav>ul {
	margin: 0;
	list-style: none;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center
}

header section nav>ul>li {
	padding: 0;
	margin: 0 10px 0 0
}

header section nav>ul>li>a {
	width: 40px;
	height: 40px;
	background-color: #262626;
	border: 2px solid #4e5862;
	border-radius: 20px;
	font-size: 1.125rem;
	line-height: 1;
	text-align: center;
	color: #fff;
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative
}

header section nav>ul>li>a>.badge {
	position: absolute;
	bottom: -4px;
	right: -12px;
	font-size: .75rem;
	line-height: 0.6;
	color: #fff !important
}

header section nav>ul>li>a:hover {
	text-decoration: none;
	border-color: #8a4b00
}

header section nav>ul>li .dropdown-menu {
	width: 300px;
	padding: 0
}

header section nav>ul>li:nth-child(1) .dropdown-menu {
	top: 18px !important;
	left: -24px !important
}

header section nav>ul>li:nth-child(2) .dropdown-menu {
	top: 18px !important;
	left: -54px !important
}

header section nav>ul>li:last-child {
	margin: 0
}

header section nav #header-profile {
	display: flex;
	align-items: center
}

header section nav #header-profile>a {
	display: flex;
	align-items: center;
	color: #fff;
	text-decoration: none;
	position: relative;
	font-family: 'Font Awesome 5 Free';
	font-weight: 900;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	transform: translate(0, 0)
}

header section nav #header-profile>a:hover {
	text-decoration: none
}

header section nav #header-profile>a:after {
	margin-left: 10px;
	content: "";
	line-height: 1
}

header section nav #header-profile figure {
	margin: 0 10px 0 0;
	width: 50px;
	height: 50px;
	background-color: #212529;
	border: 4px solid #4e5862;
	border-radius: 25px;
	overflow: hidden
}

@media ( max-width : 767.98px) {
	header section nav #header-profile figure {
		display: none
	}
}

header section nav #header-profile p>span {
	display: block
}

header section nav #header-profile .dropdown-menu {
	top: 8px !important;
	left: 4px !important;
	width: 180px;
	padding: 0 20px;
	border: 1px solid #bd6600
}

@media ( max-width : 767.98px) {
	header section nav #header-profile .dropdown-menu {
		left: -10px !important
	}
}

header section nav .dropdown {
	position: relative
}

header section nav .dropdown-item.active, header section nav .dropdown-item:active,
	header section nav .dropdown-item:focus, header section nav .dropdown-item:hover
	{
	color: #262626;
	background-color: #d77400
}

header section nav .dropdown-divider {
	margin: 0
}

header section nav .dropdown-menu {
	border-radius: 0
}

header section nav .dropdown-menu>h6 {
	padding: 10px;
	margin: 0;
	background-color: #f7f5f3;
	color: #212529
}

header section nav .dropdown-menu ul {
	padding: 0;
	margin: 0;
	list-style: none
}

header section nav .dropdown-menu ul>li>a {
	padding: 10px 0px;
	display: block;
	color: #262626;
	font-size: .75rem
}

header section nav .dropdown-menu ul>li>a.active {
  color: #fff;
  background-color: #262626
}

header section nav .dropdown-menu ul>li>a i, header section nav .dropdown-menu ul>li>a svg
	{
	margin-right: 10px
}

header section nav .dropdown-menu ul>li>a h5 {
	margin-bottom: 0;
	font-size: 1.125rem
}

header section nav .dropdown-menu ul>li>a h6 {
	margin-bottom: 0;
	font-size: .875rem
}

header section nav .dropdown-menu ul>li>a small {
	color: #4e5862
}

header section nav .dropdown-menu ul>li>a p {
	font-size: .875rem
}

header section nav .dropdown-menu ul>li>a:hover {
	background-color: #d77400;
	text-decoration: none
}

header section nav .dropdown-menu .dropdown-item {
	padding: 10px 10px 10px 20px;
	font-size: .875rem
}

header section nav .dropdown-menu .dropdown-item svg {
	margin-right: 10px
}

.sidemenu-close header h1 {
	padding: 0;
	width: 70px;
	min-width: 70px
}

.sidemenu-close header h1 a:first-child {
	display: none
}

@media ( max-width : 575.98px) {
	.sidemenu-close header section h2 {
		left: 20px
	}
}

@media ( max-width : 575.98px) {
	.sidemenu-open header section h2 {
		left: 270px;
		margin-right: -600px
	}
}

@media ( max-width : 767.98px) {
	.sidemenu-open header section nav>#header-profile {
		display: none
	}
}

aside {
	position: absolute;
	width: 250px;
	min-height: 100%;
	background-color: #f7f5f3;
	z-index: 100;
	border-right: 1px solid #e3dcd4
}

@media ( max-width : 575.98px) {
	aside {
		z-index: 0;
		background-color: transparent
	}
}

aside>*:first-child {
	margin-top: 70px
}

aside a:hover {
	text-decoration: none
}

aside #aside-profile {
	opacity: 1;
	background-color: #fff;
	border-bottom: 1px solid #e3dcd4;
	color: #212529;
	-webkit-transition: opacity .2s ease .3s;
	transition: opacity .2s ease .3s
}

aside #aside-profile>div {
	padding: 30px 20px 0;
	display: flex;
	align-items: center;
	position: relative
}

aside #aside-profile>div>figure {
	width: 80px;
	min-width: 80px;
	height: 80px;
	border-radius: 40px
}

aside #aside-profile>div>p {
	text-align: center;
	font-weight: bold
}

aside #aside-profile>div>p span, aside #aside-profile>div>p small {
	display: block
}

aside #aside-profile>div .badge {
	position: absolute;
	bottom: 0px;
	left: 80px
}

aside #aside-profile figure {
	margin: 0 10px 0 0;
	background-color: #212529;
	border: 4px solid #4e5862;
	overflow: hidden
}

aside #aside-profile>p {
	margin-bottom: 0
}

aside #aside-profile>p>a {
	padding: 5px 0 4px;
	display: block;
	text-align: center;
	color: #212529
}

aside #aside-profile>p>a:hover {
	color: #212529
}

aside #aside-profile>p>a:before {
	margin-right: 3px;
	content: "";
	font-family: 'Font Awesome 5 Free';
	font-weight: 900;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	transform: translate(0, 0)
}

aside #aside-profile>p>a.collapsed:before {
	content: ""
}

aside #aside-profile>ul {
	padding: 0;
	margin: 0;
	list-style: none
}

aside #aside-profile>ul li>a {
	padding: 10px 10px 10px 20px;
	display: flex;
	align-items: center;
	background-color: #fff;
	color: #262626;
	border-top: 1px solid #ede8e4;
	font-size: .875rem;
	font-weight: bold;
	position: relative
}

aside #aside-profile>ul li>a:hover {
	background-color: #eee
}

aside #aside-profile>ul li figure {
	width: 40px;
	min-width: 40px;
	height: 40px;
	border-radius: 20px
}

aside #aside-profile>ul li .badge {
	position: absolute;
	bottom: 8px;
	left: 45px
}

aside nav {
	padding: 10px 0px
}

aside nav ul {
	padding: 0px;
	margin: 0;
	list-style: none
}

aside nav ul li {
	position: relative;
	border-bottom: 1px solid #e3dcd4
}

aside nav ul li a {
	padding: 5px 20px;
	height: 40px;
	color: #212529;
	font-size: .75rem;
	display: flex;
	align-items: center;
	position: relative
}

aside nav ul li a>em {
	font-style: normal;
	display: block;
	white-space: nowrap;
	-webkit-transition: opacity .2s ease .2s;
	transition: opacity .2s ease .2s
}

aside nav ul li a>span {
	margin-left: auto;
	width: 30px;
	height: 30px;
	text-align: center;
	color: #f08200;
	background-color: #fff;
	border: 2px solid #ddd;
	border-radius: 15px;
	display: flex;
	align-items: center;
	justify-content: center;
	position: absolute;
	right: 20px;
	top: 5px
}

aside nav ul li a>span .badge {
	position: absolute;
	bottom: -5px;
	right: -10px;
	font-size: 100%
}

aside nav ul li a.active, aside nav ul li a:hover {
	color: #fff;
	background-color: #262626
}

aside nav ul li a.active>span, aside nav ul li a:hover>span {
	color: #f08200
}

aside nav ul>li>a>span>i {
	font-size: .875rem
}

aside nav ul>li.collapsable>a>em:after {
	content: " -";
	font-size: 1rem
}

aside nav ul.collapse.show-absolute {
	position: absolute;
	top: 0;
	right: -40px;
	display: block
}

aside nav>ul>li>ul {
	background-color: #fff
}

aside nav>ul>li>ul>li>a {
	padding: 12px 10px 12px 30px;
	color: #212529
}

aside nav>ul>li>ul>li>ul {
	background-color: #e3dcd4
}

aside nav>ul>li>ul>li>ul>li>a {
	padding: 12px 10px 12px 40px
}

aside .banners {
	padding: 0;
	margin: 0;
	list-style: none;
	text-align: center
}

aside .banners li {
	margin-bottom: 5px
}

.sidemenu-open aside .sidemenu-open-visible {
	display: block
}

.sidemenu-open aside .sidemenu-close-visible {
	display: none
}

.sidemenu-open aside nav ul>li.collapsable>a.collapsed>em:after {
	content: " +"
}

.sidemenu-close aside {
	width: 70px
}

.sidemenu-close aside .sidemenu-open-visible {
	display: none
}

.sidemenu-close aside .sidemenu-close-visible {
	display: block
}

.sidemenu-close aside #aside-profile {
	opacity: 0;
	-webkit-transition: all 0s;
	transition: all 0s;
	min-height: 0
}

.sidemenu-close aside #aside-profile * {
	display: none
}

@media ( max-width : 575.98px) {
	.sidemenu-close aside nav {
		display: none
	}
}

.sidemenu-close aside nav>ul ul {
	height: 0 !important
}

.sidemenu-close aside nav>ul ul.show-dd {
	display: block !important;
	height: inherit !important;
	position: absolute;
	top: 0;
	left: 70px;
	width: 150px
}

.sidemenu-close aside nav>ul ul.show-dd a {
	padding: 6px 15px
}

.sidemenu-close aside nav>ul ul.show-dd ul.show-dd {
	left: 150px
}

.sidemenu-close aside nav>ul ul.show-dd ul.show-dd a {
	padding: 6px 30px
}

.sidemenu-close aside nav>ul ul.show-dd em {
	display: block
}

.sidemenu-close aside nav>ul>li>a>em {
	opacity: 0
}

.sidemenu-close aside nav ul.collapse.show {
	display: none
}

.sidemenu-close aside .banners {
	padding: 0 5px
}

.sidemenu-close main {
	margin-left: 70px
}

@media ( max-width : 575.98px) {
	.sidemenu-close main {
		margin-left: 0
	}
}

@media ( max-width : 575.98px) {
	.sidemenu-open main {
		margin-right: -600px
	}
}

main {
	padding: 100px 50px 50px 50px;
	margin-left: 250px;
	position: relative;
	left: 0;
	background-color: #fff
}

@media ( max-width : 575.98px) {
	main {
		padding: 150px 20px 50px
	}
}

main .content-header h3 {
	padding-bottom: 8px;
	margin: 0 0 20px;
	color: #212121;
	font-size: 1.875rem;
	line-height: 1.2;
	display: inline-block;
	font-weight: normal
}

@media ( max-width : 575.98px) {
	main .content-header h3 {
		font-size: 1.25rem
	}
}

main .content-body section {
	margin-bottom: 60px
}

main .content-body section.block {
	margin-bottom: 30px
}

main .content-body section:last-child.block, main .content-body section:last-child
	{
	margin-bottom: 0px
}

main .content-body .nav-tabs .nav-item {
	margin: 0 2px -1px
}

main .content-body .nav-tabs .nav-link:not(.active) {
	border: 1px solid #fff;
	background-color: #262626;
	color: #fff
}

.form-control.txt {
	margin-right: 5px
}

.sidemenu-close footer {
	margin-left: 70px
}

@media ( max-width : 575.98px) {
	.sidemenu-close footer {
		margin-left: 0
	}
}

footer {
	padding-bottom: 150px;
	z-index: 99;
	margin-left: 250px;
	position: relative;
	left: 0;
	background-color: #fff
}

footer p {
	margin: 0
}

footer .to-top {
	padding: 5px 10px 10px;
	color: #212529;
	font-size: .75rem;
	line-height: 1;
	text-align: right;
	background-color: #fff;
	display: block
}

footer #footer-content {
	padding: 30px 0;
	margin-bottom: 0px;
	background-color: #fff
}

footer #footer-content h6 {
	margin: 0;
	text-align: center;
	font-size: .75rem
}

.size-10 {
	font-size: .625rem !important
}

.size-11 {
	font-size: .6875rem !important
}

.size-12 {
	font-size: .75rem !important
}

.size-13 {
	font-size: .8125rem !important
}

.size-14 {
	font-size: .875rem !important
}

.size-16 {
	font-size: 1rem !important
}

.size-18 {
	font-size: 1.125rem !important
}

.size-20 {
	font-size: 1.25rem !important
}

.size-22 {
	font-size: 1.375rem !important
}

.size-24 {
	font-size: 1.5rem !important
}

.size-26 {
	font-size: 1.625rem !important
}

.size-28 {
	font-size: 1.75rem !important
}

.size-30 {
	font-size: 1.875rem !important
}

.lh-10 {
	line-height: 1.0 !important
}

.lh-11 {
	line-height: 1.1 !important
}

.lh-12 {
	line-height: 1.2 !important
}

.lh-14 {
	line-height: 1.4 !important
}

.lh-16 {
	line-height: 1.6 !important
}

.lh-18 {
	line-height: 1.8 !important
}

.lh-20 {
	line-height: 2 !important
}

.lh-30 {
	line-height: 3 !important
}

.ls-1 {
	letter-spacing: 1px !important
}

.ls-2 {
	letter-spacing: 2px !important
}

h3.h-primary {
	padding-bottom: 8px;
	margin: 0 0 20px;
	color: #212121;
	font-size: 1.875rem;
	line-height: 1.2;
	display: inline-block;
	font-weight: normal
}

@media ( max-width : 575.98px) {
	h3.h-primary {
		font-size: 1.25rem
	}
}

h4.h-primary {
	margin: 0 0 30px;
	color: #212121;
	font-size: 1.125rem;
	font-weight: bold;
	line-height: 1.2;
	position: relative;
	display: flex;
	align-items: center;
	white-space: nowrap
}

.block-body>h4.h-primary:first-child {
	margin: 10px 0 30px
}

h4.h-primary:before {
	content: "";
	margin-right: 15px;
	width: 10px;
	height: 20px;
	background: #f08200
}

h4.h-primary:after {
	content: "";
	margin-left: 20px;
	background-color: #dee0da;
	height: 1px;
	width: 100%
}

h4.h-primary small {
	padding-left: 15px;
	color: #999
}

h5.h-primary {
	padding: 0 0 8px 0;
	margin: 0 0 20px;
	font-size: 1rem;
	position: relative;
	border-bottom: 1px solid rgba(0, 0, 0, 0.125);
	font-weight: bold
}

.block {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	min-width: 0;
	background-color: #fff;
	background-clip: border-box
}

.block .block-header {
	padding: 0.5rem 1.25rem;
	position: relative;
	background-color: #262626
}

@media ( min-width : 576px) {
	.block .block-header {
		display: flex;
		justify-content: space-between;
		align-items: center
	}
}

.block .block-header h4 {
	margin: 0;
	color: #fff;
	font-size: 1.125rem;
	font-weight: bold;
	line-height: 1.5
}

.block .block-header .btn {
	float: right;
	border-radius: 0 .25rem
}

.block .block-header+.block-body {
	border-top: 1px solid #dee2e6
}

.block .block-header.border+.block-body {
	border-top: none
}

.block .block-body {
	-webkit-box-flex: 1;
	-ms-flex: 1 1 auto;
	flex: 1 1 auto
}

.block .block-footer {
	padding: 1rem 1.25rem;
	border-top: 1px solid #dee2e6
}

.block .block-footer .d-flex.list-unstyled {
	align-items: center
}

.block .block-footer .d-flex.list-unstyled li {
	margin-right: 10px
}

.block .block-footer>div {
	float: right;
	display: flex
}

.block .block-footer>div .btn {
	border-radius: .25rem 0 0 0
}

.block .block-footer>div :last-child {
	border-radius: 0 0 .25rem 0
}

.list-mb-10>li {
	margin-bottom: 10px
}

.list-mb-20>li {
	margin-bottom: 20px
}

.list-mb-10>li:last-child, .list-mb-20>li:last-child {
	margin-bottom: 0
}

.list-news {
	padding: 0;
	margin: 0;
	list-style: none
}

.list-news li {
	padding-bottom: 10px;
	margin-bottom: 10px
}

.list-news li a {
	display: flex;
	align-items: center;
	justify-content: space-between
}

.list-news li a>em {
	font-style: normal;
	color: #262626;
	display: flex;
	align-items: center
}

.list-news li a>em:before {
	content: "";
	font-family: 'Font Awesome 5 Free';
	font-weight: 900;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	transform: translate(0, 0);
	margin-right: 10px;
	line-height: 1;
	color: #f08200;
	font-size: .875rem
}

.list-news li a:hover {
	text-decoration: none
}

.list-primary {
	padding: 0;
	margin: 0;
	list-style: none
}

.list-primary li {
	display: flex;
	align-items: center
}

.list-primary li:before {
	content: "";
	font-family: 'Font Awesome 5 Free';
	font-weight: 900;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	transform: translate(0, 0);
	margin-right: 10px;
	line-height: 1;
	vertical-align: baseline;
	font-size: .6875rem
}

.list-primary.list-inline li {
	padding: 0 10px 0 12px;
	margin: 0 0 3px
}

.dl-primary {
	display: flex;
	align-items: center
}

.dl-primary dt {
	padding: 0 30px;
	margin-right: 10px
}

.dl-primary dd {
	width: 100%
}

.pager-custom {
	padding-left: 0;
	list-style: none;
	text-align: center;
	overflow: hidden;
	display: flex
}

.pager-custom li a {
	padding: 0 3px
}

.table:last-child {
	margin-bottom: 0
}

.table thead th, .table tbody th {
	background-color: #f1f1f1
}

@media ( min-width : 992px) {
	.table thead th, .table tbody th {
		white-space: nowrap
	}
}

.table-responsive th {
	white-space: nowrap
}

.table-breakable>thead+tbody>tr:first-child th {
	border-top: none
}

.table-breakable>thead+tbody>tr:first-child td {
	border-top: none
}

.table-breakable>tbody>tr>th {
	padding: 0.75rem 1.5rem 0.75rem 0.75rem;
	white-space: nowrap
}

.table-breakable>tbody>tr>td:last-child {
	width: 100%
}

.table-breakable>tbody>tr>td+td:last-child {
	width: inherit
}

@media ( max-width : 767.98px) {
	.table-breakable>tbody {
		display: block;
		width: 100%
	}
	.table-breakable>tbody>tr {
		display: block;
		width: 100%
	}
	.table-breakable>tbody>tr>th {
		padding: 0.5rem;
		display: block;
		white-space: normal;
		width: 100%
	}
	.table-breakable>tbody>tr>td {
		padding-top: 0;
		border: none;
		display: block;
		width: 100%
	}
}

@media ( max-width : 767.98px) {
	.table-breakable.table-bordered td {
		padding-top: 0.75rem
	}
}

.beforeLogin header {
	background-color: #f7f5f3;
	position: static
}

.beforeLogin header h1 {
	padding: 0;
	margin: 0 auto;
	width: 100%;
	min-width: 100%
}

.beforeLogin header h1 a {
	margin: 0 auto
}

.beforeLogin main {
	padding: 0;
	margin: 0
}

.beforeLogin main .container {
	padding-top: 60px;
	padding-bottom: 120px
}

@media ( min-width : 992px) {
	.beforeLogin main .container section {
		margin: 0 auto;
		width: 650px
	}
}

.beforeLogin footer {
	padding: 0;
	margin: 0
}

body.beforeLogin {
line-height: 1.4;
}

.home .content-body section {
	margin-bottom: 30px
}

.home .content-body section table.table-schedule01 tr th {
	padding: 8px 5px 5px 10px
}

.home .content-body section table.table-schedule01 tr th:before {
	margin-right: 6px;
	content: "";
	width: 5px;
	height: 12px;
	background-color: #666;
	display: inline-block
}

.home .content-body section table.table-schedule01 tr th.saturday:before {
	background-color: #5184FD
}

.home .content-body section table.table-schedule01 tr th.sunday:before {
	background-color: #D54949
}

.home .content-body section table.table-schedule01 tr td {
	vertical-align: middle
}

.home .content-body section table.table-schedule01 tr td:first-child {
	white-space: nowrap;
/*	font-size: .75rem; */
	text-align: center;
	line-height: 1
}

.home .content-body section table.table-schedule01 tr td:first-child span {
/*	font-size: .625rem; */
}

.home .content-body h4.h-primary {
	margin-bottom: 15px
}

.home .content-body .list-news a {
	padding: 0 10px
}

@media ( max-width : 991.98px) {
	main.schedule nav {
		position: fixed;
		bottom: 2px;
		left: 0;
		display: inline-flex;
		justify-content: center;
		width: 100%;
		z-index: 10;
		font-size: .625rem
	}
}

@media ( min-width : 992px) {
	main.schedule nav {
		margin-bottom: 20px
	}
}

main.schedule nav ul {
	margin: 0
}

main nav ul a.page-link i.fas {
  line-height:1.25;
}

main.schedule .table-schedule01 tr th {
	padding: 8px 5px 5px 10px
}

main.schedule .table-schedule01 tr th:before {
	margin-right: 6px;
	content: "";
	width: 5px;
	height: 12px;
	background-color: #666;
	display: inline-block
}

main.schedule .table-schedule01 tr th.saturday:before {
	background-color: #5184FD
}

main.schedule .table-schedule01 tr th.sunday:before {
	background-color: #D54949
}

main.schedule .table-schedule01 tr td {
	vertical-align: middle
}

main.schedule .table-schedule01 tr td:first-child {
	white-space: nowrap;
	font-size: .75rem;
	text-align: center;
	line-height: 1
}

main.schedule .table-schedule01 tr td:first-child span {
	font-size: .625rem
}

@media ( max-width : 991.98px) {
	main.schedule .table-schedule02 thead th {
		background-color: #fff
	}
}

main.schedule .table-schedule02 thead th:not(:first-child):before,
main.schedule .table-schedule02 th.schedule_header:not(:first-child):before {
	margin-right: 6px;
	content: "";
	width: 5px;
	height: 12px;
	background-color: #666;
	display: inline-block
}

main.schedule .table-schedule02 th:first-child {
	position: -webkit-sticky;
	position: sticky;
	left: 0
}

main.schedule .table-schedule02 tr th.saturday:before,
main.schedule .table-schedule02 th.schedule_header.saturday:before {
  background-color: #5184FD
}

main.schedule .table-schedule02 tr th.sunday:before,
main.schedule .table-schedule02 th.schedule_header.sunday:before {
  background-color: #D54949
}

main.schedule .table-schedule02 th {
	padding: 8px 5px 5px 10px;
	border: 1px solid #ddd
}

main.schedule .table-schedule02 td {
	vertical-align: middle;
	border: 1px solid #ddd
}

main.schedule .table-schedule02 td:first-child {
	white-space: nowrap;
	font-size: .75rem;
	text-align: center;
	line-height: 1
}

main.schedule .table-schedule02 td:first-child span {
	font-size: .625rem
}

@media ( max-width : 991.98px) {
	main.schedule .table-responsive {
		height: 70vh
	}
}

main.schedule .table-schedule03 thead th {
	width: 1vw;
	text-align: center
}

main.schedule .table-schedule03 a.day {
	display: block;
	font-weight: bold;
	font-size: 1.25rem;
	color: #999
}

@media ( max-width : 991.98px) {
	main.schedule .table-schedule01 thead th, main.schedule .table-schedule02 thead th,
		main.schedule .table-schedule03 thead th {
		position: -webkit-sticky;
		position: sticky;
		top: 0;
		z-index: 1
	}
}

main.schedule .table-schedule01 .other_month, main.schedule .table-schedule02 .other_month,
	main.schedule .table-schedule03 .other_month {
	background-color: #fafafa;
}

main.schedule .table-schedule01 .saturday, main.schedule .table-schedule02 .saturday,
	main.schedule .table-schedule03 .saturday {
	background-color: #E0E9FF;
}

main.schedule .table-schedule01 .sunday, main.schedule .table-schedule02 .sunday,
	main.schedule .table-schedule03 .sunday {
	background-color: #fff3f3;
}

main.schedule .table-schedule01 .today, main.schedule .table-schedule02 .today,
	main.schedule .table-schedule03 .today {
	background-color: #fffdf0;
}

blockquote {
	margin:0 0 7px 0;
	padding:7px;
	border:1px solid #f21f1f;
	background:#fff2f2;
}

.font-bold {
	font-weight: bold;
}

.ui-datepicker{
	z-index:100!important;
}

label.form-label {
    display: block;
    margin: 6px 0 3px;
    font-weight: bold;
}

span.profile_nav {
	margin: 1px;
}

span.profile_nav > a {
  color: #000099;
}

span.profile_nav > a.active {
  color: #fff;
  background-color: #262626
}

span.profile_nav > a:hover {
	background-color: #8888aa;
	text-decoration: none
}

.search-btn.fa-plus-square:before {
    font-size:20pt;
}

.search-btn.fa-plus-square:after {
    content: "検索する"; 
    font-size:20pt;
}

.search-btn.fa-minus-square:before {
    font-size:20pt;
}

.search-btn.fa-minus-square:after {
    content: "閉じる"; 
    font-size:20pt;
}
