html, body {
	font-family: Arial,Helvetica,sans-serif;
   	font-size: 62.5%;
	line-height: 18px;
	margin: 0;
}

body {
	background-color: #FFFFFF;
	color: #000;
	font-size: 1.5em;
	padding:0 20px;
}

.help {
	cursor: help;
}

#i_stampe {
	width: 0px;
	height: 0px;
}

#menu {
	position: absolute;
	width: 200px;
	left: 20px;
	padding:0;
	margin:0;
}

#content {
	margin-left: 200px;
	background-color:#fff;
	/* overflow: auto; */
}

.input {
	border: 1px solid #c4c4c4;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	box-shadow: 0px 0px 8px #d9d9d9;
	-moz-box-shadow: 0px 0px 8px #d9d9d9;
	-webkit-box-shadow: 0px 0px 8px #d9d9d9;
	color: #555555;
	display: inline-block;
	font-size: 1em;
	height: 18px;
	line-height: 18px;
	padding: 4px;
	width: 210px;
}

.input:focus {
	outline: none;
	border: 1px solid #7bc1f7;
	box-shadow: 0px 0px 8px #7bc1f7;
	-moz-box-shadow: 0px 0px 8px #7bc1f7;
	-webkit-box-shadow: 0px 0px 8px #7bc1f7;
}

.button {
	border: 1px solid #0F67A1;
	border-radius: 4px 4px 4px 4px;
	background-color: #0F67A1;
	color: white;
	padding: 4px;
	font-size: 0.8em;
	cursor: pointer;
}

.inputSelect {
	/* padding: 4px; */
	font-size: 1em;
}

.number {
	text-align: right;
}

.b {
	font-weight: bold;
}

.error {
	display: none;
	color: red;
	font-weight: bold;
}

#content_login {
	margin-left: auto ;
	margin-right: auto ;
	width: 650px;
	margin-top: 15%;
}

#table_profilo {
	margin: 10px;
}

#table_login td , #table_profilo td {
	padding: 5px;
}

#table_schedautenti,  #table_schedaofferta, #table_schedabancali {
}

#table_schedautenti td , #table_schedaofferta td {
	padding: 2px;
	padding-right: 5px;
}

#table_schedabancali td {
	padding: 5px;
	padding-right: 5px;
}

/* form */

#form_sbancali {
	margin: 10px;
}

#form_sbancali div.sbancali {
	float: left;
	margin-right: 5px;
}

#form_utenti {
	margin: 10px;
}

#form_utenti div.utenti {
	float: left;
	margin-right: 5px;
}

#form_offerta {
	margin: 10px;
}

#form_offerta div.offerta {
	float: left;
	margin-right: 5px;
}

#form_prodotti {
	margin: 10px;
}

#form_prodotti div.prodotti {
	float: left;
	margin-right: 5px;
}

/* */

.negativo {
	background-color: red;
	color: white;
	font-weight: bold;
	padding: 2px;
}

.positivo {
	background-color: green;
	color: white;
	font-weight: bold;
	padding: 2px;
}

.sfondoSchedaUtenti {
	background-color: #F2F2F2;
}

/* TABELLA DATI */

#datatable {
	border-collapse: collapse;
    border-spacing: 0;
	width: 100%;
}

#datatable th {
    background-color: #CDE9A7;
    background-repeat: no-repeat;
    border-bottom: 3px solid #A3B787;
    color: #525D43;
	font-size: 0.9em;
    padding: 4px 12px 3px 0;
    cursor: pointer;
}

#datatable th.first-child {
    background-image: url("../img/table/bg-th-left.gif");
    background-position: left top;
}

#datatable th.last-child {
    background-image: url("../img/table/bg-th-right.gif");
    background-position: right top;
}

#datatable td {
    font-size: 0.9em;
    padding: 3px 12px 3px 0;
}

#datatable td.first-child {
    padding-left: 4px;
}

#datatable td.last-child {
    padding-right: 4px;
}

#datatable tr.alt td {
    background-color: #F2F2F2;
}

.bordo1 {
	border-top: 2px dotted red;
	border-left: 2px dotted red;
	border-bottom: 2px dotted red;
}

.bordo2 {
	border-top: 2px dotted red;
	border-bottom: 2px dotted red;
}

.bordo3 {
	border-top: 2px dotted red;
	border-right: 2px dotted red;
	border-bottom: 2px dotted red;
}

/* */

.sx_bancali {
	margin-top: 40px;
	font-weight: bold;
}

.sx_bancali_s {
	margin-left: 20px;
}

.sx_bancali_s a {
	display: block;
	text-decoration: none;
	color: red;
}

.sx_bancali_s a:hover {
	background-color: #F2F2F2;
	text-decoration: underline;
	color: green;
}

.sx_bancali_s a.active {
	color: green;
}

.sx_bancali_s a.active:hover {
	color: green;
}

/**/

.sx_negozi {
	margin-top: 40px;
	font-weight: bold;
}

.sx_negozi_s {
	margin-left: 20px;
}

