
* {
    -webkit-print-color-adjust: exact;
}

@media print
{
    .no-print
    {
        visibility: hidden;
    }
}

@media screen {
   .onlyPrint {
       display: none;
   }
}

@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 400;
  src: url('../inc/fonts/OpenSans-Regular-webfont.eot');
  src: url('../inc/fonts/OpenSans-Regular-webfont.eot?#iefix') format('embedded-opentype'), 
       url('../inc/fonts/OpenSans-Regular-webfont.woff') format('woff'), 
       url('../inc/fonts/OpenSans-Regular-webfont.ttf') format('truetype'), 
       url('../inc/fonts/OpenSans-Regular-webfont.svg#open_sansregular') format('svg');
}
body {
	font-family:Verdana; 
	font-size:12px;
}
body, html {
    /* height: 100%; */
}
table {
	font-family:Verdana;
    font-size:11px;
}

select {
    padding:3px;
}

textarea, select {
    font-family: Verdana, Arial, Helvetica, ms-sans-serif;
	font-size: 10px;
	border: 1px solid #a7a6aa;
	background-color:#fafafa;
	color:#333333;
	margin:0px;
}

input[type="text"],
input[type="password"]{
    padding-left: 3px;
    height:21px;
	font-family: Verdana, Arial, Helvetica, ms-sans-serif;
	font-size: 11px;
	border: 1px solid #a7a6aa;
	background-color:#fafafa;
	color: #003399;
	margin:0px;
}

input[type="radio"] {
    margin-top:-1px;
    vertical-align:middle;
}

input[type="checkbox"] {
    margin-top:-1px;
    vertical-align:middle;
}
/* ####################################### */

.db{
    display:block;
}
.dn{
    display:none;
}

/* ####################################### */
.index_tablen_menu_list{
    display: none;
    position: absolute;
    list-style: none;
    left: 0px;
    top: 28px;
    margin: 0;
    padding: 0px;
}

.indextopbar {
    /*display: block;*/
    background-color:#479a2f;
}
.indextopbar a{
    display:  block;
    font-family: 'Open Sans', 'Lucida Grande', Verdana, Tahoma, Arial, sans-serif !important;
    text-decoration: none;
	padding:7px 8px 7px 8px;
	font-size:12px;
	color:#FFFFFF;
	font-weight: bold;
    cursor: pointer;
}
.indextopbar th:hover	{
    background-color: #4a8339;
}
.indextopbar_current{
    background-color: #244d18;
}

.indextopbar_vrf{
    background-color: #62809d;
}

.index_barsearch {
    font-family: 'Open Sans', 'Lucida Grande', Verdana, Tahoma, Arial, sans-serif !important;
    font-size: 12px;
    width: 100%;
    height: 35px;
    position: relative;
    display: block;
    box-sizing: border-box;
    padding:4px;
    background-color:#e8e8e8;
    border-top: 1px solid #e8e8e8;
    border-bottom: 1px solid #ffffff;
    box-shadow: 0 1px 3px 0 #888888;
    vertical-align: middle;
}
.index_barsearch_mail{
    cursor: pointer;
    background-color:#9f2818; 
    border-radius: 3px 3px 3px 3px;
    float:left;
    padding:6px 9px 5px 9px;
    margin: 0px 10px 0px 10px;
}
.index_barsearch_mail:hover{
    background-color: #7a1a0d !important;
}

.index_barsearch_btn{
    height: 16px;
    cursor: pointer;
    border-radius: 0px 3px 3px 0px;
    float:left;
    padding:5px 12px 4px 12px;
    margin: 0px 5px 0px 0px;
}
.index_barsearch_btn:hover{
    background-color: #4a8339 !important;
}

.index_barsearch_cls_btn{
    height: 16px;
    cursor: pointer;
    border-radius: 3px 3px 3px 3px;
    float:left;
    padding:5px 12px 4px 12px;
    margin: 0px 5px 0px 0px;
}
.index_barsearch_cls_btn:hover{
    background-color: #4a8339 !important;
}

.index_barsearch_btnfiltro{
    height: 16px;
    cursor: pointer;
    border-radius: 3px 3px 3px 3px;
    float:left;
    padding:5px 10px 4px 10px;
    margin: 0px 5px 0px 0px;
}
.index_barsearch_btnfiltro:hover{
    background-color: #4a8339 !important;
}

.binoclwhite{
    display: inline-block;
    width: 16px;
    height: 16px;
    float:left;
    background: url('../ico/v2/maps/ic_local_convenience_store_white_18dp.png') no-repeat;
    background-size: 100%;
    
    position: relative;
    margin: 3px;
    top: -3px;
}

.btnfiltrosel{
    display: inline-block;
    margin: 3px;
    float:left;
    position: relative;
    top: -2px;
    left: 2px;
}

.index_barsearch_vrf{
    height: 16px;
    cursor: pointer;
    border-radius: 3px 3px 3px 3px;
    float:left;
    padding:5px 10px 4px 10px;
    margin: 0px 5px 0px 0px;
}
.index_barsearch_vrf:hover{
    background-color: #4d5e6f !important;
}

.list_content_fltrric{
    width: 300px;
    background: #fff;
    border: 1px solid #fff;
    border-radius: 0px 3px 3px 3px;
    padding:2px;
    box-shadow: 0 2px 3px rgba(0,0,0,0.5);
}
.list_content_fltrric_h{
    height: 150px; 
    overflow-y: auto;
    
}
.list_tr_fltrric:hover{
    color:#fff;
    background-color: #a2c697 !important;
}

.campidesc_fltrric{
    padding: 5px 0 10px 10px;
    margin: 0px;
}
.campidesc_fltrric li{
    list-style-type:none;
    font-size:11px;
    color:#777777;
}
.ric_msg_cnt{
    float:left;
    color: red;
    margin:5px 0 0 0;
}

.docwhite{
    display: inline-block;
    width: 16px;
    height: 16px;
    background: url('../ico/v2/maps/ic_local_doc_white_24dp.png') no-repeat;
    background-size: 100%;
}

.index_barsearch_desc{
    width: 140px;
    height: 18px;
    cursor: pointer;
    float:left;
    padding:3px 3px 2px 6px;
    border:1px solid #aaaaaa;
    border-right: 0px;
    background-color: #e1e1e1;
    border-radius: 3px 0px 0px 3px;
    z-index: 2;
}

.index_barsearch_input{
    float:left;
}
.index_barsearch_input input{
    height: 25px;
    width: 250px;
    border-right: 0px;
    border-left:0px;
    font-size: 12px;
    padding: 3px;
    background-color: #ffffff;
    color: red;
    font-weight: bold;
}
.index_barsearch_menu{
    display:none;
    padding:0px;
    list-style: none;
    border: 1px solid #aaa;
    border-top: 0px;
    background-color: #fff;
    position: absolute;
    top:17px;
    left:58px;
    width: 145px;
    border-radius: 0px 0px 3px 3px;
}
.index_barsearch_menu li{
    cursor:pointer;
    padding:5px;
    list-style-type:none;
}
.index_barsearch_menu li:hover{
    background-color: #e5e5e5;
}

.index_barsearch_clear{
    height: 16px;
    padding:4px 6px 3px 6px;
    display: inline-block;
    cursor:pointer;
    float:left;
    border-top: 1px solid #aaa;
    border-bottom: 1px solid #aaa;
    background-color: #ffffff;
}

