@import url('https://fonts.googleapis.com/css?family=Poppins:100,200,300,400,500,600,700,800,900');
*
{
	margin:0;
	padding:0;
	box-sizing:border-box;
	font-family: 'Poppins',sans-serif;
}
:root
{
	--clr:#005C97;
}

 .navigation
 {
	 left:0;
	 align-items:center;
	 width: 336px;
	 height:80px;
	 background:#fff;
	 position:absolute;
	 display:flex;
	 justify-content:center;
	 align-items:center;
	 border-radius:10px;
 }
 .navigation ul
 {
	display:flex;
	width:336px;	
 }
 .navigation ul li
 {
	position:relative;
	list-style:none;
	width:70px;
	height:80px;
	z-index:1;
 }
 .navigation ul li a
 {
	 position:relative;
	 display:flex;
	 justify-content:center;
	 align-items:center;
	 flex-direction:column;
	 width:100%;
	 text-align:center;
	 font-weight:500;
 }
 .navigation ul li a .icon
 {
	  position:relative;
	  display:block;
	  line-height:75px;
	  font-size:1.5em;
	  text-align:center;
	  transition:0.5s;
	  color: var(--clr)
 }
 .navigation ul li.active a .icon
 {
	 transform: translateY(-40px);
 }
 .navigation ul li a .text
 {
	  position:absolute;
	  color: var(--clr);
	  font-weight:400;
	  font-size:0.75em;
	  letter-spacing:0.05em;
	  transition:0.5s;
	  opacity:0;
	  transform: translateY(20px);
 }
 
 .navigation ul li.active a .text
 {
	 opacity:1;
	 transform: translateY(10px);
 }
 .indicator
 {
	 position:absolute;
	 top:-50%;
	 width:70px;
	 height:70px;
	 background:#D3B900;
	 border-radius:50%;
	 border:6px solid var(--clr);
	 transition:0.5s
 }
 
 .indicator::before
 {
	 content: '';
	 position:absolute;
	 top:50%;
	 left:-22px;
	 width:20px;
	 height:20px;
	 background:transparent;
	 border-top-right-radius:20px;
	 box-shadow:1px -10px 0 0 var(--clr);
	 
 }
 
 .indicator::after
 {
	 content: '';
	 position:absolute;
	 top:50%;
	 right:-22px;
	 width:20px;
	 height:20px;
	 background:transparent;
	 border-top-left-radius:20px;
	 box-shadow:-1px -10px 0 0 var(--clr);
	 
 }
 
 .navigation ul li:nth-child(1).active ~ .indicator  
 {
	 transform: translateX(calc(70px * 0));
 }
 .navigation ul li:nth-child(2).active ~ .indicator  
 {
	 transform: translateX(calc(70px * 1));
 }
  .navigation ul li:nth-child(3).active ~ .indicator  
 {
	 transform: translateX(calc(70px * 2));
 }
  .navigation ul li:nth-child(4).active ~ .indicator  
 {
	 transform: translateX(calc(70px * 3));
 }
   .navigation ul li:nth-child(5).active ~ .indicator  
 {
	 transform: translateX(calc(70px * 4));
 }
 
 .menup
 {
	 left:50%; 
	 top:120px;
	 position:absolute;
	 width:500px;
	 height:200px;
	 background:trasparent;
	 box-shadow:0px 0px 0 0 #29fd53;
 }
  .menupf
 {
	 position:absolute;
	 left:70%;
	 width:500px;
	 height:200px;
	 background:trasparent;
	 box-shadow:0px 0px 0 0 #29fd53;
 }
 .title
 {
	  font-size:1em;
	  left:220px;
	  top:80px;
	  color:#005C97;
	  position:absolute;
 }
.tleProfile
{
	  font-size:1em;
	  color:#005C97;
	  text-align:bottom;	
	  
}
.logoEiseko1
{
	background-image: url("../image/eiseko.jpg");
	background-repeat: no-repeat;  
	background-position:left;
	background-bgcolor:#D3B900;
	height:85px;
	width:80%;
	left:15px;
	text-align:left;
}
.logoEiseko2
{
	background-image: url("../image/support.jpg");
	background-repeat: no-repeat;  
	background-position:right;
	height:85px;
}

