/* mac hide\*/
html, body {
	height:100%;
}
/* end hide */

form{
	padding: 10px !important;
}
h2{
	margin-top: 10px !important;
}
input[type=text],input[type=email],input[type=password],input[type=tel], select, textarea{
	line-height:normal;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;	
	border:1px solid #5584d5;
/*	color:#000033;color:#003399;*/
	padding:5px 0px 5px 3px;
	margin:0px 0px 5px 0px;
}
.input-group input[type=text]{
	border: 1px solid #ccc;
/*	color:#000033;color:#003399;*/
	padding:6px 12px;
	margin:0px;	
}

input[type=text]:focus,input[type=email]:focus,input[type=password]:focus,input[type=tel]:focus, select:focus, textarea:focus{
	background-color:#FCFCCD; /*#d9e6ff; #CCE9F7;*/
	border:1px solid #006699;
	box-shadow: 1px 0 7px #B7B8BA;	
	-moz-box-shadow: 1px 0 7px #B7B8BA;
	-webkit-box-shadow:1px 0 7px #B7B8BA;	
}
a {
	text-decoration: none;
	color:#003399;
}
a:hover {
	text-decoration: none !important;
	color:#0099FF;	
}
.btn{
	min-width: 100px;
}
.input-group-btn .btn{
	min-width: 1px !important;
}

a img {border: none;}
ul, ol {list-style: none;}
#outer {
	color: #000000;
	text-align: left;
	position: relative;
	/*background-image: url(../images/background.gif);*/
	background-repeat: repeat-y;
	background-position: left top;
}

html>body #outer {
	height: auto;
	min-height: 100%;
	text-align:center;
} /*for mozilla as IE treats height as min-height anyway*/

/*#innerwrap {
	float:left;
	width: 100%;
	font-size: 1em;
	line-height: 1em;
}*/
/*#centrecontentpage {
	text-align: center;
	color: #000033;
	margin-left: 140px;
}*/
#page-content-wrapper{
	padding: 0px !important;
}
#content_loading{
	text-align:center;
}
.tb {
	background-color: #6496e6;
	border: 2px solid #205081;
	font-weight: bold;
	color: #205081;
	padding: 0px;
}


#footer {
	text-align: center;
	font-size: 0.8em;
	color: #205081;
}

* html #footer {/*only ie gets this style*/
	\height: 30px;/* for ie5 */
	he\ight: 30px;/* for ie6 */
}

#clearfooter {
	width: 100%;
	height: 50px;
	clear: both;
} /* to clear footer */

#header {
	height: 80px;
	overflow: hidden;
	text-align:center;

}

#header #logo {
	position: fixed;
	left: 0px;
	top: 0px;
    width: 150px;
    height: 100px;	
}

#header #int {
	width: 350px;
	position: absolute;
	top: 72px;
	right: 10px;
}
@media(max-width:320px) {
	#header #int, #header #int > img {
		width: 100% !important;
	}
}
@media(max-width:768px) {
	#goccia{
		display: none;
	}
}
#header #logout {
	position: fixed;
	top: 25px;
	right: 10px;
	text-align: right;
	color:#205081;
}
#centrecontentpage #content {
	position: relative;
	z-index: 0;
}

#int2 {
	width: 190px;
	position: absolute;
	top: 39px;
	right: 10px;
}

/*#centrecontentpage #content .page_content {
	background-color: #FFFFFF;
	width: 100%;
	border: 10px solid #6496e6;
}*/

#logo2 {
	position: absolute;
	left: 100px;
	top: 45px;
}

label {
	cursor: pointer;

}
.table_title {
	background-color: #999999;
	/*border: 3px solid #205081;*/
	width: 100%;
}
.page_content {
	background-color: #FFFFFF;
	width: 100%;
}

.tr_blank {
	background-color: #FFFFFF;
	height:24px;
}
.tr_blank2 {
	background-color: #FFFFFF;
}
.tr_blank3 {
	height:24px;
}
.td_blank{
	padding:3px;
	height:24px;
}
.td_blank2{
	padding:0px;
}
.tr_title td{
	padding:0px;
	/*border: 1px solid #666666;*/
	background-color: #205081;
}
.tr_title {
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
	font-variant: small-caps;
}
.table_msg {
	width: 100%;
}
.table_msg_td{
	padding:0px;
	width:100%;
	text-align:center;
}
.td_title_lf {
	font-size: 12px;
	font-weight: bold;
	color: #282e54;
	background-color: #CCCCCC;
	border: 2px solid #999999;
	text-align: left;	
	padding: 3px;
	width: 100px;
}
#logo_azienda {
	height: 60px;
	width: 233px;
	position: relative;
	top: 75px;
	margin-left: auto;
	margin-right: auto;
	display:none;
}
div.boxsuggerimenti {
	position:relative;
	background-color:white;
	border:1px solid #888;
	margin:0px;
	padding:2px;
	left:0px;
	top:0px;
	max-height:300px;
	overflow:auto;
    }
    div.boxsuggerimenti a {
      color:#000066;
    }
    div.boxsuggerimenti ul {
      list-style-type:none;
      margin:0px;
      padding:0px;
    }
    div.boxsuggerimenti ul li.selected { background-color: #C2EBEF;}
    div.boxsuggerimenti ul li {
      list-style-type:none;
      display:block;
      margin:0px;
      padding:1px;
      cursor:pointer;
	  font-weight:bold;
    }
	div.boxsuggerimenti #info_c {
	display:block;
	margin:0px;
	padding:1px;
	border-bottom:1px solid #888;
	font-size: 8px;
	font-weight:normal;
    }

