/* --------------------------------- Sfondo body ---------------------------------*/

body {
	background-image:  linear-gradient(rgba(255,255,255,0.5), rgba(255,255,255,0.7)), url(../img/dpi-bg-1.jpg);
	/* background-image:  linear-gradient(rgba(255,255,255,0.5), rgba(255,255,255,0.7)), url(../img/dpi-bg-2.jpg); */
	/* background-image:  linear-gradient(rgba(255,255,255,0.5), rgba(255,255,255,0.7)), url(../img/dpi-bg-3.jpg); */
	max-height: 100vh;
}


/* --------------------------------- Header ---------------------------------*/

header {
  min-height: 60px;
  background-color: #0094d4;
  padding: 20px;
  padding-top: 18px;
  color: white;
  position: relative;
}

/* logo */

header::before {
  content: url(../img/dpi-logo-w.svg);
  width: 100px;
  position: absolute;
  top: 15px;
}

/* logout */

header a {
  float: right;
  color: white;
  font-weight: 600;
}

header a::after {
  content: "\f2f5";
  font-family: 'Font Awesome\ 5 Free';
  font-size: 15px;
  margin-left: 10px;
}

/* --------------------------------- Pacchetti ---------------------------------*/

.card {
	max-width: 1000px;
	margin: auto;
	margin-top: 40px;
	padding: 40px;
}

/* intestazione pacchetti */

#sezione_licenze {
	margin-top: -40px;
}

.row.titolo_riga_sezione {
	background-color: #0094d4;
	margin-bottom: 10px;
	margin-top: 40px;
	padding-top: 10px;
	padding-bottom: 0px;
	border-top-right-radius: 8px;
	border-top-left-radius: 8px;
	color: #ffffff;
}

/* prodotti singoli */

.riga_prodotto {
	border-bottom: 1px solid #0094d426;
	padding-bottom: 20px;
	padding-top: 20px;
}

.desc_p_tit {
	text-transform: uppercase;
	font-weight: 600;
	color: #0094d4;
	margin-right: 10px;
}

.desc_p_desc {
	font-size: 14px;
	display: block;
	margin-top: 5px;
	color: #6f6f6f;
}

.col-2.prodotto_prezzo {
	font-weight: 600;
	color: #444;
	font-size: 14px;
	text-transform: uppercase;
	padding-top: 15px;
}

/* bottone compra */

.btn.btn-sho {
	background-color: #0094d4;
	color: white;
	float: right;
	font-weight: 500;
	font-size: 14px;
	text-transform: uppercase;
	margin-top: 7px;
}

.btn.btn-sho:hover {
	background-color: #1badec;
}

.btn.btn-sho::before {
	content: "\f09d";
	font-family: 'Font Awesome\ 5 Free';
	font-size: 15px;
	margin-right: 5px;
}

.btn.btn-sho.btn-att::before {
	content: "\f058";
}

.btn.btn-sho.btn-att {
	padding-left: 20px;
	padding-right: 20px;
}
/* MODALE CONFERMA PAGAMENTO -------------------------------------- */

.modal-header {
	background-color: #0094d4;
	color: #ffffff;
	text-transform: uppercase;
}
.modal-body {
	padding: 40px;
	padding-bottom: 20px;
}
#modaleOrdineDesc {
	font-size: 18pt;
	font-weight: 600;
}
#modaleStripeGtDesc
{
	font-size: 18pt;
	font-weight: 600;
}
.conf_tit {
	margin-bottom: 30px;
}
.conf_prezzo {
	font-weight: 600;
	font-size: 14pt;
}
.conf_FATTURA {
	font-size: 10pt;
	color: #848484;
}
.form-group.col-12 {
}
#div_contratto {
	font-size: 10pt;
	margin-top: 20px;
	margin-bottom: 30px;
}
.btn.btn_ann_ord {
	background-color: #979797;
	color: #fff;
	min-width: 250px;
	float: right;
}
.btn.btn_ann_ord:hover {
	background-color: #7d7d7d;
}
.col-6 {
}
.btn.btn_conferma {
	background-color: #0094d4;
	color: #fff;
	min-width: 250px;
}

/* PAGAMENTO -------------------------------------- */

.close {
	color: #fff;
}

.close:hover {
	opacity: 1;
	color: #fff;
}

#modaleEsito .modal-body {
	text-align: center;
}

/* CARICAMENTO -------------------------------------- */

#modaleLoading .modal-dialog.modal-dialog-centered.modal-lg {
	color:#0094d4;

}
.d-flex.flex-row.justify-content-center.align-items-center.loaderNews {
	position: relative;
	margin-top: 5px;
	margin-bottom: 30px;
	margin-left: 20px;
	margin-right: 20px;
	color:#0094d4;
}
#modaleLoading .d-flex.flex-row.justify-content-center.align-items-center.loaderNews::after {
	content: '';
	position: absolute;
	text-align: center;
	width: 100px;
	bottom: -35px;
	color:#0094d4;
}	

/* --------------------------------- Footer ---------------------------------*/

.footer-copyright.py-3 {
	margin-top: 60px;
}

/* bottone assistenza */

footer a {
	color: #ffffff !important;
	font-weight: 700;
}

.footer-copyright.py-3 {
	background-color: #0094d4;
	color: #fff !Important;
	margin-top: 60px;
	text-align: center;
  }

footer .badge.badge-secondary {
	background-color: #004a6a;
	margin-left: 15px;
	padding: 7px;
	padding-left: 12px;
	padding-right: 12px;
}



header a:nth-child(2) {
	margin-left: 20px;
	margin-right: 20px;
}

header a:nth-child(2)::after {
	content: "\f54f";
}

header a:nth-child(3)::after {
	content: "\f201";
}


.footer {
	position: absolute;
	bottom: 0;
	width: 100%;
}
