@charset "utf-8";
/* CSS Document */
*{
	margin:0;
	padding:0;
}
ul,ol{
	margin-left: 40px;
}
a{
	color:#a00c0c;
}
a:focus,a:hover{
	color:#7c2323;
}
body{
	padding-top: 50px;
}
#login-form {
	margin:20px auto;
	max-width:500px;
}
#login-form img {
    display: block;
    margin: 0 auto;
    margin-bottom: 35px;
}
.back-to-top {
    cursor: pointer;
    position: fixed;
    bottom: 20px;
    right: 20px;
    display:none;
}
/* INDEX */
/* ---------------- home page ---------------*/
#wrapper{
	padding-top:50px;
}
.navbar-brand{
	padding: 0px 0px;
}
.nav .glyphicon
{
	margin-right:5px;
}
.navbar{
	margin-bottom: 0px;
}
.disclaimer_avvertenza
{
	font-size: 11px;
}
/* ----------------- ECC.. ----------------- */
.table td {
    vertical-align: middle !important;
}
/* ---------------- FORMS -------------------*/
/*Classe per gli span nominali dei form con sia la label che l'input all'interno (applicare agli span)*/
.label_form_RO {
    min-width: 135px;
    text-align: left;
}
.numeric,.decimal,.numeric-tbl,.decimal-pos-neg,.numeric-pos-neg{
	text-align: right;
}
.inline{
	display: inline-block;
	width: auto;
}
.min-4{	min-width: 40px;}
.min-5{	min-width: 50px;}
.min-6{	min-width: 60px;}
.min-7{	min-width: 70px;}
.min-8{	min-width: 80px;}
.min-9{	min-width: 90px;}
.max-4{	max-width: 40px;}
.max-5{	max-width: 50px;}
.max-6{	max-width: 60px;}
.max-7{	max-width: 70px;}
.max-8{	max-width: 80px;}
.max-9{	max-width: 90px;}
.max-10{	max-width: 100px;}
.max-11{	max-width: 110px;}
.max-12{	max-width: 120px;}
.max-13{	max-width: 130px;}
.max-14{	max-width: 130px;}
.max-15{	max-width: 150px;}
.max-16{	max-width: 160px;}
.max-17{	max-width: 170px;}
.max-18{	max-width: 180px;}
.f-s-1{font-size: 10px;}
.f-s-2{font-size: 20px;}
.f-s-3{font-size: 30px;}
.f-s-4{font-size: 40px;}
.f-s-5{font-size: 50px;}
.f-s-6{font-size: 60px;}
.f-s-7{font-size: 70px;}
.f-s-8{font-size: 80px;}
.f-s-9{font-size: 90px;}
.obbligatorio{
	background-color: #ffc9c9;
}
.label-risultato{
	padding: 10px 12px;
	font-size: 14px;
	display: inline-block;
}
.separatore{
	background: transparent url(../images/knife.png) no-repeat;
  width: 161px;
  height: 15px;
  margin: 20px auto;
}
/* Vendita */
.thumbnail_commerce{
	border:none;
	padding:0px;
	margin:0px;
	background-color:transparent;
}
.thumbnail_commerce>img{
	box-shadow: 0px 2px 3px grey;
}
.panel_commerce{
	box-shadow: 0 4px 5px 1px rgba(0, 0, 0, 0.31);
	border:1px solid white;
	border-radius: 0px 20px 0px 20px;
}
.panel-default_commerce {
	/*border: 1px solid #882828;*/
	overflow:hidden;
}
.panel-default_commerce>.panel-heading_commerce,.panel-footer_commerce {
	background: url(../images/back_insegna.png) repeat;
}
.panel-default_commerce>.panel-heading_commerce_esaurito,.panel-footer_commerce_esaurito {
	background: url(../images/back_insegna_originale.png) repeat;
}
.panel-heading_commerce,.panel-footer_commerce{
	border:none;
}
.panel-title_commerce {
	font-family: 'Comforta', Arial;
	text-shadow: 0px 1px white;
	font-size: 24px;
}
.panel-body_commerce {
	background: url(../images/Libro.png) repeat-y;
	box-shadow:inset 0px 4px 4px -2px #0000007d;
	padding:0px;
	background-size: contain;
}
.panel-footer_commerce{
	box-shadow: 0px 0px 7px #000;
	padding: 15px 15px;
}
.btn-add_commerce,.btn-add_commerce:focus,
.btn-sito,.btn-sito:focus {
	color: #fff;
	background-color: #67171e;
	border-color: #6f110e;
	width: 100%;
	border-radius: 0px 0px 0px 9px;
}
.btn-sito:hover,.btn-sito:visited,.btn-sito:active{
	color: #fff;
	background-color: #a51f1b;
	border-color: #ac2925;
}
/* Posizionamento più di 12 colonne bootstrap senza allineamenti a destra.
altrimenti usato matchHeight oppure masonry*/
/*.row.display-flex {
  display: flex;
  flex-wrap: wrap;
}
.row.display-flex > [class*='col-'] {
  display: flex;
  flex-direction: column;
}*/
.badge-point{
	font-size: 20px;
	border-radius:50%;
}
/*     CONTATTI    */
#contatti{
	color: #820000;
	font-family: 'Comforta',Arial,sans-serif;
	text-shadow: 0px 1px 1px #ffffff8a;
	background-color: #d4cfa1;
	/*background: url(../images/back_insegna.png) repeat;*/
	padding-bottom: 10px;
	box-shadow: 0px 0px 10px #00000075;
}
#like_fb{
	border: none;
	overflow: hidden;
	height: 21px;
	width: 185px;
}
#contatti .titolo{
    font-size:30px;
    font-weight: bold;
    margin-top:10px;
}
#contatti .dati{
    font-size:23px;
}
/* bootstrap overridees */
/* Metto il contenuto dei tooltip allineati sempre a sinistra*/
.tooltip-inner{
	text-align: left;
	max-width: 500px;
}
.form-group{
	margin-bottom: 7px;
}
.btn.active,.btn:active{
	box-shadow: inset 3px 3px 5px rgba(0, 0, 0, 0.26);
}
.dropdown-menu li button {
    display: block;
    padding: 3px 20px;
    clear: both;
    font-weight: 400;
    line-height: 1.42857143;
    color: #333;
    white-space: nowrap;
    text-decoration: none;
    background-color: transparent;
    border: none;
    border-radius: 0px;
    font-size: 14px;
    width: 100%;
    text-align: left;
}
.dropdown-menu li button:focus, .dropdown-menu li button:hover {
    color: #262626;
    text-decoration: none;
    background-color: #f5f5f5;
}
.bg-success,.bg-warning,.bg-danger{
	padding:15px;
	text-align: center;
}
.badge-error {
  background-color: #b94a48;
}
/*.badge-error:hover {
  background-color: #953b39;
}*/
.badge-warning {
  background-color: #f89406;
}
/*.badge-warning:hover {
  background-color: #c67605;
}*/
.badge-success {
  background-color: #468847;
}
/*.badge-success:hover {
  background-color: #356635;
}*/
.badge-info {
  background-color: #3a87ad;
}
/*.badge-info:hover {
  background-color: #2d6987;
}*/
.badge-inverse {
  background-color: #333333;
}
.badge-inverse:hover {
  background-color: #1a1a1a;
}
/*==========  Mobile First Method  ==========*/
    /* Custom, iPhone Retina */
