/* Minification failed. Returning unminified contents.
: run-time error CSS1036: Expected expression, found ''
(1447,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '0'
 */
html {
    margin: 0;
    padding: 0;

}

body {

    background-color: #fff;
    color: #333;
    font-size:12px;
    font-family: Verdana,"Segoe UI", Helvetica, Sans-Serif;
    margin: 0;
    padding: 0;
      
}

/* main layout
----------------------------------------------------------*/

.header {       
    margin:0 auto;
    background-color:#fff;
    height:auto;
    position:inherit;
    overflow:inherit;

}


.header-top {
    height:80px;
    position:inherit;
    overflow:inherit;
}



.logo-container {
    margin:auto;
    width:auto;
    padding-top:10px;
}

.logo-container a{
    text-decoration:none;
}


.header-top-right {
    height:auto;
    float:left;
    position:relative;
}

.page-container-wrapper {
    
    background-color:#fff;
    width:99%;
    height:auto;
    border-top-left-radius:8px;
    border-top-right-radius:8px;
    -moz-border-radius-topleft:8px;
    -moz-border-radius-topright:8px;
    position:relative;
    overflow:hidden;
    margin:4px auto;
}


.page-container {
    
    background-color:#fff;
    width:98%;
    height:auto;
    position:relative;
    border-top-left-radius:8px;
    border-top-right-radius:8px;
    -moz-border-radius-topleft:8px;
    -moz-border-radius-topright:8px;
    margin:10px auto;
    position:relative;
    overflow:inherit;
}



.page-content-header {
   height:auto;
   padding-bottom:2px;
}


.page-title-process-container {
    height:50px;
}

.page-title {
    font-weight:bold;
    color:#0186ba;
    float:left;
 
}
    .page-title img {
    
        vertical-align:middle
    }

    .page-title select {
        /*max-width:300px;*/
        
    }


.page-process {
    text-align:left;
    float:right;
    padding-top:7px;
    margin-bottom:5px;
}

.page-filter {
    padding-top:10px;
    text-align:left;
    float:right;
}
    .page-filter select {
        /*max-width:230px;*/
    }


.footer {
    background-color:#77a3c8;
   /* width:990px;*/
    height:40px;
    border-bottom-left-radius:8px;
    border-bottom-right-radius:8px;
    -moz-border-radius-bottomleft:8px;
    -moz-border-radius-bottomright:8px;
    margin:4px auto;
    width:99%;
}

/*end of main layout
    ****/


/* login info
----------------------------------------------------------*/
.login {
    /*display: block;*/
    font-size: 1em;
    margin:5px auto;
    padding:5px 10px 5px 5px;
    text-align: right;
    color:#FFF;
    height:auto;
    width:auto;
    position:relative;
    overflow:hidden;
    /*background-color:#e80c4d;*/

}

.login a {
    margin-left: 10px;
    margin-right: 3px;
    padding: 2px 3px;
    color:#fff;
}

.login a.username {
    background: none;
    margin: 0;
    padding: 0;
    font-weight:bold;
    color:#FFF;
    text-decoration:none;
}

    .login img {
        vertical-align:middle;
    }


/**end of login info*/






/* styles for validation helpers */
.field-validation-error {
    color: #e80c4d;
    font-weight: bold;
    font-size: .85em;
}

.field-validation-valid {
    display: none;
}

input.input-validation-error {
    border: 1px solid #e80c4d;
    font-size:.85em;
}

input[type="checkbox"].input-validation-error {
    border: 0 none;
}

.validation-summary-errors {
    color: #e80c4d;
    font-weight: bold;
    font-size:.85em;
}

.validation-summary-valid {
    display: none;
}
/* end of styles for validation helpers */



/* forms */
fieldset {
    margin-bottom: 5px;
    padding: 5px;
    font-size: .85em;
    
    border:1px solid #999;
    border-radius:8px;
    
}

    fieldset legend {
       /*display: none;*/ 
    }

    fieldset ol {
        padding: 0;
        list-style: none;
    }

        fieldset ol li {
            padding-bottom: 2px;
        }

label {
    display: block;
    font-size: .85em; 
    font-weight: 600;
}

label.checkbox {
    display: inline;
}

.label {
    white-space: nowrap;
    vertical-align: top;
}

input, textarea {
    border: 1px solid #e2e2e2;
    background: #fff;
    color: #333;
    font-size: 11px;
    margin: 5px 0 2px 0;
    padding: 5px;
  border-radius:4px;
}

input, select {
    border: 1px solid #e2e2e2;
    background: #fff;
    color: #333;
    font-size: 11px;
    margin: 5px 0 2px 0;
    padding: 5px;
    -moz-border-radius:4px;
    border-radius:4px;
}


.input-width-long {
    width:400px;
}

textarea {
    font-family: inherit;
    width:300px;
    height:50px;
}
/*not to override with the payment.css */
   /* input:focus, textarea:focus {
        border: 1px solid #7ac0da;
        font-size:11px;
    }*/

    input[type="checkbox"] {
        background: transparent;
        border: inherit;
        width: auto;
    }


 /**end of forms**/


 /* info and errors */
.message-info {
    border: 1px solid;
    clear: both;
    padding: 10px 20px;
}

.message-error {
    clear: both;
    color: #e80c4d;
    font-size: .85em;
    font-weight: bold;
    margin: 10px 0 5px 0;
}

.message-confirm {
    clear: both;
    color: #e80c4d;
    font-size: .85em;
    font-weight: bold;
    margin: 10px 0 5px 0;
} 

.message-success {
    color: #7ac0da;
    font-size: .85em;
    font-weight: bold;
    margin: 10px 0 5px 0;
}

.error {
    color: #e80c4d;
}

/**end of info and errors**/

/**detail formatting**/

.detail-title {
    height:40px;
}

.table-detail-collapse {
border-collapse:collapse;
}

.table-detail
{
    border: 1px solid black;
    padding:5px;
    font-size:12px
}

