@import url('https://fonts.googleapis.com/css?family=Montserrat:300,300i,400,400i,500,500i,600,600i,700,700i,900,900i');

article, aside, details, figcaption, figure, footer, header, hgroup, nav, section { display: block; }
figcaption{ display: none !important; }
audio, canvas, video { display: inline-block; *display: inline; *zoom: 1; }
audio:not([controls]) { display: none; }
[hidden] { display: none; }

html { font-size: 100%; -webkit-text-size-adjust: 100%; -ms-text-size-adjust: 100%;}
html, button, input, select, textarea { font-family: 'PT Sans', sans-serif; color: #62605e; }
html, body { height:100%; width:100%;overflow-x: hidden;margin: 0; padding: 0; }

/*::-moz-selection { background: #fe57a1; color: #fff; text-shadow: none; }
::selection { background: #fe57a1; color: #fff; text-shadow: none; }*/
h1,h2,h3,h4,h5,h6{ margin: 0; }
a { color: #00ADE2; text-decoration: none; }
a:hover { color: #00ADE2; text-decoration: none;}
a:focus { outline: thin dotted; }
a:hover, a:active { outline: 0; }
abbr[title] { border-bottom: 1px dotted; }
b, strong { font-weight: bold; }
blockquote { margin: 1em 40px; }
dfn { font-style: italic; }
hr { display: block; height: 1px; border: 0; border-top: 1px solid #ccc; margin: 1em 0; padding: 0; }
ins { background: #ff9; color: #000; text-decoration: none; }
mark { background: #ff0; color: #000; font-style: italic; font-weight: bold; }
pre, code, kbd, samp { font-family: monospace, serif; _font-family: 'courier new', monospace; font-size: 1em; }
pre { white-space: pre; white-space: pre-wrap; word-wrap: break-word; }

q { quotes: none; }
q:before, q:after { content: ""; content: none; }
small { font-size: 85%; }
sub, sup { font-size: 75%; line-height: 0; position: relative; vertical-align: baseline; }
sup { top: -0.5em; }
sub { bottom: -0.25em; }
p,li {font-weight: 400; line-height: 1.5em; }
header p, header li,.sidebar li, footer p, footer li{text-shadow:none;}
ul, ol { margin: 1em 0; padding: 0 0 0 25px; }
dd { margin: 0 0 0 40px; }
nav ul, nav ol { list-style: none; list-style-image: none; margin: 0; padding: 0;text-align: left; }

img { border: 0; -ms-interpolation-mode: bicubic; vertical-align: middle; }
svg:not(:root) { overflow: hidden; }
figure { margin: 0; }

form { margin: 0; }
fieldset { border: 0; margin: 0; padding: 0; }

label { cursor: pointer; }
legend { border: 0; *margin-left: -7px; padding: 0; white-space: normal; }
button, input, select, textarea { font-size: 100%; margin: 0; vertical-align: baseline; *vertical-align: middle; }
button, input { line-height: normal; }
button, input[type="button"], input[type="reset"], input[type="submit"] { cursor: pointer; -webkit-appearance: button; *overflow: visible; }
button[disabled], input[disabled] { cursor: default; }
input[type="checkbox"], input[type="radio"] { box-sizing: border-box; padding: 0; *width: 13px; *height: 13px; }
input[type="search"] { -webkit-appearance: textfield; -moz-box-sizing: content-box; -webkit-box-sizing: content-box; box-sizing: content-box; }
input[type="search"]::-webkit-search-decoration, input[type="search"]::-webkit-search-cancel-button { -webkit-appearance: none; }
button::-moz-focus-inner, input::-moz-focus-inner { border: 0; padding: 0; }
textarea { overflow: auto; vertical-align: top; resize: vertical; }
input:valid, textarea:valid {  }
input:invalid, textarea:invalid { background-color: #f0dddd; }

table { border-collapse: collapse; border-spacing: 0; }
td { vertical-align: top; }

figcaption{display: none;}


.chromeframe { margin: 0.2em 0; background: #ccc; color: black; padding: 0.2em 0; }

.ir { display: block; border: 0; text-indent: -999em; overflow: hidden; background-color: transparent; background-repeat: no-repeat; text-align: left; direction: ltr; *line-height: 0; }
.ir br { display: none; }
.hide { display: none; }
.hidden { display: none !important; visibility: hidden; }
.visuallyhidden { border: 0; clip: rect(0 0 0 0); height: 1px; margin: -1px; overflow: hidden; padding: 0; position: absolute; width: 1px; }
.visuallyhidden.focusable:active, .visuallyhidden.focusable:focus { clip: auto; height: auto; margin: 0; overflow: visible; position: static; width: auto; }
.invisible { visibility: hidden; }

.clearfix:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}

.message {
  position: fixed;
  top: 30px;
  left: 50%;
  z-index: 100;
  transform: translate(-50%,0);
  padding: 10px 20px;
  border-radius: 4px;
  border: 1px solid;
}
.message.success{
  background-color: #e9f7e8;
  color: #3aa022;
}
.message.error{
  background-color: #ffcccc;
  color: #e23939;
}

/* WEBSITE CONTENT */


body {
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,f1f1f1+100 */
  background: #f1f1f1;
  font-family: 'Montserrat', sans-serif;
  font-size: 14px;
  line-height: 1.82;
  overflow-x: hidden !important;
  padding-top: 125px;
  height: auto;
  padding-bottom: 40px; 
}

body.listaslot {
  padding-top: 65px;
}

.no-p {padding: 0}

.uk-alert {
	display: flex;
	align-items: center;
	justify-content: center;
	background-color: #ddd;
	border-width: 2px;
	border-style: solid;
	border-color: #333;
	border-radius: 3px;
	padding: 15px;
	font-weight: 600;
	font-size: 14px;
  margin-bottom: 20px;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 100;
}

.uk-alert.uk-alert-danger {
	background-color: #f9d2d6;
	color: #c80b25;
	border-color: #dd929d;
}

header {
  position: fixed;
  top: 0;
  left: 0;
  background-color: #fff;
  width: 100%;
  z-index: 15;
  box-shadow: 0 0 15px rgba(0,0,0,0.2);
}

.profilo {
  position: relative;
}

.profilo a.apri_profilo, .profilo a.apri_profilo:hover {
  background-color: transparent; 
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 4;
}

.profilo p{
  cursor: pointer;
}
.profilo ul {
  display: none;
  list-style: none;
  margin: 0;
  padding: 0;
  position: absolute;
  top: 90%;
  background: #2d3f4e;
  box-shadow: 0px 0px 11px -5px #000;
  right: 5px;
  left: -25px;
  z-index: 10;
}
.profilo.opened ul{
  display: block;
}
.profilo a {
  display: block;
  color: #fff;
  padding: 10px 15px;
}
.profilo a:hover {
  background-color: #495e6f;
}
.profilo li + li a {
  border-top: 1px solid rgba(255,255,255,0.2);
}

.barratitolo {
  border-bottom: 1px solid #ddd;
  padding: 0;
  text-align: left;
  position: relative;
}

.barratitolo h1 {
  color: #2d3540;
  font-weight: bold;
  text-transform: uppercase;
  font-size: 16px;
  display: inline-block;
  vertical-align: middle;
  letter-spacing: 0.0385em;
}

.mese {
  font-size: 16px;
  display: inline-block;
  vertical-align: middle;
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  border-bottom: 1px solid #ddd;
  padding: 2px 10px;
  color: rgb(0,206,253);
}

.profilo {
  float: right;
  display: block;
  padding:20px 15px;
  border-left: 1px solid #ddd;
  color: #2d3540;
}

.profilo figure {
  width: 36px;
  height: 36px;
  right: 15px;
  overflow: hidden;
  border-radius: 50%;
  display: inline-block;
  vertical-align: middle;
}

.profilo p {
  margin: 0;
  display: inline-block;
  vertical-align: middle;
  font-size: 12px;
  margin: 0 0 0 10px;
  font-weight: 500;
}

.main {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 23px 15px 23px 15px;
  width: 28px;
  cursor: pointer;
  height: 19px;
}

.main .linea {
  position: absolute;
  height: 3px;
  width: 100%;
  
  background: rgb(0,209,253); /* Old browsers */
  background: -moz-linear-gradient(-45deg, rgba(0,209,253,1) 0%, rgba(2,157,255,1) 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(-45deg, rgba(0,209,253,1) 0%,rgba(2,157,255,1) 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(135deg, rgba(0,209,253,1) 0%,rgba(2,157,255,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00d1fd', endColorstr='#029dff',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
  -webkit-transition: all 0.35s linear;
  -moz-transition: all 0.35s linear;
  transition: all 0.35s linear;
}

.main .linea.lineauno {top: 0;left: 0;}
.main .linea.lineadue {top: 8px;right: 0;}
.main .linea.lineatre {bottom: 0;left: 0;}

.main:hover .linea.lineauno, .main:hover .linea.lineatre{left: 3px;}
.main:hover .linea.lineadue{right: 3px;}

/* ** MAin container ** */

.main_container {
  position: fixed;
  top: 0;
  left: -360px;
  overflow: hidden;
  width: 360px;
  height: 100%;
  -webkit-transition: all 0.35s linear;
  -moz-transition: all 0.35s linear;
  transition: all 0.35s linear;
  z-index: 40;
  background-color: #2d3f4e;
}

.main_container.attivo {left: 0}

.logo_menu .profilo {
  float: left;
  width: 100%;
  padding: 15px 30px;
  background-color: #fff;
  border: 0;
}

.main_content {
  padding: 20px;
}

.main_content a {
  display: block;
  color: #fff;
  padding: 10px 20px;
  border-bottom: 1px solid rgba(255,255,255,0.2);
}

.main_content a span {
  color: rgba(255,255,255,0.2);
  display: inline-block;
  width: 32px;
  font-size: 16px;
  text-align: left;
  -webkit-transition: all 0.35s linear;
  -moz-transition: all 0.35s linear;
  transition: all 0.35s linear;
}

.main_content a:hover span {color: #fff;}

/* ** ***/

.giorni{
  max-height: 64px;
  overflow: hidden;
}
.giorni ul {
  list-style: none;
  padding: 0;
  margin: 0 60px;
  text-align: left;
  overflow: hidden;
}

.giorni .freccia {
  cursor: pointer;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0,-50%);
  -moz-transform: translate(0,-50%);
  transform: translate(0,-50%);
  width: 60px;
  height: 100%;
  -webkit-transition: all 0.35s linear;
  -moz-transition: all 0.35s linear;
  transition: all 0.35s linear;
  right: 0;

  color: rgb(0,206,253);
}

.giorni .freccia:hover {
  background-color: #f1f1f1;
  color: #232626;
}

.giorni .freccia i {
  font-size: 32px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%,-50%);
  -moz-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%);
  line-height: 32px;
  height: 32px;
  overflow: hidden;
  width: 32px;
  text-align: center;
  margin-top: -4px;
}

.freccia.slick-prev {
  left: 0px;
  border-right: 1px solid #e9e9e9;
}

.giorni li {
  float: left;
  width: 12.5%;
  text-align: left;
  padding: 15px;
  font-size: 13px;
  position: relative;
  color: #868c94;
  line-height: 1.35em;
}

.giorni li::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  height: 5px;
  width: 100%;
  background-color: #ddd;
}

.giorni li.current::after {
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#00d1fd+0,029dff+100 */
  background: rgb(0,209,253); /* Old browsers */
  background: -moz-linear-gradient(-45deg, rgba(0,209,253,1) 0%, rgba(2,157,255,1) 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(-45deg, rgba(0,209,253,1) 0%,rgba(2,157,255,1) 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(135deg, rgba(0,209,253,1) 0%,rgba(2,157,255,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00d1fd', endColorstr='#029dff',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
}

.giorni li b {
  color: #2d3540;
  display: block;
  font-size: 16px;
}

.giorni li.current, .giorni li.current b {color: #029dff; font-weight: bold;}

/* ** Vista ** */

.vista ul {
  float: right;
  list-style: none;
  margin: 18px 15px 0 0;
}

.vista li {
  display: inline-block;
  vertical-align: middle;
  font-size: 11px;
  font-weight: 500;
  color: #c3c3c3;
  text-transform: uppercase;
  letter-spacing: 0.035em;
  margin: 0 0 0 5px;
  -webkit-transition: all 0.35s linear;
  -moz-transition: all 0.35s linear;
  transition: all 0.35s linear;
}

.vista img {
  width: 20px;
  -webkit-filter: grayscale(100%); /* Safari 6.0 - 9.0 */
  filter: grayscale(100%);
}

.vista .current img {
  -webkit-filter: grayscale(0%); /* Safari 6.0 - 9.0 */
  filter: grayscale(0%);
}

/* Slots * */

.slots {
  padding: 15px 0;
}

.bloccoorario {
  float: left;
  width: 16.6667%;
  padding: 15px;
}

.slot_lista .bloccoorario {
  width: 100%;
  padding: 5px 10px;
}

.slot_lista .bloccoorario.oranondispo {
  opacity: 0.35;
  cursor: not-allowed;
}

.orablocco {
  border:5px solid #fff;
  background-color: #fff;
  border-radius: 5px;
  box-shadow: 0 0 4px rgba(0,0,0,0.1);
  -webkit-transition: all 0.35s linear;
  -moz-transition: all 0.35s linear;
  transition: all 0.35s linear;
  position: relative;
}

.orablocco:hover {

  box-shadow: 0 0 25px rgba(0,0,0,0.1);
}

.orablocco.prenotato_blocco, .orablocco.daconfermare {box-shadow: 0 0 20px rgba(0,0,0,0.1), 3px 3px 2px rgba(0,0,0,0.1);}

.orablocco.daconfermare {border-color:rgb(248,184,5);}

.oratitolo {
  padding: 15px;
  border-bottom: 1px solid #ddd;
  text-align: left;
  position: relative;
}

.oratitolo i{
  vertical-align: middle;
  color: #999;
}

.slot_lista .oratitolo {
  display: inline-block;
  vertical-align: middle;
  padding-right: 14px;
  border-right: 1px solid #ddd;
  border-bottom: 0;
  width: 250px;
}

.oratitolo img, .oratitolo h3 {
  display: inline-block;
  vertical-align: middle;
}

.oratitolo h3 {
  font-weight: 500;
  color: #2d3540;
  font-size: 23px;
  margin: 0 0 0 5px;
}

.oratitolo img {
  width: 20px;
  opacity: 0.5;
}

.stato {
  position: absolute;
  top: 50%;
  right: 15px;
  -webkit-transform: translate(0,-50%);
  -moz-transform: translate(0,-50%);
  transform: translate(0,-50%);
  width: 20px;
  height: 20px;
  background-color: red;
  border-radius: 50%;
}

.stato.disponibile {
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#07dba4+0,00cbb1+100 */
  background: rgb(7,219,164); /* Old browsers */
  background: -moz-linear-gradient(left, rgba(7,219,164,1) 0%, rgba(0,203,177,1) 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(left, rgba(7,219,164,1) 0%,rgba(0,203,177,1) 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right, rgba(7,219,164,1) 0%,rgba(0,203,177,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#07dba4', endColorstr='#00cbb1',GradientType=1 ); /* IE6-9 */
}

.stato.occupato {
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#fb4e82+0,bc4691+100 */
  background: rgb(251,78,130); /* Old browsers */
  background: -moz-linear-gradient(left, rgba(251,78,130,1) 0%, rgba(188,70,145,1) 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(left, rgba(251,78,130,1) 0%,rgba(188,70,145,1) 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right, rgba(251,78,130,1) 0%,rgba(188,70,145,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fb4e82', endColorstr='#bc4691',GradientType=1 ); /* IE6-9 */
}

.stato.nonprenotabile {/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#f8b805+0,fdd054+100 */
  background: rgb(248,184,5); /* Old browsers */
  background: -moz-linear-gradient(left, rgba(248,184,5,1) 0%, rgba(253,208,84,1) 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(left, rgba(248,184,5,1) 0%,rgba(253,208,84,1) 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right, rgba(248,184,5,1) 0%,rgba(253,208,84,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f8b805', endColorstr='#fdd054',GradientType=1 ); /* IE6-9 */
}

.stato.prenotato {
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#00cefd+0,029dff+100 */
  background: rgb(0,206,253); /* Old browsers */
  background: -moz-linear-gradient(left, rgba(0,206,253,1) 0%, rgba(2,157,255,1) 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(left, rgba(0,206,253,1) 0%,rgba(2,157,255,1) 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right, rgba(0,206,253,1) 0%,rgba(2,157,255,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00cefd', endColorstr='#029dff',GradientType=1 ); /* IE6-9 */
}

.stato.nondisponibile {
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#00cefd+0,029dff+100 */
  background: #cedce7;
  background: -moz-linear-gradient(left, #cedce7 0%, #596a72 100%);
  background: -webkit-linear-gradient(left, #cedce7 0%,#596a72 100%);
  background: linear-gradient(to right, #cedce7 0%,#596a72 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cedce7', endColorstr='#596a72',GradientType=1 );
}

.stato.chiuso {
  background: #696a75;
  background: -moz-linear-gradient(left, #696a75 3%, #3b393f 100%);
  background: -webkit-linear-gradient(left, #696a75 3%,#3b393f 100%);
  background: linear-gradient(to right, #696a75 3%,#3b393f 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#696a75', endColorstr='#3b393f',GradientType=1 );
}

.contentora {
  padding: 30px 15px;
  text-align: center;
}

.slot_grid .contentora {
  height: 220px;
  position: relative;
}

.slot_lista .contentora {
  display: inline-block;
  vertical-align: middle;
  text-align: left;
  padding: 15px;
}

.testo_slot h4, .testo_slot p {
  display: inline-block;
  vertical-align: middle;
}

.testo_slot p span {
  padding: 3px;
  color: #fff;
  font-weight: bold;
  text-transform: uppercase;
  font-size: 11px;
  letter-spacing: 1px;
}

.testo_slot.ingestione p span {
  background: rgb(248,184,5);
  background: -moz-linear-gradient(left, rgba(248,184,5,1) 0%, rgba(253,208,84,1) 100%);
  background: -webkit-linear-gradient(left, rgba(248,184,5,1) 0%,rgba(253,208,84,1) 100%);
  background: linear-gradient(to right, rgba(248,184,5,1) 0%,rgba(253,208,84,1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f8b805', endColorstr='#fdd054',GradientType=1 );  
}

.testo_slot.giachiuso p span, .stato_dettagli.statochiuso p {
 background: #696a75;
 background: -moz-linear-gradient(left, #696a75 3%, #3b393f 100%);
 background: -webkit-linear-gradient(left, #696a75 3%,#3b393f 100%);
 background: linear-gradient(to right, #696a75 3%,#3b393f 100%);
 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#696a75', endColorstr='#3b393f',GradientType=1 );  
}

.testo_slot.inprenotazione p span {
  background: rgb(0,206,253);
  background: -moz-linear-gradient(left, rgba(0,206,253,1) 0%, rgba(2,157,255,1) 100%);
  background: -webkit-linear-gradient(left, rgba(0,206,253,1) 0%,rgba(2,157,255,1) 100%);
  background: linear-gradient(to right, rgba(0,206,253,1) 0%,rgba(2,157,255,1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00cefd', endColorstr='#029dff',GradientType=1 );  
}

.testo_slot.archiviato p span {
  background: rgb(251,78,130);
  background: -moz-linear-gradient(left, rgba(251,78,130,1) 0%, rgba(188,70,145,1) 100%);
  background: -webkit-linear-gradient(left, rgba(251,78,130,1) 0%,rgba(188,70,145,1) 100%);
  background: linear-gradient(to right, rgba(251,78,130,1) 0%,rgba(188,70,145,1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fb4e82', endColorstr='#bc4691',GradientType=1 );
}

.slot_lista .orablocco {
  position: relative;
}

.error-message {
  color: red;
  text-align: right;
  font-size: 10px;
}

.btn {
  box-shadow: 0 1px 2px 0 rgba(60,64,67,0.302), 0 1px 3px 1px rgba(60,64,67,0.149);
  -webkit-box-shadow: 0 1px 2px 0 rgba(60,64,67,0.302), 0 1px 3px 1px rgba(60,64,67,0.149);
  border-radius: 50px;
  font-family: 'Montserrat', sans-serif;
  text-align: left;
  line-height: 20px;
  font-size: 13px;
  padding: 15px;
  display: block;
  cursor: pointer;
  -webkit-transition: all 0.35s linear;
  -moz-transition: all 0.35s linear;
  transition: all 0.35s linear;
  border: none;
}

.bloccoorario .btn {
  width: 80%;
  -webkit-transform: translate(-50%,0);
  -moz-transform: translate(-50%,0);
  transform: translate(-50%,0);
  left: 50%;
  position: absolute;
  bottom: 25px;
  text-align: center;
}

.btn.btn_success {cursor: pointer;}
.btn.btn_success:hover {
  background-color: #f8f8f8;
  box-shadow: 0 1px 3px 0 rgba(60,64,67,0.302), 0 4px 8px 3px rgba(60,64,67,0.149);
  -webkit-box-shadow: 0 1px 3px 0 rgba(60,64,67,0.302), 0 4px 8px 3px rgba(60,64,67,0.149);
}

.slot_lista .btn {
  right: 15px;
  left: auto;
  -webkit-transform: translate(0,-50%);
  -moz-transform: translate(0,-50%);
  transform: translate(0,-50%);
  width: 210px;
  top: 50%;
  bottom: auto;
  padding: 10px;
}

.btn_prenotato {
  text-align: center;
  background-color: #f1f1f1;
}

.bloccoorario .btn.btn_prenotato {
  padding-right: 10px;
  cursor: pointer;
  padding-left: 10px;
}

.btn span {
  font-weight: 900;
  font-size: 52px;
  margin: 0;
  padding: 0;
  display: inline-block;
  vertical-align: middle;
  background: -webkit-linear-gradient(#00c7fd, #029dff);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  line-height: 0.5;
}

.btn img {width: 24px;}

.btn p {
  display: inline-block;
  vertical-align: middle;
  margin: 0;
  color: #2d3540;
  font-weight: 500;
  font-size: 13px;
  margin: 0 0 0 10px;
  letter-spacing: 0.035em;
}
.btn p i{
  vertical-align: middle;
  margin: 0 5px 0 0;
  color: #888;
}
.btn p i.fa-plus{
  color: #029dff;
}
.btn p i.fa-times-circle-o{
  color: #de1b1b;
}
.testo_slot h4 {
  color: rgb(0,206,253);
  font-size: 14px;
  line-height: 1;
  margin-right: 10px; 
}

.testo_slot.ingestione h4, .slot_ingestione .title_slot_prenotato h2 b {color: rgba(248,184,5,1)}
.testo_slot.giachiuso h4, .slot_giachiuso .title_slot_prenotato h2 b {color: #3b393f}
.testo_slot.archiviato h4, .slot_nonconfermato .title_slot_prenotato h2 b {color: rgba(188,70,145,1)}

/* ** ** */

#booking_window {
  background-color: #fff;
  position: fixed;
  top: 0;
  right: -100%;
  width: 50%;
  max-width: 460px;
  height: 100%;
  z-index: 40;
  padding: 0px;
  -webkit-transition: all 0.35s linear;
  -moz-transition: all 0.35s linear;
  transition: all 0.35s linear;
}

#booking_window.attivo {right: 0;}

.title_slot_prenotato {padding: 20px;border-bottom: 1px solid #ddd;}

.title_slot_prenotato i, .title_slot_prenotato h2 {
  display: inline-block;
  vertical-align: middle;
}

.title_slot_prenotato i {
  font-size: 18px;
  margin: 0 10px 0 0;
}

.title_slot_prenotato h2 {
  font-weight: 400;
  font-size: 14px;
  color: #2d3540;
  letter-spacing: 0.015em;
}

.title_slot_prenotato h2 b {
  font-size: 18px;
  color: rgb(0,206,253);
}

.stato_dettagli {padding: 10px 20px 0;}

.stato_dettagli p {
  margin: 0;
  text-align: center;
  text-transform: uppercase;
  font-size: 11px;
  font-weight: bold;
  letter-spacing: 0.05em;
  padding: 15px;
  color: #fff;
}

.stato_dettagli p b {
  font-size: 16px;
  /* display: inline-block; */
  /* vertical-align: middle; */
  margin: 0 0 0 5px;
  text-shadow: 1px 3px 3px rgba(0,0,0,0.1);
}

.stato_dettagli.statoprenotato p {
  background: rgb(0,206,253);
  background: -moz-linear-gradient(left, rgba(0,206,253,1) 0%, rgba(2,157,255,1) 100%);
  background: -webkit-linear-gradient(left, rgba(0,206,253,1) 0%,rgba(2,157,255,1) 100%);
  background: linear-gradient(to right, rgba(0,206,253,1) 0%,rgba(2,157,255,1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00cefd', endColorstr='#029dff',GradientType=1 );
}

.stato_dettagli.statoingestione p {
  background: rgb(248,184,5);
  background: -moz-linear-gradient(left, rgba(248,184,5,1) 0%, rgba(253,208,84,1) 100%);
  background: -webkit-linear-gradient(left, rgba(248,184,5,1) 0%,rgba(253,208,84,1) 100%);
  background: linear-gradient(to right, rgba(248,184,5,1) 0%,rgba(253,208,84,1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f8b805', endColorstr='#fdd054',GradientType=1 );
}

.stato_dettagli.statononconfermato p {
  background: rgb(251,78,130);
  background: -moz-linear-gradient(left, rgba(251,78,130,1) 0%, rgba(188,70,145,1) 100%);
  background: -webkit-linear-gradient(left, rgba(251,78,130,1) 0%,rgba(188,70,145,1) 100%);
  background: linear-gradient(to right, rgba(251,78,130,1) 0%,rgba(188,70,145,1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fb4e82', endColorstr='#bc4691',GradientType=1 );
}

.content_prenota {padding: 20px;}

.content_prenota ul {
  margin: 0;
  list-style: none;
  padding: 0;
}

.content_prenota li, .content_prenota label {
  font-size: 13px;
  color: #2d3540;
  margin: 0 0 5px;
  font-weight: 400;
  font-family: 'Montserrat', sans-serif;
}

.content_prenota li b, .content_prenota input, .content_prenota select {
  float: right;
}

.content_prenota ul.dati_prenotazione_gestione {
  background-color: #f1f1f1;
  padding: 10px !important;
  display: block;
  margin: 10px 0 0 !important;
}


.content_prenota .dati_prenotazione_gestione li {
  border-left: 15px solid #c3c3c3;
  padding: 0 0 0 10px;
}

.content_prenota .form-group {margin: 0;}

.content_prenota input, .content_prenota select {
  border-bottom: 1px solid #ddd;
  padding: 5px 10px;
  font-family: 'Montserrat',sans-serif;
  font-weight: 400;
  text-align: right;
  color: #2d3540;
  text-transform: none;
  width: 180px;
  border-top: 1px solid #fff;
  border-left: 1px solid #fff;
  border-right: 1px solid #fff;
  -webkit-transition: all 0.35s linear;
  -moz-transition: all 0.35s linear;
  transition: all 0.35s linear;
  font-size: 13px;
  padding: 5px 10px;
}

.content_prenota select {width: 260px;}

.content_prenota input:focus, .content_prenota select:focus {
  border-color: #029dff;
  text-transform: uppercase;
  font-weight: 500;
}

.info_prenotazione {
  background-color: #f1f1f1;
  padding: 15px;
  margin: 20px 0 15px;
  border: 1px solid #ddd;
}

.titolo_info i, .titolo_info h3 {
  display: inline-block;
  vertical-align: middle;
}

.titolo_info i {
  background-color: rgb(0,206,253);
  font-size: 14px;
  margin: 0;
  /* border: 1px solid #ddd; */
  color: #fff;
  padding: 5px 10px;
  border-radius: 50%;
  font-weight: 500;
  margin: 0 10px 0 0;
}
.titolo_info h3 {
  font-weight: 400;
  font-size: 13px;
  color: #2d3540;
  letter-spacing: 0.015em;
}

.info_prenotazione p {
  color: #2d3540;
  margin: 20px 0 0;
}

.alert {
  color: #c29b25;
  background-color: rgba(255, 204, 49, 0.2);
  border-color: #ebbc2d;
  padding: 15px;
  margin-top: 15px;
  border-width: 1px;
  border-style: solid;
}

.alert p {
  font-size: 13px;
  margin: 0;
}

.qrcode {
  background: #f1f1f1;
  text-align: center;
  padding: 25px;
  margin: 15px 0 0;
}

.qrcode img {
  width: 118px;
  margin: 0 auto;
}

.azionefinestra_slot {
  position: absolute;
  bottom: 0;
  left: 0;
  border-top: 1px solid #ddd;
  padding: 15px 20px;
  width: 100%;
}

.azionefinestra_slot .btn {
  width: 120px;
  padding: 5px 0;
  float: right;
  text-align: center;
}

.azionefinestra_slot .btn.btn_danger {
  width: 205px;
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#fb4e82+0,bc4691+100 */
  background: rgb(251,78,130); /* Old browsers */
  background: -moz-linear-gradient(left, rgba(251,78,130,1) 0%, rgba(188,70,145,1) 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(left, rgba(251,78,130,1) 0%,rgba(188,70,145,1) 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right, rgba(251,78,130,1) 0%,rgba(188,70,145,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fb4e82', endColorstr='#bc4691',GradientType=1 ); /* IE6-9 */
}

.azionefinestra_slot .btn.annullafinestra {
  float: left;
  cursor: pointer;
}

.azionefinestra_slot .btn.btn_success, .form_account .btn.btn-primary {
  background: rgb(0,206,253); /* Old browsers */
  background: -moz-linear-gradient(left, rgba(0,206,253,1) 0%, rgba(2,157,255,1) 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(left, rgba(0,206,253,1) 0%,rgba(2,157,255,1) 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right, rgba(0,206,253,1) 0%,rgba(2,157,255,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00cefd', endColorstr='#029dff',GradientType=1 ); /* IE6-9 */
}

.azionefinestra_slot .btn.btn_success p, .azionefinestra_slot .btn.btn_success i, .azionefinestra_slot .btn.btn_danger p, .azionefinestra_slot .btn.btn_danger i, .form_account .btn.btn-primary {color: #fff;}

.black, .black_main {
  position: fixed;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: rgb(0,206,253); /* Old browsers */
  background: -moz-linear-gradient(left, rgba(0,206,253,1) 0%, rgba(2,157,255,1) 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(left, rgba(0,206,253,1) 0%,rgba(2,157,255,1) 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right, rgba(0,206,253,1) 0%,rgba(2,157,255,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00cefd', endColorstr='#029dff',GradientType=1 ); /* IE6-9 */

  -webkit-transition: all 0.35s linear;
  -moz-transition: all 0.35s linear;
  transition: all 0.35s linear;
  z-index: 39;
  opacity: 0.8;
}

.black.attivo, .black_main.attivo {left: 0;}

/* ** Slot Prenotati * */

.giorno_prenotazione {
  padding: 15px 0;
  margin: 0 15px 20px;
  border-bottom: 1px solid #c3c3c3;
  float: left;
  width: 100%;
}

.giorno_prenotazione h2 {
  font-weight: 400;
  font-size: 18px;
  letter-spacing: 0.05em;
  color: #2d3540;
}

/* ** List News ** */

.data_news {
  font-weight: bold;
  color: #5c1010;
  font-size: 12px;
  display: block;
}

.list_news {
	padding: 20px;
	width: 100%;
	max-width: 800px;
	margin: 0 auto;
}

.list_news ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.list_news li {
	background-color: #f7cfcf;
	border-radius: 5px;
	padding: 20px;
	transition: all 0.35s linear;
	position: relative;
	margin: 15px 0;
	border: 1px solid #e8a3a3;
}

.list_news p {
	font-size: 13px;
	color: #5c1010;
	opacity: 1;
	line-height: 1.72;
}


/* BACHECA */ 

.azione_prenota_slot {
  background-color: rgb(0,206,253);
  background: -moz-linear-gradient(left, rgba(0,206,253,1) 0%, rgba(2,157,255,1) 100%);
  background: -webkit-linear-gradient(left, rgba(0,206,253,1) 0%,rgba(2,157,255,1) 100%);
  background: linear-gradient(to right, rgba(0,206,253,1) 0%,rgba(2,157,255,1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00cefd', endColorstr='#029dff',GradientType=1 );
  padding: 32px 52px 22px;
  margin: 0 auto;
  border-radius: 5px;
  width: 100%;
  max-width: 760px;
  -webkit-box-shadow: 0 0 4px rgba(0,0,0,0.1);
  -moz-box-shadow: 0 0 4px rgba(0,0,0,0.1);
  box-shadow: 0 0 4px rgba(0,0,0,0.1);
}

.azione_prenota_slot h2 {
	color: #fff;
	font-size: 32px;
	margin: 0;
}

.azione_prenota_slot p {
  color: #fff;
  font-size: 20px;
  margin: 0 0 32px;
}

.azioni_prenota_container {
	display: flex;
	align-items: center;
	width: 100%;
	justify-content: space-between;
	padding: 32px 0 32px;
	border-top: 1px dashed #fff;
}

.search_day p, .search_day span {
  display: inline-block;
  vertical-align: middle;
  margin: 0;
  color: #fff;
  font-weight: bold;
  font-size: 22px;
  line-height: 1;
  /* padding: 10px; */
  text-shadow: 0 0 10px rgba(0,0,0,0.2);
}
.search_day span {
  margin: 0 0 0 10px;
  font-size: 28px;
}

.azione_prenota_slot_content a span {
  display: inline-block;
  font-size: 32px;
  vertical-align: middle;
  line-height: 32px;
  margin: 0 10px 0 0;
}

.search_day {
  display: inline-block;
  cursor: pointer;
}

.azione_prenota_slot_content a {
  color: #fff;
  font-weight: bold;
  border: 2px solid #fff;
  padding: 10px 25px 10px 20px;
  border-radius: 50px;
  display: block;
  letter-spacing: 0.05em;
  -webkit-transition: all 0.35s linear;
  -moz-transition: all 0.35s linear;
  transition: all 0.35s linear;
}

.azione_prenota_slot_content a:hover {
  background-color: #fff;
  color: rgba(2,157,255,1);
}

.statistica img {
  max-width: 86px;
  margin: 0 auto 30px;
}

.statistica h3 {
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 0.035em;
  color: rgb(0,206,253);
  /* opacity: 0.5; */
}

.statistica p {
  margin: 0;
  font-weight: bold;
  font-size: 64px;
  color: #2d3540;
  line-height: 1;
}

/* Statistiche */

.container_statistics {padding: 50px;}

.statistica {
  text-align: center;
  background-color: #fff;
  border-radius: 15px;
  box-shadow: 0 0 4px rgba(0,0,0,0.1);
  padding: 30px;
}

/* registrati */ 

.form_register {
  background-color: #fff;
  max-width: 450px;
  opacity: 0;
  -webkit-transform: translate(0,-120px);
  -moz-transform: translate(0,-120px);
  transform: translate(0,-120px);
  margin: 0 auto;
  padding: 30px;
  border-radius: 5px;
  -webkit-box-shadow: 0 0 4px rgba(0,0,0,0.1);
  -moz-box-shadow: 0 0 4px rgba(0,0,0,0.1);
  box-shadow: 0 0 4px rgba(0,0,0,0.1);
  -webkit-transition: all 1s ease 0.15s;
  -moz-transition: all 1s ease 0.15s;
  transition: all 1s ease 0.15s;
}

.form_register.visibile {
  opacity: 1;
  -webkit-transform: translate(0,0px);
  -moz-transform: translate(0,0px);
  transform: translate(0,0px);
}

.title_register {
  padding: 10px 0 10px 25px;
  position: relative;
}

.title_register:after {
  content: "";
  width: 5px;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background: rgb(0,206,253);
  background: -moz-linear-gradient(top, rgba(0,206,253,1) 0%, rgba(2,157,255,1) 100%);
  background: -webkit-linear-gradient(top, rgba(0,206,253,1) 0%,rgba(2,157,255,1) 100%);
  background: linear-gradient(to top, rgba(0,206,253,1) 0%,rgba(2,157,255,1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00cefd', endColorstr='#029dff',GradientType=1 );
}

.title_register h3 {
  color: #232626;
  font-size: 20px;
  font-weight: 400;
  letter-spacing: 0.025em;
  line-height: 1;
  margin: 0 0 5px;
}

.title_register h3 b {color: rgb(0,206,253);}

.title_register p {
  margin: 0;
  font-size: 13px;
  color: #999999;
  /* opacity: 0.2; */
  text-transform: none;
  font-weight: normal;
  line-height: 1;
  letter-spacing: 0.035em;
}

.form_registrati {
  padding: 30px 0 0;
  border-top: 1px solid #ddd;
  margin-top: 30px;
}

.form_registrati .form_group {
  margin: 0 0 20px;
}

.form_account label,
.form_registrati label {
  margin: 0;
  font-size: 13px;
  font-weight: bold;
  color: #555;
  letter-spacing: 0.05em;
}

.form_account input,
.form_account select,
.form_register button,
.form_register input {
  border: 1px solid #ddd;
  padding: 5px 10px;
  font-family: 'Montserrat',sans-serif;
  font-weight: 400;
  text-align: left;
  color: #2d3540;
  text-transform: none;
  width: 100%;
  -webkit-transition: all 0.35s linear;
  -moz-transition: all 0.35s linear;
  transition: all 0.35s linear;
  font-size: 13px;
  display: block;
  padding: 15px 10px;
  border-radius: 5px;
  margin: 8px 0 0;
}

.input.checkbox{
  float: left;
  margin: 7px 10px;
  padding: 0;
  position: relative;
}
.input.checkbox .error-message{
  position: absolute;
  left: 0px;
  top: 15px;
  min-width: 400px;
  text-align: left;
}

.form_register .privacy label, .form_register .privacy input {
  display: inline-block;
  vertical-align: middle;
  width: auto;
  margin: 0;
  font-size: 11px;
  font-weight: normal;
}

.form_register button,
.form_register .submit input {
  background: rgb(0,206,253);
  background: -moz-linear-gradient(left, rgba(0,206,253,1) 0%, rgba(2,157,255,1) 100%);
  background: -webkit-linear-gradient(left, rgba(0,206,253,1) 0%,rgba(2,157,255,1) 100%);
  background: linear-gradient(to right, rgba(0,206,253,1) 0%,rgba(2,157,255,1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00cefd', endColorstr='#029dff',GradientType=1 );
  text-align: center;
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: 0.035em;
  color: #fff;
  margin: 20px 0 0;
  border: 0;
}

.def_bg {
  background-color: #fff;
  border-radius: 5px;
  padding: 20px;
  box-shadow: 0 0 4px rgba(0,0,0,0.1);
  -webkit-transition: all 0.35s linear;
  -moz-transition: all 0.35s linear;
  transition: all 0.35s linear;
  position: relative;
  margin: 15px 20px;
}

.def_bg .def_ttl{
  font-weight: bold;
  color: #232626;
  font-size: 12px;
  border-bottom: 1px solid #ddd;
  display: block;
  padding: 0 0 15px;
  margin-bottom: 25px;
}
.book_fornitori_list {
  margin: 5px 0 !important;
  background: #f3f3f3;
  padding: 5px 10px;
  text-align: right;
}
.book_fornitori_list .input.checkbox{
  float: none;
  margin: 0;
  text-align: right;
}


.book_fornitori_list .input.checkbox input{
  width: auto;
  float: right;
  margin: 7px 0 0 10px;
}

/* ** FOOTER */

footer {
  font-size: 11px;
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  text-align: center;
  background-color: #f1f1f1;
  border-top: 1px solid #ddd;
  z-index: 2;
}

@media (max-width: 1370px) {
  .bloccoorario {
    float: left;
    width: 20%;
    padding: 15px;
  }
  /*.btn {width: 80%}*/
}

@media (max-width: 1280px) {
  .bloccoorario {
    float: left;
    width: 25%;
    padding: 15px;
  }
}

@media (max-width: 1024px) {}

@media (max-width: 960px) {
  .slot_lista .oratitolo {
    display: block;
    width: 100%;
    border: 0;
  }

  .barratitolo h1 {
    width: 50%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 13px;
  }

  .profilo b, .profilo span {display: none;}

  .list_news li {padding: 10px;}

  .bloccoorario .btn {
    display: block;
    position: static;
    width: 100%;
    margin: 20px 0 0;
    transform: none;
  }

  .contentora {
    width: 100%;
  }

  .azione_prenota_slot {
	padding: 20px;
}

.azione_prenota_slot h2 {font-size: 24px;}
.azione_prenota_slot p {
	color: #fff;
	font-size: 16px;
	margin: 0 0 24px;
	font-weight: 500;
}

.azioni_prenota_container {
	flex-wrap: wrap;
}

.azione_prenota_slot_content {
	width: 100%;
	padding: 0;
	margin: 0 0 24px;
}

.azione_prenota_slot_content:last-child {margin: 0 0 0 0;}

  .azione_prenota_slot_content a {
    width: 100%;
    display: block;
  }

  #booking_window.attivo {
    right: 0;
  }

  #booking_window {
    width: 100%;
    max-width: 100%;
    overflow-y: auto;
  }

  .content_prenota select, .content_prenota input {
    float: none;
    width: 100%;
    text-align: left;
    padding: 15px;
    margin: 10px 0;
    border: 1px solid #ddd;
  }

  .book_fornitori_list .input.checkbox {
    text-align: left;
    padding: 5px 0
  }

  .slot_lista .bloccoorario {padding: 0 5px 5px;}

  .azionefinestra_slot {
    position: static;
    padding: 20px;
  }

  .azionefinestra_slot .btn {padding: 10px;}
  .azionefinestra_slot .btn p {font-weight: bold;}

}