﻿body {
    font-family: 'Open Sans', sans-serif;
    color: #333;
    background-color: #fff;
    font-size: 15px;
    padding-top: 98px;
}

a{
    color:#9F323C;
}

a:hover, a:focus{
    color:#E66E12;
    text-decoration:none;
}

.testoVerde{
    color:#008000;
}

.testoRosso{
    color:#FF0000;
}

.note{
    font-size:10px;
    color:#999;
}

.img-responsive-inline{
    max-width: 100%;
    height: auto;
}

h1{
    margin:0px;
}

h1 span{
    display:none;
}

h2{
    font-size:36px;
    margin-top:0px;
}

h2 a,.panel-heading a{
    float: right;
    margin-left: 10px;
}

.panel-heading-flex{
	display: flex;
	align-items: center;
	justify-content: space-between;
	flex-wrap:wrap;
}

.panel-heading-flex a{
    float: none;
}

h2 a.btn-sm {
    margin-top: 5px;
}

h3{
    margin-bottom:20px;
}

.tab-pane h3{
    margin:0px 0px 10px;
}

h4{
    font-weight:bold;
}

header{
    background-size:cover;
    background-position:center center;
    min-height:200px;
    position:relative;
}

header>img{
    position:absolute;
    display:block;
    bottom:-20px;
    margin:0px auto;
    left:0px;
    right:0px;
}


section{
    padding:60px 0px;
}

/*Cookie choice
#cookieChoiceInfo {
	top: 0px;
	bottom:unset !important;
	z-index:10000 !important;
}*/

/*Breadcrumbs*/
.breadcrumbSection{
    background-color:#f5f5f5;
    padding:0px;
}

.breadcrumb{
    margin-bottom:0px;
}

/*Bottoni*/
.btn{
    white-space:normal;
}

.btn-primary {
    background-color: #9f323c;
    border-color: #9f323c;
    color: #fff;
    text-transform:uppercase;
}

.btn-primary:hover, .btn-primary:focus, .btn-primary.focus, .btn-primary:active, .btn-primary.active, .open > .dropdown-toggle.btn-primary {
    background-color: #e66e12;
    border-color: #e66e12;
    color: #fff;
}

.btn-primary:active:hover, .btn-primary.active:hover, .open > .dropdown-toggle.btn-primary:hover, .btn-primary:active:focus, .btn-primary.active:focus, .open > .dropdown-toggle.btn-primary:focus, .btn-primary.focus:active, .btn-primary.active.focus, .open > .dropdown-toggle.btn-primary.focus {
	background-color: #e66e12;
	border-color: #e66e12;
}

.btn-group .btn + .btn, .btn-group .btn + .btn-group, .btn-group .btn-group + .btn, .btn-group .btn-group + .btn-group {
	margin-left: 0px;
}

.btn-group > .btn:not(:first-child):not(:last-child):not(.dropdown-toggle) {
	border-color:#9f323c #821620;
}

.btn-group > .btn:hover:not(:first-child):not(:last-child):not(.dropdown-toggle){
    border-color:#e66e12 #821620;
}

.btn-group > .btn:active:not(:first-child):not(:last-child):not(.dropdown-toggle), .btn-group > .btn.active:not(:first-child):not(:last-child):not(.dropdown-toggle) {
	border-color:#e66e12 #821620;
}


.btnUser{
     max-width:220px;
}

.nav-pills-grey a {
	background-color: #f5f5f5;
	border: 1px solid #ddd;
	color: #333;
	margin-bottom: 5px;
	box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
	line-height: 1;
}

.nav-pills-grey a .badge {
	background-color: #333;
	color: #f5f5f5;
	min-width: 38px;
	line-height: 1;
}


.nav-tabs li .visible-active {
	display: none;
}

.nav-tabs li.active .visible-active{
	display:inline;
}

/*Blinker*/
.blink {
	animation: blinker 2s linear infinite;
}

@keyframes blinker {  
  50% { opacity: 0; }
}

/*Form*/
.form-control:focus {
    border-color: #f1ab72;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px rgba(241, 171, 114, 0.6);
    outline: 0 none;
}

.validation-summary-valid.alert-danger {
    display: none;
}

.field-validation-error{
    color:#f00;
    margin-bottom: 10px;
}

.validation-summary-errors{
    color:#a94442;
    margin-bottom: 10px;
    background-color:#F2DEDE;
    border-color:#ebccd1;
    border-radius:4px;
    padding:10px;
}

