﻿::selection {
  background: #464c87; /* WebKit/Blink Browsers */
  color: white;
}
::-moz-selection {
  background: #464c87; /* Gecko Browsers */
  color: white;
}
#sect-archive {
	background: linear-gradient(180deg, #81d9c9 50%, #8ed0e1 100%);
}
.archive-title {
	color: #3d1d88;
	font-size: 1.8em;
	letter-spacing: .1em;
}
.match-title {
	color: #333;
}
.blockquote {
	/* background: #db364c; */
	background: linear-gradient(to right, #244b93 0%, #66c3d4 100%);
	border-radius: 10px;
	padding: 1em 2em;
}
.blockquote h3,
.blockquote h4,
.blockquote h5 {
	color: white;
	margin-bottom: .3em;
	font-weight: bold;
}
.blockquote h3 { font-size: 1.2em; }
.blockquote h4 { font-size: 1.1em; }
.blockquote h5 { font-size: 1em; }

@media only screen and (max-width: 767px) {
	.blockquote {  padding: 1.25em 1em; }
}
@media only screen and (max-width: 600px) {
	.blockquote { border-radius: 0; }
}
h1, h2, h3, h4, h5, h6, h7 {
	color: #354633;
}
.sect-head {
	color: #212d55;
}
.cover-box { 
	background-position: top center;
}
/*
.cover-box:after {
    display: block;
    content: '';
    z-index: 1;
    background: linear-gradient(360deg, #fff0e4 0%, rgba(255,240,228,0) 100%);
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 20%;
}
*/
.content-body {
	/* margin-top: 85px; 
	padding: 4em 0;*/
}
.bg-subpage {
	background: #81d9c9 url('../images/bg_header.jpg') top center no-repeat;
	background-size: cover;
	background-attachment: fixed;
}
.content-body a { color: #212d55; }
.content-body:after {}
.program-banner img { /* border-radius: 10px; */ }

.btn {
	background: linear-gradient(180deg, #66a4d4 0%, #3d1d88 100%);
}
.btn:hover {
	background: linear-gradient(0deg, #66a4d4 0%, #3d1d88 100%);
}
.btn.btn-outline {
	border: solid 1px #3d1d88 !important;
	color: #3d1d88 !important;
}
.btn.btn-outline:hover {
	background-color: rgba(61,29,136,0.1);
	transform: scale(1.05);
}
.match-btn {
	border-radius: 10px;
    font-size: 1.05em;
    padding: 15px 15px;
    margin: 0px;
	margin-bottom: 1.25em;
}
a.match-btn { text-decoration: none; }
.content-body { color: #333; }

.subtitle {
	color: #384d7d;
	text-align: center;
	margin: 2em 0 .5em 0;
}

/* CUSTOM TABLE STYLE ---------------------------------------------=------------ */
.nowrap { white-space: nowrap; }
.hover-up {
	cursor: pointer;
	transition: all .1s ease;
	transform: translate(0,0);
}
.hover-up:hover {
	box-shadow: 2px 2px 10px rgba(0,0,0,0.15);
	transform: translate(-1px, -2px);
}
.action-btn {
	line-height: 1.4em;
	text-align: center;
	padding: .65em 1em;
	font-size: .95em;
	font-family: Roboto;
	font-weight: bold;
	margin: .5em 6px;
	background-color: white;
	border-radius: 6px;
	color: #384d7d !important;
	display: inline-block;
	text-decoration: none !important; 
}
.max-w700 {
	width: 100%;
	max-width: 700px;
	margin: 0 auto;
	background-color: white;
	padding: 1em 1em;
	border-radius: 5px;
	box-shadow: 2px 2px 20px rgba(0,0,0,0.03);
	/* margin-top: -5vw; */
	overflow: hidden;
}
.max-w800 {
	width: 100%;
	max-width: 800px;
	margin: 0 auto;
	background-color: white;
	padding: 1em 1em;
	border-radius: 5px;
	box-shadow: 2px 2px 20px rgba(0,0,0,0.03);
	/* margin-top: -5vw; */
	overflow: hidden;
}
#timetable.table, #timetable.fold-table {
	max-width: 800px;
	border-radius: 10px;
	overflow: hidden;
	box-shadow: 2px 2px 20px rgba(0,0,0,0.03);
	line-height: 1.5em;
}
#timetable.table thead tr th, #timetable.fold-table thead tr th {
	background: linear-gradient(180deg, #66c3d4 0%, #244b93 100%);
	color: white;
	letter-spacing: .15em;
	z-index: 1;
	font-weight: bold;
	/* vertical-align: top; */
}
br.show-on-mobile { display: none; }
@media only screen and (max-width: 768px) {
	br.show-on-mobile { display: inline-block; }
}
.table-striped tr td,
.table-striped tr th,
.table-striped-round tr td,
.table-striped-round tr th { border: 0; }
.table-striped tbody tr:nth-of-type(odd) {
	background-color: hsl(203, 57%, 97%);
}
.table-striped-round tbody tr:nth-of-type(odd) { border-radius: 99px; overflow: hidden; /* background: linear-gradient(to bottom, rgba(57,207,169,0.1) 10%, rgba(66,163,255,0.1) 90%);*/ background-color: rgba(164,211,255,0.1); }

/* Switch column table */

table {
  border-spacing: 0;
}
table .small { font-size: .95em; }
td,
th {
  padding: .75em .25em;
}
.fold-table thead th { 
	font-weight: bold;
	padding: 1em .25em;
}
th {
  font-weight: normal;
  text-align: center;
}

@media only screen and (max-width: 40em) {
  .fold-table thead th:not(:last-child) {
    display: none;
  }
  .fold-table td, .fold-table th {
    display: block;
    clear: both;
	padding: .75em .25em;
  }
  .fold-table td[data-th]:before {
    content: attr(data-th);
    float: center;
  }
  .fold-table th { font-weight: normal; }
  .fold-table th br { display: none; }
  .fold-table tbody th { padding-bottom: 0; }
  .fold-table tbody td { padding: 0.5rem 0.25em; }
}
/* COUNTER ---------------------------------------------------------- */
#op-counter {
	z-index: 10;
	text-align: center;
	width: 100%;
	margin: 2em 0;
}
@media only screen and (max-width: 1200px) {
	#op-counter { transform: scale(1); }
}
@media only screen and (max-width: 992px) {
	#op-counter { transform: scale(0.8); right: 0%; }
}
.counter-box {
	position: relative;
	width: 360px;
	padding: 8px;
	text-align: center;
	border-radius: 15px 15px;
	box-shadow: 2px 2px 10px rgba(0,0,0,0.1);
	margin: 0px auto 0 auto;
	/* background: linear-gradient(to bottom, #f8f8f8 0, #e7e7e7 100%); */
	background: linear-gradient(180deg, #ffbbaf 0%, #f55385 100%);
	display: flex;
	flex-wrap: nowrap;
}
.c-slogan img {
	
}
.c-tagline {
	position: absolute;
	margin-top: -90px;
}
.c-label {
	letter-spacing: .15em;
	font-size: 16px;
	width: 50%;
	display: flex;
	justify-content: flex-end;
	align-items: center;
	text-align: right;
	color: white;
}
.c-day {
	color: #3d1d88;
	font-family: 'Roboto', sans-serif;
	font-size: 50px;
	font-weight: 500;
	text-align: left;
	width: 50%;
	height: 80px;
	line-height: 80px;
	background: url('../images/bg_counter2.png') 0 center no-repeat;
	background-size:  90% auto;
	padding-left: 30px;
	min-width: 165px;
	
	display: flex;
    flex-direction: row;
    align-items: center;
}
.c-day .date {
	font-size: 24px;
	font-weight: 400;
	line-height: 70px;
	height: 70px;
	margin-left: 22px;
	color: white;
}
.c-period {
	text-align: center;
	font-weight: 600;
	font-size: 18px;
	color: #C1AD56;
	letter-spacing: 0.1em;
	margin-top: 5px;
}
.remarks { 
	font-size: .9em;
}
/* Override Bootstrap styles */
.accordion {
	border-radius: 10px;
	overflow: hidden;
    box-shadow: 2px 2px 20px rgba(0, 0, 0, 0.03);
}
.btn-link {
	display: block;
	text-align: left;
	cursor: pointer;
	font-size: 22px;
	color: white;
}
.btn-link:hover {
	color: white;
	text-decoration: underline;
}
.card {
	border: none;
}
.card-header {
	background: linear-gradient(180deg, #66c3d4 0%, #244b93 100%);
	border: none;
	padding: 1.25rem 1.25rem;
}
.color-2 .card-header {
	background: linear-gradient(180deg, #6687d4 0%, #4a2f88 100%);
}
.card-body {
	text-align: left;
}
.icon {
    float: right;
    margin-left: 10px;
}
.card .card-header {
	color: white;
	font-weight: bold;
	text-align: left;
}
.card .card-header .btn-link {
	position: relative;
	font-size: 20px;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	display: block;
	width: 100%;
	height: 1.2em;
	padding-right: 10px;
}
.card .card-header .btn-link:after {
	content: "\f107";
	font-family: 'Font Awesome 5 Free';
	font-weight: 900;
	float: right;
  	position: absolute;
	right: 0;
    top: 2px;
}

.card .card-header .btn-link.collapsed:after {
  content: "\f106";
}

.card .card-header .btn-link.static:after {
	display: none;
}
@media only screen and (max-width: 767px) {
	.card .card-header .btn-link {
		font-size: 18px;
	}
	.card .card-header {
		padding: 1rem;
	}
	.card .card-body {
		font-size: 1.1rem;
	}
}