
.buttonBlue,
.btn-primary {
    background-color: #009738;
    border-color: #696969;
}

.testata {
    background-color: #009738;
}

.testata h4,
.testata h5 .aCustom {
    color: #eeeeee;
}

.progress-bar {
    background-color: #009738;
}

.buttonBlue:hover,
.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active,
.open .dropdown-toggle.btn-primary {
    background-color: #696969;
}

.triangle {
    border-color: #009738 transparent transparent transparent;
}

.triangle.up {
    border-color: transparent transparent #009738 transparent;
}

.blue-text,
.bg-light-gray,
.table-white td.lbl,
.bg-gray.blue-text,
.testata h5,
.aCustom,
.table-gray th,
.customColor,
.table-white td.lblCustomVariazioni,
.table-white td.lblCustom,
.enabledLink,
.genericLabelCustom,
.page-pratica .table-white label,
.table-white > thead > tr > th {
    color: #696969;
}

.ui-datatable thead th {
    background-color: #E6ECE8;
}

.ui-datatable tbody td {
    background-color: #EEEEEE;
}


a i.fa-floppy-o {
    color: #009738;
}

body {
  font-size: 14px;
  color: #333333;
}

.bg-light-gray {
	background: #E6ECE8;
}

.bg-gray h3, .bg-light-gray h3 {
	font-size: 18px;
}

.tabs li.ui-tabs-selected a,
.tabs li.selected a {
    font-size: 14px;
    border-bottom-color: #F07662;
    color: #333333;
}

.table-gray td {
	color: #333333;
}

.tabs li a {
	color: #009738;
}

.table-white td, .table-gray-light>thead>tr>th {
	 color: #333333;
}

a.white-link,
a.anchorArrow {
    color: #009738;
}

a {
  	color : blue;
  	text-decoration: none;
}
	