@CHARSET "ISO-8859-1";

:root {
  /*--colore-sfondo1: #BB290B; */
  --colore-sfondo1: #FA7268;
}



/* vedere la compatibilita' dei browser per css var! */
.tp_bgcolor {
	background-color: var(--colore-sfondo1);
}

body {
	background-color: #F6F4F3;
	font-size: 14px;
	font-family: Verdana, Arial, Helvetica, Sans-Serif;
	color: #5d717e;
}


#page {
	background-color: transparent;
	color: #5D717E;
	display: block;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;

	margin-bottom: 2px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	padding-right: 0px;
	padding-top: 0px;
	text-align: left;
	width: 980px;
}

#left_column, #center_column, #right_column { float: left }

.align_center { text-align: center !important}
.align_right { text-align: right !important}
.middle { vertical-align: middle }
.align_justify { text-align: justify }
.uppercase { text-transform: uppercase }
.hidden, .collapsed, .block_hidden_only_for_screen { display: none }
.wrap { white-space: normal }
.bold { font-weight: bold }
.strike { text-decoration: line-through }
.italic { font-style: italic }
.top { vertical-align: top }
.span_link { cursor: pointer }
.span_link:hover { text-decoration: underline }
.clear { clear: both }

.alt_row{
	background-color: #BEEAE6;
}

.err_row{
	background-color: #FAD1D1;
}

.scaglione_selezionato{
    background-color: #cccc00;
}

.clearfix::after {
	clear: both;
	display: block;
	height: 0;
	font-size: 0;
	visibility: hidden;
	content: ".";
}

a{color: #595A5E;}
a:link {text-decoration: none}
a:visited {text-decoration: none}
a:active {text-decoration: none}
a:hover {text-decoration: underline;}


body.modal-open {
    overflow: hidden;
}


div {
	display: block;
}
li {
display: list-item;
}

dd {
	margin-bottom : 3px;
}
h2.title {
	line-height: 1.6em;
	padding-left: 0.5em;
	margin: 0 0 5px 0;
	text-transform: uppercase;
	font-weight: bold;

	color: #ffffff;

	font-size: 1.2em ;
	text-align : center;
}


#login_block {
    background-color:  var(--colore-sfondo1);
  	width: 600px ;
	height: 300px;
  	margin: auto ;
 	margin-top: 50px;
 	padding: 10px;
 	display:block;
}

#login_block #login_block_userdata{
  	width: 500px ;
	height: 300px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 10px;

}

#login_block_userdata input{
	padding: 5px;
}

#button_login{
	width : 100px;
}

tr.highlight {
               background-color: var(--colore-sfondo1) !important;
               color: White;
}
tr.highlight td{
               background-color: var(--colore-sfondo1) !important;
               color: White;
}



table.login   {
	width: 100%;
	background-color: #c3c4c8;
	background-repeat: no-repeat;
	color: #374853;
	font-weight: bold;
	text-align: left;
	white-space: nowrap;
	padding: 10px;
}

table.login  th {
	height: 24px;
	font-weight: bold;
	text-align: left;
	white-space: nowrap;
	padding-right: 10px;
}

table.login  td {
	height: 24px;
	font-weight: bold;
	text-align: left;
	white-space: nowrap;
}


table.login  input {
	border: 1px solid #ABA1A8;
}

#tbl_riepilogo_selez th{
	text-align: left;
}
#tbl_riepilogo_selez hr{
	margin: 0px;
}

#tbl_riepilogo_selez  {
 	width: 100%;
}


#left_column {
	clear: left;
	width: 191px;
	margin-right: 21px;
	overflow: hidden;
}

#logo {
	margin: 12px;
}



#center_column {
	width: 756px;
	margin: 0 0 30px 0;
	overflow: hidden;
}


#right_column {
	width: 191px;
	margin-left: 21px;
	overflow: hidden;
}

#header_bar{
  background-color: var(--colore-sfondo1);
  color: #FFFFFF;

  height: 60px;

  margin-bottom : 5px;
  padding-left  : 3px;
  padding-right : 3px;
  padding-top   : 0px;
  padding-bottom: 0px;

}

#tbl_header{
	width: 100%;

	border-collapse: collapse;
}

#tbl_header td{
	padding: 0px;
}

#logo_header {

	height: 60px;
	width: 60px;
}

span.header_user{
	font-weight: bold;
}


#header_buttons {
	position: absolute;
	left: 100px;
	top: 15px;
}

#header_user {
	float: right;
}


h1#logo {
	float: left;
	width: 27%;
	margin-top: 0.5em;
}

#header_user ul {
	margin-top: 0.3em;
}
#header_right ul {
	list-style: none;
}

