@CHARSET "ISO-8859-1";
/* GENERALI DI PAGINA */

body {
	margin: 0;
	font-family: 'Ubuntu', sans-serif;
}

#login{
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
	background-color: #EDEDED;
	border: thin solid #555555;
	width: 260px;
	height: 200px;
	padding: 30px;
}

.cBG{
	background-color: #F6F3B5;
}

.red{
	color: #FF0000;
}

.green{
	color: rgb(0, 150, 0);
}

.numero{
    color: #800000;
}

.somma{
    color: #800000;
}

.sottrai{
    color: #800000;
}

.moltiplica{
    color: #800000;
}

input,
button,
file,
select,
password,
textarea,
#showhide {
    padding: 1px;
    margin: 0;
    font-family: 'Ubuntu Mono', monospace;
    font-weight: 900;
    font-size: 18px;
}

#titoloAttivita{
	/*font-family: 'Dosis', 'Ostrich', Arial, sans-serif; /*'Ostrich';*/
	font-size: 24px;
	float: left;
	text-align: left;
	width: 100%;
	position: relative;
	padding-left: 10px;
}

#titoloArea{
	/*font-family: 'Dosis', 'Ostrich', Arial, sans-serif; /*'Ostrich';*/
	font-size: 24px;
	float: left;
	text-align: left;
	width: 100%;
	position: absolute;
	padding-left: 10px;
}

#divAvviso{
	/*font-family: 'Dosis', 'Ostrich', Arial, sans-serif; /*'Ostrich';*/
	font-size: 14px;
	float: right;
	padding-right: 10px;
	position: relative;
}

#elencoOfferte{
	/*font-family: 'Dosis', 'Ostrich', Arial, sans-serif; /*'Ostrich';*/
	font-size: 24px;
	float: left;
	position: static;
}

th{
	text-align: center;
}

/* FINE GENERALI DI PAGINA */

/* AREA LOGIN */

.center{
    text-align: center;
}

.logField, fieldset label{
    text-transform: uppercase;
}

fieldset{
    width: 100%;
    text-align: left;
}

#stmCmd{
    text-align: center;
}

dt, dl, dd {
    margin: 0;
    padding: 0;
    margin-left: 6px;
}

dt {
    font-weight: 700;
}


#login input,
#login select,
#login password
{
    width: 200px;
}

#selAnno{
    width: auto;
}

#error
{
    width: 400px;
    height: auto;
    background-color: #F09696;
    border: 2px solid #DDDDDD; /* #006192 */
    border-radius: 8px;    
	behavior: url(css/border-radius.htc);
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: +47px;
    margin-left: -200px;
}

#errorlog
{
    width: 50%;
    height: auto;
    padding: 20px 10px 20px 10px;
    background-color: #F09696;
    border: 2px solid #F09696;
    box-shadow: #AAAAAA 5px 5px 10px 3px;
    position: absolute;
    top: 30%;
    left: 25%;
   /* margin-top: -120px;*/
   /* margin-left: -300px;*/
}

#catMenu{
	margin-left: 15px;
	width:350px;
	text-align: left;
	float: left;
	position: static;
}

#lstContainer{
	margin-left: 480px;
	margin-right: 0;
}

#lstDati{
	float: right;
	padding-left: 10px;
	text-align: left;
	width: 100%
}

#goodlog
{
	text-align: center;
    width: 400px;
    height: auto;
    padding: 20px 10px 20px 10px;
    background-color: #AAFAAA;
    box-shadow: #AAAAAA 5px 5px 10px 3px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -120px;
    margin-left: -200px;
}

#hl1{
	text-align: center;
	background: #ff0000;
	color: #ffffff;
	padding: 5px;	
}

#hl0{
	text-align: center;
	background: #006400;
	color: #ffffff;
	padding: 5px;
}

/* FINE AREA LOGIN */

/* HEADER */
#headHeader{
	height: 56px;
	top: 0;
	width: 100%;
	position: fixed;
	z-index: 9999;
    background: url("../imgs/logo_big.png") bottom left no-repeat ;
	background-color: #FFFFFF;
    background-size: 56px;
}

#headContainer {
	margin-right:150px;
	margin-left:0;
	}
#headMenu {
	float:left;
	width:100%;
	padding: 15px 0 0 15px;
	text-align: left;
	}
#headCmds {
	float:right;
	padding: 15px;
	text-align: right;
	}

/* FINE HEADER */


/* HOME */

#homeContainer {
	margin-right:810px;
	margin-left:0;
	}
#homeMenu {
	float:left;
	width:100%;
	text-align: left;
	font-size: 14px;
	}
.homeCmds {
	float:right;
	width:100%;
	text-align: right;
	font-size: 14px;
	}

/* FINE HOME */

/* CENTRO PAGINA */

#body {
	text-align: center;
	margin:  60px 80px;
	padding-bottom: 80px;
}