.table-detail-TH {
background-color:#c8c8c8;
color:#000;
text-align:left;
padding:5px;
}

.table-detail-TH2 {
background-color:#e2e2e2;
color:#333;
text-align:left;
font-size:12px
}
/**end of detail formatting**/



/**generics**/
.text-align-center {
    text-align:center;
}

.text-align-left {
    text-align:left;
}


.text-align-right {
    text-align:right;
}

.center {
    margin:auto;
}

.link {
  text-decoration: underline;
  cursor: pointer;
}

.display-inline {
    display:inline;
}
.float-left {
    float: left;
}

.float-right {
    float: right;
}

.uppercase {
    text-transform:uppercase
}
.scroll{
	display:block;
	border: 1px solid;
	padding:5px;
	margin-top:5px;
	width:930px;
	height:auto;
    overflow:auto;
	}
.page-break {
    page-break-after: always;
}


.date-width {
    width:70px;
}

.attendance-handsontable-scroll {
    /*overflow:scroll;*/
    height:400px;
}

.handsontable-scroll {
    /*overflow:scroll;*/
    height:400px;
}

.handsontable-title {
    font-weight:bold;
    font-size:14px;
    padding:4px;
}


.attendance-current-row {
    background-color:#c8bfbf;
}


.handsontable .currentRow {
  background-color:#e1faf8;
}

.handsontable .currentCol {
  background-color:#f5e1e1;
}
/*end of generics**/



legend {
      background:#fff;
      text-decoration:none;
      
}

.legend {
    display: inline;
    font-size:small;
    font-weight:600;
 
}


table.gridtable {
	font-family: Arial,Verdana,sans-serif;
	font-size:12px;
	color:#333333;
	border-color: #666666;
    border-collapse:separate;
    border-spacing:0px;
   /* border: 1px solid #666666;*/
    border-collapse:collapse;

}

table.gridtable th {
   /* border-left: 1px solid #666666;*/
	border-color: #666666;
	background-color: #dedede;
   /* border-top: 1px solid #666666;
    border-bottom: 1px solid #666666;*/
     border: 1px solid #666666;
     page-break-inside:inherit;
     
}

table.gridtable td {
    /*border-left: 1px solid #666666;
    border-top: 1px solid #666666;*/
	/*background-color: #ffffff;*/
    padding:4px;
    /*border-bottom: 1px solid #666666;*/
        border: 1px solid #666666;
}


table.gridtable tr {
    /*border-left: 1px solid #666666;
    border-top: 1px solid #666666;*/

    /*border-bottom: 1px solid #666666;*/
        border: 1px solid #666666;
}


.timeout {
    display:none;
}


.text-link {
    text-decoration: none;
    cursor: pointer;
}

.actions, .fileSize {
    text-align: right;
}

.folderTable {
    vertical-align: middle;
    width: 100%;
    clear: both;
}

.path {
    float: left;
    margin: 10px;
}

.controls {
    float: right;
    padding-bottom: 5px;
}

.search {
    width: 200px;
}

.directoryURL {
    text-decoration: underline;
    cursor: pointer;
}

.action-icon {
    width:23px;
    height:23px;
}

.text-box {
    width: 400px;
}

@media print {
    .text-print {
    font-size: 12px;
    width:600px;
}
    .text-cheque {
        font-size: 11px ;
    width:600px;
    }

    .receipt-print {
    font-size: 12px;
    height: 25px;
    }

    .otherpayment-print {
         font-size: 10px;
    }
}

/*print alignment*/
.alignment {
    text-align: left;
    padding-left:5em;
    margin-left:5em;
}   

#paymentRecordsAssessment {
    width:100%;
}
    #paymentRecordsAssessment table {
         float:left;
         font-size:x-small;
         margin-left:0;
    }

div.help-banner {
    background-color: #fff0b4;
    margin-top: -6px;
    margin-left: -13px;
    margin-right: -13px;
    margin-bottom: 6px;
}

    div.help-banner :hover {
        background-color: #fff6d3;
    }

div.close-banner {
    float: right;
    padding: 6px;
    text-decoration: none;
}

.img-link {
    cursor: pointer;
}

.img-print {
    height: 25px;
    width: 25px;
    float: right;
}

.no-break {
    white-space: nowrap;
}


.table {
  display: table;
  width: 100%;
}
.row {
  display: table-row;
}
.cell {
  display: table-cell;
}
.account-info {
    height:30px;
    width:auto;
    float:right;
}

.remove-file, #add_file {
    float: right;
}

.scroll{
	display:block;
	border: 1px solid;
	padding:5px;
	margin-top:5px;
	width:930px;
	height:auto;
    overflow:auto;
	}

.teacher-card {
    width: 150px;
    box-shadow: 1px 1px 5px 0px #CECECE;
    float: left;
    margin: 10px;
    height: 320px;
    position: relative;
}
.teacher-img img {
    width: 100%;
    overflow: hidden;
    height: 160px;
}
.text-center {
    text-align: center;
}
.text-right {
    text-align: right;
}
.text-left {
    text-align: left;
}
.teacher-detail table {
    width: 100%;
    padding: 2px;
    padding-bottom: 7px;
}

.n-btn {
    border: 1px solid #cecece;
    text-decoration: none;
    padding: 5px;
    color: #565656;
    text-transform: uppercase;
}

.n-btn:hover {
    background: #009688;
    color: #fff;
}

.teacher-btn-con {
    text-align: center;
    position: absolute;
    width: 100%;
    bottom: 12px;
}

.menu-wrapper {
    margin:auto;
    padding-left:5px;
    position:relative;
    width:auto;
  
}

.menu-container {
	margin:auto;
	padding:0;
	width:auto;

}

#menu, #menu ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
	
	
#menu {
	width:auto;
	top:0%;
	margin:auto;
}


#menu:before,
#menu:after {
	content: "";
	display: table;
}
	
#menu:after {
	clear: both;
}


#menu {
	zoom:1;
}


#menu li {
	float: left;
	position: relative;
}

