/*===================================================================================*/
/*	CUSTOM CSS STYLES
/*===================================================================================*/
h1, h2, h3, h4, h5, h6 {
    font-family: 'Lato', sans-serif;
    font-weight: 700;
    letter-spacing: 0.025em;
    color: #395700;
    margin-top: 0;
    /* word-wrap: break-word; */
}
.navbar-nav > li > a {
    font-size: 15px;
    line-height: 20px;
    font-weight: 700;
    text-transform: uppercase;
    color: #395700;
    padding: 15px 10px;
    border: 1px solid rgba(255,255,255,0);
    border-radius: 3px;
    bottom: -1px;
    z-index: 2;
}
.nav > li > a:hover {
    background-color: #F5F7FA;
    border-color: #E6E9ED;
    color: #73a709;
}
.navbar .dropdown-menu:not(.yamm-dropdown-menu) li a {
    line-height: 18px;
    padding: 13px 20px;
    color: #7c7c7c;
    text-transform: uppercase;
    font-weight: 700;
    white-space: normal;
}
.navbar .dropdown-menu:not(.yamm-dropdown-menu) li a:hover,
.navbar .dropdown-menu:not(.yamm-dropdown-menu) li a.active {
    filter: none;
    background-color: #73a709;
    color: #1ABB9C;
}
.navbar-header .info li a {
    font-size: 12px;
    color: #7c7c7c;
}


/* Controllo Paginazione */
.pagination2 {
	display: block;
	border-radius: 0;
	margin: 0;
}

.pagination2  a {
	float: none;
	display: inline-block;
    color: #fff;
    font-family: 'Source Sans Pro', sans-serif;
    background: #3f8dbf;
    padding: 11px 20px 13px;
	margin-left: 0;
    font-weight: 700;
    font-size: 14px;
    text-shadow: none;
    text-transform: uppercase;
    border: none;
    -webkit-transition: all 200ms ease-out;
    -o-transition: all 200ms ease-out;
    -moz-transition: all 200ms ease-out;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    -webkit-box-shadow: inset 0 -2px 0 rgba(0,0,0,0.15);
    -moz-box-shadow: inset 0 -2px 0 rgba(0,0,0,0.15);
    box-shadow: inset 0 -2px 0 rgba(0,0,0,0.15);
}

.pagination2 span {
	float: none;
	display: inline-block;
    color: #fff;
    font-family: 'Source Sans Pro', sans-serif;
    background: #387EAA;
    padding: 11px 20px 13px;
	margin-left: 0;
    font-weight: 700;
    font-size: 14px;
    text-shadow: none;
    text-transform: uppercase;
    border: none;
    -webkit-transition: all 200ms ease-out;
    -o-transition: all 200ms ease-out;
    -moz-transition: all 200ms ease-out;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    -webkit-box-shadow: inset 0 -2px 0 rgba(0,0,0,0.15);
    -moz-box-shadow: inset 0 -2px 0 rgba(0,0,0,0.15);
    box-shadow: inset 0 -2px 0 rgba(0,0,0,0.15);
}

.pagination2 a:hover,
.pagination2 .active > a,
.pagination2 .active > span {
    background-color: #387EAA;
    color: #FFF;
}

.pagination2 span:first-child > a,
.pagination2 span:first-child > span {
    border-radius: 3px;
}

.pagination2 span:last-child > a,
.pagination2 span:last-child > span {
    border-radius: 3px;
}

/* Colore Evidenzia Controllo in caso di Errore Validazione */
.ErrorControl
{
	border: solid 1px #bb4442;
}
/* JQuery Validation Color Errore Message */
.error  {
  color: #a94442;
}

input[type="checkbox"] {
 width: 3%;
}
