* { margin: 0; padding: 0; outline: 0; }

body {
	background-color: white;
	font-family: "Trebuchet MS", arial, sans-serif;
	text-align: center;
}

.TitleGeneralFormat {
	font-size: 30px;
	font-family: "Helvetica";
}

#pageWrapper {

}

#NavigationBG {
	background-color: black;
}

#NavigationWrapper {
	text-align: left;
	background-color: black;
	color:white;
	font-size:15px;
}

#MenuButton {
	cursor:pointer;
	height:auto;
	width: 0%;
	display:none;
}

#ReplacementContainer {
	width: 20%;
	display:inline;
}

#DateAndTime {
	text-align:left;
	width:80%;
}

#LoginMenu {
	width: 40%;
	text-align:right;
}

#txtDTS {
	display:inline;
}

.SearchDTSButton {
	margin-left: 16px;
	height: 20px;
	width: 200px;
	text-align: center;
	font-size:15px;
	font-style: italic;
}

.MenuRow {
	display: table;
	table-layout: fixed;
	border-spacing: 10px;
	width: 100%;
}

.MenuColumn {
	display: table-cell;
}

/* BANNER CSS */

#BannerBG {
	background-color: #04508c;
}

#BannerWrapper {
	background-color: #04508c;
	height: auto;
	width: 1280px;
	margin: 0 auto;
	text-align: center;
}

#BannerImage {
	height:auto;
	width: 80%;
}

#DesktopNavigationBG {
	background-color: #04508c;
}

/* DESKTOP NAVIGATION CSS */

#DesktopNavigationWrapper {
	text-align: center;
	background-color: #04508c;
	color:white;
	height: 30px;
	width: 1280px;
	border-top: 1px solid white;
	line-height: 30px;
	margin: 0 auto;
	font-size: 18px;
}

.SecondNavigation a {
	text-decoration: none;
	color:white;
	padding-left:5px;
	padding-right:5px;
}

.SecondNavigation a:active, .SecondNavigation a:visited {
	text-decoration: none;
	color:white;
}

.SecondNavigation a:hover {
	color:#ffd750;
}

.WebContentLink {
	font-size:20px;
}

.WebContentLink a {
	text-decoration: none;
	color:black;
}

.WebContentLink a:active, .WebContentLink a:visited {
	text-decoration: none;
	color:black;
}

.WebContentLink a:hover {
	color:red;
}

.LittleArrow {
	font-size: 10px;
}

.dropbtn {
    background-color: transparent;
    color: white;
    border: none;
    cursor: pointer;
    text-decoration: none;
	color:white;
	padding-left:5px;
	padding-right:5px;
}

/* The container <div> - needed to position the dropdown content */
.dropdown {
    position: relative;
    display: inline-block;
}

/* Dropdown Content (Hidden by Default) */
.dropdown-content {
    display: none;
    position: absolute;
    background-color: #04508c;
    min-width: 300px;
    text-align:left;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.3);
    padding-top:0px;
    border-radius: 5px;
    z-index: 1;
}

/* Links inside the dropdown */
.dropdown-content a {
    color: white;
    text-decoration: none;
    display: block;
    padding-left:10px;
    padding-right:10px;
    padding-top:3px;
    padding-bottom:3px;
}

/* Change color of dropdown links on hover */
.dropdown-content a:hover {
	background-color: transparent;
	color:#ffd750;
}

/* Show the dropdown menu on hover */
.dropdown:hover .dropdown-content {
    display: block;
}

/* Change the background color of the dropdown button when the dropdown content is shown */
.dropdown:hover .dropbtn {
    background-color: transparent;
}

#ContentBG {
	background-color: white;
}

/* IMAGE SLIDER CSS */

#CarouselWrapper {
	background-color: white;
	position: relative;
	margin-left: 0px;
	margin-top: 20px;
	margin-bottom: 20px;
	margin-right: 0px;
	height:auto;
	width:auto;
	z-index: 0;
}

.CarouselImg {
	box-shadow:10px 10px 10px rgba(0,0,0,0.3);
	height:auto;
	width:100%;
}

.prev, .next {
  cursor: pointer;
  position: absolute;
  top: 0;
  top: 50%;
  width: auto;
  margin-top: -22px;
  padding: 16px;
  color: white;
  font-weight: bold;
  font-size: 25px;
  transition: 0.6s ease;
  border-radius: 0 3px 3px 0;
}

.next {
  right: 0;
  border-radius: 3px 0 0 3px;
}

.prev:hover, .next:hover {
  background-color: rgba(0,0,0,0.8);
}