.validation-summary-errors ul{
    padding:0px;
    margin:0px;
    list-style-position:inside;
}

.displayDescription{
	float:right;
}

.radioList {
	padding: 0px;
	margin: 0px;
}

.radioListItem{
    padding:10px;
    position:relative;
    clear:left;
    overflow:hidden;
}

.radioListItem:not(:last-of-type){
    border-bottom:1px dashed #ccc;
}

.radioListItem label{
    margin-bottom:0px;
    cursor:pointer;
}

.radioListItem .radioListInput{
    position:relative;
    float:left;
    width:25%;
    margin-right:5%;
}

.radioListItem .radioListInput input{
    position:absolute;
    bottom:3px;
    left:3px;
} 

.radioListItem .radioListLabel{
    float:left;
    width:70%;
}

.radioListLabel small{
    font-weight:normal;
    display:block;
}

/*checkBoxRound*/

.checkBoxRound {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	background-color: #eee;
	border-radius: 15px;
	margin-bottom: 12px;
	position: relative;
}

.checkBoxRound label {
	display: flex;
	flex-direction: row;
	align-items: center;
	padding: 15px;
	min-height: 50px;
	cursor: pointer;
	font-weight: normal;
	margin: 0px;
}

/* Hide the browser's default checkbox */
.checkBoxRound input {
	display: none;
}

/* Create a custom checkbox */
.checkBoxRound .checkmark {
	margin-right: 15px;
	height: 25px;
	width: 25px;
	min-width: 25px;
	border-radius: 25px;
	background: radial-gradient(#fff,#fff,#ccc);
	border: 1px solid #ccc;
}

/* On mouse-over, add a grey background color */
.checkBoxRound:hover input ~ .checkmark {
	background-color: #ccc;
}

/* When the checkbox is checked, add a blue background */
.checkBoxRound input:checked ~ .checkmark {
	background: green;
	border-color: green;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkBoxRound .checkmark:after {
	content: "";
	position: absolute;
	display: none;
}

/* Show the checkmark when checked */
.checkBoxRound input:checked ~ .checkmark:after {
	display: block;
}

/* Style the checkmark/indicator */
.checkBoxRound .checkmark:after {
	position: relative;
	left: 10px;
	top: 6px;
	width: 5px;
	height: 10px;
	border: solid white;
	border-width: 0 2px 2px 0;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}

.checkBoxRound span.field-validation-error {
	flex-basis: 100%;
	margin: 0px 0px 10px 55px;
}


/*radioButtonList*/

.radioButtonList {
	display: flex;
	justify-content: space-between;
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}

.radioButtonList > li {
	flex: 1;
	border: 1px solid #ccc;
	border-radius: 10px;
	padding: 15px;
	display: flex;
	flex-direction: column;
	align-items:center;
	cursor: pointer;
	text-align: center;
	margin: 0px 10px;
	box-shadow: 0 2px 2px 0 rgba(0,0,0,.14),0 3px 1px -2px rgba(0,0,0,.2),0 1px 5px 0 rgba(0,0,0,.12);
	transition: all .2s linear;
}

.radioButtonList > li:first-of-type {
	margin-left: 0px;
}

.radioButtonList > li:last-of-type {
	margin-right: 0px;
}

.radioButtonList > li:hover {
	background-color: #eee;
	box-shadow: none;
}

.radioButtonList > li.radioButtonListChecked {
	background-color: #007e90;
	color: #fff;
	box-shadow: none;
}

.radioButtonList > li > h3 {
	margin: 20px 0px;
	font-size: 20px;
	border-bottom: 1px solid #ccc;
	padding-bottom: 20px;
}

.radioButtonList > li > ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}

.radioButtonList > li > ul > li {
			margin-bottom: 10px;
		}

@media (max-width:1199px) {
	.radioButtonList {
		display: block;
	}

	.radioButtonList > li {
		margin: 0px 0px 20px;
	}
}

/*Colonne senza padding*/
.no-padding > [class*='col-'] {
    padding-right:0;
    padding-left:0;
}

.no-padding-left > [class*='col-'] {
    padding-left:0;
}

.no-padding-right > [class*='col-'] {
    padding-right:0;
}

/*Troncare testo aggiungendo puntini di sospensione*/
.truncate {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

/*Panel*/
.panel-footer .form-group {
	margin-bottom: 0px;
}

.form-group label small{
	font-size:75%;
	color:#555;
}

/*Lista nei pannelli*/
.panel h3 {
	margin: 0px;
}

.panelList{
    padding:0px;
    list-style-type:none;
}

.panelList li {
  border-bottom: 1px dotted #eee;
  margin-top: 10px;
  padding-bottom: 10px;
}

/*Badge nell'header dei pannelli*/
.panel-default > .panel-heading .badge {
    line-height: 20px;
}

/*Lista formattata*/
.listaFormattata li {
	background-color: #f1f1f1;
	margin-bottom: 5px;
	display: flex;
	padding-right: 5px;
}

.listaFormattata li label {
	background-color: #ccc;
	padding: 0 5px;
	margin: 0;
	margin-right: 5px;
	flex-shrink: 0;
	flex-basis: 30%;
}

.listaFormattataFlex {
	display: flex;
	flex-wrap: wrap;
	margin: 0px -15px;
}

.listaFormattataFlex li {
	flex-basis: calc(50% - 30px);
	flex-grow: 1;
	margin-left: 15px;
	margin-right: 15px;
}

.listaFormattataFlex li label {
	flex-basis: 200px;
}

/*Pannelli area*/
.panel.areaPanel{    
    text-align:center;
}

.areaPanel .panel-body {
    padding: 0px;
}

.areaPanel .panel-body a {
    display: block;
    padding: 15px;
}

.areaPanel .panel-body a span {
    font-size: 104px;
}

/*UserBar*/
.userBar{
    background-color:#fdfdfd;
    /*border-bottom:1px solid #f5f5f5;*/
    box-shadow: 1px 1px 2px #eee;
    min-height:37px;
}

#userBarLeft a {
    display: inline-block;
    padding: 7px 10px;
    color: #9f323c;
    border-left: 1px solid #eee;
}

#userBarLeft a:last-child {
    border-right: 1px solid #eee;
}