ul#elenco_articoli {
	margin-top: 1em;
	list-style-type: none;
}


ul#elenco_articoli li {
	background: #D0D3D8;
	border: solid 1px #D0D3D8;
	padding: 6px;
	min-height: 30px;
	height: auto;
	clear: both;
	margin-bottom: 0.3em;
}

ul#elenco_articoli li div.center_block {
	float: left;
	width: 70%;
}


ul#elenco_articoli li div.right_block {
	float: left;
	width: 11em;
	text-align: right;
	margin-left: 1em;
	margin-top: 0;
}

ul#elenco_articoli li p.articolo_desc {
	margin-bottom: 0;
	font-size: 0.92em;
}

ul#elenco_articoli li a {
text-decoration: none;
color: #374853;
}


div.pagination { padding: 1em 0 }
ul.pagination {
    list-style: none;
    float: left
}
ul.pagination li {
    display: inline;
    float: left;
    margin-right: 0.3em
}
ul.pagination li, ul.pagination a, ul.pagination span {
    font-weight: bold;
    color: #374853;
    margin-bottom:2px;

}
ul.pagination a, ul.pagination span {
    border: 1px solid #888;
    padding: 0em 0.4em;
    display: block;

    line-height: 25px;
    min-width: 30px;
    text-align : center;

    background: #bdc2c9 url('images/pagination_bg.gif') repeat-x top right
}
ul.pagination a { text-decoration: none }
ul.pagination li.current span {
    background-color: #595a5e;
    background-image: url('images/pagination-bg-current.gif');
    color: white;
    border: 1px solid #595a5e
}
ul.pagination li.truncate {
    padding: 0.3em;
    background: none
}
#pagination_previous a, #pagination_previous span, #pagination_next a, #pagination_next span {
    background-image: url('images/pagination-prevnext-bg.gif');
    border: none;
    line-height: 19px;
    border-color: #d0d1d5;
    border-style: solid;
    border-width: 0 1px
}
#pagination_previous {
    background: transparent url('images/pagination-prev-border.gif') no-repeat top left;
    padding-left: 6px
}
#pagination_previous a, #pagination_previous span { border-left: none }
#pagination_next {
    background: transparent url('images/pagination-next-border.gif') no-repeat top right;
    padding-right: 6px
}
#pagination_next a, #pagination_next span { border-right: none }
li.disabled span {
    color: #888;
    background-color: #f1f2f4
}
form.pagination { text-align: right }
form.pagination label {
    line-height: 1.4em;
    vertical-align: bottom;
    float: right;
    margin-left: 0.3em
}
form.pagination select { float: right }
form.pagination select option {
    font-size: 0.9em;
    padding-right: 1em
}

form.pagination input { float: right }

ul.pagination li.lisep {
    width: 20px;
}

#left_column div.block, #right_column div.block {

	background: transparent url('images/block_footer.gif') no-repeat bottom left;
}


div.block h4 {
	text-transform: uppercase;
	font-family: Helvetica, Sans-Serif;
	font-weight: bold;
	font-size: 1.2em;
	padding-left: 0.5em;
	border-bottom: 1px solid #595A5E;
	padding-top: 2px;
	line-height: 1.3em;
	color: #374853;
	height: 19px;
	background: transparent url('images/block_header.gif') no-repeat top left;
}

div.block .block_content {
	border-left: 1px #D0D3D8;
	border-right: 1px #D0D3D8;
	padding: 0 0.7em;
	background: #F1F2F4 url('images/block_bg.jpg') repeat-x bottom left;
	min-height: 16px;
}


#primary_block div#buy_block {
	background: #F1F2F4 url('images/product-buy-bg.gif') repeat-x top left;
	font-size: 1.1em;
	padding: 0.7em;
	color: #374853;
	border: 1px #D0D3D8 solid;
}


#primary_block p.buttons_bottom_block a, #primary_block p.buttons_bottom_block input {
	margin: 0.2em auto 0 auto;
}

thead {
	display: table-header-group;
	vertical-align: middle;
	border-color: inherit;
}

table.std {
	border-spacing: 0;
	border-collapse: collapse;
	width: 100%;
}

table.std thead th.first_item {
	background-position: top left;
}
table.std thead th.item {
	background-position: -5px 0;
}
table.std thead th.last_item {
	background-position: top right;
}

table.std thead th {
	background-color: lightgrey;
	/*background-image: url('images/table_header.gif');*/
	background-repeat: no-repeat;

	height: 16px;
	color: #374853;
	font-weight: bold;
	text-align: left;
	white-space: nowrap;
}

