body, html {
	width: 100%;
	height: 100%;
}

body {
	font-family: 'Merriweather', 'Helvetica Neue', Arial, sans-serif;
}

hr {
	max-width: 50px;
	border-width: 3px;
	border-color: #F05F40;
}

hr.light {
	border-color: #fff;
}

.top-upper {
	padding-top: 100px;
}

.top-upper-extra {
	padding-top: 230px;
}

.top-bottom {
	padding-bottom: 200px;
}

.top-botoom-extra {
	padding-bottom: 150px;
}

.top-bottom-plus {
	padding-bottom: 300px;
}

a {
	color: #F05F40; /*#F05F40*/
	/*-webkit-transition: all 0.2s;
	-moz-transition: all 0.2s;
	transition: all 0.2s;*/
}

a:hover {
	color: #f05f40;
}

h1, .h1 {
	font-size: 1.5em;
	margin-top: 10px;
}

.h1, .h2 {
	display: block;
}

h2, .h2 {
	font-size: 1.4em;
}

h3, .h3 {
	color: #F26334;
	font-size: 1.3em;
	font-weight: bold;
}

h1, h2, h3, h4, h5, h6 {
	font-family: 'Open Sans', 'Helvetica Neue', Arial, sans-serif;
}

.bg-primary {
	background-color: #F05F40 !important; /*#F05F40*/
}

.bg-dark {
	background-color: #002c6c !important;
}

.text_black {
	color: #000000
}

.bg-image {
	height: 60%;
	background-image: url(../img/background_image_etlog.jpg);
	background-repeat: no-repeat;
	background-position-x: center;
	background-size: 100% auto;
}
/*
.index-title {
	margin-top: 2%;
	margin-bottom: 2%
}


.container.mybody {
   min-height: calc( 100vh - 191px);
}
*/
.container-pagefirst {
	height: 87%;
}

.container-contact {
	margin-top: 10em;
}

.index-title h1 {
	font-size: 2em;
}

.index-title p {
	font-size: 1.2em;
}

.text-faded {
	color: rgba(255, 255, 255, 0.7);
}

.section-heading {
	margin-top: 0;
}

::-moz-selection {
	color: #fff;
	background: #002c6c;
	text-shadow: none;
}

::selection {
	color: #fff;
	background: #002c6c;
	text-shadow: none;
}

img::selection {
	color: #fff;
	background: transparent;
}

img::-moz-selection {
	color: #fff;
	background: transparent;
}

.display_grid_eticheta_carrefour_palet,
	.display_grid_eticheta_auchan_palet {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	grid-gap: 20px 1em
}

.display_grid_eticheta_carrefour_palet>div:first-child,
	.display_grid_eticheta_auchan_palet>div:first-child {
	grid-area: 1/1/2/5;
}

.display_grid_eticheta_carrefour_palet>div:nth-child(2),
	.display_grid_eticheta_auchan_palet>div:nth-child(2) {
	grid-area: 2/1/3/5;
}

.display_grid_eticheta_carrefour_palet>div:nth-child(3),
	.display_grid_eticheta_auchan_palet>div:nth-child(3) {
	grid-area: 3/1/4/5;
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	grid-gap: 20px 1em
}

.display_grid_eticheta_carrefour_palet>div:nth-child(3)>div:nth-child(2),
	.display_grid_eticheta_auchan_palet>div:nth-child(3)>div:nth-child(2) {
	display: grid;
	grid-area: 1/2/2/5;
	grid-template-columns: minmax(60px, 12%) minmax(70px, 10%)
		minmax(90px, 23%) 25% minmax(50px, 10%) 20%;
	grid-column-gap: 5px
}

.display_grid_eticheta_carrefour_palet>div:nth-child(3)>div:nth-child(3),
	.display_grid_eticheta_auchan_palet>div:nth-child(3)>div:nth-child(3) {
	grid-area: 2/2/3/5;
}

.display_grid_eticheta_carrefour_palet>div:nth-child(3)>div:nth-child(2) label:last-child,
	.display_grid_eticheta_auchan_palet>div:nth-child(3)>div:nth-child(2) label:last-child
	{
	padding-top: 5px;
}

.display_grid_eticheta_carrefour_palet>div:nth-child(6),
	.display_grid_eticheta_auchan_palet>div:nth-child(6) {
	grid-area: 4/3/5/5;
}

.display_grid_eticheta_carrefour_palet>div:nth-child(9),
	.display_grid_eticheta_auchan_palet>div:nth-child(9) {
	grid-area: 5/3/6/5;
}

