/*-----------------------------------------------------------------------------------*/
/*	STILE GENERALE
/*-----------------------------------------------------------------------------------*/

#masthead .navbar-nav > li > a {
    padding: 30px 20px 31px 20px;
    font-weight: 500;
    font-size: 14px;
    text-transform: uppercase;
    font-family: 'FS Albert', Helvetica !Important;
    color: #20419a;
}
.navbar-nav>li>.dropdown-menu {
    margin-top: 1px;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}
.search input{
    width: 50%;
    padding-left: .5em;
    font-size: 1em;
    min-height: 45px;
    position: relative;
    min-width: 350px;
    -webkit-box-shadow: none;
            box-shadow: none;
    border: solid 1px lightgrey;
}
textarea, input.text, input[type="text"], input[type="button"], input[type="submit"], input[type="nosearch"], .input-checkbox {
    -webkit-appearance: none;
    border-radius: 0;
}




input[type=button], input[type=submit], input[type=reset] {
	background-image: -webkit-linear-gradient(#205892, #205392 40%, #1F4D91);
	background-color: #4040FF;
	border: none;
	color: white;
		font-size: 18px;
	padding: 8px 16px;
	text-decoration: none;
	margin: 4px 2px;
	cursor: pointer;
}
input[type=button]:hover, input[type=submit]:hover, input[type=reset]:hover {
background-image: -webkit-linear-gradient(#205892, #205392 40%, #C0C0C0);
color: #F8931F;
font-size: 18px;
}
input#search[type=submit]
{
	background-image: url('../images/zoom.png');
	background-color: #4040FF;
	border: none;
	color: black;
		font-size: 18px;
	padding: 8px 16px;
	text-decoration: none;
	margin: 4px 2px;
	cursor: pointer;
}
table {
	border-collapse: collapse;
	width: 85%;
	
}
table#slim {
	border-collapse: collapse;
	width: 25%;
}
th, td {
	text-align: left;
	padding: 8px;
	color: black;
}
tr:nth-child(even){
background-color: #C0C0FF;
}
tr:hover{background-color:#808080}

th {
	background-color: #0025E2;
	color: white;
	border-color: black;
}
input[type=text] {
	width: 65%;
	box-sizing: border-box;
	border: 2px solid #000BE2;
	border-radius: 4px;
	font-size: 16px;
	background-color: white;
	background-image: url('../images/searchicon.png');
	background-position: 10px 10px; 
	background-repeat: no-repeat;
	padding: 12px 20px 12px 40px;
}



img.t {
	border: 1px solid #ddd;
	border-radius: 4px;
	padding: 5px;
}
img {
	  -moz-user-select: none;
	  -webkit-user-select: none;
	  -ms-user-select: none;
	  user-select: none;
	  -webkit-user-drag: none;
	  user-drag: none;
	  -webkit-touch-callout: none;
	}
img.t:hover {
	box-shadow: 0 0 2px 1px rgba(0, 140, 186, 0.5);
}