#menu a {

    float: left;
	padding: 5px 10px;
	color: #252525;
	font: bold 11px Arial, Helvetica;
	text-decoration: none;
}
	
	
	
#menu li:hover > a {

	background-image: -moz-linear-gradient(#b8bac6, #dddfe3); 
	background-image: -webkit-gradient(linear, left top, left bottom, from(#b8bac6), to(#dddfe3));	
	background-image: -webkit-linear-gradient(#b8bac6, #dddfe3);	
	background-image: -o-linear-gradient(#b8bac6, #dddfe3);
	background-image: -ms-linear-gradient(#b8bac6, #dddfe3);
	background-image: linear-gradient(#b8bac6, #dddfe3);
		
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
}

*html #menu li a:hover {
	color: #fafafa;
	background-image: -moz-linear-gradient(#b8bac6, #dddfe3); 
	background-image: -webkit-gradient(linear, left top, left bottom, from(#b8bac6), to(#dddfe3));	
	background-image: -webkit-linear-gradient(#b8bac6, #dddfe3);	
	background-image: -o-linear-gradient(#b8bac6, #dddfe3);
	background-image: -ms-linear-gradient(#b8bac6, #dddfe3);
	background-image: linear-gradient(#b8bac6, #dddfe3);
		
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
}


#menu ul {
	margin: 10px 0 0 0;
	_margin: 0; 
	opacity: 0;
	visibility: hidden;
	position: absolute;
	top: 55px;
	left: 0;
	z-index: 1;    
	background: #FFFF00;
	background: -moz-linear-gradient(#b8bac6, #dddfe3);
	background-image: -webkit-gradient(linear, left top, left bottom, from(#b8bac6), to(#dddfe3));
	background: -webkit-linear-gradient(#b8bac6, #dddfe3);    
	background: -o-linear-gradient(#b8bac6, #dddfe3);	
	background: -ms-linear-gradient(#b8bac6, #dddfe3);	
	background: linear-gradient(#b8bac6, #dddfe3);
		
	-moz-box-shadow: 0 -1px rgba(255,255,255,.3);
	-webkit-box-shadow: 0 -1px 0 rgba(255,255,255,.3);
	box-shadow: 0 -1px 0 rgba(255,255,255,.3);	
		
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
		
	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	-ms-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;  
}

	#menu li:hover > ul {
		opacity: 1;
		visibility: visible;
		margin: 0;
	}
	
	#menu ul ul {
		top: 0;
		left: 150px;
		margin: 0 0 0 20px;
		_margin: 0; 
		
	}
	
	#menu ul li {
		float: none;
		display: block;
		border: 0;
		_line-height: 0; 
		
	}
	
	#menu ul li:last-child {   
		-moz-box-shadow: none;
		-webkit-box-shadow: none;
		box-shadow: none;   
		 
		-moz-border-radius: 6px;
		-webkit-border-radius: 6px;
		border-radius: 6px;
	}
	
	#menu ul a {    
		padding: 10px;
		width: auto;
		_height: 10px; 
		display: block;
		white-space: nowrap;
		float: none;
		text-transform: none;
	}
	
	#menu ul a:hover {
		background-color: #0186ba;
		background-image: -moz-linear-gradient(#b8bac6,  #dddfe3);	
		background-image: -webkit-gradient(linear, left top, left bottom, from(#b8bac6), to(#dddfe3));
		background-image: -webkit-linear-gradient(#b8bac6, #dddfe3);
		background-image: -o-linear-gradient(#b8bac6, #dddfe3);
		background-image: -ms-linear-gradient(#b8bac6, #dddfe3);
		background-image: linear-gradient(#b8bac6, #dddfe3);
		
		-moz-border-radius: 6px;
		-webkit-border-radius: 6px;
		border-radius: 6px;
	}
	
	#menu ul li:first-child > a {
	
		-moz-border-radius: 6px;
		-webkit-border-radius: 6px;
		border-radius: 6px;
	}
	
	#menu ul li:first-child > a:after {
		content: '';
		position: absolute;
		left: 40px;
		top: -6px;
		border-left: 6px solid transparent;
		border-right: 6px solid transparent;
		border-bottom: 6px solid #888;
		
		-moz-border-radius: 6px;
		-webkit-border-radius: 6px;
		border-radius: 6px;
	}
	
	#menu ul ul li:first-child a:after {
		left: -6px;
		top: 50%;
		margin-top: -6px;
		border-left: 0;	
		border-bottom: 6px solid transparent;
		border-top: 6px solid transparent;
		border-right: 6px solid #888;
		
		-moz-border-radius: 6px;
		-webkit-border-radius: 6px;
		border-radius: 6px;
	}
	
	#menu ul li:first-child a:hover:after {
		border-bottom-color: #555; 
		
		-moz-border-radius: 6px;
		-webkit-border-radius: 6px;
		border-radius: 6px;
	}
	
	#menu ul ul li:first-child a:hover:after {
		border-right-color: #555; 
		border-bottom-color: transparent; 
		
		-moz-border-radius: 6px;
		-webkit-border-radius: 6px;
		border-radius: 6px;	
	}
	
	#menu ul li:last-child > a {
	
		
		-moz-border-radius: 6px;
		-webkit-border-radius: 6px;
		border-radius: 6px;
	}
	

	#menu-trigger {
		display: none;
	}

	@media screen and (max-width: 600px) {

		#menu-wrap {
			position: relative;
		}

		#menu-wrap * {
			-moz-box-sizing: border-box;
			-webkit-box-sizing: border-box;
			box-sizing: border-box;
		}

		
		#menu {
			margin: 0; padding: 10px;
			position: absolute;
			top: 40px;
			width: 100%;
			z-index: 1;
		
			display: none;
			-moz-box-shadow: none;
			-webkit-box-shadow: none;
			box-shadow: none;		
		}

		#menu:after {
			content: '';
			position: absolute;
			left: 25px;
			top: -8px;
			
		}	

		#menu ul {
			position: static;
			visibility: visible;
			opacity: 1;
			margin: 0;
			background: none;
			-moz-box-shadow: none;
			-webkit-box-shadow: none;
			box-shadow: none;				
		}

		#menu ul ul {
			margin: 0 0 0 20px !important;
			-moz-box-shadow: none;
			-webkit-box-shadow: none;
			box-shadow: none;		
		}

		#menu li {
			position: static;
			display: block;
			float: none;
			border: 0;
			margin: 5px;
			-moz-box-shadow: none;
			-webkit-box-shadow: none;
			box-shadow: none;			
		}

		#menu ul li{
			margin-left: 20px;
			-moz-box-shadow: none;
			-webkit-box-shadow: none;
			box-shadow: none;	
			
			
			-moz-border-radius: 6px;
		    -webkit-border-radius: 6px;
		    border-radius: 6px;
				
		}

		#menu a{
			display: block;
			float: none;
			padding: 0;
			color: #999;
		}

		#menu a:hover{
			color: #fafafa;
		}	

		#menu ul a{
			padding: 0;
			width: auto;		
		}

		#menu ul a:hover{
			background: none;	
		}

		#menu ul li:first-child a:after,
		#menu ul ul li:first-child a:after {
			border: 0;
		}		

	}

	@media screen and (min-width: 600px) {
		#menu {
			display: block !important;
		}
	}	


	.no-transition {
		-webkit-transition: none;
		-moz-transition: none;
		-ms-transition: none;
		-o-transition: none;
		transition: none;
		opacity: 1;
		visibility: visible;
		display: none;  		
	}

	#menu li:hover > .no-transition {
		display: block;
	}