table.red thead th {
	background-image: url('images/table_header_red.gif');
}



.selected {
	background-color: #aaaaff;
}


table.std thead th.align_right {
	text-align: right;
}

table.std th {
	white-space: nowrap;
}

table.std td, table.std th {
	padding: 0.4em 0.5em;
}

tr {
	display: table-row;
	vertical-align: inherit;
	border-color: inherit;
}

input, textarea, select {
	border: 1px solid #BDC2C9;
	padding-bottom: 1px;
	padding-left: 2px;
	padding-right: 2px;
	padding-top: 1px;
}

input, textarea, select, span.editable {
	margin-left: 0em;
	font-size: 18px;
	font-family: Verdana, Arial, Helvetica, Sans-Serif;
	outline: none;
}

select.sel_numcat {
	width: 250px;
}

table.std tr.item td,
table.std tr.item th {
	background-color: white;
}

table.std_var tr.item td,
table.std_var tr.item th {
	background-color: #EEEEFF;
}

table.std_pezze{

	border-spacing: 0;
	border-collapse: collapse;
}

table.std_pezze thead th {
	background-color: transparent;
	background-image: url('images/table_header.gif');
	background-repeat: no-repeat;

	height: 16px;
	color: #374853;
	font-weight: bold;
	text-align: center;
	white-space: nowrap;
}
table.std_pezze thead th.first_item {
	background-position: top left;
}
table.std_pezze thead th.item {
	background-position: -5px 0;
}
table.std_pezze thead th.last_item {
	background-position: top right;
}
table.std_pezze tbody{
	background-position: top right;
	background-color: #EEEEFF;
}

table.std_pezze tbody tr td, table.std_pezze tfoot tr td {
	border-bottom: 1px solid #BDC2C9;
}

table.std_pezze td,table.std_pezze th{
	width: 5px;
}

table.std_pezze td+td, table.std_pezze th+th{
	width: 70px;
}

table.std_pezze td+td+td,table.std_pezze th+th+th{
	padding-left: 10px;
	width: 40px;
}

table.std_pezze td+td+td+td, table.std_pezze th+th+th+th {
	width: 60px;
}

table.std_pezze td+td+td+td+td, table.std_pezze th+th+th+th+th {
	width: 40px;
}

span#totale_mt{
	font-weight: bold;
}
span#totale_valore{
	font-weight: bold;
}

span#totale_valore_scontato{
	font-weight: bold;
}
div#div_totale_valore_scontato{
	display: inline-block;
}

div.dett_pezze{
	width: 350px;
	/*max-height: 460px;*/
	max-height: 640px;
	overflow-y: auto;

}


div#dett_pezze_scroll{
	/*height: 420px;*/
	height: 600px;
	overflow-x: hidden;
	overflow-y: auto;
}

div#cart_block_list{
	padding-bottom: 5px;
}


table.std tbody tr td, table.std tfoot tr td {
	border-top: 1px solid #BDC2C9;
}

table.std tr.notop td, table.std tr.notop th {
	border-top: 0px solid #BDC2C9;
}

table.std tr.nondisp td, table.std tr.nondisp th {
	background-color: #FFbbbb;
}
table.std tr.nondispqta td, table.std tr.nondisp th {
	/*background-color: #FFeeee;*/
}

table.std td, table.std th {
	padding: 0.4em 0.5em;
}



.bold {
	font-weight: bold;
}


#cart_block h4 {
	background-image: url('images/block_header_exclusive_cart.gif');
}
div.exclusive h4 {
	background: transparent url('images/block_header_exclusive.gif') no-repeat top left;
	color: white;
}
h4 {
	font-size: 1em;
}

div.block a {
	color: #595A5E;
	text-decoration: none;
}


.ui-widget-header {
	border: 1px solid #e78f08;
}

.ui-widget-header {
	border: 1px solid #c76f08;
/*    background: #f6a828 url("images/ui-bg_gloss-wave_35_bb290b_500x100.png") 50% 50% repeat-x !important;*/
    background: #f6a828 url("images/ui-bg_gloss-wave_35_fa7268_500x100.png") 50% 50% repeat-x !important;
	color: #ffffff;
	font-weight: bold;
}

.ui-button-text-only .ui-button-text {
	padding: .2em .2em;
}

.ui-button-text-only .ui-button-text .ui-button-add-to-cart {
	 padding: .1em .1em;
}

.ui-button-text-only .ui-button-text .ui-button-remove-from-cart {
	 padding: .1em .1em;
}


.ui-button-mini  {
	padding: .1em .1em;
}


.disponibile {
	color: #488C40;
	font-size: 0.9em;
}