@media only screen and (min-width : 320px) {
	/*.col-md-12{font-size: 1.5em;}*/
}
/* Extra Small Devices, Phones */
@media only screen and (min-width : 480px) {
	/*.col-md-12{font-size: 1.5em;}*/
}
/* Small Devices, Tablets */
@media only screen and (min-width : 768px) {
	/*.col-md-12{font-size: 2em;}*/
}
/* Medium Devices, Desktops */
@media only screen and (min-width : 992px) {
	/*.col-md-12{font-size: 1.7em;}*/
}
/* Large Devices, Wide Screens */
@media only screen and (min-width : 1200px) {

}
/*==========  Non-Mobile First Method  ==========*/

/* Large Devices, Wide Screens */
@media only screen and (max-width : 1200px) {
	/*.col-md-12{font-size: 1.2em;}*/
}
/* Medium Devices, Desktops */
@media only screen and (max-width : 992px) {
}
/* Small Devices, Tablets */
@media only screen and (max-width : 768px) {
	.cc_container, .tb_container {
	    font-size: 18px;
	}
	.btn-collegamento {
		font-size:20px !important;
	}
}
/* Extra Small Devices, Phones */
@media only screen and (max-width : 480px) {
	.input-group-lg>.form-control, .input-group-lg>.input-group-addon, .input-group-lg>.input-group-btn>.btn {
	    height: 46px;
		padding: 10px 16px;
		font-size: 18px;
	}
}
/* Custom, iPhone Retina */
@media only screen and (max-width : 320px) {
}

