@import 'arial.css';

html,
body {
	margin: 0;
	padding: 0;
	}
body {
    -webkit-tap-highlight-color: none;	
    -moz-box-sizing:border-box;
    -webkit-box-sizing:border-box;
    box-sizing:border-box;
/*	background:#1f2041; */
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	text-align: left;
	color:#000;
/*	background-color: #FFF8F0; */
	font-family: "soleSansReg", Helvetica, Arial, Sans-Serif;
	font-size:14px;
	}
body.hidden {
    visibility: hidden;
}
body,
body > div {
    /*fix ui mobile on ipad*/
    /* width: 100% !important;*/
    height: auto !important;
	}

::-webkit-scrollbar {
    width: 8px;
}
::-webkit-scrollbar-thumb {
    height: 15px;
    border: 2.5px solid rgba(0, 0, 0, 0);
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
    background-clip: padding-box;
    background-color: rgba(0, 0, 0, 0.3);
}

.noselect {
  -webkit-touch-callout: none; /* iOS Safari */
    -webkit-user-select: none; /* Safari */
     -khtml-user-select: none; /* Konqueror HTML */
       -moz-user-select: none; /* Firefox */
        -ms-user-select: none; /* Internet Explorer/Edge */
            user-select: none; /* Non-prefixed version, currently
                                  supported by Chrome and Opera */
}

.blocco{
	position:relative;
	float:left;
	width:100%;
	}

.sticky{
	position:fixed;
	left:50%;
	transform: translateX(-50%);
}

.bottone{
	border: 1px solid #9dbbf3;
    background-color: #9dbbf3;
    cursor: pointer;
    width: 45%;
    border-radius: 4px;
    outline: 0;
    box-sizing: border-box;
    transition: background-color .2s;
    -webkit-border-radius: 15px!important;
    -moz-border-radius: 15px!important;
    border-radius: 15px!important;
    padding: 7px;
	text-transform: uppercase;
	font-weight: 600;
}

.bottone-OK{
	border: 1px solid #fbbc05;
    background-color: #fbbc05;	
}

.bottone-OK:hover{
	background-color: #F1B604;
}

.bottone-KO{
	color:#fff;
	border: 1px solid #3b78e7;
    background-color: #3b78e7;
}

.bottone-KO::hover{
	background-color: #2568E4;
}

.icona{
    cursor: pointer;
    position: relative;
    display: flex;
    width: 36px;
    height: 36px;
    border-radius: 30px;
    overflow: hidden;
	justify-content: center;
	align-items: center;
	margin-left: auto;
    margin-right: auto;
}

.icona::before, .icona::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    transition: all 0.25s ease;
    border-radius: 30px;
}

.icona i {
    position: relative;
    color: #d8d8d8;
    font-size: 30px;
    margin-left: -1px;
    margin-top: -4px;
    transition: all 0.25s ease;
	font-style: normal;
}

.icon-espandi::before{
   background: #3b78e7;
   box-shadow: inset 0 0 0 40px #fff;
  }
.icon-espandi:hover::before{
    box-shadow: inset 0 0 0 0 #fff;
  }

.icon-espandi::after{
    box-shadow: inset 0 0 0 2px #fff;
  }

.icon-espandi:hover i, .hover i{
	color:#fff!important;
  }

td a{
	text-decoration: none;
}

td a:hover, td a:visited{
	text-decoration: none;
}

tr:hover{
	background: #f6f6f6;
}

tr:hover .icon-espandi::before{
   box-shadow: inset 0 0 0 0 #f6f6f6;
  }

tr:hover .icon-espandi::after{
	box-shadow: inset 0 0 0 2px #f6f6f6;
}

.invisibile{
	opacity: 0;
}

#apertura_menu_dati{
	cursor: pointer!important;
}

#bt_freccia_precedente,
#bt_freccia_successiva {
	position: relative;
	width: 38px;
	height: 38px;
	z-index: 10;
	cursor: pointer;
	background-size: 27px 44px;
	background-position: center;
	background-repeat: no-repeat;
	box-shadow: 0 2px 4px 0 rgb(0 0 0 / 50%);
    background-color: #3b78e7;
	border-radius: 38px;
}
#bt_freccia_precedente.bt_freccia_disattivata,
#bt_freccia_successiva.bt_freccia_disattivata {
  opacity: 0.35;
  cursor: auto;
  pointer-events: none;
}
#bt_freccia_precedente{
    left: 5px;
	right: auto;
}
#bt_freccia_precedente .img{
	background-image: url(../../img/mmSx.svg);	
	background-size:cover;
    width: 100%;
    height: 100%;
	position: absolute
}

#bt_freccia_precedente::before{
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	transition: all 0.25s ease;
	border-radius: 38px;
	box-shadow: inset 0 0 0 80px #fff;
}

#bt_freccia_precedente:not(.bt_freccia_disattivata):hover::before{
   box-shadow: inset 0 0 0 0 #fff;
}
#bt_freccia_precedente:not(.bt_freccia_disattivata):hover .img{
	background-image: url(../../img/mmSx-bianco.svg);	
}

#bt_freccia_successiva {
	right: 5px;
  	left: auto;
}
#bt_freccia_successiva .img{
	background-image: url(../../img/mmDx.svg);	
	background-size:cover;
	width: 100%;
    height: 100%;
	position: absolute
}

#bt_freccia_successiva::before{
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	transition: all 0.25s ease;
	border-radius: 38px;
	box-shadow: inset 0 0 0 80px #fff;
}

#bt_freccia_successiva:not(.bt_freccia_disattivata):hover::before{
   box-shadow: inset 0 0 0 0 #fff;
}
#bt_freccia_successiva:not(.bt_freccia_disattivata):hover .img{
	background-image: url(../../img/mmDx-bianco.svg);	
}

.apertura_body {
	margin-bottom: 100px;	
	overflow-x: initial!important;
}

@media screen and (max-width: 480px) {
	.apertura_body{
		margin-left: 20px;
		width: calc(100% - 40px);
	}
}