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

#logo {
    background-color: #FFFFFF;
    border-right: solid 1px #FFB400;
}

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

#layout-topbar{
    background-color: #FFB400;
}

.img-responsive{
    max-width: 100%;
    height: auto; 
    display: block;
}

.img-user{
    width: 50px;
    height: 50px; 
    border-radius: 25px;
    display: block;
    float:left;
    margin-right: 10px;
}

#adminTitle{
    color: #FFFFFF;
    text-transform: uppercase;
    padding: 20px;
    margin-left: 20px;
    float: left;
    font-size: 20px;
    font-weight: bold;
    font-family: 'roboto_condensedregular';
}
/*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-selectonemenu{
    width: 90% !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 */