.index_barsearch_drop{
    height: 16px;
    padding:4px 3px 3px 3px;
    display: inline-block;
    cursor:pointer;
    float:left;
    border: 1px solid #aaa;
    border-left: 0px;
    background-color: #e1e1e1;
}

/* ####################################### */
/*
.block_bar{
    font-size: 12px;
    padding: 4px 4px 4px 7px;
    box-shadow: 0 0 0 1px #d5d5d5;
    border-top: 1px solid #ffffff !important;
    background-image: -moz-linear-gradient(top, #f6f6f6, #f3f3f3);
    background-image: -ms-linear-gradient(top, #f6f6f6, #f3f3f3);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#f6f6f6), to(#f3f3f3));
    background-image: -webkit-linear-gradient(top, #fafafa, #eeeeee);
    background-image: -o-linear-gradient(top, #f6f6f6, #f3f3f3);
    background-image: linear-gradient(top, #f6f6f6, #f3f3f3);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f6f6f6', endColorstr='#f3f3f3', GradientType=0);
    background-repeat: repeat-x;
    position: relative;
    border-radius: 2px 2px 0px 0px;
}
.block_bar b{
    color: #006699;
}
*/

.block_bar{
    font-family: 'Open Sans', 'Lucida Grande', Verdana, Tahoma, Arial, sans-serif !important;
    color: #ffffff;
    font-size: 12px;
    padding: 6px 6px 6px 10px;
    background: #479a2f;
}
.block_bar b{
    color: #ffffff;
}

.block_bar_btn{
    font-size: 12px;
    width: 100%;
    height: 26px;
    display: block;
    box-sizing: border-box;
    padding:3px;
    background-color: #a2c697;
    border:0px;
}

.block_bar_msg{
    font-family: 'Open Sans', 'Lucida Grande', Verdana, Tahoma, Arial, sans-serif !important;
    color: #ffffff;
    font-size: 14px;
    padding: 1px 1px 1px 10px;
    background: #479a2f;
}

.block_content{
    padding: 1px;
    background:#FFFFFF;
	overflow: auto;
    border-radius: 0px 0px 3px 3px;
}

/* ####################################### */
.campObbl{
    
}.oGen{
    background-color:#ffdbdb !important;
}.oClass{
    background-color:#ffeddb !important;
}

/* ####################################### */

.onselectstart{
	-moz-user-select: none;
	-khtml-user-select: none;
}