.menu-tile-container {

    position:relative; 
    overflow:hidden;
}

.menu-tile{
  float:left;
  position:relative;
  width:300px;
  /*height:80px;*/
  height:90px;
  margin:5px;
}

.menu-tile img {
    vertical-align: middle;   
}

.menu-tile a {
    text-decoration:none;
    font-size:14px;
    font-weight:bold;
    color:#0186ba;
    padding-left:5px;
}

.menu-tile span{
    font-size:10px;
    font-weight:bold;
}




/*-----------------------*/

.header-center {
    font-size: 18px;
    font-family: Calibri;
    font-weight: bold;
}

.lower-text {
    font-size: 14px;
    font-family: Calibri;
    color: #000;
    text-align: left;
    font-weight: bold;
}

.title {
    font-size: 18px;
    font-family: Calibri;
    font-weight: bold;
}

.header-text {
    font-size: 18px;
    font-family: Calibri;
    color: #000;
    text-align: center;
    font-weight: bold;
}

.table-header {
    font-size: 12px;
    font-family: Arial;
    color: #000;
    text-align: center;
    font-weight: bold;
}


table.gridtable {
    font-family: Arial,Verdana,sans-serif;
    font-size: 12px;
    color: #333333;
    border-color: #666666;
    border-collapse: separate;
    border-spacing: 0px;
    /*border: 1px solid #666666;*/
    border-right: 1px solid #666666;
    border-bottom: 1px solid #666666;
}

    table.gridtable th {
        font-size: 10px; /*NINO: changes in request of ms. nina*/
        border-left: 1px solid #666666;
        border-color: #666666;
        background-color: #dedede;
        border-top: 1px solid #666666;
    }

    table.gridtable td {
        font-size: 10px; /*NINO: changes in request of ms. nina*/
        border-left: 1px solid #666666;
        border-top: 1px solid #666666;
        background-color: #ffffff;
    }

table.attendanceACTIEF {
    font-family: Arial,Verdana,sans-serif;
    /*font-size:12px;*/
    font-size: 11px;
    color: #333333;
    border-color: #666666;
    border-collapse: separate;
    border-spacing: 0px;
    /*border: 1px solid #666666;*/
    border-bottom: 1px solid #666666;
    border-right: 1px solid #666666;
}

    table.attendanceACTIEF th {
        /*font-size:12px;*/
        font-size: 11px;
        border-left: 1px solid #666666;
        border-color: #666666;
        /*background-color: #dedede;*/
        background-color: rgba(222, 222, 222, 0.65);
        border-top: 1px solid #666666;
        width: 25px;
    }

    table.attendanceACTIEF td {
        /*font-size:12px;*/
        font-size: 11px;
        border-left: 1px solid #666666;
        border-top: 1px solid #666666;
        /*background-color: #ffffff;*/
        background-color: rgba(255, 255, 255, 0.25);
    }


table.table-sh-ACTIEF {
    font-family: Arial,Verdana,sans-serif;
    font-size: 12px;
    color: #333333;
    border-color: #666666;
    border-collapse: separate;
    border-spacing: 0px;
    /*border: 1px solid #666666;*/
    border-bottom: 1px solid #666666;
    border-right: 1px solid #666666;
    margin-bottom: 15px;
    margin-top: 5px;
}
/*Table for actief ClassRecord*/
table.actiefClassRecord {
    width: 100%;
    border-collapse: collapse;
    page-break-after: always;
    margin-top: 10px;
    font-size: 10px;
    font-family: Tahoma;
    box-shadow: 0 2px 6px rgba(0,0,0,0.3);
}

    table.actiefClassRecord th {
        border: 1px solid rgba(104, 104, 104, 0.26);
        background-color: /*#85C1E9*/ #009688;
        height: 15px;
        color: #fff;
        padding-top: 10px;
        padding-bottom: 10px;
    }

    table.actiefClassRecord td {
        border: 1px solid rgba(104, 104, 104, 0.26);
        padding: 7px;
        text-align: center;
    }
    /* Define the default color for all the table rows */
    table.actiefClassRecord tr {
        background-color: /*#E1F5FE*/ #f6f6f6;
        transition: 0.3s;
    }

        table.actiefClassRecord tr:nth-of-type(2n+1) {
            background-color: #ececec;
        }
        /* Define the hover highlight color for the table row */
        table.actiefClassRecord tr:hover {
            background-color: /*#FFFF99*/ rgb(202, 255, 213) !important;
            transition: 0.3s;
        }
        /* Define the hover highlight color for the table row */
        table.actiefClassRecord tr:nth-of-type(2n+1):hover {
            background-color: /*#FFFF99*/ rgb(202, 255, 213) !important;
            transition: 0.3s;
        }

    table.actiefClassRecord .table-header td {
        background-color: #539fea;
        color: #fff;
    }

