body{
	margin: 0;
	padding: 0;
}

.notactive{
	border-left: 5px solid red;
}
.active{

	border-left: 5px solid green;
}
.activer{
background: #305826;
color: white;
}
.bi-eye {
    background: green;
    color: white;
    padding: 6px;
}
.bi-trash{
	background: red;
	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;
z-index: 1;
border-right:1px solid rgba(0, 0, 0, 0.125);
}
.cloth_menu{
	position: fixed;
	width: 30%;
	height: 100%;
	background: #33333345;
	top: 0;
	right: 0;
	z-index: 1;
}
.logo-part{
background: #333;
color: white;
height: 100px;
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;
}
.addsection button, .addsection form{
	display: inline-block;
}
.addnewsubject,.addnewclass{
	position: absolute;
	right: 0;
	top: 50px;
	border: 1px solid #333;
	width: 300px;
	height: 300px;
	background: white;
	border-radius: 10px;
	padding: 10px;
	z-index: 10;
}


/*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;
	z-index:1;

}
.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;
}


.dashboard-report{
width: 100%;
}
.dashboard-report div{
display: inline-block;
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,.trainers_show,.showpaymenthistory,.showdetail_student,.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: 45%;

    display: inline-block;
    vertical-align: top;
}
.info_place{
	width: 40%;
	align-items: left;

    display: inline-block;
    vertical-align: top;
}
.srctotable{
	position: absolute;
    right: 10px;
    width: 400px;
    display: inline-block;
    vertical-align: top;
}
@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,.showdetail_student,.report,.editclass,.editstudent{
left: 15%;
}
}

@media (max-width:500px){
	.dashboard-report div{
		width: 45%;
	}
	.srctotable{
		position: relative;
	}
	.showdetail_batches, .trainers_show, .showpaymenthistory, .showdetail_student, .report, .editclass, .editstudent{
		left: 0;
		width: 100%;
	}
	.second_path{
		left: 0;
		width: 100%;
		top:18px;
		padding:5px;
	}
	.mob{
		display: none;
	}
	/*attendance*/
.attendance_set{
background: white;
        width: 100%;
        height: 100%;
	border: 1px solid #333;
        padding: 10px;
        z-index: 1;
        position: relative;
        top: 0;
        display: block;

}
.leftattendance,.centerattendance,.rightattendance{
	border: 1px solid #333;
	width: 100%;
	display:block;
}
.attendance_show{
	background: white;
	border: 1px solid #333;
	border-radius: 10px;
	width: 400px;
	height: 600px;
	padding: 10px;
}

}