@charset "utf-8";
/* CSS Document */

body{
	font-family:Arial, Helvetica, sans-serif;
	color:#3F3F3F;
	margin:0;
	padding:0;
}

h1{
	color:#165D95;
}

#header{
	height:60px;
	padding:10px;
	background: url("../images/sap_logo.png") no-repeat scroll 10px center #EFEFEF;
	position:relative;
	overflow:hidden;
}

#footer{
	height:10px;
	padding:10px;
	background-color:#EFEFEF;
}

#west_area{
	width:200px;
}

#central_area{
	padding:10px;
	visibility:hidden;
}

#menu_left{
	visibility:hidden;
}

ul.lista_menu{
	margin:5px 0;
	padding:0px;
	list-style-type:none;
}

ul.lista_menu>li{
	margin:0;
	padding:0;
}

ul.lista_menu a{
	color:#666666;
	text-decoration:none;
	padding:5px 17px;
	display:block;
}

ul.lista_menu a:hover{
	background:#eeeeee;
	color:#165D95;
}

ul.lista_menu a.add{
	background: url("../images/mini_add.png") no-repeat scroll 5px 9px transparent;
}

ul.lista_menu a.add:hover{
	background: url("../images/mini_add.png") no-repeat scroll 5px 9px #E9F0F6;
}

ul.lista_menu a.list{
	background: url("../images/mini_list.png") no-repeat scroll 5px 9px transparent;
}

ul.lista_menu a.list:hover{
	background: url("../images/mini_list.png") no-repeat scroll 5px 9px #E9F0F6;
}

#header_content{
	visibility:hidden;
}

#btn_header {
    right: 20px;
    position: absolute;
    top: 45px;
}

#btn_header a{
	margin-left:5px;
}

a.btn{
	color:#555;
}

.search_box {
    background: none repeat scroll 0 0 #fdfdfd;
    border-radius: 0 0 10px 10px;
    margin-bottom: 20px;
	padding:10px;
	width:auto !important;
	position:relative;
}

.panel_box {
    background: none repeat scroll 0 0 #fdfdfd;
	border-width:0 1px;
	padding:10px 10px 20px 10px;
	width:auto !important;
	position:relative;
	display:block;
}

.header_search_box {
    border-radius: 10px 10px 0 0;
	width:auto !important;
	text-align:left;
	font-size: 18px;
    line-height: 22px;
}

.header_search_box .panel-icon,
.header_search_box .panel-tool{
	top:8px;
}

.header_footer_box {
    border-radius: 10px 10px 0 0;
	width:auto !important;
	background:#fdfdfd;
	border-bottom:0;
}

.panel_footer {
    border-radius: 0 0 10px 10px;
	width:auto !important;
	background:#fdfdfd;
	border:1px solid #D3D3D3;
	border-top:0;
	padding:0 10px 10px 10px;
	position:relative;
	margin-bottom:10px;
	display:block;
}

label {
    color: #165D95;
    display: block;
	font-family:Tahoma, Geneva, sans-serif;
    margin-bottom: 3px;
    width: auto;
	height:15px;
}

input[type="text"], input[type="password"], select, textarea {
    width: 300px;
	color:#3F3F3F;
}

textarea{
	font-family: Arial,Helvetica,sans-serif;
    font-size: 13px;
}

select.large, input[type="text"].large{
	width:400px;
}

input.readonly[type="text"] {
    border: 1px solid #FFFFFF;
    color: #666666;
    font-weight: bold;
}

.disabled {
    background: none repeat scroll 0 0 #FAFAFA;
    border: 1px dotted #CCCCCC;
    padding: 2px 0;
}

select{
	/*height:22px;*/
	margin:1px;
}

select.disabled{
	padding:1px;
}

@media screen and (-webkit-min-device-pixel-ratio:0) {
	select{
		margin-bottom:2px;
		height:23px;
	}
}

input[type="text"].small,
input[type="password"].small,
select.small,
ul.lista_detail input[type="text"].small{
	width:150px;
}

ul.lista_detail.left{
	float:left;
	width:auto;
}

ul.lista_detail.left>li{
	width:auto;
	clear:both;
	height:auto;
}

.pagination input[type="text"],
.pagination input[type="password"],
.pagination select{
	width:auto;
}

