@charset "UTF-8";

/* FONT IMPORTS */
@import url('https://fonts.googleapis.com/css?family=Lato&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Kanit:wght@500&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Barlow+Condensed:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

/* ALL RESOLUTION */

body {
	margin: 0;
	padding: 0;
    font-family: 'Lato', sans-serif;
}

hr {
    border: none;
    height: 1px;
    background-color: #333;
}

.container {
	margin-bottom: 50px;
}

#header {
	text-align: center;
	text-transform: uppercase;
	position: fixed;
	width: 100%;
	top: 0px;
	background-color: rgba(212,212,212,0.80);
	border-radius: 0px 0px 8px 8px;
	backdrop-filter: blur(10px);
	z-index: 5000;
	transition: all .25s ease-in-out !important;
}
	
#subheader {
	background-color: rgba(100,100,100,0.80);
	border-radius: 0px 0px 8px 8px;
	backdrop-filter: blur(10px);
	color: white;
	padding: 10px;
	text-align: center;
	text-transform: uppercase;
	z-index: 5001;
	clear: both;
}
	
#subheader a {
	color: white;
	text-decoration: none;
	transition: all .5s;
	padding: 0px 20px;
}

	
#subheader a:hover {
	font-weight: bold;  
	font-size: 1em;
  	letter-spacing: .15em;
}
	

h1 {font-size: 2em;}

select {
	background-color: rgba(211,211,211,1.00) !important;
}

.reverse-icon-drop {
	filter: drop-shadow(0 0 0.1rem white);
	border: none;
	height: 40px;
	transition: all .5s;
	padding: 5px;
}

.reverse-icon-drop:hover {
	filter: invert(100%) drop-shadow(0 0 0.1rem black);
	border: none;
	transition: all .5s;
	height: 40px;
}


.rollover-tr {
	background-color: white;
	transition: all 1s;
}

.rollover-tr:hover {
	background-color: rgba(206,206,206,1.00);
}

.full-width {
	width: 100%;
	box-sizing: border-box;
	/* padding: 10px; */
	margin: 20px 0px;
}

.logo-left  {
	width: 50%;
	box-sizing: border-box;
	float: left;
	text-align: left;
}

.logo-right  {
	width: 50%;
	box-sizing: border-box;
	float: right;
	text-align: right;
}

.logo-left img, .logo-right img {
	width: 80%;
}

.clear-float {
	clear: both;
	display: block;
}

.big_bold {
	font-size: clamp(1.8rem, 2.5vw, 2.8rem);
	font-weight: bold;
}

.italic {
	font-size: clamp(1rem, 2vw, 2rem);
	font-style: italic;
}

input[type=submit], button {
	font-size: 16px;
	color: white;
	background-color: #636363;
    font-family: 'Lato', sans-serif;
	border: thin solid #3B3B3B;
	transition: .25s all;
	text-align: left;
	cursor: pointer;
	padding: 3px;
}

input[type=submit]:hover, button:hover {
	font-size: 16px;
	color: #636363;
	background-color: white;
    font-family: 'Lato', sans-serif;
	border: thin solid #3B3B3B;
	box-shadow: 0 0 5px #178ECD;
}

.small-text { 
	font-size: .7em; 
	font-weight: bold; 
	line-height: 1.5em; }

#clearloc { 
	display: none;
}	

.no-icon-wrap {
	white-space: nowrap; 
}

.schedule-header {
	background-image: linear-gradient(to top, rgba(114,114,114,0.65) 25%, rgba(129,129,129,0.36));
	padding: 15px;
	font-weight: 700;
	font-size: clamp(1.5rem, 3vw, 3rem);
	font-family: 'Kanit', sans-serif;
	text-transform: uppercase;
	text-align: center;
}

.auth-notice {
  background-image: linear-gradient(to top, rgba(45,75,46,0.65) 25%, rgba(80,140,77,0.36));
  padding: 5px;
  font-weight: 700;
  font-size: clamp(.75rem, 1.25vw, 1.25rem);
  font-family: 'Kanit', sans-serif;
  text-transform: uppercase;
  text-align: center;
}
	
.login-notice {
  background-image: linear-gradient(to top, rgba(115,60,61,0.65) 25%, rgba(129,102,102,0.36));
  padding: 5px;
  font-weight: 700;
  font-size: clamp(.75rem, 1.25vw, 1.25rem);
  font-family: 'Kanit', sans-serif;
  text-transform: uppercase;
  text-align: center;
}