.fuorimagazzino {
	color: #C00;
	font-size: 0.9em;
}

.divtbl {
	display: table;
}

.divrow {
	display: table-row;
	vertical-align:middle;
}

.divcell {
	display: table-cell;
	padding: 10px;
	vertical-align:middle;

}


.float_left{
	float: left;
}

.float_right{
	float: right;
}

.btn_sel {
  min-height: 30px;
}


div.dett_riepilogo_selez{
   /* margin-top: 5px; */
    overflow-y: hidden;
    padding: 5px;
    border: 1px solid;
}

div.imballo_selez{
   /* margin-top: 5px; */
    overflow-y: hidden;
    padding: 5px;
    border: 1px solid;
    background: #fdcdf4 !important;
}

#sel_imballo{
    /**width: 4em !important;*/
}


div.dett_mt_taglio{
	/* margin-top: 5px; */

	padding: 5px;
	border: 1px solid;
}

div.dett_mt_pezza{
    height: 140px;
    /* margin-top: 5px; */

    padding: 5px;
    border: 1px solid;
}
div.dett_scaglioni{

    width: 140px;
    height: 140px;
    /* margin-top: 5px; */

    padding: 5px;
    border: 1px solid;
}
#tbl_scaglioni{
    width: 100%;
}
.th_underline{
    border-bottom: 1px solid;
}

#modal_dialog_os_en {
   display: none;
}

#modal_dialog_os_ {
   display: none;
}

.width500{
	width: 500px;
}

.width460{
	width: 460px;
}

tr.selezionata {
        background-color: #55ff66 !important;
        color: black;
}

.ui-effects-transfer {
	border: 2px dotted gray;

	z-index: 999999;
}

dl.products dt{
	font-weight: bold;
	margin-bottom: 5px;
	margin-top: 3px;
}
dl.products dd{
	margin-left: 5px;
}

.width100{
	width: 100% !important;
}

.div_square {
	display: inline-block;
	width: 20px;
	height: 20px;
	border: 1px solid;
	margin: 1px;
}

.backorder {
   background: #CDFDCD !important;
}

.cutorder {
   background: #F9F9CB !important;
}

.pieceorder {
   background: #C7E8FF !important;
}

.notprocessed{
   background: #EEF2CD !important;
}

.notpaid{
   background: #EEEE44 !important;
}
.paid{
   background: #44EE44 !important;
}
.bonifico{
   background: #2222dd !important;
   color: #FFFFFF !important;
   padding: 2px;
}

.nongenerato{
   background: #F97474 !important;
}

.scaglioni {
   background: #A5DAFA !important;
}


#filtro_codart {
   max-width: 8em;
}
#filtro_descri {
   max-width: 8em;
}


#btn_logout {
   margin-left: 15px;
}

#btn_agente {
   margin-right: 15px;
}

input#username	{
   max-width: 12em;
}
input#password	{
   max-width: 12em;
}

#modal_dialog_agente {
   display: none;
}

.nobgimg{
	background-image: none !important;
}

.btn_scadenze{
	margin-left: 10px;
}

#dialog_tiporata {
   height: 400px !important;
   overflow-y: auto;
   overflow-x: hidden;
}

.tot_riep{
	display: inline-block;
	font-weight : bold;
	background-color : white;
	width: 150px;
	font-size: large;
	padding: 5px;
	border: 1px solid gray;
}

.tr_totali {
	font-weight : bold;

	border-top: 3px solid gray;
}


#div_acquista_carrello{
	/*height: 40px;*/
    padding-top: 10px;
    padding-bottom: 10px;
}
#tbl_destinatario{
    padding: 10px;
    border: 1px solid gray;
    margin-bottom: 10px;
    margin-top: 10px;
}

#tbl_note_ordine{
    padding: 10px;
    border: 1px solid gray;
    margin-bottom: 10px;
    margin-top: 10px;
    width: 100%;
}

#note_ordine{
    resize: none;
}


.col_qta_ven {
	background: #DFFFDA;
}
.col_val_ven {
	background: #DFFFDA;
}
.col_qta_ord {
	background: #DAEAFF;
}
.col_val_ord {
	background: #DAEAFF;
}

.legendaordini{
	/*height: 65px;
	line-height: 21px; */
    display: block;
}

.ultimoagg{
	height: 30px;
	line-height: 21px;
	text-decoration: underline;
}

#tbl_schedaarticolo {
    border-spacing: 0;
    border-collapse: collapse;
    width: 100%;
}
#tbl_schedaarticolo th{
    text-align: left;
}

#tbl_schedaarticolo_cert {
    border-spacing: 0;
    border-collapse: collapse;
    width: 100%;
}

