/*
* AFT|APP
* Css Style
*
* Back office Style
*
*/

/* Admon Grid */

.admGrid{
	display:grid;
	grid-column-gap: 1.3%;
	grid-template-columns: 24% 24% 24% 24%;

}

.admGrid a:link, .admGrid a:active, .admGrid a:visited{
	text-decoration: none;
	color: black;
}

.admGrid-item{
	display:flex;
	align-items: center;
	flex-flow: column;	
	padding: 10px 0px 10px 0px;
	/*border: 1px solid black;*/
}

.admGrid-item:hover{
	cursor: pointer;
	background: lightgray;
	border-radius: 10px;
}


.admGrid-item img{

	height: 50px;
	width: 50px;

}

.admCat{
	line-height: 20px;
	text-align:center;
	min-width: 100%;
	margin-top:20px;
	margin-bottom:20px;
}

.admCat h2{
	padding:0px;
	margin:20px 0px 10px 0px;
}
.admCat h3{
	padding:0px;
	margin:20px 0px 10px 0px;
}