.display_grid_eticheta_carrefour_palet>div:nth-child(12),
	.display_grid_eticheta_auchan_palet>div:nth-child(12) {
	grid-area: 6/3/7/5;
}

.display_grid_eticheta_carrefour_palet>div:nth-child(6),
	.display_grid_eticheta_carrefour_palet>div:nth-child(9),
	.display_grid_eticheta_carrefour_palet>div:nth-child(12),
	.display_grid_eticheta_auchan_palet>div:nth-child(6),
	.display_grid_eticheta_auchan_palet>div:nth-child(9),
	.display_grid_eticheta_auchan_palet>div:nth-child(12) {
	padding-top: 5px;
}

.display_grid_eticheta_auchan_palet>div:nth-child(14) {
	display: grid;
	grid-column: 2/4;
	grid-column-gap: 1em
}

.display_grid_eticheta_carrefour_palet>div:nth-child(14)>div:first-child,
	.display_grid_eticheta_auchan_palet>div:nth-child(14)>div:first-child {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	grid-column-gap: 1em
}

.display_grid_eticheta_carrefour_palet>div:nth-child(14)>div:first-child label,
	.display_grid_eticheta_auchan_palet>div:nth-child(14)>div:first-child label
	{
	padding-left: 5px
}

.display_grid_eticheta_carrefour_palet>div:last-child,
	.display_grid_eticheta_auchan_palet>div:last-child {
	grid-column: 2/3;
}

.display_grid_eticheta_carrefour_palet>div:nth-child(16),
	.display_grid_eticheta_carrefour_palet>div:nth-child(18) {
	grid-column: 1/2;
}

.display_grid_eticheta_carrefour_palet>div:nth-child(19) {
	display: grid;
	grid-column: 2/4;
	grid-column-gap: 1em
}

.display_grid_eticheta_carrefour_palet>div:nth-child(19) {
	display: grid;
	grid-column: 2/4;
	grid-column-gap: 1em
}

.display_grid_eticheta_carrefour_palet>div:nth-child(19)>div:first-child
	{
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	grid-column-gap: 1em
}

.display_grid_eticheta_carrefour_palet>div:nth-child(20)>div:first-child label
	{
	padding-left: 5px
}

.bg_color_ee {
	background-color: #eeeeee
}

.bg-white {
	background-color: #ffffff
}

.bg_color_fbb {
	background-color: #fbb034
}

.color_f05 {
	color: #F05F40
}

.border_radius_5 {
	border-radius: 5px
}

#mainNav {
	display: flex;
	align-content: center;
	background-color: #f4f4f4;
	box-shadow: 0 0 3px 0 #888;
	border-radius: 4px;
}

#mainNav>.width_80, #mainNav>.align_right {
	align-self: center;
	text-align: right;
}

#mainNav>.width_40 {
	align-self: center;
}

#mainNav>.width_80>a, #mainNav>.align_right>a {
	padding: 15px 10px;
}

#mainNav>.width_80>a:hover, #mainNav>.align_right>a:hover {
	text-decoration: none;
	background-color: #eeeeee;
}

.meniu_companie {
	min-width: 240px;
}

.gs1_logo {
	width: 100%;
	max-width: 112px
}

.width_10 {
	width: 10%
}

.width_20 {
	width: 20%
}

.width_30 {
	width: 30%
}

.width_40 {
	width: 40%
}

.width_50 {
	width: 50%
}

.width_60 {
	width: 60%
}

.width_70 {
	width: 70%
}

.width_80 {
	width: 80%
}

.width_100 {
	width: 100%
}

.pt_7 {
	padding-top: 7px
}

.pt_10 {
	padding-top: 10px
}

.pt_20 {
	padding-top: 20px
}

.pt_30 {
	padding-top: 30px
}

.pb_10 {
	padding-bottom: 10px
}

.pb_20 {
	padding-bottom: 20px
}

.pb_30 {
	padding-bottom: 30px
}

.p_y_10 {
	padding-top: 10px;
	padding-bottom: 10px;
}

.p_y_20 {
	padding-top: 20px;
	padding-bottom: 20px;
}

.p_y_30 {
	padding-top: 30px;
	padding-bottom: 30px;
}

.p_x_10 {
	padding-left: 10px;
	padding-right: 10px;
}

.p_x_20 {
	padding-left: 20px;
	padding-right: 20px;
}

.p_x_30 {
	padding-left: 30px;
	padding-right: 30px;
}

.ml_5 {
	margin-left: 5px
}

