* {
  box-sizing: border-box;
}

body {
	margin: 0;
	padding: 0px;
	background-image: url("../Images/anu_bgp.png");  /* The image used */
	background-color: #000000; /* Used if the image is unavailable */
	/*height: 500px; /* You must set a specified height */
	/*background-position: center; /* Center the image */
	background-repeat: no-repeat; /* Do not repeat the image   or   : repeat;  Repeat the image  */
	background-size: cover; /* Resize the background image to cover the entire container */	
 }

.header { /*area above the nav bar */
	//position: relative;
	//height: 100px;
	padding: 5px;
	//overflow:hidden;
}

/* PMS logo at the top */
.logo {	text-align: center; height: 90px;}
.logo img { height:90px; }	/* controls the size of the logo */

.lgi1 {	text-align: center; height: 90px;}
.lgi1 img { height:90px; }	/* controls the size of the logo */

.lgi2 {	text-align: center; height: 50px;}
.lgi2 img { height:50px; }	/* controls the size of the logo */

.lginBtn { text-align: center; background: none; border: none; text-decoration: none; cursor: arrow; font-size: 1em; font-family: serif; display: inline; }
.lginBtn:focus { background: none; outline: none; }
.lginBtn:hover { text-decoration: none; background: none; }
.lginBtn img { height:25px; align: center; }	/* controls the size of the logo */

ul {	/* Nav Bar */
	list-style-type: none;
	margin: 0;
	padding: 0;
	float:left;
	background-color: #5f5f5f;
	position: -webkit-sticky; /* Safari */
	position: sticky !important;
	top: 0;
	width: 100%;
	box-shadow: 0 1.5px 5px 0 rgba(0,0,0,0.16),0 2px 10px 0 rgba(0,0,0,0.12);
	letter-spacing: 2px;
	z-index: 1;
}

li {
  float: left;
}

li a, .dropbtn {
  display: inline-block;
  color: white;
  text-align: center;
  padding: 14px 16px;
  text-decoration: none;
}

li a:hover, .dropdown:hover .dropbtn {
  background-color: #ffaec9;
}

li.dropdown {
  display: inline-block;
}

.dropdown-content { display: none; position: absolute; background-color: #ffe6ee; min-width: 160px; box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2); z-index: 1; }
.dropdown-content a { color: black; padding: 12px 16px; text-decoration: none; display: block; text-align: left; }
.dropdown-content a:hover {background-color: #ffaec9}
.dropdown:hover .dropdown-content { display: block; }

currentMenu {
	background-color: black;
}

/* Create columns that floats next to each other */
.w80Column { float: left; width: 80%; } 
.w70Column { float: left; width: 70%; } 
.w60Column { float: left; width: 60%; } 
.w50Column { float: left; width: 50%; }
.w33Column { float: left; width: 33%; }
.w25Column { float: left; width: 25%; }
.w20aColumn { float: left; width: 20%; }

.w20Column { float: left; width: 20%; }
.w10Column { float: left; width: 10%; }
.w5Column { float: left; width: 5%; }

/* Add a card effect for articles */
.card {
  background-color: white;
  //padding: 20px;
  margin-top: 20px;
}

/* Clear floats after the columns */
.row:after {
  content: "";
  display: table;
  clear: both;
}

/* Footer */
.footer {
  padding: 20px;
  text-align: center;
  background: #ddd;
  margin-top: 20px;
}

/*
.photoArea {
	display: grid;
	grid-template-columns: auto auto;
	margin-left: 0px;
	padding-top: 0px;
	position: relative;
}
*/


/* listTable will be used to format all tables which are used to display lists of records*/
.listTable {
	width: 100%;
	border-collapse: collapse;
}

.listTable a:hover {
	text-decoration: none;
	color: blue;
}

.listTable th {  /* thead, th  */
	border: 1px solid black;
	padding: 2px;  /* padding: 2px 1px; */
	padding-top: 12px;
	padding-bottom: 12px;
	text-align: center;
	background-color: #000080;
	color: #FFFFFF;
	//border-width: 1px 2px;	
}

.listTable tr:nth-child(3n) {
    background-color: #CCCCEE; 
}

.listTable td {
	border: 1px solid black;
	padding: 2px;   /* padding: 2px 1px; */
	//border-width: 1px 2px;
}

.listTable tr:hover {
	background-color: #7777CC;
	color: white;	
}

.listTable a {
	text-decoration: none;
	color: #111111;
}


/* used for the grade editor table */
.gradeTable {
	width: 100%;
	border-collapse: collapse;
}

.gradeTable td, th {
	border: 1px solid black;
	padding: 2px 1px;
	border-width: 1px 2px;
}

.gradeTable tr:nth-child(3n) {
    background-color: #ccccee; 
}

.gradeTable tr:hover {
	background-color: #7777cc; /*#9999cc;*/
	color: #ffffff;
}

.gradeTable thead, th {
	padding-top: 12px;
	padding-bottom: 12px;
	text-align: center;
	background-color: #000080;
	color: #FFFFFF;
}

.gradeTable td:last-child {
    width: 100%;
	background-color: #fff;
	border: 0;
}

.gradeTable th:last-child {
    width: 100%;
	background-color: #fff;
	border: 0;
}

/* modifies the list tables to use auto column width */
#tight {
	width: auto;
}

.marksheetTable {
	border-collapse: collapse;
}

.marksheetTable tr:nth-child(3n) {
	background-color: #CCCCEE;
}

#middle {		/* row in the middle has green background */
	padding: 12px;
	text-align: center;
	background-color: #4CAF50;
	color: white;
}

