/* CSS Document */
body  {
	font-family:Verdana, Geneva, sans-serif;
	font-size: 12px;
	background: #FFF;
	margin: 0px;
	padding: 0px;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #333;

}

h1 {
	font-size: 16px;
	color: #FFF;
	padding: 0px;
	margin: 0px;
}

img {
	border: none;
}

a {
	color: #333;
	text-decoration: none;	
}
a:hover {
	color: #999;
	text-decoration: none;		
}

/* stile tabelle */

table.dataTable {
	/*margin: 30px auto 10px auto !important;*/
	margin: 0 0 0 0 !important;
}

table.dataTable thead th, table.dataTable tfoot th  {
	text-align: left;
	background-color: #ddd !important;
}

table.dataTable thead th {
	border-bottom: 0 solid #111111 !important;
}

table.dataTable thead tr:last-child th {
	border-bottom: 1px solid #111111 !important;
}

.dataTables_filter {
	margin-right: 10px;	
}

.iconCell {
	width: 16px;	
}
.dateCell {
	width: 45px;	
}


.menuSmall {
	position: absolute;
	top:2px;
	right:2px;
	z-index: 100;	
}
.smallBtn {
	cursor: pointer;
	height: 16px;
	width: 16px;
	float: right;
}



/* stili per la struttura della pagina */
#container { 
	text-align: left; /* this overrides the text-align: center on the body element. */
	position: absolute;
	top:0px;
	bottom: 0px;
	right: 0px;
	left: 0px;

} 

#headerTop {
	margin: 0px;
	padding: 0px;
	position:absolute; 
	left: 0px; 
	top: 0px; 
	width: 96px; 
	height: 48px;
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center center;
	border-right: 1px solid #666;
}



#header {
	padding: 10px 10px 10px 100px;
	background: #DADADA;
	color: #333;

	height: 28px; 
	widht: 100%;
}
#header a {
	text-decoration:none;
	font-weight:bold;
}
#headerBottom {
	text-align: right;
	margin: 0px;
	padding: 0px;
	height: 25px; 
	position: absolute;
	top:0px;
	right: 0px;
/*	width: 500px; */
	height: 50px; 
}

.top-bar {
	background: #8bc954;
	height: 20px;
	border-bottom: 5px solid #71b238;
	margin-bottom: 10px;
	padding: 15px;
}
.top-button-container {
	position: absolute; 
	top: 0px; 
	right: 0px;
	height: 32px; 
	padding: 9px;
	text-align: right;
	color: #fff;
}

.top-button {
	float: right; 
	margin-left: 20px;
	width: 32px;
	height: 32px;
/*	border: 1px solid #fff;*/
	cursor: pointer;
}
.top-button.add {
	background-image: url(../images/ico-add.png);	
}
.top-button.export {
	background-image: url(../images/ico-export.png);	
}
.top-button.order {
	background-image: url(../images/ico-order.png);	
}
.top-button.translate {
	background-image: url(../images/ico-translate.png);	
}
.top-button.implist {
	background-image: url(../images/ico-implist.png);	
}
.top-button.duplicate {
	background-image: url(../images/ico-duplicate.png);	
}
.top-button.view {
	background-image: url(../images/ico-view.png);	
}
.top-button.hide {
	background-image: url(../images/ico-hide.png);	
}
.top-button.delete {
	background-image: url(../images/ico-delete.png);	
}




#leftColumn {
	width: 230px;
	overflow: auto;
	margin: 0px;
	padding: 10px;
	position: absolute;
	top: 48px;
	bottom:0px;
	left: 0px;
}


#mainContent { 
	padding: 0px;
	position: absolute;
	top: 48px;
	bottom: 0px;
	left: 250px;
	right: 0px;
	display: block;
	overflow: auto;
} 

#footer {
	background: #EEE;
	margin-top: 20px;
	padding: 10px;
	border: 1px solid #cccccc;
	text-align: right;
	color: #CCC;
} 



.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}


/* stile form nella pagina principale */

fieldset {
	/*padding: 10px;*/
	margin: 20px 0px;
	padding: 0px;
	border: none;
}
fieldset legend {
	color: #666;
	padding: 0px 5px 12px 5px;	
}