.mt_5 {
	margin-top: 5px
}

.mt_10 {
	margin-top: 10px
}

.mt_0imp {
	margin-top: 0px !important
}

.mtb_10imp {
	margin-top: 10px !important;
	margin-bottom: 10px !important
}

.mtb_5imp {
	margin-top: 5px !important;
	margin-bottom: 5px !important
}

.mt_20 {
	margin-top: 20px
}

.mt_30 {
	margin-top: 30px
}

.mb_0 {
	margin-bottom: 0px
}

.mb_0imp {
	margin-bottom: 0px !important
}

.mb_10 {
	margin-bottom: 10px
}

.mb_20 {
	margin-bottom: 20px
}

.mb_30 {
	margin-bottom: 30px
}

.m_y_0 {
	margin-top: 0px;
	margin-bottom: 0px;
}

.m_y_10 {
	margin-top: 10px;
	margin-bottom: 10px;
}

.m_y_20 {
	margin-top: 20px;
	margin-bottom: 20px;
}

.m_y_30 {
	margin-top: 30px;
	margin-bottom: 30px;
}

.m_x_0 {
	margin-left: 0px;
	margin-right: 0px;
}

.m_x_10 {
	margin-left: 10px;
	margin-right: 10px;
}

.m_x_10imp {
	margin-left: 10px !important;
	margin-right: 10px !important;
}

.m_x_20 {
	margin-left: 20px;
	margin-right: 20px;
}

.m_x_30 {
	margin-left: 30px;
	margin-right: 30px;
}

.m_x_auto {
	margin-left: auto;
	margin-right: auto;
}

.border_top_5_white {
	border-top: 5px solid #ffffff
}

.border_bottom_5_white {
	border-bottom: 5px solid #ffffff
}

.d_block {
	display: block;
}

.d_none {
	display: none;
}

#navbarResponsive>ul {
	display: flex;
	justify-content: flex-end
}

#page-top {
	display: grid;
	grid-template-areas: "header" "main" "footer";
	grid-template-columns: 1fr;
	grid-template-rows: minmax(auto, auto) 1fr 43px
}

.header {
	grid-area: header
}

.main {
	grid-area: main;
	margin-top: 3px
}

.footer {
	grid-area: footer
}

.img-first {
	display: none
}

.custom_shadow {
	-webkit-box-shadow: 3px 3px 5px 5px rgba(0, 0, 0, 0.5);
	-moz-box-shadow: 3px 3px 5px 5px rgba(0, 0, 0, 0.5);
	box-shadow: 3px 3px 5px 5px rgba(0, 0, 0, 0.5);
}

.border_radius10 {
	border-radius: 10px
}

.font_bold {
	font-weight: bold
}

.font_size_18px {
	font-size: 18px
}

#card_etichete .card {
	padding-top: 10px;
	width: 100%;
}

#card_etichete .card h3:first-child {
	margin-top: 0px !important
}

.ui-radiobutton-icon {
	margin-left: 0px;
	margin-top: -1px;
}

.display_flex_ap, .display_flex_ap_col {
	display: flex
}

.align_items_center {
	align-items: center
}

.width_60px {
	width: 60px;
}

.max_width_60px {
	max-width: 60px
}

.min_width_60px {
	min-width: 60px !important
}

.min_width_100px {
	min-width: 100px !important
}

.max_width_100px {
	max-width: 100px !important
}

.max_width_200px {
	max-width: 200px !important
}

.max_width_400px {
	max-width: 400px !important
}

@media ( max-width : 991px) { /*992*/
	#card_etichete .card {
		margin-top: 20px !important;
	}
	#fm\:buy_content {
		padding-bottom: 0px !important
	}
}

@media ( min-width : 992px) { /*992*/
	#mainNav {
		border-color: transparent;
	}
	#meniu_secundar_desktop {
		display: block !important
	}
	/*.ui-shadow{
		z-index: 100!important
	}*/
}

.carousel-inner {
	background: #002c6c;
}

.carousel-caption {
	opacity: 1;
}

.carousel-item {
	height: 100vh;
	min-height: 300px;
	background: no-repeat center center scroll;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}

.service-box {
	max-width: 400px;
}

.portfolio-box {
	position: relative;
	display: block;
	max-width: 650px;
	margin: 0 auto;
}

.portfolio-box .portfolio-box-caption {
	position: absolute;
	bottom: 0;
	display: block;
	width: 100%;
	height: 100%;
	text-align: center;
	opacity: 0;
	color: #fff;
	background: rgba(240, 95, 64, 0.9);
	-webkit-transition: all 0.2s;
	-moz-transition: all 0.2s;
	transition: all 0.2s;
}

