﻿.white-rect {
	color: #fff;
	background-color: #4fd2c2;
	border-color: #fff;
}
.white-rect:focus {
	background-color: #4fd2c2;
	border: 1px solid #fff;
	color: #fff;
}
.white-rect::placeholder {
	opacity: 1;
}
.news-subs-container {
	text-align: center;
}
.news-subs-container > .news-btn {
		padding: 15px 20px;
	}


.field-validation-error {
	color: #e80c4d;
	font-weight: bold;
	position: absolute;
	right: 0;
}

.field-validation-valid {
	display: none;
}

input.input-validation-error {
	border: 1px solid #e80c4d !important;
}
input.input-validation-error::placeholder {
	color: #e80c4d;
}

input[type="checkbox"].input-validation-error {
	border: 0 none;
}

.validation-summary-errors {
	color: #e80c4d;
	font-weight: bold;
}

.validation-summary-valid {
	display: none;
}

input.input-validation-error[type="checkbox"] + label {
	border: 1px solid red;
	color: red;
}

.radio-inline > input[type="radio"].input-validation-error + span {
	color: red;
}
.g-recaptcha-empty {
	color: #FF0000;
	font-weight: bold;
	margin-top: 10px;
}
.checkbox > label {
	color: #fff;
}
.checkbox a {
	color: #fff !important;
	font-weight: bold;
	text-decoration: underline;
}

/*LightGallery videos*/
.video {
	position: relative;
	display: flex;
	flex-direction: column;
	min-width: 0;
	word-wrap: break-word;
	background-color: #fff;
	background-clip: border-box;
	border-radius: 0
}

.video .video-body {
	padding: 1.25rem 1.75rem
}

.video-body {
	flex: 1 1 auto;
	padding: 1.25rem
}

.video .video-title {
	color: #000000;
	margin-bottom: 0.625rem;
	text-transform: capitalize;
	font-size: 0.875rem;
	font-weight: bold;
}

.image-tile:hover::before {
	background-color: #000;
	opacity: 0.3;
	z-index: 500;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	content: "";
}
	
p {
	font-size: 20px;
	margin-bottom: .5rem;
	line-height: 1.8rem
}

.video-body > .lightGallery {
	width: 100%;
	margin: 0;
	text-align: center;
	display: block;
}

.row {
	display: flex;
	flex-wrap: wrap;
	margin-right: -15px;
	margin-left: -15px
}

.lightGallery .image-tile {
	position: relative;
	margin-bottom: 30px;
	margin-right: 10px;
	display: inline-block;
}

.lightGallery .image-tile .demo-gallery-poster {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0
}

.lightGallery .image-tile .demo-gallery-poster img {
	display: block;
	margin: auto;
	width: 40%;
	max-width: 60px;
	min-width: 20px;
	margin-top: 105px;
}

.img-poster {
	width: 240px;
}
@media (min-width: 1200px) {
	textarea.footer-message {
		height: 76px;
		margin-bottom: 2px;
	}
}

@media (min-width: 992px) and (max-width: 1199px) {
	.g-footer-recaptcha {
		transform: scale(0.83);
		transform-origin: 0 0;
		margin-bottom: -15px;
	}
	textarea.footer-message {
		height: 63px;
	}
}

@media (max-width: 991px) {
	textarea.footer-message {
		height: 76px;
	}
}
@media (max-width: 767px) {
	#privacy-box {
		margin-top: 15px;
		text-align: center;
	}
}

/* new pages */
.vb-logo {
	height: 56px;
	width: auto;
	padding-left: 10px;
	margin-top: 10px;
}

.vb-absolute {
	position: absolute;
	display: flex;
	justify-content: center;
	width: 100%;
	top: 0;
}

.vb-container {
	display: flex;
	justify-content: space-between;
	align-items: center;
	width: 100%;
}

.vb-relative {
	position: relative;
}

.vb-center {
	display: flex;
	justify-content: center;
}

.vb-confirm-img {
	height: 90px;
	width: auto;
}

.vb-landing-img {
	height: 120px;
	width: auto;
}

.vb-btn-container {
	text-align: center;
	margin-top: 20px;
}

.vb-btn {
	border-radius: 10px;
	padding: 5px 10px;
}

.vb-p {
	margin-top: 20px;
	text-align: center;
}

.vb-border-radius {
	border-radius: 15px;
}

.vb-vl {
	border-right: 1px solid #cecece;
	height: auto;
}

.vb-m-top {
	margin-top: 15px;
}

.vb-header-text {
	margin-top: revert;
	padding-right: 30px;
}

.vb-camera-btn-container {
	background-color: white;
	height: 24px;
	width: 24px;
	border-radius: 12px;
	top: 90px;
	left: 150px;
	align-items: center;
}

/* Form di registrazione */

.vb-card-registration .select-input.form-control[readonly]:not([disabled]) {
	font-size: 1rem;
	line-height: 2.15;
	padding-left: .75em;
	padding-right: .75em;
}

.vb-card-registration .select-arrow {
	top: 13px;
}


/* Profile */

.profile-tab-nav {
	min-width: 250px;
}

.tab-content {
	flex: 1;
}

.nav-pills a.nav-link {
	padding: 15px 20px;
	border-bottom: 1px solid #ddd;
	border-radius: 0;
	color: #333;
}

	.nav-pills a.nav-link i {
		width: 20px;
	}

.img-circle img {
	height: 100px;
	width: 100px;
	border-radius: 100%;
	border: 5px solid #fff;
}

/* SUBSCRIPTIONS */

.sub-container {
	display: flex;
	flex-direction: column;
	width: 100%;
}

.sub-item {
	border-bottom: 1px solid #dee2e6;
	padding: 10px 0px;
}

.sub-item-title {
	/*font-size: 20px;
	font-weight: 600;
	color: black;*/
}

.sub-item-subtitle {
	/*font-size: 16px;*/
	margin-bottom: 10px;
}

.sub-item-row {
	display:flex;
}

.sub-item-body-title {
	width: 150px;
	text-align: left;
	padding-right: 5px;
	font-weight: 600;
}

.sub-item-body-field {
	padding-left: 5px;
	color: black;
}

/* fix icona apertura sottomenu */
.nav-link.dropdown-toggle::after {
	line-height: 1;
}