﻿/*@import url(http://fonts.googleapis.com/css?family=Roboto:400,100,100italic,300,300italic,400italic,500,700,500italic,900,700italic,900italic);*/

html, body {
  -webkit-tap-highlight-color: transparent;
  overflow-x: hidden;}

select, select {
    transition: box-shadow 0.3s, border 0.3s;
    font-weight:bold;
    color: #21822d;
}

/*test A4 size paper for reporting*/
/*#serviceRecord{
	height:297mm;
  width:210mm;
}*/

#tablecontainer { /*allow auto use of scrollbars*/
		 overflow-x:auto;
		 /*overflow-x:scroll;*/
		 height:350px;
	 	width: 100%; 

	 }

#tablecontainer2 { /*allow auto use of scrollbars*/
		 /*overflow-x:auto;*/
		 /*overflow-x:scroll;*/
		 height:350px;
	 	width: 100%; 

	 }

select:invalid { color:#a9a9a9; }





/*Start Fieldset*/
fieldset {
    /*font-family: sans-serif;*/
    border: 2px solid #1F497D;
    /*background: #ddd;*/
    border-radius: 5px;
    padding: 15px;
}

fieldset legend {
    background: #1F497D;
    color: #fff;
    padding: 5px 10px ;
    font-size: 32px;
    border-radius: 5px;
    box-shadow: 0 0 0 5px #ddd;
    margin-left: 20px;
}
/*End Fieldset*/



/* Buzz Out */
@-webkit-keyframes hvr-buzz-out {
  10% {
    -webkit-transform: translateX(3px) rotate(2deg);
    transform: translateX(3px) rotate(2deg);
  }
  20% {
    -webkit-transform: translateX(-3px) rotate(-2deg);
    transform: translateX(-3px) rotate(-2deg);
  }
  30% {
    -webkit-transform: translateX(3px) rotate(2deg);
    transform: translateX(3px) rotate(2deg);
  }
  40% {
    -webkit-transform: translateX(-3px) rotate(-2deg);
    transform: translateX(-3px) rotate(-2deg);
  }
  50% {
    -webkit-transform: translateX(2px) rotate(1deg);
    transform: translateX(2px) rotate(1deg);
  }
  60% {
    -webkit-transform: translateX(-2px) rotate(-1deg);
    transform: translateX(-2px) rotate(-1deg);
  }
  70% {
    -webkit-transform: translateX(2px) rotate(1deg);
    transform: translateX(2px) rotate(1deg);
  }
  80% {
    -webkit-transform: translateX(-2px) rotate(-1deg);
    transform: translateX(-2px) rotate(-1deg);
  }
  90% {
    -webkit-transform: translateX(1px) rotate(0);
    transform: translateX(1px) rotate(0);
  }
  100% {
    -webkit-transform: translateX(-1px) rotate(0);
    transform: translateX(-1px) rotate(0);
  }
}
@keyframes hvr-buzz-out {
  10% {
    -webkit-transform: translateX(3px) rotate(2deg);
    transform: translateX(3px) rotate(2deg);
  }
  20% {
    -webkit-transform: translateX(-3px) rotate(-2deg);
    transform: translateX(-3px) rotate(-2deg);
  }
  30% {
    -webkit-transform: translateX(3px) rotate(2deg);
    transform: translateX(3px) rotate(2deg);
  }
  40% {
    -webkit-transform: translateX(-3px) rotate(-2deg);
    transform: translateX(-3px) rotate(-2deg);
  }
  50% {
    -webkit-transform: translateX(2px) rotate(1deg);
    transform: translateX(2px) rotate(1deg);
  }
  60% {
    -webkit-transform: translateX(-2px) rotate(-1deg);
    transform: translateX(-2px) rotate(-1deg);
  }
  70% {
    -webkit-transform: translateX(2px) rotate(1deg);
    transform: translateX(2px) rotate(1deg);
  }
  80% {
    -webkit-transform: translateX(-2px) rotate(-1deg);
    transform: translateX(-2px) rotate(-1deg);
  }
  90% {
    -webkit-transform: translateX(1px) rotate(0);
    transform: translateX(1px) rotate(0);
  }
  100% {
    -webkit-transform: translateX(-1px) rotate(0);
    transform: translateX(-1px) rotate(0);
  }
}
.hvr-buzz-out {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
}
.hvr-buzz-out:hover, .hvr-buzz-out:focus, .hvr-buzz-out:active {
  -webkit-animation-name: hvr-buzz-out;
  animation-name: hvr-buzz-out;
  -webkit-animation-duration: 0.75s;
  animation-duration: 0.75s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
}



/* Pulse Shrink */
@-webkit-keyframes hvr-pulse-shrink {
  to {
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
  }
}
@keyframes hvr-pulse-shrink {
  to {
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
  }
}
.hvr-pulse-shrink {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
}
.hvr-pulse-shrink:hover, .hvr-pulse-shrink:focus, .hvr-pulse-shrink:active {
  -webkit-animation-name: hvr-pulse-shrink;
  animation-name: hvr-pulse-shrink;
  -webkit-animation-duration: 0.3s;
  animation-duration: 0.3s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-direction: alternate;
  animation-direction: alternate;
}


input[type=text], select {
    transition: box-shadow 0.3s, border 0.3s;
    font-weight:bold;
		/*padding:15px 10px 0;*/
    /*color: #45a049;*/
	color: #21822d;
}

input[type=password], select {
    transition: box-shadow 0.3s, border 0.3s;
    font-weight:bold;
    /*color: #45a049;*/
	color: #21822d;
}

/*floating labels*/
.field-container {
  position: relative;
  width: 200px;
  margin-top:20px;
  font-family: 'Roboto', sans-serif;
}
.field {
  display:block;
  width:100%;
  padding:15px 10px 0;
  border:none;
  font-size:14px;
}

.field2 {
  display:block;
  width:100%;
  padding:15px 10px 0;
  border:none;
  font-size:10px;
	/*color: #000;*/
}

.field:focus {
  outline: 0;
}
.field2:focus {
  outline: 0;
	/*color: #000;*/
}

.floating-label {
  position:absolute;
  pointer-events:none;
  top: 5px;
  left:10px;
  font-size: 10px;
  opacity:0;
  background-color: white;
  padding: 0 2px;
  -webkit-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
}
.field:valid + .floating-label {
  opacity:1;
  top:-5px;
  color: #e5b700;/*#ff7d14 9e9e9e;*/
}

.field2:valid + .floating-label {
  opacity:1;
  top:-5px;
  color: #ff0505;/*#ff7d14 9e9e9e;*/
}

.field:focus + .floating-label {
  color: #03a9f4;
}

.field2:focus + .floating-label {
  color: #ff0505;
}

.field-underline {
  position:absolute;
  top:0;
  left:0;
  right:0;
  bottom:-5px;
  border:1px solid #9e9e9e;
  z-index: -1;
  padding:10px 10px 0;
}

.field2-underline {
  position:absolute;
  top:0;
  left:0;
  right:0;
  bottom:-5px;
  border:1px solid #9e9e9e;
  z-index: -1;
  padding:10px 10px 0;
}

.field:focus + .floating-label + .field-underline {
  border-color:#03a9f4;
}

.field2:focus + .floating-label + .field-underline {
  border-color:#03a9f4;
}
/*end floating labels*/

/* Lists */
ul {
  margin: 0;
  padding: 0;
}

/* Container */
#container {
  position: relative;
  padding: 20px 40px;
  padding-top: 80px;
}
.closeact{
    color: #aaaaaa;
    float: right;
    font-size: 28px;
    font-weight: bold;
}
.closeact:hover,
.closeact:focus {
    color: #000;
    text-decoration: none;
    cursor: pointer;
}
.closereward{
    color: #aaaaaa;
    float: right;
    font-size: 28px;
    font-weight: bold;
}
.closereward:hover,
.closereward:focus {
    color: #000;
    text-decoration: none;
    cursor: pointer;
}