.sx_negozi_s a {
	display: block;
	text-decoration: none;
	color: red;
}

.sx_negozi_s a:hover {
	background-color: #F2F2F2;
	text-decoration: underline;
	color: green;
}

.sx_negozi_s a.active {
	color: green;
}

.sx_negozi_s a.active:hover {
	color: green;
}

.sx_offerte {
	margin-top: 40px;
	font-weight: bold;
}

.sx_offerte_s {
	margin-left: 20px;
}

.sx_offerte_s a {
	display: block;
	text-decoration: none;
	color: red;
}

.sx_offerte_s a:hover {
	background-color: #F2F2F2;
	text-decoration: underline;
	color: green;
}

.sx_offerte_s a.active {
	color: green;
}

.sx_offerte_s a.active:hover {
	color: green;
}

.sx_profilo {
	margin-top: 40px;
	font-weight: bold;
}

.sx_profilo_s {
	margin-left: 20px;
}

.sx_profilo_s a {
	display: block;
	text-decoration: none;
	color: red;
}

.sx_profilo_s a:hover {
	background-color: #F2F2F2;
	text-decoration: underline;
	color: green;
}

.sx_profilo_s a.active {
	color: green;
}

.sx_profilo_s a.active:hover {
	color: green;
}

.sx_ordini {
	margin-top: 40px;
	font-weight: bold;
}

.sx_ordini_s {
	margin-left: 20px;
}

.sx_ordini_s a {
	display: block;
	text-decoration: none;
	color: red;
}

.sx_ordini_s a:hover {
	background-color: #F2F2F2;
	text-decoration: underline;
	color: green;
}

.sx_ordini_s a.active {
	color: green;
}

.sx_ordini_s a.active:hover {
	color: green;
}

/* MESSAGGIO DI ERRORE E ALTRO */

.minfo, .msuccess, .mwarning, .merror {
    border: 1px solid;
    margin: 15px 0px;
    padding:15px 20px 15px 55px;
    /* width: 500px; */
    font: bold 12px verdana;
    -moz-box-shadow: 0 0 5px #888;
    -webkit-box-shadow: 0 0 5px#888;
    box-shadow: 0 0 5px #888;
    text-shadow: 2px 2px 2px #ccc;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
}
.minfo {
    color: #00529B;
    background: #BDE5F8 url('../img/messages/icon-info.png') no-repeat 10px center;
}
.msuccess {
    color: #4F8A10;
    background: #DFF2BF url('../img/messages/icon-tick.png') no-repeat 10px center;
}
.mwarning {
    color: #9F6000;
    background: #FEEFB3 url('../img/messages/icon-warning.png') no-repeat 10px center;
}
.merror {
    color: #D8000C;
    background: #FFBABA url('../img/messages/icon-cross.png') no-repeat 10px center;
}

/* CALENDARIO */

#customWidget {
	position: relative;
	height: 36px;
}

input.inputDate {
	border: 1px solid #999;
	padding: 4px;
	border-bottom-color: #ddd;
	border-right-color: #ddd;
	width: 65px;
}
#widget {
	position: relative;
	margin-bottom: 5px;
}
#widgetField {
	width: 190px;
	height: 26px;
	background: url(../img/calendar/field.png);
	overflow: hidden;
	position: relative;
}
#widgetField a 	{
	display: block;
	position: absolute;
	width: 26px;
	height: 26px;
	top: 0;
	right: 0;
	text-decoration: none;
	text-indent: -3000px;
}
#widgetField span	{
	font-size: 12px;
	font-weight: bold;
	color: #000;
	position: absolute;
	top: 0;
	height: 26px;
	line-height: 26px;
	left: 5px;
	width: 150px;
	text-align: center;
}
#widgetCalendar {
	position: absolute;
	top: 26px;
	left: 0;
	height: 0px;
	overflow: hidden;
	width: 588px;
	background: #B9B9B9;
}
#widgetCalendar .datepicker {
	position: absolute;
	bottom: 0;
	top: auto;
}
#widgetCalendar .datepickerContainer,
#widgetCalendar .datepickerBorderT,
#widgetCalendar .datepickerBorderB,
#widgetCalendar .datepickerBorderL,
#widgetCalendar .datepickerBorderR,
#widgetCalendar .datepickerBorderTL,
#widgetCalendar .datepickerBorderTR,
#widgetCalendar .datepickerBorderBL,
#widgetCalendar .datepickerBorderBR {
	background: transparent !important;
}
#widgetCalendar .datepicker a:hover{
	color: #b6f063;
}

.meccanica {
	font-size: 0.8em;
	font-weight: bold;
	text-transform: uppercase;
	text-align: center;
}


ul.pagination {
    display: inline-block;
    padding: 0;
    margin: 0;
}

ul.pagination li {display: inline;}

ul.pagination li a {
    color: black;
    float: left;
    padding: 8px 16px;
    text-decoration: none;
}

ul.pagination li a.active {
    background-color: #4CAF50;
    color: white;
}

ul.pagination li a:hover:not(.active) {background-color: #ddd;}

