.divshadow, .divshadow1 {
	box-shadow: 2px 3px 5px rgba(0,0,0,0.3);
	border-radius: 15px;
	padding: 10px;
	margin: 15px;
	transition: 0.3s;
}
.divshadow:hover {
	box-shadow: 2px 3px 15px rgba(0,0,0,0.5);
	transition: 0.3s;
}
.inputlarge {
	border-radius: 5px;
	padding: 5px;
	margin: 5px;
}
.btnlarge {
	border: 0px;
	border-radius: 5px;
	padding: 8px;
	margin: 5px;
	background-color: #300060;
	color: #FFFFFF;
	font-weight: bold;
}
.tblbox {
	text-align: center;
	border-spacing: 20px;
	border-collapse: collapse;
}
.tblbox th, .tblbox td {
  padding: 10px;
  border: 1px solid #ddd;
}
.tblbox th {
  background-color: #f2f2f2;
}
.tblframe {
  border: 1px solid #ddd;
  border-radius: 15px;
  padding: 30px;
}
.tbllist {
	width: 100%;
	border-spacing: 20px;
	border-collapse: collapse;
}
.tbllist tr {
	border-bottom: 1px solid #F00;
}
.tbllist th, .tbllist td {
	text-align: center;
	padding: 8px;
	border: 0px;
	border-bottom: 1px solid #ccc;
	font-size: 12px;
}
.tbllist tr:first-child th {
  background-color: #CCCCFF;
}
.tblliner {
	border-right: 1px solid #ccc;
}
.tbllineb {
	border-bottom: 1px solid #ccc;
}
.divlistext {
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;
	box-shadow: 1px 3px 5px 0 rgba(0,0,0,0.3);
	padding: 10px;
	margin: 0px;
}
.tbllistext {
	border: 0px;
	width: 100%;
	border-collapse: collapse;
}
.tr {text-align: right;}
.tl {text-align: left;}
.tc {text-align: center;}
.tm {vertical-align: middle;}
.tb {font-weight: bold;}
.title1 {
	font-size: 19px;
	font-family: Helvetica;
	font-weight: bold;
	text-decoration: none;
}
.title2 {
	font-size: 18px;
	font-family: Helvetica;
	font-weight: bold;
	text-decoration: none;
}
.wide {
	width: 100%;
}

