/* =============== TYPOGRAPHY - TABLE STYLES =============== */
table.table-style {
	background: #ffffff;
	border-collapse: collapse;
	border-spacing: 0;
	color: #404040;
}
table.table-style caption {
	padding: 6px 0;
	text-transform: uppercase;
	text-align: center;
	font-size: 1.2em;
	font-weight: bold;
}
table.table-style td,
table.table-style th {
	padding: 1px;
	border-bottom: 1px solid #fff;
}
table.table-style th {
	text-align: left;
}
table.table-style .highlight {
	font-size: 14px;
	font-weight: normal;
	color: #FFF;
}
table.table-style thead th {
	font-size: 1.1em;
	border-top: 6px solid #fff;
	color: #ffffff;
	border-right: 1px groove #fff;
}
table.table-style thead th.highlight {
	border-top: none;
	background-color: #666;
}
table.table-style tbody th,
table.table-style tbody td {
	vertical-align: top;
	text-align: left;
	border-right: 1px solid #FFF;
	border-left: 1px solid #FFF;
}
table.table-style tbody .highlight {
	background-color: #4C330C;
}
table.table-style tbody tr.odd {
	background: #F3F3F3;
}
table.table-style tbody tr.odd .highlight {
	background-color: #6D3C22;
}
table.table-style tbody tr:hover th,
table.table-style tbody tr:hover td {
	background: #E8E8E8;
}
table.table-style tbody tr:hover .highlight {
	background: #414141;
}
table.table-style tfoot {
	border: 1px solid #DEDEDE;
}
table.table-style tfoot th,
table.table-style tfoot td {
	border: none;
	padding: 4px 10px;
	background-color: #D3D3D3;
}
table.table-style tfoot td {
	text-align: right;
}
/* ----- COLOR HEADER TABLE ----- */
table.style-colorheader thead th.highlight {
	background-color: #4C220C;
}
/* ----- COLOR STRIPES TABLE ----- */
table.style-colorstripes {
	color: #fff;
}
table.style-colorstripes thead,
table.style-colorstripes tfoot {
	border: none;
}
table.style-colorstripes tbody .highlight {
	color: #ccc;
	border-top: 1px solid #fff;
}
/* ----- GREY STRIPES TABLE ----- */
table.style-greystripes thead th {
	background: #999;
	border-right: 1px groove #FFF;
}
/* TABLE STYLES */
table.table-style th,
table.table-style td {
	transition: background 0.3s ease-out;
	-moz-transition: background 0.3s ease-out;
	-webkit-transition: background 0.3s ease-out;
}
/* =============== TYPOGRAPHY - TABLE STYLES =============== */
/* ----- COLOR HEADER TABLE ----- */
table.style-colorheader thead th {
	background-color: rgb(0, 167, 221);
}
table.style-colorheader p {
	margin: 0;
}
/* ----- COLOR STRIPES TABLE ----- */
table.style-colorstripes td,
table.style-colorstripes th {
	border-bottom: 1px solid #FFF;
	border-right: 1px groove #FFF;
}
table.style-colorstripes thead th {
	background-color: rgb(0, 167, 221);
}
table.style-colorstripes thead th.highlight {
	background-color: #333;
}
table.style-colorstripes tbody tr {
	background-color: #96DEED;
}
table.style-colorstripes tbody .highlight {
	background-color: #6D3C22;
}
table.style-colorstripes tbody tr.odd {
	background-color: #54A1CD;
}
table.style-colorstripes tbody tr.odd .highlight {
	background-color: #4C330C;
}
table.style-colorstripes tbody tr:hover th,
table.style-colorstripes tbody tr:hover td {
	background-color: #5ECCE3;
}
table.style-colorstripes tbody tr:hover .highlight {
	background-color: #BBD0E8;
}
table.style-colorstripes tbody td,
table.style-colorstripes tbody th {
	border-left: none;
	border-right: 1px solid #FFF;
}
table.style-colorstripes tfoot th,
table.style-colorstripes tfoot td {
	background-color: rgb(0, 167, 221);
}
.sectiontableheader {
	background-color: rgb(0, 167, 221);
}
/* ----- GREY STRIPES TABLE ----- */
table.style-greystripes thead th.highlight {
	background-color: #666;
}

/* ----- PERSONALIZZAZIONI ----- */
#sunfw_section_content table.table-style tbody .highlight a{
	color: rgb(0, 167, 221);
}
#sunfw_section_content table.table-style tbody a:hover{
	color: rgb(0, 167, 221);
}
#Grid_Style_2 {
	margin-top: 10px;
}
#Grid_Style_2 a.moduleItemTitle {
margin-top: 10px;
text-transform: uppercase;
font-size: 16px;
font-weight: 700;
}

.acysubbuttons .btn-primary {
    color: #ffffff;
	background-color: #449d44;
	border-color: #398439;
}