body{
	margin: 0;
	padding: 0;
}
i.hover{
	cursor: pointer;
}
.red{
	background: red;
	color: white;
}
.green{
	background: green;
	color: white;
}
.notactive{
	border-left: 10px solid red;
}
.active{
border-left: 10px solid green;
}.yellow{
border-left: 10px solid gold;
}
.activer{
background: #305826;
color: white;
}
.bi-eye {
    background: green;
    color: white;
    padding: 6px;
}
.bi-trash{
	background: red;
	padding: 6px;
    color: white;
}
.bi-cash{
	background: #5e62ab;
	padding: 6px;
    color: white;
}
.bi-pencil-square {
    background: #f68800;
    padding: 6px;
    color: white;
}
.menu-part{
position: fixed;
width: 300px;
height: 100%;
top: 0;
left: 0;
background: #fff;
color: black;
border-right:1px solid rgba(0, 0, 0, 0.125);
}
.logo-part{
background: #333;
color: white;
height: 150px;
width: 100%;

}
.menu-part ul{
padding: 0;
}
.menu-part ul li{
padding: 10px;
list-style: none;
border-bottom: 1px solid rgba(0, 0, 0, 0.125);
font-family: 'Abyssinica SIL', serif;
}
.menu-part ul li i{
font-size: 35px;
}

/*Dash Board*/
.second_path{
	position: absolute;
	left: 320px;
	width: 80%;
	height: 100%;
}
.dashboard{
width: 100%;
margin-top: 25px;
position: relative;
}
.addsection{
	position: absolute;
	right: 0;
	top: 12px;
}
.addnewsubject,.addnewclass{
		position: absolute;
	right: 0;
	top: 50px;
	border: 1px solid #333;
	width: 300px;
	height: 300px;
	background: white;
	border-radius: 10px;
	padding: 10px;
}
.dashboard-report{
width: 100%;
}
.dashboard-report div{
display: inline-block;
vertical-align: bottom;
width:250px;
	height: 150px;
	margin: 5px;
	color: white;
	font-style: 35px;
	text-align: center;
	font-family: PT Serif, Lato, Ubuntu;
	text-transform: capitalize;
}

.dashboard-report div div{
padding-top: 20px;
}

.class_rep{
	background: #388d72;
}
.class_stu{
	background: #5e62ab;
}
.class_unpaid{
	background: #fe8a14;
}
.class_width{
	background: #e7325d;
}
.class_graduated{
	background: #011f42;
}


.showdetail_batches,.showpaymenthistory,.report,.editclass,.editstudent{
	position: fixed;
	background: #fff;
	color: black;
	top: 15%;
	left: 25%;
	width: 800px;
	height: 600px;
	overflow-y: scroll;
	text-align: center;
	border: 1px #333 solid;
}
.bi-x-lg{
	position: absolute;
	top: 2px;
	left: 2px;
}

/*payment*/
.payment_place{
	width: 500px;
	height: 400px;
	background: whitesmoke;
	border: 1px solid #333;
	border-radius: 10px;
	position: absolute;
	top: 30%;
	left: 30%;
	padding: 10px;
}
.student_fetch li{
	list-style-type: none;
	background: #3b7e84;
	color: white;
	width: 100%;
	height: 32px;
	margin: 5px;
	padding: 3px;
}

/*showdetail_student*/
.student_info{
	width: 100%;
	display: block;
}
.student_info img{
width: 200px;
height: 200px;
    display: inline-block;
    vertical-align: top;
}
.info_place{
	width: 40%;
	align-items: left;

    display: inline-block;
    vertical-align: top;
}
/*attendance*/
.attendance_set{
position: absolute;
	right: 0px;
	top: 80px;
	background: white;
	border: 1px solid #333;
	border-radius: 10px;
	width: 100%;
	height: 600px;
	padding: 10px;
	display: flex;

}
.leftattendance,.centerattendance,.rightattendance{
	border: 1px solid #333;
	width: 400px;
}
.attendance_show{
	position: absolute;
	right: 0px;
	top: 80px;
	background: white;
	border: 1px solid #333;
	border-radius: 10px;
	width: 400px;
	height: 600px;
	padding: 10px;
}
.startup{
	position: fixed;
	background: whitesmoke;
	width: 100%;
	height: 100%;

}
.starttoday{
	width: 500px;
	position: absolute;
	left: 35%;
	top: 10%;
	text-align: center;
}
.cl{
	background: red;
	color: white;
	padding: 5px;
}
@media (max-width:1300px){
	.second_path{
		width: 75%;
	}
	.dashboard-report div h3{
		font-size: 20px;
	}
	.dashboard-report div{
		width: 150px;
        height: 122px;
        vertical-align: top;
	}
}
@media (max-width:1024px){
	.second_path{
		width: 70%;
	}
.showdetail_batches,.report,.editclass,.editstudent{
left: 15%;
}
}

@media (max-width:500px){
.mobimg{
    width:200px;
    height:200px;
}
.info_place{
    width:100%;
}
}