table.table-sh-ACTIEF th {
    /*font-size: 13px;*/
    font-size: 12px;
    border-left: 1px solid #666666;
    border-color: #666666;
    background-color: #dedede;
    border-top: 1px solid #666666;
    width: 48px;
}

table.table-sh-ACTIEF td {
    /*font-size: 13px;*/
    font-size: 12px;
    border-left: 1px solid #666666;
    border-top: 1px solid #666666;
    background-color: #ffffff;
}

.shBackground {
    background: url("../Images/Common/shcard-bg.png");
    background-size: cover;
    height: 816px;
}

.shISDBackground {
    background: url("../Images/Common/shisdcard-bg.png");
    background-size: cover;
    height: 816px;
}

/*Table for Athenaeum ClassRecord*/
table.athenaeumClassRecord {
    width: 100%;
    border-collapse: collapse;
    page-break-after: always;
    margin-top: 10px;
    font-size: 9px;
    font-family: verdana;
    box-shadow: 0 2px 6px rgba(0,0,0,0.3);
}

    table.athenaeumClassRecord th {
        border: 1px solid rgba(104, 104, 104, 0.26);
        background-color: /*#85C1E9 #4aa55d*/ rgba(74, 165, 93, 0);
        height: 15px;
        color: #fff;
        padding-top: 10px;
        padding-bottom: 10px;
    }

    table.athenaeumClassRecord td {
        border: 1px solid rgba(104, 104, 104, 0.26);
        padding: 5px;
        text-align: center;
    }
    /* Define the default color for all the table rows */
    table.athenaeumClassRecord tr {
        background-color: /*#E1F5FE*/ #f6f6f6;
        transition: 0.3s;
    }
        /* Define the hover highlight color for the table row */
        table.athenaeumClassRecord tr:hover {
            background-color: /*#FFFF99*/ rgb(202, 255, 213) !important;
            transition: 0.3s;
        }

    table.athenaeumClassRecord .table-header td {
        background-color: #539fea;
        color: #fff;
    }

    table.athenaeumClassRecord tr:nth-of-type(2n+1) {
        background-color: #ececec;
    }

    table.athenaeumClassRecord tr:first-child, table.athenaeumClassRecord tr:first-child:hover {
        background-color: #4aa55d !important;
        position: relative;
        height: 100px;
    }
    /* Define the hover highlight color for the table row */
    table.athenaeumClassRecord tr:nth-of-type(2n+1):hover {
        background-color: /*#FFFF99*/ rgb(202, 255, 213);
        transition: 0.3s;
    }

/*Table for ISD ClassRecord*/
table.ISDClassRecord {
    width: 100%;
    border-collapse: collapse;
    page-break-after: always;
    margin-top: 10px;
    font-size: 9px;
    font-family: verdana;
    box-shadow: 0 2px 6px rgba(0,0,0,0.3);
}

    table.ISDClassRecord th {
        border: 1px solid rgba(104, 104, 104, 0.26);
        height: 15px;
        color: #fff;
        padding-top: 10px;
        padding-bottom: 10px;
    }

    table.ISDClassRecord td {
        border: 1px solid rgba(104, 104, 104, 0.26);
        padding: 5px;
        text-align: center;
    }
    /* Define the default color for all the table rows */
    table.ISDClassRecord tr {
        background-color: /*#E1F5FE*/ #f6f6f6;
        transition: 0.3s;
    }
        /* Define the hover highlight color for the table row */
        table.ISDClassRecord tr:hover {
            background-color: /*#FFFF99*/ rgb(202, 255, 213) !important;
            transition: 0.3s;
        }

    table.ISDClassRecord .table-header td {
        background-color: #539fea;
        color: #fff;
    }

    table.ISDClassRecord tr:nth-of-type(2n+1) {
        background-color: #ececec;
    }

    table.ISDClassRecord tr:first-child, table.ISDClassRecord tr:first-child:hover {
        background-color: #978f04 !important;
        position: relative;
        height: 100px;
    }
    /* Define the hover highlight color for the table row */
    table.ISDClassRecord tr:nth-of-type(2n+1):hover {
        background-color: /*#FFFF99*/ rgb(202, 255, 213);
        transition: 0.3s;
    }

.scroll {
    width: 1208px;
    padding: 0px;
    margin: auto;
    border: 0px;
    overflow-x: scroll;
}

.rotate {
    /* FF3.5+ */
    -moz-transform: rotate(-90.0deg);
    /* Opera 10.5 */
    -o-transform: rotate(-90.0deg);
    /* Saf3.1+, Chrome */
    -webkit-transform: rotate(-90.0deg);
    /* IE6,IE7 */
    filter: progid: DXImageTransform.Microsoft.BasicImage(rotation=0.083);
    /* IE8 */
    0 -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0.083)";
    /* Standard */
    transform: rotate(-90.0deg);
}

.div-table-overflow {
    width: 700px;
    overflow: auto;
}

.graph {
    width: 700px;
    height: auto;
}

@media print {
    .printDiv {
        width: 800px;
        height: auto;
        z-index: 25;
        top: 50px;
        left: 50px;
        right: 50px;
        text-align: center;
    }

    .design {
        padding: 8px;
        background-color: #dedede;
        margin-left: 40%;
        margin-right: 30%;
        text-align: center;
    }

    .graph {
        text-align: center;
    }

    .div-table {
        overflow: visible !important;
    }

    div.tor-header {
        margin: 0px 2px 0px 7px;
        position: fixed;
        top: 0;
    }

    div.tor-body {
        top: auto;
        bottom: auto;
    }

    div.tor-footer {
        margin: 0px 2px 0px 7px;
        position: fixed;
        bottom: 0;
    }

    table.tor {
        page-break-inside: auto;
    }
}