.headrow-img {
	filter: invert(100%) drop-shadow(0 0 0.1rem black);
	border: none;
	height: 35px;
	padding: 5px;
}

/* FIELDSET STYLES */
fieldset {
	background-color: #eeeeee;
	margin: 10px;
	padding: 10px;
	border: thin solid rgba(114,114,114,0.65);
	border-radius: 8px;
}

legend {
	background-image: linear-gradient(to top, rgba(114,114,114,0.65) 25%, rgba(129,129,129,0.36));
	padding: 10px;
	font-weight: 700;
	font-size: clamp(1rem, 2vw, 2rem);
	font-family: 'Kanit', sans-serif;
	text-transform: uppercase;
	width: 100%;
	color: white;
	border-radius: 8px;
}

.fieldset-styling {
	padding: 15px;
	margin: 5px 0px;
	font-weight: 700;
	font-size: clamp(.75rem, 1.5vw, 1.5rem);
	border-radius: 8px;
}

.fieldset-title {
	background-image: linear-gradient(to top, rgba(129,0,2,1.00) 25%, rgba(64,0,1,0.67));
	color: white;
	border-radius: 8px;
	padding: 10px;
	font-size: clamp(1rem, 2vw, 2rem);
}

/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type=number] {
  -moz-appearance: textfield;
}

#footer-bar {
	text-align: center;
	position: fixed;
	width: 100%;
	left: 0px;
	bottom: 0px;
	background-color: rgba(212,212,212,0.80);
	border-radius: 8px 8px 0px 0px;
	backdrop-filter: blur(10px);
	z-index: 5000;
	padding: 15px;
}

.status-change {
	font-family: 'Kanit', sans-serif;
	font-size: 1.25em;
	color: red !important; 
	text-transform: uppercase !important;
}

.schedule-tips {
	text-align: center;
	font-size: 1em;
	background-color: gray;
	border-radius: 0px 0px 8px 8px;
	width: 90%;
	margin: auto;
	color: white;
	padding: 5px;
	margin-bottom: 25px;
	text-transform: uppercase;
}

.schedule-tips img {
	height: 1.25em;
	filter: invert(100%);
}

.admin-mobile-icon {
	width: 45px;
	padding: 4px;
	border: thin solid rgba(144,144,144,1.00);
	border-radius: 8px;
	filter: drop-shadow(0 0 0.1rem white);
	background-color: rgb(180, 180, 180);
	margin: 4px;	
}