/* Menu Button */
.menu-btn {
	/*height: 0px;*/
  width: 100px;
  padding: 10px;
  margin-bottom: 30px;
  background: #000;
  color: #FFF;
  text-align: center;
  cursor: pointer;
  /*position: fixed;*/
}
.menu-btn:hover {
  opacity: 0.6;
}

/* Header */
/*#pushyheader{
	height: 0px;
	float: left;
}*/

.site-header {
  position: fixed;
  background:  #000f1c;
  color: #FFF;
  width: 100%;
	/*height: 0px;*/
  padding: 20px 0;
  text-align: center;
  z-index: 9998;
}

/* Footer */
.site-footer {
  position: relative;
  border-top: 1px solid #EEE;
  color: #999;
  padding: 10px;
  font-size: 0.8em;
  text-align: center;
}
/*form{overflow:hidden;}*/
/*#contentsleft {width:350px; float:left;  }
#contentsmiddle{width:350px; float:left; padding-left: 45px }
#contentsright {width:350px; float:right;  }*/


input[type="date"], select {
    width: 200px; height: 30px;
    padding: 8px 8px;
    border: solid 1px #dcdcdc;
    transition: box-shadow 0.3s, border 0.3s;
    /*margin: 20px 20px;
    display: inline-block; */
    font-weight:bold;
    color: #21822d;/*#006600#45a049*/
	
    /*border: 0px solid #ccc;*/
    /* border-radius: 0px; //used for rounded text boxes*/
    /*box-sizing: border-box;*/
    /*float: left;*/
}