/*---------------------------------------- Input personalizzati -------------------------------------------*/
/*Custom Check box
Es. html
<div class='custom_check'>
	<input type='checkbox' name='utenti_selezionati[]' checked class='".$morfotipo."' value='".$utente->getId()."' /><span class='label-text'></span>
</div>
*/
.custom_check,.custom_check_big{
	position: relative;
	cursor: pointer;
	color: #666;
	margin:0px;
}
.custom_check_big{
	font-size: 24px;
}
.checkbox{
	margin-top: 0px;
}

input[type="checkbox"], input[type="radio"]{
	position: absolute;
	right: 9000px;
}
.label-text-inner{
	display: inline-block;
  position: relative;
  top: -6px;
}
input[type="checkbox"] + .label-text:before{
	content: "\f096";
	font-family: "FontAwesome";
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	-webkit-font-smoothing:antialiased;
	width: 1em;
	display: inline-block;
	font-size: 30px;
	/*margin-right: 5px;*/
}
input[type="checkbox"]:checked + .label-text:before{
	content: "\f14a";
	color: #2980b9;
	animation: effect 250ms ease-in;
}
input[type="checkbox"]:disabled + .label-text{
	color: #aaa;
}
input[type="checkbox"]:disabled + .label-text:before{
	content: "\f0c8";
	color: #ccc;
}
/*Custom Radio box
Es. html
<div class='custom_radio'>
	<input type="radio" name="radio" checked> <span class="label-text">Option 01</span>
</div>
*/
.custom_radio{
	position: relative;
	cursor: pointer;
	color: #666;
	font-size: 15px;
}
input[type="radio"] + .label-text{
	margin-right:10px;
}
input[type="radio"] + .label-text:before{
	content: "\f10c";
	font-family: "FontAwesome";
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	-webkit-font-smoothing:antialiased;
	width: 1em;
	display: inline-block;
	margin-right: 5px;
}

input[type="radio"]:checked + .label-text:before{
	content: "\f192";
	color: #337ab7;
	animation: effect 250ms ease-in;
}

input[type="radio"]:disabled + .label-text{
	color: #aaa;
}

input[type="radio"]:disabled + .label-text:before{
	content: "\f111";
	color: #ccc;
}
/*Custom Radio Toggle
Es. html
<div class='custom_radio toggle'>
	<input type="radio" name="radio" checked> <span class="label-text">Option 01</span>
</div>
*/
.toggle input[type="radio"] + .label-text:before{
	content: "\f204";
	font-family: "FontAwesome";
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	-webkit-font-smoothing:antialiased;
	width: 1em;
	display: inline-block;
	margin-right: 10px;
}
.toggle input[type="radio"]:checked + .label-text:before{
	content: "\f205";
	color: #16a085;
	animation: effect 250ms ease-in;
}
.toggle input[type="radio"]:disabled + .label-text{
	color: #aaa;
}
.toggle input[type="radio"]:disabled + .label-text:before{
	content: "\f204";
	color: #ccc;
}
@keyframes effect{
	0%{transform: scale(0);}
	25%{transform: scale(1.3);}
	75%{transform: scale(1.4);}
	100%{transform: scale(1);}
}
/*___________________________________________ FONTS */
@font-face {
	font-family: 'Comforta';
	src: url('../fonts/Comforta.eot?') format('eot');
	src: url('../fonts/Comforta.eot?') format('eot'), url('../fonts/Comforta.woff') format('woff'), url('../fonts/Comforta.ttf') format('truetype'), url('../fonts/Comforta.svg#Comforta') format('svg');
	font-weight: normal;
	font-style: normal;
}
