.toolbar {
    background: red; /* For browsers that do not support gradients */
    background: -webkit-linear-gradient(red, yellow); /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(red, yellow); /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(#FFF8DC, #555756); /* For Firefox 3.6 to 15 */
    background: linear-gradient(#FFF8DC, #555756); /* Standard syntax */
}
.menu-item {
    width: 100%;
    line-height: 19px;
    color: #ffffff;
    font-size: 13px;  
    vertical-align: center;     
}

.menu-item ng-md-icon {
    margin-left: 10px; 
}

.menu-sub-item {
    width: 100%;
    line-height: 19px;
    padding-left: 50px;
    color: #ffffff;
    font-size: 13px;  
    vertical-align: center;     
}

.activeSubSideCardapio{
	color: black !important;
	background:#E0E0E0 !important;
}

.activeSubSideInicio{
	color: white !important;
	background: #696969 !important;
}

.activeSubSideInicio button{
	color: white !important;
    background: #696969 !important;
}

::-webkit-scrollbar-track {
    background-color:white;
}
::-webkit-scrollbar {
    width: 6px;
    background: #696969;
}
::-webkit-scrollbar-thumb {
    background: #696969;
}