/****************************
/* Author : FabioRich
****************************/

/* CUSTOM STYLE */
body{
	background-color:#f4a460; 
	font-size:18px;
}

/* Footer */
footer{
	right: 0;
	bottom: 0;
	left: 0;
	padding: 1rem;
	background-color: #efefef;
	text-align: center;
}

/* Navbar */
alert {
	margin-bottom: 0px;
}

.dropdown-element{
	padding: 15px; 
	border-bottom: 1px solid grey; 
	text-align:center;
}

.dropdown-icon{
	float: left;
}

.nav-bar-icon{
	background-color: #f8b333; 
	border-color: #ee7c33;
	color: #777;
	font-size: 20px;
}

.nav-bar-logo{
	width:50px;
	padding-top:5px;
	cursor: pointer;
}

.nav-bar-sea{
	background: -webkit-linear-gradient(top, #42c3ff, #DAF2EB);
}

.nav-bar-menu-icon{
	font-size: 25px;
	color: #777;
	padding-top: 5px;
}

.nav-bar-input{
	font-size: 20px;
	height: 45px;
}

.container-fluid{
	margin-right: 0;
	margin-left: 0;
	padding-left: 0;
	padding-right: 0;
}

.searchContainer{
	width: 100%;
}

.searchInput{
	width: 100% !important;
	margin-top: 5px;
}

/* Table(mappa) */
.bahia-map{
	border-collapse: collapse;
	table-layout: fixed;
	width: 100%;
}

.bahia-map caption {
	font-size: 1.5em;
	margin: .5em 0 .75em;
}
  
.bahia-map th, .bahia-map td {
	padding-top: .725em;
	padding-bottom: .725em;
	text-align: left;
}

.bahia-map th {
	background: #999;
	color: #fff;
	font-size: .85em;
	letter-spacing: .1em;
	text-transform: uppercase;
}

.bahia-map td {
	white-space: nowrap;
	text-overflow: ellipsis;
	text-align: center;
	font-size: .95em;
	font-weight: bold;
	cursor: pointer;
}

/* GENERAL */
.row-date{
	text-align:center;
	color:white;
	font-weight:bold;
	background-color:#009fe1;
	padding:10px;
	margin-top: -20px;
}

.row-date-online{
	text-align:center;
	color:white;
	font-weight:bold;
	background-color:#04b222;
	padding:10px;
	margin-top: -20px;
}

.justify-content {
    display: flex;
    justify-content: center;
}

.center-of-div{
	margin: auto;
	width: 50%;
	padding: 10px;
}

.outer-inline-div
{
	width:100%;
	text-align: center;
}

.inner-inline-div
{
	display: inline-block;
}

/* OMBRELLONE */
.passerella{ 
	text-align:center;
	border:1px solid black;
	background-color:brown;
}

.ombrellone-editor{
	border:1px solid black;
	background-color:green;
	color:white
}

.cella-vuota-editor{
	border: 1px solid black;
	background-color:white;
	color: white;
}

.cella-selezionata {
	background-color: orange !important;
}

.select-grid-line{
	border:1px solid black;
	background-color:#286090;
	color:white
}

.input-value-cell{
	width:50%; 
	text-align:center; 
	font-size:25px;
}

.btn-primary {
	font-size: 25px;
	padding: 15px;
	border-radius: 12px;
}

.btn-bookingTot {
	background-color: blue;
}

.ombrellone{
	border:1px solid black;
	background-color:white;
	color:black
}

.ombrello-non-disp {
	border: 1px solid black;
	background:
		repeating-linear-gradient(
				45deg,
				transparent,
				transparent 10px,
				#a3a3a3 10px,
				#a3a3a3 20px
		),
		linear-gradient(
				to bottom,
				rgb(255, 255, 255),
				#dad7d7
		);
}

.ombrello-forzato {
	background-color: #00ffff;
}

.ombrello-abbonato {
	background-color: rgba(255,0,0,0.3);
}

.ombrello-occupato {
	cursor: pointer;
	background-color: rgba(0, 180, 0, 0.47);
}

.ombrello-sospeso {
	background-color: yellow;
	cursor: pointer;
}

.ombrello-prenotato {
	background-color: rgb(29, 213, 255);
	cursor: pointer;
}

.ombrello-prenotato-online {
	background-color: rgba(255, 0, 255, 0.44);
	cursor: pointer;
}

.ombrello-scanned {
	background: radial-gradient(circle at bottom left,transparent 25%,rgba(255, 0, 255, 0.44) 25.5%, rgba(255, 0, 255, 0.44) 36%, transparent 37%, transparent 100%),
				radial-gradient(circle at top right,transparent 34%,rgba(255, 0, 255, 0.44) 34.5%, rgba(255, 0, 255, 0.44) 45.5%, transparent 46%, transparent 100%),
				radial-gradient(circle at top left,transparent 34%,rgba(255, 0, 255, 0.44) 34.5%, rgba(255, 0, 255, 0.44) 45.5%, transparent 46%, transparent 100%),
				radial-gradient(circle at bottom right,transparent 34%,rgba(255, 0, 255, 0.44) 34.5%, rgba(255, 0, 255, 0.44) 45.5%, transparent 46%, transparent 100%);
	background-size: 1em 1em;
	background-color: white;
    opacity: 1
}

.ombrello-abbonato-online {
	background: linear-gradient(white , lightcoral , red);
}

.ombrello-prenotazione-online {
	background: linear-gradient(white , lightblue , #1dffeb);
}

.ombrello-prenotazione-online-online {
	background: linear-gradient(white , lightblue , purple);
}

.ombrello-bloccato-online {
	border: 1px solid black;
	background:
			repeating-linear-gradient(
					45deg,
					transparent,
					transparent 10px,
					#a3a3a3 10px,
					#a3a3a3 20px
			),
			linear-gradient(
					to bottom,
					rgb(255, 255, 255),
					#dad7d7
			);
}

.cella-vuota{
	background-color:transparent;
	color:transparent;
	pointer-events: none;
}

.bahia-container{
	background-color: #eceadc;
	margin-bottom: 20px;
	margin-top: 100px;
}

.label-tab{
	color: #ec8007;
	font-size: 25px;
	font-weight: bold;
}

.title-tab{
	color: #ababab;
	font-size: 25px;
	line-height: 23px;
	border-bottom: 3px solid #ababab;
	font-weight: bold;
}

.tab-content-bahia{
	width: 75%;
}

.modal-bahia-map{
	width: 85%; 
	margin: auto;
}

.label-bahia-form{
	color: #ec8007;
	font-size: 20px;
	font-weight: bold;
}

.label-bahia-form-black{
	color: black;
	font-size: 30px;
	font-weight: bold;
	text-align: center;
}

.center-group-form{
	text-align: center;
}

.right-group-form{
	text-align: right;
}

.label-bahia-select-box{
	font-size: 20px;
	height: 45px;
	color:grey;
}

input.currency {
	text-align: center;
	padding-right: 15px;
}

.input-group .form-control {
	float: none;
}

.input-group .input-buttons {
	position: relative;
	z-index: 3;
}

.input-group-addon{
	height: 34px;
}

.input-daterange{
	text-align: center;
}

.total-price{
	height: 54px;
	text-align: center;
	font-weight: bold;
	font-size: 34px;
	background-color: orange;
}

.total-price-extra{
	height: 50px;
	text-align: center;
	font-weight: bold;
	font-size: 25px;
	background-color: orange;
}

.btn-calculate{
	background-color: green;
	border-color: green;
}

.divider-black{
	border: 1px solid black;
}

#forced-subscription{
	display: none;
}

.new-subscription-umbrella{
	height: 44px;
	font-size: 20px;
}

.forced-date{
	margin: 0 0 0 0;
}

#selectEditedUmbrella{
	margin-top: 5px;
}

