/* Minification failed. Returning unminified contents.
(1113,36): run-time error CSS1062: Expected semicolon or closing curly-brace, found 'scroll'
(1114,36): run-time error CSS1062: Expected semicolon or closing curly-brace, found 'scroll'
 */
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: auto;
    height: auto;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    -moz-border-radius-topleft: 8px;
    -moz-border-radius-topright: 8px;
    margin: 10px auto;
    padding: 10px !important;
    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 {
    page-break-inside:auto;border-collapse: collapse;
}
.table-detail-collapse {
border-collapse:collapse;
}

.table-detail
{
    border: 1px solid black;
    padding:5px;
    font-size:12px;
    page-break-inside:avoid; page-break-after:auto;
}

.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;
	}
/*end of generics**/



legend {
      background:#fff;
      text-decoration:none;
      
}

.legend {
    display: inline;
    font-size:small;
    font-weight:600;
 
}



@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;
}

@keyframes lds-rolling {
  0% {
    -webkit-transform: translate(-50%, -50%) rotate(0deg);
    transform: translate(-50%, -50%) rotate(0deg);
  }
  100% {
    -webkit-transform: translate(-50%, -50%) rotate(360deg);
    transform: translate(-50%, -50%) rotate(360deg);
  }
}
@-webkit-keyframes lds-rolling {
  0% {
    -webkit-transform: translate(-50%, -50%) rotate(0deg);
    transform: translate(-50%, -50%) rotate(0deg);
  }
  100% {
    -webkit-transform: translate(-50%, -50%) rotate(360deg);
    transform: translate(-50%, -50%) rotate(360deg);
  }
}
.lds-rolling {
  position: relative;
}
.lds-rolling div,
.lds-rolling div:after {
    position: absolute;
    width: 35px;
    height: 35px;
    border: 7px solid #fff;
    border-top-color: transparent;
    border-radius: 50%;
}
.lds-rolling-green div,
.lds-rolling-green div:after {
    position: absolute;
    width: 35px;
    height: 35px;
    border: 7px solid #8ac34a;
    border-top-color: transparent;
    border-radius: 50%;
}
.lds-rolling div {
  -webkit-animation: lds-rolling 1s linear infinite;
  animation: lds-rolling 1s linear infinite;
  top: 50%;
  left: 50%;
}
.lds-rolling div:after {
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}
.lds-rolling {
  /*width: 200px !important;
  height: 200px !important;*/
  -webkit-transform: translate(-100px, -100px) scale(1) translate(100px, 100px);
  transform: translate(-100px, -100px) scale(1) translate(100px, 100px);
}
#canvasSection .lds-rolling div,
#StatsRadarChartSection .lds-rolling div,
#lineChartSection .lds-rolling div {
    position: absolute;
    width: 35px;
    height: 35px;
    border: 7px solid #8ac34a;
    border-top-color: transparent;
    border-radius: 50%;
}


.ui-custom-input {
    width: 100%;
    outline: none;
    border: 1.5px solid #d5dbd9;
    font-size: 14px;
    padding: 8px 10px;
    border-radius: 3px;
    transition: all 0.3s ease;
    box-sizing:border-box;
}


.menu-wrapper {
    margin:auto;
    padding-left:5px;
   /* position:relative;*/
    position:absolute;

    width:auto;
  
}

.menu-container {
	margin:auto;
	padding:0;
	/*width:auto;*/
	width:1500px;


}

#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: 100%;
		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: 300px) {

		#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: 300px) {
		#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;
  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;
}

hr {
  border: 1px solid #f1f1f1;
  margin-bottom: 6px;
}
 

.table-header {
    font-size: 14px;
    font-family: Calibri;
    color: #000;
    text-align: center;
    font-weight: bold;
}

.header-text-left {
    padding-left: 80px;
    font-size: 10px;
}

.header-text-right {
    padding-right: 100px;
    font-size: 10px;
}


table.gridtable {
	font-family: verdana,arial,sans-serif;
	font-size:11px;
	color:#333333;
	border-color: #666666;
    border-collapse:separate;
    border-spacing:0px;
    border: 1px solid #666666;
}

table.gridtable th {
	padding: 6px;
    border-left: 1px solid #666666;
	border-color: #666666;
	background-color: #dedede;
    font-size: 10px;

}

table.gridtable td {
    border-left: 1px solid #666666;
    border-top: 1px solid #666666;
	padding: 2px;
	background-color: #ffffff;
    font-size: 10px;
   /* text-align:center;*/
}

.div-table-overflow {
    width:700px;
    overflow:auto;
}


.scrollbar {
    overflow:auto; 
    overflow-y: hidden ! important scroll;
    overflow-x: hidden ! important scroll;
    max-height: 600px;
    min-height:10px;
    width:100%; 
}