select.wait{
	background: url("../images/mini_spinner_2.gif") no-repeat scroll 160px center #eee;
	border-width:1px;
}

.tabs-panels>.panel{
	background: url("../images/preload_bar.gif") no-repeat scroll center 100px transparent;
}

ul.lista_campi, ul.lista_check, ul.lista_detail{
	margin:0;
	padding:0;
	list-style-type:none;
	max-width:920px;
}

ul.lista_campi li, ul.lista_check li, ul.lista_detail li {
    float: left;
    margin: 3px;
    padding: 0 5px;
    position: relative;
    width: 430px;
}

ul.lista_detail li{
    width: 300px;
}

ul.lista_detail li.separatore{
   width:100%;
   height:1px;
   border-bottom:1px dotted #ddd;
   margin:10px 0;
}

ul.lista_detail li.large{
    width: 500px;
}

ul.lista_detail label {
    display: inline-block;
    width: 150px;
}
/*
ul.lista_detail input[type="text"] {
    width: 400px;
}
*/
/********************************************************/
.datagrid-toolbar {
    background: none repeat scroll 0 0 #FAFAFA;
}

.datagrid-mask-msg{
	top:30px !important;
}

.tabs-closable {
    padding-right: 10px;
}

.tabs-with-icon {
    padding-left: 20px;
}

 ul.lista_check li {
	 width:auto;
	 margin:5px;
 }

ul.lista_check li>span{
	padding:2px;
	float:left;
}

ul.lista_check li>input[type="checkbox"]{
	float:left;
}

ul.lista_check li.dotted{
    background: none repeat scroll 0 0 #EFEFEF;
    border: 1px dashed #165D95;
	margin:4px;
}

/********************************************************/
.notes {
    color: #999999;
    font-size: 11px;
}

#debug_area {
    background-color: #FFFFFF;
    border: 1px solid #000000;
    height: 50px;
    left: 400px;
    overflow: auto;
    padding: 5px;
    position: absolute;
    width: 500px;
}

#user_area {
    background: url("../images/user_32.png") no-repeat scroll 5px 5px #F7F7F7;
    border-color: #D3D3D3 #FEFEFE #FEFEFE #D3D3D3;
    border-radius: 5px 5px 5px 5px;
    border-style: solid;
    border-width: 1px;
    color: #777777;
    height: 20px;
    left: 230px;
    overflow: auto;
    padding: 15px 5px 5px 40px;
    position: absolute;
    top: 25px;
	min-width:450px;
}

#user_area>span{
	color:#f1a700
}

#user_area.red{
	color:#EF0000;
}

#user_area.red>span{
	color:#EF0000;
	font-weight:bold;
}

.form_waiting {
    background: url("../images/mini_spinner.gif") no-repeat scroll 0 0 transparent;
    height: 22px;
    left: 100px;
    position: absolute;
    top:0;
    width: 22px;
	display:none;
}

a.goDetail{
	width:20px;
	height:16px;
	background: url("../images/go_doc.png") no-repeat scroll center center transparent;
	display:inline-block;
}

#row_add{
	display:inline-block;
	margin-bottom:25px;
}

#row_add ul.lista_campi li{
	width:auto;
}

#row_add ul.lista_campi li>input[type="text"],
#row_add ul.lista_campi li>input[type="password"],
#row_add ul.lista_campi li>select{
	width:100px;
}

.icon-row_edit, .icon-row_save, .icon-row_cancel,.icon-row_link, .icon-row_delete, .icon-row_download, .icon-spese{
	width:16px;
	height:16px;
	border:0;
	float:left;
	margin-left:10px;
}

.icon-row_link{
	width:16px;
	height:16px;
	border:0;
	float:left;
	margin-top:5px;
	margin-left:2px;
}


.icon-row_save, .icon-row_cancel{
	display:none;
}

.icon-spese {
    left: 135px;
    margin: 0;
    position: absolute;
    top: 5px;
}

.menu-item a{
	text-decoration:none;
	color:#3F3F3F;
}

#div_table{
	position:relative;
}

#bt_table_window{
	position:absolute;
	z-index:10;
	right:0;
	top:-30px;
	font-size:11px;
}

/*/////////////////////////////////////////////////////////////////////////////////////////////////////////*/
.datagrid-row-editing, .datagrid-row-editing.datagrid-row-over{
	background: none repeat scroll 0 0 #FBEC88;
}

