@charset "utf-8";
/* CSS Document */

.inner_banner{
	
	overflow:hidden;
	text-align:center;
}
@media(min-width:1280px){
.inner_banner img{
	max-width:1280px;
}
.inner_banner{
	height:320px;
	
}
}
.bg1{
	background:#b29f3b;
	color:#fff;
	
}
.heading1{
font-size: 27px;
font-weight: 600;

margin: 0 0 15px;
text-transform: uppercase;
	
}

/**23/4/2019**/

.welcome_body{
border: 1px solid #e6e6e6;
margin: 20px 0;
padding: 20px 10px 30px;
}

.welcome_body h1{
font-family: Poppins;
font-weight: 500;
color: #5a5a5a;
margin: 0;
}

.welcome_body a{
text-align: center;
padding:14px 38px;
display: inline-block;
margin: 10px 20px;
transition: 0.3s;
border-radius: 0 15px 0 18px;
color: #fff;
font-weight: bold;
}

.welcome_body a:hover{
background-color: #fffdf1;
transition: 0.3s;
}
.login_type a:nth-child(1){
	background:#0161fb;
	
	
}
.login_type a:nth-child(2){
	background:#dea816;
	
	
}
.login_type a:nth-child(3){
	background:#66cc00;
	
	
}
.login_type a:nth-child(5){
	background:#6333a0;
	
	
}
.login_type a:nth-child(6){
	background:#ed5e00;
	
	
}
.login_type a:nth-child(7){
	background:#006864;
	
	
}

.login_type a:nth-child(8){
	background:#006864;
	
	
}
.welcome_body a img{
display: none;
	}

.login_type{
margin: 10px 0 0;	
}	

@media(max-width: 767px){
	.welcome_body h1{
font-size: 25px;
	}
}

.teacher_login{
max-width: 400px;
background: #ececec;
text-align: center;
margin: 60px auto 0;
padding: 50px 18px 20px 18px;
position: relative;
border-radius: 6px;
}

.teacher_login .short_body h2{
	margin: 0 0 15px;
	font-family: poppins;
	font-weight: 500;
color: #000;
}

form input[type="text"],
form input[type="password"],
form input[type="email"],
form input[type="date"],
form input[type="tel"],
form input[type="file"],
form textarea,
form select{
	width: 100%;
	margin: 0 0 10px;
	border:none;
	border-radius: 3px;
	padding: 6px 8px;
	border: 1px solid #e6e6e6;
	max-width: 291px;
}

form textarea{
	height: 80px;
}

form input[type="submit"]{
width: auto;
border-radius: 3px;
background-color: #742555;
border: none;
padding: 6px 10px;
color: #fff;
margin: 0 0 10px;
box-shadow: inset 0 0 5px rgba(0,0,0,0.3);
transition: 0.3s;
}

form input[type="submit"]:hover{
box-shadow: inset 0 0 5px rgba(0,0,0,0.7) !important;
transition: 0.3s;
background-color: #832d61;
}
.btn_small, form input[type="submit"].btn_small{
width: auto;
border-radius: 3px;
background-color: #742555;
border: none;
padding: 7px 13px 10px;
color: #fff;
margin: 0 0 10px;
box-shadow: inset 0 0 5px rgba(0,0,0,0.3);
transition: 0.3s;
text-transform: uppercase;
font-size: 15px;
line-height: 1;
}



.teacher_login form input[type="submit"],
.forget_pswd_body form input[type="submit"]{
width: 100%;
}

.teacher_login form input[type="text"],
.teacher_login form input[type="password"]{
		margin: 0 0 15px;
}

.gender_radio{
	padding: 6px 10px;
}

.teacher_login form label{
	display: block;
margin: 0 0 6px;
}

.teacher_login form label a{
	font-size: 15px;
	color: #000;
	display: block;
}

.teacher_login form label a:hover{
text-decoration: underline;
	}