/*GradesMonitoring - ViewGradeFinal*/
table.viewtable {
    font-family: verdana,arial,sans-serif;
    font-size: 11px;
    color: #333333;
    border-width: 1px;
    border-color: #666666;
    border-collapse: collapse;
}

    table.viewtable th {
        border-width: 1px;
        padding: 8px;
        border-style: solid;
        border-color: #666666;
        background-color: #dedede;
    }

    table.viewtable td {
        border-width: 1px;
        padding: 8px;
        border-style: solid;
        border-color: #666666;
        background-color: #ffffff;
        text-align: center;
    }


/*TOR printing style*/
table.tor {
    width: 900px;
    font-family: 'Courier New',arial,sans-serif;
    font-size: 12px;
    font-weight: bold;
    text-align: left;
}

table.tor-grade {
    width: 400px;
    font-family: 'Courier New',arial,sans-serif;
    font-size: 14px;
    font-weight: bold;
    text-align: left;
}

table.tor-head {
    width: 900px;
    font-family: 'Courier New',arial,sans-serif;
    font-size: 14px;
    font-weight: bold;
    text-align: center;
}

    table.tor-head th {
        font-family: 'Courier New',arial,sans-serif;
        border: dashed;
        font-weight: bold;
    }

.tor-statement {
    font-family: 'Courier New',arial,sans-serif;
    font-size: 14px;
    /*text-align:left;*/
    /*font-weight:bold;*/
}

.tor-seal {
    font-family: 'Courier New',arial,sans-serif;
    font-size: 15px;
    text-align: center;
    font-weight: bold;
}

.tor-seal2 {
    font-family: 'Courier New',arial,sans-serif;
    font-size: 12px;
    text-align: center;
}

table.tor-print {
    width: 900px;
    font-family: 'Courier New',arial,sans-serif;
    font-size: 14px;
    text-align: left;
    font-weight: bold;
}

table.tor-main-print {
    width: 800px;
    /*width:100%;*/
    font-family: 'Courier New',arial,sans-serif;
    font-size: 16px;
    text-align: left;
    text-align: left;
}

table.tor-main-grade {
    width: 400px;
    font-family: 'Courier New',arial,sans-serif;
    font-size: 16px;
    text-align: left;
    text-align: left;
}

.tor-main-statement {
    width: 800px;
    font-family: 'Courier New',arial,sans-serif;
    text-align: left;
    font-size: 16px;
    text-align: left;
}
/*TOR 090114*/
.tor-table {
    display: table;
    width: 100%;
    font-family: 'Courier New',arial,sans-serif;
    border-collapse: collapse;
    text-align: left;
    font-size: medium;
    font-weight: bold;
}

.tor-table-row {
    display: table-row;
    font-family: 'Courier New',arial,sans-serif;
    text-align: left;
    text-align: center;
    font-weight: bold;
}

.tor-table-col {
    display: table-cell;
    font-family: 'Courier New',arial,sans-serif;
    text-align: left;
    text-align: left;
    font-weight: bold;
}

.tor-course {
    text-align: left;
    font-family: 'Courier New',arial,sans-serif;
    width: 80px;
    font-weight: bold;
}

.tor-title {
    column-span: all;
    font-family: 'Courier New',arial,sans-serif;
    text-align: left;
    text-align: center;
    font-weight: bold;
}

.text-center, .text-center td {
    text-align: center;
}


.border-bottom {
    /*text-decoration: underline;*/
}

.no-border {
    border: 0px !important;
}

.text-left {
    text-align: left !important;
}

#pdf table tbody tr .table-detail {
    border: 1px solid #9a9a9a;
}

#pdf table.tor-main-print {
    font-family: Arial,Verdana,sans-serif !important;
}

.form137-td {
    border: 1px solid #9a9a9a;
    padding: 2px;
    font-size: 11px;
    font-family: Arial,Verdana,sans-serif;
}

.form137-header {
    font-family: Arial,Verdana,sans-serif;
}

#pdf table tbody .studentClassInfo td {
    border-bottom: 1px solid #9a9a9a;
}

.table-header {
    font-size: 10px !important;
}

#pdf {
    /*height: 1344px;*/
    width: 816px;
    margin: auto;
}

td {
    vertical-align: middle;
}

.form2Footer {
    margin: 5px auto;
    width: 950px;
    position: relative;
}

.form2Header, .form2Body {
    width: 950px;
    margin: 0 auto;
    position: relative;
}

    .form2Header h1,
    .form2Header h2,
    .form2Header h3,
    .form2Header h4,
    .form2Header h5,
    .form2Header h6 {
        text-align: center;
    }

.fullwidth {
    width: 100%;
}

.no-margin-top {
    margin-top: 0px;
}

.no-margin-bottom {
    margin-bottom: 0px;
}

.form2Header table tr td {
    text-align: right;
    font-size: 10px;
}

.form2Body table, .footer3 {
    border-collapse: collapse;
}

    .form2Body table tr td {
        /*text-align: center !important;*/
        border: 1px solid #d0d0d0;
    }

.form2Header table tr {
    height: 35px;
}

.box-blank td {
    height: 10px;
}

.MTWTHF td {
    min-width: 15px;
    height: 15px;
    text-align: center;
    border-bottom: 1px solid #607D8B !important;
}

.dark-border {
    border: 1px solid #607D8B !important;
}

.font-size-xsm {
    font-size: 7px;
}

.footer1 {
    font-size: 8px;
    width: 450px;
    float: left;
}

.footer2 {
    float: left;
    font-size: 7px;
    width: 185px;
    border: 1px solid #ddd;
}

.footer3 {
    margin-left: 15px;
    font-size: 8px;
    width: 300px;
    float: left;
}

.font-size-9 {
    font-size: 8px;
}

.font-size-7 {
    font-size: 7px;
}

.text-center {
    text-align: center;
}

.footer3 tbody tr td {
    text-align: center;
    border: 1px solid #d0d0d0;
}