.tableMenu{
	 padding-top: 5px;
	 padding-bottom: 10px;
	 background-color: #D3B900;
	 width: 100%;
	 height:85px;
	 border-radius:20px;
}


 .contentTickets
 {
	 margin-left:0px;
	 width: 100%;
	 height:800px;
	 background:trasparent;
	 position:absolute;
	
 }

ion-icon {
    pointer-events: none;
}


.heightdivresetpass
{
	display: flex;
    justify-content: center;
    height: 200px;
	width: 300px;
	z-index: 1;
	position: absolute;
    border: 3px solid #D3B900;	
	
}

 

.statoTable
{
	z-index: 1;
	position: relative;
	top:150px;
	width:97%;
	border-collapse: separate;
    border-spacing: 0 0.5em;
	border-radius: 15px;
	
}

.statoTabletrtd
{
	padding: 15px 20px;
	height:100px;
    background-color: rgba(255, 255, 255, .93);
}




.statoTabletrtd:first-of-type {
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
}

.statoTabletrtd:last-of-type {
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
}



.heightdivnewticket
{
	height:700px;
	width: 1100px;
	z-index: 10;
	position: absolute;   
	overflow-x: hidden;
	overflow-y: auto;
	border: 3px solid #D3B900;
	clear:both;
	padding-bottom:100px;
}
.centerTicket {

  left: 50%;
  top: 55%;
  transform: translate(-50%, -50%); /* Yep! */
  background-color: #ECECEC;
  padding:5px; 
  font-size:100%;
  border-radius: 10px;
  opacity: 1;
  filter: alpha(opacity=100); /* For IE8 and earlier */
 
}

.messageErr
{
	height:100px;
	width: 300px;
	z-index: 25;
	position: absolute;  
	
}
.presaincarico
{
	height:550px;
	width: 150px;
	position: absolute; 
	overflow-y:auto;
	overflow-x:hidden;
	border: 3px solid #D3B900;
	z-index:999;
	left: 50%;
    top: 60%;
	transform: translate(-50%, -50%); /* Yep! */
	background-color: #fff;
	padding:10px; 
	font-size:100%;
	border-radius: 10px;
	opacity: 1;
	filter: alpha(opacity=100); /* For IE8 and earlier */
	
}


.presaincarico::-webkit-scrollbar {
top:15px;	
width: 10px;
background:RGB(236,236,236); 
}

/* Track */
.presaincarico::-webkit-scrollbar-track {
box-shadow: inset 0 0 5px grey; 
border-radius: 10px;
}

/* Handle */
.presaincarico::-webkit-scrollbar-thumb {
background: #005C97; 
border-radius: 10px;
}
.heightdivuserinfo
{
    height:450px;
	width: 800px;
	z-index: 1;
	position: absolute; 
	overflow:hidden;
	border: 3px solid #D3B900;
}

.centerProfile {

  left: 50%;
  top: 40%;
  transform: translate(-50%, -50%); /* Yep! */
  background-color: #fff;
  padding:10px; 
  font-size:100%;
  border-radius: 10px;
  opacity: 1;
  filter: alpha(opacity=100); /* For IE8 and earlier */
 
}

.center {

  left: 50%;
  top: 45%;
  transform: translate(-50%, -50%); /* Yep! */
  background-color: #fff;
  padding:10px; 
  font-size:100%;
  border-radius: 10px;
  opacity: 1;
  filter: alpha(opacity=100); /* For IE8 and earlier */
 
}

.centerTrans {

  left: 50%;
   top: 45%;
  transform: translate(-50%, -50%); /* Yep! */
  background-color: #fff;
  padding:10px; 
  font-size:100%;
  border-radius: 10px;
  opacity: 1;
  filter: alpha(opacity=100); /* For IE8 and earlier */
 
}

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