#userBarLeft a:hover{
    background-color: #9f323c;
    color:#fff;
}

#userBarRight{
    padding-top:3px;
    padding-bottom:3px;
}

#userBarRight .btn-group, #userBarRight .btnAdmin {
  display: inline;
  float:right;
  margin-left:10px;
}

#userBarRight .btn-primary {
    margin-bottom: 0px;
}

#btnSitoPubblico, #btnLoginOut{
     float:right;
     margin-left:10px;
}

.btnAreaUtente{
    position:relative;
    
}

#areaUtenteFreccia{line-height:0px;
    position:absolute;
    top:32px;
    left:10px;
    color:#9F323C;
    font-size:48px;
    z-index:10000;
}

#areaUtenteFreccia img{
    width:40px;
}

#ricercaSito{
     width:230px;
     float:right;
}

.userBar .input-group .form-control {
    float: none;
}

.userBar .btn-default {
    background-color: #9f323c;
    color:#777;
}

.userBar .btn-default:hover {
    background-color: #e66e12;
    color:#fff;
}


/*navbar*/
.navbar-default {
    background-color: #fff;
}

.navbar-brand{
    padding:3px 15px;
    height: 60px;
}

.navbar-brand .img-responsive{
    display:inline;
    height:54px;
}

.navbar-default .navbar-nav > li > a {
	color: #333;
	padding: 20px 10px;
	text-transform: uppercase;
}

.navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus {
    background-color: #e66e12;
    color: #fff;
}

.navbar-default .navbar-link:hover {
    color: #e66e12;
}

.nav .open > a, .nav .open > a:hover, .nav .open > a:focus {
    color: #333;
}

.navbar-area .btn-group {
    margin: 10px 10px 0 0;
}


/*Footer*/

footer .logoGrigio{
    max-height:90px;
    margin:20px 0px;
}

footer h2{
    margin-top:16px;
}

footer a {
    color:#fff;
}

#footerFasciaGrigia{
    color:#aaa;
    background-color:#262626;
    padding:0px 0px 20px;
}

#footerSocial span {
    font-size:36px;
}

footer .footerLista{
    padding:0;
}

footer .footerLista li{
    display:flex;
    align-items:baseline;
    margin:15px 0;
}

footer .footerLista li span.footerListaIcon {
    min-width: 20px;
}

#footerSitiConsigliati .popover h3.popover-title {
    color: #333;
}

