.alert-main,
#flashMessage {
	margin: 20px 20px 0px;
}

/* ------------------------------------------- NAVBAR ----------------------------------- */
.navbar-inverse .navbar-nav>li>a {
	color: #FFF;
}

.navbar-content{
    width:320px;
    padding: 15px;
    padding-bottom:0px;
}
.navbar-content:before, .navbar-content:after{
    display: table;
    content: "";
    line-height: 0;
}
.navbar-inverse {
  background-color: #00657f;
}

.btn-default, a {
  color: #00657f;
}

.btn-primary {
  background-color: #00657f;
  border-color: #00556b;
}
.btn-primary.disabled {
  background-color: #7cb4c2;
  border-color: #5c838d;
}

.navbar-inverse .navbar-nav>.open>a,
.navbar-inverse .navbar-nav>.open>a:focus,
.navbar-inverse .navbar-nav>.open>a:hover,
.btn-primary:hover {
  background-color: #004f63;
}


.navbar-nav.navbar-right:last-child {
	/*margin-right: 15px !important;*/
}
.navbar-footer {
    background-color:#DDD;
}
.navbar-footer-content { padding:15px 15px 15px 15px; }
.dropdown-menu {
	padding: 0px;
	overflow: hidden;
}

.breadcrumb {
  margin: 20px 0 0;
}

@media (min-width: 768px) {
  .breadcrumb {
    margin: 20px 20px 0;
  }
}

.separatore {
	float:left;
	width:100%;
	height:1px;
	background-color:#eee;}

.cerca_menu input{
	background-color:#FFF;
	border-color:#555;
	color:#000;}

.cerca_menu button {
	background-color:#555;
	border-color:#777;
	font-weight:bold;
	color:#FFF;
	margin:0;}

.cerca_sidebar {
	float:left;
	width:100%;}

.form-inline .form-group {
	margin-bottom: 15px;
  vertical-align: top;
}

/*.form-group input { // personalizzare con una classe padre
	width:100% !important;
}*/

.text {
	float:left;
	width:100%;
	margin:0 0 20px 0;}

.checkbox {
	float:left;
	width:100%;
	margin: 0 0 10px 0;
}
.checkbox input[type=checkbox] {
	margin: 4px 0 0 0;
}

.error-message{
    color: #f00;
    float: left;
    position: relative;
}

.dropdown-menu>li>a {
	padding: 5px 20px;
	font-size: 16px;
  color: #00657f;
}

.list-group.menu-structures a.list-group-item{
  color: #00657f;
  font-size: 14px;
}

.jumbotron.default{
  padding: 20px;
}

/* ------------------------------------------- LOGIN ----------------------------------- */

.card-container.card {
    max-width: 350px;
    padding: 40px 40px;
}

/*
 * Card component
 */
.card {
    background-color: #F7F7F7;
    /* just in case there no content*/
    padding: 20px 25px 30px;
    margin: 0 auto 25px;
    margin-top: 50px;
    /* shadows and rounded borders */
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    -moz-box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3);
    -webkit-box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3);
    box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3);
}

.profile-img-card {
    width: 96px;
    height: 96px;
    margin: 0 auto 10px;
    display: block;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
}

/*
 * Form styles
 */
.profile-name-card {
    font-size: 16px;
    font-weight: bold;
    text-align: center;
    margin: 10px 0 0;
    min-height: 1em;
}

.reauth-email {
    display: block;
    color: #404040;
    line-height: 2;
    margin-bottom: 10px;
    font-size: 14px;
    text-align: center;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.form-signin #inputEmail,
.form-signin #inputPassword {
    direction: ltr;
    height: 44px;
    font-size: 16px;
}