/*from registrar scroll*/
 .scroll{
	display:block;
	border: 1px solid;
	padding:5px;
	margin-top:5px;
	width:930px;
	height:auto;
	overflow:auto;
	}

/*to freeze top*/
.table-header-freeze {
    position: fixed;
    /*top: 0;
    left: 0;
    height: 50px;
   
    width: 100%;*/
}
.table-sidebar-freeze {
    position: fixed;
   /*top: 50px;
    left: 0;
   width: 100px;
   
    height: 100%;*/ 
}


.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: 10%;
        margin-right:10%;
        text-align: center;

    }
    .graph {
    text-align: center;
    }

    .div-table {
        overflow:visible ! important; 
        
    }
}

.input-width-long input {
    width: 400px;
}

@media print {
    #addRowButton {
        display:none;
    }
}

.button-receive {
    border-radius: 19px;
    background-color: #f44336;
    border: none;
    color: #fff;
    text-align: center;
    font-size: 14px;
    padding: 10px;
    width: 140px;
    transition: all .5s;
    cursor: pointer;
    margin: 5px;
}

.button-receive {
  padding: 10px 25px;
  font-size: 24px;
  text-align: center;
  cursor: pointer;
  outline: none;
  color: #fff;
  background-color: #25a1d0;
  border: none;
  border-radius: 15px;
  box-shadow: 0 9px #427daf;
}

.button-receive:hover {background-color: #6dbcda}

.button-receive:active {
  background-color: #3e8e41;
  box-shadow: 0 5px #666;
  transform: translateY(4px);
}

.btn-received {
    border: none;
    background-color: inherit;
    padding: 14px 28px;
    font-size: 16px;
    cursor: pointer;
    display: inline-block;
}

.btn-received:hover {background: #93c3ab;}

.received {color: green;}

.note {
    color: #e63838;
    font-size: 12px;
    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);
  }
}


   /*Table for Actief*/
   	table.actiefTable{
		width:80%; 
		border-collapse:collapse; 
        page-break-after: always;
        margin-top:10px;
        font-size:13px;
        font-family:Tahoma;
        box-shadow: 0 2px 6px rgba(0,0,0,0.3);    
	}
    table.actiefTable th {
        border: 1px solid rgba(104, 104, 104, 0.6);
        background-color: /*#85C1E9*/ #539fea;
        height: 15px;
        color: #fff;
        padding-top: 10px;
        padding-bottom: 10px;
        font-size: 11px;
}
	table.actiefTable td{ 
        border: 1px solid rgba(104, 104, 104, 0.6);
		padding:7px; 
        text-align: center;
        font-size: 10px;
        color: #000000;
	}
	/* Define the default color for all the table rows */
	table.actiefTable tr{
		background-color: /*#E1F5FE*/ #f6f6f6;
        transition: 0.3s;
	}
	/* Define the hover highlight color for the table row */
   table.actiefTable tr:hover {
          background-color: /*#FFFF99*/ #c6dff9;
          transition: 0.3s;
    }
   table.actiefTable .table-header td {
    background-color: #539fea;
    color: #fff;
    }
   table.actiefTable .even {
        background-color: #ececec;
    }

.each-report {
    width: 700px;
    height: 700px;
    font-family: Verdana;
    margin-left: 20px;
}

.athenaeum-soa {
    width: 700px;
    height: 700px;
    font-family: Verdana;
    /*margin-left: -25px;*/
    font-size: 14px;
}


.button-view {
    display: inline-block;
    border-radius: 4px;
    background-color: #168ade;
    border: none;
    color: #FFFFFF;
    text-align: center;
    font-size: 17px;
    padding: 10px;
    width: 125px;
    transition: all 0.5s;
    cursor: pointer;
    margin: 5px;
    font-weight: bold;
}

.button-view span {
  cursor: pointer;
  display: inline-block;
  position: relative;
  transition: 0.5s;
}

.button-view span:after {
  content: '\00bb';
  position: absolute;
  opacity: 0;
  top: 0;
  right: -20px;
  transition: 0.5s;
}

.button-view:hover span {
  padding-right: 25px;
}

.button-view:hover span:after {
  opacity: 1;
  right: 0;
}

.filter {
    /*margin-left: 300px;
    margin-right: 300px;*/
    background: #77a3cp;
}

.download-view {
    background: #8ffa5b;
}

#Table-report {
  font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
  border-collapse: collapse;
  width: 100%;
}

#Table-report td, #Table-report th {
  border: 1px solid #ddd;
  padding: 8px;
}

#Table-report tr:nth-child(even){background-color: #f2f2f2;}