.tab_scrol {
	height:100%;
	background-color:#FFFFFF;
	border:1px solid #ffffff;
    overflow: auto; 
}
.tab_scrolTree {
	background-color:#FFFFFF;
	overflow: auto; 
}
.normal_9 { 
	font-size: 9px; 
	color: #032A56; 
	font-family: ms-sans-serif, Arial, Verdana, Helvetica;
}
a.normal_9	{ color: #032A56; text-decoration: none; }
a.normal_9:hover	{ color: #FFB400; text-decoration: underline; }

.normal_10 { 
	font-size: 10px; 
	color: #032A56; 
	font-family: ms-sans-serif, Arial, Verdana, Helvetica;
}
a.normal_10	{ color: #032A56; text-decoration: none; }
a.normal_10:hover	{ color: #FFB400; text-decoration: underline; }

.normal_11 { 
	font-size: 11px; 
	color: #032A56; 
	font-family: ms-sans-serif, Arial,  Verdana, Helvetica;
}
a.normal_11	{ color: #032A56; text-decoration: none; }
a.normal_11:hover	{ color: #FFB400; text-decoration: underline; }
/*a.normal_11:visited { text-decoration: none; color : #767A94; }*/

.normal_12 { 
	font-size: 12px; 
	color: #032A56; 
	font-family: ms-sans-serif, Arial, Verdana, Helvetica;
}
a.normal_12	{ color: #032A56; text-decoration: none; }
a.normal_12:hover	{ color: #FFB400; text-decoration: underline; }

.normal_14 { 
	font-size: 14px; 
	color: #032A56; 
	font-family: sans-serif, Arial Verdana, Helvetica;
}
a.normal_14	{ color: #032A56; text-decoration: none; }
a.normal_14:hover	{ color: #FFB400; text-decoration: underline; }

.radio {
	width:14px;
	height:14px;
	border: 0px;
	background:transparent;
	font-size:0;
	padding:0px;
	outline:0px;
	margin:0px;
} 
.selectLivelli {
	font-family: Verdana, ms-sans-serif, Arial, Helvetica;
	font-size: 9px;
	width:100%;
}

.Eml_button {
	font-family: ms-sans-serif, Verdana, Arial, Helvetica;
	font-size:10px; 
	text-align:right;
	border-bottom:1px solid #bbbbbb;
	border-right:1px solid #bbbbbb;
	border-top:1px solid #ffffff;
	border-left:1px solid #ffffff;
	color: #032A56;
	background-color : #f5f5f5; 
	width:98%; 
	height:17px;
	cursor:pointer;
}

.invia_button {
	font-family: ms-sans-serif, Verdana, Arial, Helvetica;
	border-bottom:1px solid #bbbbbb;
	border-right:1px solid #bbbbbb;
	border-top:1px solid #ffffff;
	border-left:1px solid #ffffff;
	background-color : #f5f5f5; 
	cursor:pointer;
}

.conf_button {
	font-family: ms-sans-serif, Verdana, Arial, Helvetica;
	padding: 3px;
	border-bottom:1px solid #888888;
	border-right:1px solid #888888;
	border-top:1px solid #bbbbbb;
	border-left:1px solid #bbbbbb;
	
	cursor:pointer;
}

form {
	margin:0px;
}

.log {
	position: absolute;
	top: 0;
	left: 0;		
}

.top_table {
    cursor:default;
	background-image:-webkit-gradient(linear,left top,left bottom,from(#f9f9f9),to(#e3e3e3));
	background-image:-moz-linear-gradient(top,#f9f9f9,#e3e3e3);
	background-image:-webkit-linear-gradient(top,#f9f9f9,#e3e3e3);
	background-image:-o-linear-gradient(top,#f9f9f9,#e3e3e3);
	background-image:-ms-linear-gradient(top,#f9f9f9,#e3e3e3);
	background-image:linear-gradient(top,#f9f9f9,#e3e3e3);
}
.top_table_sep {
    border-right: 1px solid #fff;
}

.top_table2 {
	font-family: Verdana;
	font-size:12px;
	border-top:1px solid #dddddd;
	border-right:1px solid #dddddd;
	border-bottom:1px solid #dddddd;
	border-left:1px solid #dddddd;
	background-image:url(../ico/tab_bg.gif); 
	padding-left:8px;
	color: #555555;
}

.textdot{
    width:100%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.handle{
    
}

.sub_menu {
	font-family: Verdana;
	font-size: 12px;
	border-right: 1px solid #dddddd;
	background-image: url(../ico/tab_bg.gif); 
	color: #777777;
	width:80px;
}

.table_form {
	border: 1px solid #032A56;
}
.but_ax_in {
	border-bottom:1px solid #777777;
	border-right:1px solid #777777;
	border-top:1px solid #ffffff;
	border-left:1px solid #ffffff
}
.but_ax_out {
	border-bottom:1px solid #cccccc;
	border-right:1px solid #cccccc;
	border-top:1px solid #eeeeee;
	border-left:1px solid #eeeeee;
}
.divAbsolut {
	background:#FFFFFF;
	border:1px solid #cccccc; 
	overflow: auto;
}

.bgMenuoff{
	border-right:1px solid #cccccc;
	padding-left:10px;
	padding-right:10px;
	font-family: Verdana;
	font-size:11px;
	color:#666666;
	background-image:url(../ico/bg_menu_off.gif);
	background-repeat:repeat-x;
}
.bgMenuon{
	border-right:1px solid #cccccc;
	padding-left:10px;
	padding-right:10px;
	font-family: Verdana;
	font-size:11px;
	color: #993333;
	background-image:url(../ico/bg_menu_on.gif);
	background-repeat:repeat-x;
}

.bgSubMenuoff{
	
	border-left:1px solid #cccccc;
	border-top:1px solid #cccccc;
	border-right:1px solid #aaaaaa;
	font-family: Verdana;
	font-size:11px;
	color:#666666;
	background:#dddddd;
}

.menyTextoff{
	text-decoration:none;
	font-family: Verdana;
	font-size:11px;
	color:#666666;
}
a.menyTextoff	{ color: #666666; }
a.menyTextoff:hover	{ color: #993333; }

.menyTexton{
	text-decoration:none;
	font-family: Verdana;
	font-size:11px;
	color:#993333;
}

.tableTree{
	font-size: 10px; 
	color: #032A56; 
	font-family: ms-sans-serif, Arial, Verdana, Helvetica;
}
.treeImgs{
	border:0px;
	padding:0px;
	outline:0px;
	margin:0px;
}
.InputTextDiv{
    position: absolute;
    display: table;
}
.InputTextSelect{
	padding-top:2px;
	padding-left:4px;
	width:100%;
    height:20px;
    float:left;
	font-size:11px;
	cursor:pointer;
	border-right:0px !important;
}
.InputTextSelectBtn{
    display: inline-block;
    width:18px;
    height:19px;
    float:left;
    cursor:pointer;
    border:1px solid #a7a6aa;
    border-left:0px;
    background: #fafafa url('img/chosen-sprite-black.png') no-repeat -0px -0px;
}
.normalTable{
	font-family: Verdana; 
	font-size: 11px; 
	color: #333333;
}
.Tab_btAtt{
	cursor:pointer;
	background-image:url(../ico/tab_attiv.gif);
	background-repeat:no-repeat;
	-moz-user-select: none;
	-khtml-user-select: none;
	user-select: none;
	color:#333333;
	text-decoration:none;
}
.Tab_btDisAtt{
	cursor:pointer;
	background-image:url(../ico/tab_disattiv.gif);
	background-repeat:no-repeat;
	-moz-user-select: none;
	-khtml-user-select: none;
	user-select: none;
	color:#777777;
	text-decoration:none;
}
.Tab_btBorderBott{
	border-bottom:1px solid #d0d0d0;
}
.Tab_contentBorder{
	background:#FFFFFF;
	border-left:1px solid #d0d0d0;
	border-right:1px solid #d0d0d0;
	border-bottom:1px solid #d0d0d0;
}
.rcfrmTitl{
	padding-bottom:0px;
}
.rcfrmCmp{
	padding-top:0px;
}

.wm_row_on{
	background-color:#d3ddef;
}
.wm_row_off{
	background-color:#ffffff;
}

.wm_row_out_on{
	background-color:#d3ddef;
        padding:2px;
}
.wm_row_out_off{
        background-color:#FDF5DB;
        padding:2px;
}

.wmcoll_row_on{
	background-color:#d3ddef;
}
.wmcoll_row_off{
	background-color:#e9f2e9;
}

.menuBtn{
    background-image:url(../ico/webemail/mnBgBtn.gif);
	border:1px solid #cccccc;
	cursor:pointer;
	
}
.menuBtnRed{
    background: #f6bcbe;
	border:1px solid #9b3134;
	cursor:pointer;
	border-radius: 2px;
}
.menuBtnGreen{
    background: #b7e5be;
	border:1px solid #387941;
	cursor:pointer;
	border-radius: 2px;
}
.btnWMaction{
    width: 40px;
    border-radius: 2px;
}

.menuBtn:hover{
    border:1px solid #ff9900;
}

.menuModeOn{
	background-image:url(../ico/webemail/mail_send_mnbg_on.gif);
	cursor:pointer;
	border-bottom:0px;
}
.menuModeOff{
	background-image:url(../ico/webemail/px.gif); 
	cursor:pointer;
	border-bottom:1px solid #b6babf;
}

.daArchPratDiv{
    width:100%;
    border-bottom: 2px solid #f5f5f5;
    display:inline-block;
}
.daArchPratDivCod{
    width:29.7%;
    text-align:right;
    float:left;
    padding-right:5px;
}
.daArchPratDivDesc{
    width:63.5%;
    float:left;
}
.daArchPratDivCanc{
    width:13px;
    float:left;
    padding-top:3px;
}

.daArchGruDiv{
    width:100%;
    border-bottom: 2px solid #f5f5f5;
    display:inline-block;
}
.daArchGruDivCod{
    width:29.7%;
    text-align:right;
    float:left;
    padding-right:5px;
}
.daArchGruDivDesc{
    width:63.5%;
    float:left;
}
.daArchGruDivCanc{
    width:13px;
    float:left;
    padding-top:3px;
}

.listTD {
   background-color:#ffffff;
}
.listTD:hover {
   background-color:#f5f5f5;
}

.listTD2 {
   background-color:#ffffff;
   color:#555555;
}
.listTD2:hover {
   background-color:#eeeeee;
}

.listTD3 {
   background-color:#f5f5f5;
}
.listTD3:hover {
   background-color:#e7e7e7;
}

.shadow{
    box-shadow: 0 0 3px rgba(0,0,0,.2);
}

.Messagebox{
    position: absolute;
    top: 1px;
    left: 1px;
    width: 1px;
    height: 1px;
    display: none;
}

.dialogDiv{
    -webkit-border-radius:3px;
    -moz-border-radius:3px;
    border-radius:3px;
    background: #fc0; 
    box-shadow: 0 0 3px rgba(0,0,0,.3);
    background: #eaeaea;
    border: 1px solid #b2b2b2;
    border-bottom-color: #999;
    /*height:100%;*/
}
.dialogDiv_header {
    cursor: move;
    position: relative;
    color: #474747;
    text-shadow: 0 1px 0 rgba(255,255,255,.75);
    border-bottom: 1px solid #999;
    padding: 6px 10px;
    border-radius: 2px 2px 0 0;
    box-shadow: 0 1px 0 #fff inset;
    background: #cfd1cf;
    background-image:-webkit-gradient(linear,left top,left bottom,from(#f5f5f5),to(#cfd1cf));
	background-image:-moz-linear-gradient(top,#f5f5f5,#cfd1cf);
	background-image:-webkit-linear-gradient(top,#f5f5f5,#cfd1cf);
	background-image:-o-linear-gradient(top,#f5f5f5,#cfd1cf);
	background-image:-ms-linear-gradient(top,#f5f5f5,#cfd1cf);
	background-image:linear-gradient(top,#f5f5f5,#cfd1cf);
    border-collapse: collapse;
    font: bold 13px Helvetica,Arial,Tahoma,Verdana,Sans-Serif;
    text-align: left;
    float: none;
    display: block;
}
.minipadding {
    padding: 2px 4px;
}
.dialogDiv_contentBar{
    display:none;
    height: 24px;
}
.dialogDiv_content{
    position: relative;
    padding: 10px;
    /*background: #ffffff;*/
}
.dialogDiv_close_button{
    margin: 15px;
    right: -10px;
    top: -10px;
    position:absolute;
    cursor: pointer;
}
.dialogDiv_close_button_inframe{
    float: right;
    right: 10px;
    top: 9px;
    /*position: absolute;*/
    cursor: pointer;
}
.top2 {
    top: 2px;
}
.dialog_tabs {
    height: 24px;
    display: inline-block;
    z-index: 2;
    left: 10px;
    padding: 0 0 0 5px;
    border: 0;
    background: transparent;
    text-decoration: none;
    width: auto;
    vertical-align: baseline;
    -webkit-box-sizing: content-box;
    transition: none;
    border-collapse: collapse;
    font: normal normal normal 12px Arial,Helvetica,Tahoma,Verdana,Sans-Serif;
    text-align: left;
    white-space: nowrap;
    cursor: auto;
    float: none;
}

.dialog_tab{
    height: 16px;
    padding: 5px 10px 2px 10px;
    margin: 0px 0px 0px 2px;
    display: inline-block;
    cursor: pointer;
    line-height: 16px;
    outline: 0;
    color: #595959;
    border: 1px solid #bfbfbf;
    -moz-border-radius: 3px 3px 0 0;
    -webkit-border-radius: 3px 3px 0 0;
    border-radius: 3px 3px 0 0;
    background: #f3f3f3;
    text-decoration: none;
    width: auto;
    -webkit-box-sizing: content-box;
    position: static;
    vertical-align: baseline;
    transition: none;
    border-collapse: collapse;
    font: normal normal normal 11px Verdana,Arial,Helvetica,Tahoma,Sans-Serif;
    text-align: left;
    white-space: nowrap;
    float: none;
}

.dialog_tab_content{
    width: 100%;
    padding:0px;
    background:#ffffff;
    border:1px solid #bfbfbf;
    /*overflow: auto;*/
}

.dialog_tab_selected{
    background: #fff;
    color: #383838;
    border-bottom-color: #fff;
    cursor: default;
    filter: none;
}

.textOmbra{
    text-shadow: 0 1px 0 rgba(255,255,255,.75);
}

.newButtonTop{
    /*border:1px solid #62a60a;*/
    border-bottom:0px;
    vertical-align: middle;
    cursor: pointer;
    -webkit-border-radius:3px;
    -moz-border-radius:3px;
    border-radius:3px 3px 0px 0px ;
    background: #9ad717;
}
.newButtonBottom{
    /*border:1px solid #62a60a;*/
    border-top:0px;
    vertical-align: middle;
    cursor: pointer;
    -webkit-border-radius:3px;
    -moz-border-radius:3px;
    border-radius:0px 0px 3px 3px ;
    background: #9ad717;
}

.newButton{
    color: #fff;
    padding: 4px 15px 4px 15px;
    margin: 0px;
    font: 12px Arial,Helvetica,Tahoma,Verdana,Sans-Serif;
    vertical-align: middle;
    cursor: pointer;
    -webkit-border-radius:3px;
    -moz-border-radius:3px;
    border-radius:3px;
}

.newButtonPic{
    color: #fff;
    padding: 1px 6px 1px 6px;
    margin: 0px 2px 0px 2px;
    font: 11px Arial,Helvetica,Tahoma,Verdana,Sans-Serif;
    vertical-align: middle;
    cursor: pointer;
    -webkit-border-radius:3px;
    -moz-border-radius:3px;
    border-radius:3px;
}

.newButtonGreen{
    color: #fff;
    text-shadow: 0 -1px 0 #55830c;
    background: #69b10b;
    border: 1px solid #62a60a;
    border-color: #62a60a;
    border-bottom-color: #4c8305;
    background-image: -webkit-gradient(linear,0 0,0 100%,from(#9ad717),to(#69b10b));
    background-image: -webkit-linear-gradient(top,#9ad717,#69b10b);
    background-image: -o-linear-gradient(top,#9ad717,#69b10b);
    background-image: -ms-linear-gradient(to bottom,#9ad717,#69b10b);
    background-image: -moz-linear-gradient(top,#9ad717,#69b10b);
    background-image: linear-gradient(top,#9ad717,#69b10b);
}

.newButtonGreen:hover{
    background-image: -webkit-gradient(linear,0 0,0 100%,from(#9ad717),to(#589509));
    background-image: -webkit-linear-gradient(top,#9ad717,#589509);
    background-image: -o-linear-gradient(top,#9ad717,#589509);
    background-image: -ms-linear-gradient(to bottom,#9ad717,#589509);
    background-image: -moz-linear-gradient(top,#9ad717,#589509);
    background-image: linear-gradient(top,#9ad717,#589509);
}

.newButtonGray{
    color: #333;
    background: #eeeeee;
    border: 1px solid #b6b6b6;
    border-bottom-color: #999;
    background-image: -webkit-gradient(linear,0 0,0 100%,from(#ffffff),to(#e4e4e4));
    background-image: -webkit-linear-gradient(top,#ffffff,#e4e4e4);
    background-image: -o-linear-gradient(top,#ffffff,#e4e4e4);
    background-image: -ms-linear-gradient(to bottom,#ffffff,#e4e4e4);
    background-image: -moz-linear-gradient(top,#ffffff,#e4e4e4);
    background-image: linear-gradient(top,#ffffff,#e4e4e4);
}
.newButtonGray:hover{
    background-image: -webkit-gradient(linear,0 0,0 100%,from(#ffffff),to(#c7c7c7));
    background-image: -webkit-linear-gradient(top,#ffffff,#c7c7c7);
    background-image: -o-linear-gradient(top,#ffffff,#c7c7c7);
    background-image: -ms-linear-gradient(to bottom,#ffffff,#c7c7c7);
    background-image: -moz-linear-gradient(top,#ffffff,#c7c7c7);
    background-image: linear-gradient(top,#ffffff,#c7c7c7);
}

.newButtonBlue{
    color: #fff;
    text-shadow: 0 -1px 0 #3aafe6;
    background: #3aafe6;
    border: 1px solid #1696d2;
    border-bottom-color: #117db0;
    background-image: -webkit-gradient(linear,0 0,0 100%,from(#a8dcf5),to(#3aafe6));
    background-image: -webkit-linear-gradient(top,#a8dcf5,#3aafe6);
    background-image: -o-linear-gradient(top,#a8dcf5,#3aafe6);
    background-image: -ms-linear-gradient(to bottom,#a8dcf5,#3aafe6);
    background-image: -moz-linear-gradient(top,#a8dcf5,#3aafe6);
    background-image: linear-gradient(top,#a8dcf5,#3aafe6);
}
.newButtonBlue:hover{
    background-image: -webkit-gradient(linear,0 0,0 100%,from(#a8dcf5),to(#1f99d4));
    background-image: -webkit-linear-gradient(top,#a8dcf5,#1f99d4);
    background-image: -o-linear-gradient(top,#a8dcf5,#1f99d4);
    background-image: -ms-linear-gradient(to bottom,#a8dcf5,#1f99d4);
    background-image: -moz-linear-gradient(top,#a8dcf5,#1f99d4);
    background-image: linear-gradient(top,#a8dcf5,#1f99d4);
}
.newButtonStretto{
    padding: 2px 4px 2px 4px;
    margin: 0px 0px 0px 0px;
}
.newButtonMini{
    color: #fff;
    padding: 1px 2px 2px 1px;
    margin: 0px;
    font: 11px Arial,Helvetica,Tahoma,Verdana,Sans-Serif;
    vertical-align: middle;
    cursor: pointer;
    -webkit-border-radius:3px;
    -moz-border-radius:3px;
    border-radius:3px;
}

.newButtonRed{
    color: #fff;
    text-shadow: 0 -1px 0 #DF0101;
    background: #DF0101;
    border: 1px solid #DF0101;
    border-bottom-color: #DF0101;
    background-image: -webkit-gradient(linear,0 0,0 100%,from(#F78181),to(#DF0101));
    background-image: -webkit-linear-gradient(top,#F78181,#DF0101);
    background-image: -o-linear-gradient(top,#F78181,#DF0101);
    background-image: -ms-linear-gradient(to bottom,#F78181,#DF0101);
    background-image: -moz-linear-gradient(top,#F78181,#DF0101);
    background-image: linear-gradient(top,#F78181,#DF0101);
}
.newButtonRed:hover{
    background-image: -webkit-gradient(linear,0 0,0 100%,from(#F78181),to(#bb0000));
    background-image: -webkit-linear-gradient(top,#F78181,#bb0000);
    background-image: -o-linear-gradient(top,#F78181,#bb0000);
    background-image: -ms-linear-gradient(to bottom,#F78181,#bb0000);
    background-image: -moz-linear-gradient(top,#F78181,#bb0000);
    background-image: linear-gradient(top,#F78181,#bb0000);
}

.newButtonOrange{
    color: #fff;
    text-shadow: 0 -1px 0 #df7901;
    background: #df7901;
    border: 1px solid #df7901;
    border-bottom-color: #df7901;
    background-image: -webkit-gradient(linear,0 0,0 100%,from(#e5a861),to(#df7901));
    background-image: -webkit-linear-gradient(top,#e5a861,#df7901);
    background-image: -o-linear-gradient(top,#e5a861,#df7901);
    background-image: -ms-linear-gradient(to bottom,#e5a861,#df7901);
    background-image: -moz-linear-gradient(top,#e5a861,#df7901);
    background-image: linear-gradient(top,#e5a861,#df7901);
}
.newButtonOrange:hover{
    background-image: -webkit-gradient(linear,0 0,0 100%,from(#e5a861),to(#c56a00));
    background-image: -webkit-linear-gradient(top,#e5a861,#c56a00);
    background-image: -o-linear-gradient(top,#e5a861,#c56a00);
    background-image: -ms-linear-gradient(to bottom,#e5a861,#c56a00);
    background-image: -moz-linear-gradient(top,#e5a861,#c56a00);
    background-image: linear-gradient(top,#e5a861,#c56a00);
}

.dropbtn{
    vertical-align: middle;
    display: inline-block;
    /*float: left;
    list-style-type:none;*/
    display:block; 
    width: 50%;
    height: 28px;
    margin: 5px 0px 0px 0px;
}

.unselectable {
    -moz-user-select: -moz-none;  /* Mozilla Firefox */
    -khtml-user-select: none;     /* Konqueror, Safary, Chrome. */
    -webkit-user-select: none;    /* Safary, Chrome */
    user-select: none;            /* CSS3 */
    behavior: expression(         /* MSIE perversion */
        (
            this.onselectstart = function() {
                return (/^(?:INPUT|TEXTAREA)$/).test( event.srcElement.tagName ) ? 
                    event.cancelBubble = true :                                    
                    (' ' + this.className + ' ').indexOf(' unselectable ') < 0     
            }
        ),
        ( this.style.behavior = null )
    );
}
.unselectable::selection { color: inherit }

.logininput{
    width:200px; 
    border:1px solid #bbbbbb; 
    height:22px; 
    padding-left:5px;
    font-size:12px;
    border-radius:3px;
    cursor:default;
}

.SendMailBar{
    font-size:1px; 
    /* background-image:url(../ico/webemail/mail_send_bg_bar.gif); */
    border-left:1px solid #999999; 
    border-right:1px solid #999999;
    background-image: -webkit-gradient(linear,0 0,0 100%,from(#ffffff),to(#e5e9ee));
    background-image: -webkit-linear-gradient(top,#ffffff,#e5e9ee);
    background-image: -o-linear-gradient(top,#ffffff,#e5e9ee);
    background-image: -ms-linear-gradient(to bottom,#ffffff,#e5e9ee);
    background-image: -moz-linear-gradient(top,#ffffff,#e5e9ee);
    background-image: linear-gradient(top,#ffffff,#e5e9ee);
}

/* ListMsg #################### */
.listmsgtbl{
    table-layout: fixed;
}
.listmsgtbl tr{
    
    cursor:pointer;
}
.listmsgtbl tr:hover{
    background-color: #f5f5f5;
}
.lsttbl_cnt{
    width:100%;
    min-width: 180px;
    display: table;
    table-layout: fixed;
}
.lsttbl_list{
    width:100%;
    min-width: 50px;
    display: table;
    table-layout: fixed;
}
.lsttbl_dot{
    width:100%;
    overflow: hidden;
    text-overflow: ellipsis;
    word-break: break-all; 
    word-wrap: break-word;
}

.statusInv{
    display: inline-block;
    cursor: pointer;
    width: 16px;
    height: 16px;
    margin: 0 2px 0 2px;
    border-radius: 2px 2px 2px 2px;
    background-image: url("img/glyphicons-halflings-white.png");
}

.s_send{
    background-position: -47px -23px;
    background-color: green;
}

.s_sched{
    background-position: -119px -72px;
    background-color: green;
}

.s_check{
    background-position: -143px -72px;
    background-color: blue;
}

.s_inprog{
    background-position: -288px -95px;
    background-color: blue;
}

.s_error{
    background-position: -143px -119px;
    background-color: red;
}

.aleft{
    text-align: left;
}
.pd0{
    padding:0px;
}
.pdl5{
    padding:0 2px 0 2px;
}
.lm_0{
    width:0px;
}
.lm_1{
    width:16px;
}
.lm_2{
    cursor:pointer;
    width:11px;
}
.lm_3{
    width:18px;
}

.lm_i{
    width:12px;
}
.lm_10{
    width:70px;
}
.lm_15{
    padding:0px;
    color:#255767;
    border-bottom:1px solid #ffffff;
    background-color: #eeeeee;
}
.lm_bgw{
    background-color: #ffffff;
}
.lm_ct{
    border-left:20px solid #eeeeee;
    padding:0px;
}

/* #################### */
.eticdetmsg{
    padding:0px;
    margin: 0px;
    float: right;
    list-style: none;
}
.eticdetmsg li{
    padding:3px 5px 3px 5px;
    margin: 0 0 0 4px;
    float: left;
    list-style-type:none;
}
.eticdetmsg desc{
    float: left;
    display: inline-block;
    margin: 0 4px 0 0;
    cursor:pointer;
    float:left;
}
.eticdetmsg desc:hover{
    color:#ffffff;
}
.eticdetmsg x{
    float: left;
    display: inline-block;
    width: 12px;
    height: 14px;
    background: url("../ico/ic_clear_black_18dp.png") no-repeat;
    background-size: 110%;
    cursor:pointer;
    float:left;
}
.eticdetmsg x:hover{
    background: url("../ico/ic_clear_white_18dp.png") no-repeat;
    background-size: 110%;
}
.eticdetmsg tgcartella{
    float: left;
    display: inline-block;
    width: 14px;
    height: 14px;
    margin: 0 2px 0 0;
    background: url("../inc/img/etic_folder_img_black.gif") no-repeat;
    background-size: 100%;
}
.eticdetmsg tgetichetta{
    float: left;
    display: inline-block;
    width: 14px;
    height: 14px;
    margin: 0 2px 0 0;
    background: url("../inc/img/etic_etichetta_img_black.gif") no-repeat;
    background-size: 100%;
}
/* #################### */
.eticmsg{
    display: inline;
    padding:0 0px 0 0px;
    margin: 0 2px 0 0;
    white-space: nowrap;
}
.inoltrato{
    display: inline-block;
    width: 17px;
    height: 17px;
    margin: 0 0 0 0;
    background: url("../ico/webemail/etic_inoltro.gif") no-repeat;
    background-size: 100%;
    background-color: #cccccc;
}
.scollegaMsg{
    display: inline-block;
    width: 17px;
    height: 17px;
    margin: 0 0 0 0;
    background: url("../inc/img/noColl.gif") no-repeat 2px 3px;
}
.incanc{
    display: inline-block;
    width: 17px;
    height: 17px;
    margin: 0 0 0 0;
    background: url("../inc/img/mv_off.gif") no-repeat 3px 3px;
}
.suser{
    display: inline-block;
    width: 17px;
    height: 17px;
    margin: 0 0 0 0;
    background: url("../ico/webemail/etic_user.png") no-repeat 0px 0px;
}
.redimok{
    color:#fff;
    display: inline-block;
    width: 17px;
    height: 17px;
    margin: 0 0 0 0;
    background: green;
}
.tglcartella{
    display: inline-block;
    width: 17px;
    height: 17px;
    margin: 0 0 0 0;
    background: url("../inc/img/etic_folder.gif") no-repeat;
    background-size: 100%;
}
.tgletichetta{
    display: inline-block;
    width: 17px;
    height: 17px;
    margin: 0 0 0 0;
    background: url("../inc/img/etic_etichetta.gif") no-repeat;
    background-size: 100%;
}
/* #################### */
.contentalleg{
    padding:0px;
    margin: 0px;
    float: left;
    list-style: none;
    padding:0px 0px 2px 0px;
}
.contentalleg li{
    height: 18px;
    padding:4px 4px 0px 4px;
    margin: 2px 4px 2px 4px;
    display: inline-block;
    float: left;
    cursor:pointer;
    list-style-type:none;
    background: #ffffff ; //url("../ico/webemail/hdr_attach.gif") no-repeat 0px 3px;
    border-radius: 2px;
    box-shadow: 0 1px 3px 0 #888888;
    white-space:nowrap;
}
.contentallegzip{
    display: inline-block !important;
    width: 21px !important;
    height: 21px !important;
    padding:0px !important;
    background: #ffffff url("img/glyphicons-halflings.png") no-repeat -92px -20px !important;
}
/* #################### */
.contenttags{
    padding:0px;
    margin: 0px;
    float: left;
    list-style: none;
    padding:0px 0px 0px 0px;
}
.contenttags li{
    height: 17px;
    padding:4px 5px 0px 4px;
    margin: 2px 4px 2px 4px;
    display: inline-block;
    float: left;
    cursor:pointer;
    list-style-type:none;
    background: #ffffff;
    border-radius: 2px;
    box-shadow: 0 1px 3px 0 #888888;
    white-space:nowrap;
    width: 150px !important;
}
/* #################### */
._status_ocr{
    display: inline-block;
    font-size: 14px;
    padding: 5px 10px 5px 10px;
    font-weight: bold;
    margin: 10px 0 0 0;
    box-shadow: 0 1px 3px 0 #888888;
    border-radius: 3px;
    /*
    color:green;
    background: #ffffff;
    */
    color:#ffffff;
    background: #9f2818; /*#479a2f;*/
    border:1px solid #ffffff;
}
/* #################### */

._opncur{
    cursor: url("cursor/openhand.cur") 7 5, default !important;
}
._clscur{
    cursor: url("cursor/closedhand.cur") 7 5, default !important;
}
._defcur{
    cursor: default !important;
}

/* #################### */

.thcolor{
        color: #006699;
    }
.thredcolor{
    color: red;
}
.tableGrid{
    border-collapse: collapse;
    table-layout: fixed;
    width:100%;
}
.tableGrid th, .tableGrid td {
    border: 1px solid #fff;
    border-spacing: 1px;
}
.tableGrid th{
    resize: none;
    overflow: hidden;
}
.tableGrid th:hover{
    resize: horizontal;
    overflow: auto;
}

.tableGridMail{
    border-collapse: collapse;
    table-layout: fixed;
    width:100%;
}

.tableGridMail th, .tableGridMail td {
    height: 28px;
    /*border: 1px solid #000;
    border-spacing: 1px;*/
}
.tableGridMail th{
    /*resize: none;
    overflow: hidden;*/
}
.tableGridMail td{
    border-bottom: 1px solid #eee;
    cursor:pointer;
}

.tableGridMail th:hover{
    /*resize: horizontal;
    overflow: auto;*/
}

.tGM_pad{
    resize: none;
    overflow: hidden;
    border-left: 1px solid #fff;
    border-spacing: 1px;
    padding-left: 3px;
}
.tGM_pad:hover{
    /*resize: horizontal;
    overflow: auto;*/
}

.noborder td, tableGrid th, tableGridMail th{
    border: 0px !important;
    border-spacing: 0px !important;
}

.AlargTabList{
    display:none;
    position:absolute;
    background-color: #fff;
    border:1px solid #ccc;
    padding:2px;
    /*box-shadow: 0 0 3px rgba(0,0,0,.3);*/
    z-index: 3;
}
.AlargTabList td{
    vertical-align: middle;
}
.AlargTabList img{
    cursor:pointer;
}

.AlargTabList input{
    text-align: center;
    border:0px;
    background-color: #fff;
    width: 32px;
    padding:0px;
    outline:0px;
    margin:0px;
}
.AlargTabListBtn{
    margin:0px;
    padding:2px 1px 3px 1px;
    cursor: pointer;
    display: inline-table;
    background: #69b10b;
    border-radius: 2px;
}
.AlargTabListBtn b{
    margin:2px;
    color:#fff;
    /*text-align:;*/
}
/* #################### */

.divtab{
    display: table;
    vertical-align:top;
}
.divtab_row{
    display: table-row;
    vertical-align:top;
}
.divtab_cell{
    display: table-cell;
    vertical-align:top;
}

/* #################### */
.errDesc{
    padding:5px;
    border:2px solid red;
    border-radius: 3px 3px 3px 3px;
    position:absolute;
    top:10px;
    left:10px;
    color:red;
    background:#ffffff;
    font-size:12px;
}
/* #################### */

.btnbordersend{
    height: 17px;
    padding:1px 2px 2px 2px;
    margin: 2px 4px 2px 4px;
    display: inline-block;
    float: left;
    cursor:pointer;
    border-radius: 2px;
    box-shadow: 0 1px 3px 0 #888888;
    white-space:nowrap;
    background-color: #ffffff;
}

/* #################### */

.dialogDiv_contentList{
    display: block;
    margin: 10px;
    overflow: auto;
}
.dialogDiv_contentListBtns{
    display: none;
    text-align: right;
    padding-right: 10px
}

/* #################### */
.ListBarPratFluss div{
    display: inline-block;
    margin:0 5px 0 0;
    float: left;
}
.ListBarPratFluss div table{
    height: 21px;
    margin:0 0 5px 0;
}

/* #################### */

.cub_msgico{
    width:10px !important;
    height: 10px !important;
    margin:0 2px 0 2px;
    padding:1px;
    font-size: 10px;
    color:#ffffff;
    text-align: center;
    float:left;
    border-radius: 2px;
    cursor: default;
}.cub_orange{
    background-color: #ff9900;/*#ff6600;*/
}
/* #################### */

.trk_msglinc{
    width:10px !important;
    height: 10px !important;
    margin:0 2px 0 2px;
    padding:1px;
    font-size: 10px;
    color:#ffffff;
    text-align: center;
    float:left;
    border-radius: 2px;
    background-color: green;
    background-color: #ff6600;
}
.trk_color1{
    background-color: #7a1a0d;/*#ff6600;*/
}
.trk_color2{
    background-color: blue;
}
.trk_color3{
    background-color: green;
}

.trk_bar{
    /*border:1px solid #cccccc;*/
    /*width: 100%;*/
    height: 20px;
    padding:5px;
    /*border-bottom:1px solid green;*/
    background: #efefef;
}.trk_bar div{
    font-size: 12px !important;
    float:left;
    margin:0 10px 0 0 !important;
    color:#666666;
}.trk_bar div b{
    color:#000000;
}.trk_bar img{
    float:right;
    cursor:pointer;
}

.trk_list{
    border:1px solid #cccccc;/**/
    background: #ffffff;
    width: 100%;
    height: 1px;
    overflow: auto;
    /*padding: 5px 5px 5px 5px;*/
}
.trk_list_row{
    cursor:pointer;
    margin:2px 5px 2px 5px;
    display:block;
    padding:2px;
    /*border-bottom:1px solid #cccccc;*/
     
}.trk_list_row idt{
    width:10px;
    height:37px;
    float:left;
    margin: 2px 5px 0 0;
}.trk_list_row idb{
    width:10px;
    height:37px;
    float:left;
}

.trk_list_det{
    margin: 3px 0px 0px 4px;
    border-bottom: 1px solid #eeeeee;
    width: 98%;
    height: 18px;
    padding:5px;
    display:table;
    
}
.trk_list_det div{
    font-size: 12px !important;
    float:left;
    margin:0 10px 0 0 !important;
    cursor:pointer;
}
.trk_list_det img{
    float:right;
    cursor:pointer;
}


.trk_col_parent {
  border: 0px solid black;
  margin: 0rem;
  padding: 0rem 0rem;
  text-align: left;
  white-space: nowrap;
}
.trk_col1_child {
  cursor:pointer;    
  display: inline-block;
  border: 0px solid red;
  padding: 0rem 0rem;
  vertical-align: left;
  width: 95%;
}.trk_col1_child_idt{
    width:16px;
    height:37px;
    float:left;
    margin: 0px 5px 0 0;
}
.trk_col2_child {
  display: inline-block;
  border: 0px solid red;
  padding: 0rem 0rem;
  vertical-align: right;
}

.trkBadge0 {
  background-color: red;
  color: white;
  padding: 2px 4px;
  text-align: center;
  border-radius: 5px;
}
.trkBadge1 {
  background-color: blueviolet;
  color: white;
  padding: 2px 4px;
  text-align: center;
  border-radius: 5px;
}
.trkBadge2 {
  background-color: orange;
  color: white;
  padding: 2px 4px;
  text-align: center;
  border-radius: 5px;
}
.trkBadge3 {
  background-color: orangered;
  color: white;
  padding: 2px 4px;
  text-align: center;
  border-radius: 5px;
}
.trkBadge99 {
  background-color: green;
  color: white;
  padding: 2px 4px;
  text-align: center;
  border-radius: 5px;
}
/* #################### */

.ui-button-text {
  display:none !important;
}

/* #################### */
.showmemotesto{
    border: 1px solid #cccccc;
    width: 70px;
    text-align: center;
    padding:1px;
    cursor:pointer;
}
/* #################### */
.prat_altri_btn{
    display : block;
    width: 220px;
    float: left;
}

.divcontentemail{
    width:100%;
    height:100%;
}.divcontentemail pre{
    white-space: pre-wrap;
}

.ListRegTrkIns{
    width: 100%;
    margin: 0px;
    float: left;
    list-style: none;
    padding:0px 0px 0px 0px;
}.ListRegTrkIns li{
    padding:3px;
}.ListRegTrkIns li:hover{
    cursor:pointer;
    background: #eeeeee;
}

.ListTableClicked{
    border:1px solid #cccccc;
    border-top:0px;
    border-left:0px;
    border-right:0px;
    border-bottom:0px;
    border-collapse: collapse; 
    background:#ffffff;
    cursor:pointer;
}.ListTableClicked tr:hover{
    background: #d3ddef;
}

.trborder_top_grey td{
    border-top:1px solid #cccccc;
}
.trbgcolor_grey td{
    background-color: rgba(230, 230, 230, 0.4);
}
.trbgcolor_white td{
    background-color: rgba(255, 255, 255, 0.4);
}

.modelliuploaddropzone {
    background: #ffffff;
    width: 100%;
    height: 100%;
    line-height: 50px;
    text-align: center;
    font-weight: bold;
}
.modelliuploaddropzone.in {
    width: 100%;
    height: 100%;
    line-height: 50px;
    font-size: larger;
}
.modelliuploaddropzone.hover {
    background: #c8e8e8;
}
.modelliuploaddropzone.fade {
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    opacity: 1;
}

.modscroll_div{
    overflow-y: auto;
    overflow-x: hidden;
    display: block;
    margin: 0 0 0 0;
}

.modscroll_div::-webkit-scrollbar-track{
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
	border-radius: 10px;
	background-color: #F5F5F5;
}
.modscroll_div::-webkit-scrollbar{
	width: 8px;
    height: 8px;
}
.modscroll_div::-webkit-scrollbar-thumb{
	border-radius: 10px;
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);
	background-color: #999;
}
.modscroll_div_green::-webkit-scrollbar-thumb{
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3) !important;
	background-color: #87b779  !important;
}

.modnavann_lt{
    background: url('../ico/v2/navigation/lt.png') no-repeat;
}.modnavann_lt:hover{
    background: url('../ico/v2/navigation/lt_a.png') no-repeat;
}

.modnavann_l{
    background: url('../ico/v2/navigation/l.png') no-repeat;
}.modnavann_l:hover{
    background: url('../ico/v2/navigation/l_a.png') no-repeat;
}

.modnavann_lb{
    background: url('../ico/v2/navigation/lb.png') no-repeat;
}.modnavann_lb:hover{
    background: url('../ico/v2/navigation/lb_a.png') no-repeat;
}

.modnavann_t{
    background: url('../ico/v2/navigation/t.png') no-repeat;
}.modnavann_t:hover{
    background: url('../ico/v2/navigation/t_a.png') no-repeat;
}

.modnavann_b{
    background: url('../ico/v2/navigation/b.png') no-repeat;
}.modnavann_b:hover{
    background: url('../ico/v2/navigation/b_a.png') no-repeat;
}

.modnavann_tr{
    background: url('../ico/v2/navigation/tr.png') no-repeat;
}.modnavann_tr:hover{
    background: url('../ico/v2/navigation/tr_a.png') no-repeat;
}

.modnavann_r{
    background: url('../ico/v2/navigation/r.png') no-repeat;
}.modnavann_r:hover{
    background: url('../ico/v2/navigation/r_a.png') no-repeat;
}

.modnavann_br{
    background: url('../ico/v2/navigation/br.png') no-repeat;
}.modnavann_br:hover{
    background: url('../ico/v2/navigation/br_a.png') no-repeat;
}

.modnavann_Table{
    background:#ffffff;
}.modnavann_Table td{
    width: 50px !important;
    height: 50px !important;
    cursor: pointer;
    -moz-user-select: none;
	-khtml-user-select: none;
}

.modnavann_input{
    padding:0px !important;
    border:1px solid green !important;
    width: 40px !important;
    height: 40px !important;
    margin:0px !important;
    text-align: center !important;
    border-radius: 5px !important;
}

.inv_antepr_doc{
    padding:0 0 0 5px;
    cursor:pointer;
    font-size:14px;
    color:#387941;
}.inv_antepr_doc:hover{
    color:#ff9900;
}

.htab_att{
    height:20px;
    color:#888888;
    cursor:pointer;
    border-bottom:5px solid #dddddd;
    font-weight: bold;
    text-align: center;
}
.htab_des{
    height:20px;
    color:#888888;
    cursor:pointer;
    border-bottom:5px solid #ffffff;
    font-weight: normal;
    text-align: center;
}

.gest_home_menu{
    display: none;
    position: absolute;
    left: 0px;
    top: 0px;
    background-color: #ffffff;
    border: 1px solid #aaaaaa;
    box-shadow: 0 1px 3px 0 #888888;
}

.DocExtFiltr{
    display: none;
    position:absolute;
    top:0px;
    left:0px;
    width:172px;
    background: #ffffff;
    border:1px solid #aaaaaa;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
}.DocExtFiltr ul{
    padding:0 1px 1px 1px;
    margin:0px;
    list-style: none;
}.DocExtFiltr li{
    color: #555555;
    font-size:12px;
    cursor:pointer;
    padding:5px;
    margin:1px 0 0 0;
    list-style-type:none;
    border-radius: 3px 3px 3px 3px;
}/*.DocExtFiltr li:hover{
    color:#ffffff !important;
    background: red;
}*/
.frdt_i{
    color: #555555 !important;
    background: #ffffff;
}
.frdt_a{
    color: #ffffff !important;
    background: red;
}

.indextopbar_red{
    background: red;
}

/*------------------------------------*/

.index_fatture_opernotif_cnt{
    display: none;
    position: absolute;
    right:3px;
    color:#ffffff;
    font-size:10px;
    text-align: center;
    font-weight: bold;
    background-color: red;
    border-radius:10px;
    padding: 1px 3px 2px 2px;
    margin: 3px 0 0 0;
    min-width: 12px;
    text-align: center;
}

.cntFOS{
    display: none;
    position: absolute;
    top:3px;
    left:5px;
    /*right:3px;*/
    color:#ffffff;
    font-size:10px;
    text-align: center;
    font-weight: bold;
    background-color: red;
    border-radius:10px;
    padding: 1px 3px 2px 2px;
    margin: 3px 0 0 0;
    min-width: 12px;
    text-align: center;
}

/*------------------------------------*/
.alertFE{
    background:red;
    color:#fff;
    padding:5px;
    text-align:center;
    margin:0 0 5px 0;
    border-radius:3px;
}

.alertFEbottom{
    background:red;
    color:#fff;
    padding:5px;
    text-align:left;
    margin:0 0 5px 0;
    border-radius:3px;
}
/*------------------------------------*/

.OG_ul{
    margin:5px 0 0 0;
    padding: 0px 5px 0px 0px;
}.OG_ul li{
    list-style-type: none;
    /*background: #f5f5f5;*/
    margin: 0 0 0 0;
    padding: 5px;
    cursor: pointer;
    border-top: 1px solid #cccccc;
}
.OG_ulDiv{
    display: block;
    width: 100%;
    white-space: nowrap;
}
.OG_ulIco{
    display: inline-block;
    width: 50px;
    height: 65px;
    vertical-align: middle;
}
.OG_ulDesc{
    color: #555555;
    padding: 2px 2px 2px 5px;
    display: inline-block;
    vertical-align: middle;
}.OG_ulDesc b{
    color: #2c2fa5;
}.OG_ulDesc span{
    display: inline-block;
    width: 85px !important;
}

.loader {
  border: 5px solid #f3f3f3; /* Light grey */
  border-top: 5px solid #3498db; /* Blue */
  border-radius: 50%;
  width: 30px;
  height: 30px;
  animation: spin 2s linear infinite;
  position: absolute;
  left: 50%;
}
@keyframes spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}

.AccModMn{
    list-style-type:none;
    margin:0;
    padding:0;
}.AccModMn li{
    cursor: pointer;
    font-size:14px;
    color:#444444;
    margin:2px;
    padding:8px;
    border:1px solid #cccccc;
    background:#f7f7f7;
}

/* IMPORT EML  */
.AccImpBxs{
    list-style-type:none;
    margin:0;
    padding:0;
}.AccImpBxs li{
    padding:3px;
}
/* IMPORT EML :: FINE */

.drop-area {
    width: 100%;
    height: 100%;
    position: relative;
    border: 2px dashed #000;
    padding: 25px;
    /* background-image: url('');  */
    background-position: center;
    background-repeat: no-repeat;
    background-size: 32px 32px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    filter: alpha(opacity=50);
    -khtml-opacity: 0.5;
    -moz-opacity: 0.5;
    opacity: 1.0;
    text-align: center;
}

.drop-area input {
    width: 400%;
    height: 100%;
    margin-left: -300%;
    border: none;
    cursor: pointer;
}

.drop-area input:focus {
    outline: none;
}

.drop-area .spinner {
    display: none;
    margin-top: 50%;
 }

.drop-area:hover,
.drop-area.dragging,
.drop-area.uploading {
    filter: alpha(opacity=100);
    -khtml-opacity: 1;
    -moz-opacity: 1;
    opacity: 0.5;
}

.drop-area.uploading {
    background: none;
}

.currencyinput {
    border: 1px inset #ccc;

    border-left:none;
}
.currencyinput input {
    border: 0;
}
/* #################### */
.in-line{
    display: inline-block;
    vertical-align: middle;
    padding:0 0px 0 0px;
    margin: 0 0px 0 0;
    white-space: nowrap;
    width: 100%;
}
.in-line98{
    display: inline-block;
    vertical-align: middle;
    padding:0 0px 0 0px;
    margin: 0 0px 0 0;
    white-space: nowrap;
    width: 98%;
}
.in-line02{
    display: inline-block;
    vertical-align: middle;
    padding:0 0px 0 0px;
    margin: 0 0px 0 0;
    white-space: nowrap;
    width: 2%;
}