#tbl_schedaarticolo_cert th {
    text-align: left;
}

#tbl_schedaarticolo_simboli {
    border-collapse: collapse;
    width: 100%;
}

#tbl_schedaarticolo_simboli th,
#tbl_schedaarticolo_simboli td {
    min-width: 80px;
    min-height: 80px;
    max-width: 80px;
    max-height: 80px;
    text-align: center;
   /* background: yellow;*/
}

#tbl_schedaarticolo_test  {
 /*border-spacing: 0;
    border-collapse: collapse;*/
    width: 100%;
}

#tbl_schedaarticolo_test th {
    text-align: left;
}

#tbl_schedaarticolo_tessuto {
    border-collapse: collapse;
    width: 100%;
}


#tbl_schedaarticolo_tessuto th {
    text-align: left;
}
#tbl_schedaarticolo_tessuto td {
    padding-left : 20px;
}

fieldset {
    padding-top    : 5px;
    padding-bottom : 5px;
    padding-left   : 10px;
    padding-right  : 10px;
    border: 1px solid;
}
legend {
    font-weight : bold;
}


#tbl_intestazione_paradiso {
   width: 100%;
   background-color: #E4E4E4;
}

#tbl_dati_ditta{
border-spacing: 0;
   border-collapse: collapse;
   /*width: 100%; */
}
#tbl_dati_ditta tr{
    border-bottom: 1px solid #E4E4E4;
}

#tbl_dati_ditta td{
    border-spacing: 0;
    padding: 5px;
}

#tbl_dati_ditta th{
    padding: 5px;
    min-width: 150px;
    width: 150px;
    border: 1px solid #E4E4E4;
    color: #FFFFFF;
    background-color: #95290A;
    text-align: left;
}

#tbl_dati_ditta td span,
#tbl_dati_ditta td label{
    margin-left: 10px;
    margin-right: 10px;
}


#tr_totale_valore_scontato{
    color : red;
}

#tr_supplemento_imballo{
    color : darkorange;
}

#tr_sovrapprezzo_applicato{
    color : red;
}

.perc_sconto{
    color : red;
}

.barrato{
	text-decoration: line-through;
}

span.flag{
    border: none;
    margin-left: 10px;
}
a.flag{
    color: white;
}

div#lingua {
    background-color: var(--colore-sfondo1);
    /*padding: 5px 5px 3px 5px;*/
}

#btn_elenco_articoli_esaur{
    background: yellow;
    background-color: yellow;
}

table.inbox {
	border-spacing: 0;
	border-collapse: collapse;
}

table.messaggi {
	border-spacing: 0;
	border-collapse: collapse;
	width: 100%;
	padding : 0px;
	/*border:  1px solid var(--colore-sfondo1);*/
}
table.messaggi tr {
	border-spacing: 0;
	border-collapse: collapse;
	width: 100%;
	padding : 0px;
	border-bottom:  1px solid var(--colore-sfondo1);
	border-top:  1px solid var(--colore-sfondo1);
}

table.messaggi td.lista{
	padding-top : 10px;
	padding-bottom : 10px;
	padding-left : 5px;
	padding-right : 5px;
}

tr.msg_selezionato {
	background-color: #ffffff;
}

tr.msg_selezionato td:first-child{
	/*background-color: tp_bgcolor;*/
	background-color: var(--colore-sfondo1);
	color: #ffffff;
}

div#showmessaggio {
	/*border: 1px solid var(--colore-sfondo1);*/
	border: 1px solid #F1F2F4;
    background: white;
	min-height: 400px;
	max-height: 400px;
	overflow-y: scroll;
	padding: 5px;
}

.msg_not_confirmed {
	font-weight: bold;
}

.msg_data_inizio {
	font-size: smaller;
}
.msg_titolo {
	/*font-size: medium;*/
}

#modal_dialog_msg_en {
   display: none;
}

#modal_dialog_msg_ {
   display: none;
}

#top{
	vertical-align: top;
}

div.cnt_lista{

    max-height: 400px;
    overflow-y: scroll;
}

.tabellaInfoCliente{
	border: solid gray 1px;
	padding: 10px;
	margin-bottom: 10px;
	margin-left: 2px;
}

.tdInfoCliente{
	margin-right: 8px;
	text-align: right;
}

tr.errore_multipli input {
	background-color: #fbc0c0 !important;
}
td.errore_multipli input {
	background-color: #fbc0c0 !important;
}

#tbl_tagli_multipli{
	border-collapse: collapse;
	border-spacing: 0;
}


.qta_multiplo{
	width: 35px !important;
}


/**/