/* FINE CENTRO PAGINA */


 
/* PAGINA UTENTE */
input[type=text], input[type=password], input[type=email], textarea, select, #eday, #bday, #dataFatt{
  border: 2px solid #C0C0C0;
  background: #FFFFFF;
  resize: none;
  width: 95%;
}
input[type=text]:focus, input[type=password]:focus, input[type=email]:focus, textarea:focus, select:focus, #dataFatt:focus {
  border: 2px solid #7777FF;
  background: #F0FFE0;
}

#tableUtenti td,
.left {
	text-align: left;
}
.short{
    width: 50px;
}
 
/* FINE PAGINA UTENTE */
 
/*  */

.listaFatture{
	clear: both;
	text-align: left;
	margin: 0 0 6px auto;
	padding: 0 0 -1px 0;
}
#EstrattoRiga{
	border: thin solid #555;
	padding: 6px;
	height: 569px;
	max-height: 2720px;
	overflow-y: scroll;
	}
	
.alto{
    padding: 20px 0;
}

.odd{
 	background: #EFEFEF;
}
.even{
 	background: #F8F8F8;
}

.usrList , .fattList{
    clear: both;
    float: left;
    width: 99.3%;
    z-index=3;
    height: 20px;
    padding: 6px 6px 6px 6px;
    font-weight: normal;
}
/*****************************************************************/

.bordo{	
    border-bottom: thin solid #AAAAAA;
}

.right{
    text-align: right;
}

.chiaro{
	color: #bbb;
}

#bottom {
    width: 100%;
    text-align: center;
    bottom: 0;
    position: fixed;
    font-size: 12px;
}

.Y{
    background-color: #FEE;
}

.N{
    background-color: #EFE;
}

.A{
    background-color: #FFF;
}

.D{
    background-color: #F5F5F5;
    color: #CCCCCC;
}


/* MENU NAVIGAZIONE */

.menuNav {
    padding:0;
    font-weight:700;
    font-size:22px;
    
}

#btnLogout{
	width: 60px;
    font-size:18px;
}

.menuNav a:hover {
    color:#00C;
}


#nav a .art_count_non_verificati{
	color: #FF0000;
}

/* FINE MENU NAVIGAZIONE */

/* TABELLA ELENCO VOCI */
.ordinando{
    background: #EFEFEF;
    padding-top: 5px;
    border: thin solid #BBBBBB;
    margin-bottom: 10px;
}

.tdCategoria{
	font-weight: bold;
	font-size: 20px;
	padding: 0;
	margin-bottom: 8px;
	line-height: 15px;
}
/* PARI */
.cato{
    background: #FFFFBB;
    padding-top: 5px;
    border: thin solid #BBBBBB;
    margin-bottom: 10px;
}
.coodd{
 	background: #FFFFEE;
}
.coeven{
 	background: #FFFFDD;
}
/* DISPARI */
.cate{
    background: #BBFFBB;
    padding-top: 5px;
    border: thin solid #BBBBBB;
    margin-bottom: 10px;
}
.ceodd{
 	background: #DDFFDD;
}
.ceeven{
 	background: #EEFFEE;
}

.alarmRow{
	background: #FFDAAD;
}

.no_quantita{
	background: #DFDFDF;	
}
.small{
	font-size: 13px;
	border: thin solid #BBBBBB;
	text-align: right;
	padding: 2px;
}

/* FINE TABELLA ELENCO VOCI */

/* CONFRONTO */
#cftHead {
	width:100%;
	padding-bottom: 15px;
	text-align: left;
	font-size: 24px;
	}

.cftTable{
	font-size: 14px;
	padding: 0;
	width: 100%;
	border-spacing:0;
	border-collapse:collapse;
}
.cftTable td{
	vertical-align: top;
	text-align: justify;
}

.endField{
	 border-top: thin solid #222;
	 padding: 0 20px 0 20px;
	 width: 50%;
}

/* FINE CONFRONTO */

/* STAMPA */
.prnTable{
	font-size: 10px;
	padding: 0;
	width: 100%;
	border-spacing:0;
	border-collapse:collapse;
}
.prnTable td{
	vertical-align: top;
}

#pos
{
    width: auto;
    height: auto;
    background: #DDDDDD; /* #81A4B3 */
    border: 2px solid #DDD; /* #006192 */
    box-shadow: #AAAAAA 5px 5px 10px 3px;
    top: 50%;
    left: 50%;
    margin-top: -150px;
    margin-left: -150px;
    padding: 20px;
    position:absolute;
    /* display:none; */
}

#prn_frn
{
    display: none;
}
/* FINE STAMPA */

/* TEXT AREA MODIFICA FASE */

#dscArea{
	width: 100%;
	height: 300px;
}

/* FINE TEXT AREA MODIFICA FASE */

/* SCELTA OPERE/ ARTICOLI */

#selCategoria,
#selCat,
#selSubCat,
#selFrn{
	width: 350px;
}

/* FINE SCELTA OPERE/ ARTICOLI */