@media screen and (max-width: 800px) {
	/* MOBILE */
		
	.hide-mobile { display: none; }
	
	.container { margin-bottom: 200px !important; }
	
	#header {
		height: auto;
		text-align: center;
		position: relative !important;
		margin-bottom: 10px !important;
	}

	#header-left {
		display: none;
	}

	#header-right {
		height: 100px;
	}
	
	#header img {
		height: 100%;
		padding: 10px;
	}
	
	.float-anyway {
		float: left !important;
	}

	/* BOOTSTRAP ADDITIONAL */
	.btn {
		margin: 2px !important;
	}
	
	#event-head {
		text-align: center;
	}
	
	#event-head img {
		width: clamp(15rem, 25vw, 25rem);
		padding: 20px;
	}
	
	.title-text {
		display: block;
		width: 90%;
	}
	

	.event-title {
		font-size: clamp(1rem, 2vw, 2rem);
		font-family: 'Kanit', sans-serif;
		text-transform: uppercase;
		text-align: center;
		margin-bottom: 0px;
	}
	
	.my-name {
		font-size: clamp(1rem, 2vw, 2rem);
		font-family: 'Kanit', sans-serif;
		text-transform: uppercase;
		text-align: center;
		margin-bottom: 0px;
	}
	
	.kickoff-time {
		font-size: clamp(.75rem, 1.5vw, 1.5rem);
		font-family: 'Kanit', sans-serif;
		text-transform: uppercase;
		font-style: italic;
		text-align: center;
		line-height: 1em;
	}
	
	.my-schedule {
		font-size: clamp(.75rem, 1.5vw, 1.5rem);
		font-family: 'Kanit', sans-serif;
		text-transform: uppercase;
		text-align: center;
		line-height: 1em;
	}
	
	.day {
		background-image: linear-gradient(to top, rgba(114,114,114,0.65) 25%, rgba(129,129,129,0.36));
		border-radius: 8px;
		padding: 15px;
		margin: 5px;
		font-weight: 700;
		font-size: clamp(1.5rem, 3vw, 3rem);
		font-family: 'Kanit', sans-serif;
		text-transform: uppercase;
	}
	
	.time {
		/* background-color: #FFC900; */
		border-radius: 8px;
		padding: 15px;
		margin: 5px;
		font-weight: 700;
		font-size: clamp(1rem, 2vw, 2rem);
		font-family: 'Kanit', sans-serif;
		text-transform: uppercase;
	}
	
	.session {
		background-color: rgba(129,129,129,0.36);
		border-radius: 8px;
		margin: 5px;
	}
	
	.titlebar {
		/* background-image: linear-gradient(to top, rgba(129,0,2,1.00) 25%, rgba(64,0,1,0.67)); */
		color: white;
		border-radius: 8px 8px 0px 0px;
		padding: 15px;
		font-size: clamp(1rem, 2vw, 2rem);
		font-family: 'Kanit', sans-serif;
		text-transform: uppercase;
	}
	
	.drop-white {
		filter: drop-shadow(0 0 0.2rem rgba(255,255,255,0.75));
	}
	
	.toggle {
		filter: drop-shadow(0 0 0.1rem white);
		border: none;
	  	height: 40px;
	  	transform: translate(-20%, -5%);
	  	position: absolute;
	  	right: 5%;
	}

	.toggle-for-fieldset {
		transform: translate(-10px,2px);
	}

	
	.paragraph {
		padding: 15px;
		font-size: 1em;
  		font-family: "Barlow Condensed", sans-serif;
	}
	.sessionimg {
		width: 50%;
    	float: right;
    	transform: translateX(25%);
	}
	
	.favorite {
		float: right;
		-ms-transform: translateY(-2em);
		transform: translateY(-2em);
		filter: invert(100%) drop-shadow(0 0 0.2rem black);
	}
	
	.fieldset-favorite {
		float: right;
		-ms-transform: translate(10%, -25%);
		transform: translate(10%, -25%);
		filter: invert(100%);
	}
	
	.titleDetail {
		line-height: .5em; 
		font-size: 1.25em; 
		font-weight: bold;
	}
	
	.time-start-end {
		font-family: 'Kanit', sans-serif;
		font-size: 1.25em;
		font-weight: 700;
		margin: 0px;
	}
	

}