#footerFasciaNera{
    color:#aaa;
    background-color:#000;
    padding:15px 0px 80px;
}

#footerFasciaNeraContainer {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

#footerPiva {
    text-align: right;
}


/*Angular*/

[ng\:cloak], [ng-cloak], .ng-cloak {
  display: none !important;
}

.ngContainer{
    position:relative;
}

.ngSpinner{
    position:absolute;
    text-align:center;
    background-color:#fff;
    top:0px;
    bottom:0px;
    left:0px;
    right:0px;
}

/*Loader*/
.loaderContainer{
     position:fixed;
     background-color:rgba(255,255,255,0.7);
     width:100%; 
     height:100%;
     top:0px; 
     left:0px; 
     bottom:0px; 
     right:0px;
     text-align:center; 
     vertical-align:middle; 
     z-index:2000;
     display:table;
}

.loaderContainer .loader{
    display: table-cell;
    width: 100%;
    height: 100%;
    vertical-align: middle;        
}

.loader{
    font-size:36px;
    color:#c32126;
    text-align:center;    
}

/*Page top link*/
#pageTopLink{
    display:none;
    font-size:48px;
    position:fixed;
    z-index:1000;
    bottom:75px;
    right:20px;
    text-shadow:1px 1px 0px #999;
    line-height:0px;
}

/*Highlight*/
.highlight {
    background-color: #FFFF88;
}

/*TinyMCE*/
div.mce-fullscreen {
    z-index: 1050;
}

.mce-content-body {
    padding:15px;
}

/*Datatables*/
.dt-responsive{
    width:100% !important;
}

.dataTables_wrapper .dataTables_processing {
    height: auto;
}

.dataTables_paginate .paginate_button {
    margin-left: 0px !important;
    padding: 0px !important;
    border:0px !important;
}

.dataTables_wrapper .dataTables_paginate .paginate_button:hover {
    background:none ;
    border: 0px;
}

.dataTables_wrapper .dataTables_paginate .paginate_button:active {
    background: none;
}

div.dataTables_wrapper div.dataTables_length select {
	width: 85px;
}

.dtr-details {
	width:100%;
}

.dtr-details li {
	display: flex;
	justify-content: space-between;
}

/*Sortable*/
.sortable {
    padding: 0px;
}

.sortable li {
    list-style-type: none;
    cursor: move;
    overflow: hidden;
}

.sortable .ui-state-highlight {
    background-color: #eee;
}

/*DatePicker*/
.datepicker.dropdown-menu {
	z-index: 10000;
}

.datepicker table tr td.disabled, .datepicker table tr td.disabled:hover {
    background-color: #f1f1f1;
    border-radius: 0px;
    cursor: not-allowed;
}

.input-group.date input{
    background-color:#fff;
}


/*Box scheda prodotto*/

.boxProdotto{
    background-color:#fff;
    border-radius:30px;
    margin: 15px 0px;
	box-shadow: 0px 10px 10px #ccc;
	transition: box-shadow .5s;
}

.boxProdotto:hover {
	box-shadow: unset;
}

.boxProdottoHeader{
    background-size:cover;
    background-position:center center;
    height:150px;
    position:relative;
    border-top-left-radius:30px;
    border-top-right-radius:30px;
}

.boxProdottoHeaderSconto20:before {
	content: '';
	width: 75px;
	height: 75px;
	position: absolute;
	display: block;
	right: 20px;
	top: 20px;
	background-image: url(/Images/Offerte/Ottobre2020-20percento/20-Sticker.png);
	background-size: contain;
	background-repeat: no-repeat;
}

.boxProdottoHeader img{
    max-height:65px;
    position:absolute;
    bottom:-20px;
    display:block;
    margin:0 auto;
    left:0px;
    right:0px;
}

.boxProdottoContent{
    padding:15px;
    text-align:center;
}

.boxProdottoContent h3{
    margin-bottom:10px;
}


/*Box blog small*/

.boxBlogSmall{
    background-color:#fff;
    box-shadow:1px 1px 0px #ccc;
    margin:10px 0px;
}

.boxBlogSmallHeader{
    min-height:200px;
    background-size:cover;
    background-position:center center;
}

.boxBlogSmallContent{
    text-align:center;
    padding:30px;
    overflow:auto;
}

.boxBlogSmallContent p{
    color:#555;
    font-size:14px;
    margin-bottom:5px;
}

.boxBlogSmallContent h3{
    font-size:18px;
    margin:0px;
    margin-bottom:10px;
}

