html {
	height: 100%;
	font-size: 100%;
	overflow-x: hidden;
	margin: 0px;
	padding: 0px;
	touch-action: manipulation;
}

body {
	height: 100%;
	font-size: 16px;
	font-family: 'Montserrat', sans-serif;
	margin: 0;
	font-weight: 400;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	word-wrap: break-word;
	overflow-x: hidden;
	color: #333;
}
/*Admin Dashboard*/
#mainModal {
	background: rgba(0, 0, 0, 0.5);
}

#modalLoader {
	margin: 100px auto;
	padding: 20px;
	background: #fff;
	border: 1px solid #666;
	width: 300px;
	border-radius: 6px;
	box-shadow: 0 0 50px rgba(0, 0, 0, 0.5);
	position: relative;
	text-align: center;
}

#modalResults {
	margin: 100px auto;
	padding: 20px;
	background: #fff;
	border: 1px solid #666;
	width: 90%;
	min-height: 50px;
	max-height: 80%;
	border-radius: 6px;
	box-shadow: 0 0 50px rgba(0, 0, 0, 0.5);
	position: relative;
	text-align: center;
	overflow-y: auto;
}

#closeModal {
	position: absolute;
	top: 10px;
	right: 10px;
	width: 40px;

}
#closeModal i {
	color: var(--blue);
}

#modalResultsContent {
	max-height = 80%;
	overflow: auto;
}

.cluster {
	width: 0px  !important;
}

.logRecords {
	background-color: #ffffff;
}

.logRecords:nth-child(2n) {
	background-color: #DDDDDD;
}
/*Under construction*/

body.underconstruction {
	background: url('../images/bg.jpg');
	-webkit-background-size: cover;
	-moz-background-size: cover;
	background-size: cover;
	-o-background-size: cover;
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-position: center;
}

body.intro {
	background-color: #02093D;
	height: 100%;
}

div.introButton {
	text-align: center;
	font-size: 1.2em;
	margin-top: 20px;
	padding: 10px;
	border: 1px solid white;
}

.introButtons {
	padding-top: 40px;
}

.introButtons a:link, .introButtons a:visited, .introButtons a:hover, .introButtons a:active {
	color: white;
}
@media (max-width: 390px) {
	.introLogo {
		margin-top: 20%;
	}
}
@media (min-width: 400px) {
	.introLogo {
		margin-top: 10%;
	}
}

.mySportOnLease {
	font-weight: bold;
	font-size: 40px;
	-webkit-animation: blinkingText 1s infinite;  /* Safari 4+ */
	-moz-animation: blinkingText 1s infinite;  /* Fx 5+ */
	-o-animation: blinkingText 1s infinite;  /* Opera 12+ */
	animation: blinkingText 1s infinite;  /* IE 10+, Fx 29+ */
	white-space: nowrap;
}

@keyframes blinkingText {
	0%		{ color: white;}
	50%		{ color: #E2001A;}
	100%	{ color: white;}
}

.mySportOnLease a.white {
	text-decoration: underline;
	font-size: 40px;
}

a.white {
	text-decoration: none;
	color: #fff;
	font-size:20px;
}

a.white:hover {
	text-decoration: none;
	color: #fff;
}

.myOverlay {
  width: 100%;
  min-height: 100vh;
  position: relative;
  z-index: 1;
}

.myOverlay::before {
  content: "";
  display: block;
  position: absolute;
  z-index: -1;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: rgb(60 60 60 / 65%);
}

.progress {
    display: flex;
    height: 40px!important;
    overflow: hidden;
    font-size: .75rem;
    background-color: #000;
    border-radius: .25rem;
}

.progress-bar {

    display: flex;
    flex-direction: column;
    justify-content: center;
    overflow: hidden;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    background-color: #E2001A!important;
    transition: width .6s ease;
}

.underConstructionFooter {
  background: #E2001A;
  padding: 5px 0;
  color: #fff;
  font-size: 14px;
  position: relative;
}

.underConstructionFooter .textFooter {
  text-align: center;
}

.introFooter {
  background: #041d8c;
  padding: 5px 0;
  color: #fff;
  font-size: 14px;
  text-align: center;
}

/*End Under construction */


#slogan:after {
    content: "";
    display: block;
    width: 10%;
    padding-top: 10px;
    border-bottom: 2px solid #333;
}

/*Login area*/
.dropdown-menu {
	text-align: right;
	background-color: var(--light);
}
/*Main site*/
ul  {
	padding-left:0;
	padding-top: 16px;
	list-style: none;
}

ul li  {
	list-style-position:inside;
	font-size: 1.3rem;
}

@media (min-width: 576px) {
	.row {
		padding-left: 30px;
		padding-right: 30px;
	}
	.headerImg {
		padding-top: 18%;
	}
	.textArea {
		padding-top: 8%;
	}
	footer {
		position: fixed;
		right: 0;
		bottom: 0;
		left: 0;
		z-index: 99;
	}
}
@media (max-width: 576px) {
	.headerImg {
		padding: 10px 0px;
	}
	.textArea {
		padding-top: 10px;
	}
	.c_sx {
		order: 2;
	}
	.c_dx {
		order: 1;
	}
}

footer {
	border-top: 0px solid #000000;
}

footer .container {
	padding: 5px 0px;
}

.cookie-bar {
	z-index: 2000;
	background-color: #d1ecf1;
	border-color: #bee5eb;
	padding: 0.50em;
	font-size: 0.8em;
}

.cookie-bar button {
	font-size: 0.8em;
}

.blocco-privacy {
	border: 1px solid #000000;
	margin: 5px auto;
	padding: 5px;
}

p.parag {
	font-weight: bold;
}

.cliccable {
	cursor: pointer;
}