.portfolio-box .portfolio-box-caption .portfolio-box-caption-content {
	position: absolute;
	top: 50%;
	width: 100%;
	transform: translateY(-50%);
	text-align: center;
}

.portfolio-box .portfolio-box-caption .portfolio-box-caption-content .project-category,
	.portfolio-box .portfolio-box-caption .portfolio-box-caption-content .project-name
	{
	padding: 0 15px;
	font-family: 'Open Sans', 'Helvetica Neue', Arial, sans-serif;
}

.portfolio-box .portfolio-box-caption .portfolio-box-caption-content .project-category
	{
	font-size: 14px;
	font-weight: 600;
	text-transform: uppercase;
}

.portfolio-box .portfolio-box-caption .portfolio-box-caption-content .project-name
	{
	font-size: 18px;
}

.portfolio-box:hover .portfolio-box-caption {
	opacity: 1;
}

.portfolio-box:focus {
	outline: none;
}

.phone_number {
	color: #333333
}

.phone_number:hover {
	color: #333333
}

@media ( min-width : 768px) {
	.portfolio-box .portfolio-box-caption .portfolio-box-caption-content .project-category
		{
		font-size: 16px;
	}
	.portfolio-box .portfolio-box-caption .portfolio-box-caption-content .project-name
		{
		font-size: 22px;
	}
	.img-first {
		display: block
	}
}

@media ( max-width : 992px) {
}

@media ( max-width : 810px) {
	.meniu_companie {
		margin-left: auto;
	}
	#mainNav>.width_40 {
		display: none
	}
	.display_flex_ap {
		display: block
	}
	.display_flex_ap .width_20, .display_flex_ap .width_80 {
		width: 100%
	}
}

@media ( max-width : 384px) {
	#page-top {
		display: grid;
		grid-template-areas: "header" "main" "footer";
		grid-template-columns: 1fr;
		grid-template-rows: minmax(auto, auto) 1fr 59px
	}
}

.text-primary {
	color: #F05F40 !important;
}

.btn {
	font-weight: 700;
	text-transform: uppercase;
	border: none;
	border-radius: 5px;
	font-family: 'Open Sans', 'Helvetica Neue', Arial, sans-serif;
}

.btn-xl {
	padding: 1rem 2rem;
}

.top-down {
	margin-bottom: 50px;
}

.btn-primary {
	background-color: #F05F40;
	border-color: #F05F40;
}

.btn-primary:hover, .btn-primary:focus, .btn-primary:active {
	color: #fff;
	background-color: #ee4b28 !important;
}

.btn-primary:active, .btn-primary:focus {
	box-shadow: 0 0 0 0.2rem rgba(240, 95, 64, 0.5) !important;
}

.btn-dark {
	background-color: #002c6c;
	border-color: #002c6c;
}

.shadowfilter-white {
	-webkit-filter: drop-shadow(0px 0px 10px rgba(255, 255, 255, 1));
	filter: drop-shadow(0px 0px 10px rgba(255, 255, 255, 1));
}

.service h3 {
	font-size: 18px;
	font-weight: bolder;
	color: #002c6c;
}

.service p {
	font-size: 14px;
}

.footer-link {
	color: #008dbd
}

.footer-link:hover {
	color: #F05F40;
	text-decoration: none;
}

.list-inline-item {
	display: inline;
	padding: 0 5px;
	list-style: none;
	margin-bottom: 5px;
	margin-left: 0;
	font-size: 14px;
	border-left: 1px solid #b3b3b3;
	margin-right: 0 !important;
}

.list-inline-item:first-child {
	border-left: 0px;
}

.copyright {
	font-size: 12px;
	line-height: 18px;
	color: #999999;
}

.ui-selectonemenu.bootstrapfix label {
	padding-top: 0px;
	padding-bottom: 0px;
	background-color: inherit;
	border: 0px;
	box-shadow: none;
}

.ui-selectonemenu.bootstrapfix {
	width: 100%;
}

.ui-selectonemenu.bootstrapfix .ui-selectonemenu-trigger {
	width: 2em;
}

.ui-menubar .ui-menu-child .ui-menuitem-link {
	width: 92% !important;
}

.input-group .ui-selectonemenu.bootstrapfix {
	width: auto;
	background-image: none;
}

