body {
	background-image: url('../../images/bg.jpg'); background-repeat: no-repeat; background-size: cover;
}

body, form {
	margin-top: 20px;
}

h1 {
	font-size: 300%;
	text-align: center;
	font-weight: bolder;
	margin-bottom: 1px; 
	-webkit-text-fill-color: #fff;
	/*-webkit-text-stroke: 1px #683095;  */
	text-shadow: 2px 3px #000;
}

input {
	width: 16%;
	margin: 15px 42%;
	height: 25px;
	outline: 0;
	line-height: 10px;
	padding: 2px 5px;
	border: 1px solid #C5E2FF;
	border-radius: 5px;	     
}

.filter li label {	
	padding-left: 5px;	
	vertical-align: middle;
	margin-top: -11px;
	font-weight: bold;
	font-size: 125%;
} 

.form-control { 
	width: 30%;
  	margin: 10px auto;
}

hr {
	border: 1px solid #000;
}

fieldset {
	width: 98%;
	margin: auto;
	padding: 0 10px;
	border: 2px solid rgba(255, 255, 255, .5);		 				
	backdrop-filter: blur(2px); 		
	box-shadow: 50px 100px rgba(0.2);				
	-moz-box-shadow: 50px 100px rgba(0.2);	
	-webkit-box-shadow: 50px 100px rgba(0.2);
}

legend {
	width: auto;
	font-size: 18px;
	font-weight: bold;	 
	padding: 5px 10px; 
	background-color: rgba(104, 48, 149, .5);		
	border: 2px solid rgba(255, 255, 255, .5);	
	backdrop-filter: blur(2px); 
	color: #fff;
}

fieldset div {	 
	margin: 10px 0; 
} 

.fltr_wkld {				
	padding: 0;
	margin: 0;
	text-align: center;
}

.fltr_wkld li {
	list-style: none;
	display: inline-block;
	width: 33%;
	margin: auto;				
}

.fltr_wkld li .form-control {
	width: 90%;
	height: 30px;
	margin: 5px auto;
	padding: 0;
	vertical-align: middle;
	padding: 5px;
}

table {
	width: 98%;
	margin: auto;
	border: 1px solid #245482;
	border-radius: 5px;
	margin-bottom: 20px;
}

caption {	
	margin: 5px 0;	
	font-size: 150%;
	font-weight: bold;
	text-align: center;	
	font-weight: bold;	
	text-transform: capitalize;
	color: #fff;
	background: #683095;
	opacity: 0.9;
}

th {
	text-align: center;	
	text-transform: uppercase;
	line-height: 200%;
	color: #FFF;
	background: #683095;
	opacity: 0.9;
	font-weight: bold;
	min-height: 25px;
}

td {
	padding: 2.5px;
	border: 1px solid #245482;
	color: #000;
	vertical-align: middle;
	min-height: 50px;
}

tr:nth-child(even) {
	background-color: #bcd4e6;
	opacity: 0.9;
}

tr:nth-child(odd) {
	background-color: #dbe9f4;
	opacity: 0.9;
}

table .form-control {
	width: 97%;
	height: 30px;
	margin: 5px 2.75% 5px 0.25%;
	padding: 0;
}

#wkld tbody tr:nth-last-child(1) {
	font-weight: bolder;
}

#wkld tbody tr td:nth-last-child(2) {
	text-align: right;
}

#wkld tfoot tr td:nth-last-child(2) {
	text-align: right;
}

#wkld tfoot tr td:nth-last-child(1) {
	font-weight: bolder;
}

#wkld tfoot div {
	width: 5%; 
	height: 25px; 
	margin-left: 95%; 
	background-color: #66C1E4;
}

.chk_cell {
	width: 40px;
	padding: 5px;
}

.chk {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	display: inline-block;
	position: relative;
	background-color: #f1f1f1;
	color: #666;
	height: 25px;
	width: 25px;
	margin-right: -15px;
	border: 0;
	cursor: pointer;  
	outline: none;
}

.chk:checked::before {
	position: absolute;
	font: 15px/1 'Open Sans', sans-serif;
	left: 9px;
	top: 4px;
	content: '\02143';
	transform: rotate(40deg);
}

.chk:hover {
	background-color: #f7f7f7;
}

.chk:checked {
	background-color: #f1f1f1;
}

.chk label {
	font: 15px/1.7 'Open Sans', sans-serif;
	color: #333;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	cursor: pointer;
	border: 1px solid red;
} 

.btns, .filter {
	text-align: center;
	margin: 10px auto;
}

.btns li {
	list-style: none;
	display: inline-block;
	width: 15%;
	margin: 0 1.5%;
}

.filter li {
	list-style: none;
	display: inline-block;
	width: 18%;
	margin: 0 2%;
}
	
.submit, .add, .subj {
	width: 90%;
	margin: 5px 5%;
	height: 30px;
  	background: #66C1E4;
  	border: none;
	border-radius: 5px;	
}

.submit:hover {
    background: #3EB1DD;
}

.subj:hover {
    background: #3EB1DD;
}

#reset {
	background: #C0FFFF;
} 

#add {
	background: #CD853F;
}

#del {
	background: #A0522D;
}

#rst {
	background: #F8F8FF;
}

@media(max-width:1199px ){
}
@media(max-width:991px ){
}
@media(max-width:767px ){
}
@media(max-width:480px ){
}
@media(max-width:360px ){
}
@media(max-width:320px ){
}