div.pwd {
	position: relative;
}
.icoShowPwd {
    position: absolute;
    top: 40px;
    right: 10px;
    font-size: 20px;
    color: #000;
    cursor: pointer;
}
.icoMenu {
    position: absolute;
    top: 15px;
    right: 0px;
    font-size: 20px;
    color: #fff;
    cursor: pointer;
}
.logoMenu {
	width: 80%;
	margin-bottom: 2x;	
}
.bootstrap-menu {
	margin-top: 10px;
}
.top_5 {
	margin-top: 5px;
}
.top_25 {
	margin-top: 25px;
}

.h50 {
	height: 50px;
}
#listaNotifiche {
	background-color: #f1f2f7;
    border-color: #f1f2f7;
}
.pleft30 {
	padding-left: 30px;
}
.pleft40 {
	padding-left: 40px ;
}
.tCenter {
	text-align: center;
}
.separator{
  display: inline-block;
  width: 100%;
  border-top: 0.2px solid grey;
}
.lista-header {
	margin-bottom: 10;
    background-color: rgba(0,0,0,.03);
    border-bottom: 1px solid rgba(0,0,0,.125);
}
aside.left-panel {
	background: -moz-linear-gradient(0deg, rgba(0,0,0,1) 0%, rgba(173,173,173,1) 100%) !important;
	background: linear-gradient(0deg, rgba(0,0,0,1) 0%, rgba(173,173,173,1) 100%) !important;
}
.login_error, .k-state-selected, .hidden {
	display: none;
}

.notification-select .dropdown-toggle .count {
  border-radius: 50%;
  color: #fff;
  font-size: 11px;
  height: 15px;
  width: 15px;
  line-height: 15px;
  margin-left: -5px;
  margin-top: -10px;
  text-align: center;
  position: absolute; }
 #notification-select {
  color: #f1f2f7;
  float: right;
  margin: 7px 20px 0 0;
  max-width: 80px; }
  #notification-select:focus, #notification-select:visited {
    border: none;
    outline: 0; }
  #notification-select .dropdown-toggle:after {
    display: none; }
  #notification-select .dropdown-menu {
    background: #fff;
    border: none;
    border-radius: 0;
    left: -8px !important;
    min-width: inherit;
    padding: 0 5px;
    top: 46px !important; }
    #notification-select .dropdown-menu .dropdown-item {
      margin-right: 0;
      max-width: 25px;
      padding: 0; }
      #notification-select .dropdown-menu .dropdown-item:hover {
        background: #fff; }
      #notification-select .dropdown-menu .dropdown-item .flag-icon {
        margin-right: 0;
        width: 25px; }
	
.k-ico {
	cursor: pointer;
}
.logoMenuMobile {
	display: none;
	
}
.stat-widget-one .stat-icon i {
    border-radius: 100%;
	font-size: 15px;
	padding: 25px;
}
.stat-widget-one .stat-digit {
    font-size: 30px;    
}
.form-check-label {    
    margin-left: 5px;
}
.rowRicaricaMobile {
	display: none;
  }
 #loading-waiting {
	 display: none;
 }
  .prezziBenzina {
	
	left:0px;
	top:-54px;
	
	padding-top:4px;
	padding-right:5px;
}
	.prezziBenzina:after {
		
		top: 0px;
		border-style: solid;
		border-color: #fff transparent #fff transparent;
		border-width: 51px 15px 0px 0px;
		z-index:9;
	}
	.prezziBenzina div {
		display:inline-block;
		color:#fff;
		padding:8px 18px;
		position:relative;
		min-width: 220px;
		text-align: center;
	}
		.prezziBenzina div p {
			display:inline-block;
			vertical-align: middle;
			font-weight: 600;
			margin-right: 10px;
		}
		.prezziBenzina div span {
			font-size:40px;
			font-family: 'digital7italic';
			font-weight:normal;
			display: inline-block;
			vertical-align: middle;
		}
		.prezziBenzina div span span {
			font-size: 23px;
			vertical-align: text-top;
		}
.diesel:after {
	
	top: 0px;
	border-style: solid;
	border-color: #222 transparent #222 transparent;
	border-width: 48px 15px 0px 0px;
	z-index:10;
}
.piombo:before {
	
	top: 1px;
	border-style: solid;
	border-color: #017100 transparent #017100 transparent;
	border-width: 0px 0px 48px 15px;
	z-index:10;
} 
.piombo:after {
	
	top: 0px;
	border-style: solid;
	border-color: #017100 transparent #017100 transparent;
	border-width: 48px 15px 0px 0px;
	z-index:10;
} 
  
  
@media screen and (max-width: 1023px) {
 .rowRicaricaMobile {
	 display: inline-block;
 }
 .rowRicaricaDesktop {
	display: none;
  }
}
.navbar .navbar-nav li > a .menu-icon, .navbar .navbar-nav li > a, .navbar .menu-title  {
	color: #d9d9d9 !important;
}
li.menu-title > a .nav_attivo {
	color: red !important;
}
/* On screens that are 992px or less, set the background color to blue */
@media screen and (max-width: 730px) {
  .logoMenu {
	display: none;
  }
}
@media (max-width: 575px) {
	.bootstrap-menu {
		display: none;
	}
	.logoMenuMobile {		
		margin-top: 5px;
		height: 40px;
		float: left;
		display: inline-block;		
	}
	button.navbar-toggler {
		color: #fff;
	}
	aside.left-panel .navbar .navbar-toggler {    
        margin-right: 8px;
    }
	.user-area {
	 margin-right: 30px;
	}
}