/* *** 01RABBIT *** */
body {
}

#logo {
}

#logo img {
    height: 50px;
    margin-top: 8px;
}

/*toglie i pulsanti rotondi solo icona*/
.ui-button-icon-only{
    border-radius: 2px !important;
    -webkit-border-radius: 2px !important;
}
.ui-selectonemenu, .ui-selectcheckboxmenu {
    padding: 0px 21px 0px 0px !important
}
.ui-autocomplete {
    width: 100% !important;
}
.ui-autocomplete .ui-inputfield {
    width: 83% !important;
    height: 34px !important;
}
.ui-autocomplete .ui-autocomplete-dropdown {
    position: relative !important;
}

.ui-autocomplete .ui-autocomplete-dropdown {
    width: 34px !important;
    height: 34px !important;
}
.ui-autocomplete-multiple-container.ui-inputfield {
    width: 100% !important;
}

.SmsLetto:last-child {
    display: none;
}

.ContainerIndent{
    padding: 12px;
}

.ui-datatable .ui-datatable-header{
    padding: 7px 10px !important;
}

.speciale {
    background-color: #ffdabf !important;
    /*background-color: #eddada !important;*/
}

.ui-orderlist{
    height: auto !important;
}
.ui-orderlist .ui-orderlist-list{
    height: auto !important;
}

@media (max-width: 35em) { 
    .ui-panelgrid .ui-grid-responsive .ui-grid-row {
        border-top: 0px solid;
    }
}

@media (max-width: 640px) and (min-width: 320px) { 
    body {
        background-image: none;
    }
    #logo img {
        height: 36px;
        margin-top: 8px;
    }
}

/* @group Blink */
.blink {
    -webkit-animation: blink 1.0s linear infinite;
    -moz-animation: blink 1.0s linear infinite;
    -ms-animation: blink 1.0s linear infinite;
    -o-animation: blink 1.0s linear infinite;
    animation: blink 1.0s linear infinite;
}

@-webkit-keyframes blink {
    0% { opacity: 1; }
    75% { opacity: 1; }
    75.01% { opacity: 0; }
    100% { opacity: 0; }
}

@-moz-keyframes blink {
    0% { opacity: 1; }
    75% { opacity: 1; }
    75.01% { opacity: 0; }
    100% { opacity: 0; }
}

@-ms-keyframes blink {
    0% { opacity: 1; }
    75% { opacity: 1; }
    75.01% { opacity: 0; }
    100% { opacity: 0; }
}

@-o-keyframes blink {
    0% { opacity: 1; }
    75% { opacity: 1; }
    75.01% { opacity: 0; }
    100% { opacity: 0; }
}

@keyframes blink {
    0% { opacity: 1; }
    75% { opacity: 1; }
    75.01% { opacity: 0; }
    100% { opacity: 0; }
}
/* end @group Blink */