@media screen and (min-width: 801px) {
	/* DESKTOP */
	
	.hide-desktop { display: none; }
	
	.container {
		margin-top: 200px;
		margin-bottom: 100px;
	}


	
	#header-left {
		float: left;
		height: 100px;
		margin: 10px;
	}

	#header-right {
		float: right;
		height: 100px;
		margin: 10px;
	}
	
	#header img {
		height: 100%;
		margin-bottom: 20px;
	}
	
	#event-head {
		text-align: center;
	}
	
	#event-head img {
		width: clamp(10rem, 20vw, 20rem);
		padding: 20px;
	}
	
	.title-text {
		display: block;
		width: 90%;
	}
	
	.event-title {
		font-size: clamp(1.5rem, 3vw, 3rem);
		font-family: 'Kanit', sans-serif;
		text-transform: uppercase;
		text-align: center;
		margin-bottom: 0px;
	}
	
	
	.my-name {
		font-size: clamp(1.5rem, 3vw, 3rem);
		font-family: 'Kanit', sans-serif;
		text-transform: uppercase;
		text-align: left;
		margin-bottom: 0px;
	}
	
	.kickoff-time {
		font-size: clamp(1rem, 2vw, 2rem);
		font-family: 'Kanit', sans-serif;
		text-transform: uppercase;
		font-style: italic;
		text-align: center;
		line-height: 1em;
	}
	
	.my-schedule {
		font-size: clamp(1rem, 2vw, 2rem);
		font-family: 'Kanit', sans-serif;
		text-transform: uppercase;
		text-align: left;
		line-height: 1em;
	}
	
	.day {
		background-image: linear-gradient(to top, rgba(114,114,114,0.65) 25%, rgba(129,129,129,0.36));
		border-radius: 8px;
		padding: 15px;
		margin: 5px;
		font-weight: 700;
		font-size: clamp(1.5rem, 3vw, 3rem);
		font-family: 'Kanit', sans-serif;
		text-transform: uppercase;
	}
	
	.time {
		/* background-color: #FFC900; */
		border-radius: 8px;
		padding: 15px;
		margin: 5px;
		font-weight: 700;
		font-size: clamp(1rem, 2vw, 2rem);
		font-family: 'Kanit', sans-serif;
		text-transform: uppercase;
	}
	
	.session {
		background-color: rgba(129,129,129,0.36);
		border-radius: 8px;
		margin: 5px;
	}
	
	.titlebar {
		/* background-image: linear-gradient(to top, rgba(129,0,2,1.00) 25%, rgba(64,0,1,0.67)); */
		color: white;
		border-radius: 8px 8px 0px 0px;
		padding: 15px;
		font-size: 1.5em;
		font-family: 'Kanit', sans-serif;
		text-transform: uppercase;
	}
	
	.drop-white {
		filter: drop-shadow(0 0 0.2rem rgba(255,255,255,0.75));
	}
	
	.toggle {
		float: right;
		filter: drop-shadow(0 0 0.1rem white);
		border: none;
		height: 40px;
		-webkit-transition: transform 0.25s ease-in-out;
		-moz-transition: transform 0.25s ease-in-out;
		-o-transition: transform 0.25s ease-in-out;
		transition: transform 0.25s ease-in-out;
		padding: 5px;
		transform: translate(-30%, 35%);
	}

	.toggle:hover {
		float: right;
		filter: invert(100%) drop-shadow(0 0 0.1rem black);
		border: none;
		height: 40px;
	}

	.toggle-for-fieldset {
		position: absolute;
		transform: translate(-50px,10px);
	}

	
	.paragraph {
		padding: 15px;
		font-size: 1em;
 		font-family: "Barlow Condensed", sans-serif;
	}
	.sessionimg {
		margin: 10px;
		width: 25%;
		float: right;
	}
	
	.favorite {
		float: right;
		-ms-transform: translateY(-1.5em);
		transform: translateY(-1.5em);
		filter: invert(100%);
		cursor: pointer;
	}
	
	.favorite a:hover {
		filter: invert(50%);
		cursor: pointer;
	}
	.fieldset-favorite {
		float: right;
		-ms-transform: translateY(-5%);
		transform: translateY(-5%);
		filter: invert(100%);
		cursor: pointer;
	}
	
	.fieldset-favorite a:hover {
		float: right;
		-ms-transform: translateY(-5%);
		transform: translateY(-5%);
		filter: invert(50%);
		cursor: pointer;
	}
	
	.titleDetail {
		line-height: .5em; 
		font-size: 1.25em; 
		font-weight: bold;
	}
	
	.time-start-end {
		font-family: 'Kanit', sans-serif;
		font-size: 1.25em;
		font-weight: 700;
		margin: 0px;
	}
	
	
}

/* ANIMATED BACKGROUND LOOPS */


@keyframes conflictFS {
  0% {
    background-color: #31d2f2;
  }
  50% {
    background-color: #289CB3;
  }
  100% {
    background-color: #31d2f2;
  }
}

@keyframes conflictBX {
  0% {
    background-color: rgba(129,0,2,1.00);
  }
  50% {
    background-color: rgba(176,0,2,1.00);
  }
  100% {
    background-color: rgba(129,0,2,1.00);
  }
}
	
.return {
	text-align: center !important; 
	background-color: #FFC900;
	border-radius: 8px;
	padding: 15px;
	margin: 5px;
	font-weight: 700;
	font-size: clamp(1rem, 2vw, 2rem);
	font-family: 'Kanit', sans-serif;
	text-transform: uppercase;
	transition: all 0.5s;
}
	
.return:hover {
	background-color: rgba(65,65,65,0.73);
	color: white;
	border-radius: 8px;
	padding: 15px;
	margin: 5px;
	font-weight: 700;
	font-size: clamp(1rem, 2vw, 2rem);
	font-family: 'Kanit', sans-serif;
	text-transform: uppercase;
	transition: all 0.5s;
}

.add, .remove, .toggle {
	cursor: pointer;
}