input[type="month"]:focus,
input[type="month"].focus {
  border: solid 1px #707070;
  box-shadow: 0 0 5px 1px #969696;
}
input[type="month"], select {
    width: 200px; height: 30px;
    padding: 8px 8px;
    border: solid 1px #dcdcdc;
    transition: box-shadow 0.3s, border 0.3s;
    /*margin: 20px 20px;
    display: inline-block; */
    font-weight:bold;
    color: #21822d;/*#006600#45a049*/
    /*border: 0px solid #ccc;*/
    /* border-radius: 0px; //used for rounded text boxes*/
    /*box-sizing: border-box;*/
    /*float: left;*/
}

input[type="month"]:focus,
input[type="month"].focus {
  border: solid 1px #707070;
  box-shadow: 0 0 5px 1px #969696;
}

/*create a class to assign placeholder to date type variables*/
.dateclass{
    width:100%;
}
.dateclass.placeholderclass::before{
    width:100%;
    color: #a9a9a9;
    content:attr(placeholder);
}
.dateclass.placeholderclass:hover::before{
    width:0%;
    content:"";
}

/*input[type=text], select {
    width: 200px; height: 30px;
    padding: 8px 8px;
    border: solid 1px #dcdcdc;
    transition: box-shadow 0.3s, border 0.3s;
    font-weight:bold;
    color: #45a049;*/

    /*border: 0px solid #ccc;*/
    /* border-radius: 0px; //used for rounded text boxes*/
    /*box-sizing: border-box;*/
    /*float: left;*/

/*}*/

/*input[type="text"]:focus,
input[type="text"].focus {
  border: solid 1px #707070;
  box-shadow: 0 0 5px 1px #969696;
}*/
/*input[placeholder]::-moz-placeholder, select {*/
    /*width: 230px; height: 40px;
    padding: 8px 8px;
    margin: 20px 20px;
    display: inline-block; 
    font-weight:bold;
    color: #45a049;
    border: 0px solid #ccc;
    border-radius: 0px;/*used for rounded text boxes
    box-sizing: border-box;
    float: left;*/
    /*color:#969696;*/
/*}*/

button[type=submit] {
    /*width: 100%;*/
    /*width: 200px; height: 30px;*/
    width: 220px; height: 48px;
    padding: 8px 8px;
    background-color: #4CAF50;
    color: white;
    /*padding: 14px 20px;*/
    /*margin: 0px 0px;  0px 150px;*/
    border: none;
    border-radius: 4px;
    cursor: pointer;
   
}