/* The dots/bullets/indicators */
.dot {
  cursor:pointer;
  height: 13px;
  width: 13px;
  margin: 0 2px;
  background-color: #bbb;
  border-radius: 50%;
  display: inline-block;
  transition: background-color 0.6s ease;
}

.active, .dot:hover {
  background-color: #717171;
}

/* For Carousel */

.ContentParent {
	display: table;
	table-layout: fixed;
	border-spacing: 10px;
	width: 100%;
	border-top: 0px solid blue;
	border-left: 0px solid blue;
	border-right: 0px solid blue;
	border-bottom: 0px solid blue;
}

.Content1Wrapper {
	display: table-cell;
	width: 20%;
	border-top: 0px solid black;
	border-left: 0px solid black;
	border-right: 0px solid black;
	border-bottom: 0px solid black;
	height:auto;
	border-spacing: 0px;

}

.Content2Wrapper {
	display: table-cell;
	width: 60%;
	border-top: 0px solid black;
	border-left: 0px solid black;
	border-right: 0px solid black;
	border-bottom: 0px solid black;
	height:auto;
}

.Content3Wrapper {
	display: table-cell;
	width: 20%;
	height:auto;
}

.CalendarEffects {
	box-shadow:10px 10px 10px rgba(0,0,0,0.3);
	background-color: #04508c;
	border-radius: 10px;
}

#arapicture {
	 height:500px; 
	 width:250px;
}

.NewsWrapper {
	box-shadow:10px 10px 10px rgba(0,0,0,0.3);
	background-color: #04508c;
	width: auto;
	height: 635px;
	color: white;
	text-align: left;
	padding-top: 30px;
	padding-left: 10px;
	padding-right: 10px;
	border-radius: 10px;
}

#ContentWrapper {
	font-size:20px;
	font-weight: bold;
	min-height: 550px;
	max-width: 1280px;
	margin: 0 auto;
	border-top: 0px solid gray;
	border-left: 0px solid gray;
	border-bottom: 0px solid gray;
	border-right: 0px solid gray;
	padding-top: 10px;
	padding-bottom: 10px;
}

/* FOOTER CSS */

#FooterBG {
	background-color: #04508c;
}

#FooterWrapper {
	margin: 0 auto;
	text-align: center;
	color: white;
	width: 1280px;
}

.FooterRow {
	display: table;
	table-layout: fixed;
	border-spacing: 10px;
	width: 100%;
}

.FooterColumn {
	display: table-cell;
	width: 33%;
	height:auto;
	text-align: left;
	padding-left: 20px;
	font-size: 15px;
}

.FooterHeader {
	font-size: 17px;
	color: #ffd750;
}

/* SIDE NAVIGATION CSS*/

.sidenav {
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 1;
    top: 0;
    left: 0;
    background-color: #04508c;
    overflow-x: hidden;
    transition: 0.5s;
    padding-top: 20px;
    text-align: left;
}

.sidenav a {
    padding: 8px 8px 8px 8px;
    text-decoration: none;
    font-size: 20px;
    color: white;
    display: block;
    transition: 0.3s;
}

.sidenav a:hover, .offcanvas a:focus{
    color: black;
    background-color: white;
}

.sidenav a:active {
    color: white;
    background-color: black;
}

.closebtn {
    position: absolute;
    top: 0;
    right: 25px;
    font-size: 25px !important;
    margin-left: 50px;
}

#AboutUsSubContent, #Kto12SubContent, #IssuancesSubContent, #DownloadsSubContent, #BulletinSubContent, #FAQsSubContent, #ContactUsSubContent, #SchoolWebSubContent, #TransparencyBoardSubContent {
	margin-left: 20px;
	font-style: italic;
}



/* CALENDAR TABLE CSS*/

#Calendartable {
    font-family: Calibri;
    border-collapse: collapse;
    width: 100%;
    font-weight: normal;
}

#HeaderEventType {
    border: 2px solid #04508c;
    text-align: left;
    color: black;
    padding: 8px;
    font-size: 22px;
    background-color: #e4e3e7;
    border-radius: 5px;
}

#GeneralHeaderFormat {
    border: 2px solid #04508c;
    text-align: center;
    color: white;
    padding: 8px;
    font-size: 17px;
    background-color: #04508c;
}

.CalendarClass td {
    border: 2px solid #04508c;
    text-align: left;
    padding: 8px;
    font-size:15px;
}

.CalendarClass tr:nth-child(even) {
    background-color: #eaeaea;
}

.CalendarClass tr:nth-child(odd) {
    background-color: white;
}