.login_icon{
display: inline-block;
width: 80px;
height: 80px;
background-color: #742555;
text-align: center;
color: #fff;
font-size: 40px;
border-radius: 50%;
padding: 8px 0 0;
position: absolute;
top: -38px;
left: 0;
right: 0;
margin: auto;
}

.forget_pswd_body{
max-width: 400px;
margin: 0 auto;
border: 1px solid #e1e1e1;
padding: 15px;
text-align: center;
box-shadow: 1px 1px 5px rgba(0,0,0,0.1);
border-radius: 4px;
}

.forget_pswd_body form h2{
margin: 0 0 10px;
font-family: open sans;
font-weight: 600;
font-size: 24px;
	}

.forget_pswd_body form label{
font-weight: 400;
font-size: 13px;
margin: 10px 0;
display: block;
}	

.forget_pswd_body form input{
	text-align: center;
}

.forget_pswd_body form input[type="submit"]{
margin-top: 5px;
}

.forget_pswd_body form a{
font-size: 14px;
}

.user_profile{
	position: absolute;
	right: 15px;
	top: 55px;
}

.user_profile figure{
position: relative;
overflow: hidden;
background-color: #000;
width: 50px;
height: 50px;
text-align: center;
z-index: 1;
border-radius: 50%;
}

.user_profile figure img{
min-height: 100%;
min-width: 100%;
max-width: 200%;
transition: 0.3s;
width: auto !important;
height: auto;
position: absolute;
top: 50%;
left: 50%;
-ms-transform: translateX(-50%) translateY(-50%);
-webkit-transform: translate(-50%, -50%);
transform: translate(-50%, -50%);
margin: auto;
	}

.user_profile .dropdown-menu{
background-color: #742555;
 padding: 5px;
left: -112px;
top: 60px;
    }	

.user_profile .dropdown-menu ul{
  list-style-type: none;
padding: 0;
text-align: center;
margin: 0;
position: relative;
}  

.user_profile .dropdown-menu ul:after{
content: "";
position: absolute;
right: 0;
top: -19px;
width: 0;
height: 0;
border-left: 10px solid transparent;
border-right: 10px solid transparent;
border-bottom: 14px solid #742555;
}

.user_profile .dropdown-menu ul li{
border-bottom: 1px solid rgba(255,255,255,0.3);
padding: 4px 0;
	}

.user_profile .dropdown-menu ul li a{
	color: #fff;
	transition: 0.3s;
}

.user_profile .dropdown-menu ul li a:hover{
opacity: 0.8;
transition: 0.3s;
}	

.user_profile .dropdown-menu ul li:last-child{
border-bottom: none;
}

@media(max-width: 896px){

.user_profile {
    top: 10px;
}

}	

@media(max-width: 400px){

.user_profile {
    right: 5px;
}

.user_profile figure {
    width: 30px;
    height: 30px;
    }

   .user_profile .dropdown-menu {
    left: -128px;
    top: 45px;
    } 

	}

.user_sidebar{
padding: 0;
background-color: #b4a03b;
color: #fff;
}	

.user_sidebar h3{
margin: 0;
font-family: open sans;
font-size: 17px;
padding: 8px;
text-transform: uppercase;
background-color: #988526;
	}

.user_sidebar ul{
list-style-type: none;
margin: 0 0 0 15px;
padding:0;
}	

.user_sidebar ul li{
border-bottom: 1px solid #988526;
	}

.user_sidebar ul li a{
font-size: 15px;
color: #fff;
padding:8px;
display: block;
transition: 0.3s;
}	

.user_sidebar ul li a:hover{
background-color: #ab9421;
transition: 0.3s;
}

.user_sidebar ul li:last-child{
border-bottom: none;
	}

.change_pass h2{
margin: 0 0 10px;
}	

.change_pass form label{
	padding:0 0 4px;
	font-size: 15px;
}

.change_pass form input[type="submit"]{
	width: auto;
	margin: 10px 0 0;
}

.change_pass{
max-width: 400px;
border: 1px solid #e6e6e6;
padding: 20px;
}

