body
{
	margin: 0;
	padding: 0;
	color: #444;
	font: normal 10pt Arial,Helvetica,sans-serif;
	background: #EFEFEF;
}

html body div#page.container div.span-19 div#content div.form form#formGenExport div.row div.alert-export.alert-danger
{
	padding: 10px;
	margin-bottom: 20px;
	background-color: #c0392b;
	color: white;
	
}

html body div#page.container div.span-19 div#content div.form form#formGenExport div.row div.alert-export.alert-warning
{
	padding: 10px;
	margin-bottom: 20px;
	background-color: #e67e22;
	color: white;
}

html body div#page.container div.span-19 div#content div.form form#formGenExport div.row div.alert-export.alert-success
{
	padding: 10px;
	margin-bottom: 20px;
	background-color: #16a085;
	color: white;
}

#page
{
	margin-top: 5px;
	margin-bottom: 5px;
	background: white;
	border: 1px solid #C9E0ED;
	width: 950px;
}

#header
{
	margin: 0;
	padding: 0;
	border-top: 3px solid #C9E0ED;
	height: 95px;
}

#content
{
    padding: 20px;
}

#sidebar
{
	padding: 20px 20px 20px 0;
}

#footer
{
	padding: 10px;
	margin: 10px 20px;
	font-size: 0.8em;
	text-align: center;
	border-top: 1px solid #C9E0ED;
}

#logo
{
	padding: 10px 20px;
	font-size: 200%;
}

#mainmenu
{
	position: absolute;
	z-index: 1000;
	top: 59px;
	width: 950px;
}

/* #mainmenu */
/* { */
/* 	background:white url(bg.gif) repeat-x left top; */
/* } */

/* #mainmenu ul */
/* { */
/* 	padding:6px 20px 5px 20px; */
/* 	margin:0px; */
/* } */

/* #mainmenu ul li */
/* { */
/* 	display: inline; */
/* } */

/* #mainmenu ul li a */
/* { */
/* 	color:#ffffff; */
/* 	background-color:transparent; */
/* 	font-size:12px; */
/* 	font-weight:bold; */
/* 	text-decoration:none; */
/* 	padding:5px 8px; */
/* } */

/* #mainmenu ul li a:hover, #mainmenu ul li.active a */
/* { */
/* 	color: #6399cd; */
/* 	background-color:#EFF4FA; */
/* 	text-decoration:none; */
/* } */

div.flash-error, div.flash-notice, div.flash-success
{
	padding:.8em;
	margin-bottom:1em;
	border:2px solid #ddd;
}

div.flash-error
{
	background:#FBE3E4;
	color:#8a1f11;
	border-color:#FBC2C4;
}

div.flash-notice
{
	background:#FFF6BF;
	color:#514721;
	border-color:#FFD324;
}

div.flash-success
{
	background:#E6EFC2;
	color:#264409;
	border-color:#C6D880;
}

div.flash-error a
{
	color:#8a1f11;
}

div.flash-notice a
{
	color:#514721;
}

div.flash-success a
{
	color:#264409;
}

div.form .rememberMe label
{
	display: inline;
}

div.view
{
	padding: 10px;
	margin: 10px 0;
	border: 1px solid #C9E0ED;
}

div.breadcrumbs
{
	font-size: 0.9em;
	padding: 5px 20px;
}

div.breadcrumbs span
{
	font-weight: bold;
}

div.search-form
{
	padding: 10px;
	margin: 10px 0;
	background: #eee;
}

.portlet
{

}

.portlet-decoration
{
	padding: 3px 8px;
	background: #B7D6E7;
	border-left: 5px solid #6FACCF;
}

.portlet-title
{
	font-size: 12px;
	font-weight: bold;
	padding: 0;
	margin: 0;
	color: #298dcd;
}

.portlet-content
{
	font-size:0.9em;
	margin: 0 0 15px 0;
	padding: 5px 8px;
	background:#EFFDFF;
}

.portlet-content ul
{
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
	margin: 0;
	padding: 0;
}

.portlet-content li
{
	padding: 2px 0 4px 0px;
}

