* { -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }

body{
	font-family:Arial;
	margin:0px;
	width:100%;
}

#top_bar{
	background-color:#FFFFFF;
	padding:5px 0px 0px 0px;
	width:100%;
	height:80px;
	position:fixed;
	top:0px;
}



#breadcrump a,#breadcrump a:link,#breadcrump a:active,#breadcrump a:hover,#breadcrump a:visited{
	color:#555555;
	text-decoration:none;
}




#sviluppo{
	margin-top: 80px;
	margin-right: 0px;
	margin-left: 0px;
}



#sviluppo button{
	font-size: 1.3em;
	color: #555555;
	padding: 10px 7px;
	text-decoration: none;
	border: solid 1px #DDDDDD;
	margin-bottom:5px;
	background-color:#FFFFFF;
	width: 100%;
}





#main input[type=text]{
	width: 100%;
	font-size:1em;
	padding:5px;
}


#num_prenota{

	/*font-size:1.5em !important;*/
	background-color: #54595F;
	color: #FFFFFF;
	letter-spacing: .8px;
	font-weight: 500;
	border-radius: 2px;
	padding: 15px 50px;
	margin-left:-15px !important;
	font-size: 0.8em;
	width:100%;
}


#loading{
	width:150px;
	top: 10%;
    left: 40%;
	margin:auto;
	position:absolute;
	visibility:hidden;
}


.verde{
	color:#3f7045;
	font-weight:bold;
	font-size:0.8em;
}

.align-left{
	text-align:left;
}

.descrizione{
	font-weight:normal;
	font-size: 0.8em;
}
.info_libro{
	float:left;
	padding-left:5px;
	font-size:0.9em;
}

.libro{
	/*width:100%;*/
	clear:both;
	/*border: solid 1px #555555;*/
	overflow: auto;
	padding-bottom:15px;
}


.info_libro>span{
	font-size:0.8em;
}


.back-gary{
	padding:7px;
	width:100%;
	margin-top:0px;
	background-color:#EEEEEE;
	clear:both;
	margin-bottom:5px;
}
.col2{
	width: 50%!important;
}


.eur{
	font-size:1.2em;
}

.disp{
	font-size:0.8em;
	font-weight:bold;
	color:#ad7f5b;
}

.dx{
	text-align:right;
}

input[type="checkbox"]{
	vertical-align: top;
}

.sel_libro{
	float:right;
}

.possesso{
	color:#bc2020;
	font-weight: bold;
	font-variant: small-caps;
}

.verde2{
	color:#3f7045;
	font-weight: bold;
	font-variant: small-caps;
}

.bk_verde{
	background-color:#3F7045;
	color:#FFFFFF;
	padding:2px 5px;
	font-weight: bold;
	font-variant: small-caps;	
}

input[type=checkbox]
{
  /* Double-sized Checkboxes */
  -ms-transform: scale(1.5); /* IE */
  -moz-transform: scale(1.5); /* FF */
  -webkit-transform: scale(1.5); /* Safari and Chrome */
  -o-transform: scale(1.5); /* Opera */
  padding: 10px;
  position:relative;
  top:25%;
  left:25%;
}


.form-check-input:checked {
    background-color: rgb(108, 117, 125) !important;
    border-color: rgb(108, 117, 125) !important;
}


.regione-evidenziata,.btn:hover {
	background-color: #54595F !important;
	color: white !important;
	transform: scale(1.05);
	transition: all 0.3s ease;
	box-shadow: 0 4px 8px rgba(170,170,170,0.5);
}

area:hover {
	cursor: pointer;
}

.btn {
	transition: all 0.2s ease;
}
						


@media screen and (max-width: 899px) {
	#top_bar {
		height:80px;
	}
	.col2{
		height:156px!important;
	}
	.sviluppo{
		margin-top: 80px;
	}
}