fieldset label {
	display: block;
	float: left;
	text-align: right;
	width: 150px;
	padding-right: 20px;
}
fieldset select, fieldset textarea, fieldset input, fieldset label {
	margin-bottom: 10px;
}
fieldset input[type="text"] {
/*	width: 400px; */
}
fieldset input[type="email"] {
/*	width: 400px;*/
}
fieldset input[type="password"] {
/*	width: 400px;*/
}
fieldset textarea {
	width: 400px; 
}
/* override dello stile del ckeditor per margine sinistro */
fieldset .cke {
	margin-left: 170px !important;	
}

fieldset input {
	width: auto;
/*	height: 15px;
	font-size: 10px!important;	*/
	/*border: 1px solid #069;*/
}
fieldset input.form-date {
	width: 100px;
}

fieldset select {
	width: auto;
	/*height: 20px;*/
	/*border: 1px solid #069; */
}
fieldset br {
	clear: left;
}
fieldset div.checklist {
	margin-left: 170px;	
}

.form-buttons {
	text-align: right;
	margin-bottom:10px;
}
.form-buttons input, .form-buttons button {
	margin-right: 10px;
}


/* messaggi di sistema*/
.messageOk, .messageErr, .messageAlert {
	font-weight: bold; 
	padding: 10px; 
	text-align: center; 
	margin-bottom: 5px; 
}

.messageOk {
	background: #e3fae5; 
	border: 1px solid #a9f0b0; 
	color: #6C3; 
	
}
.messageErr {
	background: #fae3e3; 
	border: 1px solid #f0a9a9; 
	color: #C36; 
}
.messageAlert {
	background: #faf8e3; 
	border: 1px solid #f0eba9; 
	color: #C93; 
}



/* tab supporto multilingua */

.tabLanguage, .tabLanguageS {
	float: right;
	margin: 0px 0px 25px 0px;
	border-top: 1px #CCC solid; 
	border-left: 1px  #CCC solid;
	border-bottom: 1px #CCC solid;
	z-index: 10;
	padding: 5px 10px;	
}
.tabLanguage a, .tabLanguageS a{
	text-decoration: none;
	font-weight: bold;
	color: #CCC;
}
.tabLanguageS a{
	color: #666;
	font-size: 12px;
}

.tabLanguageS {
	background: #FFF;	
	border-bottom: 1px #FFF solid;
	color: #666;

/*	border-top: 1px #CCC solid; 
	border-left: 1px  #CCC solid;
	border-right: 2px  #CCC solid;*/
}



#nowLoading {
	padding: 0px;
	margin: 0px;
	display: none;
	position: absolute;
	top: 0px; bottom:0px; left: 0px; right: 0px;
	z-index: 99999;
}
#nowLoading .transparent {
	background: #000;
	opacity:.40;
	filter:alpha(opacity=40);
	filter: “alpha(opacity=40)”;
	height: 100%;
	width:100%;
}
#nowLoading img {
	position: absolute;
	top: 25%;
	right: 50%;
}


/*//////////////////////////////////////////////////////////////*/


.imagePreview {
	padding: 0px;
	margin: 0 2px 2px 0;
	border: 1px solid #000;
	width: 150px;
	height: 150px;
	background-image:url(../images/no-image.png);
	float: left;	

}

.imagePreview div {
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;	
}

.imageOptions {
	margin: 0px 0px 0px 160px;	
}


/***************************************************************/

#iframeImportaListino {
	width: 550px;
	height: 160px;	
	margin: 0px; 
	padding: 0px;
	border: none;
}

/***************************************************************/

#loginLogo {
	text-align: center;	
	margin: 80px auto 0px auto;	
}
#loginContent {
	width: 500px;
	margin: 60px auto;
	padding: 0px;	
}
#loginContent fieldset {
	background: #f9f9f9;
	border: 1px solid #ebebeb;
	padding: 10px;	
}

#loginContent fieldset input[type="text"], #loginContent fieldset input[type="password"] {
	width: 200px;
}

/***************************************************************/

.cst_status {
	cursor: pointer;	
	height: 24px;
	width: 24px;
}
.cst_status.green {
	background-image: url(../images/status-green.png);
}
.cst_status.blue {
	background-image: url(../images/status-blue.png);
}
.cst_status.yellow {
	background-image: url(../images/status-yellow.png);
}
.cst_status.grey {
	background-image: url(../images/status-grey.png);
}
.cst_status.red {
	background-image: url(../images/status-red.png);
}