.operations
{
	list-style-type: none;
	margin: 0;
	padding: 0;
}

.operations li
{
	padding-bottom: 2px;
}

.operations li a
{
	font: bold 12px Arial;
	color: #0066A4;
	display: block;
	padding: 2px 0 2px 8px;
	line-height: 15px;
	text-decoration: none;
}

.operations li a:visited
{
	color: #0066A4;
}

.operations li a:hover
{
	background: #80CFFF;
}

/* begin overall style */
body
{
	margin: 0;
	padding: 0;
	background: white;
	color: #444;
	font: normal 10pt Arial,Helvetica,sans-serif;
}

#page
{
	width: 950px;
	margin: 0 auto;
	padding: 0;
}

#header
{
	margin: 0;
	padding: 0;
	height: 95px;
}

#logo
{
	padding: 20px 0 20px 10px;
	font-size: 200%;
}

#mainmenu
{
	position: absolute;
	z-index: 1000;
	top: 59px;
	width: 950px;
}

#content
{
    position: relative;
    width: 95%;
    margin: 0 auto;
    padding: 0px;
}

#footer
{
	padding: 15px;
	margin: 20px 0 0 0;
	font-size: 0.8em;
	text-align: center;
	border-top: 1px solid #EEE;
}
/* end of overall style */

/* begin data grid style */
table.dataGrid
{
	background: white;
	border-collapse: collapse;
	width: 100%;
}

table.dataGrid th, table.dataGrid td
{
	font-size: 0.9em;
	border: 1px #4F81BD solid;
	padding: 0.3em;
}

table.dataGrid th
{
	background: #d3dfee;
	text-align: center;
}

table.dataGrid th.label
{
	width: 150px;
}

table.dataGrid tr.odd
{
	background: #E6F2FF;
}
/* end of data grid style */

.actionBar
{
	margin: 10px;
}

div.item
{
	margin: 10px 0 0 0;
	border: 1px solid silver;
	padding: 5px;
}

/* CUSTOM */
.alignleft {
	float: left;
}
.alignright {
	float: right;
}
.dialogRow{
	margin: 10px 0;
}

.detail-view tr.red {
	color: red;
}

select#servizio_input {
    width: 340px;
}
select#catalogo_input, select#categoria_input {
    width: 120px;
}
#managerServizi {
    border-top: 1px dotted;
    padding-top: 10px;
}
#riassuntoServizi {
    border-bottom: 1px dotted;
    margin-bottom: 15px;
    padding-bottom: 5px;
}

#formAssegnaServizi h3 {
	padding-left: 30px;
}
#formAssegnaServizi table {
	padding-left: 60px;
}
td.descrizioneServizio {
    width: 445px;
}
input.tempoServizio {
    width: 50px;
}

.dialogTab {
	background-color: #C3D9FF;
    cursor: pointer;
    float: left;
    margin: 5px 0 10px;
    padding: 5px 0;
    text-align: center;
    width: 50%;
}
.dialogTab.open, .dialogTab:hover {
	background-color: #6BA5C2;
    font-weight: bold;
}
select#cliente_input, select#risorsa_input {
    max-width: 150px;
}

#calendarioRipetizione {
	display: none;
}

span#Cliente_medico_predefinito input {
	clear: both;
    float: left;
    margin-right: 0.5em;
    margin-top: 0;
}
span#Cliente_medico_predefinito p {
	margin-bottom: 35px;
    margin-top: 5px;
}
span#Cliente_medico_predefinito p:last-child {
	margin-bottom: 0;
}

#spinnerLoad {
	background-color: #c3d9ff;
    background-image: url("../images/ajax-loader.gif");
    background-position: center center;
    background-repeat: no-repeat;
    height: 730px;
    opacity: 0.7;
    position: absolute;
    width: 100%;
    z-index: 10;
    display: none;
}
.ui-datepicker.ui-widget.ui-widget-content.ui-helper-clearfix.ui-corner-all {
    z-index: 102 !important;
}
.ui-dialog-buttonset button.ui-widget {
    font-size: 0.9em;
}
