/* width */
::-webkit-scrollbar {
	width: 0;
}

.safe{
  padding-top: constant(safe-area-inset-top);
  padding-top: env(safe-area-inset-top);
}

body {
	overflow: scroll;
	padding-top: constant(safe-area-inset-top);
	padding-top: env(safe-area-inset-top);
}

input {
	border-left: 1px inset #0081cd !important;
	border-right: 1px inset #0081cd !important;
	border-radius: 5px 5px 5px 5px !important;
	border-color: #0081cd !important;
}

select {
	border-radius: 5px 5px 5px 5px !important;
	border-color: #0081cd !important;
}

#header {
	overflow-y: hidden;
}

#data {
	background-color: #fff;
}

input[type="date"] {
	-webkit-appearance: none !important;
	background-color: #ffffff !important;
	width: 100% !important;
	border-radius: 5px 5px 5px 5px !important;
	border-color: #0081cd !important;
}

/*

#stampaLezioni{
  overflow-y: scroll;
  overflow-x: hidden;
  height:calc(100vH - 297px);
  bottom:0;
  -ms-overflow-style: none;   -- IE and Edge --
  scrollbar-width: none;   -- Firefox --
}

#stampaLezioni::-webkit-scrollbar {
  display: none;
}

#stampaIscrizioni{
  overflow-y: scroll;
  overflow-x: hidden;
  height: calc(100vH - 205px);
  bottom:0;
  border-radius: 25px 25px 0px 0px;
  -ms-overflow-style: none;  -- IE and Edge --
  scrollbar-width: none;  -- Firefox --
}

#stampaIscrizioni::-webkit-scrollbar {
  display: none;
}

*/

#title {
	margin-top: 70px !important;
}

.navBar-fix {
	height: 50px;
	width: 100%;
	z-index: -1;
}

.bg-primary {
	background-color: #0081cd !important;
}

.btn-primary {
	background-color: #0081cd !important;
}

.btn-secondary {
	background-color: #fff !important;
	border-color: #0081cd !important;
	color: #0081cd !important;
}

.text-primary {
	color: #0081cd !important;
}

.card {
	border-radius: 25px 25px 25px 25px;
	border-color: #0081cd !important;
	margin: 0.5em !important;
	box-shadow: 0px 8px 16px 0px rgb(0 0 0 / 20%);
}

.panelBack {
	overflow: hidden;
	content: "";
	top: 0;
	min-height: 70% !important;
	min-width: 100vw !important;
	margin-top: 0 !important;
	padding: 0 !important;
	background-color: #0081cd;
	border-radius: 0px 0px 50px 50px;
	position: fixed;
	z-index: -99;
}

.fa-1_5x {
	font-size: 1.5em !important;
}

.bg-header-modal {
	background-color: #ffffff !important;
	color: #0081cd !important;
}

.bg-header-modal a {
	color: #0081cd !important;
}

.btn-modal-light {
	background-color: #ffffff !important;
	color: #0081cd !important;
	border: solid thin #0081cd !important;
}

.btn-modal-blue {
	background-color: #0081cd !important;
	color: #ffffff !important;
	border: solid thin #0081cd !important;
}

.link-modal-blue a {
	color: #0081cd !important;
}

.link-modal-blue {
	color: #0081cd !important;
}

.bg-modal {
	background-image: linear-gradient(#0081cd 100%, #0081cd 100%, #ffffff) !important;
}

.text-primary {
	color: #0081cd !important;
}

.no-deco {
	color: white !important;
	text-decoration: none !important;
	font-weight: bold;
	cursor: pointer;
}

/*
body{
  background-color:whitesmoke;
}

.bg-primary{
  background-color: #0081CD !important;
}

.btn-primary{
  background-color: #0081CD !important;
}



.card{
  border-radius: 25px 25px 25px 25px;
  border-color: #0081CD;
}

input{
  border-left: 1px inset #0081CD !important;
  border-right: 1px inset #0081CD !important;
  border-radius: 5px 5px 5px 5px !important;
  border-color: #0081CD !important;
  text-align: center;
}

select{
  border-radius: 25px 25px 25px 25px !important;
  border-color: #0081CD !important;
  text-align-last:center;
}

#title{
	margin-top: 60px;
	padding-top: 60px;
}

#data{
  background-color: #FFF;
}

#stampaLezioni{
  overflow-y: scroll;
  height:calc(100vH - 297px);
  bottom:0;
  background-color: #0081CD;
  border-radius: 25px 25px 0px 0px;
}

#stampaIscrizioni{
  overflow-y: scroll;
  height:calc(100vH - 205px);
  bottom:0;
  background-color: #0081CD;
  border-radius: 25px 25px 0px 0px;
}
*/
#nnDsp {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	height: 100%;
	width: 100%;

	background-color: #0081CD;
	display: flex;
	flex-wrap: wrap;

}