button[type=submit]:hover { background-color: #45a049; }

/*select, select {
    width: 218px; height: 48px;
    padding: 5px 5px;
    border: solid 1px #dcdcdc;
    transition: box-shadow 0.3s, border 0.3s;
    font-weight:bold;
    color: #45a049;
}

select:invalid { color:#a9a9a9; }
select:focus,
select.focus {
  border: solid 1px #707070;
  box-shadow: 0 0 5px 1px #969696;
}*/
option{ /*select drop down option color*/
    /*text-shadow: 0px 0px 0px black;*/
   font-weight: bold; color:#135e75; /*#009999*/ 
}
input, label {
    display:block;
}
/*#imgiconedit {height:40px;width:40px;padding:0px 0px 0px 0px; margin:0px 0px 0px 0px;}*/
/*#content_area {border-bottom-color: #fff;border-block-end-color: #fff;border-color: #fff;border-bottom-width: 0px;border-color: #fff; border-width: 0px}*/
#imgicon {height:37px;width:37px;padding:0px 0px 0px 0px; margin:0px 0px 0px 20px;}
#imgicon2 {height:37px;width:37px;padding:0px 0px 0px 0px; margin:0px 0px 0px 0px;}
#titletxt {color:#006699;font-weight:bold;padding:0px 0px 0px 0px;margin:5px 0px 0px 30px; float:left}
#titletext {color:#006699;font-weight:bold;padding:0px 0px 0px 0px; margin:10px 0px 0px 0px; text-align: center}
#labeldiv {background-color:none;float:left; width:190px; height:320px }
#printbtn{height:44px;width:190px;margin-left:40px;padding:0px 0px 0px 0px;}
#lists{margin-left:70px;padding:0px 0px 0px 0px;}
#contents{ overflow:hidden; height:1000px;}
section {padding:0 0 0 0; margin:8px 10px 0px 0px; float:left}
label {font-size: 12px; margin-bottom: 1px; margin-left: 1px}
#divform {width: 1250px; min-height: 600px; margin:auto; border-radius: 5px; padding: 20px; overflow-y:auto; }
/*#divform {width: 1250px; min-height: 600px; margin:auto; border-radius: 5px; background-color: #CCCCCC; padding: 20px; overflow-y:auto; }*/
#logout {margin:0px 0px 20px 20px;width:120px}
/*p.servicerecordname {text-indent: 5em;}*/
/* MODAL FORMS*/
.modal {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
	
    z-index: 1; /* Sit on top */
    padding-top: 130px; /* 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.7); /* Black w/ opacity */
}

/* Modal Content */
.modal-content {
    background-color: #ffffff;
	border: 50px solid;
	border-color: #006699;
    margin: auto;
    padding: 10px 0px 10px 30px;
    border: 1px solid #888;
	height: 350px;
    width: 75%;
}

/*Div inside Modal*/
/*.centerDivModal{
		width: 410px;
		height:320px;
		background-color:none;
		margin-left:30px; 
    	align-content: center;
}
.centerDivModal2{
		width: 410px;
		height:320px;
		background-color:none;
		float:right;
		margin-right:90px; 
}*/

/* The Close Button */
#close {
    color: #aaaaaa;
    float: right;
    font-size: 28px;
    font-weight: bold;
}

#close:hover,
#close:focus {
    color: #000;
    text-decoration: none;
    cursor: pointer;
}
/* END MODAL FORMS*/

/* for tables */
/*#content_area{
		border-width: 0;
		border-style: none;
		border: none !important;
		border-bottom-color: #fff;
		border-block-end-color: #fff;
		border-color: #fff;
		border-bottom-width: 0px;border-color: #fff; 
		}*/
	#divtable {
		/*border-width: 0;
		border-style: none;
		border: none !important;
		border-bottom-color: #fff;
		border-block-end-color: #fff;
		border-color: #fff;
		border-bottom-width: 0px;border-color: #fff; */
		/*background: #cacaca;*/
		/*background: #fff;*/
		/*border: none !important;*/
		/*border-bottom-color: #fff;border-block-end-color: #fff;border-color: #fff;border-bottom-width: 0px;border-color: #fff; border-width: 0px;*/
		margin: 0;
		padding: 20px;
		/*font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif; */
	   	/*font-weight: 300;*/
		
	}

	#table {
		display: table;
	 	
	 	width: 100%; 
	 	background: #fff;
	 	/*margin-left: 20px;
    margin-right: 20px;*/
	 	box-sizing: border-box;

	 }

	 .captionfullname {
    /*margin-left: 20px;
    margin-right: 20px;*/
	/*background: #64e0ef;*/
	 	display: block;
	 	width: 100%;
	 	background: #4988ed;
	 	height: 55px;
	 	padding-left: 10px;
	 	color: #fff;
	 	font-size: 20px;
	 	line-height: 55px;
	 	text-shadow: 1px 1px 1px rgba(0,0,0,.3);
	 	box-sizing: border-box;
		 -webkit-print-color-adjust: exact;
		/*text-align: left;
		justify-content: left;
		align-items: left;*/
		/*padd*/
	 }

   .captions {
    /*margin-left: 20px;
    margin-right: 20px;*/
	 	display: block;
	 	width: 100%;
	 	background: #94301B;
	 	height: 55px;
	 	padding-left: 10px;
	 	color: #fff;
	 	font-size: 20px;
	 	line-height: 55px;
	 	text-shadow: 1px 1px 1px rgba(0,0,0,.3);
	 	box-sizing: border-box;
		 -webkit-print-color-adjust: exact;
	 }

	 .header-row {
	 	background: #8b8b8b;
	 	color: #fff;

	 }

	.row {
		display: table-row;
	}

	.cell {
		font-size:small;
		display: table-cell;
		padding: 6px; 
		border-bottom: 1px solid #e5e5e5;
		text-align: center;
		-webkit-print-color-adjust: exact;
	}
	.cell2 {
		/*font-size:x-small;*/
		display: table-cell;
		padding: 3px; 
		border-bottom: 1px solid #e5e5e5;
		text-align: center;
		height: 30px;
		-webkit-print-color-adjust: exact;
	}

	.cellheader {
		font-size:small;
		/*display: block;*/
	 	/*width: 100%;*/
		/*float: left;*/
		display: table-cell;
		padding: 6px; 
		border-bottom: 1px solid #e5e5e5;
		text-align: center;
		font-weight: bold;
		background: #7c827c;
		-webkit-print-color-adjust: exact;
	}
	/*.cell1 {
		display: table-cell;
		padding: 1px; 
		border-bottom: 1px solid #e5e5e5;
		text-align: left;
	}*/

	.primary {
		text-align: left;
		-webkit-print-color-adjust: exact;
	}
	.secondary {
		text-align: right;
		padding-right: 60px; 
	}


	input[type="radio"],
	input[type="checkbox"]{
		display: none;
	}