.marksheetTable td, .marksheetTable th {
	border: 1px solid black;
	padding: 1px;
}

.marksheetTable tr:hover {
	background-color: #7777CC;
}

.marksheetTable thead {
	padding: 12px;
	text-align: center;
	background-color: #4CAF50;
	color: white;
}

.marksheetTable th {
	background-color: #3333ff;
}

.marksheetSubject {
	transform: rotate(-90deg);
}

.watermark {
	position: absolute;
	margin: 200px 0 0 0px;
	text-align: left;
	transform: rotate(30deg);	
	opacity: 0.2;
	z-index: 99;
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-style: italic;
	font-size: 72px;
	font-weight: bold;
	letter-spacing: 8px;
}

.reportFooter {
    /*border-bottom-style:solid;  /* puts a line at the bottom */
    font-size:14pt;
    page-break-after:always;

    text-align: center;
    height: 20px;
    width: 100%;
    margin:0px auto;
    position:fixed;
    bottom:5px;
}

.reportTable {
	width: 99%;
	margin: 10px;
	border-collapse: collapse;
	font-family: "Arial", Helvetica, sans-serif;
}

.reportTable td, .reportTable th {
	border: 1px solid black;
	padding: 5px;
}

 .reportTable thead {
	padding: 12px;
	text-align: center;
	background-color: #eee;
	color: #383838;
	font-weight:bold; 
}

.timeTable {
	width: 100%;
	margin: 10px;
	border-collapse: collapse;
	font-family: "Arial", Helvetica, sans-serif;
}

.timeTable td, .timeTable th {
	border: 1px solid black;
	padding: 5px;
}

.timeTable td {
	text-align: center;
	vertical-align: middle;
}

.timeTable thead {
	padding: 12px;
	text-align: center;
	background-color: #eee;
	color: #383838;
	font-weight:bold; 
}

.ttClash {
	width:100%; 
	border-collapse: collapse;
	border: 2px solid white;
}

.ttBlank {
	background-color: black;
	color: white;
}

.TTnoBorder td, .TTnoBorder tr {
	border:none;	
}

.ttFixed {
	width: 75px;
}
	
#noBorder {
	border: hidden;
 }

.pageBreak {
	break-after: always;
}









/* uses to put thicker border between columns in a list */
.separator { border-spacing: 0; border-collapse: collapse; position: relative; }
.separator th, td { border: 1px solid gray; padding: 0.3em; }
.separator thead > tr:first-of-type th:not(:first-of-type)::after {
		content: ''; position: absolute; display: block; top: 0; border: 1px solid black; margin-left: -0.3em; height: calc(100% - 3px); }
