*{	box-sizing: border-box;
	
}

.alert {
  padding: 4px;
  background-color: #FFCC00;
  color: black;
  margin-bottom:1px;
  }
.closebtn {
  margin-left: 15px;
  color: black;
  font-weight: bold;
  float: right;
  font-size: 22px;
  line-height: 20px;
  cursor: pointer;
  transition: 0.3s;
}
.closebtn:hover {
  color: white;
}

table1 {
  -webkit-user-select: none; /* Safari */
  -ms-user-select: none; /* IE 10 and IE 11 */
  user-select: none; /* Standard syntax */
}

input[type="text"]:focus,input[type="date"]:focus, select:focus{
border:2px solid blue;

}

::-webkit-outer-spin-button,
::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.a{width:40%;float:left;padding:5px;}
.b{padding:5px;width:100%;font-size:14px;padding:5px;}
.c{width:58%;float:right;padding:5px;}
body {
  margin: 0;
}
.login_body
{
		margin:0px;
		padding: 0px;
		font-family: sans-serif;
		ackground: url(../photo/Green-Background.jpg);
		background-color:#A4C639;
}

.login_warning
{
	position:relative;
	border-radius:15px;
	background-color: #ff9800;
	margin-bottom:20px;
    color: white;
	text-align:center;
    font-weight: bold;
    font-size: 16px;
    width:100%;
	padding:5px 5px;
}
.heading
{
	width:100%;
	height:auto;
	border-style: solid;
    border-width: 1px;
}
.logo
{
	width:30%;
	
	float:left;
	border-style: solid;
    border-width: 1px;
}
.company_name
{
	width:70%;
	height:auto;
	float:left;
	border-style: solid;
    border-width: 1px;
}
.login_box
{
	position: absolute;
	top:50%;
	left:50%;
	transform: translate(-50%, -50%);
	width:450px;
	border-style: solid;
	border-width: 15px;
	
	padding:40px;
	background:rgba(0,0,0,.6);
	box-sizing:border-box;
	box-shadow:0px 15px 25px rgba(0,0,0,.5);
	border-top-left-radius: 35px;
	border-bottom-right-radius: 35px;
	-webkit-animation: mymove 3s infinite; /* Safari 4.0 - 8.0 */
    animation: mymove 3s infinite;
}
@media only screen and (max-width:500px) { .login_box {width:350px; }} 
/* Safari 4.0 - 8.0 */
@-webkit-keyframes mymove {
    50% {border-color: lightblue;}
}

@keyframes mymove {
    50% {border-color: lightblue;}
}
.login_box h2
{
	margin:0px 0px 30px;
	padding:0px;
	color:#fff;
	text-align:center;
	font-size:35px;
}
.login_box .login_box_input
{
	position:relative;
}
.login_box .login_box_input input
{
	autofocus:autofocus;
	width:100%;
	padding:10px 0px;
	font-size:20px;
	color:#fff;
	margin-bottom: 30px;
	border: none;
	border-bottom: 1px solid #fff;
	outline: none;
	background: transparent;
}
.login_box .login_box_input label
{
	position: absolute;
	top: 0px;
	left: 0px;
	padding: 10px 0px;
	font-size: 20px;
	color: #fff;
	pointer-events: none;
	transition: .5s;	
}
.login_box .login_box_input input:focus ~ label,
.login_box .login_box_input input:valid ~ label
{
		top: -18px;
		left: 0px;
		color: #03a9f4;
		font-size:16px;
		
}
.login_box input[type="submit"]
{
	background: transparent;
	border: none;
	outline: none;
	color: #fff;
	width: 100%;
	font-size: 30px;
	background: #03a9f4;
	padding: 15px 20px;
	cursor: pointer;
	border-radius: 10px;
}
.login_box_forgot_password p
{
	font-size: 16px;
	color:#fff;
}
.login_box_forgot_password p a
{
	font-size: 16px;
	color:#ff9800;
}
.card {
  box-shadow: 0 5px 8px 0 rgba(0,0,50,1);
  transition: 0.3s;
  width: 100%;
  border-radius: 5px;
  float:left;
  margin:10px;
  border:1px solid blue;
  border-bottom:4px solid blue;
}
.card:hover {
  box-shadow: 0 8px 16px 0 rgba(0,0,0,0.2);
}
.card-container {
  padding: 2px 6px;
}