#msg {
	position: relative;
	margin-right: auto;
	margin-left: auto;
	bottom: -35%;
	width: 50%;
	height: auto;
	border: 1px solid rgba(0, 0, 0, .2);
	border-radius: 6px;
	padding: 35px;
	color: #0081CD;
	background-color: #fff;
	text-transform: uppercase;
	font-weight: 600;
	font-size: 27px;
	text-align: center;
	letter-spacing: 1px;
}

#span {
	font-weight: 700;
	margin-top: 5px;

}

@media screen and (max-width: 800px) {
	#msg {
		position: relative;
		margin-right: auto;
		margin-left: auto;
		bottom: -35%;
		width: 90%;
		height: auto;
		border: 1px solid rgba(0, 0, 0, .2);
		border-radius: 6px;
		padding: 0px;
		padding-bottom: 30px;
		padding-top: 20px;
		color: #0081CD;
		background-color: #fff;
		text-transform: uppercase;
		font-weight: 600;
		text-align: center;
		letter-spacing: 1px;
		font-size: 17px;
	}
}

.tuo {
	background-color: #e7e7e7;
	box-shadow: 19px 16px 28px 8px rgb(0 0 0 / 17%);
}

.dropbtn {
	background-color: #3498DB;
	color: white;
	font-size: 16px;
	border: none;
	cursor: pointer;
}

.dropbtn:hover,
.dropbtn:focus {
	background-color: #2980B9;
}

.dropdown {
	position: relative;
	display: inline-block;
}

.dropdown-content {
	display: block;
	position: relative;
	background-color: #0081CD;
	color: #fff;
	width: 100%;
	overflow: auto;
	box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
	z-index: 1;
	list-style-type: none;
	padding: 30px;
	margin-top: -12px;
	margin-left: -1px;
	min-height: 150px;
	border-radius: 25px;
	text-align: center;
	border:1px solid #0081CD;
}

ul {
	list-style-type: none;
}

.dropdown-content a {
	color: black;
	padding: 12px 16px;
	text-decoration: none;
	display: block;
}



.show {
	display: block;
}

#btn {
	background: #0081CD;
	color: #fff;
	z-index: 1;
	border: 1px solid #0081CD;
}

#btn::after {
	position: absolute;
	content: "";
	width: 100%;
	height: 0;
	bottom: 0;
	left: 0;
	z-index: -1;
	background: #ffffff;
	transition: all 0.3s ease;
}

#btn:hover {
	color: #0081CD;
	background: #fff;
}

#btn:hover::after {
	top: 0;
	height: 100%;
}

#btn:active {
	top: 2px;
}

.custom_btn {
	width: 125px;
	height: 40px;
	margin-top: 1rem;
	margin-bottom: 1rem;
	margin-left: -1px;
	border: 2px solid #000;
	font-family: 'Lato', sans-serif;
	font-weight: 500;
	background: transparent;
	cursor: pointer;
	transition: all 0.3s ease;
	position: relative;
	display: inline-block;
	border-radius: 6px;
}

#abbon{
	color: #0081CD;
	width: 95%;
	height: 50px;
	padding: 10px;
	font-size: 20px;
	-moz-appearance:none; /* Firefox */
	-webkit-appearance:none; /* Safari and Chrome */
	text-align: center;
}

.annulaPrenot{
color: red;
font-weight: 600;
}

 #confirm{
	width: 100%;
	min-height: 100%;
	z-index: 1;
	background-color: rgb(7 6 6 / 65%);
	display: block;
	position: absolute;
	left: 0;
	bottom: 0px;
	padding-top: 150px;
	padding-left: 0px;
 }
.myClass{
	margin: auto !important;
	max-width: 350px !important;
	font-weight: 600;
	border-radius: .3rem;
	background-color: #fff !important;
}
.add-button {
  position: absolute;
  top: 1px;
  left: 1px;
}