body {
	background-color: #f8f9fc;
	color: #222;
}

#wrapper {
  height: 100vh !important;
}

.colora div p {border:1px solid red;}

#wrapper #content-wrapper {
  background-color: transparent;
}

.bg-gradient-primary {
  background-color: #0559B6;
  background-image: linear-gradient(180deg,#0559B6 50%,#0559B6 100%);
  background-size: cover;
}

@media (min-width: 768px) {
  .sidebar .nav-item .nav-link {
    padding: 0.5rem 1rem;
  }
}

.upcs, .uppercase {
	text-transform:uppercase;
}

.video-block {
	padding:5px;
	height:auto;
	width:100%;
	border-radius:10px;
	background-color:#eee;
}

.padt30 {
	padding-top:20px;
}

.center_box_row, .center-box-row{
	display: flex;
    display: -webkit-flex;
	align-items: center;
    -webkit-align-items: center;
    justify-content: center;
    -webkit-justify-content: center;
	flex-flow: row nowrap;
	-webkit-flex-flow: row nowrap;
}

.center_box_col, .center-box-col{
	display: flex;
    display: -webkit-flex;
	align-items: center;
    -webkit-align-items: center;
    justify-content: center;
    -webkit-justify-content: center;
	flex-flow: column nowrap;
	-webkit-flex-flow: column nowrap;
}

.selettore {
	background-color: #ddd;
	border-radius: 6px 0 0 6px;
	padding:10px;
	height:100%;
	transition:all 1s ease, color 0s;-moz-transition:all 1s ease;-ms-transition:all 1s ease;-webkit-transition:all 1s ease;-o-transition:all 1s ease;
}

.selettore:hover {
	background-color: #fff;	
}

.animaunpo {transition:all 1s ease, color 0s;-moz-transition:all 1s ease;-ms-transition:all 1s ease;-webkit-transition:all 1s ease;-o-transition:all 1s ease;}

.navbar-nav {
	padding-top: 15px;
}

.frecciadx {
	clip-path: polygon(0% 0%, 93% 0%, 100% 50%, 93% 100%, 0% 100%);
	background-color:white;
	padding: 7px 50px 7px 10px;
	box-shadow:2px 3px;
}

.videoframe {
	border:1px solid #ddd;
}

.videoframe:hover {
	border:1px solid #ccc;
}

.boxout {
	padding-top:10px;
}

.blocchetto {
	border:1px solid #ddd;
	padding:5px;
	border-radius:5px;
	background-color:#fff;
	margin-bottom:2px;
}

.fl {
	float:left;
}

.cl {
	clear:both;
}

.form-group {
  margin-top: 0.2rem;
  margin-bottom: 0.2rem;
}

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

#backgr {
	position:fixed;
	right:-20%;
	bottom:-15%;
	width:50%;
	height:100vh;
	background-image:url(/img/back.gif);
	background-size:contain;
	background-position:bottom right;
	background-repeat:no-repeat;
	opacity:0.2;
	z-index:-1;
}

#backgr2 {
	position:fixed;
	right:0%;
	bottom:0%;
	width:100%;
	height:100vh;
	background-image:url(/img/back.gif);
	background-size:contain;
	background-position:center;
	background-repeat:no-repeat;
	opacity:0.2;
	z-index:-1;
}

.tab-processi th {
	color:#222;
	text-transform:uppercase;
}

.card-body { 
  padding: 10px;
}

.modale_ai {
	position:fixed;
	top:0;
	left:0;
	right:0;
	bottom:0;
	z-index:1000;
	width:100%;
	height:100vh;
	background-color:rgba(0,0,0,0.5);
}

.modale_ai .card {
	width:100%;
}

.crs {
	cursor:pointer;
}

.h100p {
	height:100% !important;
}

.w100p {
	width:100%;
}

.w90p {
	width:90%;
}

.w80p {
	width:80%;
}

.w50p {
	width:50%;
}

.w40p {
	width:40%;
}

.w35p {
	width:35%;
}

.w30p {
	width:30%;
}

.w25p {
	width:25%;
}

.w20p {
	width:20%;
}

.w15p {
	width:15%;
}

.w10p {
	width:10%;
}

.w40 {
	width:40px;
}

.w30 {
	width:30px;
}

.pull-left {float:left;}
.pull-right {float:right;}

.badge-ai {
	font-size: 38%;
}

.alt-video {
	margin-bottom:0;
	padding:6px;
	border-radius:6px;
	border:1px solid #ddd;
	text-align:center;
}

.edit-btn {
	position:absolute;
	top:-10px;
	right:-30px;
	z-index:10;
}

.tit-fase {
	--text-transform:--uppercase;
	font-weight:bold;
	font-size:1.2rem;
	color:black;
}