.user_profile_set{
	border:none;
	margin: 0;
	width: 100%;
	max-width: none;
	padding: 0;
}

.profile_pic{
	margin: 0 0 8px;
}

.profile_pic img{
width: 50px;
height: 50px;
margin: 5px 0 0;
}

.account_dashboard h2,
.account_dashboard h4{
text-align: center;
font-size: 27px;
margin: 0 0 8px;
}

.attendance_head select{
padding: 6px 8px;
border-radius: 2px;
border: 1px solid #ccc;
margin-right: 10px;
}

.attendance_table_body{
	overflow-x: auto;
}

.attendance_table_body table{
border: 1px solid #ccc;
padding:10px;
width: auto;
margin: 10px 0 20px;
	}

.attendance_table_body table th,
.attendance_table_body table td{
width: 300px;	
border:1px solid #e9e9e9;
padding: 4px 10px;
font-size: 13px;
line-height: 1.1;
font-weight: bold;
}

.attendance_table_body table th{
background-color: #742555;
color: #fff;
text-transform: uppercase;
border: 1px solid #63224a;
}

.attendance_table_body table td{
background-color: #fffdf4;
}

.submit_attendance{
	width: auto;
} 

.attendance_table_body_2 table th,
 .attendance_table_body_2 table td{
 	padding: 5px 7px;
 }

 .attendance_table_body_2 .attendance_heading{
 	text-align: center;
 	text-transform: uppercase;
 }

 .attendance_table_body table tr:nth-child(even) td{
 	background-color: #f5f5f5;
 }

.attendance_heading strong{
	font-size: 16px;
	padding: 2px 0;
display: block;
}

 .add_new_button{
border: 1px solid #742555;
padding: 5px 8px;
display: inline-block;
margin: 0 0 10px;
border-radius: 4px;
font-size: 14px;
background-color: transparent;
 }

  .add_new_button:hover{
background-color: #a11269;
color: #fff;
  }

.attendance_head{
 background-color: #e9e9e9;
border-radius: 2px;
padding: 10px 10px 0;
} 

.table_scroll{
	overflow-x: auto;
}

@media(max-width: 767px){

.attendance_head select{
	margin-bottom: 10px;
}

}

.student_add_body h4{
font-size: 24px;
font-family: open sans;
font-weight: 600;
position: relative;
padding: 0;
margin: 4px 0 0;
display: inline-block;
}

.back_btn{
	background-color: transparent;
color: #fff;
padding: 5px 8px;
border-radius: 4px;
display: inline-block;
margin: 0;
transition: 0.3s;
border:1px solid #742555;
}	

.back_btn:hover{
color: #fff;
transition: 0.3s;
background-color: #9e3b77;
	}

.student_add_body{
	background-color: #f0f0f0;
	width: 100%;
/*max-width: 900px;*/
}	

.student_add_body #pageHead{
background-color: #c2a61b;
padding:10px 20px;
color: #fff;
}

.form_data_body{
	padding:20px;
}

.student-table_head form{
display: inline-block;
}

.pager_current_page{
	color: #742555;
	background-color: #742555;
	padding: 4px 8px;
	color: #fff;
}

.pager_link{
background: #e9e9e9;
padding: 4px 8px;
display: inline-block;
border-radius: 2px;
}

.pager_link:hover{
	background-color: #742555;
	color: #fff;
	}

.student-table_head form input[type="file"]{
	float: left;
	width: 235px;
border: none;
}

.align_data{
	text-align: right;
}

.edit_icon{
	font-size: 16px;
}

.edit_icon:hover{
color: #742555;
	}

.student-table_head{
	text-align: right;
}	

.btn-custom{
	border-radius: 4px; 
}

.align_data span{
font-size: 25px;
font-weight: 600;
position: relative;
padding: 0 0 3px;
margin: 0 0 15px;
text-transform: uppercase;
float: left;
}

.align_data span:before{
content: "";
position: absolute;
left: 0;
bottom: 0;
width: 60px;
height: 3px;
background-color:#b4a03b;
	}

.back_list_parent{
	float: right;
}

