::-webkit-scrollbar {width: 10px;}
::-webkit-scrollbar-track {background: #fff ;}
::-webkit-scrollbar-thumb {background: #D3B902; border-radius:10px;cursor:pointer;}
::-webkit-scrollbar-thumb:hover {background: #D3B902;cursor:pointer;} 


html,body {
padding: 5px;
margin: 5px;
}






.img-rounded {
border-radius: 6px;
}


.zindexdiv{
z-index:35;
width: 20%;
position: absolute;
border: 3px solid #D3B900;
}

.zindexdivtransf{
z-index:20;
width: 30%;
position: absolute;
border: 3px solid #D3B900;
border-radius: 10px;
}



.close-image32{
border:none;
display: block;
height: 32px;
width: 32px;
top:0px;
right:0px;
cursor: pointer;
cursor: hand;
opacity:1;
}
.close-image32:hover{
opacity:0.4;
}
.close-image16{
border:none;
display: block;
float:right;
position:relative;
top:0px;
right: 0px;
height: 16px;
width: 16px;
cursor: pointer;
cursor: hand;
opacity:1;
}
.close-image16:hover{
opacity:0.4;
}
.close-image:hover{
opacity:0.4;
}
.close-image{
border:none;
display: block;
position:relative;
top:0px;
right: -10px;
height: 32px;
width: 32px;
cursor: hand;
cursor: pointer;

}

.messageErr
{
	
  position:absolute;
  height: 150px;
  width: 350px;
  z-index:999;
  color: #df0000;
  left: 35%;
  top: 35%;
  transform: translate(-50%, -50%); /* Yep! */
  background-color: #fff;
  padding:5px; 
  font-size:100%;
  border-radius: 10px;
  opacity: 1;
  filter: alpha(opacity=100); /* For IE8 and earlier */
  border: 1px solid #c0c0c0;
}

.titleProfile{

color: #246fa6;
font-weight: bold;
}

.csselect{
height:20px;
width:200px;

}

.userpass{
height:250px;
width:200px;
background-color: #ffffff;
border: 1px solid #c0c0c0;
border-radius: 0px;
-webkit-box-shadow:5px 5px 2px #333333;
box-shadow:8px 8px 4px #c0c0c0;
z-index: 2;
}

.borderDlg
{
	border: 1px solid #c0c0c0;	
}

.userlog{
position: relative;
left:10px;
top:10px;
height:300px;
width:250px;

background-color: #ffffff;
border: 1px solid #c0c0c0;
border-radius: 0px;
-webkit-box-shadow:5px 5px 2px #333333;
box-shadow:8px 8px 4px #c0c0c0;
z-index: 2;

}

/* Create a custom radio button */
.checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 20px;
  width: 20px;
  background-color: #cccc00;
  border-radius: 50%;
}

/* On mouse-over, add a grey background color */
.container:hover input ~ .checkmark {
  background-color: #ccc;
}

/* When the radio button is checked, add a blue background */
.container input:checked ~ .checkmark {
  background-color: #cccc00;
}

/* Create the indicator (the dot/circle - hidden when not checked) */
.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the indicator (dot/circle) when checked */
.container input:checked ~ .checkmark:after {
  display: block;
}

/* Style the indicator (dot/circle) */
.container .checkmark:after {
  top: 7px;
  left: 7px;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: white;
}




/* Create a custom checkbox */
.checkmarkBox {
  position: absolute;
  top: 0;
  left: 0;
  height: 15px;
  width: 15px;
  background-color: #eee;
}

/* On mouse-over, add a grey background color */
.containerBox:hover input ~ .checkmarkBox {
  background-color: #ccc;
}

/* When the checkbox is checked, add a blue background */
.containerBox input:checked ~ .checkmarkBox {
  background-color: #cccc00;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmarkBox:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the checkmark when checked */
.containerBox input:checked ~ .checkmarkBox:after {
  display: block;
}

/* Style the checkmark/indicator */
.containerBox .checkmarkBox:after {
  left: 4px;
  top: 3px;
  width: 5px;
  height: 5px;
  border: solid white;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg); 
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.containerBox {
  display: block;
  position: relative;
  padding-left: 35px;
  margin-bottom: 12px;
  cursor: pointer;
  font-size: 12px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/* Hide the browser's default checkbox */
.containerBox input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}  


.containerTool {
  position: relative;
  width: 100%; 
}

.imageTool {
  display: inline-block;
  width: 100%;
  height: auto;
}

.containerTool {
  position: relative;
}

.containerTool .tooltiptext2 {
    visibility: hidden;
    width: 500%;
    background-color: red;
    color: #fff;
    text-align: center;
    border-radius: 6px;
    padding: 5px 0;
    position: absolute;
    z-index: 1;
    top: -8px;
    left: 110%;
    font-size: 150%;
    font-family: Arial;

    /* Fade in tooltip - takes 1 second to go from 0% to 100% opac: */
    opacity: 0;
    transition: opacity 1s;
}

.containerTool .tooltiptext2::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 100%;
    margin-top: -5px;
    border-width: 5px;
    border-style: solid;
    border-color: transparent white transparent transparent;
}

.containerTool:hover .tooltiptext2 {
    visibility: visible;
    opacity: 1;
}


.action-button2
{
	position: relative;
	padding: 3px 5px;
    margin: 0px 5px 5px 0px;
    border-radius: 10px;
	color: #000;
	text-decoration: none;	
	border: 2px solid #B324A0;
	background-image: linear-gradient(to bottom, #fff,#fff);
	font-family: arial,verdana,helvetica,sans-serif; 
	font-size:14px;
	cursor: pointer;
	cursor: hand;
	
}


.action-button2:active
{
	transform: translate(0px,5px);
    -webkit-transform: translate(0px,5px);
	border:none;
	background-image: linear-gradient(to bottom, #B324A0, #B324A0);
}

.action-button2:hover
{
	color:#fff;
	background-image: linear-gradient(to bottom, #B324A0, #B324A0);
	-webkit-box-shadow:3px 3px 2px #c0c0c0;
    box-shadow:2px 2px 2px #c0c0c0;
}



/****************************** TESTO ***************************/

.tooltip {
    position: relative;
    display: inline-block;
    border-bottom: 1px dotted black;
    font-weight: bold;
    font-size: 100%;
}

.tooltip .tooltiptext {
    visibility: hidden;
    width: 200px;
    background-color: black;
    color: #fff;
    text-align: center;
    border-radius: 6px;
    padding: 5px 0;
    position: absolute;
    z-index: 1;
    top: -8px;
    left: 110%;
    font-size: 100%;
    font-family: Arial;

    /* Fade in tooltip - takes 1 second to go from 0% to 100% opac: */
    opacity: 0;
    transition: opacity 1s;
}

.tooltip .tooltiptext::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 100%;
    margin-top: -5px;
    border-width: 5px;
    border-style: solid;
    border-color: transparent black transparent transparent;
}
.tooltip:hover .tooltiptext {
    visibility: visible;
    opacity: 1;
}

.liv1
{
   border-radius: 20px;
   background-image: url("https://assistenza-eiseko.it/image/liv1.jpg");
   background-repeat: no-repeat;  
   background-position:center;
   background-size: 100%;
}


.tableTicket{
width:100%;
padding:0px;
border-spacing: 0px;
border-collapse: collapse;
border-radius: 1em;
overflow: hidden;
}