body{
    margin: 0;
    display: flex;
    /*min-height: 100vh;*/
    flex-direction: column;
}
.pie {
    flex-shrink: 0;
}
.select2-container .select2-selection--multiple {
    box-sizing: border-box;
    cursor: pointer;
    display: block;
    min-height: 32px;
    user-select: none;
    -webkit-user-select: none;
    display: inline-flex;
}
.select2-container--bootstrap-5 .select2-selection--multiple .select2-selection__rendered {
    display: inline-flex;
    flex-direction: row;
    flex-wrap: wrap;
    padding-left: 0;
    margin: 0;
    list-style: none;
    width: auto;
}
.select2-container--bootstrap-5 .select2-selection--multiple .select2-search {
    display: block;
    width: auto;
    height: 1.5rem;
}
.select2-container--bootstrap-5 .select2-selection--multiple .select2-selection__rendered li.select2-selection__choice {
    padding-top: 0 !important;
    padding-bottom: 0   !important;
    margin-bottom: 0;
}
.btn-filtrar-movimiento{
    cursor: pointer;
}
.btn-filtrar-movimiento:hover{
    font-weight: bold;
}

table.table-handheld{
    font-size: 0.68rem !important;
}

.ui-menu{
    z-index: 1050 !important;
}
/*===========================RADIOBUTTONS CON IMAGENES LISTAS====*/
.image-selector input{
    margin:0;padding:0;
    -webkit-appearance:none;
    -moz-appearance:none;
    appearance:none;
}
.image-selector input:active +.drinkcard-image{opacity: .9;}
.image-selector input:checked +.drinkcard-image, .image-selector input:checked +.drinkcard-image img{
    -webkit-filter: none;
    -moz-filter: none;
    filter: none;
}
.drinkcard-image{
    cursor:pointer;
    background-size:contain;
    background-repeat:no-repeat;
    display:inline-block;
    -webkit-transition: all 100ms ease-in;
    -moz-transition: all 100ms ease-in;
    transition: all 100ms ease-in;
    -webkit-filter: brightness(1.1) grayscale(1) opacity(.9);
    -moz-filter: brightness(1.1) grayscale(1) opacity(.9);
    filter: brightness(1.1) grayscale(1) opacity(.9);
    margin-right:5px;
}
.drinkcard-image:hover{
    -webkit-filter: brightness(1.05) grayscale(.5) opacity(.9);
    -moz-filter: brightness(1.05) grayscale(.5) opacity(.9);
    filter: brightness(1.05) grayscale(.5) opacity(.9);
}