.txtdes{
	border: none;
	font-size:9px;
	cursor:auto;
}

/*#overDiv {
	position: absolute;
	visibility: hidden;
	z-index:1000;
	background-color:#FFFFFF;
    box-shadow: 1px 0 7px #B7B8BA;	
	-moz-box-shadow: 1px 0 7px #B7B8BA;
	-webkit-box-shadow:1px 0 7px #B7B8BA;
	border:1px solid #638cda;
}*/

table.fixtab {
    width: 100%;
    table-layout: fixed;
	background:#FFFFFF;
}

table.tiptab {
    table-layout: fixed;
	background:#FFFFFF;
}

td.a {
    /*width: 13%;*/
    overflow: hidden;
    text-overflow: ellipsis;	
    white-space: nowrap;
	text-align:left;
	cursor:pointer;
}
td.b {
    /*width: 9%;*/
    overflow: hidden;
    text-overflow: ellipsis;	
    white-space: nowrap;
	text-align:left;	
	cursor:pointer;	
}
td.c {
    width: 90px;
/*    overflow: hidden;
    text-overflow: ellipsis;	
    white-space: nowrap;*/
	text-align:left;	
	cursor:default;	
}
td.d {
/*    overflow: hidden;
    text-overflow: ellipsis;	
    white-space: nowrap;*/
	text-align:left;	
	cursor:default;	
}
#cat_articoli{
	margin-top:10px;
	margin-bottom:10px;
}
#cat_articoli span{
	float:left;
	margin-right:10px;
	margin-bottom:10px;
}
#cat_articoli span a{
	font-weight:normal;
}
#cat_articoli span a.selected{
	font-weight:bolder;
	font-size:13px;
}
.strong { font-weight: bold; }
#page-content-wrapper{
	border: 5px solid #205081;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
}
#form_register{
	padding: 0px !important;
}
/*#search_div{
	padding: 10px;
}*/
.table tbody>tr>td{
    vertical-align: middle !important;
}
.btn-back{
	padding: 10px;
	vertical-align:middle;
	font-size:30px !important;
    color: white;
}
.page-nav .btn {
	min-width: 40px !important;
}	
.btnenter {
	background-image:url(../images/icone/entra2.png);
	background-repeat:no-repeat;
	background-position:0px 0px;
	display:block;
	height:114px;
	width:90px;	
}

.btnenter:hover{
	background-position: -90px 0px;
}
.btn-cliinfos{
	min-width: 200px !important;
}
.fa.fa-spinner.fa-spin{
	display:none;
}
.mailmessage a{
	margin-right:10px;
	min-width: 50px;
}
.mailmessage-mini a{
	margin-right:2px;
	min-width: 10px;
	margin-bottom: 5px;
}
.nav.nav-tabs li.active > a{
    background: #205081 !important;
    color: white !important;
}
/*.page_content.mailmessage span.fa{
	font-size:25px;
}*/
.spacer-right-5{
	margin-right:5px;
}
.spacer-right-10{
	margin-right:10px;
}
.italic{
	font-style: italic;
}
.full-width{
	width:100%;
}
.bold{
	font-weight:bold !important;
}
/*#div_doc_riga_edit label.input-group-addon{
	min-width:90px;
	text-align:right;
}*/
.text-left{
	text-align:left !important;
}
#div_doc_riga_edit form{
	padding: 2px !important;
}
#div_doc_riga_edit .row{
	margin: 0px 0px;
}
#div_doc_riga_edit .row > [class*="col-"]{ 
	padding: 0px !important;
}
@media(max-width:768px) {
	#div_doc_riga_edit .input-group-addon.visible-xs{
		display:table-cell !important;
		min-width:90px;
		text-align: right !important;
	}
}
#div_doc_riga_edit label.header { 
	text-align: left !important;
	font-weight: bold !important;
}
.nopadding{
	padding: 0px !important;
}
.text-break{
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.section_title{
    padding-left: 5px !important;
}
.ui-dialog .ui-dialog-content{
	padding: 1px 0px !important;
}
.ui-widget-content a.btn{
	color: white !important;
}
.text-20px{
	font-size: 20px !important;
}
.hidden{
	display: none !important;
}
ul.ui-autocomplete li.ui-menu-item{
	font-size:12px !important;
}