.form-signin input[type=email],
.form-signin input[type=password],
.form-signin input[type=text],
.form-signin button {
    width: 100%;
    display: block;
    margin-bottom: 10px;
    z-index: 1;
    position: relative;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.form-signin .form-control:focus {
    border-color: rgb(104, 145, 162);
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgb(104, 145, 162);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgb(104, 145, 162);
}

.btn.btn-signin {
    /*background-color: #4d90fe; */
    background-color: rgb(104, 145, 162);
    /* background-color: linear-gradient(rgb(104, 145, 162), rgb(12, 97, 33));*/
    padding: 0px;
    font-weight: 700;
    font-size: 14px;
    height: 36px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    border: none;
    -o-transition: all 0.218s;
    -moz-transition: all 0.218s;
    -webkit-transition: all 0.218s;
    transition: all 0.218s;
}

.btn.btn-signin:hover,
.btn.btn-signin:active,
.btn.btn-signin:focus {
    background-color: rgb(12, 97, 33);
}

.forgot-password {
    color: rgb(104, 145, 162);
}

.forgot-password:hover,
.forgot-password:active,
.forgot-password:focus{
    color: rgb(12, 97, 33);
}

.table.center_vertical td {
  vertical-align: middle;
}

/* ------------------------------------------- ANIMAZIONE ----------------------------------- */
.glyphicon-refresh-animate {
    -animation: spin .7s infinite linear;
    -webkit-animation: spin2 .7s infinite linear;
}
@-webkit-keyframes spin2 {
    from { -webkit-transform: rotate(0deg);}
    to { -webkit-transform: rotate(360deg);}
}

@keyframes spin {
    from { transform: scale(1) rotate(0deg);}
    to { transform: scale(1) rotate(360deg);}
}

/* ------------------------------------------- SELECT DATE ----------------------------------- */
.date_select label {
	display: block;
}
.date_select select {
	width: 22%;
	margin: 0 1%;
	float: left;
}
.date_select select:nth-child(odd) {
	margin: 0 1%;
	width: 50%;
}
.date_select.error select {
	border-color: #f00;
}

/* ------------------------------------------- NUOVA PRENOTAZIONE ----------------------------------- */

.text_50 {width:49.5%;}
.text_50:nth-child(odd) {margin-right:1%;}

.text_30 {width:32%;}

.periodo_vacanza {
	float:left;
	width:140px;}

.periodo_vacanza:first-of-type {
	margin-right:20px;}

.titolo_blocco_dati_prenotazione {
	background-color: #00657f !important;
	color:#FFF !important;
	font-weight:bold !important;
	position:relative;}

.titolo_blocco_dati_prenotazione a {
	color: #FFF;
}

.titolo_blocco_dati_prenotazione .box-tools {
    position: absolute;
    right: 10px;
    top: 3px;
}

.titolo_blocco_dati_prenotazione .box-tools .btn-box-tool {
	background: transparent;
}

.pannello_dati_prenotazione {
	background-color:#f7f7f7 !important;}

.titolo_pannello_utente {
	font-weight:bold;}

.titolo_pannello_utente .check {
	float:right;}

.titolo_pannello_utente .check label {
	font-weight:normal;}

.submit_100 {
	float:left;
	width:100%;}

.submit_100 button,
.submit_100 a {
	width:100%;
}

/* ------------------------------------------- RIEPILOGO PRENOTAZIONE ----------------------------------- */
.blocco_con_bordo_superiore {
	float:left;
	width:100%;
	border-top:1px solid #ccc;
	padding-top:15px;
	padding-bottom:15px;
	position:relative;}

/* --- elenco spese --- */
.blocco_con_bordo_superiore_foto {
	float:left;
	border:1px solid #ccc;
	margin:0 15px 0 0;}

.blocco_con_bordo_superiore_qrcode {
	position:absolute;
	right:0;
	top:15px;}

.verde .panel-heading {background-color:#d6edd6;}
.arancio .panel-heading {background-color:#fbead3;}
.azzurro .panel-heading {background-color:#d6eff7;}

.singola_spesa_resoconto {
	float:left;
	width:100%;
	background-color:#eee;
	border:1px solid #ccc;
	padding:8px;
	border-radius:2px;
	position:relative;
	margin-bottom:5px;}

.singola_spesa_resoconto:last-of-type {
	margin-bottom:0;}

.singola_spesa_resoconto_foto {
	float:left;
	border:1px solid #ccc;}

.singola_spesa_resoconto_dati {
	float:left;
	margin:0 0 0 10px;
	font-weight:bold;
	color:#555;
	line-height:16px;}

.tasto_controlla_scontrino {
	float:left;
	clear:both;
	margin:7px 0 0 0;}

.singola_spesa_resoconto_dati_spesa {
	position:absolute;
	right:10px;
	bottom:8px;
	font-size:30px;
	color:#428bca;}

.totale_elenco_spese {
	float:left;
	width:100%;
	border-radius:2px;
	background-color:#428bca;
	color:#FFF;
	padding:10px 15px;
	font-size:24px;
	font-weight:bold;
	margin:10px 0 0 0;}

/* ------------------------------------ GESTIONE CATEGORIE ---------------------------------------- */
.blocco_opzioni_categorie {float:right;}

.blocco_opzioni_categorie button{margin:0 0 0 5px;}

.radio, .checkbox {
	float:left;
	width:100%;}

.icona_sottocategoria {
	float:left;
	width:100%;
	margin-top:10px;}

.icona_sottocategoria .radio-inline {
	float:left;
	width:80px;
	height:80px;
	position:relative;
	margin:0 10px 10px 0;
	background-color:#428bca;
	border:1px solid #357ebd;
	border-radius:4px;}

.icona_sottocategoria .radio-inline img {
	position:absolute;
	top:5px;
	left:5px;
	width:70px;}

.icona_sottocategoria .radio-inline input {
	position:absolute;
	bottom:0;
	right:0;
	z-index:-5;}


/* ----------  COLORI ---------- */
.green{
	color: #599000;
}
.yellow {
  color: #CBC800;
}
.blue {
  color: #67c2ef;
}
.red {
  color: #E52727;
}

/* -------------------- */

.color-item {
  width: 15px;
  height: 15px;
  border: 1px solid #DFDFDF;}

.name-user-header {
 	position: absolute;
	top: 2px;
	right: 25px;
	color: #BBB;
}

/* --------  STATISTICHE ------------ */
.stats {
  font-family: 'Open Sans',sans-serif;
  font-weight: 300;
  margin-bottom: 20px;
}
.stats .stat {
  width: 24%;
  margin: 0 1% 0 0;
  float: left;
}
.stats .stat .left {
  float: left;
  text-align: right;
  width: 60%;
}
.stats .stat .left .number {
  font-size: 22px;
  font-weight: 300;
}
.stats .stat .left .title {
  font-size: 12px;
}
.stats .stat .left .title .color {
  background: #000;
  width: 18px;
  height: 12px;
  margin: 0 5px -2px 0;
  display: inline-block;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
}
.stats .stat .left .title .color.green {
  background: #599000;
}
.stats .stat .left .title .color.yellow {
  background: #CBC800;
}
.stats .stat .left .title .color.blue {
  background: #67c2ef;
}
.stats .stat .left .title .color.red {
  background: #E52727;
}
.stats .stat .right {
  float: right;
  width: 40%;
  text-align: center;
}
.stats .stat .right .note {
  text-align: right;
  font-size: 12px;
  margin-top: 5px;
}
.stats .stat .right .number {
  font-size: 20px;
  font-weight: 400;
}

hr {
  height: 2px;
  border: 0;
  background: -moz-linear-gradient(left,rgba(249,249,249,0.25) 0,#f9f9f9 50%,rgba(249,249,249,0.25) 100%);
  background: -webkit-gradient(linear,left top,right top,color-stop(0%,rgba(249,249,249,0.25)),color-stop(50%,#f9f9f9),color-stop(100%,rgba(249,249,249,0.25)));
  background: -webkit-linear-gradient(left,rgba(249,249,249,0.25) 0,#f9f9f9 50%,rgba(249,249,249,0.25) 100%);
  background: -o-linear-gradient(left,rgba(249,249,249,0.25) 0,#f9f9f9 50%,rgba(249,249,249,0.25) 100%);
  background: -ms-linear-gradient(left,rgba(249,249,249,0.25) 0,#f9f9f9 50%,rgba(249,249,249,0.25) 100%);
  background: linear-gradient(to right,rgba(249,249,249,0.25) 0,#f9f9f9 50%,rgba(249,249,249,0.25) 100%);
}

ul.pie-legend {
	list-style-type: none;
}
.pie-legend span {
	display: inline-block;
	height: 10px;
	width: 10px;
	margin-right: 5px;
}

.content-autocomplete{
  position: relative;
}
.content-autocomplete ul{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  max-height: 200px;
  overflow: auto;
  z-index: 1;
  border:1px solid #DDDDDD;
  border-radius: 6px;
  background: #FFF;
}
.content-autocomplete ul li {
 	background: #FFF;
}
.content-autocomplete ul li.ui-state-focus,
.content-autocomplete ul li.ui-state-focus a {
	color: #FFF;
	background-color: #428bca;
}

span.ui-helper-hidden-accessible{
  display: none !important;
}

@media only screen and (max-width: 767px) {
	.navbar-inverse .navbar-nav .open .dropdown-menu>li>a {
		color: #FFF;
	}

	.stats .stat {
	  width: 50%;
	  margin: 10px 0 0 0;
	  float: left;
	}
}

/* ------------------------------------------- PENSIONE COMPLETA ------------------------------- */
.titolo-ordine-tavolo {

}

/* ------------------------------------------- BOX INFO USER ----------------------------------- */
.wrap-detail-user {
	position: relative;
	/*padding-bottom: 10px;*/
}
.wrap-detail-user .popover {
	min-width: 250px;
}
.wrap-detail-user .popover h4 {
	margin: 5px 0 0 0;
}
.detail-user {
	font-weight: 600;
}

/* ------------------------------------------- LOADING ----------------------------------- */
.page-loading-overlay {
	z-index: 50;
  background: rgba(255,255,255,0.7);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.page-loading-overlay.fixed{
	position: fixed;
}
.page-loading-overlay .glyphicon {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -15px;
    margin-top: -15px;
    color: #000;
    font-size: 40px;
}

.page-loading-overlay .glyphicon-refresh {
	-webkit-animation: spin 2s infinite linear;
  animation: spin 2s infinite linear;
}

@-webkit-keyframes spin {
    0%  {-webkit-transform: rotate(0deg);}
    100% {-webkit-transform: rotate(360deg);}
}

/* ------------------------------------------- SIMULATORE APP MOBILE ----------------------------------- */
.panel-app_mobile {
	width: 340px;
	height: 650px;
	overflow: hidden;
	border: 25px solid #333;
	border-radius: 20px;
}

.panel-app_mobile .panel-body {
	overflow: scroll;
	overflow-x: hidden;
	height: 100%;
	width: 307px;
	padding-top: 0;
}

.panel-app_mobile .content-title {
	position: absolute;
	bottom: 0;
	background: rgba(30, 30, 30, 0.50);
	width: 100%;
	padding: 10px;
}
.panel-app_mobile .content-title div {
	color: #FFF;
	padding: 0;
	margin: 0;
	line-height: normal;
}
.panel-app_mobile .row-content-button {
	    padding: 10px;
}
.panel-app_mobile .row-content-button > div {
	height: 100px;
	border-right: 1px dashed #CCC;
	border-bottom: 1px dashed #CCC;
	text-align: center;
  padding: 30px 5px;
}
.panel-app_mobile .row-content-button > div:nth-child(even) {
	border-right: 1px dashed transparent;
}
.panel-app_mobile .row-content-post {
	padding: 15px 5px;
	background: #CCC;
}

/* Scadenza servizio */
.business_expired {
  background: #FFF;
  padding: 20px;
}
.business_expired h2 {
  color: #00657f;
  font-weight: 800;
}
.business_expired h3 {
  color: #333;
}
/* .lampeggia {
    color:red;
} */



/*-----------------------------------------------------RECEPTION---------------------------------------------------*/

/* http://siteholapp.test/manager/place/places/reception */

.elenco_ticket {
	list-style-type: none;
	padding-left: 0;
	float: left;
	width: 100%;
	margin-top: 10px;
}
.elenco_ticket li {
	float: left;
	width: 11.5%;
	margin: 5px;
}
.elenco_ticket li a:link, .elenco_ticket li a:visited {
	display: block;
	width: 100%;
	height: 100%;
	padding: 12px 0 0 0;
	text-decoration: none;
	transition: all 0.2s linear;
}
.elenco_ticket li a:hover {
	opacity: 0.7;
}
.stanza_ticket_singolo {
	display: block;
	font-size: 13px;
	color: #444;
	line-height: 15px;
	text-align: center;
	min-height: 30px;
}
.status_ticket_singolo {
	display: block;
	width: 100%;
	padding: 7px 0;
	font-size: 12px;
	font-weight: 700;
	color: #fff;
	text-align: center;
	margin-top: 8px;
	text-transform: uppercase;
}
.status_colore_aperto:link, .status_colore_aperto:visited {
	border: solid 1px #c9302c;
}
.status_colore_aperto .status_ticket_singolo {
	background-color: #c9302c;
}
.status_colore_inlavorazione:link, .status_colore_inlavorazione:visited {
	border: solid 1px #f0ad4e;
}
.status_colore_inlavorazione .status_ticket_singolo {
	background-color: #f0ad4e;
}
.status_colore_chiuso:link, .status_colore_chiuso:visited {
	border: solid 1px #3c763d;
}
.status_colore_chiuso .status_ticket_singolo {
	background-color: #3c763d;
}


/* .lampeggia {
	-webkit-animation-name: ticket_lampeggia;
	-webkit-animation-duration: 1s;
	-webkit-animation-timing-function: linear;
	-webkit-animation-iteration-count: infinite;
	-moz-animation-name: ticket_lampeggia;
	-moz-animation-duration: 1s;
	-moz-animation-timing-function: linear;
	-moz-animation-iteration-count: infinite;
	-o-animation-name: ticket_lampeggia;
	-o-animation-duration: 1s;
	-o-animation-timing-function: linear;
	-o-animation-iteration-count: infinite;
	animation-name: ticket_lampeggia;
	animation-duration: 1s;
	animation-timing-function: linear;
	animation-iteration-count: infinite;
}

@keyframes ticket_lampeggia {
	0% {opacity:1}
	50% {opacity:0.5}
	100% {opacity:1}
} */


.lampeggia .status_colore_chiuso .status_ticket_singolo {
	-webkit-animation-name: ticket_lampeggia;
	-webkit-animation-duration: 1s;
	-webkit-animation-timing-function: linear;
	-webkit-animation-iteration-count: infinite;
	-moz-animation-name: ticket_lampeggia;
	-moz-animation-duration: 1s;
	-moz-animation-timing-function: linear;
	-moz-animation-iteration-count: infinite;
	-o-animation-name: ticket_lampeggia;
	-o-animation-duration: 1s;
	-o-animation-timing-function: linear;
	-o-animation-iteration-count: infinite;
	animation-name: ticket_lampeggia;
	animation-duration: 1s;
	animation-timing-function: linear;
	animation-iteration-count: infinite;
}

@keyframes ticket_lampeggia {
	0% {background-color: #3c763d;}
	50% {background-color: #5eda60;}
	100% {background-color: #3c763d;}
}



@media only screen and (max-width:1080px) {
	.elenco_ticket li {
		width: 13%;
		/* margin: 5px; */
	}
}
@media only screen and (max-width:850px) {
	.elenco_ticket li {
		width: 18.3%;
		/* margin: 5px; */
	}
}
@media only screen and (max-width:630px) {
	.elenco_ticket li {
		width: 22.4%;
		/* margin: 5px; */
	}
}
@media only screen and (max-width:490px) {
	.elenco_ticket li {
		width: 30%;
		/* margin: 5px; */
	}
}
@media only screen and (max-width:357px) {
	.status_ticket_singolo {
		font-size: 10px;
	}
}