@media(max-width: 500px){

.student_add_body h4{
display: block;
text-align: center;
margin-bottom: 10px;
}

.back_list_parent{
	float: none;
	text-align: center;
}

.form_data_body table td{
	display: block;
}

.student-table_head {
    text-align: left;
}

.student-table_head form{
	display: block;
}

.align_data span{
text-align: left;
float: none;
display: block;
}

.align_data {
    text-align: left;
}

}	

.user_btn{
	cursor: pointer;
}

.link_head .dropdown-menu{
background-color: #742555;
padding: 5px;
left: auto;
top: 50px;
right: 0;
margin: 0;
	}

.link_head .dropdown-menu:after{
content: "";
position: absolute;
right: 10px;
top: -12px;
width: 0;
height: 0;
border-left: 10px solid transparent;
border-right: 10px solid transparent;
border-bottom: 14px solid #742555;
}

.link_head .dropdown-menu li {
    border-bottom: 1px solid rgba(255,255,255,0.3);
    padding: 4px 0;
}	

.link_head .dropdown-menu li:last-child{
border-bottom: 0;
	}

.link_head .dropdown-menu li a{
	color: #fff;
}	

.link_head .dropdown-menu li a:hover{
background-color: transparent;
opacity: 0.8;
	}

.upper_link{
	display: inline-block;
}

@media(max-width: 896px){

.link_head .dropdown-menu {
    top: 48px;
    right: 0;
}

}	

/*****2/5/2019*****/

.account_dashboard{
border: 1px solid #dddddde6;
padding: 14px 12px 16px;
margin: 0 0 15px;
}

.account_dashboard h2{
font-family: open sans;
font-weight: 500;
color: #742555;
text-transform: uppercase;
border-bottom: solid 2px #742555;
padding: 0 0 7px 0;
margin: 0 0 20px 0;
}

ccount_dashboard h4 {
    font-size: 29px;
    margin: 28px 0 0;
}

main{
	min-height:384px;
}
.small_box{
	width: 31%;
margin: 0 2% 20px 0;
display: inline-block;
float: left;
text-align: center;
border:solid 1px #ccc;
}

.heading22{
	color:#742555;
}
.small_box:nth-child(3n){
	margin-right:0;
}

.small_box h4{
	color: #fff;
background: #742555;
padding: 6px 10px 9px;
line-height: 1;
font-weight: normal;
font-size: 22px;
}
.small_box span{
font-weight: bold;
}
.sidebar_top {
	text-align:center;
	background:#b4a03b;
	color:#fff;
}
.sidebar_top figure{
	
	margin:0px auto;
	padding:15px;
}
.sidebar_top h3{
	margin: 0 0 0px 0;
padding: 0 0 9px 0;
font-size: 23px;
}

.sidebar_top h3 span{
text-transform: uppercase;
font-size:22px;
display:block;
margin:4px 0 0 0 ;
}

.inline_block {
    display: inline;
}

table.tableForm{
    margin: 43px auto;
    width: 59%;
}

.fee-list-page-inner-div-parent{
  
}

.fee-list-page-inner-div-left{
    float:left;
    width : 57%;
}
.fee-list-page-inner-div-right{
     float:right;
     width: 27%;

}

.clear_both{
    clear:both;
}

.msg {
    color: green;
    font-size: 17px;
    background-color: whitesmoke;
    padding: 6px 0 6px 0px;
}

input#attendance_date {
    max-width: 191px;
}

.add_new_button_anchor {
    width: auto;
    border-radius: 3px;
    background-color: #742555;
    border: none;
    padding: 6px 10px;
    color: #fff !important;
    margin: 0 0 10px;
    box-shadow: inset 0 0 5px rgba(0,0,0,0.3);
    transition: 0.3s;
}


select.student_list_box{
    width: 90% !important;
    max-width:391px;
}

.page_header_container_left{
    float:left;
}

.page_header_container_right{
    float:right;
    font-weight: bolder;
    color: saddlebrown;
   
}