#Table-report tr:hover {background-color: #ddd;}

#Table-report th {
  padding-top: 12px;
  padding-bottom: 12px;
  text-align: center;
  background-color: #4477bf;
  color: white;
}

.header-report {
    text-align: center;
    font-size: 20px;
    font-weight: bold;
    font-family: "Trebuchet MS";
    padding-bottom: 12px;
}

.term-header {
    text-align: center;
    font-size: 18px;
    font-weight: bold;
    padding-top: 15px;
    padding-bottom: 12px;
}

.gradingPeriod-header {
    text-align: center;
    font-size: 16px;
    font-weight: bold;
    padding-bottom: 30px;
}



/* Set a style for all buttons */
.button-diaog {
  background-color: #4CAF50;
  color: white;
  padding: 14px 20px;
  margin: 8px 0;
  border: none;
  cursor: pointer;
  width: 100%;
  opacity: 0.9;
}

.button-diaog:hover {
  opacity:1;
}

/* Float cancel and delete buttons and add an equal width */
.cancelbtn, .deletebtn {
  float: left;
  width: 50%;
  height:55px;
  border: none;
  font-size: 15px;
}

/* Add a color to the cancel button */
.cancelbtn {
  background-color: #ccc;
  color: black;
}

/* Add a color to the delete button */
.deletebtn {
  background-color: #0077d0;
  color: white;
}

/* Add padding and center-align text to the container */
.container {
  padding: 16px;
  text-align: center;
}

/* The Modal (background) */
.modal {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 1; /* Sit on top */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto;  /*Enable scroll if needed*/ 
  background-color: #343438;
  padding-top: 50px;
}

/* Modal Content/Box */
.modal-content {
  background-color: #fefefe;
  margin: 5% auto 15% auto; /* 5% from the top, 15% from the bottom and centered */
  border: 5px solid #eeeeef;
  width: 50%; /* Could be more or less, depending on screen size */
}

/* Style the horizontal ruler */
.hr-modal {
  border: 1px solid #f1f1f1;
  margin-bottom: 25px;
}
 
/* The Modal Close Button (x) */
.close {
  position: absolute;
  right: 322px;
  top: 115px;
  font-size: 30px;
  font-weight: bold;
  color: #a29898;
}

.close:hover,
.close:focus {
  color: #2D2B28;
  cursor: pointer;
}

/* Clear floats */
.clearfix::after {
  content: "";
  clear: both;
  display: table;
}

/* Change styles for cancel button and delete button on extra small screens */
@media screen and (max-width: 300px) {
  .cancelbtn, .deletebtn {
     width: 100%;
  }
}


#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;
}



/* Custom Table Styles */
.emp-custom-table th, .emp-custom-table td {
    padding: 12px 15px;
    text-align: center;
}

.emp-custom-table thead {
    background-color: #2879b3;
    color: white;
    font-size: 9px !important;
}

.emp-custom-table tbody > tr > td {
    font-size: 9px !important;
}

.emp-custom-table tbody tr:hover {
    background-color: #f1f1f1;
    cursor: pointer;
}

.emp-custom-table .action-btn {
    background-color: #2879b3;
    color: white;
    border-radius: 5px;
    padding: 6px 12px;
    text-decoration: none;
}

    .emp-custom-table .action-btn:hover {
        background-color: #216d8c;
    }

/* Custom Table Borders */
.emp-custom-table, .emp-custom-table th, .emp-custom-table td {
    border: 1px solid #ddd;
}

.emp-administrative{
    display: flex;
    flex-direction: column;
    margin-top: 50px;
}
.emp-ad-feels {
    display: flex;
    flex-direction: row;
    gap: 10px;
}
.emp-ad-feels-dos {
    display: flex;
    flex-direction: row;
    gap: 10px;
}
.emp-ad-wrapper{
    margin-bottom: 20px;
}
.emp-ad-wrapper > .emp-ad-feels > div:nth-child(1) {
    width: 200px;
    text-align: left;
}
.emp-ad-wrapper > .emp-ad-feels > div:nth-child(2) {
    width: 200px;
    border-bottom: 1px solid #000;
}

.emp-ad-wrapper > .emp-ad-feels > div:nth-child(3) {
    width: 150px;
    border-bottom: 1px solid #000;
    margin-left: 15px;
}

.emp-ad-wrapper > .emp-ad-feels-dos > div:nth-child(1) {
    width: 200px;
    text-align:left;

}
.emp-ad-wrapper > .emp-ad-feels-dos > div:nth-child(2) {
    width: 200px;
    text-align:center;
}

.emp-ad-wrapper > .emp-ad-feels-dos > div:nth-child(3) {
    width: 150px;
    text-align:center;
    margin-left: 15px;
}