.lista_incompleti{
	border: 2px solid #CACACA;
	float:left;
	width: 25px;
	margin: 5px;
	padding: 5px;
	background-color:#b0c4de;
	cursor: pointer;
	display: block;
	text-align: center;
}

.lista_incompleti a,
.lista_incompleti a:hover,
.lista_incompleti a:link,
.lista_incompleti a:visited {
	border: thin solid #212121;
	text-decoration: none;
}
/*
.lista_incompleti a:hover,
.lista_incompleti a:link,
.lista_incompleti a:visited {
	border: thin solid #212121;
	text-decoration: none;
} */

.listaOrdini{
	border: thin dashed #aaaaaa;
	margin: 20px auto 3px;
	padding: 10px;
	background-color:#dddddd;
}


/* HOME PAGE */

#contentwrapper{
float: left;
width: 100%;
}

#contentcolumn{
margin-left: 350px;
/* background: #fede13; /*Set left margin to LeftColumnWidth*/
min-width: 450px;
}

#leftcolumn{
float: left;
width: 320px; /*Width of left column*/
margin-left: -100%;
/* background: #C8FC98; */
}

ul {
	margin: 0;
}

#contentWrap {
	width: 100%;
	margin: 0 auto;
	height: auto;
	overflow: hidden;
}

#contentTop {
	width: 100%x;
	padding: 10px;
	/*margin-left: 30px;*/
}

#contentLeft {
	float: left;
	width: 100%;
}

#contentLeft li {
	list-style: none;
	border: #CCCCCC solid 1px;
	margin: 0 4px 4px -36px;
	/*
	padding: 10px;
	background-color:#00CCCC;
	color:#fff;*/
}

#spn_PrFin{
	height: 18px;
	width: 70px;
	font-weight: bold;
	border: #CCCCCC solid 2px;
	text-align: right;
	float: right;
	padding: 2px;
}

#welcomeDiv{
	position:fixed;
	overflow-y: auto;
	top: 50%;
	left: 50%;
	width:336px;
	height:480px;
	margin-left:-160px;
	margin-top:-220px;
	background-color:#FFFFFF;
	border:1px solid #CCCCCC;
	padding: 5px;
	z-index: 9002;
}

.fa {
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    font-size: 1.2em;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: #555555;    
}
/*
.fa-trash-o:before {
  content: "\f014";
}

.fa-print:before {
    content: "\f02f";
}

.fa-money:before {
    content: "\f0d6";
}

.fa-pencil:before {
    content: "\f040";
}

.fa-trash-o:before {
    content: "\f014";
}

.fa-shopping-cart:before {
    content: "\f07a";
}

.fa-copy:before {
    content: "\f0c5";
}

.fa-truck:before {
    content: "\f0d1";
}

.fa-trophy:before {
    content: "\f091";
}

.fa-copy:before {
    content: "\f0c5";
}

.fa-folder:before {
    content: "\f07b";
}

.fa-camera:before {
    content: "\f030";
}

.fa-pencil-square-o{
	content: "\f044";
}*/
.navF{margin: auto; text-align: center;}
.pagination{text-align:center;display:inline-block;padding:20px;margin:0}
.pagination>li{display:inline}
.pagination>li>a,.pagination>li>span{position:relative;padding:6px 20px;margin-left:-1px;color:#337ab7;text-decoration:none;background-color:#fff;border:1px solid #ddd}
.pagination>li>a:focus,.pagination>li>a:hover,.pagination>li>span:focus,.pagination>li>span:hover{z-index:2;color:#23527c;background-color:#eee;border-color:#ddd}
.pagination>.active>a,.pagination>.active>a:focus,.pagination>.active>a:hover,.pagination>.active>span,.pagination>.active>span:focus,.pagination>.active>span:hover{z-index:3;color:#fff;cursor:default;background-color:#337ab7;border-color:#337ab7}
.pagination>.disabled>a,.pagination>.disabled>a:focus,.pagination>.disabled>a:hover,.pagination>.disabled>span,.pagination>.disabled>span:focus,.pagination>.disabled>span:hover{color:#777;cursor:not-allowed;background-color:#fff;border-color:#ddd}


#ec_form{ display:none; }
#ec_form {
	top: 0;
	left: 0;
	margin: 0;
    width: 100%;
    z-index: 2;
    height: 100%;
    position: fixed;
    background: rgba(70, 71, 72, 0.69);
}
#sub_ec_form { 
	width: 700px;  
	height: auto;
	max-height: 640px;
    margin: 0 auto;
    background: white;
    margin-top: 15%;
    /*padding: 45px;*/
    padding: 0px 35px 35px 35px;
    border: 1px solid #000000;
    text-align: center;
}

.left {
	width: 48%;
	float: left;
	text-align: left;
} 

.right {
	width: 48%;
	float: left;
	text-align: right;
}

@media screen and (max-width: 440px) {
	#sub_ec_form { 
		width: 290px; 
		padding: 35px;
	}
}