/* header, sidebar, footer */

.relative{position:relative;}
.absolute{position:absolute;}
.container{
	border:0px solid white;
}
.header{
	border-right: 0px solid white;
	height:40px;
	width:100%;
	overflow:hidden;
	background-color:#0099cc;
	color: #ffffff;
	position:fixed;
	z-index:1;
	top:0px;
   
}
.header a{
	float: right;
    display: block;
    color: #f2f2f2;
    text-align: center;
    padding-right:4px;
	text-decoration: none;
}
.row{
	border-bottom: 1px solid white;
	
}
.mid{position:relative; top:40px; width:100%; overflow:auto;}
.sidebar{
	width:10%;
	height:100%;
	position:fixed;
	overflow:auto;
	background-color: #3b4848;
	padding-bottom:50px;
	border-top-right-radius:5px;
}

.sidebar a{
	display: block;
    color: white;
	padding: 8px 8px;
    width: 100%;
    border-bottom: 1px solid black;
    outline: none;
    text-align: left;
    cursor: pointer;
    transition: .5s;
    font-size: 16px;
	text-decoration: none;
	
	
}
.dropdown {
  position: absolute;
  display: inline-block;
}

/* Dropdown Content (Hidden by Default) */
.dropdown-content {
  display: none;
  right:5px;
  top:32px;
  position: absolute;
  background-color: white;
  min-width: 70px;
  overflow: auto;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 1;
  
}
.show {display: block;}

.hdropdown-content {
  display: none;
  right:5px;
  top:24px;
  position: absolute;
  background-color: white;
  max-width: 70px;
  overflow: auto;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 9;
  
}
/* Links inside the dropdown */
.dropdown-content a {
  color: black;
  padding: 7px;
  font-size:15px;
  border-bottom:1px solid gray;
  text-decoration: none;
  display: block;
  
}
.hdropdown-content a {
  color: black;
  padding: 7px;
  font-size:15px;
  border-bottom:1px solid gray;
  text-decoration: none;
  display: block;
z-index: 99;
}

#dropdown-content a:hover {  background-color: #ADD8E6;}

.dropdown-container {
    display: none;
    background-color: #262626;
    padding-left: 2px;
	
}
.dropdown-btn:after {
    content: '\002B';
    color: white;
    font-weight: bold;
    float: right;
    margin-left: 5px;
	transition: max-height 2s ease-out;
}	
.active:after {
    content: "\2212";
}

/* Optional: Style the caret down icon */
.fa-caret-down {
    float: right;
    padding-right: 5px;
}

.sidebar a:hover{
	background-color: #4285F4;
}
.sidebar a:active{
	background-color: green;
}
.main{
	/* border: 2px solid #7B0099; */
	position:relative;
	width:90%;
	left:10%;
	
	overflow:auto;
		
}
.main_area{ width:100%;overflow:auto;padding-left:1px; padding-right:1px;  }
.row:after {
    content: "";
    display: table;
    clear: both;
}
.footer{
	
	
}
.nav{
	width:0;
	float:left;
	font-size:15px;
	cursor:pointer;
	text-align:center;
	display:none;
}
.school_name{
	width:74%;float:left;text-align:center;margin-left:13%;font-size:12px;
}
.logout{width:13%;float:right;font-size:10px;}
.bt{
  background-color: #fff9f2; 
  color: black;
  padding: 4px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 15px;
  cursor: pointer;
  border:none;
  float:right;
  height:23px;
  border-radius: 4px 0px 0px 4px;
}
.drop-bt{
  background-color: #fff9f2; 
  color: black;
  padding: 4px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 15px;
  cursor: pointer;
  border:none;
  float:right;
  border-radius: 0px 4px 4px 0px;
  border-left: 1px solid gray;
  margin-right:5px;height:23px;
 }
