/**************************************************
	header
**************************************************/
.admin header .ui.menu.main {
	background-image: linear-gradient(#FFFFFF,#A2E2B1);
}

.admin header .ui.menu.main .item:last-child {
	width:160px;
}
.admin header .ui.menu.main .item:not(:first-child):not(:last-child) {
	font-size: 18px;
}

@media only screen and (max-width: 820px) {
	.admin header .ui.menu.main .item:not(:first-child):not(:last-child) {
		font-size: 15px;
	}
	
	.admin header .ui.menu.main .item:not(:first-child):not(:last-child) i.icon:not(.dropdown) {
		display:none;
	}
}

.ui.card.catalog_edition, .ui.cards.catalog_edition>.card {
	width: 282px;
}
@media only screen and (max-width:767px) {
	.ui.card.catalog_edition, .ui.cards.catalog_edition>.card {
		width: 182px;
	}
}
@media only screen and (min-width:768px) and (max-width:991px) {
	.ui.card.catalog_edition, .ui.cards.catalog_edition>.card {
		width: 182px;
	}
}
@media only screen and (min-width:992px) and (max-width:1199px) {
	.ui.card.catalog_edition, .ui.cards.catalog_edition>.card {
		width: 226px;
	}
}