.datagrid-editable-input{
	background:none repeat scroll 0 0 #FCFFD6;
}

.window-mask {
    background: none repeat scroll 0 0 #333333;
}

.dialog-content{
	padding:10px;
}

.easyui-numberbox,
.valuta{
	text-align:right;
}

.datagrid .panel-body {
    margin-bottom: 20px;
}

.datagrid-wrap.panel-body{
	margin:0;
}

.pagination-info {
    margin-right: 20px;
	color:#666666;
}

.datagrid-row-over{
	background:#E9F0F6;
}

.combo-panel{
	border:1px solid #165D95  !important;
	overflow:hidden;
}

.tabs{
	padding:0;
}

.tabs-header{
	background:none;
	border-width:0;
}

.tabs-panels {
	padding:10px;
}

.validatebox-invalid{
	border:1px dashed #FF3300;
	margin:1px;
}


.datagrid-cell-rownumber {
    color: #165D95;
}

.datagrid-body tr{
    color: #444446;
}

.datagrid-body td a{
    color: #444446;
	text-decoration:none;
}

.datagrid-body td a:hover{
	text-decoration:underline;
}

.progressbar-text {
    color: #165D95;
}

.progressbar-value {
    background-color: #E9F0F6;
}

.layout-panel-center .panel-header {
    font-size: 18px;
    line-height: 22px;
	padding-left:10px;
	display:block;
}

.layout-panel-center .window>.panel-header{
	font-size: 12px;
    line-height: 15px;
}

.accordion-body{
	background:#fefefe;
}

.panel-header{
	min-height:15px;
	color:#165D95;
}

.panel-with-icon {
    padding-left: 20px;
}

.accordion .accordion-header-selected .panel-title {
    color: #165D95;
}

.datagrid-header td {
    font-size: 13px;
	color:#165D95;
}

.datagrid-header .datagrid-cell {
    padding: 2px 4px;
    text-align: center;
	line-height:14px;
	white-space:normal;
}

.menu_header{
	border-bottom:0;
	border-radius:10px 10px 0 0;
	background:#fff;
}

.menu_body {
    background: none repeat scroll 0 0 #fff;
    margin-bottom: 20px;
    padding: 0 10px;
    width: auto !important;
}

.menu_header .panel-title{
	font-size:13px;
	line-height:15px;
}

.datagrid-row-detail{
	margin:10px;
}

.datagrid-row-detail .panel.datagrid{
	/*border:1px dashed #165D95;*/
	-moz-box-shadow: 2px 2px 3px rgba(0, 0, 0, 0.2);
	-webkit-box-shadow: 2px 2px 3px rgba(0, 0, 0, 0.2);
	filter: progid:DXImageTransform.Microsoft.Blur(pixelRadius=0,MakeShadow=false,ShadowOpacity=0.2);
}

.datagrid-row-detail .datagrid-view2 .datagrid-header,
.datagrid-row-detail .datagrid-view2 .datagrid-header .datagrid-cell{
	height:auto !important;
}

.panel-fit, .panel-fit body {
    min-width:1180px !important;
	overflow:auto;
}

.ie_alert{
	padding:10px;
	background:#F7FFC0;
}

/* LR -2018-06-10*/

.combobox-item{
	cursor: pointer;
	padding-left:8px;
}

.combo .validatebox-readonly{
	cursor: pointer;
	padding-left:8px;
}
.report_button{
	width:183px;
	border-width: 0 0 1px;
	cursor: pointer;
	font-weight: normal;
}
.report_button a:visited, a:link{
	text-decoration: none;
}
.report_button span{
	width:193px;
	height: 25px;
	display:block;
	background: #efefef;
	color: #165D95;
	border-bottom: 1px solid #D3D3D3;
	font-weight: normal;
	padding-left: 25px;
	line-height: 25px;
}

.pick_table th{

   font-size: 13px;
   color: #165D95;
	 background-color: #ccc;
}
.pick_table td{


  border: 1px dotted;
	 border-collapse: collapse;
}

.class_red{
	background-color: #F44F2C;
}

.class_green{
	background-color: #2CDE1E;
}

.class_orange{
	background-color: #ffa500;
}