.ocancel {background-color: #F3F3F3;text-decoration: line-through;}
.ocancel td {color: #909090;}
.ocancel:hover {background-color: #FFFFF0; transition: 0.5s;}
.oactive {background-color: #FFFFFF;}
.oactive:hover {background-color: #FFFFF0; transition: 0.5s;}
.oopen {background-color: ;#FFFFFF;}
.oopen:hover {background-color: #FFFFF0; transition: 0.5s;}
.oclose {background-color: #F0FFF0;}
.oclose:hover {background-color: #FFFFF0; transition: 0.5s;}
.onormal {background-color: #FFFFFF;}
.onormal:hover {background-color: #FFFFF0; transition: 0.5s;}
.rheader {
	padding: 0px 10px 15px 10px;
	background-color: #FFFFFF;
	text-align: center;
}
.ogain {background-color: #E9FFE9;}
.ogain:hover {background-color: #FFFFF0; transition: 0.5s;}
.oloss {background-color: #FFFFFF;}
.oloss:hover {background-color: #FFFFF0; transition: 0.5s;}
.osummary {background-color: #FFFFFF;}
.osummary:hover {background-color: #FFFFF0; transition: 0.5s;}
.txtleft {text-align: left;}
.dhidden {display: none;}
.txttiny {font-size: 8px;}
.sliderdual {
	font-size: 13px;
	border: 0px;
	height:100%;
	width:100%;
}
.sliderdual td {
	font-size: 13px;
	text-align: center;
	vertical-align: middle;
}
.sliderdual a {
	text-decoration: none;
}
.sliderdual tr:first-child td {
	border-bottom: 1px solid #ccc;
}
.tbox1_title {
	font-size: 18px;
	text-decoration: none;
}
.tbox1_desc {
	color: #909090;
	font-size: 18px;
	text-decoration: none;
}
.tbox1_txt {
	font-size: 20px;
	font-weight: bold;
	text-decoration: none;
}

body {
	/* Light mode styles */
	background-color: #ffffff;
	color: #000000;
	font-family: Helvetica;
	font-size: 12px;
	margin: 0px;
	padding: 0px;
	th {font-weight: bold}
/*	input,textarea,select
	{font-family: Verdana; font-size: 11px; border: 1px solid #303030; background: #E0E0E0}*/
	a {text-decoration: none;}
}
input {
	padding: 0px;
	margin: 0px;
	border: 1px solid #ccc;
}
.maindiv {
/*	position: fixed;
	top: 35px;
	left: 230px;*/
	padding: 10px;
	padding-top: 70px;
	padding-left: 225px;
	text-align: left;
	transition: top 0.3s, left 0.3s, 0.3s padding ease-out;
}

.statushigh, .errorhigh {
	BORDER: #696969 1px solid;
	box-shadow: 2px 3px 5px rgba(0,0,0,0.3);
	border-radius: 5px;
	background-color: #FFF0F0;
	color: #000000;
	font-family: Helvetica;
	FONT-SIZE: 15px;
	font-weight: bold;
	margin: 15px;
	padding: 10px;
	width: 500px;
}
.errorhigh {
	color: #FF0000;
}

body.dark-mode {
	//body.classList.toggle('dark-mode');
  /* Dark mode styles */
  background-color: #222222;
  color: #ffffff;
}

nav {
	
	background-color: #000216;
	position: fixed;
}

.top-nav {
	position: fixed;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 40px;
	padding: 10px;
	transition: top 0.3s, left 0.3s;
}

.top-nav.active {
	top: 0;
	left: 0;
}

.top-nav ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.top-nav li {
	margin: 0;
	padding: 0;
	text-align: left;
}

.top-nav a {
	display: block;
	color: #fff;
	text-decoration: none;
	padding: 10px;
	transition: background-color 0.3s;
}

.top-nav a:hover {
	background-color: #555;
}

.left-nav {
	top: 0px;
	left: 0px;
	width: 180px;
	height: 100%;
	padding: 10px;
	transition: top 0.3s, left 0.3s;
	text-align: center;
}

.left-nav.active {
	top: 0;
	left: 0;
}

.left-nav ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.left-nav li {
	margin: 0;
	padding: 0;
	text-align: left;
	vertical-align: middle;
}

.left-nav a {
	display: block;
	color: #fff;
	text-decoration: none;
	padding: 10px;
	transition: background-color 0.3s;
}

.left-nav a:hover {
	background-color: #555;
}

.left-navicon {
	width: 20px;
	height: 20px;
	vertical-align: sub;
}

.left-submenu {
	margin: 0;
	padding: 0;
}

.menu-icon {
	position: fixed;
	top: 10px;
	left: 10px;
	display: none;
	cursor: pointer;
	font-size: 24px;
	line-height: 24px;
	color: #fff;
	z-index: 1;
}

@media screen and (max-width: 600px) {
	.left-nav {
		left: -200px;
		padding: 0;
		height: auto;
	}
	.left-nav.active {
		left: 0;
	}
	.left-nav ul {
		margin-top: 10px;
	}
	.left-nav li {
		margin-bottom: 5px;
	}
	.left-nav a {
		padding: 5px;
	}
	.menu-icon {
		display: block;
	}
	.maindiv {
		padding-left: 10px;
	}
}
@media screen and (max-height: 600px) {
	.top-nav {
		top: -200px;
	}
	.maindiv {
		padding-top: 10px;
	}
}
/* Style for the tabs */
.tab {
	overflow: hidden;
	border-bottom: 1px solid #ccc;
	box-shadow: 0 1px 8px rgba(0,0,0,0.3);
}
/* Style for the tab buttons */
.tab button {
	background-color: #f1f1f1;
	float: left;
	border: none;
	outline: none;
	cursor: pointer;
	padding: 14px 16px;
	transition: 0.3s;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
}
/* Style for the active tab button */
.tab button.active {
	background-color: #ccc;
}
/* Style for the tab content */
.tabcontent {
	display: none;
	padding: 1px 1px;
	border: 0px solid #ccc;
	border-top: none;
	box-shadow: 0 1px 8px rgba(0,0,0,0.3);
}

.slider-container {
  width: 100%;
  overflow-x: scroll;
  -webkit-overflow-scrolling: touch;
}
.slider-content {
  display: flex;
  flex-wrap: nowrap;
}
.slider-item {
  min-width: 100px;
  min-height: 100px;
  margin: 15px;
	box-shadow: 0 1px 8px rgba(0,0,0,0.3);
}
/* Remove scrollbar */
.slider-container::-webkit-scrollbar {
  display: none;
}

.progress {
width: 100px;
height: 20px;
background-color: #f2f2f2;
}
.progress-bar {
height: 100%;
background-color: #4caf50;
text-align: center;
line-height: 20px;
font-size: 8px;
color: white;
}