/* unvisited link */
.CalendarClass a:link {
    color: #04508c;
}

/* visited link */
.CalendarClass a:visited {
    color: #04508c;
}

/* mouse over link */
.CalendarClass a:hover {
    color: violet;
}

/* selected link */
.CalendarClass a:active {
    color: #04508c;
}

#MeetingContent {
	display: inline;
}

#HolidayContent, #SeminarContent, #DeadlineContent, #ExaminationContent, #CeremonyContent, #ContestContent {
	display: none;
}

#CalendarContainer {
	border-top: 1px solid #04508c;
	border-left: 1px solid #04508c;
	border-right: 1px solid #04508c;
	border-bottom: 1px solid #04508c;
	padding-top: 5px;
	padding-left: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	background-color: #04508c;
	border-radius: 10px;
	margin-top:10px;
}

#WebContentContainer {
}

.WebHeaderContainer {
	padding-top:20px;
	color:#4169e1;
	font-size:40px;
}

.WebInsideContainer {
	padding-top:20px;
	padding-left:20px;
	padding-right:20px;
	padding-bottom:20px;
	color:black;
	font-weight:normal;
	font-size:15px;
}

.WebContentParagraph {
	text-indent: 30px;
	text-align:justify;
}

#AnnouncementContent {
	font-size: 17px;
}

#TableIndex {
	text-align:right;
	background-color:#04508c;
	color:white;
	height:10px;
	font-style: italic;
	line-height: 0px;
	padding-top: 2px;
	padding-bottom: 2px;
	margin-top: 0px;
}

/* TEXTBOX CSS */

.LoginTextbox {
	width:50%;
	font-size:20px;
	padding: 12px 20px;
	margin: 8px 0;
	border: 2px solid #ccc;
    border-radius: 4px;
    box-sizing: border-box;
}

.GeneralButton {
	background-color: white; /* Green */
    color: #04508c;
    font-size:20px;
    padding: 12px 20px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    width:20%;
    margin: 8px 0;
	border: 2px solid #04508c;
	border-radius: 4px;
}

#AboutKto12Content {
	width:1080px;
	height:720px; 
}

#Kto12MapContent {
	width:1024px;
	height:750px; 
}

.TablePanel {
	width:100%;
	border-spacing: 0px;
}

.TablePanelHeader {
	background-color: #04508c; 
	color:white;
	padding-top:10px;
	padding-bottom:10px;
	padding-left:10px;
	padding-right:10px;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
}

.TablePanel td {
	border-left:.5px solid gray;
	border-right:.5px solid gray;
	border-bottom:.5px solid gray;
    text-align: left;
    padding: 8px;
    font-size:15px;
    font-weight:normal;
}

.TablePanel tr:nth-child(even) {
    background-color: #eaeaea;
}

.TablePanel tr:nth-child(odd) {
    background-color: white;
}

.TablePanel tr:last-child td:first-child {
    border-bottom-left-radius: 5px;
    border-bottom:.5px solid gray;
}

.TablePanel tr:last-child td:last-child {
    border-bottom-right-radius: 5px;
    border-bottom:.5px solid gray;
}

.LinkDecorColor {
	text-decoration: none;
	color:#04508c;
}

.LinkDecorColor a:link {
    color: #04508c;
}

/* visited link */
.LinkDecorColor a:visited {
    color: #04508c;
}

/* mouse over link */
.LinkDecorColor a:hover {
    color: violet;
}

/* selected link */
.LinkDecorColor a:active {
    color: #04508c;
}

.NewsDate {
	font-style:italic;
	font-weight:normal;
	font-size: 18px;
	font-family:'Ubuntu', serif;
}

.NewsTitle {
	font-style:normal;
	font-weight:bold;
	font-size: 25px;
	font-family:'Ubuntu', serif;
}

.NewsContent {
	font-style:normal;
	font-weight:normal;
	font-size: 18px;
	font-family:'Ubuntu', serif;
	text-align: center;
}