.ui-paginator .ui-paginator-next .ui-icon, .ui-paginator .ui-paginator-prev .ui-icon,
	.ui-paginator .ui-paginator-first .ui-icon, .ui-paginator .ui-paginator-last .ui-icon
	{
	height: 14px;
	overflow: hidden;
}

.ui-datatable table {
	table-layout: auto;
}

.ui-datatable tbody td[role=gridcell] {
	word-wrap: break-word;
	margin: 0;
	padding: 1px;
}

.ui-datatable .ui-sortable-column {
	padding: 0px;
}

.tableHeader {
	text-align: center;
	background: none repeat scroll 0 0 #337ab7;
	border: 1px solid #FFF;
	padding: 2px;
	color: white;
}

table tr th.tableHeader {
	vertical-align: top;
}

.table-bordered {
	border: none;
}

table.table tbody tr td {
	border: none;
	border-bottom: 1px solid #337ab7;
}

table.table-bordered tbody tr td {
	border: none;
	border-bottom: 1px solid #337ab7;
}

.table-striped>tbody>tr:nth-of-type(even) {
	background: none repeat scroll 0 0 #F9F9F9;
}

.table-striped>tbody>tr:nth-of-type(odd) {
	background: none repeat scroll 0 0 #FFFFFF;
}

tr.ui-datatable-even {
	background: none repeat scroll 0 0 #FFFFFF;
}

.rowOdd {
	text-align: left;
	background: none repeat scroll 0 0 #FFFFFF;
}

.rowEven {
	text-align: left;
	background: none repeat scroll 0 0 #F9F9F9;
}

table .ui-column-filter.ui-inputfield {
	font-size: 1em;
	line-height: 1em;
	padding: 1px;
	margin: 1px;
}

.ui-datatable tbody {
	border: none;
}

.ui-datatable tbody>tr {
	border: none;
}

.ui-datatable thead th, .ui-datatable tbody td, .ui-datatable tfoot td,
	.ui-datatable tfoot th {
	padding: 2px 0px;
}

table .ui-state-default, table .ui-widget-content .ui-state-default,
	table .ui-widget-header .ui-state-default {
	border-radius: 0px;
}

table.itemMatrix {
	padding: 0px;
	font-size: 17px;
}

table.itemMatrix tbody td {
	padding: 0px;
	border: none;
}

table.itemMatrix tbody td input {
	width: 100%;
}

table.itemMatrix td.colB {
	width: 40%;
}

.ui-autocomplete.bootstrapfix {
	width: 100%;
	border: 0;
	padding: 0;
	margin: 0;
}

.table-bordered {
	border: none;
}

table.table tbody tr td {
	border: none;
	border-bottom: 1px solid #337ab7;
}

table.table-bordered tbody tr td {
	border: none;
	border-bottom: 1px solid #337ab7;
}

.table-striped>tbody>tr:nth-of-type(even) {
	background: none repeat scroll 0 0 #F9F9F9;
}

.table-striped>tbody>tr:nth-of-type(odd) {
	background: none repeat scroll 0 0 #FFFFFF;
}

tr.ui-datatable-even {
	background: none repeat scroll 0 0 #FFFFFF;
}

.rowOdd {
	text-align: left;
	background: none repeat scroll 0 0 #FFFFFF;
}

.rowEven {
	text-align: left;
	background: none repeat scroll 0 0 #F9F9F9;
}

table .ui-column-filter.ui-inputfield {
	font-size: 1em;
	line-height: 1em;
	padding: 1px;
	margin: 1px;
}

.table-condensed td[role=gridcell].col-gln, .table-condensed .col-gln {
	width: 10em;
	height: 1px;
	vertical-align: middle;
}

.table-condensed td[role=gridcell].col-adresa {
	width: 20em;
	white-space: normal;
}

.table-condensed td[role=gridcell].col-email {
	width: 15em;
}

.ui-datatable tbody td {
	border: 1px solid #888a85;
	padding: 2px;
}

.col-action {
	width: 2em;
}

.col-n-c {
	width: 2em;
	text-align: center;
}

.table-condensed td[role=gridcell].col-nume, .col-nume {
	width: 25em;
	white-space: normal;
	text-align: left;
}

.drop-header {
	display: block;
}

table .ui-widget-content {
	border: none;
}

.table-condensed td a.link-action {
	margin: 3px;
}

.table-condensed td a.link-action:ACTIVE {
	text-decoration: none;
}

.table-condensed td[role=gridcell] {
	padding: 2px;
	margin: 0;
}

#f1 .ui-datatable-tablewrapper {
	overflow: visible;
}

