@charset "utf-8";
/* CSS Document */

* {
	margin: 0;
	padding: 0;
}

#login-form {
	margin-top: 70px;
}

table.primo {
	border: solid #dcdcdc 1px;
	padding: 25px;
	box-shadow: 0px 0px 1px rgba(0, 0, 0, 0.2);
}

table.primo tr,
td {
	padding: 15px;
	/*	//border:solid #e1e1e1 1px;
*/
}

table.primo tr td input {
	width: 97%;
	height: 45px;
	border: solid #e1e1e1 1px;
	border-radius: 3px;
	padding-left: 10px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 16px;
	background: #f9f9f9;
	transition-duration: 0.5s;
	box-shadow: inset 0px 0px 1px rgba(0, 0, 0, 0.4);
}

table.primo tr td button {
	width: 100%;
	height: 45px;
	border: 0px;
	background: rgba(12, 45, 78, 11);
	background: -moz-linear-gradient(top, #595959, #515151);
	border-radius: 3px;
	box-shadow: 1px 1px 1px rgba(1, 0, 0, 0.2);
	color: #f9f9f9;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 18px;
	font-weight: bolder;
	/*text-transform: uppercase;*/
}

table.primo tr td button:active {
	position: relative;
	top: 1px;
}

table.primo tr td a {
	text-decoration: none;
	color: #00a2d1;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 18px;
}

/* css for home page  */

* {
	margin: 0;
	padding: 0;
}

#header {
	width: 100%;
	height: 60px;
	background: rgba(00, 11, 22, 33);
	color: #9fa8b0;
	font-family: Verdana, Geneva, Tahoma, sans-serif;
}

#header #left {
	top: 10px;
	float: left;
	position: relative;
}

#header #left label {
	position: relative;
	top: 10px;
	left: 100px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 15px;
	color: #dcdcdc;
}

#header #right {
	float: right;
	position: relative;
}

#header #right #content {
	position: relative;
	top: 20px;
	right: 100px;
	color: #fff;
}


#header #right #content a {
	color: #00a2d1;
}


#bodyrit {
	width: 960px;
	height: 500px;
	text-align: center;
	margin-top: 15px;
	margin-left: 150px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 36px;
	position: absolute;
}

table.pv {
	font-size: 12px;
	color: #333333;
	width: 100%;
	border-width: 1px;
	border-color: #729ea5;
	border-collapse: collapse;

}

table.pv th {
	font-size: 12px;
	background-color: #acc8cc;
	border-width: 1px;
	padding: 8px;
	border-style: solid;
	border-color: #729ea5;
	text-align: left;
	width: 15%;
}

table.pv tr {
	background-color: #d4e3e5;
	height: 12px;
}

table.pv td {
	font-size: 12px;
	border-width: 1px;
	padding: 8px;
	border-style: solid;
	border-color: #729ea5;
	height: 12px;
	width: 15%;
}

#ritiro {
	text-align: left;
	height: 500px;
	width: 500px;
	font-size: 16px;
	background-color: #dde1e1;
	border: #e6e3e3 solid 5px;
	margin-left: 250px;
	margin-top: -450px;
	box-shadow: 15px 15px 10px #b4a2a2;
	display: none;
	position: absolute;
	opacity: 0.9;
}

a {
	color: white;
	text-decoration: none;
}

a:hover {

	cursor: pointer;
	/*
	font-size: 17px;
	cursor: pointer;
	color: red;
	*/

}

#btn {
	width: 45%;
	margin-left: 10%;
	height: 45px;
	border: 0px;
	background: rgba(12, 45, 78, 11);
	background: -moz-linear-gradient(top, #595959, #515151);
	border-radius: 3px;
	box-shadow: 1px 1px 1px rgba(1, 0, 0, 0.2);
	color: #f9f9f9;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 18px;
	font-weight: bolder;
	text-transform: uppercase;
}

#btnpiccolo {
	width: 95%;
	height: 50px;
	border: 0px;
	background: rgba(12, 45, 78, 11);
	background: -moz-linear-gradient(top, #595959, #515151);
	border-radius: 3px;
	box-shadow: 1px 1px 1px rgba(1, 0, 0, 0.2);
	color: #f9f9f9;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 18px;
	font-weight: bolder;
	text-transform: uppercase;
}

#insmod {
	height: 600px;
	width: 1000px;
	background-color: #dde1e1;
	border: #e6e3e3 solid 5px;
	margin-left: 100px;
	box-shadow: 15px 15px 10px #b4a2a2;
	display: none;
	position: relative;

}

#ritiroc {
	text-align: left;
	height: 500px;
	width: 500px;
	font-size: 16px;
	background-color: #dde1e1;
	border: #e6e3e3 solid 5px;
	margin-left: 250px;
	margin-top: -450px;
	box-shadow: 15px 15px 10px #b4a2a2;
	display: none;
	position: absolute;
	opacity: 0.9;
}