.hbt{
  background-color: #fff9f2; 
  color: black;
  padding: 4px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 15px;
  cursor: pointer;
  border:none;
  float:right;
  height:23px;
  border-radius: 4px 0px 0px 4px;
}
.hdrop-bt{
  background-color: #fff9f2; 
  color: black;
  padding: 4px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 15px;
  cursor: pointer;
  border:none;
  float:right;
  border-radius: 0px 4px 4px 0px;
  border-left: 1px solid gray;
  margin-right:5px;height:23px;
 }
 

@media only screen and (max-width:800px)
{
.sidebar {display:none;width:0px;}
.main {width:100%;left:0%;}
.nav{ display:block;width:5%;}
.logout{width:35%;}
.school_name{width:30%;margin-left:30%;}	
}

[class*="col-"] {
    float: left;
    padding: 5px;
}
/* For mobile phones: */
[class*="col-"] {
    width: 100%;
}
@media only screen and (min-width: 600px) {
    /* For tablets: */
    .col-s-1 {width: 8.33%;}
    .col-s-2 {width: 16.66%;}
    .col-s-3 {width: 25%;}
    .col-s-4 {width: 33.33%;}
    .col-s-5 {width: 41.66%;}
    .col-s-6 {width: 50%;}
    .col-s-7 {width: 58.33%;}
    .col-s-8 {width: 66.66%;}
    .col-s-9 {width: 75%;}
    .col-s-10 {width: 83.33%;}
    .col-s-11 {width: 91.66%;}
    .col-s-12 {width: 100%;}
}
@media only screen and (min-width: 768px) {
    /* For desktop: */
    .col-m-1 {width: 8.33%;}
    .col-m-2 {width: 16.66%;}
    .col-m-3 {width: 25%;}
    .col-m-4 {width: 33.33%;}
    .col-m-5 {width: 41.66%;}
    .col-m-6 {width: 50%;}
    .col-m-7 {width: 58.33%;}
    .col-m-8 {width: 66.66%;}
    .col-m-9 {width: 75%;}
    .col-m-10 {width: 83.33%;}
    .col-m-11 {width: 91.66%;}
    .col-m-12 {width: 100%;}
}
@media only screen and (min-width: 900px) {
    /* For desktop: */
    .col-l-1 {width: 8.33%;}
    .col-l-2 {width: 16.66%;}
    .col-l-3 {width: 25%;}
    .col-l-4 {width: 33.33%;}
    .col-l-5 {width: 41.66%;}
    .col-l-6 {width: 50%;}
    .col-l-7 {width: 58.33%;}
    .col-l-8 {width: 66.66%;}
    .col-l-9 {width: 75%;}
    .col-l-10 {width: 83.33%;}
    .col-l-11 {width: 91.66%;}
    .col-l-12 {width: 100%;}
}
@media only screen and (max-width:900px) { .sidebar a{font-size:13px;} }
.menu ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}
.menu li {
    padding: 8px;
    margin-bottom: 7px;
    background-color: #33b5e5;
    color: #ffffff;
    box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
}
.menu li:hover {
    background-color: #0099cc;
}