div.row.tabel-cereri {
	padding-top: 7px;
	border-bottom: 10px solid #eeeeee;
	padding-bottom: 7px;
}

div.col-tabel-cereri table {
	margin-top: 5px;
}

div.col-tabel-cereri table.table th.tableHeader {
	background-color: #eceaea;
	color: #0f7293;
}

div.col-tabel-cereri table.table th.tableHeader.col-action {
	width: 80px;
}

div.col-tabel-cereri table.table td a.ui-link.ui-widget.fa.link-action {
	text-decoration: none;
}

@MEDIA ( min-width :768px) {
	/* Ordinea dimensiunilor este importanta sa fie crescator*/
	span.index_thumbnail {
		min-height: 330px;
	}
	table thead tr .ui-state-default[role="columnheader"] {
		background: #337ab7;
		color: white;
		text-shadow: none;
		vertical-align: top;
	}
	div .ui-datatable .ui-datatable-header, .ui-datatable .ui-datatable-footer
		{
		padding: 0px;
	}
}

@MEDIA ( min-width :992px) {
	/* Ordinea dimensiunilor este importanta sa fie crescator*/
	span.index_thumbnail {
		min-height: 345px;
	}
	table thead tr .ui-state-default[role="columnheader"] {
		background: #337ab7;
		color: white;
		text-shadow: none;
		vertical-align: top;
	}
	div .ui-datatable .ui-datatable-header, .ui-datatable .ui-datatable-footer
		{
		padding: 0px;
	}
}

@MEDIA ( min-width :1200px) {
	/* Ordinea dimensiunilor este importanta sa fie crescator*/
	span.index_thumbnail {
		min-height: 305px;
	}
	table thead tr .ui-state-default[role="columnheader"] {
		background: #337ab7;
		color: white;
		text-shadow: none;
		vertical-align: top;
	}
	div .ui-datatable .ui-datatable-header, .ui-datatable .ui-datatable-footer
		{
		padding: 0px;
	}
}

a.inner-link {
	color: white;
}

a.inner-link:hover {
	color: white;
}

.w100p {
	width: 100%;
}

.mt-1 {
	margin-top: 0.1em;
}

.mt-2 {
	margin-top: 0.2em;
}

.mt-3 {
	margin-top: 0.3em;
}

.mt-4 {
	margin-top: 0.4em;
}

.mt-5 {
	margin-top: 0.5em;
}

.mt-10 {
	margin-top: 1em;
}

.ui-grid-row .ui-grid-col-2, .ui-grid-row .ui-grid-col-10 {
	padding: 0.5em 0;
}

.ui-orderlist .ui-orderlist-list {
	height: auto;
}

.ui-orderlist .ui-grid-row .ui-grid-col-2, .ui-orderlist .ui-grid-row .ui-grid-col-10
	{
	padding: 0;
}

.ui-fluid .ui-state-active {
	background-color: #0081c2;
	color: #ffffff;
}

div.ui-menu.ui-menubar {
	background-image: none;
	box-shadow: none;
}

.ui-menu .ui-menu-parent .ui-menu-child {
   width: 14em;
}

.ui-menu .ui-menu-list .ui-menuitem {
	margin-right: 7px;
	margin-left: 7px;
	padding: 0px 5px;
}

.lidlicon {
	background: url(../img/lidlicon.png) !important;
	height: 16px;
	width: 16px;
}

.carrefouricon {
	background: url(../img/carrefouricon.png) !important;
	height: 16px;
	width: 16px;
}

.auchanicon {
	background: url(../img/auchan.png) !important;
	height: 16px;
	width: 16px;
}

.datamatrixicon {
	background: url(../img/datamatrixicon.png) !important;
	height: 16px;
	width: 16px;
}

.kauflandicon {
	background: url(../img/kaufland.png) !important;
	height: 16px;
	width: 16px;
}

.profiicon {
	background: url(../img/profi.png) !important;
	height: 16px;
	width: 16px;
}

.hornbachicon {
	background: url(../img/hornbachicon.png) !important;
	height: 16px;
	width: 16px;
}

.selgrosicon {
	background: url(../img/selgrosicon.png) !important;
	height: 16px;
	width: 16px;
}

.megaimageicon {
	background: url(../img/megaimageicon.png) !important;
	height: 16px;
	width: 16px;
}

.img-first {
	width: 100%;
}

.rap_icon{
   font-size: 2em;
}
.fi, .fi a{
   color: rgb(100,84,213);
   text-align: center
}