.subtit-fase {
	--text-transform:--uppercase;
	font-weight:bold;
	font-size:1rem;
	color:black;
}

.blocchetto img {
	height:100px;
	width:auto;
}

.table-pop img {
}

.border-1 {
	padding:3px;
	border-radius:5px;
	border:1px solid grey;
}

.width-auto {
	width:100%;
}

.logo img {
	width:80%;
	margin-bottom:20px;
}

@media screen and (max-width: 576px) {
	.coll-pull {display:none !important;}
}

@media (min-width: 1px) {
  .sidebar {
    width: 1px !important;
  }
  
  .sidebar.toggled {
	width: 100px !important;
	overflow: hidden;
  }
  
}

.sidebar-brand img {
	max-height:55px;
}

.td-video {
	overflow:hidden;
	position:relative;
}

.num-fase {
	position:absolute;
	left:-50px;
	top:-50px;
	width:100px;
	height:100px;
	border-radius:50px;
	background-color:grey;
	color:white;
	z-index:2;
	text-align:right;
	
}

.num-fase div {
	position:absolute;
	size:18px;
	bottom:20px;
	right:20px;
}

.table-up-video {
	display: block;
	height: 100%;
	overflow-y: auto;
}

.overflow-y {
	overflow-y:auto;
	overflow-x:hidden;
}

.rel {
	position:relative;
}

.frecup {
	position:absolute;
	z-index:2;
	top:0px;
	right:0px;
	width:25px;
	text-align:center;
	padding: .25rem 0.3rem;
}

.frecdw {
	position:absolute;
	z-index:2;
	bottom:0px;
	right:0px;
	width:25px;	
	text-align:center;
	padding: .25rem 0.3rem;
}

.mini {
	font-size:14px;
}

.foto-pop {
	background-position:center;
	background-repeat:no-repeat;
	background-size:contain;
}

.foto-pop img {
	visibility:hidden;
	width:100%;
	height:200px;
}

.w50 {
	width:40px;
} 

.tab-processi td {
	white-space: normal;
	--overflow-wrap: break-word;
	--word-break: break-word;
	--word-wrap: break-word;
	color:#444;
	vertical-align: middle;
}


.tab-processi btn {
	white-space: nowrap !important;
}

.magic-txt {
	width:100%;
	background-color:transparent;
	background:transparent;
	border:1px solid #ddd;
	padding:10px;
	border-radius:10px;
	resize: none;
	min-height:190px;
}

.table-risultato textarea {
	width:100%;	
	resize: none;
}

.table-pop td {
	vertical-align: middle;
} 

.table-pop label {
	margin-bottom: 0rem;
}

.table-pop .frecup {
	position:absolute;
	z-index:2;
	top: -2px;
	right: 0px;
	width: 39px;
	text-align:center;
}

.table-pop .frecdw {
	position:absolute;
	z-index:2;
	bottom:-2px;
	right:0px;
	width:39px;	
	text-align:center;
}

@media screen and (min-width: 769px) {
	.lectur .blocco-desk {
		border:1px solid #e3e6f0;
		border-radius:15px;
		box-shadow: 0 .25rem 1rem 0 rgba(58,59,69,.10) !important;
		margin-bottom:15px;
		padding:15px;
		background-color:rgba(255,255,255,0.7);
	}
	
	.lectur .table-bordered {
	  border: 0 solid #e3e6f0;
	}
	
	.lectur .card {
		border: 0 solid #e3e6f0;
		background:transparent;
	}
	
	.lectur .shadow {
		box-shadow: 0 0 0 0 rgba(58,59,69,.15) !important;;
	}
	
}

@media screen and (max-width: 768px) {	

	.blocco-desk {
		border:5px solid #bbb;
		border-radius:15px;
		box-shadow: 0 0 0 0 rgba(58,59,69,.10) !important;
		margin-bottom:20px;
		padding:5px;
		background-color:rgba(255,255,255,0);
	}

	.asindo {
		padding:0 25px;
	}
	
	.table-bordered {
	  border: 0px solid #e3e6f0;
	}

	.navbar-collapse {
		position:fixed;
		z-index:1000;
		top:70px;
		left:0;
		background-color:#0559B6;
		display:none !important;
		height:100%;
		
	}
	
	#modale_fase .w10p {	
		width: 25%;
	}
	
	.navbar-expand .navbar-nav .btn {
		width:90%;
		margin:10px 0;
	}
	
	.invece {
	  flex-direction: column !important;
	}

	.fasemob {
		border:1px solid #e3e6f0;
		border-radius: 15px;
		padding:10px;
		box-shadow: 0 .25rem 1rem 0 rgba(58,59,69,.10) !important;
		margin-bottom:10px;
		background-color:rgba(255,255,255,0.5);
	}
	
	.fasemob-last {
		margin-bottom:50px;
	}
	
	.shadow {
		box-shadow: 0 0 0 0 rgba(58,59,69,.15) !important;;
	}
	
	.td-video {
		padding-top:25px;
	}
	
	.num-fase {
		left: calc(50% - 50px);
		background-color: navy;
	}
	
	.num-fase div {
	  position: absolute;
	  font-size: 20px;
	  bottom: 20px;
	  right: 0;
	  width:100%;
	  text-align:center;	  
	}
	
	.card-body {
		border: 0 solid #e3e6f0;
		background:transparent;
	}
	
	.card {
	  position: relative;
	  display: flex;
	  flex-direction: column;
	  min-width: 0;
	  word-wrap: break-word;
	  background-color: transparent;
	  background-clip: border-box;
	  border: 0px solid #e3e6f0;
	  border-radius: .35rem;
	}
	
}