/*@media print {
body, html {
margin-top:0px;
padding-top:0px;
}
}*/



/*page numbers*/
/*@page { @bottom-right { content: element(footer); } }
@page { @bottom-right { content: counter(page) ' out of ' counter(pages); } }*/

/*#contentpageno {
    display: table;
}

#pageFooter {
    display: table-footer-group;
		-webkit-print-color-adjust: exact;
}

#pageFooter:after {
    counter-increment: page;
    content: counter(page);
		-webkit-print-color-adjust: exact;
}*/

/*#pageFooter:after {
    counter-increment: page;
    content:"Page " counter(page);
    left: 0; 
    top: 100%;
    white-space: nowrap; 
    z-index: 20px;
    -moz-border-radius: 5px; 
    -moz-box-shadow: 0px 0px 4px #222;  
    background-image: -moz-linear-gradient(top, #eeeeee, #cccccc);  
    background-image: -moz-linear-gradient(top, #eeeeee, #cccccc);  
  }*/
/*end of page numbers*/



/*@media print
{
    #pager,
    form,
    .no-print
    {
        display: none !important;
        height: 0;
    }


    .no-print, .no-print *{
        display: none !important;
        height: 0;
    }
}*/

/*@media print{
body{
margin-top:0px;padding-top:0px;
}
}*/
@media print
{    
    .no-print, .no-print *
    {
        display: none !important;
    }
}
	@media only screen and (max-width: 760px)  {

		body {
			padding: 0;
		}

		#table {
			display: block;
			margin: 44px 0 0 0;
		}

		.caption {
			position: fixed;
			top: 0;
			text-align: center;
			height: 44px;
			line-height: 44px;
			z-index: 5;
			border-bottom: 2px solid #999;
		}

		.row { 
			position: relative;
			display: block;
			border-bottom: 1px solid #ccc; 

		}

		.header-row {
			display: none;
		}

		.primary:after {
			content: "";
			display: block;
			position: absolute;
			right:20px;
			top:18px;
			z-index: 2;
			width: 0; 
			height: 0; 
			border-top: 10px solid transparent;
			border-bottom: 10px solid transparent; 
			border-right:10px solid #ccc;

		}

		.cell:nth-of-type(n+2) { 
			display: none; 
		}


		input[type="radio"],
		input[type="checkbox"] {
			display: block;
			position: absolute;
			z-index: 1;
			width: 99%;
			height: 100%;
			opacity: 0;
		}
    
    input[type="radio"]:checked,
		input[type="checkbox"]:checked {
		  z-index: -1;
		}

		input[type="radio"]:checked ~ .cell,
		input[type="checkbox"]:checked ~ .cell {
			display: block;

			border-bottom: 1px solid #eee; 
		}

		input[type="radio"]:checked ~ .cell:nth-of-type(n+2),
		input[type="checkbox"]:checked ~ .cell:nth-of-type(n+2) {
			
			background: #e0e0e0;
		}

		input[type="radio"]:checked ~ .cell:nth-of-type(n+2):before,
		input[type="checkbox"]:checked ~ .cell:nth-of-type(n+2):before {
			content: attr(data-label);

			display: inline-block;
			width: 60px;
			background: #999;
			border-radius: 10px;
			height: 20px;
			margin-right: 10px;
			font-size: 12px;
			line-height: 20px;
			text-align: center;
			color: white;

		}

		input[type="radio"]:checked ~ .primary,
		input[type="checkbox"]:checked ~ .primary  {
			border-bottom: 2px solid #999;
		}

		input[type="radio"]:checked ~ .primary:after,
		input[type="checkbox"]:checked ~ .primary:after {
	 		position: absolute;
			right:18px;
			top:22px;
			border-right: 10px solid transparent;
			border-left: 10px solid transparent; 
			border-top:10px solid #ccc;
			z-index: 2;
		}
	}
