
div.mainmenu.rollerstorage::before {
	content: "\f249";
}
div.mainmenu.rollerstorage {
	background-image: none;
}

.myclasscss {
	/* ... */
}
/*Raktárban*/
.badge-status110 {
    color: #ffffff !important;
    background-color: green !important;
}

/*Szervízben*/
.badge-status111 {
    color: #ffffff !important;
    background-color:  #f8c471  !important;
}

/*Kiadva*/
.badge-status112 {
    color: #ffffff !important;
    background-color:  #a569bd  !important;
}

/*Szállítás alatt*/
.badge-status113 {
    color: #ffffff !important;
    background-color:  #5499c7  !important;
}

/*Hibás*/
.badge-status114 {
    color: #ffffff !important;
    background-color: red !important;
}


