body {
	background-color: #c7ccd4;
	font-family: system-ui;
    color: #111;
    margin: 0;
}

.head_admin {
	top: 0px;
	left: 0px;
	width: 100%;
	height: 50px;
	background-color: #5554;
	box-shadow: rgba(0, 0, 0, 0.12) 0px 1px 3px, rgba(0, 0, 0, 0.24) 0px 1px 2px;

}

.head_admin .admin_logout {
	position: absolute;
	float: right;
	top: 15px;
	right: 10px;

}

.head_admin .admin_logout a{
	text-decoration: none;
	color: #111;
	border:  1px solid #fcba03;
	background-color: #fcba03;
	border-radius: 7px;
	padding: 8px;
}
.container {
	width: 100%;
	display: flex;
    justify-content: space-around;
}
.adm_task {
	border-radius: 7px;
	background: linear-gradient(135deg,  #6f7173, #a5a7a8, #6f7173);
	box-shadow: #222 0px 1px 3px, #222 0px 1px 2px;
	height: 100px;
	margin: 5px;
	width: 150px;
	flex-grow: 1;
	text-align: center;
    vertical-align: middle;
    line-height: 100px;
    font-size: 1.5em;
    font-weight: bold;


}
.adm_task a {
	text-decoration: none;
	color: #111;
}

.peron_row_head {
	background-color: #222;
	color:  #EEE;
	height: 30px;
	border-top-left-radius: 7px;
	border-top-right-radius: 7px;
}
.peron_row_head td {
	padding: 5PX;
	text-align: center;

} 
.person_row {
	height: 30px;
	font-size: 0.95em;
}

.person_row a{
	color:  #222;
	text-decoration: none;
}


.peron_row td {
	padding: 5PX;
}

.list_person {
	border: 1px solid #333;
	border-radius: 7px;
	width: 80%;
	margin-left: auto;
	margin-right: auto;
	margin-top: 20px;
	margin-bottom: 20px;
	padding-bottom: 20px;

}

.search_fields {
    border: 1px solid #333;
	border-radius: 7px;
	width: 80%;
	margin-left: auto;
	margin-right: auto;
	margin-top: 20px;
}
.field_sr {
	margin-left: 7px;
	display: inline-block;
	height: 56px;
	width: 30%;
}

.field_sr span{
	display: block;
	font-weight: bold;
}

.field_sr input{
	display: block;
	width: 80%;
	height: 30px;
	border-radius: 7px;
	border: 1px solid gray;
}
.search_fields_btn {
	display: block;
	width: 90%;
	margin-top: 20px;
}
.search_fields_btn input {

	height: 40px;
	background-color: #c49316;
	border-radius: 7px;
	width: 30%;
	font-weight: bold;
	font-size: 1.3em;
	cursor: pointer;
	text-shadow: 2px 2px 5px black;
	box-shadow: rgba(0, 0, 0, 0.16) 0px 3px 6px, rgba(0, 0, 0, 0.23) 0px 3px 6px;
	background:  linear-gradient(0deg, #c49316, #fff48c, #c49316);
	
}
.active {
	background-color: #de7676;
}

.notactive {
	background-color: #76de91;
}

.view_person {
	width: 45%;
	max-width: 592px;
	background:  linear-gradient(45deg, #6f7173, #a5a7a8, #6f7173);
	box-shadow: rgba(0, 0, 0, 0.25) 0px 0.0625em 0.0625em, rgba(0, 0, 0, 0.25) 0px 0.125em 0.5em, rgba(255, 255, 255, 0.1) 0px 0px 0px 1px inset;
	border-radius: 7PX;
	padding: 15PX;
	position: relative;
	margin-left: auto;
	margin-right: auto;

}

.labalance {
	padding-top: 40px;
	
}
.labalance .balance_amnt {
	font-size: 200%;
	text-align: center;
}
@media screen and (max-width:  1000px) {
		.container {
				
			flex-direction: column;

	    }

		.adm_task { 

			width: 90%;
			margin: 5px;
			

		}
		.task1 {
			flex-grow: 1;
			text-align: center;
			justify-content: center;
		}
		.task2 {
			flex-grow: 1;
			text-align: center;
		}
		.task3 {
			flex-grow: 1;
			text-align: center;
		}

		.list_person {
			width: 95%;
		}

		.EMaIL {
			display: none;
		}
		.person_row {
			font-size: 0.8em;
		}

		.view_person {
			width: 95%;
		}
		.field_sr {
			margin-left: 7px;
			display: block;
			height: 56px;
			width: 80%;
		}
		.search_fields_btn {
			
		}
		.search_fields_btn input {
			height: 40px;
			background-color: #c49316;
			border-radius: 7px;
			width: 80%;
			margin-bottom: 10px;
		}

}