
* {
    box-sizing: border-box;
	font-family: Sans-Serif, Serif, Times;
}
/*This just stops me getting horizontal scrolling if anything overflows the width*/
body {
    overflow-x: auto;
}
/*Just removing default browser padding/margin*/
html,
body {
    padding: 15px;
    margin: 15px;
    color: black;
}




input[type=submit] {
background: #eb94d0;
background-image: -webkit-linear-gradient(top, #ffaa00, #ffff00);
  background-image: -moz-linear-gradient(top, #ffaa00, #ffff00);
  background-image: -ms-linear-gradient(top, #ffaa00, #ffff00);
  background-image: -o-linear-gradient(top, #ffaa00, #ffff00);
  background-image: linear-gradient(to bottom, #ffaa00, #ffff00);
-webkit-border-radius: 14;
  -moz-border-radius:14;
  border-radius: 14px;
text-shadow: 3px 2px 1px #9daef5;
  -webkit-box-shadow: 6px 5px 24px #666666;
  -moz-box-shadow: 6px 5px 24px #666666;
  box-shadow: 6px 5px 24px #666666;
font-family: Arial;
  color: #000000;
  padding: 8px;
  text-decoration: none;
}
input[type=submit]:hover {
background: #2079b0;
  background-image: -webkit-linear-gradient(top, #ffff00, #ff0000);
  background-image: -moz-linear-gradient(top, #ffff00, #ff0000);
  background-image: -ms-linear-gradient(top, #ffff00, #ff0000);
  background-image: -o-linear-gradient(top, #ffff00, #ff0000);
  background-image: linear-gradient(to bottom, #ffff00, #ff0000);
  text-decoration: none;
}    


input[type=checkbox] {
-ms-transform: scale(2);
-moz-transform: scale(2);
-webkit-transform: scale(2);
-o-transform: scale(2);
padding: 10px;
}


.checkboxtext
{
font-size:150%;
display: inline;
}

/* link normali */
a {
	text-decoration: none;
	color: black;
	font-weight: 600;
}
a:visited {
	text-decoration: none;
	color: black;
	font-weight: 600;
}
a:hover {
	text-decoration: none;
	color: #ff8800;
	font-weight: 600;
}


.bottoneGrande {
  color: #aa0000;
  font-size: 150%;
  font-weight: bold;
  padding: 20px;  
}



.optionGrande select {
    display: inline-block;
    font-size: 120%;
}
.optionGrande select {
    display: inline-block;
    font-size: 120%;
    border: 1px solid #333;
    padding: 5px 5px;
    box-shadow: none;
    background: #eeeeee;
}
.optionGrande select:focus {
    outline: none;
}



#dettaglioprenotazione {
   display: none;
   position:fixed;
   top:0;
   left:0;
   width:100%;
   height:100%;
   background-color: rgba(192, 192, 192, 0.7);
}
#dettaglioprenotazionebarratitolo{
   width: 75%;
   height: 32px;
   top: 13%;
   margin: 0 auto;
   position: relative;
   background:orange;
}
#dettaglioprenotazionetesto{
   width: 75%;
   height: 75%;
   top: 13%;
   margin: 0 auto;
   position: relative;
   background: #ffffff;
   background-color: rgba(255, 255, 255, 1);
   overflow: scroll;
}

table {
-moz-border-radius: 30px;
border-radius: 8px 8px 8px 8px;
border-spacing: 1px; 
border-padding: 9px;
_border-collapse: collapse; 
}
th,td{
    border-radius: 6px 6px 6px 6px;
}

#mappapiccola{
   z-index: 99;
   display: none;
   position:fixed;
   top:0;
   left:0;
   width:100%;
   height:100%;
   background-color: rgba(192, 192, 192, 0.7);
}
#mappapiccolabarratitolo{
   width: 75%;
   height: 38px;
   top: 13%;
   margin: 0 auto;
   position: relative;
   background:orange;
}
#mappapiccolatesto{
   width: 75%;
   height: 75%;
   top: 13%;
   margin: 0 auto;
   position: relative;
   background: #ffffff;
   background-color: rgba(255, 255, 255, 1);
   overflow: scroll;
}