.box-header{
	position:relative;
	background-color: #9933cc;
    padding-left: 10px;
	padding-top:8px;
    text-align: left;
    font-size: 20px;
    color: white;
	height:40px;
	border-top-left-radius:5px;
	border-top-right-radius:5px;
}
.box-contant{
	position:relative;
	padding:10px;
	
	background-color: #ffffff;
	border:2px solid blue;
	
}
.search-box{
 position:relative;
 height:40px;
 width:100%;
 
 background-color:#F0FFF0;
 color:red;
}
#a_student:hover
{
	text-decoration: underline;
	color:red;
}
.main_div {
	position:relative;
    background-color: #ffffff;
	border: 2px solid blue;
    padding: 10px;
}
.photo_box_reg_stu
{
	width:30%;
	float:left;
	margin-left:5px;
	margin-right:5px;
	height:145px;
	box-sizing: border-box;
	
}
.reg_student_photo{
	
	width:100%;
	height:145px;
	box-sizing: border-box;
	position:relative;
	
}
.reg_student_photo img
{
	
	width:100%;
	height:100%;
	border:4px solid blue;
}
.s_photo{
	width:100%;
	height:100%;
	border:4px solid blue;
}
.center
{
	text-align:center;
}
.admission_photo_stu
{
	width:100%;
	height:100%;
	border:4px solid blue;
}
.photo_box_parent_information
{
	width:42%;
	float:left;
	margin-left:5px;
	margin-right:5px;
	height:230px;
	box-sizing: border-box;
	
}
.parent_information_photo{
	width:100%;
	height:230px;
	box-sizing: border-box;
	position:relative;
	
}
.parent_information_photo img {
	width:100%;
	height:100%;
	border:4px solid blue;	
	
}
.photo_box_staff_information
{
	width:90%;
	float:left;
	margin-left:5px;
	margin-right:5px;
	height:230px;
	box-sizing: border-box;
	
}
.staff_information_photo{
	width:100%;
	height:230px;
	box-sizing: border-box;
	position:relative;
	
}
.staff_information_photo img {
	width:100%;
	height:100%;
	border:4px solid blue;	
	
}
.photo_box_student_information
{
	width:30%;
	float:left;
	margin-left:5px;
	margin-right:5px;
	height:230px;
	box-sizing: border-box;
	
}
.student_information_photo{
	width:100%;
	height:230px;
	box-sizing: border-box;
	position:relative;
	
}
.student_information_photo img {
	width:100%;
	height:100%;
	border:4px solid blue;	
	
}
.control_button{
background-color:#9933cc;
padding:16px;
position:right	;
width:100%;
border-bottom-left-radius: 5px;
border-bottom-right-radius: 5px;
}
.submit{
	
	border: none;
	color: #fff;
	width: 150px;
	font-size: 20px;
	background: #4CAF50;
	padding: 10px;
	float:right;
	cursor: pointer;
	border-radius: 10px;
}

/* Register  */
#mySearchInput {
  background-image: url('search.png');
  background-position: 10px 10px;
  background-repeat: no-repeat;
  width: 100%;
  font-size: 16px;
  padding: 12px 20px 12px 40px;
  border: 1px solid #ddd;
  margin-bottom: 12px;
}

#myTable {
  border-collapse: collapse;
  width: 100%;
  border: 1px solid #ddd;
  font-size: 18px;
}
#myTabl tr:nth-child(even){background-color: blue;}
#myTable th, #myTable td {
  text-align: left;
  padding: 12px;
  border: 1px solid #ddd;
}


#myTable tr.header, #myTable tr:hover {
  background-color: #f1f1f1;
}

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

/* Modal Content */
.modal-content {
    background-color: #fefefe;
    margin: auto;
    padding: 20px;
    border: 1px solid #888;
    width: 40%;
}

/* 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;
}
.link_button {
    background-color: #008CBA;
    border: none;
    color: white;
    
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
    margin-bottom:  5px;
    cursor: pointer;
}
.table {
    border-collapse: collapse;
    width: 100%;
}

.table th, .table td {
    text-align: left;
    padding: 8px;
	border: 1px solid #ddd;
}

.table tr:nth-child(even){background-color: #f2f2f2}
.pagination {
  display: inline-block;
}

.pagination a {
  color: black;
  float: right;
  adding: 8px 16px;
  text-decoration: none;
  transition: background-color .3s;
  border: 1px solid #ddd;
  font-size: 22px;
}

.pagination a.active {
  background-color: #4CAF50;
  color: white;
  border: 1px solid #4CAF50;
}
.pagination a:hover:not(.active) {background-color: #ddd;}
.table_but {padding:1px; background-color: #e7e7e7; color: black;cursor:pointer;font-size:15px;margin:1px;width:30px;}
.paging_select1 { background-color:#e7e7e7;cursor:pointer;font-size:15px;}
.paging_select { background-color:#e7e7e7;cursor:pointer;font-size:15px; padding:1px 3px;margin-right:4px; }
.header-a {
  background-color: #fff9f2; 
  border: 1px solid white;
  color: black;
  padding: 4px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 12px;
  cursor: pointer;
  border-radius: 4px 0px 0px 4px;
  float:right;
  margin-right:30px;
  
}
