.bg-purple{ background-color: #6f42c1 !important; }
.bg-orange{ background-color: #dc8b35 !important; }
.bg-new-color{ background-color: #5d7da6 !important; }
.bg-copii{ background-color: #a05da6 !important; }
.bg-vegetarieni{ background-color: #8ca65d !important }

.bg-on-green{ background-color: #EFF9DA !important; }
.bg-on-gold{ background-color: #F9D8D6 !important; }
.text-on-black { color: #30322C !important;}

.ui-menu{ z-index: 9999999 !important;}

.borderless td, .borderless th {
    border: none !important;
}
.each_div{
    padding:3px;
    margin-bottom:4px;
    box-shadow: 0px 0px 2px 0px rgba(0,0,0,0.45);
    -webkit-box-shadow: 0px 0px 2px 0px rgba(0,0,0,0.45);
    -moz-box-shadow: 0px 0px 2px 0px rgba(0,0,0,0.45);
}
.borderless td{
    padding-top:0px !important;
    padding-left:4px !important;
    padding-right:4px !important;
    padding-bottom:0px !important;
}
.borderless{
    margin-bottom:0px !important;
    width:95% !important;
}
.add-new-mobile{
    -webkit-box-shadow: 0px 0px 15px -7px rgba(0,0,0,0.83); 
    box-shadow: 0px 0px 15px -7px rgba(0,0,0,0.83);
    position:fixed;
    bottom:50px;
    right:30px;
    z-index:10;
    height:50px;
    width:50px;
    border-radius:30px;
    background-color:#28a745;
    text-align: center;
}

.add-new-mobile .fa{
    font-size: 20px;
    line-height: 2;
    margin-top: 5px;
    color: whitesmoke;
    cursor:pointer;
}

.add-new-mobile:hover{
    background-color:#28a995;
}
.modal-backdrop {
    z-index: 1020 !important;
}
.badge-pink{
    color:#3b403f;
    background-color:#ffcccc94;
}
.badge-brown{
    color:#151313;
    background-color:#8a5e186e;
}
.simple-shadow{
    box-shadow: 0px 1px 10px -6px rgba(0,0,0,0.75);
    -webkit-box-shadow: 0px 1px 10px -6px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px 1px 10px -6px rgba(0,0,0,0.75);
}
.delete-button-card-invitat{
    color: red !important;
    font-size: small;
    cursor:pointer;
}
.cursor-pointer{
    cursor:pointer;
}
/*.no-scrollbar{
    -ms-overflow-style: none;
    scrollbar-width: none;  
}
.no-scrollbar::-webkit-scrollbar { 
    display: none;
}*/