/* end for tables */

/*Start of New Css*/
/*trainings CSS*/
	.closeTraiScho {
		color: #aaaaaa;
		float: right;
		font-size: 28px;
		font-weight: bold;
	}

	.closeTraiScho:hover,
	.closeTraiScho:focus {
		color: #000;
		text-decoration: none;
		cursor: pointer;
	}
/*trainings end*/
/*Eligibility CSS*/
	.close2 {
		color: #aaaaaa;
		float: right;
		font-size: 28px;
		font-weight: bold;
	}

	.close2:hover,
	.close2:focus {
		color: #000;
		text-decoration: none;
		cursor: pointer;
	}
/*parcon eligibility end*/
	.row1 {
		display: table-row;
	}
	.trash {
		background:#5a5b5b;
		width: 25px;
		height: 25px;
		display: inline-block;
		margin:0 auto;
		
		position: relative;
		-webkit-border-bottom-right-radius: 6px;
		-webkit-border-bottom-left-radius: 6px;
		-moz-border-radius-bottomright: 6px;
		-moz-border-radius-bottomleft: 6px;
		border-bottom-right-radius: 6px;
		border-bottom-left-radius: 6px;
	}
	/*taklob sa trash*/
	.trash span {
		position: absolute;
		height: 5px;
		width: 34px;
		background: #5a5b5b;
		top: -6px;
		left: -5px;
		right: -10px;
		
		/*border-top-left-radius: 10px;
		border-top-right-radius: 10px;*/
		transform: rotate(0deg);
		transition: transform 250ms;
		transform-origin: 19% 100%; 
		/*,<!--para sa pagflip -->*/
	}
	/*holder sa trash*/
	.trash span:after {
		content: '';
		position: absolute;
		width: 5px;
		height: 5px;
		background: #5a5b5b;
		top: -6px;
		
		border-top-left-radius: 10px;
		border-top-right-radius: 10px;
		transform: rotate(0deg);
		transition: transform 250ms;
		transform-origin: 19% 100%;
		/*,<!--para sa pagflip -->*/
		left: 16px;
	}


	.trash i {
		position:relative;
		width: 3px;
		height:20px;
		background:#fff;
		display:block;
		margin:14px auto;
		border-radius: 5px;
			top: -13px;
	}

	.trash i:after {
		content: '';
		width: 3px;
		height: 20px;
		background: #fff;
		position: absolute;
		left: 7px;
		border-radius: 5px;
	}

	.trash i:before {
		content: '';
		width: 3px;
		height: 20px;
		background: #fff;
		position: absolute;
		right: 7px;
		border-radius: 5px;
	}

	.trash:hover span {
		transform: rotate(-45deg);
		transition: transform 250ms;
	}
	/*end parcon trash*/

	/*.row:hover {*/
	/*color: #FFFFFF;*/
	/*background-color: #1be504;*/
	/*font-weight: bold*/
	/*}*/

	/*parcon row alternate color sa span*/
	.row:nth-of-type(odd):hover{
			background-color:  #ffe20c;
		}
	.row:nth-of-type(even):hover{
			background-color:  #ffe20c;
		}
	.row:nth-of-type(odd){
			background-color:  #4bbc62;
		}
	.row:nth-of-type(even){
			background-color:  #82ff9b;
		}
