﻿/* --------------------------------------
       CSS Document for www.aloalo.eu 
	   15 june 2009
-----------------------------------------*/
/* --------------------------------------
      styles for html, body
-----------------------------------------*/
body, html{margin:0; padding:0}
body{
	background-color: #FEFEF2;
	font-family: arial;
	font-size: 12px;
	line-height: 130%;}

p {	
	padding: 0px;}
	
td {
	
	text-align:left;
	vertical-align:top;
}
.tueChiamate {
	background-color: #FFFFFF;
	width: 90%;
	border: 1px solid #006600;
	margin-left: 2em;
}
.tueChiamate .numero {
	font-size: 20px;
	text-align: center;
	color: #006600;
	font-weight: bold;
	line-height: 1.5em;
	width: 22%;
}
.tueChiamate .Ntutti {
	font-size: 14px;
	font-weight: bold;
	text-transform: uppercase;
	color: #000000;
	line-height: 1.1em;
	text-align: center;
	width: 32%;
}
.Ntutti img {
	margin-top: 0.5em;
}
.tueChiamate td {
	text-align: center;
}


.tueChiamate .proprieta {
	width: 50%;
	text-align: center;
	font-size: 12px;
}
.divCartellini
{
    background-color:Silver;
}
.divBonus
{
    background-color:Silver;
}

.tueChiamate .img_icon img {
	padding-top: 0.5em;
}
.tueChiamate td {
	border: 1px solid #DDDDDD;

}
.tueChiamate .apri {
	font-size: 18px;
	font-weight: bolder;
	width: 5%;
	border: 1px solid #006600;
}
.rigaTitoli {
	background-color: #FFCC00;
}
.apri a {
	color: #990000;
}
.apri a:hover {
	color: #006600;
}

a
{
    color:#000;
    font-weight:bold;
    text-decoration: underline;
}

a:hover
{
    color:#000;
    font-weight:bold;
    text-decoration: none;
}

.custom-file-input {
	color: transparent;
	width: 150px;
}

.custom-file-input::-webkit-file-upload-button {
	visibility: hidden;
}

.custom-file-input::before {
	content: 'Scegli file';
	color: white;
	display: inline-block;
	background-color:gray;
	outline: none;
	white-space: nowrap;
	-webkit-user-select: none;
	align-items: center;
	border-radius: 10px;
	box-shadow: 0px 6px 12px #0000002e;
	padding: 10px 10px 10px 10px;
	letter-spacing: 0.09px;
	line-height: 27px;
	text-align: center;
	white-space: nowrap;
	width: 100px;
	border: none;
	font-family: var(--font-family-karla);
	font-size: var(--font-size-m);
	font-style: italic;
	font-weight: 400;
	cursor: pointer;
}

.custom-file-input:hover::before {
	border-color: black;
}

.custom-file-input:active {
	outline: 0;
}

.custom-file-input:active::before {
	background: -webkit-linear-gradient(top, #e3e3e3, #f9f9f9);
}
