.producer-app-info{
    padding-top:10px;
    /* padding-bottom:20px; */
}
.producer-app-info table tr td{
    text-align: center;
    border: none;
}

/* 
.producer-app-info-menu-action .btn{
    border: 1px solid #dddddd; 
    background: none;
    border-radius: 40px;
} */

/* .producer-app-info-menu-action .font-icon{
    font-size: 2rem;
    color: grey;
}
.producer-app-info-menu-action .name{ 
    color: #333333;
} */



.producer-control-menu{
    position: absolute;
    right:0; 
    bottom: 80px;
    z-index:4;
    width: 60px; 
}

@media screen and (max-device-width: 600px) {
    .producer-control-menu{ 
        bottom: 180px; 
    }
}
.list-menu{
    margin:0; 
}
.list-menu tr td{
    border:none !important;
    padding:10px 0 10px 0;
    text-align: center;
}
.list-menu .btn{
     background:none;
     padding: 0;
}
.list-menu .font-icon{
    font-size:3rem; color:whitesmoke; text-shadow:-1px 0 grey, 0 1px grey, 1px 0 grey, 0 -1px grey;
}
.list-menu .font-icon-disable{
    font-size:3rem; color:grey; text-shadow:-1px 0 grey, 0 1px grey, 1px 0 grey, 0 -1px grey;
}
.list-menu .name{
    color:white; 
    font-size:0.9rem;
    text-shadow:-1px 0 black, 0 1px black, 1px 0 black, 0 -1px black;
}
.list-menu .avatar{
    background-color:white; border-radius:50%;  border: 1px solid grey; width: 40px; height: 40px;
}

.list-menu .text-name{
    font-size:2rem;
    color:whitesmoke; 
    text-shadow:-1px 0 grey, 0 1px grey, 1px 0 grey, 0 -1px grey;   
}

 /* end menu */

.app-producer-menu{
    padding-top:15px; 
    padding-bottom:15px;
}
.app-producer-menu-icon .btn{
    padding: 10px; border: none;
}
/* 
.app-producer-menu-icon-text{
    font-size: 2.5rem; 
    color: grey;  
}

.app-producer-menu-icon-title{
    font-weight: bold;
} */