.autocomplete-list
{

    max-height:calc(100vh - 160px);
}

.input .autocomplete-list .item button
{
    width:100%;
    background:none;
    border:none;
    text-align:left;
}


.input .autocomplete-list .item button:focus
{
    background-color:rgba(29,29,29,.1);
    color:blue;
}

.table td.wrap .data-wrapper
{
    white-space: normal;
}


.toast{
    font-size:16px;
}

.row
{
    margin-left:0;
    margin-right:0;
}



@media print {
    .navview .navview-content 
    {
        padding-top:0 !important;
    }
    
}


.toast
{
    border:1px solid black;
    -webkit-box-shadow: 0px 0px 14px 1px rgba(0,0,0,0.99);
    -moz-box-shadow: 0px 0px 14px 1px rgba(0,0,0,0.99);
    box-shadow: 0px 0px 14px 1px rgba(0,0,0,0.99);    
    text-align: center;
}


@media screen and (max-width: 500px) {
  .denumire-buton {display:none;}
}

.avatar-detalii
{
 font-size:10px;   
}


.min-width
{
    width:36px;
    text-align:center;
    white-space: nowrap;
}

.table .tbody .td, .table .tbody td, .table tbody .td, .table tbody td{
    padding:0.2rem 0.5rem;
}

.switch-material
{
    height:24px;
}

.prepend
{
    min-width:150px;
}


h4.bread
{
    font-size:1.2rem; 
}

.pos-sticky-top
{
    position:sticky;
    top:0px;
}

.pos-sticky-bottom
{
    position:sticky;
    bottom:0px;
}

.rezervari td.selected{
    box-shadow: none !important;
}

.input input{
/* text-align: right; */
}

.butoane_zile.selected
{
    background-color:#1ba1e2 !important;
    font-weight:bold;
}