.deleteIcon{
	font-size:30px;
	padding-right:12px;
	color:red;
	cursor: pointer;
}

.deleteIconHome{
	font-size:50px;
	vertical-align: middle;
	color:red;
	cursor: pointer;
}

.printIcon{
	font-size:30px;
	padding-right:12px;
	cursor: pointer;
}

.input-extra{
	text-align: center;
	font-size: 20px;
	margin-bottom: 10px;
}

#btnProceed{
	padding: 30px 55px;
	font-size: 55px;
	border-radius: 30px
}

#btnBooking{
	background-color: blue;
	padding: 30px 55px;
	font-size: 35px;
	border-radius: 30px
}

#btnAddExtraFree{
	float:right;
	margin-right: 10px;
	background-color: #ee7c33;
	padding: 30px 55px;
	font-size: 55px;
	border-radius: 30px;
}

#btnSolarium{
	float:right;
	margin-right: 10px;
	background-color: #ee7c33;
	padding: 30px 55px;
	font-size: 35px;
	border-radius: 30px
}

#btnSuspend{
	background-color: rgba(198, 198, 15, 0.74)
}

.extra{
	line-height: 1em;
	height: 1em;
}

.extra-map-td{
	pointer-events: none;
	font-size: 13px;
	color:black;
	word-break: break-all;
	word-wrap: break-word;
}

