﻿div.module div.aspnet table
{
    border: none;
    margin: 0;
    width: 100%;
}
div.module div.aspnet table td
{
    border: none;
    background-color: #FFFFFF;
    padding: 5px;
}

div.aspnet label
{
    display: inline;
    margin: 5px;
}

.pointer
{
    cursor: pointer;
}

.top-spacing
{
    margin-top: 5px;
}
.bottom-spacing
{
    margin-bottom: 5px;
}
.left-spacing
{
    margin-left: 5px;
}
.right-spacing
{
    margin-right: 5px;
}

div.module table
{
    border-top: 1px solid #d9d9d9;
}

.align-middle
{
    vertical-align: middle;
}

.align-top
{
    vertical-align: top;
}

.align-bottom
{
    vertical-align: bottom;
}

small
{
    font-size: 11px;
}

div.module h1.section_title
{
    /* Sliding right image */
    background-color: #cccccc;
    display: block;
    float: left;
    height: 42px; /* CHANGE THIS VALUE ACCORDING TO IMAGE HEIGHT */
    padding-top:10px;
    margin-right: 0px;
    padding-right: 0px; /* CHENGE THIS VALUE ACCORDING TO RIGHT IMAGE WIDTH */ /* FONT PROPERTIES */
    text-decoration: none;
    color: #202020;
    font-family: "Segoe UI" , Arial, Helvetica, sans-serif;
    font-size: 28px;
    font-weight: 400;
    width: 100%;
    margin-bottom: 0;
    letter-spacing: normal;
    margin-bottom: 10px;
}

div.module h1.section_title span
{
    /* Background left image */
    display: block;
    line-height: 20px; /* CHANGE THIS VALUE ACCORDING TO BUTTONG HEIGHT */
    padding: 5px 0 5px 18px;
}



h3.section_title
{
    font-weight:normal;
    font-size: 20px;
}

.rbldiv label
{
    display: inline;
    margin-left: 5px;
}

div.risposte
{
    border: 1px solid #ccc; 
    padding: 0 10px 10px 10px;
}

label.fixed_width
{
    display: inline-block;
    margin-left: 20px;
    width: 80px;
}

.fancyboxborder
{
    border: 1px solid Silver;
}

/* Header GridView ordinabile */
.headerstylesort
{
    background: url(images/sort_none.gif) no-repeat center left;
    padding-left: 18px !important;
    text-align: left !important;
}
.sortascheaderstyle
{
    background: url(images/sort_asc.gif) no-repeat center left;
    padding-left: 18px !important;
    background-color: #CACACA !important;
}
.sortdescheaderstyle
{
    background: url(images/sort_desc.gif) no-repeat center left;
    padding-left: 18px !important;
    background-color: #CACACA !important;
}
.headerstylesort a, .sortascheaderstyle a, .sortdescheaderstyle a
{
    display: block;
}


/* Impostazioni delle checkboxlist*/

.chkbltable table
{
    border: 1px solid #ddd !important;
    border-collapse: collapse !important;
    background-color: #F6F6F6 !important;
}

.chkbltable tr td
{
    border: none !important;
    padding: 8px !important;
}

.chkbltable tr td label
{
    display: inline !important;
    margin-left: 5px !important;
}

.chkbl_risp table
{
    border: none !important;
    border-collapse: collapse !important;
    margin-left: 15px !important;
}

.chkbl_risp tr td
{
    border: none !important;
    padding: 2px !important;
}

.chkbl_risp tr td label
{
    display: inline !important;
    margin-left: 5px !important;
}

.lista_figli input
{
    text-align: right;
    margin-right: 10px;
}

/* treeview */
div.treeview
{
    background-color: #F6F6F6;
    border: 1px solid #D9D9D9;
    width: 95%;
    min-height: 400px;
    overflow: auto;
}

div.treeview table
{
    border-top: none;
    border-bottom: none;
    border-left: none;
    line-height: 0;
    margin: 0;
    width: 0;
}

div.treeview table tr
{
    padding: 5px;
    height:20px;
}

div.treeview table td
{
    border-right: none;
    padding: 0;
    vertical-align: middle;
    padding: 5px 5px 0 5px !important;
    height:20px;
}

td.selected-node
{
    background-color: #c9e0fc;  /*url('images/treeview/bg-selectednode.png') left top repeat-x;*/
    border: 1px solid #7DA2CE !important;
    padding: 5px !important;
    height: 18px;
    white-space: nowrap;
}

.treeview table tr a
{
    text-decoration: none;
}

.treeview table tr:hover
{
    background-color: #c9e0fc; /*url('images/treeview/bg-selectednode.png') left top repeat-x;*/
    height:20px;
}

/* Loading panel */
.loadingbg { /*--Transparent background layer--*/
	
	display: none; /*--hidden by default--*/
	background: #000;
	position: fixed; left: 0; top: 0;
	width: 100%; 
	height: 100%;
	opacity: .80;
	z-index: 99999;
}
.loading {
	/*display: none; /*--hidden by default--*/
	background: #fff;
	padding: 20px;
	border: 5px solid #ddd;
	float: left;
	font-size: 1.2em;
	position: fixed;
	top: 50%; left: 50%;
	z-index: 99999;
	text-align: center;
	margin: -170px 0 0 -120px;
	/*--CSS3 Box Shadows--*/
	-webkit-box-shadow: 0px 0px 20px #000;
	-moz-box-shadow: 0px 0px 20px #000;
	box-shadow: 0px 0px 20px #000;
	/*--CSS3 Rounded Corners--*/
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}

/* Newsletter */
.progressbarcontainer
{
width: 98%;
height: 15px;
border: solid 1px #a0a0a0;
padding: 1px;
}

.progressbar
{
width: 0px;
background-color: #3A94D1;
height: 15px;
}

/* Scheda C */
.indicatore_gruppo_1
{
    background-color: #FFD600;
    color: #202020;
}

.indicatore_gruppo_2
{
    background-color: #31CD31;
    color: #202020;
}

.indicatore_gruppo_3
{
    background-color: #FF69B4;
    color: #202020;
}