/*End of Eligibilty Css*/

/*Start of Animated Button 1*/
	.btn {
		display: inline-block;
		border-radius: 4px;
		background-color: #4CAF50; /* Green */
		border: none;
		color: #FFFFFF;
		text-align: center;
		font-size: 20px;
		padding: 20px;
		width: 200px;
		transition: all 0.5s;
		cursor: pointer;
		margin: 5px;
	}

	.btn span{
		cursor: pointer;
		display: inline-block;
		position: relative;
		transition: 0.5s;
	}

	.btn span:after {
	content: '\00bb';
	position: absolute;
	opacity: 0;
	top: 0;
	right: -20px;
	transition: 0.5s;
	}

	.btn:hover span {
	padding-right: 25px;
	}

	.btn:hover span:after {
	opacity: 1;
	right: 0;
	}
/*End of Animated Button*/

/*Start of Animated Button2*/
	.btn2 {
		display: inline-block;
		border-radius: 0px;
		background-color: #ed1212; /* Green */
		border: none;
		color: #FFFFFF;
		text-align: center;
		font-size: 20px;
		padding: 8px 8px;
		width: 100px;
		height: 48px;
		transition: all 0.5s;
		cursor: pointer;
		margin: 5px;
	}

	.btn2 span{
		cursor: pointer;
		display: inline-block;
		position: relative;
		transition: 0.5s;
	}

	.btn2 span:after {
	content: '\00bb';
	position: absolute;
	opacity: 0;
	top: 0;
	right: -20px;
	transition: 0.5s;
	}

	.btn2:hover span {
	padding-right: 25px;
	}

	.btn2:hover span:after {
	opacity: 1;
	right: 0;
	}
/*End of Animated Button*/


/*Start of Animated Button3*/
	.btn3 {
		display: inline-block;
		border-radius: 0px;
		background-color: #4CAF50; /* Green */
		border: none;
		color: #FFFFFF;
		text-align: center;
		font-size: 20px;
		padding: 0px 0px 0px 0px;
		width: 110px;
		height: 45px;
		transition: all 0.5s;
		cursor: pointer;
		margin: 1px;
	}

	.btn3 span{
		cursor: pointer;
		display: inline-block;
		position: relative;
		transition: 0.5s;
	}

	.btn3 span:after {
	content: '\00bb';
	position: absolute;
	opacity: 0;
	top: 0;
	right: -20px;
	transition: 0.5s;
	}

	.btn3:hover span {
	padding-right: 25px;
	}

	.btn3:hover span:after {
	opacity: 1;
	right: 0;
	}
/*End of Animated Button3*/

/*Start of Floated Labels by GoGuerz!*/
/** {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

body {
  background: #ecf0f1;
  font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", "DejaVu Sans", Verdana, sans-serif;
}

.page-wrap {
  max-width: 75rem;
  margin: 0 auto;
}

h1 {
  color: #8e44ad;
  font-size: 1.5rem;
  letter-spacing: -1px;
  margin: 1.25rem 0;
}

input:focus ~ label, textarea:focus ~ label, input:valid ~ label, textarea:valid ~ label {
 font-size: 0.75em;
 color: #8e44ad;
 top: -2.25rem;
 -webkit-transition: all 0.125s ease;
 transition: all 0.125s ease;
}

.styled-input {
  float: left;
  width: 33.3333%;
  margin: 2rem 0 1rem;
  position: relative;
}

.styled-input label {
  color: #999;
  padding: 1rem;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
  pointer-events: none;
}

.styled-input.wide { width: 100%; }

input,
textarea {
  padding: 1rem 1rem;
  border: 0;
  width: 100%;
  font-size: 1rem;
}

input ~ span,
textarea ~ span {
  display: block;
  width: 0;
  height: 5px;
  background: #8e44ad;
  position: absolute;
  bottom: 0;
  left: 0;
  -webkit-transition: all 0.125s ease;
  transition: all 0.125s ease;
}

input:focus,
textarea:focus { outline: 0; }

input:focus ~ span,
textarea:focus ~ span {
  width: 100%;
  -webkit-transition: all 0.075s ease;
  transition: all 0.075s ease;
}

textarea {
  width: 100%;
  min-height: 15em;
}*/
/*End of Floated Labels by GoGuerz!*/
