@font-face {
  font-family: 'Mclaren';
  src: url('McLaren/McLaren-Regular.ttf') format('truetype');;
}
body{
  margin:0; 
  font-family: 'McLaren', cursive;
  color: #fff;
  background-image: linear-gradient(90deg, #010e13 10%,#022b38 42%, #036881 100%);
}

h3{
  text-align: center;.b
}

#text{
  color: #fff;
}
h1{
  color: #fff;
  margin-top: 0px;
}
.containercard {
  display: grid;
  grid-template-columns: 300px 300px 450px;
  grid-gap: 100px;
  justify-content: center;
  align-items: center;
  /*height: 100vh;*/
  background-color: #f5f5f5;
}
  
  img{
  max-width:150%;
  }
  
  h4, h4 {
  line-height: 1rem;
  margin: 8px;
  }

.card {
  background-color: #fff;
  height: 450px;
  width: 350px;
  border-radius: 5px;
  display: flex;
  flex-direction: column;
  align-items: center;
  color: black;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

.card__name {
  margin-top: 8px;
  font-size: 1.5em;
}

.card__image {
  height: 150px;
  width: 200px;
  border-radius: 10%;
  border: 2px solid #272133;
  margin-top: 0px;
  margin-bottom: 15px;
  box-shadow: 0 5px 5px rgba(84,141,255,0.43);
}

.draw-border {
  box-shadow: inset 0 0 0 4px #58cdd1;
  /*color: #58afd1;*/
  color:#a80000;
  -webkit-transition: color 0.25s 0.0833333333s;
  transition: color 0.25s 0.0833333333s;
  position: relative;
}

.draw-border::before,
.draw-border::after {
  border: 0 solid transparent;
  box-sizing: border-box;
  content: '';
  pointer-events: none;
  position: absolute;
  width: 0rem;
  height: 0;
  bottom: 0;
  right: 0;
}

.draw-border::before {
  border-bottom-width: 4px;
  border-left-width: 4px;
}

.draw-border::after {
  border-top-width: 4px;
  border-right-width: 4px;
}

.draw-border:hover {
  color: #58cdd1;
}

.draw-border:hover::before,
.draw-border:hover::after {
  border-color: #a80000;
  -webkit-transition: border-color 0s, width 0.25s, height 0.25s;
  transition: border-color 0s, width 0.25s, height 0.25s;
  width: 100%;
  height: 100%;
}

.draw-border:hover::before {
  -webkit-transition-delay: 0s, 0s, 0.25s;
  transition-delay: 0s, 0s, 0.25s;
}

.draw-border:hover::after {
  -webkit-transition-delay: 0s, 0.25s, 0s;
  transition-delay: 0s, 0.25s, 0s;
}

.btn {
  background: none;
  border: none;
  cursor: pointer;
  line-height: 1.5;
  font: 700 1.2rem 'Roboto Slab', sans-serif;
  padding: 0.75em 2em;
  letter-spacing: 0.05rem;
  margin: 0.5em;
  width: 13rem;
}

.btn:focus {
  outline: 2px dotted #55d7dc;
}

.grid-container {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 20px;
  font-size: 1.2em;
}

.map{
  padding-top:20px;
}

.immagineofficina{
  padding-top: 20px;
  max-width: 400px;
}

.formofficine {
	margin:10px auto 0 auto;
	padding:30px;
	width:500px;
	height:auto;
	overflow:hidden;
	/*background:white;*/
  background-image: linear-gradient(0deg, #084b66 10%,#054558 42%, #068cad 100%);
  color: #fff;
	border-radius:10px;
}

.formofficine label {
	font-size:14px;
	color:darkgray;
	cursor:pointer;
}

.formofficine label,
.formofficine input {
	float:left;
	clear:both;
}
/*.formofficine textarea{
    rows:3;
}*/
.formofficine input {
	margin:15px 0;
	padding:15px 10px;
	width:100%;
	outline:none;
	border:1px solid #bbb;
	border-radius:20px;
	display:inline-block;
	-webkit-box-sizing:border-box;
	   -moz-box-sizing:border-box;
	        box-sizing:border-box;
    -webkit-transition:0.2s ease all;
	   -moz-transition:0.2s ease all;
	    -ms-transition:0.2s ease all;
	     -o-transition:0.2s ease all;
	        transition:0.2s ease all;
          color:black;
}
textarea{
    	width:100%;
	border:1px solid #bbb;
	border-radius:12px;
color: #1574d9;
font-size: 13px;
font-weight: bolder;
font-family: Mclaren;
}

.formofficine input[type=text]:focus,
.formofficine input[type="password"]:focus {
	border-color:cornflowerblue;
}

input[type=submit] {
	padding:15px 20px;
	width:100%;
  min-width: 120px;
	/*background-image: linear-gradient(90deg, rgb(49, 71, 85) 0%, rgb(28, 97, 129) 51%, rgb(49, 71, 85) 100%);*/
background-image: 	linear-gradient(90deg, rgb(243, 249, 253) 0%, rgb(176, 176, 176) 51%, rgb(127, 127, 128) 100%);
 	color:white;
	cursor:pointer;
	display:inline-block;
	clear:right;
	-webkit-transition:0.2s ease all;
	   -moz-transition:0.2s ease all;
	    -ms-transition:0.2s ease all;
	     -o-transition:0.2s ease all;
	        transition:0.2s ease all;
}

input[type=submit]:hover {
background-position: 100%;
color: #fff;
text-decoration: none;
}
.btnst {
  width:100%;
  min-width: 120px;
  padding:15px 20px;
  text-align: center;
  text-transform: uppercase;
  transition: 0.5s;
  background-size: 200% auto;
  color: white;
  border-radius: 10px;
 }

 .btnst:hover {
  background-position: right center;
}

.btnpag {
  /*width:20%;*/
  min-width: 120px;
  padding:15px 15px;
  text-align: center;
  text-transform: uppercase;
  transition: 0.5s;
  background-size: 200% auto;
  color: white;
 border-radius: 10px;
 margin-bottom: 10px;
margin-right: 10px;
 }

 .btnpag:hover {
  background-position: right center; 
}

.submitstato{
	background-image: linear-gradient(to right, #0a6299 0%, #2bb7f8 51%, #1577b4 100%);
	color:white;
	cursor:pointer;
	display:inline-block;
	clear:right;
}


.submitstato :hover{
  background-position: 100%;
  color: #fff;
  text-decoration: none;
}

.submitstato.occupato{
    background-image: linear-gradient(to right, #a60303 0%, #cf0000 51%, #ff4747 100%);
	color:white;
	cursor:pointer;
	display:inline-block;
	clear:right;
}

main {
  position: relative;
  z-index: 2;
  background-image: linear-gradient(90deg, #010e13 10%,#022b38 42%, #036881 100%);
  margin-bottom: 140px;
  width: 100%;
  color:#fff;
}

@media(max-width: 1110px)  {
  main {
    margin-bottom: 0px;
  }}
footer {
  position: fixed;
  text-align:center;
  bottom: 0;
  width: 100%;
  height: 140px;  
  padding-left: 50px;
  background: #585959;
  font-size: 20px;
  color: #fff;
}

footer .filippog{
  color: #5289b4;
  font-size: 1.5em;
  font-weight: bolder;
  font-style: italic;
  text-shadow: 1px 1px 1px #CCC;

}
h6 {
  color: #002385;
  font-size: 2.5em;
  text-transform: uppercase;
  font-weight: bolder;
  font-style: italic;
  text-shadow: 1px 1px 1px #f7f7f8;

}

footer .author{
  color:black;
  padding-bottom: 0px;
  }

footer .filippogcopyright{
  color: white;
  padding-bottom:20px;
}
@media(max-width: 1110px) {
  footer{
   padding-top: 5px;
  position: relative;
  z-index:5;
  padding-left:10px;
  padding-right:10px;
  }

  footer .filippogcopyright{
    padding-bottom:80px;
  }
}


*, *::before, *::after {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
  list-style: none;
  list-style-type: none;
  text-decoration: none;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

img {
  display: block;
  width: 100%;
  height: auto;
}
a, button {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
  cursor: pointer;
  border: none;
  outline: none;
  background: none;
  text-decoration: none;
}

.brand {
  text-align: center;
    /*align:center;*/
  font-family: inherit;
  font-size: 0.9rem;
  font-weight: 900;
  line-height: inherit;
  color: #148cb8;
  text-transform: uppercase;
  text-rendering: optimizeLegibility;
}

.navbar {
  width: 100%;
  height: auto;
  padding: 1rem 2rem;
  color: #252a32;
  background: #fff;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 3px rgba(0, 0, 0, 0.24);
}

@media only screen and (min-width: 1110px) {
  .navbar {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    margin: 0 auto;
 }
}

.navbar .navbrand {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}
.navbar .navbrand .burger {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  border: none;
  outline: none;
  background: none;
  transition: all 0.35s ease;
}
.navbar .navbrand .burger-close {
  display: none;
}
.navbar .navbrand .burger.active .burger-open {
  display: none;
  width:90px;
}
.navbar .navbrand .burger.active .burger-close {
  display: flex;
}
@media only screen and (min-width: 1110px) {
  .navbar .navbrand .burger {
    display: none;
 }
}

.navbar .menu {
  width: 100%;
  height: 0;
  overflow: hidden;
  transition: all 0.5s ease;
}
.navbar .menu-item {
  margin: 0.5rem 0;
}
.navbar .menu-link {
  font-family: inherit;
  font-size: 1rem;
  font-weight: 500;
  line-height: inherit;
  color: #252a32;
  text-transform: uppercase;
  text-rendering: optimizeLegibility;
  transition: all 0.35s ease;
}
.navbar .menu-link:hover {
  color: #090081;
  font-size: 21px;
}

@media(max-width: 1110px) {
  .navbar .menu-link {
    font-size: 35px;
    line-height: 45px;
  }
  .brand{
    font-size: 3.75rem;
    
  }
  .navbar .menu-link:hover {
    font-size: 45px;
  }
  .navbar{
    padding:50px;
  }

}
.navbar .menu.active {
  width: 100%;
  height: auto;
  margin: 1rem 0;
  font-size: 20px;
  font-weight: bold;
  font-style: italic;
}
@media only screen and (min-width: 1110px) {
  .navbar .menu {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    height: auto;
 }
  .navbar .menu-item {
    padding: 0;
    margin: 0 0.5rem;
 }
}

@media only screen and (max-width: 1110px) {
  .navbar .menu {
    width: 100%;
    height: 0;
    overflow: hidden;
    transition: all 0.5s ease;
  }
  .navbar .menu-item {
    padding: 0;
    margin: 0 0.5rem;
 }
}

.navbar .social {
  display: none;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}
.navbar .social-item {
  font-size: 1.65rem;
  line-height: inherit;
  margin: 0 0.5rem;
  color: #252a32;
  transition: all 0.35s ease;
}

.navbar .social-item:hover {
  color: #148cb8;
}

@media only screen and (min-width: 768px) {
  .navbar .social {
    display: flex;
 }
}

@import url(https://fonts.googleapis.com/css?family=Montserrat:400,700|Josefin+Sans:400,600,700,400italic,600italic);
.hero{
	height: 100vh;
	width: 100%;
	position: fixed;
	top: auto;
	z-index: -1;
	transition: all 1.6s cubic-bezier(0.86, 0, 0.07, 1);
  overflow-y: hidden;
}

.hero.scrolled{
	transform: translate3d(0, -100%, 0) scale(.75);
	opacity: 0;
}
.hero-inner{
	background-image: url('./images/Canyonfactory.jpg');
  background-size: cover;
	background-position: center;
	display: table;
	width: 100%;
	height: 95vh;
	position: fixed;
}
.hero-title{
	display: table-cell;
	vertical-align: middle;	
	text-align: center;
}

.font-2{
	font-family: 'josefin sans';
	font-weight: 700;
}
.title{ letter-spacing: .3em; text-transform: uppercase; }
.text-light{ color: #fffefe }
.font-alt{
  font-family: 'McLaren', cursive;
	font-style: italic;
	color: rgb(255, 255, 255);
  text-align: justify;
}
.hero{
	overflow: hidden;
	z-index: 1;
}
.content{
	position: relative;
	background-color: #fff;
	border-top: 10px solid black;
	padding: 0;	
	margin: 0;
	transition: all 1.6s cubic-bezier(0.86, 0, 0.07, 1);
	transform: translate3d(0, 20px, 0) scale(.75);
	opacity: 0;
}
.content.scrolled{
	transform: translate3d(0, 0, 0) scale(1);	
	opacity: 1;
}
.sd{
	color: #ffffff;
  font-size: 20px;
  text-transform: uppercase;
  font-weight: 900;
	position: absolute;
	bottom: 100px;
	left: 50%;
	transform: translateX(-50%);
}
.sd:hover, .sd:focus{
	color: #fff;
	opacity: .7;
	text-decoration: none;
}

.content {
  padding: 16px;
}

.sticky {
  position: fixed;
  top: 0;
  width: 100%;
}

.sticky + .content {
  padding-top: 102px;
}

.selectstati{
  color:red;
}

.containercardricambi {
  background-image: linear-gradient(0deg, #084b66 10%,#054558 42%, #068cad 100%);
  margin: auto;
  align-content: center;
	margin:10px auto 0 auto;
  height:auto;
	overflow:hidden;
  padding-left: 50px;
  padding-right: 50px;
}

.formricambi {
	margin:10px auto 0 auto;
	padding:30px;
	width:400px;
	height:auto;
	overflow:hidden;
  background-image: linear-gradient(0deg, #084b66 10%,#054558 42%, #068cad 100%);
  color: #fff;
	border-radius:10px;
}

.formricambi label {
	font-size:14px;
	color:darkgray;
	cursor:pointer;
}

.formricambi label,
.formricambi input {
	float:left;
	clear:both;
}

.formricambi input {
	margin:15px 0;
	padding:15px 10px;
	width:100%;
	outline:none;
	border:1px solid #bbb;
	border-radius:20px;
	display:inline-block;
	-webkit-box-sizing:border-box;
	   -moz-box-sizing:border-box;
	        box-sizing:border-box;
    -webkit-transition:0.2s ease all;
	   -moz-transition:0.2s ease all;
	    -ms-transition:0.2s ease all;
	     -o-transition:0.2s ease all;
	        transition:0.2s ease all;
          color:black;
}

.formricambi input[type=text]:focus,
.formricambi input[type="password"]:focus {
	border-color:cornflowerblue;
}

.cardricambi {
  background-color: #fff;
  font-family: 'McLaren', cursive;
   font-style: italic;
  font-size: 16px;
  height: 300px;
  width: 250px;
  border-radius: 5px;
  align-items: center;
  color: black;
  align-items: center;
    margin: 20px;
    box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2);
    transition: 0.3s;   
    float:left; 
    display:block;
}

.cardricambi__name {
  margin-top: 8px;
  font-size: 1.5em;
}

.cardricambi__image {
  height: 110px;
  width: 130px;
  border-radius: 10%;
  border: 2px solid #272133;
  margin-top: 10px;
  margin-bottom: 0px;
  box-shadow: 0 5px 5px rgba(84,141,255,0.43);
}

.cardricambi:hover {
  box-shadow: 0 25px 16px 0 rgba(0,0,0,0.2);
}

.containercardofficine {
  background: linear-gradient(-45deg, #67caf8, #011157, #23A6D5, #23D5AB);
  background-size: 400% 400%;
  -webkit-animation: Gradient 10s ease infinite;
  -moz-animation: Gradient 10s ease infinite;
  animation: Gradient 10s ease infinite;
  margin: auto;
  align-content: center;
	margin:0px auto 0 auto;
  height:auto;
	overflow:hidden;
  padding-left: 50px;
  padding-right: 50px;
}

.formofficine {
	margin:10px auto 0 auto;
	padding:30px;
	width:500px;
	height:auto;
	overflow:hidden;
  background-image: linear-gradient(0deg, #084b66 10%,#054558 42%, #068cad 100%);
  color: #fff;
	border-radius:10px;
	font-weight: bolder;
}

.formofficine label {
	font-size:14px;
	color:darkgray;
	cursor:pointer;
}

.formofficine label,
.formofficine input {
	float:left;
	clear:both;
}

.formofficine input {
	margin:15px 0;
	padding:15px 10px;
	width:100%;
	outline:none;
	border:1px solid #bbb;
	border-radius:20px;
	display:inline-block;
	-webkit-box-sizing:border-box;
	   -moz-box-sizing:border-box;
	        box-sizing:border-box;
    -webkit-transition:0.2s ease all;
	   -moz-transition:0.2s ease all;
	    -ms-transition:0.2s ease all;
	     -o-transition:0.2s ease all;
	        transition:0.2s ease all;
          color: #1574d9;
font-size: 13px;
font-weight: bolder;
font-family: Mclaren;
}

.email{
text-transform: lowercase;
}

.prenota input{
    color: #264b84;
font-size: 17px;
text-transform: uppercase;
font-weight: bolder;
}

.formofficine input[type=text]:focus,
.formofficine input[type="password"]:focus {
	border-color:cornflowerblue;
}

.cardofficine {
  background-color: #fff; 
  font-family: 'McLaren', cursive;
  font-style: italic;
  font-size: 16px;
  height: 430px;
  padding:20px;
  width: 320px;
  border-radius: 5px;
  align-items: center;
  color: black;
  align-items: center;
    margin: 30px;
    box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2);
    transition: 0.3s;   
    float:left; 
    display:block;
}

.cardofficine .nomeoff{
  font-size: 20px;
  padding-bottom: 7px;
}


@-webkit-keyframes Gradient {
  0% {
  background-position: 0% 50%
  }
  50% {
  background-position: 100% 50%
  }
  100% {
  background-position: 0% 50%
  }
  }
  
  @-moz-keyframes Gradient {
  0% {
  background-position: 0% 50%
  }
  50% {
  background-position: 100% 50%
  }
  100% {
  background-position: 0% 50%
  }
  }
  
  @keyframes Gradient {
  0% {
  background-position: 0% 50%
  }
  50% {
  background-position: 100% 50%
  }
  100% {
  background-position: 0% 50%
  }
  }

.cardofficine__name {
  margin-top: 8px;
  font-size: 1.5em;
}

.cardofficine__image {
  height: 150px;
  width: 180px;
  border-radius: 10%;
  border: 2px solid #272133;
  margin-top: 10px;
  margin-bottom: 0px;
  box-shadow: 0 5px 5px rgba(84,141,255,0.43);
}

.cardofficine:hover {
  box-shadow: 0 25px 16px 0 rgba(0,0,0,0.2);
}

.tableservizi {
  width:100%;
border: 0px;

background-color: #8a8686;
text-align: center;
padding:20px;
}

.tableservizi th {
padding-top: 12px;
padding-bottom: 12px;
text-align: center;
background-color:#205978;
color: white;
}
.tableservizi td{
max-width:150px;
border:0px;
}
/*
table {
    width:90%;
  border: 1px solid #a41c1c;
  border-radius: 5px;
  background-color: #2f7183;
  text-align: center;
  padding:20px;
}*/

table th {
  padding-top: 12px;
  padding-bottom: 12px;
  text-align: center;
  background-color:#205978;
  color: white;
}
/*
table td{
  max-width:90px;
  border: 0.5px solid #979696;
  border-radius: 5px;
}*/

table img{
  max-width: 400px;
  padding-left:12px;
}

.imgoff{
  max-width: 500px;
}
.infoofficina{
  width:40%;
border: 1px solid #1C6EA4;
background-color: #222766;
text-align: center;
padding:20px;
}

#telefono {
  color:white;
  padding-bottom:10px;
}

#telefono:hover{
  color: black;
}

#orari {
  font-family: 'McLaren', cursive;
  border-collapse: collapse;
  width: 600px;
}

#orari img{
  max-width: 15%;
}

#orari td, .orari th {
  border: 1px solid #ddd;
  padding: 15px;
}

#orari tr:nth-child(even){background-color: #2e557a ; text-align:center;}
#orari tr:nth-child(odd){background-color: #0a364e; text-align:center;}
#orari tr:hover {background-color:  #327ba8; text-align:center;}

#orari th {
  padding-top: 12px;
  padding-bottom: 12px;
  text-align: center;
  background-color:#205978;
  color: white;
}
.appdisp {
   /* margin-left: 20%;*/
  font-family: 'McLaren', cursive;
  border-collapse: collapse;
  padding:20px;
  width: 62%;
  height:20%;
  /*height:500px;*/
}

.appdisp th {
  max-height: 20px;
  background-image: linear-gradient(90deg, #313131 10%,#3f4041 42%, #686868 100%);
}

.appdisp tr:nth-child(even){background-image: linear-gradient(90deg, #084b66 10%,#054558 42%, #068cad 100%); text-align:center;}
.appdisp tr:nth-child(odd){background-image: linear-gradient(90deg, #041a44 10%,#068cad 42%, #013947 100%); text-align:center;}
.appdisp tr:hover {background-image: linear-gradient(45deg, #4e4e4e 10%,#969696 42%, #aaa7a7 100%); text-align:center;}



.paginapersonale {
  font-family: 'McLaren', cursive;
  border-collapse: collapse;
  padding:20px;
  width: 80%;
  height:500px;
}



.paginapersonale th {
  max-height: 20px;
  background-image: linear-gradient(90deg, #313131 10%,#3f4041 42%, #686868 100%);
}

.paginapersonale tr:nth-child(even){background-image: linear-gradient(90deg, #084b66 10%,#054558 42%, #068cad 100%); text-align:center;}
.paginapersonale tr:nth-child(odd){background-image: linear-gradient(90deg, #041a44 10%,#068cad 42%, #013947 100%); text-align:center;}
.paginapersonale tr:hover {background-image: linear-gradient(45deg, #4e4e4e 10%,#969696 42%, #aaa7a7 100%); text-align:center;}

.cambiapwd {
  font-family: 'McLaren', cursive;
  border-collapse: collapse;
  padding:20px;
  width: 80%;
  height:200px;
}

  .containerdettofficina{
    justify-content: space-around;
    display: flex;
     margin: 20px;
       flex-wrap: wrap;	 

}

.space{
  margin-top: 10px;
}

.testohome{
  text-align: justify;
  font-size: 16px;  
  font-family: 'McLaren', cursive;
  margin:60px;
  margin-top:0px;
}

@media(max-width: 1110px) {
  select {
    font-size: 35px;
  }
  table td {
    font-size:25px;
    padding-top: 30px;
    padding-bottom: 30px;
  }
  table th {
    font-size:35px;
    padding-top: 45px;
    padding-bottom: 45px;
  }
  .tableservizi table td {
    font-size:25px;
    padding-top: 0px;
    padding-bottom: 0px;
  }

 .tableservizi td{
    font-size:25px;
    padding-top: 0px;
    padding-bottom: 0px;
  }
  .formofficine{
    width:80%;
    font-size: large;
    font-weight: bolder;
  }
  .tableservizi{
    font-size: 30px;
  }

  input[type="text"]
  {
      font-size:24px;
  }
  

  .cardofficine {
    font-size: 16px;
    height: auto;
    padding:20px;
    line-height: 25px;
    width:550px;
    float:none;
  }
  .cardofficine h4{
    padding-bottom: 10px;
    font-size: 22px;
  }

  .nomeoff h4{
    font-size: 40px;
    padding-bottom: 10px;
  }
  .card__image {
    height: 220px;
    width: 350px;
    border-radius: 10%;
    border: 2px solid #272133;
    margin-top: 0px;
    margin-bottom: 25px;
    box-shadow: 0 5px 5px rgba(84,141,255,0.43);
  }

  
  .btn {
    margin: 0.3em;
    width: 18rem;
    font-size: 28px;
  }
  #orari {
    font-family: 'McLaren', cursive;
    border-collapse: collapse;
    width: 800px;
    margin-bottom: 100px;
  }
}


input[type="text"]
  {
      border-radius: 14px;
  }
  
.obbfac{
 color: red;   
}
/*}*/
input.radio {
background: linear-gradient(to bottom, #D3D3D3 0%, #F2F2F2 56%) repeat scroll 0 0 rgba(0, 0, 0, 0);
border: 1px solid #A1A1A1;
border-radius: 8px;
height: 25px;
margin-right: 5%;
margin-top: 15px;
padding: 3px;
/*[COLOR="#FF0000"]width: 0px;[/COLOR]*/
}
/* -- Radio Button Fix -- */
input[type="checkbox"] { -webkit-appearance: checkbox; }
input[type="radio"] { -webkit-appearance: radio; }
input[type="submit"], input[type="button"] { -webkit-appearance: button; }
select { -webkit-appearance:textfield; }
input[type="radio"]{
    -webkit-appearance: radio;
}








.privacy.privacy  a:link {
  color: white;
 text-decoration: underline;
}

/* visited link */
.privacy a:visited {
  color: green;
}

/* mouse over link */
.privacy a:hover {
  color: red;
}

/* selected link */
.privacy a:active {
  color: white;
}

.giornidisponibili {
    margin-left: 5%;
    margin-right: 5%;
}
.giorno{
 text-transform: uppercase;   
}
}


#orarichiusura {
    font-family: 'Ubuntu', sans-serif;
    border-collapse: collapse;
    width: 600px;
}

#orarichiusura td, .orari th {
    border: 1px solid #ffa600;
    padding: 15px;
}

#orarichiusura tr:nth-child(even){background-color: #e01616 ; text-align:center;}
#orarichiusura tr:nth-child(odd){background-color: #a61616; text-align:center;}
#orarichiusura tr:hover {background-color:  #327ba8; text-align:center;}

    #orarichiusura th {
        padding-top: 12px;
        padding-bottom: 12px;
        text-align: center;
        background-color: #327ba8;
        color: white;
    }