/*

eliminar?

se usa en:

\funds_mobil.asp
\includes\head_mobil.asp
\includes\head_mobil_covid.asp

*/

h4{
	font-family: inherit;
	font-weight: 500;
	line-height: 1.2;
	color: inherit;
	font-size: 20px;}
.titol-form {padding-top: 20px;}
.nom-container {padding-right: 30px; padding-left: 30px;}

input {height: 40px; width: 100%;}
input[type=submit] {background: #8b81d7; color: #fff; min-height: 40px; font-size: 20px;}

input[type=text] {
	background: #f1f1f1; 
	border: 1px solid #8b81d7; 
	width: 100%;
	padding: 3px 10px;}

 /* width */
::-webkit-scrollbar {width: 10px;}
/* Track */
::-webkit-scrollbar-track {background: #f1f1f1;}
 /* Handle */
::-webkit-scrollbar-thumb {background: #8b81d7;}
/* Handle on hover */
::-webkit-scrollbar-thumb:hover {background: #555;}


.multiple {background: #f1f1f1; height: 40px; border-radius: 0px;}
.multiple option {background: } 

.styled select {
	background: transparent;
	width: 150px;
	font-size: 16px;
	border: 1px solid #ccc;
	height: 34px;}

.styled {
	margin: 50px;
	width: 120px;
	height: 34px;
	border: 1px solid #111;
	border-radius: 3px;
	overflow: hidden;}

select {
	-webkit-appearance: button;
	-moz-appearance: button;
	-webkit-user-select: none;
	-moz-user-select: none;
	-webkit-padding-end: 20px;
	-moz-padding-end: 20px;
	-webkit-padding-start: 2px;
	-moz-padding-start: 2px;
	
	background-position: center right;
	background-repeat: no-repeat;

	border-radius: 2px;
	box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.1);
	color: #555;
	font-size: inherit;
	margin: 0;
	overflow: hidden;
	padding-top: 2px;
	padding-bottom: 2px;
	text-overflow: ellipsis;
	white-space: nowrap;

	width: 100%; 
	text-align: center; 
	min-height: 10px; 

	font: 400 12px/1.3 ff-real-headline-pro,sans-serif;
	-webkit-appearance: none;
	appearance: none;
	border: 1px solid #8b81d7;
	line-height: 1;
	outline: 0;
	padding: 0.65em 2.5em 0.55em 0.75em;
}