.separator tr.below th { //background: white; position: sticky; top: 36px; box-shadow: 0 2px 2px -1px rgba(0, 0, 0, 0.4); }

.noScrHead th {
  position: sticky;
  top: 40px;
  box-shadow: 0 2px 2px -1px rgba(0, 0, 0, 0.4);
}

.noScrHeadp th {
  position: sticky;
  top: -1px;
  box-shadow: 0 2px 2px -1px rgba(0, 0, 0, 0.4);
}

tr.below th {
  //background: white;
  position: sticky;
  top: 80px;
  box-shadow: 0 2px 2px -1px rgba(0, 0, 0, 0.4);
}












/* LED:  This section is for notification related styles. */
.warningLarge { color: red;	font-size: 32px; padding: 20px; }
.warningMedium { color: red; font-size: 24px; padding: 20px; }
.warningSmall { color: red; font-size: 16px; padding: 16px; }
.successLarge { color: #00FF00; font-size: 32px; padding: 20px; }
.successMedium { color: #00FF00; font-size: 24px; padding: 20px; }
.successSmall { color: #00FF00; font-size: 16px; padding: 20px; }

/* LED:  This section is to style input boxes, links and buttons */
.inputBox { transition: all 0.20s linear; outline: none; padding: 4px 10px; margin: 5px; border: 1px solid #999999; border-radius: 6px;	}
.inputBox:focus { box-shadow: 0 0 5px 1px rgba(0, 179, 0, 0.6); border: 1px solid rgba(0, 128, 0, 0.7); }

.inputButton, .buttonLink { width: 180px; color: #FFFFFF; background-color: #000080; padding: 4px 10px; font-size: 16px; margin: 4px; border: none; border-radius: 6px; cursor: pointer; }
.inputButton:hover,.inputButton:focus,.buttonLink:hover,.buttonLink:focus { width: 180px; color: #FFFFFF; background-color: #000066; box-shadow:0 3px 3px 0 rgba(0,0,0,0.2),0 3px 3px 0 rgba(0,0,0,0.19) }

.resetButton { width: 150px; color: #990000; background-color: #80ccff; padding: 4px 10px; font-size: 16px; margin: 4px; border: none; border-radius: 6px; cursor: pointer;  font-weight: bold}
.resetButton:hover,.resetButton:focus { width: 150px; color: #000000; background-color: #990000; box-shadow:0 3px 3px 0 rgba(0,0,0,0.2),0 3px 3px 0 rgba(0,0,0,0.19) }

.linkButton { background: none; border: none; text-decoration: none; cursor: pointer; font-size: 1em; font-family: serif; display: inline; }
.linkButton:focus { background: none; outline: none; }
.linkButton:hover { text-decoration: none; color: white; background: none; }
.linkButton:active { color:red; }

.nameButton { background: none; border: none; text-decoration: none; color: #333; cursor: pointer; font-size: 1em; font-family: serif; display: inline; }
.nameButton:focus { background: none; outline: none; }
.nameButton:hover { text-decoration: none; color: #000; background: none; }
.nameButton:active { color:#ccc; }

.infoIcon:hover, .infoIcon:focus { color: blue;	cursor: pointer; }   /* Code to allow symbol (circled I) to be used as a link */
.closeIcon { position: relative; margin: 5px; top: -12px; color: #880000; font-size: 35px; font-weight: bold; }   /* This is used for the close icon on the Modal */
.closeIcon:hover, .closeIcon:focus { color: black; cursor: pointer; }
.formLink { display: inline; }   /* this allow certain forms used with buttons to act like normal text.  Allows info icon right after listed name, instead of next line */
.cellCenter { text-align: center; }  /* Code to center text mostly those displayed in table columns */

.verticalText {
	white-space: nowrap;
	writing-mode: vertical-rl;
	transform: rotate(180deg);
	//padding: 10px 0;
	//font-family: verdana,sans-serif;
	vertical-align: text-bottom;
}

#full { 
	font-size:1.35em;
	font-family:'Lucida Sans Unicode',sans-serif;
	//font-weight:normal;
	padding: 10px 0;	
}

#sub { 
	font-size:1em;
	font-family:'Lucida Sans Unicode',sans-serif;
	font-weight:normal
}

.tabLink {
    background-color: #555;
    color: white;
    float: left;
    border: 0 1px 0 0;
	border-radius: 6px 16px 0 0;
    outline: none;
    cursor: pointer;
    padding: 6px 18.5px;
    font-size: 16px;
    width: 93px;
}
.tabLink:hover {
    cursor: pointer;
	background-color: #ffaec9;
}

.tableNumberBox {
	//border: 1px solid black;
	border-right: 0px;
	text-align: right;
	margin: 0px;
	transition: none;
	outline: none;
	max-width:50px;
	padding-right: 2px;
}

.genericModal {
	display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
	z-index: 2; /* Sit on top */
    padding-top: 40px; /* Location of the box */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}

.genericModalContent {
	background-color: #fefefe;
	margin: 15% auto 15% auto; /* originally: LED 5% from the top, 15% from the bottom and centered */
	border: 1px solid #888;
	width: 400px; 	/* original: LED => 70% - Could be more or less, depending on screen size */
	padding: 10px 0 10px 15px;
}

.studentModalContent {
	background-color: #fefefe;
	background-image:url(http://localhost/pms/Images/pmsBG.jpg);
	background-position: 0 -100px;
	margin: 7% auto 15% auto;
	border: 3px solid #888888;  /* gray border around modal */
	border-radius: 6px;
	width: 400px;
	padding: 10px 0 10px 15px;
	
	/* EEH student list modal */
	content: "";
	clear: both;
	display: table;
}
.stuModalRight { font-size: 1.7em; }
.stuModalBelow { float: left; clear: both; font-size: 1.25em; }
.stuModalClose { float: right; /*clear: both;*/ }
.stuModalImage { width:35%; margin-right:15px; margin-bottom: 15px; float: left; height: 200px;}

.parentModalContent {
	background-color: #dddddd;
	/*background-image:url(http://localhost/pms/Images/pmsBG.jpg);*/
	background-position: 0 -100px;
	margin: 7% auto 15% auto;
	border-radius: 6px;
	width: 400px;
	padding: 10px 0 10px 15px;
	
	/* EEH student list modal */
	content: "";
	clear: both;
	display: table;
}
#F { border: 3px solid #ff3399;  /* pink border around modal for Females */ }
#M { border: 3px solid #3333ff;  /* pink border around modal for Females */ }

.parModalImage { width:50px; margin-right:0; margin-bottom: 0; float: right;}


.inputModal {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 3; /* Sit on top */
    padding-top: 0; /* Location of the box Orginally: LED => 40px */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}
.inputModalContent {	
	text-align: center; 
	position: relative;
    background-color: #fefefe;
    margin: 1px 1px 1px auto;
    padding: 0; 
    border: 1px solid #888;
    width: 40%;
	box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2),0 6px 20px 0 rgba(0,0,0,0.19);
    -webkit-animation-name: animatetop;
    -webkit-animation-duration: 0.4s;
    animation-name: animatetop;
    animation-duration: 0.4s
}
.inputModalHeader { padding: 2px 16px; background-color: #5c5cb8; color: white; }	
.inputModalBody { padding: 2px 16px; margin: 10px; }
.inputModalBody input { margin: 4px; }
.inputModalFooter { padding: 2px 16px; background-color: #5c5cb8; color: white; }

.photoSlideshow { max-width: 480px; position: relative; margin: auto; }
.slidePhotos { display: none; }
.slidePhotos img { vertical-align: middle; width: 100%; }







/* Modal Content */
.gradeEventModalContent {
    position: relative;
    background-color: #fefefe;
    margin: auto;
    padding: 0;
    border: 1px solid #888;
    width: 500px;		/* modal box display width original: LED => 80% */
    box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2),0 6px 20px 0 rgba(0,0,0,0.19);
    -webkit-animation-name: animatetop;
    -webkit-animation-duration: 0.4s;
    animation-name: animatetop;
    animation-duration: 0.4s
}

.gradeEventModalHeader {
    padding: 1px 0px;
    background-color: #5c5cb8;
    color: white;
	text-align: center;
}

.gradeEventModalBody {
	padding: 2px 16px;
	margin: 10px;
}

.gradeEventModalBody input {
	margin: 5px;   /* vertical distance between elements in the modal */
}

.gradeEventModalFooter {
    padding: 2px 16px;
    background-color: #5cb85c;
    color: white;
}







.previousButton, .nextButton { cursor: pointer; position: absolute; top: 50%; width: auto; padding: 16px; margin-top: -22px; 
		color: #BBBBBB; font-weight: bold; font-size: 32px; transition: 0.6s ease; border-radius: 0 3px 3px 0; }
.previousButton { left: 0; border-radius: 3px 0 0 3px; }
.nextButton { right: 0;  border-radius: 3px 0 0 3px; }
.previousButton:hover, .nextButton:hover { 	background-color: rgba(0,0,0,0.8); }

.photoCaption {
	color: #F2F2F2;
	font-size: 15px;
	padding: 8px 12px;
	position: absolute;
	bottom: 8px;
	width: 100%;
	text-align: center;
}

.slideNumber {
	color: #F2F2F2;
	font-size: 12px;
	padding: 8px 12px;
	position: absolute;
	top: 0;
}

.slideIndicator {
	cursor: pointer;
	height: 15px;
	width: 15px;
	margin: 0 2px;
	background-color: #BBB;
	border-radius: 50%;
	display: inline-block;
	transition: background-color 0.6s ease;
}

.active, .slideIndicator:hover { background-color: #717171; }

.fade { 
	-webkit-animation-name: fade;
	-webkit-animation-duration: 1.5s;
	animation-name: fade;
	animation-duration: 1.5s;
}

@-webkit-keyframes fade {
	from {opacity: .4}
	to {opacity: 1}
}

@keyframes fade {
	from {opacity: .4}
	to {opacity: 1}
}

/* Used to display pictures in a grid for photoSearch */
.gallery {
	margin: 2px;
	border: 1px solid #ccc;
	float: left;
	width: 120px;
}

.gallery:hover {
	border: 1px solid #777;
}

.gallery img {
	width: 100%;
	height: 100%;
}

/* ensure that the students names only use on line */
.desc {
	padding: 1px;
	text-align: center;
	font-size: .85em;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.ellip {
	padding: 1px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

/* Styles text area - currently in formcomment.php */
.tableTextAreaBox {
	border: 1px solid black;
	border-radius: 6px;
	text-align: left;
	margin: 10px;
	transition: none;
	outline: none;
	width: 90%;
	height: 100%;
	padding: 4px;
	resize: none;
}


/* used on index page to unformat UL which (needs to be made more specific above) */
.iul {
	list-style-type: disc; 
	list-style-position: inside; 
	background-color:#eef7ee; 
	width:100%;
}


/* ************************************************* new code for sqran **************************************************** */
/* used to set the size of QR code */
.qrCode { 
	height:100px; 
}

.Topic {
	text-align: center;
	font-weight: bold;
	font-size: 1.33em
}	

.infoTable td, .infoTable tr {
	border:none;
}

.Emphasis {
	font-weight:bold;
	text-decoration:underline;
	font-size:1.15em;
}

.Caution {
	font-style:italic;
	color:gray;
	font-size:.85em;
	font-family:Monospace;
}



/* used to vertically center an element */
#verCenter {     
    position: absolute;
	background:white;
    left: 50%;	
    width: 300px;           /* Set this to your convenience - was 300px; */
    margin-left: -150px;    /* Half of width                  was 150px; */	
    top: 50%;	
    height: 326px;          /* Set this to your convenience */
    margin-top: -163px;     /* Half of height */
}

.login input[type=submit] {
    background-color: #a0c0a0;
    color: black;
    padding: 6px 18px;
    border: none;
    border-radius: 2px;
    cursor: pointer;
    float: right;
    -webkit-transition: 0.375s;
    transition: 0.375s;    
}
.login input[type=submit]:hover {
	background-color: #98e098;
}
.login input[type=submit]:focus {
	background-color: #98e098;
	color: white;
	outline:none;
}

.login input[type=text], input[type=password]{
	border:none;
	border-bottom: 1px solid green;
	outline: none;
}



.late {
	color: #b30000;
}

.norm {	
	color: #555555;
}

.abs {
	color: #409920;
}

.early {
	color: #003399;  /* #2000bf;	 */
}


/* Responsive layout - when the screen is less than 800px wide, make the two columns stack on top of each other instead of next to each other */
@media screen and (max-width: 750px) { /* formerly 750 */
	.w80Column, .w70Column, .w60Column, .w50Column, .w33Column, .w25Column, .w20aColumn { width: 100%; padding: 20px 10px; }
	.w5Column, .w10Column, .w20Column { width: 0; height: 20px;}
	.card {padding: 0;}
	.noScrHead th { height: 95px; vertical-align:bottom;}
	/* body {background-image: url("/sqran/Images/anu_bgp.gif");  /* The image used */ }
}

/* Responsive layout - when the screen is less than 400px wide, make the navigation links stack on top of each other instead of next to each other */
@media screen and (max-width: 395px) {
	.l1 a { float: none; width: 100%; }
  	.noScrHead th { height: 140px; vertical-align:bottom;}
}