/* EXTRA SOLD FORM TAB*/
div.tabUmbrella {
	overflow: hidden;
	outline: none;
	cursor: pointer;
	padding: 14px 16px;
}

.title-tabUmbrella {
	font-size: 20px;
	line-height: 23px;
	border-bottom: 3px solid #ccc;
	font-weight: bold;
}

div.tabUmbrella button {
	background-color: inherit;
	float: left;
	border: none;
	outline: none;
	cursor: pointer;
	padding: 14px 35px;
	transition: 0.3s;
	font-size: 20px;
}

div.tabUmbrella button {
	background-color: red;
}

div.tabUmbrella button:hover {
	background-color: orange;
}

div.tabUmbrella button.active {
	background-color: white;
	border-right: 1px solid gray;
	border-top: 1px solid gray;
	border-left: 1px solid gray;
}

.tabUmbrellaContent{
	display: none;
}

.priceSingleSold{
	text-align: center;
	font-weight: bold;
	font-size: 24px;
	background-color: orange;
}

.minus-extra{
	font-size: 18px;
	color: red;
	cursor: pointer;
}

.free-button{
	background-color: green;
}

.close-online-button{
	font-size: 25px;
	padding: 15px;
	border-radius: 12px;
}

.subscription-extraDetails-totalPrice{
	text-align: center;
	font-weight: bold;
	background-color: orange;
}

.subscription-excludedDays-div {
	pointer-events: none;
	opacity: 0.4;
}

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

.bahia-panel-heading{
	background-color: orange;
	color: white;
	cursor: pointer;
	margin-bottom: 0;
	border-radius: 4px;
}

.panel-group .panel-heading+.panel-collapse>.panel-body, .panel-group .panel-heading+.panel-collapse>.list-group {
	border: 1px solid #ddd;
}

.panel-label{
	font-size: 20px;
	font-weight: bold;
}

.panel-label-bahia{
	font-size: 30px;
}

.depositSubscription{
	font-size: 15px;
}

.lastSale{
	background-color: white;
	text-align: center;
	margin-right: 5px;
	border: 1px solid black;
}

.lastSalePrice{
	font-size: 50px;
	text-decoration: underline;
	color:red
}

.lastSaleRow{
	font-size: 25px;
	color: black;
}

.lastSaleUmbrella{
	font-size: 30px;
	color: black;
}