.box {
    text-align: center !important;
    border: 1px solid #d0d0d0;
}

.width-lg {
    width: 520px !important;
}

.text-left {
    text-align: left !important;
}

.text-center {
    text-align: center !important;
}

.border-bottom {
    border-bottom: 1px solid #607D8B !important;
}

.border-top {
    border-top: 1px solid #607D8B !important;
}

.border-bottom-right {
    border-bottom: 1px solid #607D8B !important;
    border-right: 1px solid #607D8B !important;
}

.border-right {
    border-right: 1px solid #607D8B !important;
}

.border-left {
    border-left: 1px solid #607D8B !important;
}

.diagonal {
    background-image: url("../Images/Common/Diagonal.png");
    background-size: cover;
}

.diagonalX {
    background-image: url("../Images/Common/DiagonalX.png");
    background-size: cover;
}

.diagonalShadedUpper {
    background-image: url("../Images/Common/DiagonalShadedUpper.png");
    background-size: cover;
}

.diagonalShadedLower {
    background-image: url("../Images/Common/DiagonalShadedLower.png");
    background-size: cover;
}

.form2 {
    border: solid 1px;
    width: 100%
}

    .form2 td {
        border: solid 1px;
    }

    .form2 .cellEditing {
        padding: 0;
    }

        .form2 .cellEditing input[type=text] {
            outline: 2px solid #0af;
        }

td[contenteditable=true] {
    outline: 2px solid #0af;
}

.gallery-1 {
    -moz-column-count: 1 !important;
    -moz-column-gap: 2px;
    -webkit-column-count: 1 !important;
    -webkit-column-gap: 2px;
    column-count: 1 !important;
    column-gap: 2px;
}

.hide {
    display: none;
}

.gallery li {
    display: inline-block;
    float: left;
    width: 150px !important;
    padding: .01em;
    margin: 0 .01em .01em 0;
    text-align: center;
}

#gallery {
    -moz-column-count: 3 !important;
    -moz-column-gap: 2px;
    -webkit-column-count: 3 !important;
    -webkit-column-gap: 2px;
    column-count: 3 !important;
    column-gap: 2px;
}

#trash {
    float: right;
    width: 310px !important;
    min-height: 12em;
    padding: 1%;
}

.ui-draggable {
    z-index: 99999;
}

.form137-remark td {
    text-align: center;
    font-size: 11px;
    font-family: Arial,Verdana,sans-serif;
}

.text-right {
    text-align: right;
}

.gradeSlip-table {
    font-family: Arial,Verdana,sans-serif;
    font-size: 10px;
}



    .gradeSlip-table tr td:nth-child(2n+1) {
        width: 111px;
        text-align: right;
    }

    .gradeSlip-table tr td:nth-child(2n+2) {
        border-bottom: 1px solid #777;
    }

.gradeSlip-table-body tbody td {
    border: 1px solid #9a9a9a;
    padding: 2px;
    font-size: 11px;
    font-family: Arial,Verdana,sans-serif;
}

.gradeSlip-table-remark tbody td {
    /*border: 1px solid #9a9a9a;*/
    padding: 2px;
    font-size: 11px;
    font-family: Arial,Verdana,sans-serif;
}

.gradeSlip-table-values tbody td:nth-child(1n+2) {
    text-align: center;
    width: 25px !important;
}

.gradeSlip-table-body tbody td:nth-child(1n+2) {
    text-align: center;
    width: 50px;
}

.gradeSlip-table-body tbody tr:first-child td {
    background-color: #e2e2e2;
}

.gradeSlip-table-remark tbody td {
    text-align: center;
    width: auto;
}

.gradeSlip-header {
    background: #444;
    width: 571px;
    color: #fff;
    text-indent: 5px;
    font-weight: normal;
}

.gradeAthenaeum-header {
    background: #397155;
    width: 571px;
    color: #fff;
    text-indent: 5px;
    font-weight: normal;
}

table.reportCard {
    border-collapse: collapse;
    font-size: 11px;
    font-family: sans-serif;
    width: 450px;
}

    table.reportCard.deportment-table {
        width: 325px;
    }

    table.reportCard .item {
        font-size: 10px !important;
    }

    table.reportCard tbody tr th {
        background: #d0d0d0;
        border: 1px solid #a7a7a7;
        font-size: 11px;
        font-weight: bold;
    }

        table.reportCard tbody tr th:first-child {
            width: 140px;
        }

        table.reportCard tbody tr th:not(:first-child) {
            width: unset;
        }

    table.reportCard tbody tr td {
        border: 1px solid #bbb;
    }

.achievement {
    border: 1px solid #bbb !important;
}

.float-right {
    margin-left: 115px;
}

.transmittal-body {
    margin: 50px 160px;
    padding-bottom: 225px;
    padding-top: 25px;
}

span.editable {
    outline: -webkit-focus-ring-color;
}

span.textEditable {
    display: block;
    margin: 0px 40px;
    border-bottom: solid 1px #ccc;
    width: 500px;
    text-align: center;
}

tr.tr-stripe td {
    background-color: #cccccc !important;
}

.table-checklist tbody tr .form137-td {
    font-size: 14px;
}

.text-bold {
    font-weight: bold;
}

tr .underline {
    border-bottom: 1px solid #9a9a9a;
}

.sh-evaluation-sheet .form137-td {
    font-size: 13px;
}

.table-course-section {
    width: 49%;
    font-size: 9px;
    border: 1px solid #9a9a9a;
}

.SH-Ranking-Table {
    width: 100%;
    text-align: center;
    border-spacing: 0px;
    border: 1px solid #e8e8e8;
}

table.SH-Ranking-Table tr {
    text-transform: uppercase;
}

    table.SH-Ranking-Table tr:hover {
        background-color: rgba(0, 188, 212, 0.25);
    }

table.SH-Ranking-Table td, table.SH-Ranking-Table th {
    border-bottom: 1px solid #e8e8e8;
}

