/* *** 01RABBIT *** */
body {
    /*font-family: 'Titillium Web', sans-serif !important;*/
    background-image: url("/javax.faces.resource/bg01.jpg.xhtml?ln=img");
    /*background-image: url("/resources/img/background.jpg");*/
    background-repeat: no-repeat;
    background-size: cover;
    background-origin: content-box;
    background-attachment:fixed;
}


.bodylogin {
  background-image: url("/javax.faces.resource/bg01.jpg.xhtml?ln=img");
  background-size: cover;
  background-attachment: fixed;
  background-position: center;
  background-color: #0288D1;
  background-repeat: no-repeat;
  height: auto;
}

#logo {
    background-color: #FFFFFF;
}

#logo img {
    margin-top: 2px;
    height: 60px;
    max-width: 200px;
}

.TestoLogo {
    margin-top: 41px;
    margin-left: 140px;
    color: #0288D1; 
}

.headerLogin{
    background: #0288D1; 
    height: 64px;  
    -webkit-box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.3); 
    -moz-box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.3); 
    box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.3); 
    position: relative
}

/*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;
}
.ui-chips-token{
    background: #176BA0;
    color: #FFFFFF;
}
.ui-chips-input-token input {
    font-size: 16px;
    color: #546e7a;
}
@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;
    }
    .TestoLogo {
        margin-top: 28px;
    }
}
@media (max-width: 640px) and (min-width: 480px){
    .Fs100 {
        font-size: 100px !important;
    }
}
@media (max-width: 960px) and (min-width: 640px){
    .Fs100 {
        font-size: 100px !important;
    }
}
/* @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 */