.nav-bar-sea-online{
	background: -webkit-linear-gradient(top, rgba(66, 255, 220, 0.96), #DAF2EB);
}

.online-button{
	padding: 20px 45px;
	font-size: 25px;
	border-radius: 30px;
	border: 1px solid black;
}

.online-body{
	background: #93fff5;
}

.online-button-block{
	background-color: grey;
	padding: 30px 20px;
	font-size: 55px;
	border-radius: 30px;
	border: 1px solid black;
}

.online-button-recap{
	float: right;
	margin-right: 10px;
	background-color: purple;
	padding: 30px 55px;
	font-size: 55px;
	border-radius: 30px;
}

.online-manage-title{
	color: #ec8007;
	font-weight: bold;
}

.online-open-close-title{
	text-align: center;
	color: blue;
	font-size: 32px;
}

.online-recap-dates-p{
	font-size: 20px;
	font-weight: bold;
}

.recapTotalOnlineTable{
	font-size: 35px;
}

.online-pophover-text-area{
	font-size: 30px;
	font-weight: bold;
}

.button-inline{
	margin: 10px;
}

.spinner-loader {
	position: absolute;
	left: 50%;
	top: 50%;
	z-index: 1;
	width: 150px;
	height: 150px;
	margin: -75px 0 0 -75px;
	border: 16px solid #f3f3f3;
	border-radius: 50%;
	border-top: 16px solid #3498db;
	width: 120px;
	height: 120px;
	-webkit-animation: spin 2s linear infinite;
	animation: spin 2s linear infinite;
}

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

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

.spinner-modal-lg .modal-dialog {
	display: table;
	position: relative;
	margin: 0 auto;
	top: calc(50% - 24px);
}

.spinner-modal-lg .modal-dialog .modal-content {
	background-color: transparent;
	border: none;
}

.spinner-modal-lg .modal-dialog {
	display: table;
	position: relative;
	margin: 0 auto;
	top: calc(50% - 24px);
}

.spinner-modal-lg .modal-dialog .modal-content {
	background-color: transparent;
	border: none;
}

.center-block{
	width: 75%;
	padding: 30px;
	background-color: #eceadc;
	color: #ec8007;
	margin-bottom: 20px;
	margin-top: 100px;
}

.card-price-container{
	border: 1px solid #ccc;
	background-color: #f1f1f1;
	padding: 10px;
	text-align: center;
}

.card-price-title{
	color: #ec8007;
	font-size: 30px;
	font-weight: bold;
}

.card-price-selectBox{
	font-size: 35px;
	color: black;
}

.priceContainer{
	width: 40%;
}

.form-price{
	font-size: 30px;
	color: black;
}

.input-price-form{
	border: 1px solid grey;
	border-radius: 20px;
	text-align: center;
}

.row-price-form{
	padding: 10px;
}

.hr-price{
	width: 100%;
	color: black;
	height: 2px;
	background-color:black;
}

.btn-price-form{
	font-size: 40px;
}

.input-price-date-form{
	border: 1px solid black;
	border-radius: 10px;
}

.isDisabled {
	cursor: not-allowed;
	opacity: 0.5;
	display: inline-block;  /* For IE11/ MS Edge bug */
	pointer-events: none;
	text-decoration: none;
}

.monthly-table-scrollbar {
	position: relative;
	height: 800px;
	overflow: auto;
}

.table-wrapper-scroll-y {
	display: block;
}

#monthlyTable {
	background-color: #eceadc;
}

#monthlyTable th{
	text-align: center;
	background-color: #A4A4A4;
	color: white;
}

#monthlyTable .free-subscription-date{
	background-color: #2aabd2;
}

#monthlyTable .suspend-subscription-date{
	background-color: yellow;
}

#monthlyTable .subscription-date{
	background-color: red;
	color: white;
	font-weight: bold;
}

#monthlyTable .booking-date{
	background-color: blue;
	color: white;
	font-weight: bold;
}

#currentMonthly {
	font-weight: bold;
}

.tableFixHead {
	overflow-y: auto;
	height: 1000px;
}

.tableFixHead thead th {
	position: sticky; top: 0;
}

.containerTable{
	background-color:white;
}

.titleRecapTable{
	color: darkblue;
}

.reportTable{
	text-align: center;
	font-size: 20px;
}

.reportTable thead{
	text-align: center;
	color: #f4a460;
	font-weight: bold;
	font-size: 23px;
}

.reportTable th, tr{
	text-align: center;
	width: 33.33%;
}

.reportTable .total-row{
	border-top: 4px solid black;
}

.recapDate{
	font-size: 30px;
}

.btn-parking-disable{
	pointerEvents: none;
	cursor: default;
	background-color: grey;
}

.btn-parking-disable:hover{
	pointerEvents: none;
	cursor: default;
	background-color: grey;
}

.paymentMethod{
	font-size: 30px;
	text-align: center;
}

.parkingDetailInfo{
	width: 50%;
	margin: auto;
}

.btn-modal-parking{
	font-size: 30px;
	padding: 20px;
}

#freeParkingSelected{
	font-size: 50px;
	color: red;
}

.tabLinkUmbrella:disabled{
	background-color: grey;
	cursor: default;
}

.tabLinkUmbrella[disabled]:hover {
    background: grey;
	cursor: default;
}

.extraOnlineMsg {
	color: red;
	display: none;
}