@media screen and (max-width: 1200px) {
  .sidenav {padding-top: 15px;}
  .sidenav a {font-size: 18px;}

  	.TitleGeneralFormat {
  		font-size: 15px;
  	}

  	#NavigationWrapper {
		text-align: left;
		background-color: black;
		color:white;
		font-size:10px;
	}

	#BannerWrapper {
		background-color: #04508c;
		height: auto;
		width: auto;
		margin: 0 auto;
		text-align: center;
	}

	#BannerImage {
		height:auto;
		width: 100%;
	}

	#DesktopNavigationWrapper {
		display:none;
	}

	#ContentWrapper {
		min-height: 320px;
		border-top: 2px;
	}

	#FooterWrapper {
		background-color: #04508c;
		height: auto;
		width: auto;
		margin: 0 auto;
		text-align: center;
		font-size:10px;
	}

	#CarouselWrapper {
		background-color: gray;
		margin-left:10px;
		margin-top:10px;
		margin-bottom:10px;
		margin-right:10px;
		height:auto;
		width:auto;
		max-height:400px;
	}

	#MenuButton {
		display:inline;
		width:20%;
	}

	#LoginMenu {
		width: 0%;
		text-align:right;
		display:inline;
	}

	#txtDTS {
		display:none;
	}

	#ReplacementContainer {
		width:0%;
		display:none;
	}

	#DateAndTime {
		text-align:center;
		width:80%;
	}

	.ContentParent {
		width:90%;
		margin-left:5%;
		margin-right:5%;
		padding-top:10%;
		padding-bottom:10%;
	}

	.Content1Wrapper {
		display: table-row;
		width: 100%;
		border-top: 0px solid black;
		border-left: 0px solid black;
		border-right: 0px solid black;
		border-bottom: 0px solid black;
		height:auto;
	}

	.Content2Wrapper {
		display: table-row;
		width: 100%;
		border-top: 0px solid black;
		border-left: 0px solid black;
		border-right: 0px solid black;
		border-bottom: 0px solid black;
		height:auto;
		text-align:center;
	}

	.FooterRow {
		}
	
	.FooterColumn {
		display:inline-text;
		text-align:left;
		margin-top:10px;
		font-size:10px;
		padding-left: 0px;
	}

	.FooterHeader {
		font-size: 12px;
	}

	#arapicture {
		 height: auto; 
		 width: 100%;
	}

	.NewsWrapper {
		box-shadow:10px 10px 10px rgba(0,0,0,0.3);
		background-color: #04508c;
		width: auto;
		height: auto;
		color: white;
		text-align: left;
		padding-top: .5px;
		padding-left: 10px;
		padding-right: 10px;
	}

	.CalendarEffects {
		width: 300px;
		height: 500px;
	}

	#Calendartable {
	    font-family: Calibri;
	    border-collapse: collapse;
	    width: 100%;
	    font-weight: normal;
	}

	#HeaderEventType {
	    border: 2px solid #04508c;
	    text-align: left;
	    color: black;
	    padding: 8px;
	    font-size: 10px;
	    background-color: #e4e3e7;
	    border-radius: 5px;
	}

	#GeneralHeaderFormat {
	    border: 2px solid #04508c;
	    text-align: center;
	    color: white;
	    padding: 8px;
	    font-size: 10px;
	    background-color: #04508c;
	}

	.CalendarClass td {
	    border: 2px solid #04508c;
	    text-align: left;
	    padding: 3px;
	    font-size:7px;
	}

	.CalendarClass tr:nth-child(even) {
	    background-color: #b9e5ff;
	}

	.CalendarClass tr:nth-child(odd) {
	    background-color: white;
	}

	#MeetingContent {
		display: inline;
	}

	#HolidayContent, #SeminarContent, #DeadlineContent, #ExaminationContent, #CeremonyContent, #ContestContent {
		display: none;
	}

	#CalendarContainer {
		border-top: 1px solid #04508c;
		border-left: 1px solid #04508c;
		border-right: 1px solid #04508c;
		border-bottom: 1px solid #04508c;
		padding-top: 5px;
		padding-left: 5px;
		padding-right: 5px;
		padding-bottom: 5px;
		background-color: #04508c;
		border-radius: 10px;
		margin-top: 2px;
	}

	#WebContentContainer {
	}

	.WebHeaderContainer {
		padding-top:20px;
		color:#6d1309;
		font-size:30px;
	}

	.WebInsideContainer {
		padding-top:20px;
		padding-left:20px;
		padding-right:20px;
		padding-bottom:20px;
		color:black;
		font-weight:normal;
		font-size:15px;
	}

	.WebContentParagraph {
		text-indent: 30px;
		text-align:justify;
	}

	#AnnouncementContent {
		font-size: 12px;
	}

	/* TEXTBOX CSS */

	.LoginTextbox {
		width:80%;
		font-size:10px;
	}

	.GeneralButton {
	    font-size:10px;
	    padding: 12px 20px;
	    width:80%;
	}

	#AboutKto12Content {
		width:300px;
		height:500px; 
	}

	#Kto12MapContent {
		width:500px;
		height:300px; 
	}
}