.table-ces {
    border-collapse: collapse;
    border: 2px solid #888;
    width: 900px;
}

    .table-ces tbody tr td {
        font-size: 11px;
        border: 1px solid #9a9a9a;
        padding: 2px;
        font-family: Arial,Verdana,sans-serif;
    }

.note {
    border-radius: 5px;
    color: #03A9F4;
    font-size: 11px;
    padding: 10px;
    box-shadow: 1px 1px 5px 0px #989898;
    width: fit-content;
    margin-bottom: 15px;
    text-transform: uppercase;
}

    .note.pulse {
        animation: pulse 2s infinite;
    }

.pulse:hover {
    animation: none;
}

@-webkit-keyframes pulse {
    0% {
        -webkit-box-shadow: 0 0 0 0 rgba(3, 169, 244, 0.95);
    }

    70% {
        -webkit-box-shadow: 0 0 0 10px rgba(204,169,44, 0);
    }

    100% {
        -webkit-box-shadow: 0 0 0 0 rgba(204,169,44, 0);
    }
}

@keyframes pulse {
    0% {
        -moz-box-shadow: 0 0 0 0 rgba(3, 169, 244, 0.95);
        box-shadow: 0 0 0 0 rgba(3, 169, 244, 0.95);
    }

    70% {
        -moz-box-shadow: 0 0 0 10px rgba(204,169,44, 0);
        box-shadow: 0 0 0 10px rgba(204,169,44, 0);
    }

    100% {
        -moz-box-shadow: 0 0 0 0 rgba(204,169,44, 0);
        box-shadow: 0 0 0 0 rgba(204,169,44, 0);
    }
}

.cell-u {
    border-bottom: 1px solid #cecece;
}

.form137-table td {
    border-bottom: 1px solid #cecece;
    border-left: 1px solid #cecece;
    font-size: 11px;
}

.form137-table {
    border-right: 1px solid #cecece;
    border-top: 1px solid #cecece;
    border-spacing: 0px;
    width: 100%;
}

.gradeLevelBox {
    float: left;
    width: 47%;
    margin: 10px 10px;
    height: 240px;
}

.vertical-text {
    transform: rotate(90deg);
    transform-origin: left top 0;
}

.promoted-text {
    display: block;
    position: absolute;
    text-align: center;
    left: 15px;
    top: 50px;
}

.promoted-td {
    padding: 8px;
    position: relative;
}


.form137-table .header {
    background: #efefef;
}

.form137-table .footer-td {
    border-top: solid #cecece;
}

.form137-table-header {
    font-size: 12px;
}

.slide-text {
    font-size: 2em;
    width: 375px;
    display: block;
    top: -12px;
    position: absolute;
    transform: rotate(-15deg);
}

.relative {
    position: relative;
}

.table-td-noborder tbody td {
    border: 0px !important;
}

.table-td-fontsize-15 tbody td {
    font-size: 15px !important;
}

#faculty-load-template {
    font-family: 'Times New Roman', Times, serif;
    color: black;
}

.lt-title {
    text-align: center;
    margin-bottom: 20px;
    margin-top: 20px;
}

    .lt-title > span:nth-child(1) {
        display: block;
        font-size: 20px;
    }

    .lt-title > span:nth-child(2) {
        display: block;
        font-size: 11px;
        text-transform: uppercase;
    }

table#load-tbl {
    border-collapse: collapse;
    width: 100%;
    font-size: 13px;
}

    table#load-tbl > thead > tr > th {
        border: 1px solid black;
    }

    table#load-tbl > tbody > tr > td {
        border: 1px solid black;
    }

.lt-body > span {
    display: block;
    text-align: left;
    font-size: 13px;
}

.lt-body {
    margin-bottom: 20px;
}

.lt-oath > div:nth-child(1) {
    text-align: center;
    font-size: 16px;
    /*margin-bottom: 20px;*/
}

.lt-oath > div:nth-child(2) {
    text-align: justify;
    font-size: 13px;
    margin-bottom: 20px;
}

    .lt-oath > div:nth-child(2) > ol {
        font-size: 15px;
        margin-bottom: 25px;
        margin-left: 0;
        line-height: 1.5;
    }

        .lt-oath > div:nth-child(2) > ol > li {
            padding-left: 10px;
        }

.lt-oath > div:nth-child(3) {
    text-align: center;
    font-size: 14px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

    .lt-oath > div:nth-child(3) > div:nth-child(1) {
        border-bottom: 1px solid black;
        width: 330px;
        font-size: 16px;
    }

.lt-oath {
    margin-bottom: 20px;
}

.lt-signatory > span {
    text-align: left;
    display: block;
    font-size: 16px;
    margin-bottom: 30px;
}

.lt-signatory > div:nth-child(2) {
    text-align: left;
    margin-bottom: 40px;
}

    .lt-signatory > div:nth-child(2) > span:nth-child(1) {
        font-size: 16px;
    }

    .lt-signatory > div:nth-child(2) > span:nth-child(2) {
        font-size: 14px;
    }


.lt-signatory > div:nth-child(3) {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}


.lt-signatory > div > div > span:nth-child(2) {
    display: block;
    text-align: left;
}

.lt-signatory > div:nth-child(3) > div > span:nth-child(1) {
    font-size: 16px;
}

.lt-signatory > div:nth-child(3) > div > span:nth-child(2) {
    font-size: 14px;
}


.lt-signatory-basic-ed > span {
    text-align: left;
    display: block;
    font-size: 16px;
    margin-bottom: 30px;
}

.lt-signatory-basic-ed > div {
    margin-bottom: 40px;
}

.lt-signatory-basic-ed > div > span:nth-child(1) {
    font-size: 16px;
}
.lt-signatory-basic-ed > div > span:nth-child(2) {
    font-size: 16px;
}

.lt-course-badge::before {
    content: attr(data-badge);
    left: 3px;
    position: absolute;
    font-size: 6px;
    margin-top: 3px;
    background-color: #4f4f4f;
    color: white;
    padding: 0px 2px;
}