.boxBlogSmallContent h3 a {
    display: block;
}

/*Prodotti*/
#prodotti {
	background-color: #f1f1f1;
	padding-top: 0px;
}

.prodottiTitolo{
    background: rgba(255, 255, 255, 0) linear-gradient(to top, rgba(241, 241, 241, 1), rgba(255, 255, 255, 1)) repeat scroll 0 0;
    padding-top:60px;
}

/*Opinioni*/
.listaOpinioni {
	list-style-type: none;
	padding: 0px;
	margin: 0px;
	display: flex;
	flex-wrap:wrap;
	justify-content: center;
}

.listaOpinioni li {
	padding: 0px 20px;
	flex-basis: 33%;
	margin-bottom:30px;
}

.listaOpinioni li h3 {
	border-bottom: 3px solid #eee;
	padding: 10px 10px 5px;
	margin: 0px 0px 5px;
}

.listaOpinioni li h3 small{
	display:block;
	text-transform:capitalize;
	margin-bottom:5px;
}

.listaOpinioni li p {
	color: #555;
	font-style:italic;
}

@media (max-width: 479px) {
    .col-xxs {
        display: block;
        float: none;
        width: 100%;
        left:auto;
        right:auto;
    }

    .col-xxs-4 {
        width: 33.3333%;
    }

    .hidden-xxs {
        display: none !important;
    }

    .btn-xxs-block {
        display: block;
        width:100%;
    }

    .btn-xxs-block + .btn-xxs-block {
        margin-top:5px;
    }
}

@media (max-width: 1199px){
    .boxBlogSmallHeader{
        min-height:150px;
    }

    .boxBlogSmallContent{
        padding:10px;
    }

}

@media (max-width: 991px){
    .boxBlogSmallHeader{
        min-height:100px;
    }
}


@media (max-width: 767px) {
	h2 {
		font-size: 30px;
	}

    section{
        padding:20px 0px;
    }

    #userBarLeft a{
        padding:6px;
    }

    #ricercaSito {
        width: 150px;
    }    
    

    /*Paginazione DataTables*/
    li.paginate_button {
        display: none !important;
    }

    li.paginate_button.previous {
        display: inline !important;
    }
 
    li.paginate_button.next {
        display: inline !important;
    }
 
    div.dataTables_filter label {
	    display:inline;
    }

    div.dataTables_wrapper div.dataTables_filter input {
	    display: block;
	    margin-left: 0px;
        width:100%;
    }

    div.dataTables_info {
        white-space:normal;
    }

	/*Lista opinioni*/
	.listaOpinioni li {
		flex-basis: 100%;
	}

	.listaOpinioni li h3 {
		display: block;
	}

	.listaOpinioni li h3 a{
		width:100%;
	}

	/*Lista formattata*/
	.listaFormattataFlex {
		margin: 0px;
	}

	.listaFormattataFlex li {
		flex-basis: 100%;
		margin: 0 0px 5px;
	}
}

@media (min-width:480px) and (max-width:767px){
    
    .btn-xs-block {
        display: block;
        width:100%;
    }

    .btn-xs-block + .btn-xs-block {
        margin-top:5px;
    }
}


@media (min-width: 768px) and (max-width: 1199px) {
	.navbar-default .navbar-nav > li > a {
		padding: 20px 8px;
		text-transform: none;
	}
}

@media (min-width: 768px) and (max-width: 991px) {
    body {
	    padding-top: 88px;
    }

    .btn-sm-block {
        display: block;
        width:100%;
    }

    .btn-sm-block + .btn-sm-block {
        margin-top:5px;
    }
    
    .navbar-right {
        margin-right: 0px;
    }

    .navbar-brand {
        height: 50px;
        padding: 4px 15px;
    }

    .navbar-brand .img-responsive {
	    height: 42px;
    }

    .navbar-default .navbar-nav > li > a {
        font-size: 14px;
        padding: 15px 3.5px;
    }
}

@media (max-width:991px){
    .btnUser{
        max-width:150px;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .btn-md-block {
        display: block;
        width:100%;
    }

    .btn-md-block + .btn-md-block {
        margin-top:5px;
    }
}

@media (min-width: 1200px) {
    .btn-lg-block {
        display: block;
        width:100%;
    }

    .btn-lg-block + .btn-lg-block {
        margin-top:5px;
    }
}