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

.loginbody {
    /*background-image: url("/prezzarioop/javax.faces.resource/background01.jpg.xhtml?ln=img");*/
}

#logo {
    width: 150px !important;
    background-color: #0070AF;
    border-right: solid 1px #FFFFFF;
}
.TestoLogo{
    color: #0070AF;
    font-size: 24px;
    padding-top: 18px;
    padding-left: 18px;
    text-transform: uppercase;
}
#logo img {
    height: 50px;
    margin-top: 4px;
}

.color01{ color: #0070AF !important;}

#layout-topbar{
    background-color: #0070AF !important;    
}

a, a:active, a:hover, a:focus{color: #0070AF}

ul.ul, ul.ul li {
	list-style: disc;
}
img-responsive{
    max-width: 100%;
    height: auto; 
    display: block;
}

.adminTitle{
    color: #FFFFFF;
    text-transform: uppercase;
    padding: 20px;
    float: left;
    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;
}
ul.ui-autocomplete-multiple-container{width: 100%;}

/*.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;
}*/

.ui-panelgrid{
    border: 0px;
}

.ui-row-editor a{
    padding:10px;
}

.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;
}

.img-responsive,
.thumbnail > img,
.thumbnail a > img,
.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
    display: block;
    max-width: 100%;
    height: auto;
}
.img-rounded {
    border-radius: 6px;
}
.img-thumbnail {
    display: inline-block;
    max-width: 100%;
    height: auto;
    padding: 4px;
    line-height: 1.42857143;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 4px;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}
.img-circle {
    border-radius: 50%;
}

span.Wid10{display:block;}
span.Wid20{display:block;}
span.Wid30{display:block;}
span.Wid33{display:block;}
span.Wid40{display:block;}
span.Wid50{display:block;}
span.Wid60{display:block;}
span.Wid70{display:block;}
span.Wid80{display:block;}
span.Wid90{display:block;}
span.Wid100{display:block;}
span.Wid10 input{width: 100%;}
span.Wid20 input{width: 100%;}
span.Wid30 input{width: 100%;}
span.Wid33 input{width: 100%;}
span.Wid40 input{width: 100%;}
span.Wid50 input{width: 100%;}
span.Wid60 input{width: 100%;}
span.Wid70 input{width: 100%;}
span.Wid80 input{width: 100%;}
span.Wid90 input{width: 100%;}
span.Wid100 input{width: 100%;}

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

/*Carousel in home*/
.ui-carousel{
    border: 0px; margin: 0px !important; padding: 0px !important; width: 100% !important;
}

.ui-carousel .ui-carousel-header{
    background: #0070AF; margin: 0px !important;
}
.ui-carousel .ui-carousel-dropdown, .ui-carousel .ui-carousel-mobiledropdown{
    display: none;
}
.ui-carousel .ui-carousel-viewport{
    margin: 0px; padding: 0px; background: #F2F2F2;
}
/*News in home*/
div.image{
    height: 240px;    
    overflow:hidden;
}
h1.titoloNews{
    font-size: 18px;
    padding-top: 5px;
    color: #0070AF;
    font-weight: normal;
}

@media screen and (max-width: 767px) {
    body {background-image: url("/prezzarioop/javax.faces.resource/background01_sm.jpg.xhtml?ln=img");}
    #logo img { height: 46px; margin-top: 2px;}
    .adminTitle { margin-left: 10px; font-size: 10px;}    
}
@media screen and  (min-width: 768px) {
    body {background-image: url("/prezzarioop/javax.faces.resource/background01_md.jpg.xhtml?ln=img");}
    .adminTitle{margin-left: 16px; font-size: 12px;}
}
@media screen and  (min-width: 992px) {
    body {background-image: url("/prezzarioop/javax.faces.resource/background01_lg.jpg.xhtml?ln=img");}
    .adminTitle{margin-left: 20px; font-size: 20px;}
}
@media screen and  (min-width: 1200px) {
    body {background-image: url("/prezzarioop/javax.faces.resource/background01.jpg.xhtml?ln=img");}
    .adminTitle{margin-left: 20px; font-size: 20px;}
}



/* @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 */