@media screen and (max-width: 576px) {	

	.col-pull {
		display:none;
	}
	
	.h-custom-2 {
		padding: 5px 15px !important;
		margin-top:0;
	}

}

@media screen and (max-width: 460px) {	

	.sidebar-brand-icon img {
		height: 55px !important;;
	}

	.sidebar-brand-text img {
		width: 55px !important;;
	}

}


.h50 {height:50px;}

.blocco-desk-processi {
	background-color: white;
	padding:10px;
	border-radius:10px;
	border:1px solid grey;
	margin-bottom:20px;
}

.black {color:black;}

.minw-70 {min-width:70px;}

.h100p {height:100%;}

.h500 {height:500px !important;}

.sidebar-brand-customer img {
  max-height: 85px;
}

.customer-bg {
	background-image:url('/img/ai-back.jpg');
	background-position:top center;
	background-repeat:no-repeat;
	background-size:contain;
}

@media screen and (max-width: 768px) {	
	.customer-bg {
		background-size:cover;
	}
}

.tit-proc {
	background-color:#4e73df;
	border-radius: 20px 0px;
	padding:10px;
}

.blocco-desk-processi2 {
  background-color: white;
  padding: 0px;
  border-radius: 20px;
  border: 0px solid grey;
  margin-bottom: 20px;
}

.pad20 {padding:20px;}

.alcustom {
	border-radius: 20px 0px;
	text-align:center;
	padding-top:15px;
}

.alcustom a {
	text-decoration:none;
}

.datini {
	background-color:#eee;
	border-radius:10px;
}

.w95p {width:90%;}

.table-risultato {
	position: relative;
}

.table-risultato th {
  position: sticky !important;
  top: 0;
}

.tit-fase {
	margin-right:4px;
	padding-top:5px;
	padding-bottom:5px;
}

.maxh {height:200px !important;}

.caros {height:40px;border-radius:10px;top:90%;margin:10px;overflow:hidden;opacity:1!important;background-color:#333;}
.carousel-item img {border-radius:10px;}

.icaris {background-color:#777;padding:5px;border-radius:10px;min-height:200px;width:95%;margin-left:2.5%;}

.md {margin-right:25px !important;}
.w100 {width:35px !important;}

.clikki {
	padding: .4rem .4rem;
	border: 2px solid black;
}

.box-shadow {
-webkit-box-shadow: 0px 10px 13px -7px #555, -3px -16px 9px -7px rgba(0,0,0,0.10); 
box-shadow: 0px 10px 13px -7px #555, -3px -16px 9px -7px rgba(0,0,0,0.10);
}

.minh130 {
	min-height:130px;
}

.minh110 {
	min-height:120px;
}

.bigrusel {
	position:fixed;
	z-index:1000;
	width:100%;
	height:100vh;
	top:0;
	left:0;
	right:0;
	bottom:0;
	background-color:rgba(0,0,0,0.9);
	padding:20px;
}

.chiudillo {
	position:fixed;
	top:15px;
	right:25px;
	z-index:1001;
}

.carousel-indicators {margin-bottom:25px;}

.strizzy {
	border:1px solid #555;
	border-radius:10px;
}

.flotty {
	position:absolute;
	z-index:2;
	bottom:0;
	width:100%;
	left:0;
	text-align:center;
}

.rel {
	position:relative !important;
}

.colora {border:1px solid red !important;}

.carousel-item {
	background-position:center center;
	background-repeat:no-repeat;
	background-size:contain;
	background-color:grey;
}

.td-video {min-height:100px;}

.popio {background-color:rgba(0,0,0,0.3)}
.popio:hover {background-color:rgba(0,0,0,1)}

.nascondi {display:none;}

.border1 {border:1px solid #ccc;}

.w80 {width:80% !important;}

video {
	height:100%;
	max-height:450px;
}