.btnTicket:active
{
	transform: translate(0px,5px);
    -webkit-transform: translate(0px,5px);
	border:none;
	color: #005C97;
	background-image: linear-gradient(to bottom, #005C97, #005C97);
}

.btnTicket:hover
{
	color:#005C97;
	background-image: linear-gradient(to bottom, #D3B900, #D3B900);
	-webkit-box-shadow:3px 3px 2px #c0c0c0;
    box-shadow:2px 2px 2px #c0c0c0;
}

.login__error
{
	color: red;
}

.hdiv
{
display: none;

}
.centerprogress {
position:absolute;
left: 35%;
top: 35%;
width: 50px;
height: 50px;
z-index: 999;
}

.vdiv
{
 display: block;
}


.object__input {
	border: none;
	border-bottom: 1px solid #fff;
	background: #fff;
	padding: 5px;
	padding-left: 5px;
	font-weight: 500;
	width: 400px;
	transition: .2s;
}

.object__input:active,
.object__input:focus,
.object__input:hover {
	outline: none;
	border-bottom-color: #FFE666;
}


.ticket__input {
	border: none;
	border-bottom: 2px solid #FFF2B3;
	background: none;
	padding: 5px;
	padding-left: 24px;
	font-weight: 700;
	width: 75%;
	transition: .2s;
}

.ticket__input:active,
.ticket__input:focus,
.ticket__input:hover {
	outline: none;
	border-bottom-color: #FFE666;
}


.photoprofileaway{
  -moz-box-shadow:5px 5px 2px #FC932A;
  -webkit-box-shadow:5px 5px 2px #FC932A;
   box-shadow:8px 8px 4px #FC932A;
   border-radius: 80px;
}
.photoprofileonline{
  -moz-box-shadow:5px 5px 2px #0ABC16;
  -webkit-box-shadow:5px 5px 2px #0ABC16;
   box-shadow:8px 8px 4px #0ABC16;
   border-radius: 80px;
}

.photoprofileoffline{
  -moz-box-shadow:5px 5px 2px #8D948D;
  -webkit-box-shadow:5px 5px 2px #8D948D;
   box-shadow:8px 8px 4px #8D948D;
   border-radius: 80px;
}

.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;
}

select {

  /* styling */
  background-color: white;
  border: thin solid black;
  border-radius: 4px;
  display: inline-block;
  font: inherit;
  line-height: 1.5em;
  padding: 0.5em 3.5em 0.5em 1em;
  /* reset */

  margin: 0;      
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-appearance: none;
  -moz-appearance: none;
  cursor:pointer;
}

.widthComboTipoRich
{
	
	width:400px;
}

/* arrows */

select.classic {
  background-image:
    linear-gradient(45deg, transparent 50%, black 50%),
    linear-gradient(135deg, black 50%, transparent 50%),
    linear-gradient(to right, #D3B900, #D3B900);
  background-position:
    calc(100% - 20px) calc(1em + 2px),
    calc(100% - 15px) calc(1em + 2px),
    100% 0;
  background-size:
    5px 5px,
    5px 5px,
    2.5em 2.5em;
  background-repeat: no-repeat;
}

select.classic:focus {
  background-image:
    linear-gradient(45deg, white 50%, transparent 50%),
    linear-gradient(135deg, transparent 50%, white 50%),
    linear-gradient(to right, #D3B900, #D3B900);
  background-position:
    calc(100% - 15px) 1em,
    calc(100% - 20px) 1em,
    100% 0;
  background-size:
    5px 5px,
    5px 5px,
    2.5em 2.5em;
  background-repeat: no-repeat;
  border-color: grey;
  outline: 0;
}



textarea::-webkit-scrollbar {
    width: 1em;
}

textarea::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
}

textarea::-webkit-scrollbar-thumb {
  background-color: #D3B900;
  outline: 1px solid slategrey;
}

.livelTicket
{
	width:32px;
	height:32px;
	
}

.radioTicket
{

 padding-left: 10px;	
 cursor:pointer;
 cursor:hand;
	
}




 .navigationEiseko
 {
	 left:0;
	 align-items:center;
	 width: 504px;
	 height:80px;
	 background:#fff;
	 position:absolute;
	 display:flex;
	 justify-content:center;
	 align-items:center;
	 border-radius:10px;
 }
 .navigationEiseko ul
 {
	display:flex;
	width:504px;	
 }
 .navigationEiseko ul li
 {
	position:relative;
	list-style:none;
	width:70px;
	height:80px;
	z-index:1;
 }
 .navigationEiseko ul li a
 {
	 position:relative;
	 display:flex;
	 justify-content:center;
	 align-items:center;
	 flex-direction:column;
	 width:100%;
	 text-align:center;
	 font-weight:500;
 }
 .navigationEiseko ul li a .icon
 {
	  position:relative;
	  display:block;
	  line-height:75px;
	  font-size:1.5em;
	  text-align:center;
	  transition:0.5s;
	  color: var(--clr)
 }
 .navigationEiseko ul li.active a .icon
 {
	 transform: translateY(-40px);
 }
 .navigationEiseko ul li a .text
 {
	  position:absolute;
	  color: var(--clr);
	  font-weight:400;
	  font-size:0.75em;
	  letter-spacing:0.05em;
	  transition:0.5s;
	  opacity:0;
	  transform: translateY(20px);
 }
 
 .navigationEiseko ul li.active a .text
 {
	 opacity:1;
	 transform: translateY(10px);
 }
 .indicatorEiseko
 {
	 position:absolute;
	 top:-50%;
	 width:70px;
	 height:70px;
	 background:#D3B900;
	 border-radius:50%;
	 border:6px solid var(--clr);
	 transition:0.5s
 }
 
 .indicatorEiseko::before
 {
	 content: '';
	 position:absolute;
	 top:50%;
	 left:-22px;
	 width:20px;
	 height:20px;
	 background:transparent;
	 border-top-right-radius:20px;
	 box-shadow:1px -10px 0 0 var(--clr);
	 
 }
 
 .indicatorEiseko::after
 {
	 content: '';
	 position:absolute;
	 top:50%;
	 right:-22px;
	 width:20px;
	 height:20px;
	 background:transparent;
	 border-top-left-radius:20px;
	 box-shadow:-1px -10px 0 0 var(--clr);
	 
 }
 
 .navigationEiseko ul li:nth-child(1).active ~ .indicatorEiseko  
 {
	 transform: translateX(calc(70px * 0));
 }
 .navigationEiseko ul li:nth-child(2).active ~ .indicatorEiseko  
 {
	 transform: translateX(calc(70px * 1));
 }
  .navigationEiseko ul li:nth-child(3).active ~ .indicatorEiseko  
 {
	 transform: translateX(calc(70px * 2));
 }
  .navigationEiseko ul li:nth-child(4).active ~ .indicatorEiseko  
 {
	 transform: translateX(calc(70px * 3));
 }
   .navigationEiseko ul li:nth-child(5).active ~ .indicatorEiseko  
 {
	 transform: translateX(calc(70px * 4));
 }
 
 .navigationEiseko ul li:nth-child(6).active ~ .indicatorEiseko  
 {
	 transform: translateX(calc(70px * 5));
 }
 
 
 
 
 .users{
	top: 0%;
	left: 0%;
	height: 540px;
	width: 350px;
	z-index: 11;
	padding: 25px;
	overflow-x:hidden;
	overflow-y:auto;
	position: relative;
	background-color: #fff;
	border-left: 1px solid #fff;
	border-right: 1px solid #fff;
	border-top: 1px solid #fff;
	border-bottom: 1px solid #fff;
	padding:10px; 
	font-size:100%;
	opacity: 1;
	filter: alpha(opacity=100); /* For IE8 and earlier */
	
	
}

.divChat{
	height: 300px;
	width: 350px;
	overflow-x:hidden;
	overflow-y:auto;
}
.userChat{
	top: 10%;
	left: 15%;
	height: 100px;
	width: 350px;
	z-index: 11;
	padding: 25px;
	overflow: auto;
	overflow-x:hidden;
	position: absolute;
	border-radius: 20px;
	background-color: #fff;
	border-left: 1px solid gray;
	border-right: 1px solid gray;
	border-top: 1px solid gray;
	border-bottom: 1px solid gray;
	border-color: #5D6961 #5D6961 #5D6961 #5D6961;
	padding:10px; 
	font-size:100%;
	opacity: 1;
	filter: alpha(opacity=100); /* For IE8 and earlier */
	overflow:auto;
}

.containerChatFrom {
	
  border: 2px solid #dedede;
  background-color: #f1f1f1;
  border-radius: 5px;
  padding: 10px;
  margin: 10px 0;
  display: inline-block;
}
.containerChatTo {
  border: 2px solid #dedede;
  background-color: #808080;
  border-radius: 5px;
  padding: 10px;
  margin: 10px 0;
  display: inline-block;
}


.chatmess {
  margin: auto;
  width: 60%;
  border: 3px solid #73AD21;
  padding: 10px;
}



.centerChat
{
  left: 50%;
  top: 60%;
  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 */
  height:600px;
  width: 380px;
  position: absolute; 
  overflow-y:hidden;
  overflow-x:hidden;
  border: 3px solid #D3B900;	
  z-index:25;
	
}

.users::-webkit-scrollbar {
top:15px;	
width: 10px;
}

		/* Track */
.users::-webkit-scrollbar-track {
box-shadow: inset 0 0 5px grey; 
border-radius: 10px;
}

		/* Handle */
.users::-webkit-scrollbar-thumb {
background: #D3B900; 
border-radius: 10px;
}

/* Handle on hover */
.users::-webkit-scrollbar-thumb:hover {
	background: #005B9A; 
}

.

.containerChatFrom {
	
  border: 2px solid #dedede;
  background-color: #f1f1f1;
  border-radius: 5px;
  padding: 10px;
  margin: 10px 0;
  display: inline-block;
}
.containerChatTo {
  border: 2px solid #dedede;
  background-color: #808080;
  border-radius: 5px;
  padding: 10px;
  margin: 10px 0;
  display: inline-block;
}

.heightdiuserinfo{
 
	left: 0%;
	top:0%;
	border-color: #fff #fff #fff #fff;
	padding:0px; 
	font-size:100%;
	height: 250px;
	width: 150px;
	z-index: 11;
	padding: 10px;
	overflow: hidden;
	position: relative;
	
}

.divChat{
	height: 300px;
	width: 300px;
	overflow-x:hidden;
	overflow-y:auto;
}


.divChat::-webkit-scrollbar {
top:15px;	
width: 10px;
}

		/* Track */
.divChat::-webkit-scrollbar-track {
box-shadow: inset 0 0 5px grey; 
border-radius: 10px;
}

		/* Handle */
.divChat::-webkit-scrollbar-thumb {
background: #D3B900; 
border-radius: 10px;
}

/* Handle on hover */
.divChat::-webkit-scrollbar-thumb:hover {
	background: #005B9A; 
}


.userChat{
	top: 10%;
	left: 15%;
	height: 100px;
	width: 350px;
	z-index: 11;
	padding: 25px;
	overflow: auto;
	overflow-x:hidden;
	position: absolute;
	border-radius: 20px;
	background-color: #fff;
	border-left: 1px solid gray;
	border-right: 1px solid gray;
	border-top: 1px solid gray;
	border-bottom: 1px solid gray;
	border-color: #5D6961 #5D6961 #5D6961 #5D6961;
	padding:10px; 
	font-size:100%;
	opacity: 1;
	filter: alpha(opacity=100); /* For IE8 and earlier */
	overflow:auto;
}

.containerCount {
  font-size: 22px;
  position: relative;
  text-align: center;
  color: red;
}

.centered {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  
}

.richiestaPrec
{
	color: #005B9A;
	width:600px; 
	height:250px;
	overflow:auto;
	background-color: #fff;
	border: 1px solid #fff;
	padding: 25px;
	border-radius: 10px;
}


.richiestaPrec::-webkit-scrollbar {
top:15px;	
width: 10px;
}

		/* Track */
.richiestaPrec::-webkit-scrollbar-track {
box-shadow: inset 0 0 5px grey; 
border-radius: 10px;
}

		/* Handle */
.richiestaPrec::-webkit-scrollbar-thumb {
background: #D3B900; 
border-radius: 10px;
}

/* Handle on hover */
.richiestaPrec::-webkit-scrollbar-thumb:hover {
	background: #005B9A; 
}


.richiestaPrecMess
{
	color: #000;
	width:600px; 
	height:250px;
	overflow:auto;
	background-color: #fff;
	border: 1px solid #fff;
	padding: 25px;
	border-radius: 10px;
}


.richiestaPrecMess::-webkit-scrollbar {
top:15px;	
width: 10px;
}

		/* Track */
.richiestaPrecMess::-webkit-scrollbar-track {
box-shadow: inset 0 0 5px grey; 
border-radius: 10px;
}

		/* Handle */
.richiestaPrecMess::-webkit-scrollbar-thumb {
background: #D3B900; 
border-radius: 10px;
}

/* Handle on hover */
.richiestaPrecMess::-webkit-scrollbar-thumb:hover {
	background: #005B9A; 
}
